/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/main/webapp/style.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Oswald:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&family=Space+Grotesk:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700;800&display=swap);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/main/webapp/style.scss?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;

  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }

  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }

  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }

  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }

    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }

  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }

    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }

  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }

    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }

  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }

    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }

  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

[dir="ltr"] .swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    left: 0;
  }

  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

[dir="rtl"] .swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    right: 0;
  }

  .swiper-slide-shadow-left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

[dir="ltr"] .swiper-lazy-preloader {
  left: 50%;
  margin-left: -21px;
}

[dir="rtl"] .swiper-lazy-preloader {
  right: 50%;
  margin-right: -21px;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
  }
}

[dir="ltr"] .swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    left: 0;
  }
}

[dir="rtl"] .swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    right: 0;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));

  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }

  .swiper-navigation-disabled & {
    display: none !important;
  }

  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

[dir="ltr"] .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;

  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

[dir="rtl"] .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;

  .swiper-navigation-icon {
    transform: rotate(-180deg);
  }
}

[dir="ltr"] .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

[dir="rtl"] .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  }

  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

[dir="ltr"] .swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    margin-left: 0;
  }

  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;

    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }

  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
}

[dir="rtl"] .swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    margin-right: 0;
  }

  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;

    .swiper-navigation-icon {
      transform: rotate(-180deg);
    }
  }

  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    margin-top: 0;
  }

  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto
  }

  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto
  }
}

[dir="ltr"] .swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  }

  .swiper-button-prev,
  ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }

  .swiper-button-next,
  ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

[dir="rtl"] .swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    right: var(--swiper-navigation-top-offset, 50%);
    left: auto;
    margin-right: calc(0px - var(--swiper-navigation-size) / 2);
  }

  .swiper-button-prev,
  ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }

  .swiper-button-next,
  ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;

  &.swiper-pagination-hidden {
    opacity: 0;
  }

  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

[dir="ltr"] .swiper-pagination-fraction,
[dir="ltr"] .swiper-pagination-custom,
[dir="ltr"] .swiper-horizontal > .swiper-pagination-bullets,
[dir="ltr"] .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
}

[dir="rtl"] .swiper-pagination-fraction,
[dir="rtl"] .swiper-pagination-custom,
[dir="rtl"] .swiper-horizontal > .swiper-pagination-bullets,
[dir="rtl"] .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;

  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }

  .swiper-pagination-bullet-active {
    transform: scale(1);
  }

  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }

  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }

  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }

  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }

  .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: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);

  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }

  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &: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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  transform: translate3d(0px, -50%, 0);

  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;

    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

[dir="ltr"] .swiper-vertical > .swiper-pagination-bullets,
[dir="ltr"] .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto)
}

[dir="rtl"] .swiper-vertical > .swiper-pagination-bullets,
[dir="rtl"] .swiper-pagination-vertical.swiper-pagination-bullets {
  left: var(--swiper-pagination-right, 8px);
  right: var(--swiper-pagination-left, auto)
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

  &.swiper-pagination-bullets-dynamic {
    white-space: nowrap
  }
}

[dir="ltr"] .swiper-horizontal > .swiper-pagination-bullets,
[dir="ltr"] .swiper-pagination-horizontal.swiper-pagination-bullets {
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);

    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

[dir="rtl"] .swiper-horizontal > .swiper-pagination-bullets,
[dir="rtl"] .swiper-pagination-horizontal.swiper-pagination-bullets {
  &.swiper-pagination-bullets-dynamic {
    right: 50%;
    transform: translateX(50%);

    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms right;
    }
  }
}

[dir="ltr"] .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

[dir="rtl"] .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;

  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
  }

  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    top: 0;
  }

  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    top: 0;
  }
}

[dir="ltr"] .swiper-pagination-progressbar {
  .swiper-pagination-progressbar-fill {
    left: 0;
    transform-origin: left top;
  }

  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }

  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    left: 0;
  }

  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    left: 0;
  }
}

[dir="rtl"] .swiper-pagination-progressbar {
  .swiper-pagination-progressbar-fill {
    right: 0;
    transform-origin: right top;
  }

  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: left top;
  }

  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    right: 0;
  }

  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    right: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));

  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }

  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }

  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

[dir="ltr"] .swiper-scrollbar {
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    left: var(--swiper-scrollbar-sides-offset, 1%);
  }

  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
  }
}

[dir="rtl"] .swiper-scrollbar {
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    right: var(--swiper-scrollbar-sides-offset, 1%);
  }

  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    right: var(--swiper-scrollbar-left, auto);
    left: var(--swiper-scrollbar-right, 4px);
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  top: 0;
}

[dir="ltr"] .swiper-scrollbar-drag {
  left: 0;
}

[dir="rtl"] .swiper-scrollbar-drag {
  right: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

[dir="ltr"] .swiper .swiper-notification {
  left: 0;
}

[dir="rtl"] .swiper .swiper-notification {
  right: 0;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.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-slide {
    pointer-events: none;
    transition-property: opacity;

    .swiper-slide {
      pointer-events: none;
    }
  }

  .swiper-slide-active {
    pointer-events: auto;

    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;

    .swiper-slide {
      pointer-events: none;
    }
  }

  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }

  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }

  .swiper-cube-shadow {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;

    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

[dir="ltr"] .swiper-cube {
  .swiper-slide {
    transform-origin: 0 0
  }

  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }

  .swiper-cube-shadow {
    left: 0
  }
}

[dir="rtl"] .swiper-cube {
  .swiper-slide {
    transform-origin: 100% 0
  }

  &.swiper-rtl .swiper-slide {
    transform-origin: 0% 0;
  }

  .swiper-cube-shadow {
    right: 0
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;

    .swiper-slide {
      pointer-events: none;
    }
  }

  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

[dir="ltr"] ol,
[dir="ltr"] ul {
  padding-left: 2rem;
}

[dir="rtl"] ol,
[dir="rtl"] ul {
  padding-right: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
}

[dir="ltr"] dd {
  margin-left: 0;
}

[dir="rtl"] dd {
  margin-right: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
}

[dir="ltr"] caption {
  text-align: left;
}

[dir="rtl"] caption {
  text-align: right;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

[dir="ltr"] legend {
  float: left;
}

[dir="rtl"] legend {
  float: right;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

[dir="ltr"] legend + * {
  clear: left;
}

[dir="rtl"] legend + * {
  clear: right;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"],
[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"] {
  direction: ltr;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  list-style: none;
}

[dir="ltr"] .list-unstyled {
  padding-left: 0;
}

[dir="rtl"] .list-unstyled {
  padding-right: 0;
}

.list-inline {
  list-style: none;
}

[dir="ltr"] .list-inline {
  padding-left: 0;
}

[dir="rtl"] .list-inline {
  padding-right: 0;
}

.list-inline-item {
  display: inline-block;
}

[dir="ltr"] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

[dir="rtl"] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

[dir="ltr"] .offset-1 {
  margin-left: 8.33333333%;
}

[dir="rtl"] .offset-1 {
  margin-right: 8.33333333%;
}

[dir="ltr"] .offset-2 {
  margin-left: 16.66666667%;
}

[dir="rtl"] .offset-2 {
  margin-right: 16.66666667%;
}

[dir="ltr"] .offset-3 {
  margin-left: 25%;
}

[dir="rtl"] .offset-3 {
  margin-right: 25%;
}

[dir="ltr"] .offset-4 {
  margin-left: 33.33333333%;
}

[dir="rtl"] .offset-4 {
  margin-right: 33.33333333%;
}

[dir="ltr"] .offset-5 {
  margin-left: 41.66666667%;
}

[dir="rtl"] .offset-5 {
  margin-right: 41.66666667%;
}

[dir="ltr"] .offset-6 {
  margin-left: 50%;
}

[dir="rtl"] .offset-6 {
  margin-right: 50%;
}

[dir="ltr"] .offset-7 {
  margin-left: 58.33333333%;
}

[dir="rtl"] .offset-7 {
  margin-right: 58.33333333%;
}

[dir="ltr"] .offset-8 {
  margin-left: 66.66666667%;
}

[dir="rtl"] .offset-8 {
  margin-right: 66.66666667%;
}

[dir="ltr"] .offset-9 {
  margin-left: 75%;
}

[dir="rtl"] .offset-9 {
  margin-right: 75%;
}

[dir="ltr"] .offset-10 {
  margin-left: 83.33333333%;
}

[dir="rtl"] .offset-10 {
  margin-right: 83.33333333%;
}

[dir="ltr"] .offset-11 {
  margin-left: 91.66666667%;
}

[dir="rtl"] .offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .offset-sm-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-sm-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  [dir="rtl"] .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  [dir="ltr"] .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  [dir="rtl"] .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  [dir="ltr"] .offset-sm-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-sm-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  [dir="rtl"] .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  [dir="ltr"] .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  [dir="rtl"] .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  [dir="ltr"] .offset-sm-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-sm-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  [dir="rtl"] .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  [dir="ltr"] .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  [dir="rtl"] .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  [dir="ltr"] .offset-sm-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-sm-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  [dir="rtl"] .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  [dir="ltr"] .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  [dir="rtl"] .offset-sm-11 {
    margin-right: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .offset-md-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-md-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-md-1 {
    margin-left: 8.33333333%;
  }

  [dir="rtl"] .offset-md-1 {
    margin-right: 8.33333333%;
  }

  [dir="ltr"] .offset-md-2 {
    margin-left: 16.66666667%;
  }

  [dir="rtl"] .offset-md-2 {
    margin-right: 16.66666667%;
  }

  [dir="ltr"] .offset-md-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-md-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-md-4 {
    margin-left: 33.33333333%;
  }

  [dir="rtl"] .offset-md-4 {
    margin-right: 33.33333333%;
  }

  [dir="ltr"] .offset-md-5 {
    margin-left: 41.66666667%;
  }

  [dir="rtl"] .offset-md-5 {
    margin-right: 41.66666667%;
  }

  [dir="ltr"] .offset-md-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-md-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-md-7 {
    margin-left: 58.33333333%;
  }

  [dir="rtl"] .offset-md-7 {
    margin-right: 58.33333333%;
  }

  [dir="ltr"] .offset-md-8 {
    margin-left: 66.66666667%;
  }

  [dir="rtl"] .offset-md-8 {
    margin-right: 66.66666667%;
  }

  [dir="ltr"] .offset-md-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-md-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-md-10 {
    margin-left: 83.33333333%;
  }

  [dir="rtl"] .offset-md-10 {
    margin-right: 83.33333333%;
  }

  [dir="ltr"] .offset-md-11 {
    margin-left: 91.66666667%;
  }

  [dir="rtl"] .offset-md-11 {
    margin-right: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .offset-lg-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-lg-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  [dir="rtl"] .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  [dir="ltr"] .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  [dir="rtl"] .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  [dir="ltr"] .offset-lg-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-lg-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  [dir="rtl"] .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  [dir="ltr"] .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  [dir="rtl"] .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  [dir="ltr"] .offset-lg-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-lg-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  [dir="rtl"] .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  [dir="ltr"] .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  [dir="rtl"] .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  [dir="ltr"] .offset-lg-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-lg-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  [dir="rtl"] .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  [dir="ltr"] .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  [dir="rtl"] .offset-lg-11 {
    margin-right: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .offset-xl-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-xl-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  [dir="rtl"] .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  [dir="ltr"] .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  [dir="rtl"] .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  [dir="ltr"] .offset-xl-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-xl-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  [dir="rtl"] .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  [dir="ltr"] .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  [dir="rtl"] .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  [dir="ltr"] .offset-xl-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-xl-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  [dir="rtl"] .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  [dir="ltr"] .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  [dir="rtl"] .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  [dir="ltr"] .offset-xl-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-xl-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  [dir="rtl"] .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  [dir="ltr"] .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  [dir="rtl"] .offset-xl-11 {
    margin-right: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .offset-xxl-0 {
    margin-left: 0;
  }

  [dir="rtl"] .offset-xxl-0 {
    margin-right: 0;
  }

  [dir="ltr"] .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  [dir="rtl"] .offset-xxl-1 {
    margin-right: 8.33333333%;
  }

  [dir="ltr"] .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  [dir="rtl"] .offset-xxl-2 {
    margin-right: 16.66666667%;
  }

  [dir="ltr"] .offset-xxl-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .offset-xxl-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  [dir="rtl"] .offset-xxl-4 {
    margin-right: 33.33333333%;
  }

  [dir="ltr"] .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  [dir="rtl"] .offset-xxl-5 {
    margin-right: 41.66666667%;
  }

  [dir="ltr"] .offset-xxl-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .offset-xxl-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  [dir="rtl"] .offset-xxl-7 {
    margin-right: 58.33333333%;
  }

  [dir="ltr"] .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  [dir="rtl"] .offset-xxl-8 {
    margin-right: 66.66666667%;
  }

  [dir="ltr"] .offset-xxl-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .offset-xxl-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  [dir="rtl"] .offset-xxl-10 {
    margin-right: 83.33333333%;
  }

  [dir="ltr"] .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  [dir="rtl"] .offset-xxl-11 {
    margin-right: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir="ltr"] .form-select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  background-position: right 0.75rem center;
}

[dir="rtl"] .form-select {
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  background-position: left 0.75rem center;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  background-image: none;
}

[dir="ltr"] .form-select[multiple], [dir="ltr"] .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}

[dir="rtl"] .form-select[multiple], [dir="rtl"] .form-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

[dir="ltr"] .form-select-sm {
  padding-left: 0.5rem;
}

[dir="rtl"] .form-select-sm {
  padding-right: 0.5rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[dir="ltr"] .form-select-lg {
  padding-left: 1rem;
}

[dir="rtl"] .form-select-lg {
  padding-right: 1rem;
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0.125rem;
}

[dir="ltr"] .form-check {
  padding-left: 1.5em;
}

[dir="rtl"] .form-check {
  padding-right: 1.5em;
}

[dir="ltr"] .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

[dir="rtl"] .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
}

[dir="ltr"] .form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

[dir="rtl"] .form-check-reverse {
  padding-left: 1.5em;
  padding-right: 0;
  text-align: left;
}

[dir="ltr"] .form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

[dir="rtl"] .form-check-reverse .form-check-input {
  float: left;
  margin-left: -1.5em;
  margin-right: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

[dir="ltr"] .form-switch {
  padding-left: 2.5em;
}

[dir="rtl"] .form-switch {
  padding-right: 2.5em;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  background-image: var(--bs-form-switch-bg);
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

[dir="ltr"] .form-switch .form-check-input {
  margin-left: -2.5em;
  background-position: left center;
}

[dir="rtl"] .form-switch .form-check-input {
  margin-right: -2.5em;
  background-position: right center;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

[dir="ltr"] .form-switch .form-check-input:checked {
  background-position: right center;
}

[dir="rtl"] .form-switch .form-check-input:checked {
  background-position: left center;
}

[dir="ltr"] .form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

[dir="rtl"] .form-switch.form-check-reverse {
  padding-left: 2.5em;
  padding-right: 0;
}

[dir="ltr"] .form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

[dir="rtl"] .form-switch.form-check-reverse .form-check-input {
  margin-left: -2.5em;
  margin-right: 0;
}

.form-check-inline {
  display: inline-block;
}

[dir="ltr"] .form-check-inline {
  margin-right: 1rem;
}

[dir="rtl"] .form-check-inline {
  margin-left: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

[dir="ltr"] .form-floating > label {
  left: 0;
  transform-origin: 0 0;
}

[dir="rtl"] .form-floating > label {
  right: 0;
  transform-origin: 100% 0;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
}

[dir="ltr"] .form-floating > .form-control:focus ~ label,
[dir="ltr"] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[dir="ltr"] .form-floating > .form-control-plaintext ~ label,
[dir="ltr"] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

[dir="rtl"] .form-floating > .form-control:focus ~ label,
[dir="rtl"] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[dir="rtl"] .form-floating > .form-control-plaintext ~ label,
[dir="rtl"] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
}

[dir="ltr"] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

[dir="rtl"] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

[dir="ltr"] .input-group-lg > .form-select,
[dir="ltr"] .input-group-sm > .form-select {
  padding-right: 3rem;
}

[dir="rtl"] .input-group-lg > .form-select,
[dir="rtl"] .input-group-sm > .form-select {
  padding-left: 3rem;
}

[dir="ltr"] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[dir="ltr"] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[dir="ltr"] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[dir="ltr"] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="rtl"] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[dir="rtl"] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
[dir="rtl"] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
[dir="rtl"] .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[dir="ltr"] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
[dir="ltr"] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
[dir="ltr"] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="rtl"] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
[dir="rtl"] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
[dir="rtl"] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
[dir="rtl"] .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: calc(var(--bs-border-width) * -1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] .input-group > .form-floating:not(:first-child) > .form-control,
[dir="ltr"] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .input-group > .form-floating:not(:first-child) > .form-control,
[dir="rtl"] .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-control:valid, [dir="ltr"] .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir="rtl"] .was-validated .form-control:valid, [dir="rtl"] .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

[dir="ltr"] .was-validated textarea.form-control:valid, [dir="ltr"] textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

[dir="rtl"] .was-validated textarea.form-control:valid, [dir="rtl"] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-select:valid:not([multiple]):not([size]), [dir="ltr"] .was-validated .form-select:valid:not([multiple])[size="1"], [dir="ltr"] .form-select.is-valid:not([multiple]):not([size]), [dir="ltr"] .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}

[dir="rtl"] .was-validated .form-select:valid:not([multiple]):not([size]), [dir="rtl"] .was-validated .form-select:valid:not([multiple])[size="1"], [dir="rtl"] .form-select.is-valid:not([multiple]):not([size]), [dir="rtl"] .form-select.is-valid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

[dir="ltr"] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

[dir="rtl"] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-control:invalid, [dir="ltr"] .form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir="rtl"] .was-validated .form-control:invalid, [dir="rtl"] .form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

[dir="ltr"] .was-validated textarea.form-control:invalid, [dir="ltr"] textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

[dir="rtl"] .was-validated textarea.form-control:invalid, [dir="rtl"] textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir="ltr"] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir="ltr"] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir="ltr"] .form-select.is-invalid:not([multiple]):not([size]), [dir="ltr"] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
}

[dir="rtl"] .was-validated .form-select:invalid:not([multiple]):not([size]), [dir="rtl"] .was-validated .form-select:invalid:not([multiple])[size="1"], [dir="rtl"] .form-select.is-invalid:not([multiple]):not([size]), [dir="rtl"] .form-select.is-invalid:not([multiple])[size="1"] {
  padding-left: 4.125rem;
  background-position: left 0.75rem center, center left 2.25rem;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

[dir="ltr"] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

[dir="rtl"] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

[dir="ltr"] .dropdown-toggle::after {
  margin-left: 0.255em;
}

[dir="rtl"] .dropdown-toggle::after {
  margin-right: 0.255em;
}

[dir="ltr"] .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir="rtl"] .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

[dir="ltr"] .dropdown-menu {
  text-align: left;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  margin-top: var(--bs-dropdown-spacer);
}

[dir="ltr"] .dropdown-menu[data-bs-popper] {
  left: 0;
}

[dir="rtl"] .dropdown-menu[data-bs-popper] {
  right: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}

[dir="ltr"] .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

[dir="rtl"] .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

[dir="ltr"] .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

[dir="rtl"] .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  [dir="ltr"] .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  [dir="ltr"] .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  [dir="rtl"] .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

[dir="ltr"] .dropup .dropdown-toggle::after {
  margin-left: 0.255em;
}

[dir="rtl"] .dropup .dropdown-toggle::after {
  margin-right: 0.255em;
}

[dir="ltr"] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir="rtl"] .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  margin-top: 0;
}

[dir="ltr"] .dropend .dropdown-menu[data-bs-popper] {
  right: auto;
  left: 100%;
  margin-left: var(--bs-dropdown-spacer);
}

[dir="rtl"] .dropend .dropdown-menu[data-bs-popper] {
  left: auto;
  right: 100%;
  margin-right: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}

[dir="ltr"] .dropend .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}

[dir="rtl"] .dropend .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0;
  border-right: 0.3em solid;
}

[dir="ltr"] .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir="rtl"] .dropend .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  margin-top: 0;
}

[dir="ltr"] .dropstart .dropdown-menu[data-bs-popper] {
  right: 100%;
  left: auto;
  margin-right: var(--bs-dropdown-spacer);
}

[dir="rtl"] .dropstart .dropdown-menu[data-bs-popper] {
  left: 100%;
  right: auto;
  margin-left: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir="ltr"] .dropstart .dropdown-toggle::after {
  margin-left: 0.255em;
}

[dir="rtl"] .dropstart .dropdown-toggle::after {
  margin-right: 0.255em;
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}

[dir="ltr"] .dropstart .dropdown-toggle::before {
  margin-right: 0.255em;
  border-right: 0.3em solid;
}

[dir="rtl"] .dropstart .dropdown-toggle::before {
  margin-left: 0.255em;
  border-left: 0.3em solid;
}

[dir="ltr"] .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir="rtl"] .dropstart .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

[dir="ltr"] .btn-group > :not(.btn-check:first-child) + .btn,
[dir="ltr"] .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

[dir="rtl"] .btn-group > :not(.btn-check:first-child) + .btn,
[dir="rtl"] .btn-group > .btn-group:not(:first-child) {
  margin-right: calc(var(--bs-border-width) * -1);
}

[dir="ltr"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir="ltr"] .btn-group > .btn.dropdown-toggle-split:first-child,
[dir="ltr"] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir="rtl"] .btn-group > .btn.dropdown-toggle-split:first-child,
[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="ltr"] .btn-group > .btn:nth-child(n+3),
[dir="ltr"] .btn-group > :not(.btn-check) + .btn,
[dir="ltr"] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .btn-group > .btn:nth-child(n+3),
[dir="rtl"] .btn-group > :not(.btn-check) + .btn,
[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

[dir="ltr"] .dropdown-toggle-split::after, [dir="ltr"] .dropup .dropdown-toggle-split::after, [dir="ltr"] .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

[dir="rtl"] .dropdown-toggle-split::after, [dir="rtl"] .dropup .dropdown-toggle-split::after, [dir="rtl"] .dropend .dropdown-toggle-split::after {
  margin-right: 0;
}

[dir="ltr"] .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

[dir="rtl"] .dropstart .dropdown-toggle-split::before {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .nav {
  padding-left: 0;
}

[dir="rtl"] .nav {
  padding-right: 0;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

[dir="ltr"] .navbar-brand {
  margin-right: var(--bs-navbar-brand-margin-end);
}

[dir="rtl"] .navbar-brand {
  margin-left: var(--bs-navbar-brand-margin-end);
}

.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .navbar-nav {
  padding-left: 0;
}

[dir="rtl"] .navbar-nav {
  padding-right: 0;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

[dir="ltr"] .card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

[dir="rtl"] .card-link + .card-link {
  margin-right: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  [dir="ltr"] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  [dir="rtl"] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }

  [dir="ltr"] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:last-child) .card-img-top,
  [dir="ltr"] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:last-child) .card-img-top,
  [dir="rtl"] .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:last-child) .card-img-bottom,
  [dir="ltr"] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:last-child) .card-img-bottom,
  [dir="rtl"] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:first-child) .card-img-top,
  [dir="ltr"] .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:first-child) .card-img-top,
  [dir="rtl"] .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }

  [dir="ltr"] .card-group > .card:not(:first-child) .card-img-bottom,
  [dir="ltr"] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .card-group > .card:not(:first-child) .card-img-bottom,
  [dir="rtl"] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

[dir="ltr"] .accordion-button {
  text-align: left;
}

[dir="rtl"] .accordion-button {
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

[dir="ltr"] .accordion-button::after {
  margin-left: auto;
}

[dir="rtl"] .accordion-button::after {
  margin-right: auto;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
  padding-right: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

[dir="ltr"] .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
}

[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  list-style: none;
}

[dir="ltr"] .pagination {
  padding-left: 0;
}

[dir="rtl"] .pagination {
  padding-right: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

[dir="ltr"] .page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}

[dir="rtl"] .page-item:not(:first-child) .page-link {
  margin-right: calc(var(--bs-border-width) * -1);
}

[dir="ltr"] .page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

[dir="rtl"] .page-item:first-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

[dir="ltr"] .page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

[dir="rtl"] .page-item:last-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

[dir="ltr"] .alert-dismissible {
  padding-right: 3rem;
}

[dir="rtl"] .alert-dismissible {
  padding-left: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

[dir="ltr"] .alert-dismissible .btn-close {
  right: 0;
}

[dir="rtl"] .alert-dismissible .btn-close {
  left: 0;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

[dir="ltr"] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

[dir="rtl"] .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

[dir="ltr"] .list-group {
  padding-left: 0;
}

[dir="rtl"] .list-group {
  padding-right: 0;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}

[dir="ltr"] .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

[dir="rtl"] .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-right-radius: var(--bs-list-group-border-radius);
  border-top-left-radius: 0;
}

[dir="ltr"] .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

[dir="rtl"] .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-left-radius: var(--bs-list-group-border-radius);
  border-bottom-right-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
}

[dir="ltr"] .list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
}

[dir="rtl"] .list-group-horizontal > .list-group-item + .list-group-item {
  border-right-width: 0;
}

[dir="ltr"] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

[dir="rtl"] .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-right: calc(-1 * var(--bs-list-group-border-width));
  border-right-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-right-radius: var(--bs-list-group-border-radius);
    border-top-left-radius: 0;
  }

  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  [dir="rtl"] .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-left-radius: var(--bs-list-group-border-radius);
    border-bottom-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
  }

  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir="rtl"] .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir="ltr"] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }

  [dir="rtl"] .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-right: calc(-1 * var(--bs-list-group-border-width));
    border-right-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
  opacity: 0;
}

.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

[dir="ltr"] .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

[dir="rtl"] .toast-header .btn-close {
  margin-left: calc(-0.5 * var(--bs-toast-padding-x));
  margin-right: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

[dir="ltr"] .modal {
  left: 0;
}

[dir="rtl"] .modal {
  right: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

[dir="ltr"] .modal-backdrop {
  left: 0;
}

[dir="rtl"] .modal-backdrop {
  right: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
}

[dir="ltr"] .modal-header .btn-close {
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

[dir="rtl"] .modal-header .btn-close {
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) auto calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x));
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  display: block;
  width: var(--bs-popover-arrow-width);
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

[dir="ltr"] .bs-popover-bottom .popover-header::before, [dir="ltr"] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  left: 50%;
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
}

[dir="rtl"] .bs-popover-bottom .popover-header::before, [dir="rtl"] .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  right: 50%;
  margin-right: calc(-0.5 * var(--bs-popover-arrow-width));
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

[dir="ltr"] .carousel-item {
  float: left;
  margin-right: -100%;
}

[dir="rtl"] .carousel-item {
  float: right;
  margin-left: -100%;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

[dir="ltr"] .carousel-item-next:not(.carousel-item-start),
[dir="ltr"] .active.carousel-item-end {
  transform: translateX(100%);
}

[dir="rtl"] .carousel-item-next:not(.carousel-item-start),
[dir="rtl"] .active.carousel-item-end {
  transform: translateX(-100%);
}

[dir="ltr"] .carousel-item-prev:not(.carousel-item-end),
[dir="ltr"] .active.carousel-item-start {
  transform: translateX(-100%);
}

[dir="rtl"] .carousel-item-prev:not(.carousel-item-end),
[dir="rtl"] .active.carousel-item-start {
  transform: translateX(100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

[dir="ltr"] .carousel-control-prev {
  left: 0;
}

[dir="rtl"] .carousel-control-prev {
  right: 0;
}

[dir="ltr"] .carousel-control-next {
  right: 0;
}

[dir="rtl"] .carousel-control-next {
  left: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

[dir="ltr"] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

[dir="rtl"] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[dir="ltr"] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[dir="rtl"] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}

[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
}

[dir="ltr"] .spinner-border {
  border-right-color: transparent;
}

[dir="rtl"] .spinner-border {
  border-left-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-sm.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-sm.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-sm.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-sm.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-sm.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-md.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-md.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-md.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-md.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-md.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-lg.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-lg.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-lg.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-lg.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-lg.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-xl.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-xl.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-xl.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-xl.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-xl.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-xxl.offcanvas-start {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  [dir="rtl"] .offcanvas-xxl.offcanvas-start {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  .offcanvas-xxl.offcanvas-end {
    top: 0;
    width: var(--bs-offcanvas-width);
  }

  [dir="ltr"] .offcanvas-xxl.offcanvas-end {
    right: 0;
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }

  [dir="rtl"] .offcanvas-xxl.offcanvas-end {
    left: 0;
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }

  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }

  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }

  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }

  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-start {
  top: 0;
  width: var(--bs-offcanvas-width);
}

[dir="ltr"] .offcanvas.offcanvas-start {
  left: 0;
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

[dir="rtl"] .offcanvas.offcanvas-start {
  right: 0;
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

.offcanvas.offcanvas-end {
  top: 0;
  width: var(--bs-offcanvas-width);
}

[dir="ltr"] .offcanvas.offcanvas-end {
  right: 0;
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

[dir="rtl"] .offcanvas.offcanvas-end {
  left: 0;
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

[dir="ltr"] .offcanvas-backdrop {
  left: 0;
}

[dir="rtl"] .offcanvas-backdrop {
  right: 0;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
}

[dir="ltr"] .offcanvas-header .btn-close {
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

[dir="rtl"] .offcanvas-header .btn-close {
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) auto calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

[dir="ltr"] .icon-link-hover:hover > .bi, [dir="ltr"] .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

[dir="rtl"] .icon-link-hover:hover > .bi, [dir="rtl"] .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(-0.25em, 0, 0));
}

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

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

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

[dir="ltr"] .ratio > * {
  left: 0;
}

[dir="rtl"] .ratio > * {
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

[dir="ltr"] .float-start {
  float: left !important;
}

[dir="rtl"] .float-start {
  float: right !important;
}

[dir="ltr"] .float-end {
  float: right !important;
}

[dir="rtl"] .float-end {
  float: left !important;
}

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

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

[dir="ltr"] .start-0 {
  left: 0 !important;
}

[dir="rtl"] .start-0 {
  right: 0 !important;
}

[dir="ltr"] .start-50 {
  left: 50% !important;
}

[dir="rtl"] .start-50 {
  right: 50% !important;
}

[dir="ltr"] .start-100 {
  left: 100% !important;
}

[dir="rtl"] .start-100 {
  right: 100% !important;
}

[dir="ltr"] .end-0 {
  right: 0 !important;
}

[dir="rtl"] .end-0 {
  left: 0 !important;
}

[dir="ltr"] .end-50 {
  right: 50% !important;
}

[dir="rtl"] .end-50 {
  left: 50% !important;
}

[dir="ltr"] .end-100 {
  right: 100% !important;
}

[dir="rtl"] .end-100 {
  left: 100% !important;
}

[dir="ltr"] .translate-middle {
  transform: translate(-50%, -50%) !important;
}

[dir="rtl"] .translate-middle {
  transform: translate(50%, -50%) !important;
}

[dir="ltr"] .translate-middle-x {
  transform: translateX(-50%) !important;
}

[dir="rtl"] .translate-middle-x {
  transform: translateX(50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

[dir="ltr"] .border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir="rtl"] .border-end {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir="ltr"] .border-end-0 {
  border-right: 0 !important;
}

[dir="rtl"] .border-end-0 {
  border-left: 0 !important;
}

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

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

[dir="ltr"] .border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir="rtl"] .border-start {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

[dir="ltr"] .border-start-0 {
  border-left: 0 !important;
}

[dir="rtl"] .border-start-0 {
  border-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir="ltr"] .me-0 {
  margin-right: 0 !important;
}

[dir="rtl"] .me-0 {
  margin-left: 0 !important;
}

[dir="ltr"] .me-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .me-1 {
  margin-left: 0.25rem !important;
}

[dir="ltr"] .me-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .me-2 {
  margin-left: 0.5rem !important;
}

[dir="ltr"] .me-3 {
  margin-right: 1rem !important;
}

[dir="rtl"] .me-3 {
  margin-left: 1rem !important;
}

[dir="ltr"] .me-4 {
  margin-right: 1.5rem !important;
}

[dir="rtl"] .me-4 {
  margin-left: 1.5rem !important;
}

[dir="ltr"] .me-5 {
  margin-right: 3rem !important;
}

[dir="rtl"] .me-5 {
  margin-left: 3rem !important;
}

[dir="ltr"] .me-auto {
  margin-right: auto !important;
}

[dir="rtl"] .me-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

[dir="ltr"] .ms-0 {
  margin-left: 0 !important;
}

[dir="rtl"] .ms-0 {
  margin-right: 0 !important;
}

[dir="ltr"] .ms-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .ms-1 {
  margin-right: 0.25rem !important;
}

[dir="ltr"] .ms-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .ms-2 {
  margin-right: 0.5rem !important;
}

[dir="ltr"] .ms-3 {
  margin-left: 1rem !important;
}

[dir="rtl"] .ms-3 {
  margin-right: 1rem !important;
}

[dir="ltr"] .ms-4 {
  margin-left: 1.5rem !important;
}

[dir="rtl"] .ms-4 {
  margin-right: 1.5rem !important;
}

[dir="ltr"] .ms-5 {
  margin-left: 3rem !important;
}

[dir="rtl"] .ms-5 {
  margin-right: 3rem !important;
}

[dir="ltr"] .ms-auto {
  margin-left: auto !important;
}

[dir="rtl"] .ms-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir="ltr"] .pe-0 {
  padding-right: 0 !important;
}

[dir="rtl"] .pe-0 {
  padding-left: 0 !important;
}

[dir="ltr"] .pe-1 {
  padding-right: 0.25rem !important;
}

[dir="rtl"] .pe-1 {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .pe-2 {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .pe-2 {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .pe-3 {
  padding-right: 1rem !important;
}

[dir="rtl"] .pe-3 {
  padding-left: 1rem !important;
}

[dir="ltr"] .pe-4 {
  padding-right: 1.5rem !important;
}

[dir="rtl"] .pe-4 {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .pe-5 {
  padding-right: 3rem !important;
}

[dir="rtl"] .pe-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

[dir="ltr"] .ps-0 {
  padding-left: 0 !important;
}

[dir="rtl"] .ps-0 {
  padding-right: 0 !important;
}

[dir="ltr"] .ps-1 {
  padding-left: 0.25rem !important;
}

[dir="rtl"] .ps-1 {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .ps-2 {
  padding-left: 0.5rem !important;
}

[dir="rtl"] .ps-2 {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .ps-3 {
  padding-left: 1rem !important;
}

[dir="rtl"] .ps-3 {
  padding-right: 1rem !important;
}

[dir="ltr"] .ps-4 {
  padding-left: 1.5rem !important;
}

[dir="rtl"] .ps-4 {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .ps-5 {
  padding-left: 3rem !important;
}

[dir="rtl"] .ps-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

[dir="ltr"] .text-start {
  text-align: left !important;
}

[dir="rtl"] .text-start {
  text-align: right !important;
}

[dir="ltr"] .text-end {
  text-align: right !important;
}

[dir="rtl"] .text-end {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

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

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

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

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

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

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

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

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

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir="ltr"] .rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir="rtl"] .rounded-end {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir="ltr"] .rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir="rtl"] .rounded-end-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

[dir="ltr"] .rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

[dir="rtl"] .rounded-end-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

[dir="ltr"] .rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

[dir="rtl"] .rounded-end-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

[dir="ltr"] .rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

[dir="rtl"] .rounded-end-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

[dir="ltr"] .rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

[dir="rtl"] .rounded-end-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

[dir="ltr"] .rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

[dir="rtl"] .rounded-end-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

[dir="ltr"] .rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

[dir="rtl"] .rounded-end-circle {
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

[dir="ltr"] .rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

[dir="rtl"] .rounded-end-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

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

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

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

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

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

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

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

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

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

[dir="ltr"] .rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

[dir="rtl"] .rounded-start {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir="ltr"] .rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

[dir="rtl"] .rounded-start-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

[dir="ltr"] .rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

[dir="rtl"] .rounded-start-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

[dir="ltr"] .rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

[dir="rtl"] .rounded-start-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

[dir="ltr"] .rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

[dir="rtl"] .rounded-start-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

[dir="ltr"] .rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

[dir="rtl"] .rounded-start-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

[dir="ltr"] .rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

[dir="rtl"] .rounded-start-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

[dir="ltr"] .rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

[dir="rtl"] .rounded-start-circle {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

[dir="ltr"] .rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

[dir="rtl"] .rounded-start-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .float-sm-start {
    float: left !important;
  }

  [dir="rtl"] .float-sm-start {
    float: right !important;
  }

  [dir="ltr"] .float-sm-end {
    float: right !important;
  }

  [dir="rtl"] .float-sm-end {
    float: left !important;
  }

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

  .object-fit-sm-contain {
    object-fit: contain !important;
  }

  .object-fit-sm-cover {
    object-fit: cover !important;
  }

  .object-fit-sm-fill {
    object-fit: fill !important;
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    object-fit: none !important;
  }

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-inline-grid {
    display: inline-grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .me-sm-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-sm-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-sm-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-sm-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-sm-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-sm-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-sm-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  [dir="ltr"] .ms-sm-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-sm-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-sm-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-sm-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-sm-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-sm-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-sm-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .pe-sm-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-sm-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-sm-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-sm-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-sm-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-sm-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

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

  [dir="ltr"] .ps-sm-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-sm-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-sm-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-sm-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-sm-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .text-sm-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-sm-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-sm-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-sm-end {
    text-align: left !important;
  }

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

@media (min-width: 768px) {
  [dir="ltr"] .float-md-start {
    float: left !important;
  }

  [dir="rtl"] .float-md-start {
    float: right !important;
  }

  [dir="ltr"] .float-md-end {
    float: right !important;
  }

  [dir="rtl"] .float-md-end {
    float: left !important;
  }

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

  .object-fit-md-contain {
    object-fit: contain !important;
  }

  .object-fit-md-cover {
    object-fit: cover !important;
  }

  .object-fit-md-fill {
    object-fit: fill !important;
  }

  .object-fit-md-scale {
    object-fit: scale-down !important;
  }

  .object-fit-md-none {
    object-fit: none !important;
  }

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

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

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

  .d-md-grid {
    display: grid !important;
  }

  .d-md-inline-grid {
    display: inline-grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .me-md-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-md-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-md-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-md-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-md-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-md-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-md-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  [dir="ltr"] .ms-md-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-md-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-md-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-md-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-md-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-md-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-md-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .pe-md-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-md-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-md-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-md-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-md-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-md-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

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

  [dir="ltr"] .ps-md-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-md-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-md-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-md-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-md-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .text-md-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-md-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-md-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-md-end {
    text-align: left !important;
  }

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

@media (min-width: 992px) {
  [dir="ltr"] .float-lg-start {
    float: left !important;
  }

  [dir="rtl"] .float-lg-start {
    float: right !important;
  }

  [dir="ltr"] .float-lg-end {
    float: right !important;
  }

  [dir="rtl"] .float-lg-end {
    float: left !important;
  }

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

  .object-fit-lg-contain {
    object-fit: contain !important;
  }

  .object-fit-lg-cover {
    object-fit: cover !important;
  }

  .object-fit-lg-fill {
    object-fit: fill !important;
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    object-fit: none !important;
  }

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

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

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

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

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

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

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .me-lg-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-lg-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-lg-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-lg-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-lg-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-lg-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-lg-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

  [dir="ltr"] .ms-lg-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-lg-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-lg-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-lg-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-lg-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-lg-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-lg-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .pe-lg-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-lg-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-lg-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-lg-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-lg-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-lg-5 {
    padding-left: 3rem !important;
  }

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

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

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

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

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

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

  [dir="ltr"] .ps-lg-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-lg-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-lg-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-lg-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-lg-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir="ltr"] .text-lg-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-lg-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-lg-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-lg-end {
    text-align: left !important;
  }

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

@media (min-width: 1200px) {
  [dir="ltr"] .float-xl-start {
    float: left !important;
  }

  [dir="rtl"] .float-xl-start {
    float: right !important;
  }

  [dir="ltr"] .float-xl-end {
    float: right !important;
  }

  [dir="rtl"] .float-xl-end {
    float: left !important;
  }

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

  .object-fit-xl-contain {
    object-fit: contain !important;
  }

  .object-fit-xl-cover {
    object-fit: cover !important;
  }

  .object-fit-xl-fill {
    object-fit: fill !important;
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    object-fit: none !important;
  }

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

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

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

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-inline-grid {
    display: inline-grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-xl-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-xl-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-xl-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-xl-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-xl-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-xl-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-xl-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-xl-auto {
    margin-left: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-xl-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-xl-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-xl-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-xl-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-xl-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-xl-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-xl-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-xl-auto {
    margin-right: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pe-xl-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xl-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xl-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xl-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xl-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xl-5 {
    padding-left: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .ps-xl-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xl-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xl-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xl-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xl-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xl-5 {
    padding-right: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }

  [dir="ltr"] .text-xl-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-xl-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-xl-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-xl-end {
    text-align: left !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  [dir="ltr"] .float-xxl-start {
    float: left !important;
  }

  [dir="rtl"] .float-xxl-start {
    float: right !important;
  }

  [dir="ltr"] .float-xxl-end {
    float: right !important;
  }

  [dir="rtl"] .float-xxl-end {
    float: left !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .object-fit-xxl-contain {
    object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    object-fit: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-inline-grid {
    display: inline-grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .me-xxl-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .me-xxl-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .me-xxl-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .me-xxl-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .me-xxl-5 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .me-xxl-5 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .me-xxl-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .me-xxl-auto {
    margin-left: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .ms-xxl-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .ms-xxl-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .ms-xxl-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .ms-xxl-5 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .ms-xxl-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .ms-xxl-auto {
    margin-right: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  [dir="ltr"] .pe-xxl-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .pe-xxl-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .pe-xxl-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .pe-xxl-5 {
    padding-left: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  [dir="ltr"] .ps-xxl-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .ps-xxl-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .ps-xxl-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .ps-xxl-5 {
    padding-right: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }

  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }

  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }

  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }

  [dir="ltr"] .text-xxl-start {
    text-align: left !important;
  }

  [dir="rtl"] .text-xxl-start {
    text-align: right !important;
  }

  [dir="ltr"] .text-xxl-end {
    text-align: right !important;
  }

  [dir="rtl"] .text-xxl-end {
    text-align: left !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-inline-grid {
    display: inline-grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/*-----------------------------------------------------------------------------------

    Template Name: Harry - Creative Agency & Portfolio Template
    Author: Theme_Pure
    Support: basictheme400@gmail.com
    Description: Harry - Creative Agency & Portfolio Template
    Version: 1.1

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

    01. THEME DEFAULT CSS
    02. LOGO CSS
    03. HEADER CSS
    04. MENU CSS
    05. MEAN MENU CSS
    06. SLIDER CSS
    07. ABOUT CSS
    08. COUNTER CSS
    09. SERVICES CSS
    10. EVENT CSS
    11. TEAM CSS
    12. FAQ CSS
    13. PORTFOLIO CSS
    14. TESTIMONIAL CSS
    15. BRAND CSS
    16. SKILL CSS
    17. AWARD CSS
    18. CTA CSS
    19. PRICING CSS
    20. REVIEW CSS
    21. INSTAGRAM CSS
    22. CASE CSS
    23. VIDEO CSS
    24. HISTORY CSS
    25. CONTACT CSS
    26. TICKET CSS
    27. FEATURES CSS
    28. SUPPORT CSS
    29. DONATE CSS
    30. VISION CSS
    31. BIOGRAPHY CSS
    32. PRODUCT CSS
    33. NEWSLETTER CSS
    34. JOB CSS
    35. LOGIN CSS
    36. ERROR CSS
    37. COMING CSS
    38. POLICY CSS
    39. HELP CSS
    40. ARTICLE CSS
    41. BANNER CSS
    42. PROFILE CSS
    43. BLOG CSS
    44. FOOTER CSS



**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/
/*!
 * Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -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-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;
}

[dir="ltr"] .fa-ul {
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

[dir="rtl"] .fa-ul {
  margin-right: var(--fa-li-margin, 2.5em);
  padding-right: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

[dir="ltr"] .fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
}

[dir="rtl"] .fa-li {
  right: calc(var(--fa-li-width, 2em) * -1);
}

.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);
}

[dir="ltr"] .fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

[dir="rtl"] .fa-pull-left {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

[dir="ltr"] .fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

[dir="rtl"] .fa-pull-right {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade,
.fa-fade {
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake,
.fa-spin {
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }

  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }

  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }

  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }

  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }

  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }

  64% {
    transform: scale(1) translateY(0);
  }

  to {
    transform: scale(1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }

  4% {
    transform: rotate(15deg);
  }

  8%, 24% {
    transform: rotate(-18deg);
  }

  12%, 28% {
    transform: rotate(18deg);
  }

  16% {
    transform: rotate(-22deg);
  }

  20% {
    transform: rotate(22deg);
  }

  32% {
    transform: rotate(-12deg);
  }

  36% {
    transform: rotate(12deg);
  }

  40%, to {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

[dir="ltr"] .fa-rotate-90 {
  transform: rotate(90deg);
}

[dir="rtl"] .fa-rotate-90 {
  transform: rotate(-90deg);
}

[dir="ltr"] .fa-rotate-180 {
  transform: rotate(180deg);
}

[dir="rtl"] .fa-rotate-180 {
  transform: rotate(-180deg);
}

[dir="ltr"] .fa-rotate-270 {
  transform: rotate(270deg);
}

[dir="rtl"] .fa-rotate-270 {
  transform: rotate(-270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

[dir="ltr"] .fa-stack-1x,
[dir="ltr"] .fa-stack-2x {
  left: 0;
}

[dir="rtl"] .fa-stack-1x,
[dir="rtl"] .fa-stack-2x {
  right: 0;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0:before {
  content: "0";
}

.fa-1:before {
  content: "1";
}

.fa-2:before {
  content: "2";
}

.fa-3:before {
  content: "3";
}

.fa-4:before {
  content: "4";
}

.fa-5:before {
  content: "5";
}

.fa-6:before {
  content: "6";
}

.fa-7:before {
  content: "7";
}

.fa-8:before {
  content: "8";
}

.fa-9:before {
  content: "9";
}

.fa-00:before {
  content: "\e467";
}

.fa-360-degrees:before {
  content: "\e2dc";
}

.fa-a:before {
  content: "A";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accent-grave:before {
  content: "`";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-airplay:before {
  content: "\e089";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-circle-plus:before {
  content: "\e48c";
}

.fa-album-circle-user:before {
  content: "\e48d";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-album-collection-circle-plus:before {
  content: "\e48e";
}

.fa-album-collection-circle-user:before {
  content: "\e48f";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-8bit:before,
.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alt:before {
  content: "\e08a";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-ampersand:before {
  content: "&";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angle:before {
  content: "\e08c";
}

.fa-angle-90:before {
  content: "\e08d";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}

.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}

.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}

.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-apartment:before {
  content: "\e468";
}

.fa-aperture:before {
  content: "\e2df";
}

.fa-apostrophe:before {
  content: "'";
}

.fa-apple-core:before {
  content: "\e08f";
}

.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-arrow-down-arrow-up:before,
.fa-sort-alt:before {
  content: "\f883";
}

.fa-arrow-down-big-small:before,
.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-arrow-down-from-dotted-line:before {
  content: "\e090";
}

.fa-arrow-down-from-line:before,
.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-down-left:before {
  content: "\e091";
}

.fa-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\e092";
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-arrow-down-right:before {
  content: "\e093";
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-arrow-down-small-big:before,
.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-arrow-down-square-triangle:before,
.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-arrow-down-to-bracket:before {
  content: "\e094";
}

.fa-arrow-down-to-dotted-line:before {
  content: "\e095";
}

.fa-arrow-down-to-line:before,
.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-down-to-square:before {
  content: "\e096";
}

.fa-arrow-down-triangle-square:before,
.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-from-right:before,
.fa-arrow-left-from-line:before {
  content: "\f344";
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-arrow-left-long-to-line:before {
  content: "\e3d4";
}

.fa-arrow-left-to-line:before,
.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}

.fa-arrow-from-left:before,
.fa-arrow-right-from-line:before {
  content: "\f343";
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-arrow-right-long-to-line:before {
  content: "\e3d5";
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}

.fa-arrow-right-to-line:before,
.fa-arrow-to-right:before {
  content: "\f340";
}

.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-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}

.fa-arrow-trend-down:before {
  content: "\e097";
}

.fa-arrow-trend-up:before {
  content: "\e098";
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}

.fa-arrow-turn-down-left:before {
  content: "\e2e1";
}

.fa-arrow-turn-down-right:before {
  content: "\e3d6";
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-arrow-up-arrow-down:before,
.fa-sort-up-down:before {
  content: "\e099";
}

.fa-arrow-up-big-small:before,
.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}

.fa-arrow-up-from-dotted-line:before {
  content: "\e09b";
}

.fa-arrow-from-bottom:before,
.fa-arrow-up-from-line:before {
  content: "\f342";
}

.fa-arrow-up-from-square:before {
  content: "\e09c";
}

.fa-arrow-up-left:before {
  content: "\e09d";
}

.fa-arrow-up-left-from-circle:before {
  content: "\e09e";
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-arrow-up-right:before {
  content: "\e09f";
}

.fa-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e0a0";
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-arrow-up-small-big:before,
.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-arrow-up-square-triangle:before,
.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-arrow-up-to-dotted-line:before {
  content: "\e0a1";
}

.fa-arrow-to-top:before,
.fa-arrow-up-to-line:before {
  content: "\f341";
}

.fa-arrow-up-triangle-square:before,
.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-arrows-cross:before {
  content: "\e0a2";
}

.fa-arrows-from-dotted-line:before {
  content: "\e0a3";
}

.fa-arrows-from-line:before {
  content: "\e0a4";
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}

.fa-arrows-maximize:before,
.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-arrows-minimize:before,
.fa-compress-arrows:before {
  content: "\e0a5";
}

.fa-arrows-repeat:before,
.fa-repeat-alt:before {
  content: "\f364";
}

.fa-arrows-repeat-1:before,
.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-arrows-retweet:before,
.fa-retweet-alt:before {
  content: "\f361";
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}

.fa-arrows-to-dotted-line:before {
  content: "\e0a6";
}

.fa-arrows-to-line:before {
  content: "\e0a7";
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}

.fa-asterisk:before {
  content: "*";
}

.fa-at:before {
  content: "@";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before,
.fa-atom-simple:before {
  content: "\f5d3";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-audio-description-slash:before {
  content: "\e0a8";
}

.fa-austral-sign:before {
  content: "\e0a9";
}

.fa-avocado:before {
  content: "\e0aa";
}

.fa-award:before {
  content: "\f559";
}

.fa-award-simple:before {
  content: "\e0ab";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-b:before {
  content: "B";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-badminton:before {
  content: "\e33a";
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}

.fa-bagel:before {
  content: "\e3d7";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-baguette:before {
  content: "\e3d8";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-baht-sign:before {
  content: "\e0ac";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-balloon:before {
  content: "\e2e3";
}

.fa-balloons:before {
  content: "\e2e4";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}

.fa-ban-bug:before,
.fa-debug:before {
  content: "\f7f9";
}

.fa-ban-parking:before,
.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-banana:before {
  content: "\e2e5";
}

.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}

.fa-bangladeshi-taka-sign:before {
  content: "\e2e6";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}

.fa-bars-filter:before {
  content: "\e0ad";
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}

.fa-bars-sort:before {
  content: "\e0ae";
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}

.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}

.fa-baseball-bat-ball:before {
  content: "\f432";
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}

.fa-basket-shopping-simple:before,
.fa-shopping-basket-alt:before {
  content: "\e0af";
}

.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-exclamation:before {
  content: "\e0b0";
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-low:before {
  content: "\e0b1";
}

.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-bed-alt:before,
.fa-bed-front:before {
  content: "\f8f7";
}

.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}

.fa-bee:before {
  content: "\e0b2";
}

.fa-beer-foam:before,
.fa-beer-mug:before {
  content: "\e0b3";
}

.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bench-tree:before {
  content: "\e2e7";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-binary:before {
  content: "\e33b";
}

.fa-binary-circle-check:before {
  content: "\e33c";
}

.fa-binary-lock:before {
  content: "\e33d";
}

.fa-binary-slash:before {
  content: "\e33e";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-bird:before {
  content: "\e469";
}

.fa-bitcoin-sign:before {
  content: "\e0b4";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blanket-fire:before {
  content: "\e3da";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-block:before {
  content: "\e46a";
}

.fa-block-brick:before,
.fa-wall-brick:before {
  content: "\e3db";
}

.fa-block-brick-fire:before,
.fa-firewall:before {
  content: "\e3dc";
}

.fa-block-question:before {
  content: "\e3dd";
}

.fa-block-quote:before {
  content: "\e0b5";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blueberries:before {
  content: "\e2e8";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}

.fa-bolt-auto:before {
  content: "\e0b6";
}

.fa-bolt-lightning:before {
  content: "\e0b7";
}

.fa-bolt-slash:before {
  content: "\e0b8";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-arrow-right:before {
  content: "\e0b9";
}

.fa-book-arrow-up:before {
  content: "\e0ba";
}

.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}

.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}

.fa-book-alt:before,
.fa-book-blank:before {
  content: "\f5d9";
}

.fa-book-bookmark:before {
  content: "\e0bb";
}

.fa-book-circle-arrow-right:before {
  content: "\e0bc";
}

.fa-book-circle-arrow-up:before {
  content: "\e0bd";
}

.fa-book-copy:before {
  content: "\e0be";
}

.fa-book-font:before {
  content: "\e0bf";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-open-alt:before,
.fa-book-open-cover:before {
  content: "\e0c0";
}

.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}

.fa-book-law:before,
.fa-book-section:before {
  content: "\e0c1";
}

.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}

.fa-book-sparkles:before,
.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-tanakh:before,
.fa-tanakh:before {
  content: "\f827";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bookmark-slash:before {
  content: "\e0c2";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-boot-heeled:before {
  content: "\e33f";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-bottom-right:before,
.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowl-chopsticks:before {
  content: "\e2e9";
}

.fa-bowl-chopsticks-noodles:before {
  content: "\e2ea";
}

.fa-bowl-hot:before,
.fa-soup:before {
  content: "\f823";
}

.fa-bowl-rice:before {
  content: "\e2eb";
}

.fa-bowl-scoop:before,
.fa-bowl-shaved-ice:before {
  content: "\e3de";
}

.fa-bowl-scoops:before {
  content: "\e3df";
}

.fa-bowl-soft-serve:before {
  content: "\e46b";
}

.fa-bowl-spoon:before {
  content: "\e3e0";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-ball-pin:before {
  content: "\e0c3";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-circle-check:before {
  content: "\e0c4";
}

.fa-box-dollar:before,
.fa-box-usd:before {
  content: "\f4a0";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-full:before,
.fa-box-open-full:before {
  content: "\f49c";
}

.fa-box-alt:before,
.fa-box-taped:before {
  content: "\f49a";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}

.fa-boxing-glove:before,
.fa-glove-boxing:before {
  content: "\f438";
}

.fa-bracket-curly-left:before,
.fa-bracket-curly:before {
  content: "{";
}

.fa-bracket-curly-right:before {
  content: "}";
}

.fa-bracket-round:before,
.fa-parenthesis:before {
  content: "(";
}

.fa-bracket-round-right:before {
  content: ")";
}

.fa-bracket-left:before,
.fa-bracket-square:before,
.fa-bracket:before {
  content: "[";
}

.fa-bracket-square-right:before {
  content: "]";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-brackets-round:before,
.fa-parentheses:before {
  content: "\e0c5";
}

.fa-brackets-square:before,
.fa-brackets:before {
  content: "\f7e9";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-brain-arrow-curved-right:before,
.fa-mind-share:before {
  content: "\f677";
}

.fa-brain-circuit:before {
  content: "\e0c6";
}

.fa-brake-warning:before {
  content: "\e0c7";
}

.fa-brazilian-real-sign:before {
  content: "\e46c";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-bread-slice-butter:before {
  content: "\e3e1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-arrow-right:before {
  content: "\e2f2";
}

.fa-briefcase-blank:before {
  content: "\e0c8";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-brightness:before {
  content: "\e0c9";
}

.fa-brightness-low:before {
  content: "\e0ca";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broccoli:before {
  content: "\e3e2";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-browsers:before {
  content: "\e0cb";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-bug:before {
  content: "\f188";
}

.fa-bug-slash:before {
  content: "\e490";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}

.fa-buildings:before {
  content: "\e0cc";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}

.fa-burger-cheese:before,
.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-burger-fries:before {
  content: "\e0cd";
}

.fa-burger-glass:before {
  content: "\e0ce";
}

.fa-burger-lettuce:before {
  content: "\e3e3";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}

.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}

.fa-butter:before {
  content: "\e3e4";
}

.fa-c:before {
  content: "C";
}

.fa-cabin:before {
  content: "\e46d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cable-car:before {
  content: "\e0cf";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}

.fa-cake-slice:before,
.fa-shortcake:before {
  content: "\e3e5";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before,
.fa-calculator-simple:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-arrow-down:before,
.fa-calendar-download:before {
  content: "\e0d0";
}

.fa-calendar-arrow-up:before,
.fa-calendar-upload:before {
  content: "\e0d1";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-circle-exclamation:before {
  content: "\e46e";
}

.fa-calendar-circle-minus:before {
  content: "\e46f";
}

.fa-calendar-circle-plus:before {
  content: "\e470";
}

.fa-calendar-circle-user:before {
  content: "\e471";
}

.fa-calendar-clock:before,
.fa-calendar-time:before {
  content: "\e0d2";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-heart:before {
  content: "\e0d3";
}

.fa-calendar-image:before {
  content: "\e0d4";
}

.fa-calendar-lines:before,
.fa-calendar-note:before {
  content: "\e0d5";
}

.fa-calendar-lines-pen:before {
  content: "\e472";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-edit:before,
.fa-calendar-pen:before {
  content: "\f333";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-range:before {
  content: "\e0d6";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}

.fa-calendars:before {
  content: "\e0d7";
}

.fa-camcorder:before,
.fa-video-handheld:before {
  content: "\f8a8";
}

.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}

.fa-camera-cctv:before,
.fa-cctv:before {
  content: "\f8ac";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-camera-rotate:before {
  content: "\e0d8";
}

.fa-camera-home:before,
.fa-camera-security:before {
  content: "\f8fe";
}

.fa-camera-slash:before {
  content: "\e0d9";
}

.fa-camera-viewfinder:before,
.fa-screenshot:before {
  content: "\e0da";
}

.fa-camera-web:before,
.fa-webcam:before {
  content: "\f832";
}

.fa-camera-web-slash:before,
.fa-webcam-slash:before {
  content: "\f833";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-can-food:before {
  content: "\e3e6";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy:before {
  content: "\e3e7";
}

.fa-candy-bar:before,
.fa-chocolate-bar:before {
  content: "\e3e8";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-bolt:before {
  content: "\e341";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-circle-bolt:before {
  content: "\e342";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mirrors:before {
  content: "\e343";
}

.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-side-bolt:before {
  content: "\e344";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-car-mechanic:before,
.fa-car-wrench:before {
  content: "\f5e3";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before,
.fa-caravan-simple:before {
  content: "\e000";
}

.fa-card-club:before {
  content: "\e3e9";
}

.fa-card-diamond:before {
  content: "\e3ea";
}

.fa-card-heart:before {
  content: "\e3eb";
}

.fa-card-spade:before {
  content: "\e3ec";
}

.fa-cards:before {
  content: "\e3ed";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-arrow-up:before {
  content: "\e3ee";
}

.fa-cart-circle-arrow-down:before {
  content: "\e3ef";
}

.fa-cart-circle-arrow-up:before {
  content: "\e3f0";
}

.fa-cart-circle-check:before {
  content: "\e3f1";
}

.fa-cart-circle-exclamation:before {
  content: "\e3f2";
}

.fa-cart-circle-plus:before {
  content: "\e3f3";
}

.fa-cart-circle-xmark:before {
  content: "\e3f4";
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-cart-flatbed-boxes:before,
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-cart-flatbed-empty:before,
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-cart-minus:before {
  content: "\e0db";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-cart-shopping-fast:before {
  content: "\e0dc";
}

.fa-cart-xmark:before {
  content: "\e0dd";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-betamax:before,
.fa-cassette-betamax:before {
  content: "\f8a4";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cassette-vhs:before,
.fa-vhs:before {
  content: "\f8ec";
}

.fa-castle:before {
  content: "\e0de";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "\e001";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cedi-sign:before {
  content: "\e0df";
}

.fa-cent-sign:before {
  content: "\e3f5";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}

.fa-champagne-glass:before,
.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}

.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-bullet:before {
  content: "\e0e1";
}

.fa-chart-candlestick:before {
  content: "\e0e2";
}

.fa-chart-column:before {
  content: "\e0e3";
}

.fa-chart-gantt:before {
  content: "\e0e4";
}

.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-line-up:before {
  content: "\e0e5";
}

.fa-analytics:before,
.fa-chart-mixed:before {
  content: "\f643";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}

.fa-chart-pie-alt:before,
.fa-chart-pie-simple:before {
  content: "\f64e";
}

.fa-chart-pyramid:before {
  content: "\e0e6";
}

.fa-chart-radar:before {
  content: "\e0e7";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-chart-scatter-3d:before {
  content: "\e0e8";
}

.fa-chart-scatter-bubble:before {
  content: "\e0e9";
}

.fa-chart-simple:before {
  content: "\e473";
}

.fa-chart-simple-horizontal:before {
  content: "\e474";
}

.fa-chart-tree-map:before {
  content: "\e0ea";
}

.fa-chart-user:before,
.fa-user-chart:before {
  content: "\f6a3";
}

.fa-chart-waterfall:before {
  content: "\e0eb";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cherries:before {
  content: "\e0ec";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before,
.fa-chess-bishop-piece:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before,
.fa-chess-clock-flip:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before,
.fa-chess-king-piece:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before,
.fa-chess-knight-piece:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before,
.fa-chess-pawn-piece:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before,
.fa-chess-queen-piece:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before,
.fa-chess-rook-piece:before {
  content: "\f448";
}

.fa-chestnut:before {
  content: "\e3f6";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-double-down:before,
.fa-chevrons-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before,
.fa-chevrons-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before,
.fa-chevrons-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before,
.fa-chevrons-up:before {
  content: "\f325";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chopsticks:before {
  content: "\e3f7";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-0:before {
  content: "\e0ed";
}

.fa-circle-1:before {
  content: "\e0ee";
}

.fa-circle-2:before {
  content: "\e0ef";
}

.fa-circle-3:before {
  content: "\e0f0";
}

.fa-circle-4:before {
  content: "\e0f1";
}

.fa-circle-5:before {
  content: "\e0f2";
}

.fa-circle-6:before {
  content: "\e0f3";
}

.fa-circle-7:before {
  content: "\e0f4";
}

.fa-circle-8:before {
  content: "\e0f5";
}

.fa-circle-9:before {
  content: "\e0f6";
}

.fa-circle-a:before {
  content: "\e0f7";
}

.fa-circle-ampersand:before {
  content: "\e0f8";
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}

.fa-circle-arrow-down-left:before {
  content: "\e0f9";
}

.fa-circle-arrow-down-right:before {
  content: "\e0fa";
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}

.fa-circle-arrow-up-left:before {
  content: "\e0fb";
}

.fa-circle-arrow-up-right:before {
  content: "\e0fc";
}

.fa-circle-b:before {
  content: "\e0fd";
}

.fa-circle-bolt:before {
  content: "\e0fe";
}

.fa-book-circle:before,
.fa-circle-book-open:before {
  content: "\e0ff";
}

.fa-bookmark-circle:before,
.fa-circle-bookmark:before {
  content: "\e100";
}

.fa-circle-c:before {
  content: "\e101";
}

.fa-calendar-circle:before,
.fa-circle-calendar:before {
  content: "\e102";
}

.fa-camera-circle:before,
.fa-circle-camera:before {
  content: "\e103";
}

.fa-caret-circle-down:before,
.fa-circle-caret-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before,
.fa-circle-caret-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before,
.fa-circle-caret-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before,
.fa-circle-caret-up:before {
  content: "\f331";
}

.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}

.fa-circle-d:before {
  content: "\e104";
}

.fa-circle-dashed:before {
  content: "\e105";
}

.fa-circle-divide:before {
  content: "\e106";
}

.fa-circle-dollar:before,
.fa-dollar-circle:before,
.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}

.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}

.fa-circle-down-left:before {
  content: "\e107";
}

.fa-circle-down-right:before {
  content: "\e108";
}

.fa-circle-e:before {
  content: "\e109";
}

.fa-circle-ellipsis:before {
  content: "\e10a";
}

.fa-circle-ellipsis-vertical:before {
  content: "\e10b";
}

.fa-circle-envelope:before,
.fa-envelope-circle:before {
  content: "\e10c";
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-circle-exclamation-check:before {
  content: "\e10d";
}

.fa-circle-f:before {
  content: "\e10e";
}

.fa-circle-g:before {
  content: "\e10f";
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-circle-half:before {
  content: "\e110";
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}

.fa-circle-heart:before,
.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-circle-i:before {
  content: "\e111";
}

.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}

.fa-circle-j:before {
  content: "\e112";
}

.fa-circle-k:before {
  content: "\e113";
}

.fa-circle-l:before {
  content: "\e114";
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}

.fa-circle-location-arrow:before,
.fa-location-circle:before {
  content: "\f602";
}

.fa-circle-m:before {
  content: "\e115";
}

.fa-circle-microphone:before,
.fa-microphone-circle:before {
  content: "\e116";
}

.fa-circle-microphone-lines:before,
.fa-microphone-circle-alt:before {
  content: "\e117";
}

.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}

.fa-circle-n:before {
  content: "\e118";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-circle-o:before {
  content: "\e119";
}

.fa-circle-p:before {
  content: "\e11a";
}

.fa-circle-parking:before,
.fa-parking-circle:before {
  content: "\f615";
}

.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}

.fa-circle-phone:before,
.fa-phone-circle:before {
  content: "\e11b";
}

.fa-circle-phone-flip:before,
.fa-phone-circle-alt:before {
  content: "\e11c";
}

.fa-circle-phone-hangup:before,
.fa-phone-circle-down:before {
  content: "\e11d";
}

.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}

.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}

.fa-circle-q:before {
  content: "\e11e";
}

.fa-circle-quarter:before {
  content: "\e11f";
}

.fa-circle-quarters:before {
  content: "\e3f8";
}

.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}

.fa-circle-r:before {
  content: "\e120";
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}

.fa-circle-s:before {
  content: "\e121";
}

.fa-circle-small:before {
  content: "\e122";
}

.fa-circle-sort:before,
.fa-sort-circle:before {
  content: "\e030";
}

.fa-circle-sort-down:before,
.fa-sort-circle-down:before {
  content: "\e031";
}

.fa-circle-sort-up:before,
.fa-sort-circle-up:before {
  content: "\e032";
}

.fa-circle-star:before,
.fa-star-circle:before {
  content: "\e123";
}

.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}

.fa-circle-t:before {
  content: "\e124";
}

.fa-circle-three-quarters:before {
  content: "\e125";
}

.fa-circle-trash:before,
.fa-trash-circle:before {
  content: "\e126";
}

.fa-circle-u:before {
  content: "\e127";
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}

.fa-circle-up-left:before {
  content: "\e128";
}

.fa-circle-up-right:before {
  content: "\e129";
}

.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}

.fa-circle-v:before {
  content: "\e12a";
}

.fa-circle-video:before,
.fa-video-circle:before {
  content: "\e12b";
}

.fa-circle-w:before {
  content: "\e12c";
}

.fa-circle-waveform-lines:before,
.fa-waveform-circle:before {
  content: "\e12d";
}

.fa-circle-x:before {
  content: "\e12e";
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}

.fa-circle-y:before {
  content: "\e12f";
}

.fa-circle-z:before {
  content: "\e130";
}

.fa-citrus:before {
  content: "\e2f4";
}

.fa-citrus-slice:before {
  content: "\e2f5";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clapperboard:before {
  content: "\e131";
}

.fa-clapperboard-play:before {
  content: "\e132";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-medical:before {
  content: "\e133";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}

.fa-clock-desk:before {
  content: "\e134";
}

.fa-clock-eight:before {
  content: "\e345";
}

.fa-clock-eight-thirty:before {
  content: "\e346";
}

.fa-clock-eleven:before {
  content: "\e347";
}

.fa-clock-eleven-thirty:before {
  content: "\e348";
}

.fa-clock-five:before {
  content: "\e349";
}

.fa-clock-five-thirty:before {
  content: "\e34a";
}

.fa-clock-four-thirty:before {
  content: "\e34b";
}

.fa-clock-nine:before {
  content: "\e34c";
}

.fa-clock-nine-thirty:before {
  content: "\e34d";
}

.fa-clock-one:before {
  content: "\e34e";
}

.fa-clock-one-thirty:before {
  content: "\e34f";
}

.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}

.fa-clock-seven:before {
  content: "\e350";
}

.fa-clock-seven-thirty:before {
  content: "\e351";
}

.fa-clock-six:before {
  content: "\e352";
}

.fa-clock-six-thirty:before {
  content: "\e353";
}

.fa-clock-ten:before {
  content: "\e354";
}

.fa-clock-ten-thirty:before {
  content: "\e355";
}

.fa-clock-three:before {
  content: "\e356";
}

.fa-clock-three-thirty:before {
  content: "\e357";
}

.fa-clock-twelve:before {
  content: "\e358";
}

.fa-clock-twelve-thirty:before {
  content: "\e359";
}

.fa-clock-two:before {
  content: "\e35a";
}

.fa-clock-two-thirty:before {
  content: "\e35b";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-closed-captioning-slash:before {
  content: "\e135";
}

.fa-clothes-hanger:before {
  content: "\e136";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-cloud-bolt-moon:before,
.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-cloud-bolt-sun:before,
.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-cloud-check:before {
  content: "\e35c";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-exclamation:before {
  content: "\e491";
}

.fa-cloud-fog:before,
.fa-fog:before {
  content: "\f74e";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-minus:before {
  content: "\e35d";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-plus:before {
  content: "\e35e";
}

.fa-cloud-question:before {
  content: "\e492";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-slash:before {
  content: "\e137";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-word:before {
  content: "\e138";
}

.fa-cloud-xmark:before {
  content: "\e35f";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-clover:before {
  content: "\e139";
}

.fa-club:before {
  content: "\f327";
}

.fa-coconut:before {
  content: "\e2f6";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-compare:before {
  content: "\e13a";
}

.fa-code-fork:before {
  content: "\e13b";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-code-pull-request:before {
  content: "\e13c";
}

.fa-code-pull-request-closed:before {
  content: "\e3f9";
}

.fa-code-pull-request-draft:before {
  content: "\e3fa";
}

.fa-code-simple:before {
  content: "\e13d";
}

.fa-coffee-bean:before {
  content: "\e13e";
}

.fa-coffee-beans:before {
  content: "\e13f";
}

.fa-coffee-pot:before {
  content: "\e002";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "\e051";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coin-blank:before {
  content: "\e3fb";
}

.fa-coin-front:before {
  content: "\e3fc";
}

.fa-coin-vertical:before {
  content: "\e3fd";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-colon:before {
  content: ":";
}

.fa-colon-sign:before {
  content: "\e140";
}

.fa-columns-3:before {
  content: "\e361";
}

.fa-comet:before {
  content: "\e003";
}

.fa-comma:before {
  content: ",";
}

.fa-command:before {
  content: "\e142";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-arrow-down:before {
  content: "\e143";
}

.fa-comment-arrow-up:before {
  content: "\e144";
}

.fa-comment-arrow-up-right:before {
  content: "\e145";
}

.fa-comment-captions:before {
  content: "\e146";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-code:before {
  content: "\e147";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-image:before {
  content: "\e148";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-middle:before {
  content: "\e149";
}

.fa-comment-middle-top:before {
  content: "\e14a";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-edit:before,
.fa-comment-pen:before {
  content: "\f4ae";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-question:before {
  content: "\e14b";
}

.fa-comment-quote:before {
  content: "\e14c";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}

.fa-comment-text:before {
  content: "\e14d";
}

.fa-comment-times:before,
.fa-comment-xmark:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-comments-question:before {
  content: "\e14e";
}

.fa-comments-question-check:before {
  content: "\e14f";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}

.fa-computer-mouse-scrollwheel:before,
.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before,
.fa-conveyor-belt-boxes:before {
  content: "\f46f";
}

.fa-conveyor-belt-empty:before {
  content: "\e150";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-corner:before {
  content: "\e3fe";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-circle-plus:before,
.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-crab:before {
  content: "\e3ff";
}

.fa-crate-apple:before {
  content: "\f6b1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-crate-empty:before {
  content: "\e151";
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket-bat-ball:before,
.fa-cricket:before {
  content: "\f449";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before,
.fa-crop-simple:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-cruzeiro-sign:before {
  content: "\e152";
}

.fa-crystal-ball:before {
  content: "\e362";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cucumber:before {
  content: "\e401";
}

.fa-cup-straw:before {
  content: "\e363";
}

.fa-cup-straw-swoosh:before {
  content: "\e364";
}

.fa-coffee-togo:before,
.fa-cup-togo:before {
  content: "\f6c5";
}

.fa-cupcake:before {
  content: "\e402";
}

.fa-curling-stone:before,
.fa-curling:before {
  content: "\f44a";
}

.fa-custard:before {
  content: "\e403";
}

.fa-d:before {
  content: "D";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dash:before {
  content: "\e404";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}

.fa-delete-right:before {
  content: "\e154";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}

.fa-desktop-arrow-down:before {
  content: "\e155";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagram-cells:before {
  content: "\e475";
}

.fa-diagram-lean-canvas:before {
  content: "\e156";
}

.fa-diagram-nested:before {
  content: "\e157";
}

.fa-diagram-next:before {
  content: "\e476";
}

.fa-diagram-predecessor:before {
  content: "\e477";
}

.fa-diagram-previous:before {
  content: "\e478";
}

.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}

.fa-diagram-sankey:before {
  content: "\e158";
}

.fa-diagram-subtask:before {
  content: "\e479";
}

.fa-diagram-successor:before {
  content: "\e47a";
}

.fa-diagram-venn:before {
  content: "\e15a";
}

.fa-dial-med-high:before,
.fa-dial:before {
  content: "\e15b";
}

.fa-dial-high:before {
  content: "\e15c";
}

.fa-dial-low:before {
  content: "\e15d";
}

.fa-dial-max:before {
  content: "\e15e";
}

.fa-dial-med:before {
  content: "\e15f";
}

.fa-dial-med-low:before {
  content: "\e160";
}

.fa-dial-min:before {
  content: "\e161";
}

.fa-dial-off:before {
  content: "\e162";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diamond-exclamation:before {
  content: "\e405";
}

.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-diploma:before,
.fa-scroll-ribbon:before {
  content: "\f5ea";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-display:before {
  content: "\e163";
}

.fa-display-arrow-down:before {
  content: "\e164";
}

.fa-desktop-code:before,
.fa-display-code:before {
  content: "\e165";
}

.fa-desktop-medical:before,
.fa-display-medical:before {
  content: "\e166";
}

.fa-desktop-slash:before,
.fa-display-slash:before {
  content: "\e2fa";
}

.fa-distribute-spacing-horizontal:before {
  content: "\e365";
}

.fa-distribute-spacing-vertical:before {
  content: "\e366";
}

.fa-ditto:before {
  content: '"';
}

.fa-divide:before {
  content: "\f529";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}

.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolphin:before {
  content: "\e168";
}

.fa-dong-sign:before {
  content: "\e169";
}

.fa-donut:before,
.fa-doughnut:before {
  content: "\e406";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-arrow-alt-down:before,
.fa-down:before {
  content: "\f354";
}

.fa-down-from-dotted-line:before {
  content: "\e407";
}

.fa-arrow-alt-from-top:before,
.fa-down-from-line:before {
  content: "\f349";
}

.fa-down-left:before {
  content: "\e16a";
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-down-right:before {
  content: "\e16b";
}

.fa-down-to-dotted-line:before {
  content: "\e408";
}

.fa-arrow-alt-to-bottom:before,
.fa-down-to-line:before {
  content: "\f34a";
}

.fa-download:before {
  content: "\f019";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before,
.fa-drone-front:before {
  content: "\f860";
}

.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}

.fa-dewpoint:before,
.fa-droplet-degree:before {
  content: "\f748";
}

.fa-droplet-percent:before,
.fa-humidity:before {
  content: "\f750";
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before,
.fa-dryer-heat:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-e:before {
  content: "E";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}

.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}

.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eggplant:before {
  content: "\e16c";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-elevator:before {
  content: "\e16d";
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before,
.fa-ellipsis-stroke:before {
  content: "\f39b";
}

.fa-ellipsis-stroke-vertical:before,
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine:before {
  content: "\e16e";
}

.fa-engine-exclamation:before,
.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-badge:before,
.fa-envelope-dot:before {
  content: "\e16f";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelopes:before {
  content: "\e170";
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}

.fa-equals:before {
  content: "=";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-escalator:before {
  content: "\e171";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}

.fa-exclamation:before {
  content: "!";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-eye-dropper-full:before {
  content: "\e172";
}

.fa-eye-dropper-half:before {
  content: "\e173";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-eyes:before {
  content: "\e367";
}

.fa-f:before {
  content: "F";
}

.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}

.fa-face-angry-horns:before {
  content: "\e368";
}

.fa-face-anguished:before {
  content: "\e369";
}

.fa-face-anxious-sweat:before {
  content: "\e36a";
}

.fa-face-astonished:before {
  content: "\e36b";
}

.fa-face-awesome:before,
.fa-gave-dandy:before {
  content: "\e409";
}

.fa-face-beam-hand-over-mouth:before {
  content: "\e47c";
}

.fa-face-clouds:before {
  content: "\e47d";
}

.fa-face-confounded:before {
  content: "\e36c";
}

.fa-face-confused:before {
  content: "\e36d";
}

.fa-face-cowboy-hat:before {
  content: "\e36e";
}

.fa-face-diagonal-mouth:before {
  content: "\e47e";
}

.fa-face-disappointed:before {
  content: "\e36f";
}

.fa-face-disguise:before {
  content: "\e370";
}

.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}

.fa-face-dotted:before {
  content: "\e47f";
}

.fa-face-downcast-sweat:before {
  content: "\e371";
}

.fa-face-drooling:before {
  content: "\e372";
}

.fa-face-exhaling:before {
  content: "\e480";
}

.fa-exploding-head:before,
.fa-face-explode:before {
  content: "\e2fe";
}

.fa-face-expressionless:before {
  content: "\e373";
}

.fa-face-eyes-xmarks:before {
  content: "\e374";
}

.fa-face-fearful:before {
  content: "\e375";
}

.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}

.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}

.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}

.fa-face-frown-slight:before {
  content: "\e376";
}

.fa-face-glasses:before {
  content: "\e377";
}

.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}

.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}

.fa-face-hand-over-mouth:before {
  content: "\e378";
}

.fa-face-hand-peeking:before {
  content: "\e481";
}

.fa-face-hand-yawn:before {
  content: "\e379";
}

.fa-face-head-bandage:before {
  content: "\e37a";
}

.fa-face-holding-back-tears:before {
  content: "\e482";
}

.fa-face-hushed:before {
  content: "\e37b";
}

.fa-face-icicles:before {
  content: "\e37c";
}

.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}

.fa-face-kiss-closed-eyes:before {
  content: "\e37d";
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-face-lying:before {
  content: "\e37e";
}

.fa-face-mask:before {
  content: "\e37f";
}

.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-face-melting:before {
  content: "\e483";
}

.fa-face-monocle:before {
  content: "\e380";
}

.fa-face-nauseated:before {
  content: "\e381";
}

.fa-face-nose-steam:before {
  content: "\e382";
}

.fa-face-party:before {
  content: "\e383";
}

.fa-face-pensive:before {
  content: "\e384";
}

.fa-face-persevering:before {
  content: "\e385";
}

.fa-face-pleading:before {
  content: "\e386";
}

.fa-face-pouting:before {
  content: "\e387";
}

.fa-face-raised-eyebrow:before {
  content: "\e388";
}

.fa-face-relieved:before {
  content: "\e389";
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-face-sad-sweat:before {
  content: "\e38a";
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-face-saluting:before {
  content: "\e484";
}

.fa-face-scream:before {
  content: "\e38b";
}

.fa-face-shush:before {
  content: "\e38c";
}

.fa-face-sleeping:before {
  content: "\e38d";
}

.fa-face-sleepy:before {
  content: "\e38e";
}

.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-face-smile-halo:before {
  content: "\e38f";
}

.fa-face-smile-hearts:before {
  content: "\e390";
}

.fa-face-smile-horns:before {
  content: "\e391";
}

.fa-face-smile-plus:before,
.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-face-smile-relaxed:before {
  content: "\e392";
}

.fa-face-smile-tear:before {
  content: "\e393";
}

.fa-face-smile-tongue:before {
  content: "\e394";
}

.fa-face-smile-upside-down:before {
  content: "\e395";
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}

.fa-face-smiling-hands:before {
  content: "\e396";
}

.fa-face-smirking:before {
  content: "\e397";
}

.fa-face-spiral-eyes:before {
  content: "\e485";
}

.fa-face-sunglasses:before {
  content: "\e398";
}

.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}

.fa-face-swear:before {
  content: "\e399";
}

.fa-face-thermometer:before {
  content: "\e39a";
}

.fa-face-thinking:before {
  content: "\e39b";
}

.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}

.fa-face-tissue:before {
  content: "\e39c";
}

.fa-face-tongue-money:before {
  content: "\e39d";
}

.fa-face-tongue-sweat:before {
  content: "\e39e";
}

.fa-face-unamused:before {
  content: "\e39f";
}

.fa-face-viewfinder:before {
  content: "\e2ff";
}

.fa-face-vomit:before {
  content: "\e3a0";
}

.fa-face-weary:before {
  content: "\e3a1";
}

.fa-face-woozy:before {
  content: "\e3a2";
}

.fa-face-worried:before {
  content: "\e3a3";
}

.fa-face-zany:before {
  content: "\e3a4";
}

.fa-face-zipper:before {
  content: "\e3a5";
}

.fa-falafel:before {
  content: "\e40a";
}

.fa-family:before {
  content: "\e300";
}

.fa-family-dress:before {
  content: "\e301";
}

.fa-family-pants:before {
  content: "\e302";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "\e004";
}

.fa-barn-silo:before,
.fa-farm:before {
  content: "\f864";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-faucet-drip:before {
  content: "\e006";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}

.fa-fence:before {
  content: "\e303";
}

.fa-ferris-wheel:before {
  content: "\e174";
}

.fa-field-hockey-stick-ball:before,
.fa-field-hockey:before {
  content: "\f44c";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-binary:before {
  content: "\e175";
}

.fa-file-award:before,
.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-column:before,
.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-circle-info:before {
  content: "\e493";
}

.fa-file-circle-plus:before {
  content: "\e494";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-dashed-line:before,
.fa-page-break:before {
  content: "\f877";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}

.fa-file-heart:before {
  content: "\e176";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}

.fa-file-lock:before {
  content: "\e3a6";
}

.fa-file-magnifying-glass:before,
.fa-file-search:before {
  content: "\f865";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-edit:before,
.fa-file-pen:before {
  content: "\f31c";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-plus-minus:before {
  content: "\e177";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-slash:before {
  content: "\e3a7";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-file-times:before,
.fa-file-xmark:before {
  content: "\f317";
}

.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}

.fa-files:before {
  content: "\e178";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-film-alt:before,
.fa-film-simple:before {
  content: "\f3a0";
}

.fa-film-slash:before {
  content: "\e179";
}

.fa-films:before {
  content: "\e17a";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-filter-circle-xmark:before {
  content: "\e17b";
}

.fa-filter-list:before {
  content: "\e17c";
}

.fa-filter-slash:before {
  content: "\e17d";
}

.fa-filters:before {
  content: "\e17e";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-flame:before,
.fa-flame:before {
  content: "\f6df";
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}

.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}

.fa-fire-hydrant:before {
  content: "\e17f";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-bones:before {
  content: "\e304";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fishing-rod:before {
  content: "\e3a8";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-pennant:before,
.fa-pennant:before {
  content: "\f456";
}

.fa-flag-alt:before,
.fa-flag-swallowtail:before {
  content: "\f74c";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before,
.fa-flask-round-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before,
.fa-flask-round-potion:before {
  content: "\f6e1";
}

.fa-flatbread:before {
  content: "\e40b";
}

.fa-flatbread-stuffed:before {
  content: "\e40c";
}

.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-floppy-disk-circle-arrow-right:before,
.fa-save-circle-arrow-right:before {
  content: "\e180";
}

.fa-floppy-disk-circle-xmark:before,
.fa-floppy-disk-times:before,
.fa-save-circle-xmark:before,
.fa-save-times:before {
  content: "\e181";
}

.fa-floppy-disk-pen:before {
  content: "\e182";
}

.fa-floppy-disks:before {
  content: "\e183";
}

.fa-florin-sign:before {
  content: "\e184";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-flying-disc:before {
  content: "\e3a9";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-arrow-down:before,
.fa-folder-download:before {
  content: "\e053";
}

.fa-folder-arrow-up:before,
.fa-folder-upload:before {
  content: "\e054";
}

.fa-folder-blank:before {
  content: "\e185";
}

.fa-folder-bookmark:before {
  content: "\e186";
}

.fa-folder-cog:before,
.fa-folder-gear:before {
  content: "\e187";
}

.fa-folder-grid:before {
  content: "\e188";
}

.fa-folder-heart:before {
  content: "\e189";
}

.fa-folder-image:before {
  content: "\e18a";
}

.fa-folder-magnifying-glass:before,
.fa-folder-search:before {
  content: "\e18b";
}

.fa-folder-medical:before {
  content: "\e18c";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-music:before {
  content: "\e18d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-user:before {
  content: "\e18e";
}

.fa-folder-times:before,
.fa-folder-xmark:before {
  content: "\f65f";
}

.fa-folders:before {
  content: "\f660";
}

.fa-fondue-pot:before {
  content: "\e40d";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-fork:before,
.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-fork-knife:before,
.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort:before {
  content: "\e486";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}

.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}

.fa-frame:before {
  content: "\e495";
}

.fa-franc-sign:before {
  content: "\e18f";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-function:before {
  content: "\f661";
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}

.fa-g:before {
  content: "G";
}

.fa-galaxy:before {
  content: "\e008";
}

.fa-gallery-thumbnails:before {
  content: "\e3aa";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before,
.fa-game-board-simple:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before,
.fa-gamepad-modern:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "\e009";
}

.fa-garage-car:before {
  content: "\e00a";
}

.fa-garage-open:before {
  content: "\e00b";
}

.fa-garlic:before {
  content: "\e40e";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-gauge-circle-bolt:before {
  content: "\e496";
}

.fa-gauge-circle-minus:before {
  content: "\e497";
}

.fa-gauge-circle-plus:before {
  content: "\e498";
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}

.fa-gauge-low:before,
.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-gauge-max:before,
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-gauge-min:before,
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}

.fa-gauge-simple-low:before,
.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-gauge-simple-max:before,
.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-gauge-simple-min:before,
.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gif:before {
  content: "\e190";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-empty:before {
  content: "\e191";
}

.fa-glass-half-empty:before,
.fa-glass-half-full:before,
.fa-glass-half:before {
  content: "\e192";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before,
.fa-glasses-round:before {
  content: "\f5f5";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-goal-net:before {
  content: "\e3ab";
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-golf-flag-hole:before {
  content: "\e3ac";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-grapes:before {
  content: "\e306";
}

.fa-grate:before {
  content: "\e193";
}

.fa-grate-droplet:before {
  content: "\e194";
}

.fa-greater-than:before {
  content: ">";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grid-3:before,
.fa-grid:before {
  content: "\e195";
}

.fa-grid-2:before {
  content: "\e196";
}

.fa-grid-2-plus:before {
  content: "\e197";
}

.fa-grid-4:before {
  content: "\e198";
}

.fa-grid-5:before {
  content: "\e199";
}

.fa-grid-dividers:before {
  content: "\e3ad";
}

.fa-grid-horizontal:before {
  content: "\e307";
}

.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}

.fa-grip-dots:before {
  content: "\e410";
}

.fa-grip-dots-vertical:before {
  content: "\e411";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-guarani-sign:before {
  content: "\e19a";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gun:before {
  content: "\e19b";
}

.fa-gun-slash:before {
  content: "\e19c";
}

.fa-gun-squirt:before {
  content: "\e19d";
}

.fa-h:before {
  content: "H";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-h5:before {
  content: "\e412";
}

.fa-h6:before {
  content: "\e413";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-crash:before {
  content: "\e414";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-back-point-down:before {
  content: "\e19e";
}

.fa-hand-back-point-left:before {
  content: "\e19f";
}

.fa-hand-back-point-ribbon:before {
  content: "\e1a0";
}

.fa-hand-back-point-right:before {
  content: "\e1a1";
}

.fa-hand-back-point-up:before {
  content: "\e1a2";
}

.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}

.fa-hand-fingers-crossed:before {
  content: "\e1a3";
}

.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-skull:before {
  content: "\e1a4";
}

.fa-hand-horns:before {
  content: "\e1a9";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-love:before {
  content: "\e1a5";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-ribbon:before {
  content: "\e1a6";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hand-wave:before {
  content: "\e1a7";
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.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-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}

.fa-hands-clapping:before {
  content: "\e1a8";
}

.fa-hands-holding:before {
  content: "\f4c2";
}

.fa-hand-receiving:before,
.fa-hands-holding-diamond:before {
  content: "\f47c";
}

.fa-hands-holding-dollar:before,
.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-heart:before,
.fa-hands-holding-heart:before {
  content: "\f4c3";
}

.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}

.fa-hashtag:before {
  content: "#";
}

.fa-hashtag-lock:before {
  content: "\e415";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-goggles:before,
.fa-head-vr:before {
  content: "\f6ea";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-heart:before {
  content: "\e1aa";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-header:before,
.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}

.fa-heart-half:before {
  content: "\e1ab";
}

.fa-heart-half-alt:before,
.fa-heart-half-stroke:before {
  content: "\e1ac";
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "\e00c";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-hexagon-check:before {
  content: "\e416";
}

.fa-hexagon-divide:before {
  content: "\e1ad";
}

.fa-hexagon-exclamation:before {
  content: "\e417";
}

.fa-hexagon-minus:before,
.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-hexagon-plus:before,
.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-hexagon-xmark:before,
.fa-times-hexagon:before,
.fa-xmark-hexagon:before {
  content: "\f2ee";
}

.fa-high-definition:before,
.fa-rectangle-hd:before {
  content: "\e1ae";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-highlighter-line:before {
  content: "\e1af";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-stick-puck:before {
  content: "\e3ae";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-honey-pot:before {
  content: "\e418";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hose:before {
  content: "\e419";
}

.fa-hose-reel:before {
  content: "\e41a";
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before,
.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-clock:before {
  content: "\e41b";
}

.fa-hourglass-empty:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}

.fa-home-blank:before,
.fa-house-blank:before {
  content: "\e487";
}

.fa-house-building:before {
  content: "\e1b1";
}

.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}

.fa-house-chimney-blank:before {
  content: "\e3b0";
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-chimney-heart:before {
  content: "\e1b2";
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}

.fa-house-chimney-user:before {
  content: "\e065";
}

.fa-house-chimney-window:before {
  content: "\e00d";
}

.fa-house-crack:before {
  content: "\e3b1";
}

.fa-house-day:before {
  content: "\e00e";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-home-heart:before,
.fa-house-heart:before {
  content: "\f4c9";
}

.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}

.fa-house-medical:before {
  content: "\e3b2";
}

.fa-house-night:before {
  content: "\e010";
}

.fa-house-leave:before,
.fa-house-person-depart:before,
.fa-house-person-leave:before {
  content: "\e00f";
}

.fa-house-person-arrive:before,
.fa-house-person-return:before,
.fa-house-return:before {
  content: "\e011";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-house-tree:before {
  content: "\e1b3";
}

.fa-house-turret:before {
  content: "\e1b4";
}

.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}

.fa-house-window:before {
  content: "\e3b3";
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-100:before,
.fa-hundred-points:before {
  content: "\e41c";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-hyphen:before {
  content: "-";
}

.fa-i:before {
  content: "I";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-landscape:before,
.fa-landscape:before {
  content: "\e1b5";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-image-polaroid-user:before {
  content: "\e1b6";
}

.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}

.fa-image-slash:before {
  content: "\e1b7";
}

.fa-image-user:before {
  content: "\e1b8";
}

.fa-images:before {
  content: "\f302";
}

.fa-images-user:before {
  content: "\e1b9";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-full:before {
  content: "\e1ba";
}

.fa-inbox-arrow-down:before,
.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-arrow-up:before,
.fa-inbox-out:before {
  content: "\f311";
}

.fa-inboxes:before {
  content: "\e1bb";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before,
.fa-industry-windows:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-input-numeric:before {
  content: "\e1bd";
}

.fa-input-pipe:before {
  content: "\e1be";
}

.fa-input-text:before {
  content: "\e1bf";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-island-tree-palm:before,
.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-j:before {
  content: "J";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-k:before {
  content: "K";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-key-skeleton-left-right:before {
  content: "\e3b4";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keyboard-brightness:before {
  content: "\e1c0";
}

.fa-keyboard-brightness-low:before {
  content: "\e1c1";
}

.fa-keyboard-down:before {
  content: "\e1c2";
}

.fa-keyboard-left:before {
  content: "\e1c3";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kip-sign:before {
  content: "\e1c4";
}

.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-kiwi-fruit:before {
  content: "\e30c";
}

.fa-knife:before,
.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-l:before {
  content: "L";
}

.fa-lacrosse-stick:before {
  content: "\e3b5";
}

.fa-lacrosse-stick-ball:before {
  content: "\e3b6";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\e014";
}

.fa-lamp-floor:before {
  content: "\e015";
}

.fa-lamp-street:before {
  content: "\e1c5";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-arrow-down:before {
  content: "\e1c6";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laptop-mobile:before,
.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-laptop-slash:before {
  content: "\e1c7";
}

.fa-lari-sign:before {
  content: "\e1c8";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lasso-sparkles:before {
  content: "\e1c9";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-group-minus:before,
.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-group-plus:before,
.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leafy-green:before {
  content: "\e41d";
}

.fa-arrow-alt-left:before,
.fa-left:before {
  content: "\f355";
}

.fa-arrow-alt-from-right:before,
.fa-left-from-line:before {
  content: "\f348";
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-left-long-to-line:before {
  content: "\e41e";
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}

.fa-arrow-alt-to-left:before,
.fa-left-to-line:before {
  content: "\f34b";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less-than:before {
  content: "<";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "\e016";
}

.fa-light-emergency:before {
  content: "\e41f";
}

.fa-light-emergency-on:before {
  content: "\e420";
}

.fa-light-switch:before {
  content: "\e017";
}

.fa-light-switch-off:before {
  content: "\e018";
}

.fa-light-switch-on:before {
  content: "\e019";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-exclamation-on:before {
  content: "\e1ca";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-chain-horizontal:before,
.fa-link-horizontal:before {
  content: "\e1cb";
}

.fa-chain-horizontal-slash:before,
.fa-link-horizontal-slash:before {
  content: "\e1cc";
}

.fa-link-simple:before {
  content: "\e1cd";
}

.fa-link-simple-slash:before {
  content: "\e1ce";
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}

.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}

.fa-list-dropdown:before {
  content: "\e1cf";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-radio:before {
  content: "\e1d0";
}

.fa-list-timeline:before {
  content: "\e1d1";
}

.fa-list-tree:before {
  content: "\e1d2";
}

.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}

.fa-litecoin-sign:before {
  content: "\e1d3";
}

.fa-loader:before {
  content: "\e1d4";
}

.fa-lobster:before {
  content: "\e421";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-check:before,
.fa-map-marker-check:before {
  content: "\f606";
}

.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}

.fa-location-crosshairs-slash:before,
.fa-location-slash:before {
  content: "\f603";
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-location-dot-slash:before,
.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-location-exclamation:before,
.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-location-minus:before,
.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-location-pen:before,
.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}

.fa-location-pin-slash:before,
.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-location-plus:before,
.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-location-question:before,
.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-location-smile:before,
.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-location-xmark:before,
.fa-map-marker-times:before,
.fa-map-marker-xmark:before {
  content: "\f60e";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-a:before {
  content: "\e422";
}

.fa-lock-hashtag:before {
  content: "\e423";
}

.fa-lock-alt:before,
.fa-lock-keyhole:before {
  content: "\f30d";
}

.fa-lock-keyhole-open:before,
.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lollipop:before,
.fa-lollypop:before {
  content: "\e424";
}

.fa-couch-small:before,
.fa-loveseat:before {
  content: "\f4cc";
}

.fa-luchador-mask:before,
.fa-luchador:before,
.fa-mask-luchador:before {
  content: "\f455";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-m:before {
  content: "M";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-manat-sign:before {
  content: "\e1d5";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-mango:before {
  content: "\e30f";
}

.fa-manhole:before {
  content: "\e1d6";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-and-venus:before {
  content: "\f224";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mask-face:before {
  content: "\e1d7";
}

.fa-mask-snorkel:before {
  content: "\e3b7";
}

.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-melon:before {
  content: "\e310";
}

.fa-melon-slice:before {
  content: "\e311";
}

.fa-memo:before {
  content: "\e1d8";
}

.fa-memo-circle-check:before {
  content: "\e1d9";
}

.fa-memo-circle-info:before {
  content: "\e49a";
}

.fa-memo-pad:before {
  content: "\e1da";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}

.fa-comment-alt-arrow-down:before,
.fa-message-arrow-down:before {
  content: "\e1db";
}

.fa-comment-alt-arrow-up:before,
.fa-message-arrow-up:before {
  content: "\e1dc";
}

.fa-message-arrow-up-right:before {
  content: "\e1dd";
}

.fa-message-bot:before {
  content: "\e3b8";
}

.fa-comment-alt-captions:before,
.fa-message-captions:before {
  content: "\e1de";
}

.fa-comment-alt-check:before,
.fa-message-check:before {
  content: "\f4a2";
}

.fa-message-code:before {
  content: "\e1df";
}

.fa-comment-alt-dollar:before,
.fa-message-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before,
.fa-message-dots:before,
.fa-messaging:before {
  content: "\f4a3";
}

.fa-comment-alt-exclamation:before,
.fa-message-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-image:before,
.fa-message-image:before {
  content: "\e1e0";
}

.fa-comment-alt-lines:before,
.fa-message-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before,
.fa-message-medical:before {
  content: "\f7f4";
}

.fa-comment-middle-alt:before,
.fa-message-middle:before {
  content: "\e1e1";
}

.fa-comment-middle-top-alt:before,
.fa-message-middle-top:before {
  content: "\e1e2";
}

.fa-comment-alt-minus:before,
.fa-message-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before,
.fa-message-music:before {
  content: "\f8af";
}

.fa-comment-alt-edit:before,
.fa-message-edit:before,
.fa-message-pen:before {
  content: "\f4a4";
}

.fa-comment-alt-plus:before,
.fa-message-plus:before {
  content: "\f4a8";
}

.fa-message-question:before {
  content: "\e1e3";
}

.fa-comment-alt-quote:before,
.fa-message-quote:before {
  content: "\e1e4";
}

.fa-comment-alt-slash:before,
.fa-message-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before,
.fa-message-smile:before {
  content: "\f4aa";
}

.fa-message-sms:before {
  content: "\e1e5";
}

.fa-comment-alt-text:before,
.fa-message-text:before {
  content: "\e1e6";
}

.fa-comment-alt-times:before,
.fa-message-times:before,
.fa-message-xmark:before {
  content: "\f4ab";
}

.fa-comments-alt:before,
.fa-messages:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before,
.fa-messages-dollar:before {
  content: "\f652";
}

.fa-messages-question:before {
  content: "\e1e7";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-meter:before {
  content: "\e1e8";
}

.fa-meter-bolt:before {
  content: "\e1e9";
}

.fa-meter-droplet:before {
  content: "\e1ea";
}

.fa-meter-fire:before {
  content: "\e1eb";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microchip-ai:before {
  content: "\e1ec";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microwave:before {
  content: "\e01b";
}

.fa-mill-sign:before {
  content: "\e1ed";
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}

.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}

.fa-mobile-button:before {
  content: "\f10b";
}

.fa-mobile-iphone:before,
.fa-mobile-notch:before {
  content: "\e1ee";
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
  content: "\f3cf";
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}

.fa-mobile-signal:before {
  content: "\e1ef";
}

.fa-mobile-signal-out:before {
  content: "\e1f0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-bill-simple:before {
  content: "\e1f1";
}

.fa-money-bill-simple-wave:before {
  content: "\e1f2";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bills:before {
  content: "\e1f3";
}

.fa-money-bills-alt:before,
.fa-money-bills-simple:before {
  content: "\e1f4";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
  content: "\f53d";
}

.fa-money-check-dollar-pen:before,
.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-money-check-edit:before,
.fa-money-check-pen:before {
  content: "\f872";
}

.fa-money-from-bracket:before {
  content: "\e312";
}

.fa-money-simple-from-bracket:before {
  content: "\e313";
}

.fa-monitor-heart-rate:before,
.fa-monitor-waveform:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-eclipse-alt:before,
.fa-moon-over-sun:before {
  content: "\f74a";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-moped:before {
  content: "\e3b9";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-mug-tea-saucer:before {
  content: "\e1f5";
}

.fa-mushroom:before {
  content: "\e425";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before,
.fa-music-note:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before,
.fa-music-note-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-n:before {
  content: "N";
}

.fa-naira-sign:before {
  content: "\e1f6";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-nesting-dolls:before {
  content: "\e3ba";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nfc:before {
  content: "\e1f7";
}

.fa-nfc-lock:before {
  content: "\e1f8";
}

.fa-nfc-magnifying-glass:before {
  content: "\e1f9";
}

.fa-nfc-pen:before {
  content: "\e1fa";
}

.fa-nfc-signal:before {
  content: "\e1fb";
}

.fa-nfc-slash:before {
  content: "\e1fc";
}

.fa-nfc-trash:before {
  content: "\e1fd";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notdef:before {
  content: "\e1fe";
}

.fa-note:before {
  content: "\e1ff";
}

.fa-note-medical:before {
  content: "\e200";
}

.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}

.fa-notebook:before {
  content: "\e201";
}

.fa-notes:before {
  content: "\e202";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-o:before {
  content: "O";
}

.fa-object-exclude:before {
  content: "\e49c";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-intersect:before {
  content: "\e49d";
}

.fa-object-subtract:before {
  content: "\e49e";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-object-union:before {
  content: "\e49f";
}

.fa-objects-align-bottom:before {
  content: "\e3bb";
}

.fa-objects-align-center-horizontal:before {
  content: "\e3bc";
}

.fa-objects-align-center-vertical:before {
  content: "\e3bd";
}

.fa-objects-align-left:before {
  content: "\e3be";
}

.fa-objects-align-right:before {
  content: "\e3bf";
}

.fa-objects-align-top:before {
  content: "\e3c0";
}

.fa-objects-column:before {
  content: "\e3c1";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-octagon-check:before {
  content: "\e426";
}

.fa-octagon-divide:before {
  content: "\e203";
}

.fa-octagon-exclamation:before {
  content: "\e204";
}

.fa-minus-octagon:before,
.fa-octagon-minus:before {
  content: "\f308";
}

.fa-octagon-plus:before,
.fa-plus-octagon:before {
  content: "\f301";
}

.fa-octagon-xmark:before,
.fa-times-octagon:before,
.fa-xmark-octagon:before {
  content: "\f2f0";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-can-drip:before {
  content: "\e205";
}

.fa-oil-temp:before,
.fa-oil-temperature:before {
  content: "\f614";
}

.fa-olive:before {
  content: "\e316";
}

.fa-olive-branch:before {
  content: "\e317";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-onion:before {
  content: "\e427";
}

.fa-option:before {
  content: "\e318";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-otter:before {
  content: "\f700";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "\e01c";
}

.fa-oven:before {
  content: "\e01d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-p:before {
  content: "P";
}

.fa-page:before {
  content: "\e428";
}

.fa-file-caret-down:before,
.fa-page-caret-down:before {
  content: "\e429";
}

.fa-file-caret-up:before,
.fa-page-caret-up:before {
  content: "\e42a";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before,
.fa-paint-brush-fine:before,
.fa-paintbrush-alt:before,
.fa-paintbrush-fine:before {
  content: "\f5a9";
}

.fa-paintbrush-pencil:before {
  content: "\e206";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-box:before {
  content: "\e208";
}

.fa-palette-boxes:before,
.fa-pallet-alt:before,
.fa-pallet-boxes:before {
  content: "\f483";
}

.fa-pan-food:before {
  content: "\e42b";
}

.fa-pan-frying:before {
  content: "\e42c";
}

.fa-pancakes:before {
  content: "\e42d";
}

.fa-panel-ews:before {
  content: "\e42e";
}

.fa-panel-fire:before {
  content: "\e42f";
}

.fa-panorama:before {
  content: "\e209";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paper-plane-alt:before,
.fa-paper-plane-top:before,
.fa-send:before {
  content: "\e20a";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paperclip-vertical:before {
  content: "\e3c2";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-left:before,
.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-party-bell:before {
  content: "\e31a";
}

.fa-party-horn:before {
  content: "\e31b";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paw-alt:before,
.fa-paw-simple:before {
  content: "\f701";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-peach:before {
  content: "\e20b";
}

.fa-peanut:before {
  content: "\e430";
}

.fa-peanuts:before {
  content: "\e431";
}

.fa-peapod:before {
  content: "\e31c";
}

.fa-pear:before {
  content: "\e20c";
}

.fa-pedestal:before {
  content: "\e20d";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-circle:before {
  content: "\e20e";
}

.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}

.fa-pen-alt-slash:before,
.fa-pen-clip-slash:before {
  content: "\e20f";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-fancy-slash:before {
  content: "\e210";
}

.fa-pen-field:before {
  content: "\e211";
}

.fa-pen-line:before {
  content: "\e212";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-nib-slash:before {
  content: "\e4a1";
}

.fa-pen-paintbrush:before,
.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pen-slash:before {
  content: "\e213";
}

.fa-pen-swirl:before {
  content: "\e214";
}

.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}

.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}

.fa-pencil-slash:before {
  content: "\e215";
}

.fa-people:before {
  content: "\e216";
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}

.fa-people-dress:before {
  content: "\e217";
}

.fa-people-dress-simple:before {
  content: "\e218";
}

.fa-people-pants:before {
  content: "\e219";
}

.fa-people-pants-simple:before {
  content: "\e21a";
}

.fa-people-simple:before {
  content: "\e21b";
}

.fa-pepper:before {
  content: "\e432";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before,
.fa-percentage:before {
  content: "%";
}

.fa-period:before {
  content: ".";
}

.fa-male:before,
.fa-person:before {
  content: "\f183";
}

.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before,
.fa-person-biking-mountain:before {
  content: "\f84b";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry-box:before,
.fa-person-carry:before {
  content: "\f4cf";
}

.fa-digging:before,
.fa-person-digging:before {
  content: "\f85e";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}

.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}

.fa-person-dress-simple:before {
  content: "\e21c";
}

.fa-person-from-portal:before,
.fa-portal-exit:before {
  content: "\e023";
}

.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}

.fa-person-pinball:before {
  content: "\e21d";
}

.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}

.fa-person-pregnant:before {
  content: "\e31e";
}

.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}

.fa-person-seat:before {
  content: "\e21e";
}

.fa-person-seat-reclined:before {
  content: "\e21f";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-person-simple:before {
  content: "\e220";
}

.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}

.fa-person-ski-jumping:before,
.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-person-ski-lift:before,
.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-person-sledding:before,
.fa-sledding:before {
  content: "\f7cb";
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-person-snowmobiling:before,
.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}

.fa-person-to-door:before {
  content: "\e433";
}

.fa-person-to-portal:before,
.fa-portal-enter:before {
  content: "\e022";
}

.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}

.fa-peseta-sign:before {
  content: "\e221";
}

.fa-peso-sign:before {
  content: "\e222";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-arrow-down-left:before,
.fa-phone-arrow-down:before,
.fa-phone-incoming:before {
  content: "\e223";
}

.fa-phone-arrow-up-right:before,
.fa-phone-arrow-up:before,
.fa-phone-outgoing:before {
  content: "\e224";
}

.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}

.fa-phone-hangup:before {
  content: "\e225";
}

.fa-phone-intercom:before {
  content: "\e434";
}

.fa-phone-missed:before {
  content: "\e226";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-phone-xmark:before {
  content: "\e227";
}

.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}

.fa-photo-film-music:before {
  content: "\e228";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pickleball:before {
  content: "\e435";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinata:before {
  content: "\e3c3";
}

.fa-pinball:before {
  content: "\e229";
}

.fa-pineapple:before {
  content: "\e31f";
}

.fa-pipe:before {
  content: "|";
}

.fa-pipe-circle-check:before {
  content: "\e436";
}

.fa-pipe-collar:before {
  content: "\e437";
}

.fa-pipe-section:before {
  content: "\e438";
}

.fa-pipe-smoking:before {
  content: "\e3c4";
}

.fa-pipe-valve:before {
  content: "\e439";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-alt:before,
.fa-plane-engines:before {
  content: "\f3de";
}

.fa-plane-prop:before {
  content: "\e22b";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-plane-tail:before {
  content: "\e22c";
}

.fa-plane-up:before {
  content: "\e22d";
}

.fa-plane-up-slash:before {
  content: "\e22e";
}

.fa-planet-moon:before {
  content: "\e01f";
}

.fa-planet-ringed:before {
  content: "\e020";
}

.fa-plate-utensils:before {
  content: "\e43b";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-pause:before {
  content: "\e22f";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-add:before,
.fa-plus:before {
  content: "+";
}

.fa-plus-minus:before {
  content: "\e43c";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "\e021";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-pompebled:before {
  content: "\e43d";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}

.fa-pool-8-ball:before {
  content: "\e3c5";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-popsicle:before {
  content: "\e43e";
}

.fa-pot-food:before {
  content: "\e43f";
}

.fa-potato:before {
  content: "\e440";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}

.fa-presentation-screen:before,
.fa-presentation:before {
  content: "\f685";
}

.fa-pretzel:before {
  content: "\e441";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-magnifying-glass:before,
.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump:before {
  content: "\e442";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-puzzle:before {
  content: "\e443";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-puzzle-piece-alt:before,
.fa-puzzle-piece-simple:before {
  content: "\e231";
}

.fa-q:before {
  content: "Q";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "?";
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}

.fa-quotes:before {
  content: "\e234";
}

.fa-r:before {
  content: "R";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before,
.fa-rabbit-running:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\e024";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before,
.fa-radio-tuner:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-raygun:before {
  content: "\e025";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before,
.fa-rectangle:before {
  content: "\f2fa";
}

.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}

.fa-barcode-alt:before,
.fa-rectangle-barcode:before {
  content: "\f463";
}

.fa-rectangle-code:before {
  content: "\e322";
}

.fa-rectangle-history:before {
  content: "\e4a2";
}

.fa-rectangle-history-circle-plus:before {
  content: "\e4a3";
}

.fa-rectangle-history-circle-user:before {
  content: "\e4a4";
}

.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}

.fa-pro:before,
.fa-rectangle-pro:before {
  content: "\e235";
}

.fa-rectangle-terminal:before {
  content: "\e236";
}

.fa-rectangle-portrait:before,
.fa-rectangle-vertical:before {
  content: "\f2fb";
}

.fa-rectangle-vertical-history:before {
  content: "\e237";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}

.fa-rectangles-mixed:before {
  content: "\e323";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-reel:before {
  content: "\e238";
}

.fa-refrigerator:before {
  content: "\e026";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-reply-clock:before,
.fa-reply-time:before {
  content: "\e239";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-restroom-simple:before {
  content: "\e23a";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rhombus:before {
  content: "\e23b";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-arrow-alt-right:before,
.fa-right:before {
  content: "\f356";
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-arrow-alt-from-left:before,
.fa-right-from-line:before {
  content: "\f347";
}

.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}

.fa-right-long-to-line:before {
  content: "\e444";
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-arrow-alt-to-right:before,
.fa-right-to-line:before {
  content: "\f34c";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-robot-astromech:before {
  content: "\e2d2";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "\e027";
}

.fa-roller-coaster:before {
  content: "\e324";
}

.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-rotate-exclamation:before {
  content: "\e23c";
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-rugby-ball:before {
  content: "\e3c6";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-rupiah-sign:before {
  content: "\e23d";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-s:before {
  content: "S";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sailboat:before {
  content: "\e445";
}

.fa-bowl-salad:before,
.fa-salad:before {
  content: "\f81e";
}

.fa-salt-shaker:before {
  content: "\e446";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-sax-hot:before,
.fa-saxophone-fire:before {
  content: "\f8db";
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-line-dashed:before,
.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner-image:before,
.fa-scanner:before {
  content: "\f8f3";
}

.fa-scanner-gun:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-school:before {
  content: "\f549";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-screen-users:before,
.fa-users-class:before {
  content: "\f63d";
}

.fa-screencast:before {
  content: "\e23e";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}

.fa-scribble:before {
  content: "\e23f";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-sd-cards:before {
  content: "\e240";
}

.fa-seal:before {
  content: "\e241";
}

.fa-seal-exclamation:before {
  content: "\e242";
}

.fa-seal-question:before {
  content: "\e243";
}

.fa-seat-airline:before {
  content: "\e244";
}

.fa-section:before {
  content: "\e447";
}

.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}

.fa-semicolon:before {
  content: ";";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "\e028";
}

.fa-sensor-cloud:before,
.fa-sensor-smoke:before {
  content: "\e02c";
}

.fa-sensor-fire:before {
  content: "\e02a";
}

.fa-sensor-on:before {
  content: "\e02b";
}

.fa-sensor-alert:before,
.fa-sensor-triangle-exclamation:before {
  content: "\e029";
}

.fa-server:before {
  content: "\f233";
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}

.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-arrows-turn-right:before,
.fa-share-all:before {
  content: "\f367";
}

.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}

.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-inventory:before,
.fa-shelves:before {
  content: "\f480";
}

.fa-shelves-empty:before {
  content: "\e246";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before,
.fa-shield-blank:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-exclamation:before {
  content: "\e247";
}

.fa-shield-keyhole:before {
  content: "\e248";
}

.fa-shield-minus:before {
  content: "\e249";
}

.fa-shield-plus:before {
  content: "\e24a";
}

.fa-shield-slash:before {
  content: "\e24b";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-shield-times:before,
.fa-shield-xmark:before {
  content: "\e24c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}

.fa-shirt-long-sleeve:before {
  content: "\e3c7";
}

.fa-shirt-running:before {
  content: "\e3c8";
}

.fa-shirt-tank-top:before {
  content: "\e3c9";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}

.fa-shop-lock:before {
  content: "\e4a5";
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shower-alt:before,
.fa-shower-down:before {
  content: "\e24d";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shrimp:before {
  content: "\e448";
}

.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}

.fa-shutters:before {
  content: "\e449";
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sidebar:before {
  content: "\e24e";
}

.fa-sidebar-flip:before {
  content: "\e24f";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}

.fa-signal-alt-4:before,
.fa-signal-alt:before,
.fa-signal-bars-strong:before,
.fa-signal-bars:before {
  content: "\f690";
}

.fa-signal-alt-2:before,
.fa-signal-bars-fair:before {
  content: "\f692";
}

.fa-signal-alt-3:before,
.fa-signal-bars-good:before {
  content: "\f693";
}

.fa-signal-alt-slash:before,
.fa-signal-bars-slash:before {
  content: "\f694";
}

.fa-signal-alt-1:before,
.fa-signal-bars-weak:before {
  content: "\f691";
}

.fa-signal-2:before,
.fa-signal-fair:before {
  content: "\f68d";
}

.fa-signal-3:before,
.fa-signal-good:before {
  content: "\f68e";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signal-stream-slash:before {
  content: "\e250";
}

.fa-signal-4:before,
.fa-signal-strong:before {
  content: "\f68f";
}

.fa-signal-1:before,
.fa-signal-weak:before {
  content: "\f68c";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-signature-lock:before {
  content: "\e3ca";
}

.fa-signature-slash:before {
  content: "\e3cb";
}

.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-sim-cards:before {
  content: "\e251";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-siren:before {
  content: "\e02d";
}

.fa-siren-on:before {
  content: "\e02e";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-ski-boot:before {
  content: "\e3cc";
}

.fa-ski-boot-ski:before {
  content: "\e3cd";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-slash:before {
  content: "\f715";
}

.fa-slash-back:before {
  content: "\\";
}

.fa-slash-forward:before {
  content: "/";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-slider:before {
  content: "\e252";
}

.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}

.fa-sliders-simple:before {
  content: "\e253";
}

.fa-sliders-up:before,
.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-slot-machine:before {
  content: "\e3ce";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snooze:before,
.fa-zzz:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-frosty-head:before,
.fa-snowman-head:before {
  content: "\f79b";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-creemee:before,
.fa-soft-serve:before {
  content: "\e400";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\e02f";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-station-moon:before {
  content: "\e033";
}

.fa-space-station-moon-alt:before,
.fa-space-station-moon-construction:before {
  content: "\e034";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-split:before {
  content: "\e254";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-sportsball:before {
  content: "\e44b";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}

.fa-sprinkler:before {
  content: "\e035";
}

.fa-sprinkler-ceiling:before {
  content: "\e44c";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-0:before {
  content: "\e255";
}

.fa-square-1:before {
  content: "\e256";
}

.fa-square-2:before {
  content: "\e257";
}

.fa-square-3:before {
  content: "\e258";
}

.fa-square-4:before {
  content: "\e259";
}

.fa-square-5:before {
  content: "\e25a";
}

.fa-square-6:before {
  content: "\e25b";
}

.fa-square-7:before {
  content: "\e25c";
}

.fa-square-8:before {
  content: "\e25d";
}

.fa-square-9:before {
  content: "\e25e";
}

.fa-square-a:before {
  content: "\e25f";
}

.fa-square-a-lock:before {
  content: "\e44d";
}

.fa-square-ampersand:before {
  content: "\e260";
}

.fa-arrow-square-down:before,
.fa-square-arrow-down:before {
  content: "\f339";
}

.fa-square-arrow-down-left:before {
  content: "\e261";
}

.fa-square-arrow-down-right:before {
  content: "\e262";
}

.fa-arrow-square-left:before,
.fa-square-arrow-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before,
.fa-square-arrow-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before,
.fa-square-arrow-up:before {
  content: "\f33c";
}

.fa-square-arrow-up-left:before {
  content: "\e263";
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}

.fa-square-b:before {
  content: "\e264";
}

.fa-square-bolt:before {
  content: "\e265";
}

.fa-square-c:before {
  content: "\e266";
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}

.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}

.fa-chevron-square-down:before,
.fa-square-chevron-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before,
.fa-square-chevron-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before,
.fa-square-chevron-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before,
.fa-square-chevron-up:before {
  content: "\f32c";
}

.fa-square-code:before {
  content: "\e267";
}

.fa-square-d:before {
  content: "\e268";
}

.fa-square-dashed:before {
  content: "\e269";
}

.fa-square-divide:before {
  content: "\e26a";
}

.fa-dollar-square:before,
.fa-square-dollar:before,
.fa-usd-square:before {
  content: "\f2e9";
}

.fa-arrow-alt-square-down:before,
.fa-square-down:before {
  content: "\f350";
}

.fa-square-down-left:before {
  content: "\e26b";
}

.fa-square-down-right:before {
  content: "\e26c";
}

.fa-square-e:before {
  content: "\e26d";
}

.fa-square-ellipsis:before {
  content: "\e26e";
}

.fa-square-ellipsis-vertical:before {
  content: "\e26f";
}

.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}

.fa-exclamation-square:before,
.fa-square-exclamation:before {
  content: "\f321";
}

.fa-square-f:before {
  content: "\e270";
}

.fa-box-fragile:before,
.fa-square-fragile:before,
.fa-square-wine-glass-crack:before {
  content: "\f49b";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-g:before {
  content: "\e271";
}

.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}

.fa-heart-square:before,
.fa-square-heart:before {
  content: "\f4c8";
}

.fa-square-i:before {
  content: "\e272";
}

.fa-info-square:before,
.fa-square-info:before {
  content: "\f30f";
}

.fa-square-j:before {
  content: "\e273";
}

.fa-square-k:before {
  content: "\e274";
}

.fa-square-kanban:before {
  content: "\e488";
}

.fa-square-l:before {
  content: "\e275";
}

.fa-arrow-alt-square-left:before,
.fa-square-left:before {
  content: "\f351";
}

.fa-square-list:before {
  content: "\e489";
}

.fa-square-m:before {
  content: "\e276";
}

.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}

.fa-square-n:before {
  content: "\e277";
}

.fa-square-o:before {
  content: "\e278";
}

.fa-square-p:before {
  content: "\e279";
}

.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}

.fa-parking-slash:before,
.fa-square-parking-slash:before {
  content: "\f617";
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}

.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}

.fa-phone-square-down:before,
.fa-square-phone-hangup:before {
  content: "\e27a";
}

.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}

.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}

.fa-square-q:before {
  content: "\e27b";
}

.fa-square-quarters:before {
  content: "\e44e";
}

.fa-question-square:before,
.fa-square-question:before {
  content: "\f2fd";
}

.fa-square-quote:before {
  content: "\e329";
}

.fa-square-r:before {
  content: "\e27c";
}

.fa-arrow-alt-square-right:before,
.fa-square-right:before {
  content: "\f352";
}

.fa-square-ring:before {
  content: "\e44f";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}

.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}

.fa-square-s:before {
  content: "\e27d";
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}

.fa-sliders-h-square:before,
.fa-square-sliders:before {
  content: "\f3f0";
}

.fa-sliders-v-square:before,
.fa-square-sliders-vertical:before {
  content: "\f3f2";
}

.fa-square-small:before {
  content: "\e27e";
}

.fa-square-star:before {
  content: "\e27f";
}

.fa-square-t:before {
  content: "\e280";
}

.fa-square-terminal:before {
  content: "\e32a";
}

.fa-box-up:before,
.fa-square-this-way-up:before {
  content: "\f49f";
}

.fa-square-u:before {
  content: "\e281";
}

.fa-arrow-alt-square-up:before,
.fa-square-up:before {
  content: "\f353";
}

.fa-square-up-left:before {
  content: "\e282";
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}

.fa-square-user:before {
  content: "\e283";
}

.fa-square-v:before {
  content: "\e284";
}

.fa-square-w:before {
  content: "\e285";
}

.fa-square-x:before {
  content: "\e286";
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}

.fa-square-y:before {
  content: "\e287";
}

.fa-square-z:before {
  content: "\e288";
}

.fa-squid:before {
  content: "\e450";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stairs:before {
  content: "\e289";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-rectangle-sd:before,
.fa-standard-definition:before {
  content: "\e28a";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-sharp:before {
  content: "\e28b";
}

.fa-star-sharp-half:before {
  content: "\e28c";
}

.fa-star-sharp-half-alt:before,
.fa-star-sharp-half-stroke:before {
  content: "\e28d";
}

.fa-star-shooting:before {
  content: "\e036";
}

.fa-starfighter:before {
  content: "\e037";
}

.fa-starfighter-alt:before,
.fa-starfighter-twin-ion-engine:before {
  content: "\e038";
}

.fa-starfighter-alt-advanced:before,
.fa-starfighter-twin-ion-engine-advanced:before {
  content: "\e28e";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "\e039";
}

.fa-starship-freighter:before {
  content: "\e03a";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-lock:before {
  content: "\e4a6";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strawberry:before {
  content: "\e32b";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-alt:before,
.fa-sun-bright:before {
  content: "\e28f";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-nigiri:before,
.fa-sushi:before {
  content: "\e48a";
}

.fa-maki-roll:before,
.fa-makizushi:before,
.fa-sushi-roll:before {
  content: "\e48b";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\e03b";
}

.fa-sword-laser-alt:before {
  content: "\e03c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\e03d";
}

.fa-icons-alt:before,
.fa-symbols:before {
  content: "\f86e";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-t:before {
  content: "T";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}

.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}

.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}

.fa-table-layout:before {
  content: "\e290";
}

.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}

.fa-table-picnic:before {
  content: "\e32d";
}

.fa-table-pivot:before {
  content: "\e291";
}

.fa-rows:before,
.fa-table-rows:before {
  content: "\e292";
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}

.fa-table-tree:before {
  content: "\e293";
}

.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}

.fa-tablet-button:before {
  content: "\f10a";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablet-android-alt:before,
.fa-tablet-screen:before {
  content: "\f3fc";
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally-5:before,
.fa-tally:before {
  content: "\f69c";
}

.fa-tally-1:before {
  content: "\e294";
}

.fa-tally-2:before {
  content: "\e295";
}

.fa-tally-3:before {
  content: "\e296";
}

.fa-tally-4:before {
  content: "\e297";
}

.fa-tamale:before {
  content: "\e451";
}

.fa-tank-water:before {
  content: "\e452";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-taxi-bus:before {
  content: "\e298";
}

.fa-teddy-bear:before {
  content: "\e3cf";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telescope:before {
  content: "\e03e";
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
  content: "\e03f";
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
  content: "\e040";
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-list:before {
  content: "\e299";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-temperature-frigid:before,
.fa-temperature-snow:before {
  content: "\f768";
}

.fa-temperature-hot:before,
.fa-temperature-sun:before {
  content: "\f76a";
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-thought-bubble:before {
  content: "\e32e";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}

.fa-tick:before {
  content: "\e32f";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-airline:before {
  content: "\e29a";
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}

.fa-tickets-airline:before {
  content: "\e29b";
}

.fa-tilde:before {
  content: "~";
}

.fa-timeline:before {
  content: "\e29c";
}

.fa-timeline-arrow:before {
  content: "\e29d";
}

.fa-timer:before {
  content: "\e29e";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before,
.fa-toilet-paper-blank:before {
  content: "\f71f";
}

.fa-toilet-paper-blank-under:before,
.fa-toilet-paper-reverse-alt:before {
  content: "\e29f";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toilet-paper-reverse:before,
.fa-toilet-paper-under:before {
  content: "\e2a0";
}

.fa-toilet-paper-reverse-slash:before,
.fa-toilet-paper-under-slash:before {
  content: "\e2a1";
}

.fa-tomato:before {
  content: "\e330";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before,
.fa-tombstone-blank:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}

.fa-tower-control:before {
  content: "\e2a2";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}

.fa-subway-tunnel:before,
.fa-train-subway-tunnel:before {
  content: "\e2a3";
}

.fa-train-track:before {
  content: "\e453";
}

.fa-train-tram:before,
.fa-tram:before {
  content: "\f7da";
}

.fa-train-tunnel:before {
  content: "\e454";
}

.fa-transformer-bolt:before {
  content: "\e2a4";
}

.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "\e042";
}

.fa-transporter-1:before {
  content: "\e043";
}

.fa-transporter-2:before {
  content: "\e044";
}

.fa-transporter-3:before {
  content: "\e045";
}

.fa-transporter-4:before {
  content: "\e2a5";
}

.fa-transporter-5:before {
  content: "\e2a6";
}

.fa-transporter-6:before {
  content: "\e2a7";
}

.fa-transporter-7:before {
  content: "\e2a8";
}

.fa-transporter-empty:before {
  content: "\e046";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-can-check:before {
  content: "\e2a9";
}

.fa-trash-can-clock:before {
  content: "\e2aa";
}

.fa-trash-can-list:before {
  content: "\e2ab";
}

.fa-trash-can-plus:before {
  content: "\e2ac";
}

.fa-trash-alt-slash:before,
.fa-trash-can-slash:before {
  content: "\e2ad";
}

.fa-trash-can-arrow-turn-left:before,
.fa-trash-can-undo:before,
.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-trash-can-xmark:before {
  content: "\e2ae";
}

.fa-trash-check:before {
  content: "\e2af";
}

.fa-trash-clock:before {
  content: "\e2b0";
}

.fa-trash-list:before {
  content: "\e2b1";
}

.fa-trash-plus:before {
  content: "\e2b2";
}

.fa-trash-slash:before {
  content: "\e2b3";
}

.fa-trash-arrow-turn-left:before,
.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-xmark:before {
  content: "\e2b4";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-alt:before,
.fa-tree-deciduous:before {
  content: "\f400";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}

.fa-triangle-instrument:before,
.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-construction:before,
.fa-triangle-person-digging:before {
  content: "\f85d";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before,
.fa-trophy-star:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-bolt:before {
  content: "\e3d0";
}

.fa-shipping-timed:before,
.fa-truck-clock:before {
  content: "\f48c";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-container-empty:before {
  content: "\e2b5";
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}

.fa-truck-flatbed:before {
  content: "\e2b6";
}

.fa-truck-front:before {
  content: "\e2b7";
}

.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}

.fa-truck-couch:before,
.fa-truck-ramp-couch:before {
  content: "\f4dd";
}

.fa-truck-tow:before {
  content: "\e2b8";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}

.fa-teletype-answer:before,
.fa-tty-answer:before {
  content: "\e2b9";
}

.fa-tugrik-sign:before {
  content: "\e2ba";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}

.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}

.fa-turn-down-left:before {
  content: "\e331";
}

.fa-turn-down-right:before {
  content: "\e455";
}

.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-u:before {
  content: "U";
}

.fa-ufo:before {
  content: "\e047";
}

.fa-ufo-beam:before {
  content: "\e048";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-umbrella-alt:before,
.fa-umbrella-simple:before {
  content: "\e2bc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-uniform-martial-arts:before {
  content: "\e3d1";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}

.fa-arrow-alt-up:before,
.fa-up:before {
  content: "\f357";
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}

.fa-up-from-dotted-line:before {
  content: "\e456";
}

.fa-arrow-alt-from-bottom:before,
.fa-up-from-line:before {
  content: "\f346";
}

.fa-up-left:before {
  content: "\e2bd";
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}

.fa-up-right:before {
  content: "\e2be";
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}

.fa-up-to-dotted-line:before {
  content: "\e457";
}

.fa-arrow-alt-to-top:before,
.fa-up-to-line:before {
  content: "\f34d";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "\e04a";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-bounty-hunter:before {
  content: "\e2bf";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-chef:before {
  content: "\e3d2";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-doctor-hair:before {
  content: "\e458";
}

.fa-user-doctor-hair-long:before {
  content: "\e459";
}

.fa-user-doctor-message:before,
.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}

.fa-user-group-crown:before,
.fa-users-crown:before {
  content: "\f6a5";
}

.fa-user-hair:before {
  content: "\e45a";
}

.fa-user-hair-buns:before {
  content: "\e3d3";
}

.fa-user-hair-long:before {
  content: "\e45b";
}

.fa-business-front:before,
.fa-party-back:before,
.fa-trian-balbot:before,
.fa-user-hair-mullet:before {
  content: "\e45c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-construction:before,
.fa-user-hard-hat:before,
.fa-user-helmet-safety:before {
  content: "\f82c";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-nurse-hair:before {
  content: "\e45d";
}

.fa-user-nurse-hair-long:before {
  content: "\e45e";
}

.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}

.fa-user-pilot:before {
  content: "\e2c0";
}

.fa-user-pilot-tie:before {
  content: "\e2c1";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-police:before {
  content: "\e333";
}

.fa-user-police-tie:before {
  content: "\e334";
}

.fa-user-robot:before {
  content: "\e04b";
}

.fa-user-robot-xmarks:before {
  content: "\e4a7";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shakespeare:before {
  content: "\e2c2";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-tie-hair:before {
  content: "\e45f";
}

.fa-user-tie-hair-long:before {
  content: "\e460";
}

.fa-user-unlock:before {
  content: "\e058";
}

.fa-user-visor:before {
  content: "\e04c";
}

.fa-user-vneck:before {
  content: "\e461";
}

.fa-user-vneck-hair:before {
  content: "\e462";
}

.fa-user-vneck-hair-long:before {
  content: "\e463";
}

.fa-user-times:before,
.fa-user-xmark:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-slash:before {
  content: "\e464";
}

.fa-utility-pole:before {
  content: "\e2c3";
}

.fa-utility-pole-double:before {
  content: "\e2c4";
}

.fa-v:before {
  content: "V";
}

.fa-vacuum:before {
  content: "\e04d";
}

.fa-vacuum-robot:before {
  content: "\e04e";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}

.fa-vault:before {
  content: "\e2c5";
}

.fa-vector-circle:before {
  content: "\e2c6";
}

.fa-vector-polygon:before {
  content: "\e2c7";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-vent-damper:before {
  content: "\e465";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}

.fa-video-arrow-down-left:before {
  content: "\e2c8";
}

.fa-video-arrow-up-right:before {
  content: "\e2c9";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-covid:before {
  content: "\e4a8";
}

.fa-virus-covid-slash:before {
  content: "\e4a9";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}

.fa-volume-medium:before,
.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}

.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-w:before {
  content: "W";
}

.fa-waffle:before {
  content: "\e466";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}

.fa-wand-sparkles:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before,
.fa-warehouse-full:before {
  content: "\f495";
}

.fa-washer:before,
.fa-washing-machine:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-apple:before {
  content: "\e2cb";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-watch-smart:before {
  content: "\e2cc";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-arrow-down:before,
.fa-water-lower:before {
  content: "\f774";
}

.fa-water-arrow-up:before,
.fa-water-rise:before {
  content: "\f775";
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}

.fa-watermelon-slice:before {
  content: "\e337";
}

.fa-heart-rate:before,
.fa-wave-pulse:before {
  content: "\f5f8";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-lines:before,
.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
  content: "\e2cd";
}

.fa-wheat-awn-slash:before {
  content: "\e338";
}

.fa-wheat-slash:before {
  content: "\e339";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
  content: "\e2ce";
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before,
.fa-whiskey-glass-ice:before {
  content: "\f7a1";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-exclamation:before {
  content: "\e2cf";
}

.fa-wifi-2:before,
.fa-wifi-fair:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wifi-1:before,
.fa-wifi-weak:before {
  content: "\f6aa";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-circle-exclamation:before,
.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before,
.fa-window-flip:before {
  content: "\f40f";
}

.fa-window-frame:before {
  content: "\e04f";
}

.fa-window-frame-open:before {
  content: "\e050";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-fragile:before,
.fa-wine-glass-crack:before {
  content: "\f4bb";
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-wrench-simple:before {
  content: "\e2d1";
}

.fa-x:before {
  content: "X";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}

.fa-times-to-slot:before,
.fa-vote-nay:before,
.fa-xmark-to-slot:before {
  content: "\f771";
}

.fa-y:before {
  content: "Y";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-z:before {
  content: "Z";
}

.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-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('fa-brands-400.woff2') format("woff2"), url('fa-brands-400.ttf') format("truetype");
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-audible:before {
  content: "\f373";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bots:before {
  content: "\e340";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-figma:before {
  content: "\f799";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-less:before {
  content: "\f41d";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sith:before {
  content: "\f512";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square-font-awesome:before {
  content: "\f425";
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

:host,
:root {
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: format("woff2"), format("truetype");
}

.fa-duotone,
.fad {
  position: relative;
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
  letter-spacing: normal;
}

.fa-duotone:before,
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fa-duotone:after,
.fad:after {
  color: var(--fa-secondary-color, inherit);
}

.fa-duotone.fa-swap-opacity:before,
.fa-duotone:after,
.fa-swap-opacity .fa-duotone:before,
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-duotone.fa-swap-opacity:after,
.fa-swap-opacity .fa-duotone:after,
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: var(--fa-primary-opacity, 1);
}

.fa-duotone.fa-inverse,
.fad.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-duotone.fa-stack-1x,
.fa-duotone.fa-stack-2x,
.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}

[dir="ltr"] .fa-duotone.fa-fw:before,
[dir="ltr"] .fa-duotone.fa-stack-1x:before,
[dir="ltr"] .fa-duotone.fa-stack-2x:before,
[dir="ltr"] .fad.fa-fw:before,
[dir="ltr"] .fad.fa-stack-1x:before,
[dir="ltr"] .fad.fa-stack-2x:before {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .fa-duotone.fa-fw:before,
[dir="rtl"] .fa-duotone.fa-stack-1x:before,
[dir="rtl"] .fa-duotone.fa-stack-2x:before,
[dir="rtl"] .fad.fa-fw:before,
[dir="rtl"] .fad.fa-stack-1x:before,
[dir="rtl"] .fad.fa-stack-2x:before {
  right: 50%;
  transform: translateX(50%);
}

.fa-duotone.fa-0:after,
.fad.fa-0:after {
  content: "00";
}

.fa-duotone.fa-1:after,
.fad.fa-1:after {
  content: "11";
}

.fa-duotone.fa-2:after,
.fad.fa-2:after {
  content: "22";
}

.fa-duotone.fa-3:after,
.fad.fa-3:after {
  content: "33";
}

.fa-duotone.fa-4:after,
.fad.fa-4:after {
  content: "44";
}

.fa-duotone.fa-5:after,
.fad.fa-5:after {
  content: "55";
}

.fa-duotone.fa-6:after,
.fad.fa-6:after {
  content: "66";
}

.fa-duotone.fa-7:after,
.fad.fa-7:after {
  content: "77";
}

.fa-duotone.fa-8:after,
.fad.fa-8:after {
  content: "88";
}

.fa-duotone.fa-9:after,
.fad.fa-9:after {
  content: "99";
}

.fa-duotone.fa-00:after,
.fad.fa-00:after {
  content: "\e467\e467";
}

.fa-duotone.fa-360-degrees:after,
.fad.fa-360-degrees:after {
  content: "\e2dc\e2dc";
}

.fa-duotone.fa-a:after,
.fad.fa-a:after {
  content: "AA";
}

.fa-duotone.fa-abacus:after,
.fad.fa-abacus:after {
  content: "\f640\f640";
}

.fa-duotone.fa-accent-grave:after,
.fad.fa-accent-grave:after {
  content: "``";
}

.fa-duotone.fa-acorn:after,
.fad.fa-acorn:after {
  content: "\f6ae\f6ae";
}

.fa-duotone.fa-address-book:after,
.fa-duotone.fa-contact-book:after,
.fad.fa-address-book:after,
.fad.fa-contact-book:after {
  content: "\f2b9\f2b9";
}

.fa-duotone.fa-address-card:after,
.fa-duotone.fa-contact-card:after,
.fa-duotone.fa-vcard:after,
.fad.fa-address-card:after,
.fad.fa-contact-card:after,
.fad.fa-vcard:after {
  content: "\f2bb\f2bb";
}

.fa-duotone.fa-air-conditioner:after,
.fad.fa-air-conditioner:after {
  content: "\f8f4\f8f4";
}

.fa-duotone.fa-airplay:after,
.fad.fa-airplay:after {
  content: "\e089\e089";
}

.fa-duotone.fa-alarm-clock:after,
.fad.fa-alarm-clock:after {
  content: "\f34e\f34e";
}

.fa-duotone.fa-alarm-exclamation:after,
.fad.fa-alarm-exclamation:after {
  content: "\f843\f843";
}

.fa-duotone.fa-alarm-plus:after,
.fad.fa-alarm-plus:after {
  content: "\f844\f844";
}

.fa-duotone.fa-alarm-snooze:after,
.fad.fa-alarm-snooze:after {
  content: "\f845\f845";
}

.fa-duotone.fa-album:after,
.fad.fa-album:after {
  content: "\f89f\f89f";
}

.fa-duotone.fa-album-circle-plus:after,
.fad.fa-album-circle-plus:after {
  content: "\e48c\e48c";
}

.fa-duotone.fa-album-circle-user:after,
.fad.fa-album-circle-user:after {
  content: "\e48d\e48d";
}

.fa-duotone.fa-album-collection:after,
.fad.fa-album-collection:after {
  content: "\f8a0\f8a0";
}

.fa-duotone.fa-album-collection-circle-plus:after,
.fad.fa-album-collection-circle-plus:after {
  content: "\e48e\e48e";
}

.fa-duotone.fa-album-collection-circle-user:after,
.fad.fa-album-collection-circle-user:after {
  content: "\e48f\e48f";
}

.fa-duotone.fa-alicorn:after,
.fad.fa-alicorn:after {
  content: "\f6b0\f6b0";
}

.fa-duotone.fa-alien:after,
.fad.fa-alien:after {
  content: "\f8f5\f8f5";
}

.fa-duotone.fa-alien-8bit:after,
.fa-duotone.fa-alien-monster:after,
.fad.fa-alien-8bit:after,
.fad.fa-alien-monster:after {
  content: "\f8f6\f8f6";
}

.fa-duotone.fa-align-center:after,
.fad.fa-align-center:after {
  content: "\f037\f037";
}

.fa-duotone.fa-align-justify:after,
.fad.fa-align-justify:after {
  content: "\f039\f039";
}

.fa-duotone.fa-align-left:after,
.fad.fa-align-left:after {
  content: "\f036\f036";
}

.fa-duotone.fa-align-right:after,
.fad.fa-align-right:after {
  content: "\f038\f038";
}

.fa-duotone.fa-align-slash:after,
.fad.fa-align-slash:after {
  content: "\f846\f846";
}

.fa-duotone.fa-alt:after,
.fad.fa-alt:after {
  content: "\e08a\e08a";
}

.fa-duotone.fa-amp-guitar:after,
.fad.fa-amp-guitar:after {
  content: "\f8a1\f8a1";
}

.fa-duotone.fa-ampersand:after,
.fad.fa-ampersand:after {
  content: "&&";
}

.fa-duotone.fa-anchor:after,
.fad.fa-anchor:after {
  content: "\f13d\f13d";
}

.fa-duotone.fa-angel:after,
.fad.fa-angel:after {
  content: "\f779\f779";
}

.fa-duotone.fa-angle:after,
.fad.fa-angle:after {
  content: "\e08c\e08c";
}

.fa-duotone.fa-angle-90:after,
.fad.fa-angle-90:after {
  content: "\e08d\e08d";
}

.fa-duotone.fa-angle-down:after,
.fad.fa-angle-down:after {
  content: "\f107\f107";
}

.fa-duotone.fa-angle-left:after,
.fad.fa-angle-left:after {
  content: "\f104\f104";
}

.fa-duotone.fa-angle-right:after,
.fad.fa-angle-right:after {
  content: "\f105\f105";
}

.fa-duotone.fa-angle-up:after,
.fad.fa-angle-up:after {
  content: "\f106\f106";
}

.fa-duotone.fa-angle-double-down:after,
.fa-duotone.fa-angles-down:after,
.fad.fa-angle-double-down:after,
.fad.fa-angles-down:after {
  content: "\f103\f103";
}

.fa-duotone.fa-angle-double-left:after,
.fa-duotone.fa-angles-left:after,
.fad.fa-angle-double-left:after,
.fad.fa-angles-left:after {
  content: "\f100\f100";
}

.fa-duotone.fa-angle-double-right:after,
.fa-duotone.fa-angles-right:after,
.fad.fa-angle-double-right:after,
.fad.fa-angles-right:after {
  content: "\f101\f101";
}

.fa-duotone.fa-angle-double-up:after,
.fa-duotone.fa-angles-up:after,
.fad.fa-angle-double-up:after,
.fad.fa-angles-up:after {
  content: "\f102\f102";
}

.fa-duotone.fa-ankh:after,
.fad.fa-ankh:after {
  content: "\f644\f644";
}

.fa-duotone.fa-apartment:after,
.fad.fa-apartment:after {
  content: "\e468\e468";
}

.fa-duotone.fa-aperture:after,
.fad.fa-aperture:after {
  content: "\e2df\e2df";
}

.fa-duotone.fa-apostrophe:after,
.fad.fa-apostrophe:after {
  content: "''";
}

.fa-duotone.fa-apple-core:after,
.fad.fa-apple-core:after {
  content: "\e08f\e08f";
}

.fa-duotone.fa-apple-alt:after,
.fa-duotone.fa-apple-whole:after,
.fad.fa-apple-alt:after,
.fad.fa-apple-whole:after {
  content: "\f5d1\f5d1";
}

.fa-duotone.fa-archway:after,
.fad.fa-archway:after {
  content: "\f557\f557";
}

.fa-duotone.fa-arrow-down:after,
.fad.fa-arrow-down:after {
  content: "\f063\f063";
}

.fa-duotone.fa-arrow-down-1-9:after,
.fa-duotone.fa-sort-numeric-asc:after,
.fa-duotone.fa-sort-numeric-down:after,
.fad.fa-arrow-down-1-9:after,
.fad.fa-sort-numeric-asc:after,
.fad.fa-sort-numeric-down:after {
  content: "\f162\f162";
}

.fa-duotone.fa-arrow-down-9-1:after,
.fa-duotone.fa-sort-numeric-desc:after,
.fa-duotone.fa-sort-numeric-down-alt:after,
.fad.fa-arrow-down-9-1:after,
.fad.fa-sort-numeric-desc:after,
.fad.fa-sort-numeric-down-alt:after {
  content: "\f886\f886";
}

.fa-duotone.fa-arrow-down-a-z:after,
.fa-duotone.fa-sort-alpha-asc:after,
.fa-duotone.fa-sort-alpha-down:after,
.fad.fa-arrow-down-a-z:after,
.fad.fa-sort-alpha-asc:after,
.fad.fa-sort-alpha-down:after {
  content: "\f15d\f15d";
}

.fa-duotone.fa-arrow-down-arrow-up:after,
.fa-duotone.fa-sort-alt:after,
.fad.fa-arrow-down-arrow-up:after,
.fad.fa-sort-alt:after {
  content: "\f883\f883";
}

.fa-duotone.fa-arrow-down-big-small:after,
.fa-duotone.fa-sort-size-down:after,
.fad.fa-arrow-down-big-small:after,
.fad.fa-sort-size-down:after {
  content: "\f88c\f88c";
}

.fa-duotone.fa-arrow-down-from-dotted-line:after,
.fad.fa-arrow-down-from-dotted-line:after {
  content: "\e090\e090";
}

.fa-duotone.fa-arrow-down-from-line:after,
.fa-duotone.fa-arrow-from-top:after,
.fad.fa-arrow-down-from-line:after,
.fad.fa-arrow-from-top:after {
  content: "\f345\f345";
}

.fa-duotone.fa-arrow-down-left:after,
.fad.fa-arrow-down-left:after {
  content: "\e091\e091";
}

.fa-duotone.fa-arrow-down-left-and-arrow-up-right-to-center:after,
.fad.fa-arrow-down-left-and-arrow-up-right-to-center:after {
  content: "\e092\e092";
}

.fa-duotone.fa-arrow-down-long:after,
.fa-duotone.fa-long-arrow-down:after,
.fad.fa-arrow-down-long:after,
.fad.fa-long-arrow-down:after {
  content: "\f175\f175";
}

.fa-duotone.fa-arrow-down-right:after,
.fad.fa-arrow-down-right:after {
  content: "\e093\e093";
}

.fa-duotone.fa-arrow-down-short-wide:after,
.fa-duotone.fa-sort-amount-desc:after,
.fa-duotone.fa-sort-amount-down-alt:after,
.fad.fa-arrow-down-short-wide:after,
.fad.fa-sort-amount-desc:after,
.fad.fa-sort-amount-down-alt:after {
  content: "\f884\f884";
}

.fa-duotone.fa-arrow-down-small-big:after,
.fa-duotone.fa-sort-size-down-alt:after,
.fad.fa-arrow-down-small-big:after,
.fad.fa-sort-size-down-alt:after {
  content: "\f88d\f88d";
}

.fa-duotone.fa-arrow-down-square-triangle:after,
.fa-duotone.fa-sort-shapes-down-alt:after,
.fad.fa-arrow-down-square-triangle:after,
.fad.fa-sort-shapes-down-alt:after {
  content: "\f889\f889";
}

.fa-duotone.fa-arrow-down-to-bracket:after,
.fad.fa-arrow-down-to-bracket:after {
  content: "\e094\e094";
}

.fa-duotone.fa-arrow-down-to-dotted-line:after,
.fad.fa-arrow-down-to-dotted-line:after {
  content: "\e095\e095";
}

.fa-duotone.fa-arrow-down-to-line:after,
.fa-duotone.fa-arrow-to-bottom:after,
.fad.fa-arrow-down-to-line:after,
.fad.fa-arrow-to-bottom:after {
  content: "\f33d\f33d";
}

.fa-duotone.fa-arrow-down-to-square:after,
.fad.fa-arrow-down-to-square:after {
  content: "\e096\e096";
}

.fa-duotone.fa-arrow-down-triangle-square:after,
.fa-duotone.fa-sort-shapes-down:after,
.fad.fa-arrow-down-triangle-square:after,
.fad.fa-sort-shapes-down:after {
  content: "\f888\f888";
}

.fa-duotone.fa-arrow-down-wide-short:after,
.fa-duotone.fa-sort-amount-asc:after,
.fa-duotone.fa-sort-amount-down:after,
.fad.fa-arrow-down-wide-short:after,
.fad.fa-sort-amount-asc:after,
.fad.fa-sort-amount-down:after {
  content: "\f160\f160";
}

.fa-duotone.fa-arrow-down-z-a:after,
.fa-duotone.fa-sort-alpha-desc:after,
.fa-duotone.fa-sort-alpha-down-alt:after,
.fad.fa-arrow-down-z-a:after,
.fad.fa-sort-alpha-desc:after,
.fad.fa-sort-alpha-down-alt:after {
  content: "\f881\f881";
}

.fa-duotone.fa-arrow-left:after,
.fad.fa-arrow-left:after {
  content: "\f060\f060";
}

.fa-duotone.fa-arrow-from-right:after,
.fa-duotone.fa-arrow-left-from-line:after,
.fad.fa-arrow-from-right:after,
.fad.fa-arrow-left-from-line:after {
  content: "\f344\f344";
}

.fa-duotone.fa-arrow-left-long:after,
.fa-duotone.fa-long-arrow-left:after,
.fad.fa-arrow-left-long:after,
.fad.fa-long-arrow-left:after {
  content: "\f177\f177";
}

.fa-duotone.fa-arrow-left-long-to-line:after,
.fad.fa-arrow-left-long-to-line:after {
  content: "\e3d4\e3d4";
}

.fa-duotone.fa-arrow-left-to-line:after,
.fa-duotone.fa-arrow-to-left:after,
.fad.fa-arrow-left-to-line:after,
.fad.fa-arrow-to-left:after {
  content: "\f33e\f33e";
}

.fa-duotone.fa-arrow-pointer:after,
.fa-duotone.fa-mouse-pointer:after,
.fad.fa-arrow-pointer:after,
.fad.fa-mouse-pointer:after {
  content: "\f245\f245";
}

.fa-duotone.fa-arrow-right:after,
.fad.fa-arrow-right:after {
  content: "\f061\f061";
}

.fa-duotone.fa-arrow-right-arrow-left:after,
.fa-duotone.fa-exchange:after,
.fad.fa-arrow-right-arrow-left:after,
.fad.fa-exchange:after {
  content: "\f0ec\f0ec";
}

.fa-duotone.fa-arrow-right-from-bracket:after,
.fa-duotone.fa-sign-out:after,
.fad.fa-arrow-right-from-bracket:after,
.fad.fa-sign-out:after {
  content: "\f08b\f08b";
}

.fa-duotone.fa-arrow-from-left:after,
.fa-duotone.fa-arrow-right-from-line:after,
.fad.fa-arrow-from-left:after,
.fad.fa-arrow-right-from-line:after {
  content: "\f343\f343";
}

.fa-duotone.fa-arrow-right-long:after,
.fa-duotone.fa-long-arrow-right:after,
.fad.fa-arrow-right-long:after,
.fad.fa-long-arrow-right:after {
  content: "\f178\f178";
}

.fa-duotone.fa-arrow-right-long-to-line:after,
.fad.fa-arrow-right-long-to-line:after {
  content: "\e3d5\e3d5";
}

.fa-duotone.fa-arrow-right-to-bracket:after,
.fa-duotone.fa-sign-in:after,
.fad.fa-arrow-right-to-bracket:after,
.fad.fa-sign-in:after {
  content: "\f090\f090";
}

.fa-duotone.fa-arrow-right-to-line:after,
.fa-duotone.fa-arrow-to-right:after,
.fad.fa-arrow-right-to-line:after,
.fad.fa-arrow-to-right:after {
  content: "\f340\f340";
}

.fa-duotone.fa-arrow-left-rotate:after,
.fa-duotone.fa-arrow-rotate-back:after,
.fa-duotone.fa-arrow-rotate-backward:after,
.fa-duotone.fa-arrow-rotate-left:after,
.fa-duotone.fa-undo:after,
.fad.fa-arrow-left-rotate:after,
.fad.fa-arrow-rotate-back:after,
.fad.fa-arrow-rotate-backward:after,
.fad.fa-arrow-rotate-left:after,
.fad.fa-undo:after {
  content: "\f0e2\f0e2";
}

.fa-duotone.fa-arrow-right-rotate:after,
.fa-duotone.fa-arrow-rotate-forward:after,
.fa-duotone.fa-arrow-rotate-right:after,
.fa-duotone.fa-redo:after,
.fad.fa-arrow-right-rotate:after,
.fad.fa-arrow-rotate-forward:after,
.fad.fa-arrow-rotate-right:after,
.fad.fa-redo:after {
  content: "\f01e\f01e";
}

.fa-duotone.fa-arrow-trend-down:after,
.fad.fa-arrow-trend-down:after {
  content: "\e097\e097";
}

.fa-duotone.fa-arrow-trend-up:after,
.fad.fa-arrow-trend-up:after {
  content: "\e098\e098";
}

.fa-duotone.fa-arrow-turn-down:after,
.fa-duotone.fa-level-down:after,
.fad.fa-arrow-turn-down:after,
.fad.fa-level-down:after {
  content: "\f149\f149";
}

.fa-duotone.fa-arrow-turn-down-left:after,
.fad.fa-arrow-turn-down-left:after {
  content: "\e2e1\e2e1";
}

.fa-duotone.fa-arrow-turn-down-right:after,
.fad.fa-arrow-turn-down-right:after {
  content: "\e3d6\e3d6";
}

.fa-duotone.fa-arrow-turn-up:after,
.fa-duotone.fa-level-up:after,
.fad.fa-arrow-turn-up:after,
.fad.fa-level-up:after {
  content: "\f148\f148";
}

.fa-duotone.fa-arrow-up:after,
.fad.fa-arrow-up:after {
  content: "\f062\f062";
}

.fa-duotone.fa-arrow-up-1-9:after,
.fa-duotone.fa-sort-numeric-up:after,
.fad.fa-arrow-up-1-9:after,
.fad.fa-sort-numeric-up:after {
  content: "\f163\f163";
}

.fa-duotone.fa-arrow-up-9-1:after,
.fa-duotone.fa-sort-numeric-up-alt:after,
.fad.fa-arrow-up-9-1:after,
.fad.fa-sort-numeric-up-alt:after {
  content: "\f887\f887";
}

.fa-duotone.fa-arrow-up-a-z:after,
.fa-duotone.fa-sort-alpha-up:after,
.fad.fa-arrow-up-a-z:after,
.fad.fa-sort-alpha-up:after {
  content: "\f15e\f15e";
}

.fa-duotone.fa-arrow-up-arrow-down:after,
.fa-duotone.fa-sort-up-down:after,
.fad.fa-arrow-up-arrow-down:after,
.fad.fa-sort-up-down:after {
  content: "\e099\e099";
}

.fa-duotone.fa-arrow-up-big-small:after,
.fa-duotone.fa-sort-size-up:after,
.fad.fa-arrow-up-big-small:after,
.fad.fa-sort-size-up:after {
  content: "\f88e\f88e";
}

.fa-duotone.fa-arrow-up-from-bracket:after,
.fad.fa-arrow-up-from-bracket:after {
  content: "\e09a\e09a";
}

.fa-duotone.fa-arrow-up-from-dotted-line:after,
.fad.fa-arrow-up-from-dotted-line:after {
  content: "\e09b\e09b";
}

.fa-duotone.fa-arrow-from-bottom:after,
.fa-duotone.fa-arrow-up-from-line:after,
.fad.fa-arrow-from-bottom:after,
.fad.fa-arrow-up-from-line:after {
  content: "\f342\f342";
}

.fa-duotone.fa-arrow-up-from-square:after,
.fad.fa-arrow-up-from-square:after {
  content: "\e09c\e09c";
}

.fa-duotone.fa-arrow-up-left:after,
.fad.fa-arrow-up-left:after {
  content: "\e09d\e09d";
}

.fa-duotone.fa-arrow-up-left-from-circle:after,
.fad.fa-arrow-up-left-from-circle:after {
  content: "\e09e\e09e";
}

.fa-duotone.fa-arrow-up-long:after,
.fa-duotone.fa-long-arrow-up:after,
.fad.fa-arrow-up-long:after,
.fad.fa-long-arrow-up:after {
  content: "\f176\f176";
}

.fa-duotone.fa-arrow-up-right:after,
.fad.fa-arrow-up-right:after {
  content: "\e09f\e09f";
}

.fa-duotone.fa-arrow-up-right-and-arrow-down-left-from-center:after,
.fad.fa-arrow-up-right-and-arrow-down-left-from-center:after {
  content: "\e0a0\e0a0";
}

.fa-duotone.fa-arrow-up-right-from-square:after,
.fa-duotone.fa-external-link:after,
.fad.fa-arrow-up-right-from-square:after,
.fad.fa-external-link:after {
  content: "\f08e\f08e";
}

.fa-duotone.fa-arrow-up-short-wide:after,
.fa-duotone.fa-sort-amount-up-alt:after,
.fad.fa-arrow-up-short-wide:after,
.fad.fa-sort-amount-up-alt:after {
  content: "\f885\f885";
}

.fa-duotone.fa-arrow-up-small-big:after,
.fa-duotone.fa-sort-size-up-alt:after,
.fad.fa-arrow-up-small-big:after,
.fad.fa-sort-size-up-alt:after {
  content: "\f88f\f88f";
}

.fa-duotone.fa-arrow-up-square-triangle:after,
.fa-duotone.fa-sort-shapes-up-alt:after,
.fad.fa-arrow-up-square-triangle:after,
.fad.fa-sort-shapes-up-alt:after {
  content: "\f88b\f88b";
}

.fa-duotone.fa-arrow-up-to-dotted-line:after,
.fad.fa-arrow-up-to-dotted-line:after {
  content: "\e0a1\e0a1";
}

.fa-duotone.fa-arrow-to-top:after,
.fa-duotone.fa-arrow-up-to-line:after,
.fad.fa-arrow-to-top:after,
.fad.fa-arrow-up-to-line:after {
  content: "\f341\f341";
}

.fa-duotone.fa-arrow-up-triangle-square:after,
.fa-duotone.fa-sort-shapes-up:after,
.fad.fa-arrow-up-triangle-square:after,
.fad.fa-sort-shapes-up:after {
  content: "\f88a\f88a";
}

.fa-duotone.fa-arrow-up-wide-short:after,
.fa-duotone.fa-sort-amount-up:after,
.fad.fa-arrow-up-wide-short:after,
.fad.fa-sort-amount-up:after {
  content: "\f161\f161";
}

.fa-duotone.fa-arrow-up-z-a:after,
.fa-duotone.fa-sort-alpha-up-alt:after,
.fad.fa-arrow-up-z-a:after,
.fad.fa-sort-alpha-up-alt:after {
  content: "\f882\f882";
}

.fa-duotone.fa-arrows-cross:after,
.fad.fa-arrows-cross:after {
  content: "\e0a2\e0a2";
}

.fa-duotone.fa-arrows-from-dotted-line:after,
.fad.fa-arrows-from-dotted-line:after {
  content: "\e0a3\e0a3";
}

.fa-duotone.fa-arrows-from-line:after,
.fad.fa-arrows-from-line:after {
  content: "\e0a4\e0a4";
}

.fa-duotone.fa-arrows-h:after,
.fa-duotone.fa-arrows-left-right:after,
.fad.fa-arrows-h:after,
.fad.fa-arrows-left-right:after {
  content: "\f07e\f07e";
}

.fa-duotone.fa-arrows-maximize:after,
.fa-duotone.fa-expand-arrows:after,
.fad.fa-arrows-maximize:after,
.fad.fa-expand-arrows:after {
  content: "\f31d\f31d";
}

.fa-duotone.fa-arrows-minimize:after,
.fa-duotone.fa-compress-arrows:after,
.fad.fa-arrows-minimize:after,
.fad.fa-compress-arrows:after {
  content: "\e0a5\e0a5";
}

.fa-duotone.fa-arrows-repeat:after,
.fa-duotone.fa-repeat-alt:after,
.fad.fa-arrows-repeat:after,
.fad.fa-repeat-alt:after {
  content: "\f364\f364";
}

.fa-duotone.fa-arrows-repeat-1:after,
.fa-duotone.fa-repeat-1-alt:after,
.fad.fa-arrows-repeat-1:after,
.fad.fa-repeat-1-alt:after {
  content: "\f366\f366";
}

.fa-duotone.fa-arrows-retweet:after,
.fa-duotone.fa-retweet-alt:after,
.fad.fa-arrows-retweet:after,
.fad.fa-retweet-alt:after {
  content: "\f361\f361";
}

.fa-duotone.fa-arrows-rotate:after,
.fa-duotone.fa-refresh:after,
.fa-duotone.fa-sync:after,
.fad.fa-arrows-rotate:after,
.fad.fa-refresh:after,
.fad.fa-sync:after {
  content: "\f021\f021";
}

.fa-duotone.fa-arrows-to-dotted-line:after,
.fad.fa-arrows-to-dotted-line:after {
  content: "\e0a6\e0a6";
}

.fa-duotone.fa-arrows-to-line:after,
.fad.fa-arrows-to-line:after {
  content: "\e0a7\e0a7";
}

.fa-duotone.fa-arrows-up-down:after,
.fa-duotone.fa-arrows-v:after,
.fad.fa-arrows-up-down:after,
.fad.fa-arrows-v:after {
  content: "\f07d\f07d";
}

.fa-duotone.fa-arrows-up-down-left-right:after,
.fa-duotone.fa-arrows:after,
.fad.fa-arrows-up-down-left-right:after,
.fad.fa-arrows:after {
  content: "\f047\f047";
}

.fa-duotone.fa-asterisk:after,
.fad.fa-asterisk:after {
  content: "**";
}

.fa-duotone.fa-at:after,
.fad.fa-at:after {
  content: "@@";
}

.fa-duotone.fa-atom:after,
.fad.fa-atom:after {
  content: "\f5d2\f5d2";
}

.fa-duotone.fa-atom-alt:after,
.fa-duotone.fa-atom-simple:after,
.fad.fa-atom-alt:after,
.fad.fa-atom-simple:after {
  content: "\f5d3\f5d3";
}

.fa-duotone.fa-audio-description:after,
.fad.fa-audio-description:after {
  content: "\f29e\f29e";
}

.fa-duotone.fa-audio-description-slash:after,
.fad.fa-audio-description-slash:after {
  content: "\e0a8\e0a8";
}

.fa-duotone.fa-austral-sign:after,
.fad.fa-austral-sign:after {
  content: "\e0a9\e0a9";
}

.fa-duotone.fa-avocado:after,
.fad.fa-avocado:after {
  content: "\e0aa\e0aa";
}

.fa-duotone.fa-award:after,
.fad.fa-award:after {
  content: "\f559\f559";
}

.fa-duotone.fa-award-simple:after,
.fad.fa-award-simple:after {
  content: "\e0ab\e0ab";
}

.fa-duotone.fa-axe:after,
.fad.fa-axe:after {
  content: "\f6b2\f6b2";
}

.fa-duotone.fa-axe-battle:after,
.fad.fa-axe-battle:after {
  content: "\f6b3\f6b3";
}

.fa-duotone.fa-b:after,
.fad.fa-b:after {
  content: "BB";
}

.fa-duotone.fa-baby:after,
.fad.fa-baby:after {
  content: "\f77c\f77c";
}

.fa-duotone.fa-baby-carriage:after,
.fa-duotone.fa-carriage-baby:after,
.fad.fa-baby-carriage:after,
.fad.fa-carriage-baby:after {
  content: "\f77d\f77d";
}

.fa-duotone.fa-backpack:after,
.fad.fa-backpack:after {
  content: "\f5d4\f5d4";
}

.fa-duotone.fa-backward:after,
.fad.fa-backward:after {
  content: "\f04a\f04a";
}

.fa-duotone.fa-backward-fast:after,
.fa-duotone.fa-fast-backward:after,
.fad.fa-backward-fast:after,
.fad.fa-fast-backward:after {
  content: "\f049\f049";
}

.fa-duotone.fa-backward-step:after,
.fa-duotone.fa-step-backward:after,
.fad.fa-backward-step:after,
.fad.fa-step-backward:after {
  content: "\f048\f048";
}

.fa-duotone.fa-bacon:after,
.fad.fa-bacon:after {
  content: "\f7e5\f7e5";
}

.fa-duotone.fa-bacteria:after,
.fad.fa-bacteria:after {
  content: "\e059\e059";
}

.fa-duotone.fa-bacterium:after,
.fad.fa-bacterium:after {
  content: "\e05a\e05a";
}

.fa-duotone.fa-badge:after,
.fad.fa-badge:after {
  content: "\f335\f335";
}

.fa-duotone.fa-badge-check:after,
.fad.fa-badge-check:after {
  content: "\f336\f336";
}

.fa-duotone.fa-badge-dollar:after,
.fad.fa-badge-dollar:after {
  content: "\f645\f645";
}

.fa-duotone.fa-badge-percent:after,
.fad.fa-badge-percent:after {
  content: "\f646\f646";
}

.fa-duotone.fa-badge-sheriff:after,
.fad.fa-badge-sheriff:after {
  content: "\f8a2\f8a2";
}

.fa-duotone.fa-badger-honey:after,
.fad.fa-badger-honey:after {
  content: "\f6b4\f6b4";
}

.fa-duotone.fa-badminton:after,
.fad.fa-badminton:after {
  content: "\e33a\e33a";
}

.fa-duotone.fa-bag-shopping:after,
.fa-duotone.fa-shopping-bag:after,
.fad.fa-bag-shopping:after,
.fad.fa-shopping-bag:after {
  content: "\f290\f290";
}

.fa-duotone.fa-bagel:after,
.fad.fa-bagel:after {
  content: "\e3d7\e3d7";
}

.fa-duotone.fa-bags-shopping:after,
.fad.fa-bags-shopping:after {
  content: "\f847\f847";
}

.fa-duotone.fa-baguette:after,
.fad.fa-baguette:after {
  content: "\e3d8\e3d8";
}

.fa-duotone.fa-bahai:after,
.fad.fa-bahai:after {
  content: "\f666\f666";
}

.fa-duotone.fa-baht-sign:after,
.fad.fa-baht-sign:after {
  content: "\e0ac\e0ac";
}

.fa-duotone.fa-ball-pile:after,
.fad.fa-ball-pile:after {
  content: "\f77e\f77e";
}

.fa-duotone.fa-balloon:after,
.fad.fa-balloon:after {
  content: "\e2e3\e2e3";
}

.fa-duotone.fa-balloons:after,
.fad.fa-balloons:after {
  content: "\e2e4\e2e4";
}

.fa-duotone.fa-ballot:after,
.fad.fa-ballot:after {
  content: "\f732\f732";
}

.fa-duotone.fa-ballot-check:after,
.fad.fa-ballot-check:after {
  content: "\f733\f733";
}

.fa-duotone.fa-ban:after,
.fa-duotone.fa-cancel:after,
.fad.fa-ban:after,
.fad.fa-cancel:after {
  content: "\f05e\f05e";
}

.fa-duotone.fa-ban-bug:after,
.fa-duotone.fa-debug:after,
.fad.fa-ban-bug:after,
.fad.fa-debug:after {
  content: "\f7f9\f7f9";
}

.fa-duotone.fa-ban-parking:after,
.fa-duotone.fa-parking-circle-slash:after,
.fad.fa-ban-parking:after,
.fad.fa-parking-circle-slash:after {
  content: "\f616\f616";
}

.fa-duotone.fa-ban-smoking:after,
.fa-duotone.fa-smoking-ban:after,
.fad.fa-ban-smoking:after,
.fad.fa-smoking-ban:after {
  content: "\f54d\f54d";
}

.fa-duotone.fa-banana:after,
.fad.fa-banana:after {
  content: "\e2e5\e2e5";
}

.fa-duotone.fa-band-aid:after,
.fa-duotone.fa-bandage:after,
.fad.fa-band-aid:after,
.fad.fa-bandage:after {
  content: "\f462\f462";
}

.fa-duotone.fa-bangladeshi-taka-sign:after,
.fad.fa-bangladeshi-taka-sign:after {
  content: "\e2e6\e2e6";
}

.fa-duotone.fa-banjo:after,
.fad.fa-banjo:after {
  content: "\f8a3\f8a3";
}

.fa-duotone.fa-barcode:after,
.fad.fa-barcode:after {
  content: "\f02a\f02a";
}

.fa-duotone.fa-barcode-read:after,
.fad.fa-barcode-read:after {
  content: "\f464\f464";
}

.fa-duotone.fa-barcode-scan:after,
.fad.fa-barcode-scan:after {
  content: "\f465\f465";
}

.fa-duotone.fa-bars:after,
.fa-duotone.fa-navicon:after,
.fad.fa-bars:after,
.fad.fa-navicon:after {
  content: "\f0c9\f0c9";
}

.fa-duotone.fa-bars-filter:after,
.fad.fa-bars-filter:after {
  content: "\e0ad\e0ad";
}

.fa-duotone.fa-bars-progress:after,
.fa-duotone.fa-tasks-alt:after,
.fad.fa-bars-progress:after,
.fad.fa-tasks-alt:after {
  content: "\f828\f828";
}

.fa-duotone.fa-bars-sort:after,
.fad.fa-bars-sort:after {
  content: "\e0ae\e0ae";
}

.fa-duotone.fa-bars-staggered:after,
.fa-duotone.fa-reorder:after,
.fa-duotone.fa-stream:after,
.fad.fa-bars-staggered:after,
.fad.fa-reorder:after,
.fad.fa-stream:after {
  content: "\f550\f550";
}

.fa-duotone.fa-baseball-ball:after,
.fa-duotone.fa-baseball:after,
.fad.fa-baseball-ball:after,
.fad.fa-baseball:after {
  content: "\f433\f433";
}

.fa-duotone.fa-baseball-bat-ball:after,
.fad.fa-baseball-bat-ball:after {
  content: "\f432\f432";
}

.fa-duotone.fa-basket-shopping:after,
.fa-duotone.fa-shopping-basket:after,
.fad.fa-basket-shopping:after,
.fad.fa-shopping-basket:after {
  content: "\f291\f291";
}

.fa-duotone.fa-basket-shopping-simple:after,
.fa-duotone.fa-shopping-basket-alt:after,
.fad.fa-basket-shopping-simple:after,
.fad.fa-shopping-basket-alt:after {
  content: "\e0af\e0af";
}

.fa-duotone.fa-basketball-ball:after,
.fa-duotone.fa-basketball:after,
.fad.fa-basketball-ball:after,
.fad.fa-basketball:after {
  content: "\f434\f434";
}

.fa-duotone.fa-basketball-hoop:after,
.fad.fa-basketball-hoop:after {
  content: "\f435\f435";
}

.fa-duotone.fa-bat:after,
.fad.fa-bat:after {
  content: "\f6b5\f6b5";
}

.fa-duotone.fa-bath:after,
.fa-duotone.fa-bathtub:after,
.fad.fa-bath:after,
.fad.fa-bathtub:after {
  content: "\f2cd\f2cd";
}

.fa-duotone.fa-battery-bolt:after,
.fad.fa-battery-bolt:after {
  content: "\f376\f376";
}

.fa-duotone.fa-battery-0:after,
.fa-duotone.fa-battery-empty:after,
.fad.fa-battery-0:after,
.fad.fa-battery-empty:after {
  content: "\f244\f244";
}

.fa-duotone.fa-battery-exclamation:after,
.fad.fa-battery-exclamation:after {
  content: "\e0b0\e0b0";
}

.fa-duotone.fa-battery-5:after,
.fa-duotone.fa-battery-full:after,
.fa-duotone.fa-battery:after,
.fad.fa-battery-5:after,
.fad.fa-battery-full:after,
.fad.fa-battery:after {
  content: "\f240\f240";
}

.fa-duotone.fa-battery-3:after,
.fa-duotone.fa-battery-half:after,
.fad.fa-battery-3:after,
.fad.fa-battery-half:after {
  content: "\f242\f242";
}

.fa-duotone.fa-battery-1:after,
.fa-duotone.fa-battery-low:after,
.fad.fa-battery-1:after,
.fad.fa-battery-low:after {
  content: "\e0b1\e0b1";
}

.fa-duotone.fa-battery-2:after,
.fa-duotone.fa-battery-quarter:after,
.fad.fa-battery-2:after,
.fad.fa-battery-quarter:after {
  content: "\f243\f243";
}

.fa-duotone.fa-battery-slash:after,
.fad.fa-battery-slash:after {
  content: "\f377\f377";
}

.fa-duotone.fa-battery-4:after,
.fa-duotone.fa-battery-three-quarters:after,
.fad.fa-battery-4:after,
.fad.fa-battery-three-quarters:after {
  content: "\f241\f241";
}

.fa-duotone.fa-bed:after,
.fad.fa-bed:after {
  content: "\f236\f236";
}

.fa-duotone.fa-bed-bunk:after,
.fad.fa-bed-bunk:after {
  content: "\f8f8\f8f8";
}

.fa-duotone.fa-bed-empty:after,
.fad.fa-bed-empty:after {
  content: "\f8f9\f8f9";
}

.fa-duotone.fa-bed-alt:after,
.fa-duotone.fa-bed-front:after,
.fad.fa-bed-alt:after,
.fad.fa-bed-front:after {
  content: "\f8f7\f8f7";
}

.fa-duotone.fa-bed-pulse:after,
.fa-duotone.fa-procedures:after,
.fad.fa-bed-pulse:after,
.fad.fa-procedures:after {
  content: "\f487\f487";
}

.fa-duotone.fa-bee:after,
.fad.fa-bee:after {
  content: "\e0b2\e0b2";
}

.fa-duotone.fa-beer-foam:after,
.fa-duotone.fa-beer-mug:after,
.fad.fa-beer-foam:after,
.fad.fa-beer-mug:after {
  content: "\e0b3\e0b3";
}

.fa-duotone.fa-beer-mug-empty:after,
.fa-duotone.fa-beer:after,
.fad.fa-beer-mug-empty:after,
.fad.fa-beer:after {
  content: "\f0fc\f0fc";
}

.fa-duotone.fa-bell:after,
.fad.fa-bell:after {
  content: "\f0f3\f0f3";
}

.fa-duotone.fa-bell-concierge:after,
.fa-duotone.fa-concierge-bell:after,
.fad.fa-bell-concierge:after,
.fad.fa-concierge-bell:after {
  content: "\f562\f562";
}

.fa-duotone.fa-bell-exclamation:after,
.fad.fa-bell-exclamation:after {
  content: "\f848\f848";
}

.fa-duotone.fa-bell-on:after,
.fad.fa-bell-on:after {
  content: "\f8fa\f8fa";
}

.fa-duotone.fa-bell-plus:after,
.fad.fa-bell-plus:after {
  content: "\f849\f849";
}

.fa-duotone.fa-bell-school:after,
.fad.fa-bell-school:after {
  content: "\f5d5\f5d5";
}

.fa-duotone.fa-bell-school-slash:after,
.fad.fa-bell-school-slash:after {
  content: "\f5d6\f5d6";
}

.fa-duotone.fa-bell-slash:after,
.fad.fa-bell-slash:after {
  content: "\f1f6\f1f6";
}

.fa-duotone.fa-bells:after,
.fad.fa-bells:after {
  content: "\f77f\f77f";
}

.fa-duotone.fa-bench-tree:after,
.fad.fa-bench-tree:after {
  content: "\e2e7\e2e7";
}

.fa-duotone.fa-bezier-curve:after,
.fad.fa-bezier-curve:after {
  content: "\f55b\f55b";
}

.fa-duotone.fa-bicycle:after,
.fad.fa-bicycle:after {
  content: "\f206\f206";
}

.fa-duotone.fa-binary:after,
.fad.fa-binary:after {
  content: "\e33b\e33b";
}

.fa-duotone.fa-binary-circle-check:after,
.fad.fa-binary-circle-check:after {
  content: "\e33c\e33c";
}

.fa-duotone.fa-binary-lock:after,
.fad.fa-binary-lock:after {
  content: "\e33d\e33d";
}

.fa-duotone.fa-binary-slash:after,
.fad.fa-binary-slash:after {
  content: "\e33e\e33e";
}

.fa-duotone.fa-binoculars:after,
.fad.fa-binoculars:after {
  content: "\f1e5\f1e5";
}

.fa-duotone.fa-biohazard:after,
.fad.fa-biohazard:after {
  content: "\f780\f780";
}

.fa-duotone.fa-bird:after,
.fad.fa-bird:after {
  content: "\e469\e469";
}

.fa-duotone.fa-bitcoin-sign:after,
.fad.fa-bitcoin-sign:after {
  content: "\e0b4\e0b4";
}

.fa-duotone.fa-blanket:after,
.fad.fa-blanket:after {
  content: "\f498\f498";
}

.fa-duotone.fa-blanket-fire:after,
.fad.fa-blanket-fire:after {
  content: "\e3da\e3da";
}

.fa-duotone.fa-blender:after,
.fad.fa-blender:after {
  content: "\f517\f517";
}

.fa-duotone.fa-blender-phone:after,
.fad.fa-blender-phone:after {
  content: "\f6b6\f6b6";
}

.fa-duotone.fa-blinds:after,
.fad.fa-blinds:after {
  content: "\f8fb\f8fb";
}

.fa-duotone.fa-blinds-open:after,
.fad.fa-blinds-open:after {
  content: "\f8fc\f8fc";
}

.fa-duotone.fa-blinds-raised:after,
.fad.fa-blinds-raised:after {
  content: "\f8fd\f8fd";
}

.fa-duotone.fa-block:after,
.fad.fa-block:after {
  content: "\e46a\e46a";
}

.fa-duotone.fa-block-brick:after,
.fa-duotone.fa-wall-brick:after,
.fad.fa-block-brick:after,
.fad.fa-wall-brick:after {
  content: "\e3db\e3db";
}

.fa-duotone.fa-block-brick-fire:after,
.fa-duotone.fa-firewall:after,
.fad.fa-block-brick-fire:after,
.fad.fa-firewall:after {
  content: "\e3dc\e3dc";
}

.fa-duotone.fa-block-question:after,
.fad.fa-block-question:after {
  content: "\e3dd\e3dd";
}

.fa-duotone.fa-block-quote:after,
.fad.fa-block-quote:after {
  content: "\e0b5\e0b5";
}

.fa-duotone.fa-blog:after,
.fad.fa-blog:after {
  content: "\f781\f781";
}

.fa-duotone.fa-blueberries:after,
.fad.fa-blueberries:after {
  content: "\e2e8\e2e8";
}

.fa-duotone.fa-bluetooth:after,
.fad.fa-bluetooth:after {
  content: "\f293\f293";
}

.fa-duotone.fa-bold:after,
.fad.fa-bold:after {
  content: "\f032\f032";
}

.fa-duotone.fa-bolt:after,
.fa-duotone.fa-zap:after,
.fad.fa-bolt:after,
.fad.fa-zap:after {
  content: "\f0e7\f0e7";
}

.fa-duotone.fa-bolt-auto:after,
.fad.fa-bolt-auto:after {
  content: "\e0b6\e0b6";
}

.fa-duotone.fa-bolt-lightning:after,
.fad.fa-bolt-lightning:after {
  content: "\e0b7\e0b7";
}

.fa-duotone.fa-bolt-slash:after,
.fad.fa-bolt-slash:after {
  content: "\e0b8\e0b8";
}

.fa-duotone.fa-bomb:after,
.fad.fa-bomb:after {
  content: "\f1e2\f1e2";
}

.fa-duotone.fa-bone:after,
.fad.fa-bone:after {
  content: "\f5d7\f5d7";
}

.fa-duotone.fa-bone-break:after,
.fad.fa-bone-break:after {
  content: "\f5d8\f5d8";
}

.fa-duotone.fa-bong:after,
.fad.fa-bong:after {
  content: "\f55c\f55c";
}

.fa-duotone.fa-book:after,
.fad.fa-book:after {
  content: "\f02d\f02d";
}

.fa-duotone.fa-book-arrow-right:after,
.fad.fa-book-arrow-right:after {
  content: "\e0b9\e0b9";
}

.fa-duotone.fa-book-arrow-up:after,
.fad.fa-book-arrow-up:after {
  content: "\e0ba\e0ba";
}

.fa-duotone.fa-atlas:after,
.fa-duotone.fa-book-atlas:after,
.fad.fa-atlas:after,
.fad.fa-book-atlas:after {
  content: "\f558\f558";
}

.fa-duotone.fa-bible:after,
.fa-duotone.fa-book-bible:after,
.fad.fa-bible:after,
.fad.fa-book-bible:after {
  content: "\f647\f647";
}

.fa-duotone.fa-book-alt:after,
.fa-duotone.fa-book-blank:after,
.fad.fa-book-alt:after,
.fad.fa-book-blank:after {
  content: "\f5d9\f5d9";
}

.fa-duotone.fa-book-bookmark:after,
.fad.fa-book-bookmark:after {
  content: "\e0bb\e0bb";
}

.fa-duotone.fa-book-circle-arrow-right:after,
.fad.fa-book-circle-arrow-right:after {
  content: "\e0bc\e0bc";
}

.fa-duotone.fa-book-circle-arrow-up:after,
.fad.fa-book-circle-arrow-up:after {
  content: "\e0bd\e0bd";
}

.fa-duotone.fa-book-copy:after,
.fad.fa-book-copy:after {
  content: "\e0be\e0be";
}

.fa-duotone.fa-book-font:after,
.fad.fa-book-font:after {
  content: "\e0bf\e0bf";
}

.fa-duotone.fa-book-heart:after,
.fad.fa-book-heart:after {
  content: "\f499\f499";
}

.fa-duotone.fa-book-journal-whills:after,
.fa-duotone.fa-journal-whills:after,
.fad.fa-book-journal-whills:after,
.fad.fa-journal-whills:after {
  content: "\f66a\f66a";
}

.fa-duotone.fa-book-medical:after,
.fad.fa-book-medical:after {
  content: "\f7e6\f7e6";
}

.fa-duotone.fa-book-open:after,
.fad.fa-book-open:after {
  content: "\f518\f518";
}

.fa-duotone.fa-book-open-alt:after,
.fa-duotone.fa-book-open-cover:after,
.fad.fa-book-open-alt:after,
.fad.fa-book-open-cover:after {
  content: "\e0c0\e0c0";
}

.fa-duotone.fa-book-open-reader:after,
.fa-duotone.fa-book-reader:after,
.fad.fa-book-open-reader:after,
.fad.fa-book-reader:after {
  content: "\f5da\f5da";
}

.fa-duotone.fa-book-quran:after,
.fa-duotone.fa-quran:after,
.fad.fa-book-quran:after,
.fad.fa-quran:after {
  content: "\f687\f687";
}

.fa-duotone.fa-book-law:after,
.fa-duotone.fa-book-section:after,
.fad.fa-book-law:after,
.fad.fa-book-section:after {
  content: "\e0c1\e0c1";
}

.fa-duotone.fa-book-dead:after,
.fa-duotone.fa-book-skull:after,
.fad.fa-book-dead:after,
.fad.fa-book-skull:after {
  content: "\f6b7\f6b7";
}

.fa-duotone.fa-book-sparkles:after,
.fa-duotone.fa-book-spells:after,
.fad.fa-book-sparkles:after,
.fad.fa-book-spells:after {
  content: "\f6b8\f6b8";
}

.fa-duotone.fa-book-tanakh:after,
.fa-duotone.fa-tanakh:after,
.fad.fa-book-tanakh:after,
.fad.fa-tanakh:after {
  content: "\f827\f827";
}

.fa-duotone.fa-book-user:after,
.fad.fa-book-user:after {
  content: "\f7e7\f7e7";
}

.fa-duotone.fa-bookmark:after,
.fad.fa-bookmark:after {
  content: "\f02e\f02e";
}

.fa-duotone.fa-bookmark-slash:after,
.fad.fa-bookmark-slash:after {
  content: "\e0c2\e0c2";
}

.fa-duotone.fa-books:after,
.fad.fa-books:after {
  content: "\f5db\f5db";
}

.fa-duotone.fa-books-medical:after,
.fad.fa-books-medical:after {
  content: "\f7e8\f7e8";
}

.fa-duotone.fa-boombox:after,
.fad.fa-boombox:after {
  content: "\f8a5\f8a5";
}

.fa-duotone.fa-boot:after,
.fad.fa-boot:after {
  content: "\f782\f782";
}

.fa-duotone.fa-boot-heeled:after,
.fad.fa-boot-heeled:after {
  content: "\e33f\e33f";
}

.fa-duotone.fa-booth-curtain:after,
.fad.fa-booth-curtain:after {
  content: "\f734\f734";
}

.fa-duotone.fa-border-all:after,
.fad.fa-border-all:after {
  content: "\f84c\f84c";
}

.fa-duotone.fa-border-bottom:after,
.fad.fa-border-bottom:after {
  content: "\f84d\f84d";
}

.fa-duotone.fa-border-bottom-right:after,
.fa-duotone.fa-border-style-alt:after,
.fad.fa-border-bottom-right:after,
.fad.fa-border-style-alt:after {
  content: "\f854\f854";
}

.fa-duotone.fa-border-center-h:after,
.fad.fa-border-center-h:after {
  content: "\f89c\f89c";
}

.fa-duotone.fa-border-center-v:after,
.fad.fa-border-center-v:after {
  content: "\f89d\f89d";
}

.fa-duotone.fa-border-inner:after,
.fad.fa-border-inner:after {
  content: "\f84e\f84e";
}

.fa-duotone.fa-border-left:after,
.fad.fa-border-left:after {
  content: "\f84f\f84f";
}

.fa-duotone.fa-border-none:after,
.fad.fa-border-none:after {
  content: "\f850\f850";
}

.fa-duotone.fa-border-outer:after,
.fad.fa-border-outer:after {
  content: "\f851\f851";
}

.fa-duotone.fa-border-right:after,
.fad.fa-border-right:after {
  content: "\f852\f852";
}

.fa-duotone.fa-border-top:after,
.fad.fa-border-top:after {
  content: "\f855\f855";
}

.fa-duotone.fa-border-style:after,
.fa-duotone.fa-border-top-left:after,
.fad.fa-border-style:after,
.fad.fa-border-top-left:after {
  content: "\f853\f853";
}

.fa-duotone.fa-bow-arrow:after,
.fad.fa-bow-arrow:after {
  content: "\f6b9\f6b9";
}

.fa-duotone.fa-bowl-chopsticks:after,
.fad.fa-bowl-chopsticks:after {
  content: "\e2e9\e2e9";
}

.fa-duotone.fa-bowl-chopsticks-noodles:after,
.fad.fa-bowl-chopsticks-noodles:after {
  content: "\e2ea\e2ea";
}

.fa-duotone.fa-bowl-hot:after,
.fa-duotone.fa-soup:after,
.fad.fa-bowl-hot:after,
.fad.fa-soup:after {
  content: "\f823\f823";
}

.fa-duotone.fa-bowl-rice:after,
.fad.fa-bowl-rice:after {
  content: "\e2eb\e2eb";
}

.fa-duotone.fa-bowl-scoop:after,
.fa-duotone.fa-bowl-shaved-ice:after,
.fad.fa-bowl-scoop:after,
.fad.fa-bowl-shaved-ice:after {
  content: "\e3de\e3de";
}

.fa-duotone.fa-bowl-scoops:after,
.fad.fa-bowl-scoops:after {
  content: "\e3df\e3df";
}

.fa-duotone.fa-bowl-soft-serve:after,
.fad.fa-bowl-soft-serve:after {
  content: "\e46b\e46b";
}

.fa-duotone.fa-bowl-spoon:after,
.fad.fa-bowl-spoon:after {
  content: "\e3e0\e3e0";
}

.fa-duotone.fa-bowling-ball:after,
.fad.fa-bowling-ball:after {
  content: "\f436\f436";
}

.fa-duotone.fa-bowling-ball-pin:after,
.fad.fa-bowling-ball-pin:after {
  content: "\e0c3\e0c3";
}

.fa-duotone.fa-bowling-pins:after,
.fad.fa-bowling-pins:after {
  content: "\f437\f437";
}

.fa-duotone.fa-box:after,
.fad.fa-box:after {
  content: "\f466\f466";
}

.fa-duotone.fa-archive:after,
.fa-duotone.fa-box-archive:after,
.fad.fa-archive:after,
.fad.fa-box-archive:after {
  content: "\f187\f187";
}

.fa-duotone.fa-box-ballot:after,
.fad.fa-box-ballot:after {
  content: "\f735\f735";
}

.fa-duotone.fa-box-check:after,
.fad.fa-box-check:after {
  content: "\f467\f467";
}

.fa-duotone.fa-box-circle-check:after,
.fad.fa-box-circle-check:after {
  content: "\e0c4\e0c4";
}

.fa-duotone.fa-box-dollar:after,
.fa-duotone.fa-box-usd:after,
.fad.fa-box-dollar:after,
.fad.fa-box-usd:after {
  content: "\f4a0\f4a0";
}

.fa-duotone.fa-box-heart:after,
.fad.fa-box-heart:after {
  content: "\f49d\f49d";
}

.fa-duotone.fa-box-open:after,
.fad.fa-box-open:after {
  content: "\f49e\f49e";
}

.fa-duotone.fa-box-full:after,
.fa-duotone.fa-box-open-full:after,
.fad.fa-box-full:after,
.fad.fa-box-open-full:after {
  content: "\f49c\f49c";
}

.fa-duotone.fa-box-alt:after,
.fa-duotone.fa-box-taped:after,
.fad.fa-box-alt:after,
.fad.fa-box-taped:after {
  content: "\f49a\f49a";
}

.fa-duotone.fa-box-tissue:after,
.fad.fa-box-tissue:after {
  content: "\e05b\e05b";
}

.fa-duotone.fa-boxes-alt:after,
.fa-duotone.fa-boxes-stacked:after,
.fa-duotone.fa-boxes:after,
.fad.fa-boxes-alt:after,
.fad.fa-boxes-stacked:after,
.fad.fa-boxes:after {
  content: "\f468\f468";
}

.fa-duotone.fa-boxing-glove:after,
.fa-duotone.fa-glove-boxing:after,
.fad.fa-boxing-glove:after,
.fad.fa-glove-boxing:after {
  content: "\f438\f438";
}

.fa-duotone.fa-bracket-curly-left:after,
.fa-duotone.fa-bracket-curly:after,
.fad.fa-bracket-curly-left:after,
.fad.fa-bracket-curly:after {
  content: "{{";
}

.fa-duotone.fa-bracket-curly-right:after,
.fad.fa-bracket-curly-right:after {
  content: "}}";
}

.fa-duotone.fa-bracket-round:after,
.fa-duotone.fa-parenthesis:after,
.fad.fa-bracket-round:after,
.fad.fa-parenthesis:after {
  content: "((";
}

.fa-duotone.fa-bracket-round-right:after,
.fad.fa-bracket-round-right:after {
  content: "))";
}

.fa-duotone.fa-bracket-left:after,
.fa-duotone.fa-bracket-square:after,
.fa-duotone.fa-bracket:after,
.fad.fa-bracket-left:after,
.fad.fa-bracket-square:after,
.fad.fa-bracket:after {
  content: "[[";
}

.fa-duotone.fa-bracket-square-right:after,
.fad.fa-bracket-square-right:after {
  content: "]]";
}

.fa-duotone.fa-brackets-curly:after,
.fad.fa-brackets-curly:after {
  content: "\f7ea\f7ea";
}

.fa-duotone.fa-brackets-round:after,
.fa-duotone.fa-parentheses:after,
.fad.fa-brackets-round:after,
.fad.fa-parentheses:after {
  content: "\e0c5\e0c5";
}

.fa-duotone.fa-brackets-square:after,
.fa-duotone.fa-brackets:after,
.fad.fa-brackets-square:after,
.fad.fa-brackets:after {
  content: "\f7e9\f7e9";
}

.fa-duotone.fa-braille:after,
.fad.fa-braille:after {
  content: "\f2a1\f2a1";
}

.fa-duotone.fa-brain:after,
.fad.fa-brain:after {
  content: "\f5dc\f5dc";
}

.fa-duotone.fa-brain-arrow-curved-right:after,
.fa-duotone.fa-mind-share:after,
.fad.fa-brain-arrow-curved-right:after,
.fad.fa-mind-share:after {
  content: "\f677\f677";
}

.fa-duotone.fa-brain-circuit:after,
.fad.fa-brain-circuit:after {
  content: "\e0c6\e0c6";
}

.fa-duotone.fa-brake-warning:after,
.fad.fa-brake-warning:after {
  content: "\e0c7\e0c7";
}

.fa-duotone.fa-brazilian-real-sign:after,
.fad.fa-brazilian-real-sign:after {
  content: "\e46c\e46c";
}

.fa-duotone.fa-bread-loaf:after,
.fad.fa-bread-loaf:after {
  content: "\f7eb\f7eb";
}

.fa-duotone.fa-bread-slice:after,
.fad.fa-bread-slice:after {
  content: "\f7ec\f7ec";
}

.fa-duotone.fa-bread-slice-butter:after,
.fad.fa-bread-slice-butter:after {
  content: "\e3e1\e3e1";
}

.fa-duotone.fa-briefcase:after,
.fad.fa-briefcase:after {
  content: "\f0b1\f0b1";
}

.fa-duotone.fa-briefcase-arrow-right:after,
.fad.fa-briefcase-arrow-right:after {
  content: "\e2f2\e2f2";
}

.fa-duotone.fa-briefcase-blank:after,
.fad.fa-briefcase-blank:after {
  content: "\e0c8\e0c8";
}

.fa-duotone.fa-briefcase-medical:after,
.fad.fa-briefcase-medical:after {
  content: "\f469\f469";
}

.fa-duotone.fa-brightness:after,
.fad.fa-brightness:after {
  content: "\e0c9\e0c9";
}

.fa-duotone.fa-brightness-low:after,
.fad.fa-brightness-low:after {
  content: "\e0ca\e0ca";
}

.fa-duotone.fa-bring-forward:after,
.fad.fa-bring-forward:after {
  content: "\f856\f856";
}

.fa-duotone.fa-bring-front:after,
.fad.fa-bring-front:after {
  content: "\f857\f857";
}

.fa-duotone.fa-broccoli:after,
.fad.fa-broccoli:after {
  content: "\e3e2\e3e2";
}

.fa-duotone.fa-broom:after,
.fad.fa-broom:after {
  content: "\f51a\f51a";
}

.fa-duotone.fa-broom-ball:after,
.fa-duotone.fa-quidditch-broom-ball:after,
.fa-duotone.fa-quidditch:after,
.fad.fa-broom-ball:after,
.fad.fa-quidditch-broom-ball:after,
.fad.fa-quidditch:after {
  content: "\f458\f458";
}

.fa-duotone.fa-browser:after,
.fad.fa-browser:after {
  content: "\f37e\f37e";
}

.fa-duotone.fa-browsers:after,
.fad.fa-browsers:after {
  content: "\e0cb\e0cb";
}

.fa-duotone.fa-brush:after,
.fad.fa-brush:after {
  content: "\f55d\f55d";
}

.fa-duotone.fa-bug:after,
.fad.fa-bug:after {
  content: "\f188\f188";
}

.fa-duotone.fa-bug-slash:after,
.fad.fa-bug-slash:after {
  content: "\e490\e490";
}

.fa-duotone.fa-building:after,
.fad.fa-building:after {
  content: "\f1ad\f1ad";
}

.fa-duotone.fa-bank:after,
.fa-duotone.fa-building-columns:after,
.fa-duotone.fa-institution:after,
.fa-duotone.fa-museum:after,
.fa-duotone.fa-university:after,
.fad.fa-bank:after,
.fad.fa-building-columns:after,
.fad.fa-institution:after,
.fad.fa-museum:after,
.fad.fa-university:after {
  content: "\f19c\f19c";
}

.fa-duotone.fa-buildings:after,
.fad.fa-buildings:after {
  content: "\e0cc\e0cc";
}

.fa-duotone.fa-bullhorn:after,
.fad.fa-bullhorn:after {
  content: "\f0a1\f0a1";
}

.fa-duotone.fa-bullseye:after,
.fad.fa-bullseye:after {
  content: "\f140\f140";
}

.fa-duotone.fa-bullseye-arrow:after,
.fad.fa-bullseye-arrow:after {
  content: "\f648\f648";
}

.fa-duotone.fa-bullseye-pointer:after,
.fad.fa-bullseye-pointer:after {
  content: "\f649\f649";
}

.fa-duotone.fa-burger:after,
.fa-duotone.fa-hamburger:after,
.fad.fa-burger:after,
.fad.fa-hamburger:after {
  content: "\f805\f805";
}

.fa-duotone.fa-burger-cheese:after,
.fa-duotone.fa-cheeseburger:after,
.fad.fa-burger-cheese:after,
.fad.fa-cheeseburger:after {
  content: "\f7f1\f7f1";
}

.fa-duotone.fa-burger-fries:after,
.fad.fa-burger-fries:after {
  content: "\e0cd\e0cd";
}

.fa-duotone.fa-burger-glass:after,
.fad.fa-burger-glass:after {
  content: "\e0ce\e0ce";
}

.fa-duotone.fa-burger-lettuce:after,
.fad.fa-burger-lettuce:after {
  content: "\e3e3\e3e3";
}

.fa-duotone.fa-burger-soda:after,
.fad.fa-burger-soda:after {
  content: "\f858\f858";
}

.fa-duotone.fa-burrito:after,
.fad.fa-burrito:after {
  content: "\f7ed\f7ed";
}

.fa-duotone.fa-bus:after,
.fad.fa-bus:after {
  content: "\f207\f207";
}

.fa-duotone.fa-bus-school:after,
.fad.fa-bus-school:after {
  content: "\f5dd\f5dd";
}

.fa-duotone.fa-bus-alt:after,
.fa-duotone.fa-bus-simple:after,
.fad.fa-bus-alt:after,
.fad.fa-bus-simple:after {
  content: "\f55e\f55e";
}

.fa-duotone.fa-briefcase-clock:after,
.fa-duotone.fa-business-time:after,
.fad.fa-briefcase-clock:after,
.fad.fa-business-time:after {
  content: "\f64a\f64a";
}

.fa-duotone.fa-butter:after,
.fad.fa-butter:after {
  content: "\e3e4\e3e4";
}

.fa-duotone.fa-c:after,
.fad.fa-c:after {
  content: "CC";
}

.fa-duotone.fa-cabin:after,
.fad.fa-cabin:after {
  content: "\e46d\e46d";
}

.fa-duotone.fa-cabinet-filing:after,
.fad.fa-cabinet-filing:after {
  content: "\f64b\f64b";
}

.fa-duotone.fa-cable-car:after,
.fad.fa-cable-car:after {
  content: "\e0cf\e0cf";
}

.fa-duotone.fa-cactus:after,
.fad.fa-cactus:after {
  content: "\f8a7\f8a7";
}

.fa-duotone.fa-birthday-cake:after,
.fa-duotone.fa-cake-candles:after,
.fa-duotone.fa-cake:after,
.fad.fa-birthday-cake:after,
.fad.fa-cake-candles:after,
.fad.fa-cake:after {
  content: "\f1fd\f1fd";
}

.fa-duotone.fa-cake-slice:after,
.fa-duotone.fa-shortcake:after,
.fad.fa-cake-slice:after,
.fad.fa-shortcake:after {
  content: "\e3e5\e3e5";
}

.fa-duotone.fa-calculator:after,
.fad.fa-calculator:after {
  content: "\f1ec\f1ec";
}

.fa-duotone.fa-calculator-alt:after,
.fa-duotone.fa-calculator-simple:after,
.fad.fa-calculator-alt:after,
.fad.fa-calculator-simple:after {
  content: "\f64c\f64c";
}

.fa-duotone.fa-calendar:after,
.fad.fa-calendar:after {
  content: "\f133\f133";
}

.fa-duotone.fa-calendar-arrow-down:after,
.fa-duotone.fa-calendar-download:after,
.fad.fa-calendar-arrow-down:after,
.fad.fa-calendar-download:after {
  content: "\e0d0\e0d0";
}

.fa-duotone.fa-calendar-arrow-up:after,
.fa-duotone.fa-calendar-upload:after,
.fad.fa-calendar-arrow-up:after,
.fad.fa-calendar-upload:after {
  content: "\e0d1\e0d1";
}

.fa-duotone.fa-calendar-check:after,
.fad.fa-calendar-check:after {
  content: "\f274\f274";
}

.fa-duotone.fa-calendar-circle-exclamation:after,
.fad.fa-calendar-circle-exclamation:after {
  content: "\e46e\e46e";
}

.fa-duotone.fa-calendar-circle-minus:after,
.fad.fa-calendar-circle-minus:after {
  content: "\e46f\e46f";
}

.fa-duotone.fa-calendar-circle-plus:after,
.fad.fa-calendar-circle-plus:after {
  content: "\e470\e470";
}

.fa-duotone.fa-calendar-circle-user:after,
.fad.fa-calendar-circle-user:after {
  content: "\e471\e471";
}

.fa-duotone.fa-calendar-clock:after,
.fa-duotone.fa-calendar-time:after,
.fad.fa-calendar-clock:after,
.fad.fa-calendar-time:after {
  content: "\e0d2\e0d2";
}

.fa-duotone.fa-calendar-day:after,
.fad.fa-calendar-day:after {
  content: "\f783\f783";
}

.fa-duotone.fa-calendar-alt:after,
.fa-duotone.fa-calendar-days:after,
.fad.fa-calendar-alt:after,
.fad.fa-calendar-days:after {
  content: "\f073\f073";
}

.fa-duotone.fa-calendar-exclamation:after,
.fad.fa-calendar-exclamation:after {
  content: "\f334\f334";
}

.fa-duotone.fa-calendar-heart:after,
.fad.fa-calendar-heart:after {
  content: "\e0d3\e0d3";
}

.fa-duotone.fa-calendar-image:after,
.fad.fa-calendar-image:after {
  content: "\e0d4\e0d4";
}

.fa-duotone.fa-calendar-lines:after,
.fa-duotone.fa-calendar-note:after,
.fad.fa-calendar-lines:after,
.fad.fa-calendar-note:after {
  content: "\e0d5\e0d5";
}

.fa-duotone.fa-calendar-lines-pen:after,
.fad.fa-calendar-lines-pen:after {
  content: "\e472\e472";
}

.fa-duotone.fa-calendar-minus:after,
.fad.fa-calendar-minus:after {
  content: "\f272\f272";
}

.fa-duotone.fa-calendar-edit:after,
.fa-duotone.fa-calendar-pen:after,
.fad.fa-calendar-edit:after,
.fad.fa-calendar-pen:after {
  content: "\f333\f333";
}

.fa-duotone.fa-calendar-plus:after,
.fad.fa-calendar-plus:after {
  content: "\f271\f271";
}

.fa-duotone.fa-calendar-range:after,
.fad.fa-calendar-range:after {
  content: "\e0d6\e0d6";
}

.fa-duotone.fa-calendar-star:after,
.fad.fa-calendar-star:after {
  content: "\f736\f736";
}

.fa-duotone.fa-calendar-week:after,
.fad.fa-calendar-week:after {
  content: "\f784\f784";
}

.fa-duotone.fa-calendar-times:after,
.fa-duotone.fa-calendar-xmark:after,
.fad.fa-calendar-times:after,
.fad.fa-calendar-xmark:after {
  content: "\f273\f273";
}

.fa-duotone.fa-calendars:after,
.fad.fa-calendars:after {
  content: "\e0d7\e0d7";
}

.fa-duotone.fa-camcorder:after,
.fa-duotone.fa-video-handheld:after,
.fad.fa-camcorder:after,
.fad.fa-video-handheld:after {
  content: "\f8a8\f8a8";
}

.fa-duotone.fa-camera-alt:after,
.fa-duotone.fa-camera:after,
.fad.fa-camera-alt:after,
.fad.fa-camera:after {
  content: "\f030\f030";
}

.fa-duotone.fa-camera-cctv:after,
.fa-duotone.fa-cctv:after,
.fad.fa-camera-cctv:after,
.fad.fa-cctv:after {
  content: "\f8ac\f8ac";
}

.fa-duotone.fa-camera-movie:after,
.fad.fa-camera-movie:after {
  content: "\f8a9\f8a9";
}

.fa-duotone.fa-camera-polaroid:after,
.fad.fa-camera-polaroid:after {
  content: "\f8aa\f8aa";
}

.fa-duotone.fa-camera-retro:after,
.fad.fa-camera-retro:after {
  content: "\f083\f083";
}

.fa-duotone.fa-camera-rotate:after,
.fad.fa-camera-rotate:after {
  content: "\e0d8\e0d8";
}

.fa-duotone.fa-camera-home:after,
.fa-duotone.fa-camera-security:after,
.fad.fa-camera-home:after,
.fad.fa-camera-security:after {
  content: "\f8fe\f8fe";
}

.fa-duotone.fa-camera-slash:after,
.fad.fa-camera-slash:after {
  content: "\e0d9\e0d9";
}

.fa-duotone.fa-camera-viewfinder:after,
.fa-duotone.fa-screenshot:after,
.fad.fa-camera-viewfinder:after,
.fad.fa-screenshot:after {
  content: "\e0da\e0da";
}

.fa-duotone.fa-camera-web:after,
.fa-duotone.fa-webcam:after,
.fad.fa-camera-web:after,
.fad.fa-webcam:after {
  content: "\f832\f832";
}

.fa-duotone.fa-camera-web-slash:after,
.fa-duotone.fa-webcam-slash:after,
.fad.fa-camera-web-slash:after,
.fad.fa-webcam-slash:after {
  content: "\f833\f833";
}

.fa-duotone.fa-campfire:after,
.fad.fa-campfire:after {
  content: "\f6ba\f6ba";
}

.fa-duotone.fa-campground:after,
.fad.fa-campground:after {
  content: "\f6bb\f6bb";
}

.fa-duotone.fa-can-food:after,
.fad.fa-can-food:after {
  content: "\e3e6\e3e6";
}

.fa-duotone.fa-candle-holder:after,
.fad.fa-candle-holder:after {
  content: "\f6bc\f6bc";
}

.fa-duotone.fa-candy:after,
.fad.fa-candy:after {
  content: "\e3e7\e3e7";
}

.fa-duotone.fa-candy-bar:after,
.fa-duotone.fa-chocolate-bar:after,
.fad.fa-candy-bar:after,
.fad.fa-chocolate-bar:after {
  content: "\e3e8\e3e8";
}

.fa-duotone.fa-candy-cane:after,
.fad.fa-candy-cane:after {
  content: "\f786\f786";
}

.fa-duotone.fa-candy-corn:after,
.fad.fa-candy-corn:after {
  content: "\f6bd\f6bd";
}

.fa-duotone.fa-cannabis:after,
.fad.fa-cannabis:after {
  content: "\f55f\f55f";
}

.fa-duotone.fa-capsules:after,
.fad.fa-capsules:after {
  content: "\f46b\f46b";
}

.fa-duotone.fa-automobile:after,
.fa-duotone.fa-car:after,
.fad.fa-automobile:after,
.fad.fa-car:after {
  content: "\f1b9\f1b9";
}

.fa-duotone.fa-battery-car:after,
.fa-duotone.fa-car-battery:after,
.fad.fa-battery-car:after,
.fad.fa-car-battery:after {
  content: "\f5df\f5df";
}

.fa-duotone.fa-car-bolt:after,
.fad.fa-car-bolt:after {
  content: "\e341\e341";
}

.fa-duotone.fa-car-building:after,
.fad.fa-car-building:after {
  content: "\f859\f859";
}

.fa-duotone.fa-car-bump:after,
.fad.fa-car-bump:after {
  content: "\f5e0\f5e0";
}

.fa-duotone.fa-car-bus:after,
.fad.fa-car-bus:after {
  content: "\f85a\f85a";
}

.fa-duotone.fa-car-circle-bolt:after,
.fad.fa-car-circle-bolt:after {
  content: "\e342\e342";
}

.fa-duotone.fa-car-crash:after,
.fad.fa-car-crash:after {
  content: "\f5e1\f5e1";
}

.fa-duotone.fa-car-garage:after,
.fad.fa-car-garage:after {
  content: "\f5e2\f5e2";
}

.fa-duotone.fa-car-mirrors:after,
.fad.fa-car-mirrors:after {
  content: "\e343\e343";
}

.fa-duotone.fa-car-alt:after,
.fa-duotone.fa-car-rear:after,
.fad.fa-car-alt:after,
.fad.fa-car-rear:after {
  content: "\f5de\f5de";
}

.fa-duotone.fa-car-side:after,
.fad.fa-car-side:after {
  content: "\f5e4\f5e4";
}

.fa-duotone.fa-car-side-bolt:after,
.fad.fa-car-side-bolt:after {
  content: "\e344\e344";
}

.fa-duotone.fa-car-tilt:after,
.fad.fa-car-tilt:after {
  content: "\f5e5\f5e5";
}

.fa-duotone.fa-car-wash:after,
.fad.fa-car-wash:after {
  content: "\f5e6\f5e6";
}

.fa-duotone.fa-car-mechanic:after,
.fa-duotone.fa-car-wrench:after,
.fad.fa-car-mechanic:after,
.fad.fa-car-wrench:after {
  content: "\f5e3\f5e3";
}

.fa-duotone.fa-caravan:after,
.fad.fa-caravan:after {
  content: "\f8ff\f8ff";
}

.fa-duotone.fa-caravan-alt:after,
.fa-duotone.fa-caravan-simple:after,
.fad.fa-caravan-alt:after,
.fad.fa-caravan-simple:after {
  content: "\e000\e000";
}

.fa-duotone.fa-card-club:after,
.fad.fa-card-club:after {
  content: "\e3e9\e3e9";
}

.fa-duotone.fa-card-diamond:after,
.fad.fa-card-diamond:after {
  content: "\e3ea\e3ea";
}

.fa-duotone.fa-card-heart:after,
.fad.fa-card-heart:after {
  content: "\e3eb\e3eb";
}

.fa-duotone.fa-card-spade:after,
.fad.fa-card-spade:after {
  content: "\e3ec\e3ec";
}

.fa-duotone.fa-cards:after,
.fad.fa-cards:after {
  content: "\e3ed\e3ed";
}

.fa-duotone.fa-caret-down:after,
.fad.fa-caret-down:after {
  content: "\f0d7\f0d7";
}

.fa-duotone.fa-caret-left:after,
.fad.fa-caret-left:after {
  content: "\f0d9\f0d9";
}

.fa-duotone.fa-caret-right:after,
.fad.fa-caret-right:after {
  content: "\f0da\f0da";
}

.fa-duotone.fa-caret-up:after,
.fad.fa-caret-up:after {
  content: "\f0d8\f0d8";
}

.fa-duotone.fa-carrot:after,
.fad.fa-carrot:after {
  content: "\f787\f787";
}

.fa-duotone.fa-cars:after,
.fad.fa-cars:after {
  content: "\f85b\f85b";
}

.fa-duotone.fa-cart-arrow-down:after,
.fad.fa-cart-arrow-down:after {
  content: "\f218\f218";
}

.fa-duotone.fa-cart-arrow-up:after,
.fad.fa-cart-arrow-up:after {
  content: "\e3ee\e3ee";
}

.fa-duotone.fa-cart-circle-arrow-down:after,
.fad.fa-cart-circle-arrow-down:after {
  content: "\e3ef\e3ef";
}

.fa-duotone.fa-cart-circle-arrow-up:after,
.fad.fa-cart-circle-arrow-up:after {
  content: "\e3f0\e3f0";
}

.fa-duotone.fa-cart-circle-check:after,
.fad.fa-cart-circle-check:after {
  content: "\e3f1\e3f1";
}

.fa-duotone.fa-cart-circle-exclamation:after,
.fad.fa-cart-circle-exclamation:after {
  content: "\e3f2\e3f2";
}

.fa-duotone.fa-cart-circle-plus:after,
.fad.fa-cart-circle-plus:after {
  content: "\e3f3\e3f3";
}

.fa-duotone.fa-cart-circle-xmark:after,
.fad.fa-cart-circle-xmark:after {
  content: "\e3f4\e3f4";
}

.fa-duotone.fa-cart-flatbed:after,
.fa-duotone.fa-dolly-flatbed:after,
.fad.fa-cart-flatbed:after,
.fad.fa-dolly-flatbed:after {
  content: "\f474\f474";
}

.fa-duotone.fa-cart-flatbed-boxes:after,
.fa-duotone.fa-dolly-flatbed-alt:after,
.fad.fa-cart-flatbed-boxes:after,
.fad.fa-dolly-flatbed-alt:after {
  content: "\f475\f475";
}

.fa-duotone.fa-cart-flatbed-empty:after,
.fa-duotone.fa-dolly-flatbed-empty:after,
.fad.fa-cart-flatbed-empty:after,
.fad.fa-dolly-flatbed-empty:after {
  content: "\f476\f476";
}

.fa-duotone.fa-cart-flatbed-suitcase:after,
.fa-duotone.fa-luggage-cart:after,
.fad.fa-cart-flatbed-suitcase:after,
.fad.fa-luggage-cart:after {
  content: "\f59d\f59d";
}

.fa-duotone.fa-cart-minus:after,
.fad.fa-cart-minus:after {
  content: "\e0db\e0db";
}

.fa-duotone.fa-cart-plus:after,
.fad.fa-cart-plus:after {
  content: "\f217\f217";
}

.fa-duotone.fa-cart-shopping:after,
.fa-duotone.fa-shopping-cart:after,
.fad.fa-cart-shopping:after,
.fad.fa-shopping-cart:after {
  content: "\f07a\f07a";
}

.fa-duotone.fa-cart-shopping-fast:after,
.fad.fa-cart-shopping-fast:after {
  content: "\e0dc\e0dc";
}

.fa-duotone.fa-cart-xmark:after,
.fad.fa-cart-xmark:after {
  content: "\e0dd\e0dd";
}

.fa-duotone.fa-cash-register:after,
.fad.fa-cash-register:after {
  content: "\f788\f788";
}

.fa-duotone.fa-betamax:after,
.fa-duotone.fa-cassette-betamax:after,
.fad.fa-betamax:after,
.fad.fa-cassette-betamax:after {
  content: "\f8a4\f8a4";
}

.fa-duotone.fa-cassette-tape:after,
.fad.fa-cassette-tape:after {
  content: "\f8ab\f8ab";
}

.fa-duotone.fa-cassette-vhs:after,
.fa-duotone.fa-vhs:after,
.fad.fa-cassette-vhs:after,
.fad.fa-vhs:after {
  content: "\f8ec\f8ec";
}

.fa-duotone.fa-castle:after,
.fad.fa-castle:after {
  content: "\e0de\e0de";
}

.fa-duotone.fa-cat:after,
.fad.fa-cat:after {
  content: "\f6be\f6be";
}

.fa-duotone.fa-cat-space:after,
.fad.fa-cat-space:after {
  content: "\e001\e001";
}

.fa-duotone.fa-cauldron:after,
.fad.fa-cauldron:after {
  content: "\f6bf\f6bf";
}

.fa-duotone.fa-cedi-sign:after,
.fad.fa-cedi-sign:after {
  content: "\e0df\e0df";
}

.fa-duotone.fa-cent-sign:after,
.fad.fa-cent-sign:after {
  content: "\e3f5\e3f5";
}

.fa-duotone.fa-certificate:after,
.fad.fa-certificate:after {
  content: "\f0a3\f0a3";
}

.fa-duotone.fa-chair:after,
.fad.fa-chair:after {
  content: "\f6c0\f6c0";
}

.fa-duotone.fa-chair-office:after,
.fad.fa-chair-office:after {
  content: "\f6c1\f6c1";
}

.fa-duotone.fa-blackboard:after,
.fa-duotone.fa-chalkboard:after,
.fad.fa-blackboard:after,
.fad.fa-chalkboard:after {
  content: "\f51b\f51b";
}

.fa-duotone.fa-chalkboard-teacher:after,
.fa-duotone.fa-chalkboard-user:after,
.fad.fa-chalkboard-teacher:after,
.fad.fa-chalkboard-user:after {
  content: "\f51c\f51c";
}

.fa-duotone.fa-champagne-glass:after,
.fa-duotone.fa-glass-champagne:after,
.fad.fa-champagne-glass:after,
.fad.fa-glass-champagne:after {
  content: "\f79e\f79e";
}

.fa-duotone.fa-champagne-glasses:after,
.fa-duotone.fa-glass-cheers:after,
.fad.fa-champagne-glasses:after,
.fad.fa-glass-cheers:after {
  content: "\f79f\f79f";
}

.fa-duotone.fa-charging-station:after,
.fad.fa-charging-station:after {
  content: "\f5e7\f5e7";
}

.fa-duotone.fa-area-chart:after,
.fa-duotone.fa-chart-area:after,
.fad.fa-area-chart:after,
.fad.fa-chart-area:after {
  content: "\f1fe\f1fe";
}

.fa-duotone.fa-bar-chart:after,
.fa-duotone.fa-chart-bar:after,
.fad.fa-bar-chart:after,
.fad.fa-chart-bar:after {
  content: "\f080\f080";
}

.fa-duotone.fa-chart-bullet:after,
.fad.fa-chart-bullet:after {
  content: "\e0e1\e0e1";
}

.fa-duotone.fa-chart-candlestick:after,
.fad.fa-chart-candlestick:after {
  content: "\e0e2\e0e2";
}

.fa-duotone.fa-chart-column:after,
.fad.fa-chart-column:after {
  content: "\e0e3\e0e3";
}

.fa-duotone.fa-chart-gantt:after,
.fad.fa-chart-gantt:after {
  content: "\e0e4\e0e4";
}

.fa-duotone.fa-chart-line:after,
.fa-duotone.fa-line-chart:after,
.fad.fa-chart-line:after,
.fad.fa-line-chart:after {
  content: "\f201\f201";
}

.fa-duotone.fa-chart-line-down:after,
.fad.fa-chart-line-down:after {
  content: "\f64d\f64d";
}

.fa-duotone.fa-chart-line-up:after,
.fad.fa-chart-line-up:after {
  content: "\e0e5\e0e5";
}

.fa-duotone.fa-analytics:after,
.fa-duotone.fa-chart-mixed:after,
.fad.fa-analytics:after,
.fad.fa-chart-mixed:after {
  content: "\f643\f643";
}

.fa-duotone.fa-chart-network:after,
.fad.fa-chart-network:after {
  content: "\f78a\f78a";
}

.fa-duotone.fa-chart-pie:after,
.fa-duotone.fa-pie-chart:after,
.fad.fa-chart-pie:after,
.fad.fa-pie-chart:after {
  content: "\f200\f200";
}

.fa-duotone.fa-chart-pie-alt:after,
.fa-duotone.fa-chart-pie-simple:after,
.fad.fa-chart-pie-alt:after,
.fad.fa-chart-pie-simple:after {
  content: "\f64e\f64e";
}

.fa-duotone.fa-chart-pyramid:after,
.fad.fa-chart-pyramid:after {
  content: "\e0e6\e0e6";
}

.fa-duotone.fa-chart-radar:after,
.fad.fa-chart-radar:after {
  content: "\e0e7\e0e7";
}

.fa-duotone.fa-chart-scatter:after,
.fad.fa-chart-scatter:after {
  content: "\f7ee\f7ee";
}

.fa-duotone.fa-chart-scatter-3d:after,
.fad.fa-chart-scatter-3d:after {
  content: "\e0e8\e0e8";
}

.fa-duotone.fa-chart-scatter-bubble:after,
.fad.fa-chart-scatter-bubble:after {
  content: "\e0e9\e0e9";
}

.fa-duotone.fa-chart-simple:after,
.fad.fa-chart-simple:after {
  content: "\e473\e473";
}

.fa-duotone.fa-chart-simple-horizontal:after,
.fad.fa-chart-simple-horizontal:after {
  content: "\e474\e474";
}

.fa-duotone.fa-chart-tree-map:after,
.fad.fa-chart-tree-map:after {
  content: "\e0ea\e0ea";
}

.fa-duotone.fa-chart-user:after,
.fa-duotone.fa-user-chart:after,
.fad.fa-chart-user:after,
.fad.fa-user-chart:after {
  content: "\f6a3\f6a3";
}

.fa-duotone.fa-chart-waterfall:after,
.fad.fa-chart-waterfall:after {
  content: "\e0eb\e0eb";
}

.fa-duotone.fa-check:after,
.fad.fa-check:after {
  content: "\f00c\f00c";
}

.fa-duotone.fa-check-double:after,
.fad.fa-check-double:after {
  content: "\f560\f560";
}

.fa-duotone.fa-check-to-slot:after,
.fa-duotone.fa-vote-yea:after,
.fad.fa-check-to-slot:after,
.fad.fa-vote-yea:after {
  content: "\f772\f772";
}

.fa-duotone.fa-cheese:after,
.fad.fa-cheese:after {
  content: "\f7ef\f7ef";
}

.fa-duotone.fa-cheese-swiss:after,
.fad.fa-cheese-swiss:after {
  content: "\f7f0\f7f0";
}

.fa-duotone.fa-cherries:after,
.fad.fa-cherries:after {
  content: "\e0ec\e0ec";
}

.fa-duotone.fa-chess:after,
.fad.fa-chess:after {
  content: "\f439\f439";
}

.fa-duotone.fa-chess-bishop:after,
.fad.fa-chess-bishop:after {
  content: "\f43a\f43a";
}

.fa-duotone.fa-chess-bishop-alt:after,
.fa-duotone.fa-chess-bishop-piece:after,
.fad.fa-chess-bishop-alt:after,
.fad.fa-chess-bishop-piece:after {
  content: "\f43b\f43b";
}

.fa-duotone.fa-chess-board:after,
.fad.fa-chess-board:after {
  content: "\f43c\f43c";
}

.fa-duotone.fa-chess-clock:after,
.fad.fa-chess-clock:after {
  content: "\f43d\f43d";
}

.fa-duotone.fa-chess-clock-alt:after,
.fa-duotone.fa-chess-clock-flip:after,
.fad.fa-chess-clock-alt:after,
.fad.fa-chess-clock-flip:after {
  content: "\f43e\f43e";
}

.fa-duotone.fa-chess-king:after,
.fad.fa-chess-king:after {
  content: "\f43f\f43f";
}

.fa-duotone.fa-chess-king-alt:after,
.fa-duotone.fa-chess-king-piece:after,
.fad.fa-chess-king-alt:after,
.fad.fa-chess-king-piece:after {
  content: "\f440\f440";
}

.fa-duotone.fa-chess-knight:after,
.fad.fa-chess-knight:after {
  content: "\f441\f441";
}

.fa-duotone.fa-chess-knight-alt:after,
.fa-duotone.fa-chess-knight-piece:after,
.fad.fa-chess-knight-alt:after,
.fad.fa-chess-knight-piece:after {
  content: "\f442\f442";
}

.fa-duotone.fa-chess-pawn:after,
.fad.fa-chess-pawn:after {
  content: "\f443\f443";
}

.fa-duotone.fa-chess-pawn-alt:after,
.fa-duotone.fa-chess-pawn-piece:after,
.fad.fa-chess-pawn-alt:after,
.fad.fa-chess-pawn-piece:after {
  content: "\f444\f444";
}

.fa-duotone.fa-chess-queen:after,
.fad.fa-chess-queen:after {
  content: "\f445\f445";
}

.fa-duotone.fa-chess-queen-alt:after,
.fa-duotone.fa-chess-queen-piece:after,
.fad.fa-chess-queen-alt:after,
.fad.fa-chess-queen-piece:after {
  content: "\f446\f446";
}

.fa-duotone.fa-chess-rook:after,
.fad.fa-chess-rook:after {
  content: "\f447\f447";
}

.fa-duotone.fa-chess-rook-alt:after,
.fa-duotone.fa-chess-rook-piece:after,
.fad.fa-chess-rook-alt:after,
.fad.fa-chess-rook-piece:after {
  content: "\f448\f448";
}

.fa-duotone.fa-chestnut:after,
.fad.fa-chestnut:after {
  content: "\e3f6\e3f6";
}

.fa-duotone.fa-chevron-down:after,
.fad.fa-chevron-down:after {
  content: "\f078\f078";
}

.fa-duotone.fa-chevron-left:after,
.fad.fa-chevron-left:after {
  content: "\f053\f053";
}

.fa-duotone.fa-chevron-right:after,
.fad.fa-chevron-right:after {
  content: "\f054\f054";
}

.fa-duotone.fa-chevron-up:after,
.fad.fa-chevron-up:after {
  content: "\f077\f077";
}

.fa-duotone.fa-chevron-double-down:after,
.fa-duotone.fa-chevrons-down:after,
.fad.fa-chevron-double-down:after,
.fad.fa-chevrons-down:after {
  content: "\f322\f322";
}

.fa-duotone.fa-chevron-double-left:after,
.fa-duotone.fa-chevrons-left:after,
.fad.fa-chevron-double-left:after,
.fad.fa-chevrons-left:after {
  content: "\f323\f323";
}

.fa-duotone.fa-chevron-double-right:after,
.fa-duotone.fa-chevrons-right:after,
.fad.fa-chevron-double-right:after,
.fad.fa-chevrons-right:after {
  content: "\f324\f324";
}

.fa-duotone.fa-chevron-double-up:after,
.fa-duotone.fa-chevrons-up:after,
.fad.fa-chevron-double-up:after,
.fad.fa-chevrons-up:after {
  content: "\f325\f325";
}

.fa-duotone.fa-child:after,
.fad.fa-child:after {
  content: "\f1ae\f1ae";
}

.fa-duotone.fa-chimney:after,
.fad.fa-chimney:after {
  content: "\f78b\f78b";
}

.fa-duotone.fa-chopsticks:after,
.fad.fa-chopsticks:after {
  content: "\e3f7\e3f7";
}

.fa-duotone.fa-church:after,
.fad.fa-church:after {
  content: "\f51d\f51d";
}

.fa-duotone.fa-circle:after,
.fad.fa-circle:after {
  content: "\f111\f111";
}

.fa-duotone.fa-circle-0:after,
.fad.fa-circle-0:after {
  content: "\e0ed\e0ed";
}

.fa-duotone.fa-circle-1:after,
.fad.fa-circle-1:after {
  content: "\e0ee\e0ee";
}

.fa-duotone.fa-circle-2:after,
.fad.fa-circle-2:after {
  content: "\e0ef\e0ef";
}

.fa-duotone.fa-circle-3:after,
.fad.fa-circle-3:after {
  content: "\e0f0\e0f0";
}

.fa-duotone.fa-circle-4:after,
.fad.fa-circle-4:after {
  content: "\e0f1\e0f1";
}

.fa-duotone.fa-circle-5:after,
.fad.fa-circle-5:after {
  content: "\e0f2\e0f2";
}

.fa-duotone.fa-circle-6:after,
.fad.fa-circle-6:after {
  content: "\e0f3\e0f3";
}

.fa-duotone.fa-circle-7:after,
.fad.fa-circle-7:after {
  content: "\e0f4\e0f4";
}

.fa-duotone.fa-circle-8:after,
.fad.fa-circle-8:after {
  content: "\e0f5\e0f5";
}

.fa-duotone.fa-circle-9:after,
.fad.fa-circle-9:after {
  content: "\e0f6\e0f6";
}

.fa-duotone.fa-circle-a:after,
.fad.fa-circle-a:after {
  content: "\e0f7\e0f7";
}

.fa-duotone.fa-circle-ampersand:after,
.fad.fa-circle-ampersand:after {
  content: "\e0f8\e0f8";
}

.fa-duotone.fa-arrow-circle-down:after,
.fa-duotone.fa-circle-arrow-down:after,
.fad.fa-arrow-circle-down:after,
.fad.fa-circle-arrow-down:after {
  content: "\f0ab\f0ab";
}

.fa-duotone.fa-circle-arrow-down-left:after,
.fad.fa-circle-arrow-down-left:after {
  content: "\e0f9\e0f9";
}

.fa-duotone.fa-circle-arrow-down-right:after,
.fad.fa-circle-arrow-down-right:after {
  content: "\e0fa\e0fa";
}

.fa-duotone.fa-arrow-circle-left:after,
.fa-duotone.fa-circle-arrow-left:after,
.fad.fa-arrow-circle-left:after,
.fad.fa-circle-arrow-left:after {
  content: "\f0a8\f0a8";
}

.fa-duotone.fa-arrow-circle-right:after,
.fa-duotone.fa-circle-arrow-right:after,
.fad.fa-arrow-circle-right:after,
.fad.fa-circle-arrow-right:after {
  content: "\f0a9\f0a9";
}

.fa-duotone.fa-arrow-circle-up:after,
.fa-duotone.fa-circle-arrow-up:after,
.fad.fa-arrow-circle-up:after,
.fad.fa-circle-arrow-up:after {
  content: "\f0aa\f0aa";
}

.fa-duotone.fa-circle-arrow-up-left:after,
.fad.fa-circle-arrow-up-left:after {
  content: "\e0fb\e0fb";
}

.fa-duotone.fa-circle-arrow-up-right:after,
.fad.fa-circle-arrow-up-right:after {
  content: "\e0fc\e0fc";
}

.fa-duotone.fa-circle-b:after,
.fad.fa-circle-b:after {
  content: "\e0fd\e0fd";
}

.fa-duotone.fa-circle-bolt:after,
.fad.fa-circle-bolt:after {
  content: "\e0fe\e0fe";
}

.fa-duotone.fa-book-circle:after,
.fa-duotone.fa-circle-book-open:after,
.fad.fa-book-circle:after,
.fad.fa-circle-book-open:after {
  content: "\e0ff\e0ff";
}

.fa-duotone.fa-bookmark-circle:after,
.fa-duotone.fa-circle-bookmark:after,
.fad.fa-bookmark-circle:after,
.fad.fa-circle-bookmark:after {
  content: "\e100\e100";
}

.fa-duotone.fa-circle-c:after,
.fad.fa-circle-c:after {
  content: "\e101\e101";
}

.fa-duotone.fa-calendar-circle:after,
.fa-duotone.fa-circle-calendar:after,
.fad.fa-calendar-circle:after,
.fad.fa-circle-calendar:after {
  content: "\e102\e102";
}

.fa-duotone.fa-camera-circle:after,
.fa-duotone.fa-circle-camera:after,
.fad.fa-camera-circle:after,
.fad.fa-circle-camera:after {
  content: "\e103\e103";
}

.fa-duotone.fa-caret-circle-down:after,
.fa-duotone.fa-circle-caret-down:after,
.fad.fa-caret-circle-down:after,
.fad.fa-circle-caret-down:after {
  content: "\f32d\f32d";
}

.fa-duotone.fa-caret-circle-left:after,
.fa-duotone.fa-circle-caret-left:after,
.fad.fa-caret-circle-left:after,
.fad.fa-circle-caret-left:after {
  content: "\f32e\f32e";
}

.fa-duotone.fa-caret-circle-right:after,
.fa-duotone.fa-circle-caret-right:after,
.fad.fa-caret-circle-right:after,
.fad.fa-circle-caret-right:after {
  content: "\f330\f330";
}

.fa-duotone.fa-caret-circle-up:after,
.fa-duotone.fa-circle-caret-up:after,
.fad.fa-caret-circle-up:after,
.fad.fa-circle-caret-up:after {
  content: "\f331\f331";
}

.fa-duotone.fa-check-circle:after,
.fa-duotone.fa-circle-check:after,
.fad.fa-check-circle:after,
.fad.fa-circle-check:after {
  content: "\f058\f058";
}

.fa-duotone.fa-chevron-circle-down:after,
.fa-duotone.fa-circle-chevron-down:after,
.fad.fa-chevron-circle-down:after,
.fad.fa-circle-chevron-down:after {
  content: "\f13a\f13a";
}

.fa-duotone.fa-chevron-circle-left:after,
.fa-duotone.fa-circle-chevron-left:after,
.fad.fa-chevron-circle-left:after,
.fad.fa-circle-chevron-left:after {
  content: "\f137\f137";
}

.fa-duotone.fa-chevron-circle-right:after,
.fa-duotone.fa-circle-chevron-right:after,
.fad.fa-chevron-circle-right:after,
.fad.fa-circle-chevron-right:after {
  content: "\f138\f138";
}

.fa-duotone.fa-chevron-circle-up:after,
.fa-duotone.fa-circle-chevron-up:after,
.fad.fa-chevron-circle-up:after,
.fad.fa-circle-chevron-up:after {
  content: "\f139\f139";
}

.fa-duotone.fa-circle-d:after,
.fad.fa-circle-d:after {
  content: "\e104\e104";
}

.fa-duotone.fa-circle-dashed:after,
.fad.fa-circle-dashed:after {
  content: "\e105\e105";
}

.fa-duotone.fa-circle-divide:after,
.fad.fa-circle-divide:after {
  content: "\e106\e106";
}

.fa-duotone.fa-circle-dollar:after,
.fa-duotone.fa-dollar-circle:after,
.fa-duotone.fa-usd-circle:after,
.fad.fa-circle-dollar:after,
.fad.fa-dollar-circle:after,
.fad.fa-usd-circle:after {
  content: "\f2e8\f2e8";
}

.fa-duotone.fa-circle-dollar-to-slot:after,
.fa-duotone.fa-donate:after,
.fad.fa-circle-dollar-to-slot:after,
.fad.fa-donate:after {
  content: "\f4b9\f4b9";
}

.fa-duotone.fa-circle-dot:after,
.fa-duotone.fa-dot-circle:after,
.fad.fa-circle-dot:after,
.fad.fa-dot-circle:after {
  content: "\f192\f192";
}

.fa-duotone.fa-arrow-alt-circle-down:after,
.fa-duotone.fa-circle-down:after,
.fad.fa-arrow-alt-circle-down:after,
.fad.fa-circle-down:after {
  content: "\f358\f358";
}

.fa-duotone.fa-circle-down-left:after,
.fad.fa-circle-down-left:after {
  content: "\e107\e107";
}

.fa-duotone.fa-circle-down-right:after,
.fad.fa-circle-down-right:after {
  content: "\e108\e108";
}

.fa-duotone.fa-circle-e:after,
.fad.fa-circle-e:after {
  content: "\e109\e109";
}

.fa-duotone.fa-circle-ellipsis:after,
.fad.fa-circle-ellipsis:after {
  content: "\e10a\e10a";
}

.fa-duotone.fa-circle-ellipsis-vertical:after,
.fad.fa-circle-ellipsis-vertical:after {
  content: "\e10b\e10b";
}

.fa-duotone.fa-circle-envelope:after,
.fa-duotone.fa-envelope-circle:after,
.fad.fa-circle-envelope:after,
.fad.fa-envelope-circle:after {
  content: "\e10c\e10c";
}

.fa-duotone.fa-circle-exclamation:after,
.fa-duotone.fa-exclamation-circle:after,
.fad.fa-circle-exclamation:after,
.fad.fa-exclamation-circle:after {
  content: "\f06a\f06a";
}

.fa-duotone.fa-circle-exclamation-check:after,
.fad.fa-circle-exclamation-check:after {
  content: "\e10d\e10d";
}

.fa-duotone.fa-circle-f:after,
.fad.fa-circle-f:after {
  content: "\e10e\e10e";
}

.fa-duotone.fa-circle-g:after,
.fad.fa-circle-g:after {
  content: "\e10f\e10f";
}

.fa-duotone.fa-circle-h:after,
.fa-duotone.fa-hospital-symbol:after,
.fad.fa-circle-h:after,
.fad.fa-hospital-symbol:after {
  content: "\f47e\f47e";
}

.fa-duotone.fa-circle-half:after,
.fad.fa-circle-half:after {
  content: "\e110\e110";
}

.fa-duotone.fa-adjust:after,
.fa-duotone.fa-circle-half-stroke:after,
.fad.fa-adjust:after,
.fad.fa-circle-half-stroke:after {
  content: "\f042\f042";
}

.fa-duotone.fa-circle-heart:after,
.fa-duotone.fa-heart-circle:after,
.fad.fa-circle-heart:after,
.fad.fa-heart-circle:after {
  content: "\f4c7\f4c7";
}

.fa-duotone.fa-circle-i:after,
.fad.fa-circle-i:after {
  content: "\e111\e111";
}

.fa-duotone.fa-circle-info:after,
.fa-duotone.fa-info-circle:after,
.fad.fa-circle-info:after,
.fad.fa-info-circle:after {
  content: "\f05a\f05a";
}

.fa-duotone.fa-circle-j:after,
.fad.fa-circle-j:after {
  content: "\e112\e112";
}

.fa-duotone.fa-circle-k:after,
.fad.fa-circle-k:after {
  content: "\e113\e113";
}

.fa-duotone.fa-circle-l:after,
.fad.fa-circle-l:after {
  content: "\e114\e114";
}

.fa-duotone.fa-arrow-alt-circle-left:after,
.fa-duotone.fa-circle-left:after,
.fad.fa-arrow-alt-circle-left:after,
.fad.fa-circle-left:after {
  content: "\f359\f359";
}

.fa-duotone.fa-circle-location-arrow:after,
.fa-duotone.fa-location-circle:after,
.fad.fa-circle-location-arrow:after,
.fad.fa-location-circle:after {
  content: "\f602\f602";
}

.fa-duotone.fa-circle-m:after,
.fad.fa-circle-m:after {
  content: "\e115\e115";
}

.fa-duotone.fa-circle-microphone:after,
.fa-duotone.fa-microphone-circle:after,
.fad.fa-circle-microphone:after,
.fad.fa-microphone-circle:after {
  content: "\e116\e116";
}

.fa-duotone.fa-circle-microphone-lines:after,
.fa-duotone.fa-microphone-circle-alt:after,
.fad.fa-circle-microphone-lines:after,
.fad.fa-microphone-circle-alt:after {
  content: "\e117\e117";
}

.fa-duotone.fa-circle-minus:after,
.fa-duotone.fa-minus-circle:after,
.fad.fa-circle-minus:after,
.fad.fa-minus-circle:after {
  content: "\f056\f056";
}

.fa-duotone.fa-circle-n:after,
.fad.fa-circle-n:after {
  content: "\e118\e118";
}

.fa-duotone.fa-circle-notch:after,
.fad.fa-circle-notch:after {
  content: "\f1ce\f1ce";
}

.fa-duotone.fa-circle-o:after,
.fad.fa-circle-o:after {
  content: "\e119\e119";
}

.fa-duotone.fa-circle-p:after,
.fad.fa-circle-p:after {
  content: "\e11a\e11a";
}

.fa-duotone.fa-circle-parking:after,
.fa-duotone.fa-parking-circle:after,
.fad.fa-circle-parking:after,
.fad.fa-parking-circle:after {
  content: "\f615\f615";
}

.fa-duotone.fa-circle-pause:after,
.fa-duotone.fa-pause-circle:after,
.fad.fa-circle-pause:after,
.fad.fa-pause-circle:after {
  content: "\f28b\f28b";
}

.fa-duotone.fa-circle-phone:after,
.fa-duotone.fa-phone-circle:after,
.fad.fa-circle-phone:after,
.fad.fa-phone-circle:after {
  content: "\e11b\e11b";
}

.fa-duotone.fa-circle-phone-flip:after,
.fa-duotone.fa-phone-circle-alt:after,
.fad.fa-circle-phone-flip:after,
.fad.fa-phone-circle-alt:after {
  content: "\e11c\e11c";
}

.fa-duotone.fa-circle-phone-hangup:after,
.fa-duotone.fa-phone-circle-down:after,
.fad.fa-circle-phone-hangup:after,
.fad.fa-phone-circle-down:after {
  content: "\e11d\e11d";
}

.fa-duotone.fa-circle-play:after,
.fa-duotone.fa-play-circle:after,
.fad.fa-circle-play:after,
.fad.fa-play-circle:after {
  content: "\f144\f144";
}

.fa-duotone.fa-circle-plus:after,
.fa-duotone.fa-plus-circle:after,
.fad.fa-circle-plus:after,
.fad.fa-plus-circle:after {
  content: "\f055\f055";
}

.fa-duotone.fa-circle-q:after,
.fad.fa-circle-q:after {
  content: "\e11e\e11e";
}

.fa-duotone.fa-circle-quarter:after,
.fad.fa-circle-quarter:after {
  content: "\e11f\e11f";
}

.fa-duotone.fa-circle-quarters:after,
.fad.fa-circle-quarters:after {
  content: "\e3f8\e3f8";
}

.fa-duotone.fa-circle-question:after,
.fa-duotone.fa-question-circle:after,
.fad.fa-circle-question:after,
.fad.fa-question-circle:after {
  content: "\f059\f059";
}

.fa-duotone.fa-circle-r:after,
.fad.fa-circle-r:after {
  content: "\e120\e120";
}

.fa-duotone.fa-circle-radiation:after,
.fa-duotone.fa-radiation-alt:after,
.fad.fa-circle-radiation:after,
.fad.fa-radiation-alt:after {
  content: "\f7ba\f7ba";
}

.fa-duotone.fa-arrow-alt-circle-right:after,
.fa-duotone.fa-circle-right:after,
.fad.fa-arrow-alt-circle-right:after,
.fad.fa-circle-right:after {
  content: "\f35a\f35a";
}

.fa-duotone.fa-circle-s:after,
.fad.fa-circle-s:after {
  content: "\e121\e121";
}

.fa-duotone.fa-circle-small:after,
.fad.fa-circle-small:after {
  content: "\e122\e122";
}

.fa-duotone.fa-circle-sort:after,
.fa-duotone.fa-sort-circle:after,
.fad.fa-circle-sort:after,
.fad.fa-sort-circle:after {
  content: "\e030\e030";
}

.fa-duotone.fa-circle-sort-down:after,
.fa-duotone.fa-sort-circle-down:after,
.fad.fa-circle-sort-down:after,
.fad.fa-sort-circle-down:after {
  content: "\e031\e031";
}

.fa-duotone.fa-circle-sort-up:after,
.fa-duotone.fa-sort-circle-up:after,
.fad.fa-circle-sort-up:after,
.fad.fa-sort-circle-up:after {
  content: "\e032\e032";
}

.fa-duotone.fa-circle-star:after,
.fa-duotone.fa-star-circle:after,
.fad.fa-circle-star:after,
.fad.fa-star-circle:after {
  content: "\e123\e123";
}

.fa-duotone.fa-circle-stop:after,
.fa-duotone.fa-stop-circle:after,
.fad.fa-circle-stop:after,
.fad.fa-stop-circle:after {
  content: "\f28d\f28d";
}

.fa-duotone.fa-circle-t:after,
.fad.fa-circle-t:after {
  content: "\e124\e124";
}

.fa-duotone.fa-circle-three-quarters:after,
.fad.fa-circle-three-quarters:after {
  content: "\e125\e125";
}

.fa-duotone.fa-circle-trash:after,
.fa-duotone.fa-trash-circle:after,
.fad.fa-circle-trash:after,
.fad.fa-trash-circle:after {
  content: "\e126\e126";
}

.fa-duotone.fa-circle-u:after,
.fad.fa-circle-u:after {
  content: "\e127\e127";
}

.fa-duotone.fa-arrow-alt-circle-up:after,
.fa-duotone.fa-circle-up:after,
.fad.fa-arrow-alt-circle-up:after,
.fad.fa-circle-up:after {
  content: "\f35b\f35b";
}

.fa-duotone.fa-circle-up-left:after,
.fad.fa-circle-up-left:after {
  content: "\e128\e128";
}

.fa-duotone.fa-circle-up-right:after,
.fad.fa-circle-up-right:after {
  content: "\e129\e129";
}

.fa-duotone.fa-circle-user:after,
.fa-duotone.fa-user-circle:after,
.fad.fa-circle-user:after,
.fad.fa-user-circle:after {
  content: "\f2bd\f2bd";
}

.fa-duotone.fa-circle-v:after,
.fad.fa-circle-v:after {
  content: "\e12a\e12a";
}

.fa-duotone.fa-circle-video:after,
.fa-duotone.fa-video-circle:after,
.fad.fa-circle-video:after,
.fad.fa-video-circle:after {
  content: "\e12b\e12b";
}

.fa-duotone.fa-circle-w:after,
.fad.fa-circle-w:after {
  content: "\e12c\e12c";
}

.fa-duotone.fa-circle-waveform-lines:after,
.fa-duotone.fa-waveform-circle:after,
.fad.fa-circle-waveform-lines:after,
.fad.fa-waveform-circle:after {
  content: "\e12d\e12d";
}

.fa-duotone.fa-circle-x:after,
.fad.fa-circle-x:after {
  content: "\e12e\e12e";
}

.fa-duotone.fa-circle-xmark:after,
.fa-duotone.fa-times-circle:after,
.fa-duotone.fa-xmark-circle:after,
.fad.fa-circle-xmark:after,
.fad.fa-times-circle:after,
.fad.fa-xmark-circle:after {
  content: "\f057\f057";
}

.fa-duotone.fa-circle-y:after,
.fad.fa-circle-y:after {
  content: "\e12f\e12f";
}

.fa-duotone.fa-circle-z:after,
.fad.fa-circle-z:after {
  content: "\e130\e130";
}

.fa-duotone.fa-citrus:after,
.fad.fa-citrus:after {
  content: "\e2f4\e2f4";
}

.fa-duotone.fa-citrus-slice:after,
.fad.fa-citrus-slice:after {
  content: "\e2f5\e2f5";
}

.fa-duotone.fa-city:after,
.fad.fa-city:after {
  content: "\f64f\f64f";
}

.fa-duotone.fa-clapperboard:after,
.fad.fa-clapperboard:after {
  content: "\e131\e131";
}

.fa-duotone.fa-clapperboard-play:after,
.fad.fa-clapperboard-play:after {
  content: "\e132\e132";
}

.fa-duotone.fa-clarinet:after,
.fad.fa-clarinet:after {
  content: "\f8ad\f8ad";
}

.fa-duotone.fa-claw-marks:after,
.fad.fa-claw-marks:after {
  content: "\f6c2\f6c2";
}

.fa-duotone.fa-clipboard:after,
.fad.fa-clipboard:after {
  content: "\f328\f328";
}

.fa-duotone.fa-clipboard-check:after,
.fad.fa-clipboard-check:after {
  content: "\f46c\f46c";
}

.fa-duotone.fa-clipboard-list:after,
.fad.fa-clipboard-list:after {
  content: "\f46d\f46d";
}

.fa-duotone.fa-clipboard-list-check:after,
.fad.fa-clipboard-list-check:after {
  content: "\f737\f737";
}

.fa-duotone.fa-clipboard-medical:after,
.fad.fa-clipboard-medical:after {
  content: "\e133\e133";
}

.fa-duotone.fa-clipboard-prescription:after,
.fad.fa-clipboard-prescription:after {
  content: "\f5e8\f5e8";
}

.fa-duotone.fa-clipboard-user:after,
.fad.fa-clipboard-user:after {
  content: "\f7f3\f7f3";
}

.fa-duotone.fa-clock-four:after,
.fa-duotone.fa-clock:after,
.fad.fa-clock-four:after,
.fad.fa-clock:after {
  content: "\f017\f017";
}

.fa-duotone.fa-clock-desk:after,
.fad.fa-clock-desk:after {
  content: "\e134\e134";
}

.fa-duotone.fa-clock-eight:after,
.fad.fa-clock-eight:after {
  content: "\e345\e345";
}

.fa-duotone.fa-clock-eight-thirty:after,
.fad.fa-clock-eight-thirty:after {
  content: "\e346\e346";
}

.fa-duotone.fa-clock-eleven:after,
.fad.fa-clock-eleven:after {
  content: "\e347\e347";
}

.fa-duotone.fa-clock-eleven-thirty:after,
.fad.fa-clock-eleven-thirty:after {
  content: "\e348\e348";
}

.fa-duotone.fa-clock-five:after,
.fad.fa-clock-five:after {
  content: "\e349\e349";
}

.fa-duotone.fa-clock-five-thirty:after,
.fad.fa-clock-five-thirty:after {
  content: "\e34a\e34a";
}

.fa-duotone.fa-clock-four-thirty:after,
.fad.fa-clock-four-thirty:after {
  content: "\e34b\e34b";
}

.fa-duotone.fa-clock-nine:after,
.fad.fa-clock-nine:after {
  content: "\e34c\e34c";
}

.fa-duotone.fa-clock-nine-thirty:after,
.fad.fa-clock-nine-thirty:after {
  content: "\e34d\e34d";
}

.fa-duotone.fa-clock-one:after,
.fad.fa-clock-one:after {
  content: "\e34e\e34e";
}

.fa-duotone.fa-clock-one-thirty:after,
.fad.fa-clock-one-thirty:after {
  content: "\e34f\e34f";
}

.fa-duotone.fa-clock-rotate-left:after,
.fa-duotone.fa-history:after,
.fad.fa-clock-rotate-left:after,
.fad.fa-history:after {
  content: "\f1da\f1da";
}

.fa-duotone.fa-clock-seven:after,
.fad.fa-clock-seven:after {
  content: "\e350\e350";
}

.fa-duotone.fa-clock-seven-thirty:after,
.fad.fa-clock-seven-thirty:after {
  content: "\e351\e351";
}

.fa-duotone.fa-clock-six:after,
.fad.fa-clock-six:after {
  content: "\e352\e352";
}

.fa-duotone.fa-clock-six-thirty:after,
.fad.fa-clock-six-thirty:after {
  content: "\e353\e353";
}

.fa-duotone.fa-clock-ten:after,
.fad.fa-clock-ten:after {
  content: "\e354\e354";
}

.fa-duotone.fa-clock-ten-thirty:after,
.fad.fa-clock-ten-thirty:after {
  content: "\e355\e355";
}

.fa-duotone.fa-clock-three:after,
.fad.fa-clock-three:after {
  content: "\e356\e356";
}

.fa-duotone.fa-clock-three-thirty:after,
.fad.fa-clock-three-thirty:after {
  content: "\e357\e357";
}

.fa-duotone.fa-clock-twelve:after,
.fad.fa-clock-twelve:after {
  content: "\e358\e358";
}

.fa-duotone.fa-clock-twelve-thirty:after,
.fad.fa-clock-twelve-thirty:after {
  content: "\e359\e359";
}

.fa-duotone.fa-clock-two:after,
.fad.fa-clock-two:after {
  content: "\e35a\e35a";
}

.fa-duotone.fa-clock-two-thirty:after,
.fad.fa-clock-two-thirty:after {
  content: "\e35b\e35b";
}

.fa-duotone.fa-clone:after,
.fad.fa-clone:after {
  content: "\f24d\f24d";
}

.fa-duotone.fa-closed-captioning:after,
.fad.fa-closed-captioning:after {
  content: "\f20a\f20a";
}

.fa-duotone.fa-closed-captioning-slash:after,
.fad.fa-closed-captioning-slash:after {
  content: "\e135\e135";
}

.fa-duotone.fa-clothes-hanger:after,
.fad.fa-clothes-hanger:after {
  content: "\e136\e136";
}

.fa-duotone.fa-cloud:after,
.fad.fa-cloud:after {
  content: "\f0c2\f0c2";
}

.fa-duotone.fa-cloud-arrow-down:after,
.fa-duotone.fa-cloud-download-alt:after,
.fa-duotone.fa-cloud-download:after,
.fad.fa-cloud-arrow-down:after,
.fad.fa-cloud-download-alt:after,
.fad.fa-cloud-download:after {
  content: "\f0ed\f0ed";
}

.fa-duotone.fa-cloud-arrow-up:after,
.fa-duotone.fa-cloud-upload-alt:after,
.fa-duotone.fa-cloud-upload:after,
.fad.fa-cloud-arrow-up:after,
.fad.fa-cloud-upload-alt:after,
.fad.fa-cloud-upload:after {
  content: "\f0ee\f0ee";
}

.fa-duotone.fa-cloud-bolt:after,
.fa-duotone.fa-thunderstorm:after,
.fad.fa-cloud-bolt:after,
.fad.fa-thunderstorm:after {
  content: "\f76c\f76c";
}

.fa-duotone.fa-cloud-bolt-moon:after,
.fa-duotone.fa-thunderstorm-moon:after,
.fad.fa-cloud-bolt-moon:after,
.fad.fa-thunderstorm-moon:after {
  content: "\f76d\f76d";
}

.fa-duotone.fa-cloud-bolt-sun:after,
.fa-duotone.fa-thunderstorm-sun:after,
.fad.fa-cloud-bolt-sun:after,
.fad.fa-thunderstorm-sun:after {
  content: "\f76e\f76e";
}

.fa-duotone.fa-cloud-check:after,
.fad.fa-cloud-check:after {
  content: "\e35c\e35c";
}

.fa-duotone.fa-cloud-drizzle:after,
.fad.fa-cloud-drizzle:after {
  content: "\f738\f738";
}

.fa-duotone.fa-cloud-exclamation:after,
.fad.fa-cloud-exclamation:after {
  content: "\e491\e491";
}

.fa-duotone.fa-cloud-fog:after,
.fa-duotone.fa-fog:after,
.fad.fa-cloud-fog:after,
.fad.fa-fog:after {
  content: "\f74e\f74e";
}

.fa-duotone.fa-cloud-hail:after,
.fad.fa-cloud-hail:after {
  content: "\f739\f739";
}

.fa-duotone.fa-cloud-hail-mixed:after,
.fad.fa-cloud-hail-mixed:after {
  content: "\f73a\f73a";
}

.fa-duotone.fa-cloud-meatball:after,
.fad.fa-cloud-meatball:after {
  content: "\f73b\f73b";
}

.fa-duotone.fa-cloud-minus:after,
.fad.fa-cloud-minus:after {
  content: "\e35d\e35d";
}

.fa-duotone.fa-cloud-moon:after,
.fad.fa-cloud-moon:after {
  content: "\f6c3\f6c3";
}

.fa-duotone.fa-cloud-moon-rain:after,
.fad.fa-cloud-moon-rain:after {
  content: "\f73c\f73c";
}

.fa-duotone.fa-cloud-music:after,
.fad.fa-cloud-music:after {
  content: "\f8ae\f8ae";
}

.fa-duotone.fa-cloud-plus:after,
.fad.fa-cloud-plus:after {
  content: "\e35e\e35e";
}

.fa-duotone.fa-cloud-question:after,
.fad.fa-cloud-question:after {
  content: "\e492\e492";
}

.fa-duotone.fa-cloud-rain:after,
.fad.fa-cloud-rain:after {
  content: "\f73d\f73d";
}

.fa-duotone.fa-cloud-rainbow:after,
.fad.fa-cloud-rainbow:after {
  content: "\f73e\f73e";
}

.fa-duotone.fa-cloud-showers:after,
.fad.fa-cloud-showers:after {
  content: "\f73f\f73f";
}

.fa-duotone.fa-cloud-showers-heavy:after,
.fad.fa-cloud-showers-heavy:after {
  content: "\f740\f740";
}

.fa-duotone.fa-cloud-slash:after,
.fad.fa-cloud-slash:after {
  content: "\e137\e137";
}

.fa-duotone.fa-cloud-sleet:after,
.fad.fa-cloud-sleet:after {
  content: "\f741\f741";
}

.fa-duotone.fa-cloud-snow:after,
.fad.fa-cloud-snow:after {
  content: "\f742\f742";
}

.fa-duotone.fa-cloud-sun:after,
.fad.fa-cloud-sun:after {
  content: "\f6c4\f6c4";
}

.fa-duotone.fa-cloud-sun-rain:after,
.fad.fa-cloud-sun-rain:after {
  content: "\f743\f743";
}

.fa-duotone.fa-cloud-word:after,
.fad.fa-cloud-word:after {
  content: "\e138\e138";
}

.fa-duotone.fa-cloud-xmark:after,
.fad.fa-cloud-xmark:after {
  content: "\e35f\e35f";
}

.fa-duotone.fa-clouds:after,
.fad.fa-clouds:after {
  content: "\f744\f744";
}

.fa-duotone.fa-clouds-moon:after,
.fad.fa-clouds-moon:after {
  content: "\f745\f745";
}

.fa-duotone.fa-clouds-sun:after,
.fad.fa-clouds-sun:after {
  content: "\f746\f746";
}

.fa-duotone.fa-clover:after,
.fad.fa-clover:after {
  content: "\e139\e139";
}

.fa-duotone.fa-club:after,
.fad.fa-club:after {
  content: "\f327\f327";
}

.fa-duotone.fa-coconut:after,
.fad.fa-coconut:after {
  content: "\e2f6\e2f6";
}

.fa-duotone.fa-code:after,
.fad.fa-code:after {
  content: "\f121\f121";
}

.fa-duotone.fa-code-branch:after,
.fad.fa-code-branch:after {
  content: "\f126\f126";
}

.fa-duotone.fa-code-commit:after,
.fad.fa-code-commit:after {
  content: "\f386\f386";
}

.fa-duotone.fa-code-compare:after,
.fad.fa-code-compare:after {
  content: "\e13a\e13a";
}

.fa-duotone.fa-code-fork:after,
.fad.fa-code-fork:after {
  content: "\e13b\e13b";
}

.fa-duotone.fa-code-merge:after,
.fad.fa-code-merge:after {
  content: "\f387\f387";
}

.fa-duotone.fa-code-pull-request:after,
.fad.fa-code-pull-request:after {
  content: "\e13c\e13c";
}

.fa-duotone.fa-code-pull-request-closed:after,
.fad.fa-code-pull-request-closed:after {
  content: "\e3f9\e3f9";
}

.fa-duotone.fa-code-pull-request-draft:after,
.fad.fa-code-pull-request-draft:after {
  content: "\e3fa\e3fa";
}

.fa-duotone.fa-code-simple:after,
.fad.fa-code-simple:after {
  content: "\e13d\e13d";
}

.fa-duotone.fa-coffee-bean:after,
.fad.fa-coffee-bean:after {
  content: "\e13e\e13e";
}

.fa-duotone.fa-coffee-beans:after,
.fad.fa-coffee-beans:after {
  content: "\e13f\e13f";
}

.fa-duotone.fa-coffee-pot:after,
.fad.fa-coffee-pot:after {
  content: "\e002\e002";
}

.fa-duotone.fa-coffin:after,
.fad.fa-coffin:after {
  content: "\f6c6\f6c6";
}

.fa-duotone.fa-coffin-cross:after,
.fad.fa-coffin-cross:after {
  content: "\e051\e051";
}

.fa-duotone.fa-coin:after,
.fad.fa-coin:after {
  content: "\f85c\f85c";
}

.fa-duotone.fa-coin-blank:after,
.fad.fa-coin-blank:after {
  content: "\e3fb\e3fb";
}

.fa-duotone.fa-coin-front:after,
.fad.fa-coin-front:after {
  content: "\e3fc\e3fc";
}

.fa-duotone.fa-coin-vertical:after,
.fad.fa-coin-vertical:after {
  content: "\e3fd\e3fd";
}

.fa-duotone.fa-coins:after,
.fad.fa-coins:after {
  content: "\f51e\f51e";
}

.fa-duotone.fa-colon:after,
.fad.fa-colon:after {
  content: "::";
}

.fa-duotone.fa-colon-sign:after,
.fad.fa-colon-sign:after {
  content: "\e140\e140";
}

.fa-duotone.fa-columns-3:after,
.fad.fa-columns-3:after {
  content: "\e361\e361";
}

.fa-duotone.fa-comet:after,
.fad.fa-comet:after {
  content: "\e003\e003";
}

.fa-duotone.fa-comma:after,
.fad.fa-comma:after {
  content: ",,";
}

.fa-duotone.fa-command:after,
.fad.fa-command:after {
  content: "\e142\e142";
}

.fa-duotone.fa-comment:after,
.fad.fa-comment:after {
  content: "\f075\f075";
}

.fa-duotone.fa-comment-arrow-down:after,
.fad.fa-comment-arrow-down:after {
  content: "\e143\e143";
}

.fa-duotone.fa-comment-arrow-up:after,
.fad.fa-comment-arrow-up:after {
  content: "\e144\e144";
}

.fa-duotone.fa-comment-arrow-up-right:after,
.fad.fa-comment-arrow-up-right:after {
  content: "\e145\e145";
}

.fa-duotone.fa-comment-captions:after,
.fad.fa-comment-captions:after {
  content: "\e146\e146";
}

.fa-duotone.fa-comment-check:after,
.fad.fa-comment-check:after {
  content: "\f4ac\f4ac";
}

.fa-duotone.fa-comment-code:after,
.fad.fa-comment-code:after {
  content: "\e147\e147";
}

.fa-duotone.fa-comment-dollar:after,
.fad.fa-comment-dollar:after {
  content: "\f651\f651";
}

.fa-duotone.fa-comment-dots:after,
.fa-duotone.fa-commenting:after,
.fad.fa-comment-dots:after,
.fad.fa-commenting:after {
  content: "\f4ad\f4ad";
}

.fa-duotone.fa-comment-exclamation:after,
.fad.fa-comment-exclamation:after {
  content: "\f4af\f4af";
}

.fa-duotone.fa-comment-image:after,
.fad.fa-comment-image:after {
  content: "\e148\e148";
}

.fa-duotone.fa-comment-lines:after,
.fad.fa-comment-lines:after {
  content: "\f4b0\f4b0";
}

.fa-duotone.fa-comment-medical:after,
.fad.fa-comment-medical:after {
  content: "\f7f5\f7f5";
}

.fa-duotone.fa-comment-middle:after,
.fad.fa-comment-middle:after {
  content: "\e149\e149";
}

.fa-duotone.fa-comment-middle-top:after,
.fad.fa-comment-middle-top:after {
  content: "\e14a\e14a";
}

.fa-duotone.fa-comment-minus:after,
.fad.fa-comment-minus:after {
  content: "\f4b1\f4b1";
}

.fa-duotone.fa-comment-music:after,
.fad.fa-comment-music:after {
  content: "\f8b0\f8b0";
}

.fa-duotone.fa-comment-edit:after,
.fa-duotone.fa-comment-pen:after,
.fad.fa-comment-edit:after,
.fad.fa-comment-pen:after {
  content: "\f4ae\f4ae";
}

.fa-duotone.fa-comment-plus:after,
.fad.fa-comment-plus:after {
  content: "\f4b2\f4b2";
}

.fa-duotone.fa-comment-question:after,
.fad.fa-comment-question:after {
  content: "\e14b\e14b";
}

.fa-duotone.fa-comment-quote:after,
.fad.fa-comment-quote:after {
  content: "\e14c\e14c";
}

.fa-duotone.fa-comment-slash:after,
.fad.fa-comment-slash:after {
  content: "\f4b3\f4b3";
}

.fa-duotone.fa-comment-smile:after,
.fad.fa-comment-smile:after {
  content: "\f4b4\f4b4";
}

.fa-duotone.fa-comment-sms:after,
.fa-duotone.fa-sms:after,
.fad.fa-comment-sms:after,
.fad.fa-sms:after {
  content: "\f7cd\f7cd";
}

.fa-duotone.fa-comment-text:after,
.fad.fa-comment-text:after {
  content: "\e14d\e14d";
}

.fa-duotone.fa-comment-times:after,
.fa-duotone.fa-comment-xmark:after,
.fad.fa-comment-times:after,
.fad.fa-comment-xmark:after {
  content: "\f4b5\f4b5";
}

.fa-duotone.fa-comments:after,
.fad.fa-comments:after {
  content: "\f086\f086";
}

.fa-duotone.fa-comments-dollar:after,
.fad.fa-comments-dollar:after {
  content: "\f653\f653";
}

.fa-duotone.fa-comments-question:after,
.fad.fa-comments-question:after {
  content: "\e14e\e14e";
}

.fa-duotone.fa-comments-question-check:after,
.fad.fa-comments-question-check:after {
  content: "\e14f\e14f";
}

.fa-duotone.fa-compact-disc:after,
.fad.fa-compact-disc:after {
  content: "\f51f\f51f";
}

.fa-duotone.fa-compass:after,
.fad.fa-compass:after {
  content: "\f14e\f14e";
}

.fa-duotone.fa-compass-drafting:after,
.fa-duotone.fa-drafting-compass:after,
.fad.fa-compass-drafting:after,
.fad.fa-drafting-compass:after {
  content: "\f568\f568";
}

.fa-duotone.fa-compass-slash:after,
.fad.fa-compass-slash:after {
  content: "\f5e9\f5e9";
}

.fa-duotone.fa-compress:after,
.fad.fa-compress:after {
  content: "\f066\f066";
}

.fa-duotone.fa-compress-wide:after,
.fad.fa-compress-wide:after {
  content: "\f326\f326";
}

.fa-duotone.fa-computer-classic:after,
.fad.fa-computer-classic:after {
  content: "\f8b1\f8b1";
}

.fa-duotone.fa-computer-mouse:after,
.fa-duotone.fa-mouse:after,
.fad.fa-computer-mouse:after,
.fad.fa-mouse:after {
  content: "\f8cc\f8cc";
}

.fa-duotone.fa-computer-mouse-scrollwheel:after,
.fa-duotone.fa-mouse-alt:after,
.fad.fa-computer-mouse-scrollwheel:after,
.fad.fa-mouse-alt:after {
  content: "\f8cd\f8cd";
}

.fa-duotone.fa-computer-speaker:after,
.fad.fa-computer-speaker:after {
  content: "\f8b2\f8b2";
}

.fa-duotone.fa-container-storage:after,
.fad.fa-container-storage:after {
  content: "\f4b7\f4b7";
}

.fa-duotone.fa-conveyor-belt:after,
.fad.fa-conveyor-belt:after {
  content: "\f46e\f46e";
}

.fa-duotone.fa-conveyor-belt-alt:after,
.fa-duotone.fa-conveyor-belt-boxes:after,
.fad.fa-conveyor-belt-alt:after,
.fad.fa-conveyor-belt-boxes:after {
  content: "\f46f\f46f";
}

.fa-duotone.fa-conveyor-belt-empty:after,
.fad.fa-conveyor-belt-empty:after {
  content: "\e150\e150";
}

.fa-duotone.fa-cookie:after,
.fad.fa-cookie:after {
  content: "\f563\f563";
}

.fa-duotone.fa-cookie-bite:after,
.fad.fa-cookie-bite:after {
  content: "\f564\f564";
}

.fa-duotone.fa-copy:after,
.fad.fa-copy:after {
  content: "\f0c5\f0c5";
}

.fa-duotone.fa-copyright:after,
.fad.fa-copyright:after {
  content: "\f1f9\f1f9";
}

.fa-duotone.fa-corn:after,
.fad.fa-corn:after {
  content: "\f6c7\f6c7";
}

.fa-duotone.fa-corner:after,
.fad.fa-corner:after {
  content: "\e3fe\e3fe";
}

.fa-duotone.fa-couch:after,
.fad.fa-couch:after {
  content: "\f4b8\f4b8";
}

.fa-duotone.fa-cow:after,
.fad.fa-cow:after {
  content: "\f6c8\f6c8";
}

.fa-duotone.fa-cowbell:after,
.fad.fa-cowbell:after {
  content: "\f8b3\f8b3";
}

.fa-duotone.fa-cowbell-circle-plus:after,
.fa-duotone.fa-cowbell-more:after,
.fad.fa-cowbell-circle-plus:after,
.fad.fa-cowbell-more:after {
  content: "\f8b4\f8b4";
}

.fa-duotone.fa-crab:after,
.fad.fa-crab:after {
  content: "\e3ff\e3ff";
}

.fa-duotone.fa-crate-apple:after,
.fad.fa-crate-apple:after {
  content: "\f6b1\f6b1";
}

.fa-duotone.fa-apple-crate:after,
.fad.fa-apple-crate:after {
  content: "\f6b1\f6b1";
}

.fa-duotone.fa-crate-empty:after,
.fad.fa-crate-empty:after {
  content: "\e151\e151";
}

.fa-duotone.fa-credit-card-alt:after,
.fa-duotone.fa-credit-card:after,
.fad.fa-credit-card-alt:after,
.fad.fa-credit-card:after {
  content: "\f09d\f09d";
}

.fa-duotone.fa-credit-card-blank:after,
.fad.fa-credit-card-blank:after {
  content: "\f389\f389";
}

.fa-duotone.fa-credit-card-front:after,
.fad.fa-credit-card-front:after {
  content: "\f38a\f38a";
}

.fa-duotone.fa-cricket-bat-ball:after,
.fa-duotone.fa-cricket:after,
.fad.fa-cricket-bat-ball:after,
.fad.fa-cricket:after {
  content: "\f449\f449";
}

.fa-duotone.fa-croissant:after,
.fad.fa-croissant:after {
  content: "\f7f6\f7f6";
}

.fa-duotone.fa-crop:after,
.fad.fa-crop:after {
  content: "\f125\f125";
}

.fa-duotone.fa-crop-alt:after,
.fa-duotone.fa-crop-simple:after,
.fad.fa-crop-alt:after,
.fad.fa-crop-simple:after {
  content: "\f565\f565";
}

.fa-duotone.fa-cross:after,
.fad.fa-cross:after {
  content: "\f654\f654";
}

.fa-duotone.fa-crosshairs:after,
.fad.fa-crosshairs:after {
  content: "\f05b\f05b";
}

.fa-duotone.fa-crow:after,
.fad.fa-crow:after {
  content: "\f520\f520";
}

.fa-duotone.fa-crown:after,
.fad.fa-crown:after {
  content: "\f521\f521";
}

.fa-duotone.fa-crutch:after,
.fad.fa-crutch:after {
  content: "\f7f7\f7f7";
}

.fa-duotone.fa-crutches:after,
.fad.fa-crutches:after {
  content: "\f7f8\f7f8";
}

.fa-duotone.fa-cruzeiro-sign:after,
.fad.fa-cruzeiro-sign:after {
  content: "\e152\e152";
}

.fa-duotone.fa-crystal-ball:after,
.fad.fa-crystal-ball:after {
  content: "\e362\e362";
}

.fa-duotone.fa-cube:after,
.fad.fa-cube:after {
  content: "\f1b2\f1b2";
}

.fa-duotone.fa-cubes:after,
.fad.fa-cubes:after {
  content: "\f1b3\f1b3";
}

.fa-duotone.fa-cucumber:after,
.fad.fa-cucumber:after {
  content: "\e401\e401";
}

.fa-duotone.fa-cup-straw:after,
.fad.fa-cup-straw:after {
  content: "\e363\e363";
}

.fa-duotone.fa-cup-straw-swoosh:after,
.fad.fa-cup-straw-swoosh:after {
  content: "\e364\e364";
}

.fa-duotone.fa-coffee-togo:after,
.fa-duotone.fa-cup-togo:after,
.fad.fa-coffee-togo:after,
.fad.fa-cup-togo:after {
  content: "\f6c5\f6c5";
}

.fa-duotone.fa-cupcake:after,
.fad.fa-cupcake:after {
  content: "\e402\e402";
}

.fa-duotone.fa-curling-stone:after,
.fa-duotone.fa-curling:after,
.fad.fa-curling-stone:after,
.fad.fa-curling:after {
  content: "\f44a\f44a";
}

.fa-duotone.fa-custard:after,
.fad.fa-custard:after {
  content: "\e403\e403";
}

.fa-duotone.fa-d:after,
.fad.fa-d:after {
  content: "DD";
}

.fa-duotone.fa-dagger:after,
.fad.fa-dagger:after {
  content: "\f6cb\f6cb";
}

.fa-duotone.fa-dash:after,
.fad.fa-dash:after {
  content: "\e404\e404";
}

.fa-duotone.fa-database:after,
.fad.fa-database:after {
  content: "\f1c0\f1c0";
}

.fa-duotone.fa-deer:after,
.fad.fa-deer:after {
  content: "\f78e\f78e";
}

.fa-duotone.fa-deer-rudolph:after,
.fad.fa-deer-rudolph:after {
  content: "\f78f\f78f";
}

.fa-duotone.fa-backspace:after,
.fa-duotone.fa-delete-left:after,
.fad.fa-backspace:after,
.fad.fa-delete-left:after {
  content: "\f55a\f55a";
}

.fa-duotone.fa-delete-right:after,
.fad.fa-delete-right:after {
  content: "\e154\e154";
}

.fa-duotone.fa-democrat:after,
.fad.fa-democrat:after {
  content: "\f747\f747";
}

.fa-duotone.fa-desktop-alt:after,
.fa-duotone.fa-desktop:after,
.fad.fa-desktop-alt:after,
.fad.fa-desktop:after {
  content: "\f390\f390";
}

.fa-duotone.fa-desktop-arrow-down:after,
.fad.fa-desktop-arrow-down:after {
  content: "\e155\e155";
}

.fa-duotone.fa-dharmachakra:after,
.fad.fa-dharmachakra:after {
  content: "\f655\f655";
}

.fa-duotone.fa-diagram-cells:after,
.fad.fa-diagram-cells:after {
  content: "\e475\e475";
}

.fa-duotone.fa-diagram-lean-canvas:after,
.fad.fa-diagram-lean-canvas:after {
  content: "\e156\e156";
}

.fa-duotone.fa-diagram-nested:after,
.fad.fa-diagram-nested:after {
  content: "\e157\e157";
}

.fa-duotone.fa-diagram-next:after,
.fad.fa-diagram-next:after {
  content: "\e476\e476";
}

.fa-duotone.fa-diagram-predecessor:after,
.fad.fa-diagram-predecessor:after {
  content: "\e477\e477";
}

.fa-duotone.fa-diagram-previous:after,
.fad.fa-diagram-previous:after {
  content: "\e478\e478";
}

.fa-duotone.fa-diagram-project:after,
.fa-duotone.fa-project-diagram:after,
.fad.fa-diagram-project:after,
.fad.fa-project-diagram:after {
  content: "\f542\f542";
}

.fa-duotone.fa-diagram-sankey:after,
.fad.fa-diagram-sankey:after {
  content: "\e158\e158";
}

.fa-duotone.fa-diagram-subtask:after,
.fad.fa-diagram-subtask:after {
  content: "\e479\e479";
}

.fa-duotone.fa-diagram-successor:after,
.fad.fa-diagram-successor:after {
  content: "\e47a\e47a";
}

.fa-duotone.fa-diagram-venn:after,
.fad.fa-diagram-venn:after {
  content: "\e15a\e15a";
}

.fa-duotone.fa-dial-med-high:after,
.fa-duotone.fa-dial:after,
.fad.fa-dial-med-high:after,
.fad.fa-dial:after {
  content: "\e15b\e15b";
}

.fa-duotone.fa-dial-high:after,
.fad.fa-dial-high:after {
  content: "\e15c\e15c";
}

.fa-duotone.fa-dial-low:after,
.fad.fa-dial-low:after {
  content: "\e15d\e15d";
}

.fa-duotone.fa-dial-max:after,
.fad.fa-dial-max:after {
  content: "\e15e\e15e";
}

.fa-duotone.fa-dial-med:after,
.fad.fa-dial-med:after {
  content: "\e15f\e15f";
}

.fa-duotone.fa-dial-med-low:after,
.fad.fa-dial-med-low:after {
  content: "\e160\e160";
}

.fa-duotone.fa-dial-min:after,
.fad.fa-dial-min:after {
  content: "\e161\e161";
}

.fa-duotone.fa-dial-off:after,
.fad.fa-dial-off:after {
  content: "\e162\e162";
}

.fa-duotone.fa-diamond:after,
.fad.fa-diamond:after {
  content: "\f219\f219";
}

.fa-duotone.fa-diamond-exclamation:after,
.fad.fa-diamond-exclamation:after {
  content: "\e405\e405";
}

.fa-duotone.fa-diamond-turn-right:after,
.fa-duotone.fa-directions:after,
.fad.fa-diamond-turn-right:after,
.fad.fa-directions:after {
  content: "\f5eb\f5eb";
}

.fa-duotone.fa-dice:after,
.fad.fa-dice:after {
  content: "\f522\f522";
}

.fa-duotone.fa-dice-d10:after,
.fad.fa-dice-d10:after {
  content: "\f6cd\f6cd";
}

.fa-duotone.fa-dice-d12:after,
.fad.fa-dice-d12:after {
  content: "\f6ce\f6ce";
}

.fa-duotone.fa-dice-d20:after,
.fad.fa-dice-d20:after {
  content: "\f6cf\f6cf";
}

.fa-duotone.fa-dice-d4:after,
.fad.fa-dice-d4:after {
  content: "\f6d0\f6d0";
}

.fa-duotone.fa-dice-d6:after,
.fad.fa-dice-d6:after {
  content: "\f6d1\f6d1";
}

.fa-duotone.fa-dice-d8:after,
.fad.fa-dice-d8:after {
  content: "\f6d2\f6d2";
}

.fa-duotone.fa-dice-five:after,
.fad.fa-dice-five:after {
  content: "\f523\f523";
}

.fa-duotone.fa-dice-four:after,
.fad.fa-dice-four:after {
  content: "\f524\f524";
}

.fa-duotone.fa-dice-one:after,
.fad.fa-dice-one:after {
  content: "\f525\f525";
}

.fa-duotone.fa-dice-six:after,
.fad.fa-dice-six:after {
  content: "\f526\f526";
}

.fa-duotone.fa-dice-three:after,
.fad.fa-dice-three:after {
  content: "\f527\f527";
}

.fa-duotone.fa-dice-two:after,
.fad.fa-dice-two:after {
  content: "\f528\f528";
}

.fa-duotone.fa-diploma:after,
.fa-duotone.fa-scroll-ribbon:after,
.fad.fa-diploma:after,
.fad.fa-scroll-ribbon:after {
  content: "\f5ea\f5ea";
}

.fa-duotone.fa-disc-drive:after,
.fad.fa-disc-drive:after {
  content: "\f8b5\f8b5";
}

.fa-duotone.fa-disease:after,
.fad.fa-disease:after {
  content: "\f7fa\f7fa";
}

.fa-duotone.fa-display:after,
.fad.fa-display:after {
  content: "\e163\e163";
}

.fa-duotone.fa-display-arrow-down:after,
.fad.fa-display-arrow-down:after {
  content: "\e164\e164";
}

.fa-duotone.fa-desktop-code:after,
.fa-duotone.fa-display-code:after,
.fad.fa-desktop-code:after,
.fad.fa-display-code:after {
  content: "\e165\e165";
}

.fa-duotone.fa-desktop-medical:after,
.fa-duotone.fa-display-medical:after,
.fad.fa-desktop-medical:after,
.fad.fa-display-medical:after {
  content: "\e166\e166";
}

.fa-duotone.fa-desktop-slash:after,
.fa-duotone.fa-display-slash:after,
.fad.fa-desktop-slash:after,
.fad.fa-display-slash:after {
  content: "\e2fa\e2fa";
}

.fa-duotone.fa-distribute-spacing-horizontal:after,
.fad.fa-distribute-spacing-horizontal:after {
  content: "\e365\e365";
}

.fa-duotone.fa-distribute-spacing-vertical:after,
.fad.fa-distribute-spacing-vertical:after {
  content: "\e366\e366";
}

.fa-duotone.fa-ditto:after,
.fad.fa-ditto:after {
  content: '""';
}

.fa-duotone.fa-divide:after,
.fad.fa-divide:after {
  content: "\f529\f529";
}

.fa-duotone.fa-dna:after,
.fad.fa-dna:after {
  content: "\f471\f471";
}

.fa-duotone.fa-do-not-enter:after,
.fad.fa-do-not-enter:after {
  content: "\f5ec\f5ec";
}

.fa-duotone.fa-dog:after,
.fad.fa-dog:after {
  content: "\f6d3\f6d3";
}

.fa-duotone.fa-dog-leashed:after,
.fad.fa-dog-leashed:after {
  content: "\f6d4\f6d4";
}

.fa-duotone.fa-dollar-sign:after,
.fa-duotone.fa-dollar:after,
.fa-duotone.fa-usd:after,
.fad.fa-dollar-sign:after,
.fad.fa-dollar:after,
.fad.fa-usd:after {
  content: "$$";
}

.fa-duotone.fa-dolly-box:after,
.fa-duotone.fa-dolly:after,
.fad.fa-dolly-box:after,
.fad.fa-dolly:after {
  content: "\f472\f472";
}

.fa-duotone.fa-dolly-empty:after,
.fad.fa-dolly-empty:after {
  content: "\f473\f473";
}

.fa-duotone.fa-dolphin:after,
.fad.fa-dolphin:after {
  content: "\e168\e168";
}

.fa-duotone.fa-dong-sign:after,
.fad.fa-dong-sign:after {
  content: "\e169\e169";
}

.fa-duotone.fa-donut:after,
.fa-duotone.fa-doughnut:after,
.fad.fa-donut:after,
.fad.fa-doughnut:after {
  content: "\e406\e406";
}

.fa-duotone.fa-door-closed:after,
.fad.fa-door-closed:after {
  content: "\f52a\f52a";
}

.fa-duotone.fa-door-open:after,
.fad.fa-door-open:after {
  content: "\f52b\f52b";
}

.fa-duotone.fa-dove:after,
.fad.fa-dove:after {
  content: "\f4ba\f4ba";
}

.fa-duotone.fa-arrow-alt-down:after,
.fa-duotone.fa-down:after,
.fad.fa-arrow-alt-down:after,
.fad.fa-down:after {
  content: "\f354\f354";
}

.fa-duotone.fa-down-from-dotted-line:after,
.fad.fa-down-from-dotted-line:after {
  content: "\e407\e407";
}

.fa-duotone.fa-arrow-alt-from-top:after,
.fa-duotone.fa-down-from-line:after,
.fad.fa-arrow-alt-from-top:after,
.fad.fa-down-from-line:after {
  content: "\f349\f349";
}

.fa-duotone.fa-down-left:after,
.fad.fa-down-left:after {
  content: "\e16a\e16a";
}

.fa-duotone.fa-compress-alt:after,
.fa-duotone.fa-down-left-and-up-right-to-center:after,
.fad.fa-compress-alt:after,
.fad.fa-down-left-and-up-right-to-center:after {
  content: "\f422\f422";
}

.fa-duotone.fa-down-long:after,
.fa-duotone.fa-long-arrow-alt-down:after,
.fad.fa-down-long:after,
.fad.fa-long-arrow-alt-down:after {
  content: "\f309\f309";
}

.fa-duotone.fa-down-right:after,
.fad.fa-down-right:after {
  content: "\e16b\e16b";
}

.fa-duotone.fa-down-to-dotted-line:after,
.fad.fa-down-to-dotted-line:after {
  content: "\e408\e408";
}

.fa-duotone.fa-arrow-alt-to-bottom:after,
.fa-duotone.fa-down-to-line:after,
.fad.fa-arrow-alt-to-bottom:after,
.fad.fa-down-to-line:after {
  content: "\f34a\f34a";
}

.fa-duotone.fa-download:after,
.fad.fa-download:after {
  content: "\f019\f019";
}

.fa-duotone.fa-dragon:after,
.fad.fa-dragon:after {
  content: "\f6d5\f6d5";
}

.fa-duotone.fa-draw-circle:after,
.fad.fa-draw-circle:after {
  content: "\f5ed\f5ed";
}

.fa-duotone.fa-draw-polygon:after,
.fad.fa-draw-polygon:after {
  content: "\f5ee\f5ee";
}

.fa-duotone.fa-draw-square:after,
.fad.fa-draw-square:after {
  content: "\f5ef\f5ef";
}

.fa-duotone.fa-dreidel:after,
.fad.fa-dreidel:after {
  content: "\f792\f792";
}

.fa-duotone.fa-drone:after,
.fad.fa-drone:after {
  content: "\f85f\f85f";
}

.fa-duotone.fa-drone-alt:after,
.fa-duotone.fa-drone-front:after,
.fad.fa-drone-alt:after,
.fad.fa-drone-front:after {
  content: "\f860\f860";
}

.fa-duotone.fa-droplet:after,
.fa-duotone.fa-tint:after,
.fad.fa-droplet:after,
.fad.fa-tint:after {
  content: "\f043\f043";
}

.fa-duotone.fa-dewpoint:after,
.fa-duotone.fa-droplet-degree:after,
.fad.fa-dewpoint:after,
.fad.fa-droplet-degree:after {
  content: "\f748\f748";
}

.fa-duotone.fa-droplet-percent:after,
.fa-duotone.fa-humidity:after,
.fad.fa-droplet-percent:after,
.fad.fa-humidity:after {
  content: "\f750\f750";
}

.fa-duotone.fa-droplet-slash:after,
.fa-duotone.fa-tint-slash:after,
.fad.fa-droplet-slash:after,
.fad.fa-tint-slash:after {
  content: "\f5c7\f5c7";
}

.fa-duotone.fa-drum:after,
.fad.fa-drum:after {
  content: "\f569\f569";
}

.fa-duotone.fa-drum-steelpan:after,
.fad.fa-drum-steelpan:after {
  content: "\f56a\f56a";
}

.fa-duotone.fa-drumstick:after,
.fad.fa-drumstick:after {
  content: "\f6d6\f6d6";
}

.fa-duotone.fa-drumstick-bite:after,
.fad.fa-drumstick-bite:after {
  content: "\f6d7\f6d7";
}

.fa-duotone.fa-dryer:after,
.fad.fa-dryer:after {
  content: "\f861\f861";
}

.fa-duotone.fa-dryer-alt:after,
.fa-duotone.fa-dryer-heat:after,
.fad.fa-dryer-alt:after,
.fad.fa-dryer-heat:after {
  content: "\f862\f862";
}

.fa-duotone.fa-duck:after,
.fad.fa-duck:after {
  content: "\f6d8\f6d8";
}

.fa-duotone.fa-dumbbell:after,
.fad.fa-dumbbell:after {
  content: "\f44b\f44b";
}

.fa-duotone.fa-dumpster:after,
.fad.fa-dumpster:after {
  content: "\f793\f793";
}

.fa-duotone.fa-dumpster-fire:after,
.fad.fa-dumpster-fire:after {
  content: "\f794\f794";
}

.fa-duotone.fa-dungeon:after,
.fad.fa-dungeon:after {
  content: "\f6d9\f6d9";
}

.fa-duotone.fa-e:after,
.fad.fa-e:after {
  content: "EE";
}

.fa-duotone.fa-ear:after,
.fad.fa-ear:after {
  content: "\f5f0\f5f0";
}

.fa-duotone.fa-deaf:after,
.fa-duotone.fa-deafness:after,
.fa-duotone.fa-ear-deaf:after,
.fa-duotone.fa-hard-of-hearing:after,
.fad.fa-deaf:after,
.fad.fa-deafness:after,
.fad.fa-ear-deaf:after,
.fad.fa-hard-of-hearing:after {
  content: "\f2a4\f2a4";
}

.fa-duotone.fa-assistive-listening-systems:after,
.fa-duotone.fa-ear-listen:after,
.fad.fa-assistive-listening-systems:after,
.fad.fa-ear-listen:after {
  content: "\f2a2\f2a2";
}

.fa-duotone.fa-ear-muffs:after,
.fad.fa-ear-muffs:after {
  content: "\f795\f795";
}

.fa-duotone.fa-earth-africa:after,
.fa-duotone.fa-globe-africa:after,
.fad.fa-earth-africa:after,
.fad.fa-globe-africa:after {
  content: "\f57c\f57c";
}

.fa-duotone.fa-earth-america:after,
.fa-duotone.fa-earth-americas:after,
.fa-duotone.fa-earth:after,
.fa-duotone.fa-globe-americas:after,
.fad.fa-earth-america:after,
.fad.fa-earth-americas:after,
.fad.fa-earth:after,
.fad.fa-globe-americas:after {
  content: "\f57d\f57d";
}

.fa-duotone.fa-earth-asia:after,
.fa-duotone.fa-globe-asia:after,
.fad.fa-earth-asia:after,
.fad.fa-globe-asia:after {
  content: "\f57e\f57e";
}

.fa-duotone.fa-earth-europe:after,
.fa-duotone.fa-globe-europe:after,
.fad.fa-earth-europe:after,
.fad.fa-globe-europe:after {
  content: "\f7a2\f7a2";
}

.fa-duotone.fa-earth-oceania:after,
.fa-duotone.fa-globe-oceania:after,
.fad.fa-earth-oceania:after,
.fad.fa-globe-oceania:after {
  content: "\e47b\e47b";
}

.fa-duotone.fa-eclipse:after,
.fad.fa-eclipse:after {
  content: "\f749\f749";
}

.fa-duotone.fa-egg:after,
.fad.fa-egg:after {
  content: "\f7fb\f7fb";
}

.fa-duotone.fa-egg-fried:after,
.fad.fa-egg-fried:after {
  content: "\f7fc\f7fc";
}

.fa-duotone.fa-eggplant:after,
.fad.fa-eggplant:after {
  content: "\e16c\e16c";
}

.fa-duotone.fa-eject:after,
.fad.fa-eject:after {
  content: "\f052\f052";
}

.fa-duotone.fa-elephant:after,
.fad.fa-elephant:after {
  content: "\f6da\f6da";
}

.fa-duotone.fa-elevator:after,
.fad.fa-elevator:after {
  content: "\e16d\e16d";
}

.fa-duotone.fa-ellipsis-h:after,
.fa-duotone.fa-ellipsis:after,
.fad.fa-ellipsis-h:after,
.fad.fa-ellipsis:after {
  content: "\f141\f141";
}

.fa-duotone.fa-ellipsis-h-alt:after,
.fa-duotone.fa-ellipsis-stroke:after,
.fad.fa-ellipsis-h-alt:after,
.fad.fa-ellipsis-stroke:after {
  content: "\f39b\f39b";
}

.fa-duotone.fa-ellipsis-stroke-vertical:after,
.fa-duotone.fa-ellipsis-v-alt:after,
.fad.fa-ellipsis-stroke-vertical:after,
.fad.fa-ellipsis-v-alt:after {
  content: "\f39c\f39c";
}

.fa-duotone.fa-ellipsis-v:after,
.fa-duotone.fa-ellipsis-vertical:after,
.fad.fa-ellipsis-v:after,
.fad.fa-ellipsis-vertical:after {
  content: "\f142\f142";
}

.fa-duotone.fa-empty-set:after,
.fad.fa-empty-set:after {
  content: "\f656\f656";
}

.fa-duotone.fa-engine:after,
.fad.fa-engine:after {
  content: "\e16e\e16e";
}

.fa-duotone.fa-engine-exclamation:after,
.fa-duotone.fa-engine-warning:after,
.fad.fa-engine-exclamation:after,
.fad.fa-engine-warning:after {
  content: "\f5f2\f5f2";
}

.fa-duotone.fa-envelope:after,
.fad.fa-envelope:after {
  content: "\f0e0\f0e0";
}

.fa-duotone.fa-envelope-badge:after,
.fa-duotone.fa-envelope-dot:after,
.fad.fa-envelope-badge:after,
.fad.fa-envelope-dot:after {
  content: "\e16f\e16f";
}

.fa-duotone.fa-envelope-open:after,
.fad.fa-envelope-open:after {
  content: "\f2b6\f2b6";
}

.fa-duotone.fa-envelope-open-dollar:after,
.fad.fa-envelope-open-dollar:after {
  content: "\f657\f657";
}

.fa-duotone.fa-envelope-open-text:after,
.fad.fa-envelope-open-text:after {
  content: "\f658\f658";
}

.fa-duotone.fa-envelopes:after,
.fad.fa-envelopes:after {
  content: "\e170\e170";
}

.fa-duotone.fa-envelopes-bulk:after,
.fa-duotone.fa-mail-bulk:after,
.fad.fa-envelopes-bulk:after,
.fad.fa-mail-bulk:after {
  content: "\f674\f674";
}

.fa-duotone.fa-equals:after,
.fad.fa-equals:after {
  content: "==";
}

.fa-duotone.fa-eraser:after,
.fad.fa-eraser:after {
  content: "\f12d\f12d";
}

.fa-duotone.fa-escalator:after,
.fad.fa-escalator:after {
  content: "\e171\e171";
}

.fa-duotone.fa-ethernet:after,
.fad.fa-ethernet:after {
  content: "\f796\f796";
}

.fa-duotone.fa-eur:after,
.fa-duotone.fa-euro-sign:after,
.fa-duotone.fa-euro:after,
.fad.fa-eur:after,
.fad.fa-euro-sign:after,
.fad.fa-euro:after {
  content: "\f153\f153";
}

.fa-duotone.fa-exclamation:after,
.fad.fa-exclamation:after {
  content: "!!";
}

.fa-duotone.fa-expand:after,
.fad.fa-expand:after {
  content: "\f065\f065";
}

.fa-duotone.fa-expand-wide:after,
.fad.fa-expand-wide:after {
  content: "\f320\f320";
}

.fa-duotone.fa-eye:after,
.fad.fa-eye:after {
  content: "\f06e\f06e";
}

.fa-duotone.fa-eye-dropper-empty:after,
.fa-duotone.fa-eye-dropper:after,
.fa-duotone.fa-eyedropper:after,
.fad.fa-eye-dropper-empty:after,
.fad.fa-eye-dropper:after,
.fad.fa-eyedropper:after {
  content: "\f1fb\f1fb";
}

.fa-duotone.fa-eye-dropper-full:after,
.fad.fa-eye-dropper-full:after {
  content: "\e172\e172";
}

.fa-duotone.fa-eye-dropper-half:after,
.fad.fa-eye-dropper-half:after {
  content: "\e173\e173";
}

.fa-duotone.fa-eye-evil:after,
.fad.fa-eye-evil:after {
  content: "\f6db\f6db";
}

.fa-duotone.fa-eye-low-vision:after,
.fa-duotone.fa-low-vision:after,
.fad.fa-eye-low-vision:after,
.fad.fa-low-vision:after {
  content: "\f2a8\f2a8";
}

.fa-duotone.fa-eye-slash:after,
.fad.fa-eye-slash:after {
  content: "\f070\f070";
}

.fa-duotone.fa-eyes:after,
.fad.fa-eyes:after {
  content: "\e367\e367";
}

.fa-duotone.fa-f:after,
.fad.fa-f:after {
  content: "FF";
}

.fa-duotone.fa-angry:after,
.fa-duotone.fa-face-angry:after,
.fad.fa-angry:after,
.fad.fa-face-angry:after {
  content: "\f556\f556";
}

.fa-duotone.fa-face-angry-horns:after,
.fad.fa-face-angry-horns:after {
  content: "\e368\e368";
}

.fa-duotone.fa-face-anguished:after,
.fad.fa-face-anguished:after {
  content: "\e369\e369";
}

.fa-duotone.fa-face-anxious-sweat:after,
.fad.fa-face-anxious-sweat:after {
  content: "\e36a\e36a";
}

.fa-duotone.fa-face-astonished:after,
.fad.fa-face-astonished:after {
  content: "\e36b\e36b";
}

.fa-duotone.fa-face-awesome:after,
.fa-duotone.fa-gave-dandy:after,
.fad.fa-face-awesome:after,
.fad.fa-gave-dandy:after {
  content: "\e409\e409";
}

.fa-duotone.fa-face-beam-hand-over-mouth:after,
.fad.fa-face-beam-hand-over-mouth:after {
  content: "\e47c\e47c";
}

.fa-duotone.fa-face-clouds:after,
.fad.fa-face-clouds:after {
  content: "\e47d\e47d";
}

.fa-duotone.fa-face-confounded:after,
.fad.fa-face-confounded:after {
  content: "\e36c\e36c";
}

.fa-duotone.fa-face-confused:after,
.fad.fa-face-confused:after {
  content: "\e36d\e36d";
}

.fa-duotone.fa-face-cowboy-hat:after,
.fad.fa-face-cowboy-hat:after {
  content: "\e36e\e36e";
}

.fa-duotone.fa-face-diagonal-mouth:after,
.fad.fa-face-diagonal-mouth:after {
  content: "\e47e\e47e";
}

.fa-duotone.fa-face-disappointed:after,
.fad.fa-face-disappointed:after {
  content: "\e36f\e36f";
}

.fa-duotone.fa-face-disguise:after,
.fad.fa-face-disguise:after {
  content: "\e370\e370";
}

.fa-duotone.fa-dizzy:after,
.fa-duotone.fa-face-dizzy:after,
.fad.fa-dizzy:after,
.fad.fa-face-dizzy:after {
  content: "\f567\f567";
}

.fa-duotone.fa-face-dotted:after,
.fad.fa-face-dotted:after {
  content: "\e47f\e47f";
}

.fa-duotone.fa-face-downcast-sweat:after,
.fad.fa-face-downcast-sweat:after {
  content: "\e371\e371";
}

.fa-duotone.fa-face-drooling:after,
.fad.fa-face-drooling:after {
  content: "\e372\e372";
}

.fa-duotone.fa-face-exhaling:after,
.fad.fa-face-exhaling:after {
  content: "\e480\e480";
}

.fa-duotone.fa-exploding-head:after,
.fa-duotone.fa-face-explode:after,
.fad.fa-exploding-head:after,
.fad.fa-face-explode:after {
  content: "\e2fe\e2fe";
}

.fa-duotone.fa-face-expressionless:after,
.fad.fa-face-expressionless:after {
  content: "\e373\e373";
}

.fa-duotone.fa-face-eyes-xmarks:after,
.fad.fa-face-eyes-xmarks:after {
  content: "\e374\e374";
}

.fa-duotone.fa-face-fearful:after,
.fad.fa-face-fearful:after {
  content: "\e375\e375";
}

.fa-duotone.fa-face-flushed:after,
.fa-duotone.fa-flushed:after,
.fad.fa-face-flushed:after,
.fad.fa-flushed:after {
  content: "\f579\f579";
}

.fa-duotone.fa-face-frown:after,
.fa-duotone.fa-frown:after,
.fad.fa-face-frown:after,
.fad.fa-frown:after {
  content: "\f119\f119";
}

.fa-duotone.fa-face-frown-open:after,
.fa-duotone.fa-frown-open:after,
.fad.fa-face-frown-open:after,
.fad.fa-frown-open:after {
  content: "\f57a\f57a";
}

.fa-duotone.fa-face-frown-slight:after,
.fad.fa-face-frown-slight:after {
  content: "\e376\e376";
}

.fa-duotone.fa-face-glasses:after,
.fad.fa-face-glasses:after {
  content: "\e377\e377";
}

.fa-duotone.fa-face-grimace:after,
.fa-duotone.fa-grimace:after,
.fad.fa-face-grimace:after,
.fad.fa-grimace:after {
  content: "\f57f\f57f";
}

.fa-duotone.fa-face-grin:after,
.fa-duotone.fa-grin:after,
.fad.fa-face-grin:after,
.fad.fa-grin:after {
  content: "\f580\f580";
}

.fa-duotone.fa-face-grin-beam:after,
.fa-duotone.fa-grin-beam:after,
.fad.fa-face-grin-beam:after,
.fad.fa-grin-beam:after {
  content: "\f582\f582";
}

.fa-duotone.fa-face-grin-beam-sweat:after,
.fa-duotone.fa-grin-beam-sweat:after,
.fad.fa-face-grin-beam-sweat:after,
.fad.fa-grin-beam-sweat:after {
  content: "\f583\f583";
}

.fa-duotone.fa-face-grin-hearts:after,
.fa-duotone.fa-grin-hearts:after,
.fad.fa-face-grin-hearts:after,
.fad.fa-grin-hearts:after {
  content: "\f584\f584";
}

.fa-duotone.fa-face-grin-squint:after,
.fa-duotone.fa-grin-squint:after,
.fad.fa-face-grin-squint:after,
.fad.fa-grin-squint:after {
  content: "\f585\f585";
}

.fa-duotone.fa-face-grin-squint-tears:after,
.fa-duotone.fa-grin-squint-tears:after,
.fad.fa-face-grin-squint-tears:after,
.fad.fa-grin-squint-tears:after {
  content: "\f586\f586";
}

.fa-duotone.fa-face-grin-stars:after,
.fa-duotone.fa-grin-stars:after,
.fad.fa-face-grin-stars:after,
.fad.fa-grin-stars:after {
  content: "\f587\f587";
}

.fa-duotone.fa-face-grin-tears:after,
.fa-duotone.fa-grin-tears:after,
.fad.fa-face-grin-tears:after,
.fad.fa-grin-tears:after {
  content: "\f588\f588";
}

.fa-duotone.fa-face-grin-tongue:after,
.fa-duotone.fa-grin-tongue:after,
.fad.fa-face-grin-tongue:after,
.fad.fa-grin-tongue:after {
  content: "\f589\f589";
}

.fa-duotone.fa-face-grin-tongue-squint:after,
.fa-duotone.fa-grin-tongue-squint:after,
.fad.fa-face-grin-tongue-squint:after,
.fad.fa-grin-tongue-squint:after {
  content: "\f58a\f58a";
}

.fa-duotone.fa-face-grin-tongue-wink:after,
.fa-duotone.fa-grin-tongue-wink:after,
.fad.fa-face-grin-tongue-wink:after,
.fad.fa-grin-tongue-wink:after {
  content: "\f58b\f58b";
}

.fa-duotone.fa-face-grin-wide:after,
.fa-duotone.fa-grin-alt:after,
.fad.fa-face-grin-wide:after,
.fad.fa-grin-alt:after {
  content: "\f581\f581";
}

.fa-duotone.fa-face-grin-wink:after,
.fa-duotone.fa-grin-wink:after,
.fad.fa-face-grin-wink:after,
.fad.fa-grin-wink:after {
  content: "\f58c\f58c";
}

.fa-duotone.fa-face-hand-over-mouth:after,
.fad.fa-face-hand-over-mouth:after {
  content: "\e378\e378";
}

.fa-duotone.fa-face-hand-peeking:after,
.fad.fa-face-hand-peeking:after {
  content: "\e481\e481";
}

.fa-duotone.fa-face-hand-yawn:after,
.fad.fa-face-hand-yawn:after {
  content: "\e379\e379";
}

.fa-duotone.fa-face-head-bandage:after,
.fad.fa-face-head-bandage:after {
  content: "\e37a\e37a";
}

.fa-duotone.fa-face-holding-back-tears:after,
.fad.fa-face-holding-back-tears:after {
  content: "\e482\e482";
}

.fa-duotone.fa-face-hushed:after,
.fad.fa-face-hushed:after {
  content: "\e37b\e37b";
}

.fa-duotone.fa-face-icicles:after,
.fad.fa-face-icicles:after {
  content: "\e37c\e37c";
}

.fa-duotone.fa-face-kiss:after,
.fa-duotone.fa-kiss:after,
.fad.fa-face-kiss:after,
.fad.fa-kiss:after {
  content: "\f596\f596";
}

.fa-duotone.fa-face-kiss-beam:after,
.fa-duotone.fa-kiss-beam:after,
.fad.fa-face-kiss-beam:after,
.fad.fa-kiss-beam:after {
  content: "\f597\f597";
}

.fa-duotone.fa-face-kiss-closed-eyes:after,
.fad.fa-face-kiss-closed-eyes:after {
  content: "\e37d\e37d";
}

.fa-duotone.fa-face-kiss-wink-heart:after,
.fa-duotone.fa-kiss-wink-heart:after,
.fad.fa-face-kiss-wink-heart:after,
.fad.fa-kiss-wink-heart:after {
  content: "\f598\f598";
}

.fa-duotone.fa-face-laugh:after,
.fa-duotone.fa-laugh:after,
.fad.fa-face-laugh:after,
.fad.fa-laugh:after {
  content: "\f599\f599";
}

.fa-duotone.fa-face-laugh-beam:after,
.fa-duotone.fa-laugh-beam:after,
.fad.fa-face-laugh-beam:after,
.fad.fa-laugh-beam:after {
  content: "\f59a\f59a";
}

.fa-duotone.fa-face-laugh-squint:after,
.fa-duotone.fa-laugh-squint:after,
.fad.fa-face-laugh-squint:after,
.fad.fa-laugh-squint:after {
  content: "\f59b\f59b";
}

.fa-duotone.fa-face-laugh-wink:after,
.fa-duotone.fa-laugh-wink:after,
.fad.fa-face-laugh-wink:after,
.fad.fa-laugh-wink:after {
  content: "\f59c\f59c";
}

.fa-duotone.fa-face-lying:after,
.fad.fa-face-lying:after {
  content: "\e37e\e37e";
}

.fa-duotone.fa-face-mask:after,
.fad.fa-face-mask:after {
  content: "\e37f\e37f";
}

.fa-duotone.fa-face-meh:after,
.fa-duotone.fa-meh:after,
.fad.fa-face-meh:after,
.fad.fa-meh:after {
  content: "\f11a\f11a";
}

.fa-duotone.fa-face-meh-blank:after,
.fa-duotone.fa-meh-blank:after,
.fad.fa-face-meh-blank:after,
.fad.fa-meh-blank:after {
  content: "\f5a4\f5a4";
}

.fa-duotone.fa-face-melting:after,
.fad.fa-face-melting:after {
  content: "\e483\e483";
}

.fa-duotone.fa-face-monocle:after,
.fad.fa-face-monocle:after {
  content: "\e380\e380";
}

.fa-duotone.fa-face-nauseated:after,
.fad.fa-face-nauseated:after {
  content: "\e381\e381";
}

.fa-duotone.fa-face-nose-steam:after,
.fad.fa-face-nose-steam:after {
  content: "\e382\e382";
}

.fa-duotone.fa-face-party:after,
.fad.fa-face-party:after {
  content: "\e383\e383";
}

.fa-duotone.fa-face-pensive:after,
.fad.fa-face-pensive:after {
  content: "\e384\e384";
}

.fa-duotone.fa-face-persevering:after,
.fad.fa-face-persevering:after {
  content: "\e385\e385";
}

.fa-duotone.fa-face-pleading:after,
.fad.fa-face-pleading:after {
  content: "\e386\e386";
}

.fa-duotone.fa-face-pouting:after,
.fad.fa-face-pouting:after {
  content: "\e387\e387";
}

.fa-duotone.fa-face-raised-eyebrow:after,
.fad.fa-face-raised-eyebrow:after {
  content: "\e388\e388";
}

.fa-duotone.fa-face-relieved:after,
.fad.fa-face-relieved:after {
  content: "\e389\e389";
}

.fa-duotone.fa-face-rolling-eyes:after,
.fa-duotone.fa-meh-rolling-eyes:after,
.fad.fa-face-rolling-eyes:after,
.fad.fa-meh-rolling-eyes:after {
  content: "\f5a5\f5a5";
}

.fa-duotone.fa-face-sad-cry:after,
.fa-duotone.fa-sad-cry:after,
.fad.fa-face-sad-cry:after,
.fad.fa-sad-cry:after {
  content: "\f5b3\f5b3";
}

.fa-duotone.fa-face-sad-sweat:after,
.fad.fa-face-sad-sweat:after {
  content: "\e38a\e38a";
}

.fa-duotone.fa-face-sad-tear:after,
.fa-duotone.fa-sad-tear:after,
.fad.fa-face-sad-tear:after,
.fad.fa-sad-tear:after {
  content: "\f5b4\f5b4";
}

.fa-duotone.fa-face-saluting:after,
.fad.fa-face-saluting:after {
  content: "\e484\e484";
}

.fa-duotone.fa-face-scream:after,
.fad.fa-face-scream:after {
  content: "\e38b\e38b";
}

.fa-duotone.fa-face-shush:after,
.fad.fa-face-shush:after {
  content: "\e38c\e38c";
}

.fa-duotone.fa-face-sleeping:after,
.fad.fa-face-sleeping:after {
  content: "\e38d\e38d";
}

.fa-duotone.fa-face-sleepy:after,
.fad.fa-face-sleepy:after {
  content: "\e38e\e38e";
}

.fa-duotone.fa-face-smile:after,
.fa-duotone.fa-smile:after,
.fad.fa-face-smile:after,
.fad.fa-smile:after {
  content: "\f118\f118";
}

.fa-duotone.fa-face-smile-beam:after,
.fa-duotone.fa-smile-beam:after,
.fad.fa-face-smile-beam:after,
.fad.fa-smile-beam:after {
  content: "\f5b8\f5b8";
}

.fa-duotone.fa-face-smile-halo:after,
.fad.fa-face-smile-halo:after {
  content: "\e38f\e38f";
}

.fa-duotone.fa-face-smile-hearts:after,
.fad.fa-face-smile-hearts:after {
  content: "\e390\e390";
}

.fa-duotone.fa-face-smile-horns:after,
.fad.fa-face-smile-horns:after {
  content: "\e391\e391";
}

.fa-duotone.fa-face-smile-plus:after,
.fa-duotone.fa-smile-plus:after,
.fad.fa-face-smile-plus:after,
.fad.fa-smile-plus:after {
  content: "\f5b9\f5b9";
}

.fa-duotone.fa-face-smile-relaxed:after,
.fad.fa-face-smile-relaxed:after {
  content: "\e392\e392";
}

.fa-duotone.fa-face-smile-tear:after,
.fad.fa-face-smile-tear:after {
  content: "\e393\e393";
}

.fa-duotone.fa-face-smile-tongue:after,
.fad.fa-face-smile-tongue:after {
  content: "\e394\e394";
}

.fa-duotone.fa-face-smile-upside-down:after,
.fad.fa-face-smile-upside-down:after {
  content: "\e395\e395";
}

.fa-duotone.fa-face-smile-wink:after,
.fa-duotone.fa-smile-wink:after,
.fad.fa-face-smile-wink:after,
.fad.fa-smile-wink:after {
  content: "\f4da\f4da";
}

.fa-duotone.fa-face-smiling-hands:after,
.fad.fa-face-smiling-hands:after {
  content: "\e396\e396";
}

.fa-duotone.fa-face-smirking:after,
.fad.fa-face-smirking:after {
  content: "\e397\e397";
}

.fa-duotone.fa-face-spiral-eyes:after,
.fad.fa-face-spiral-eyes:after {
  content: "\e485\e485";
}

.fa-duotone.fa-face-sunglasses:after,
.fad.fa-face-sunglasses:after {
  content: "\e398\e398";
}

.fa-duotone.fa-face-surprise:after,
.fa-duotone.fa-surprise:after,
.fad.fa-face-surprise:after,
.fad.fa-surprise:after {
  content: "\f5c2\f5c2";
}

.fa-duotone.fa-face-swear:after,
.fad.fa-face-swear:after {
  content: "\e399\e399";
}

.fa-duotone.fa-face-thermometer:after,
.fad.fa-face-thermometer:after {
  content: "\e39a\e39a";
}

.fa-duotone.fa-face-thinking:after,
.fad.fa-face-thinking:after {
  content: "\e39b\e39b";
}

.fa-duotone.fa-face-tired:after,
.fa-duotone.fa-tired:after,
.fad.fa-face-tired:after,
.fad.fa-tired:after {
  content: "\f5c8\f5c8";
}

.fa-duotone.fa-face-tissue:after,
.fad.fa-face-tissue:after {
  content: "\e39c\e39c";
}

.fa-duotone.fa-face-tongue-money:after,
.fad.fa-face-tongue-money:after {
  content: "\e39d\e39d";
}

.fa-duotone.fa-face-tongue-sweat:after,
.fad.fa-face-tongue-sweat:after {
  content: "\e39e\e39e";
}

.fa-duotone.fa-face-unamused:after,
.fad.fa-face-unamused:after {
  content: "\e39f\e39f";
}

.fa-duotone.fa-face-viewfinder:after,
.fad.fa-face-viewfinder:after {
  content: "\e2ff\e2ff";
}

.fa-duotone.fa-face-vomit:after,
.fad.fa-face-vomit:after {
  content: "\e3a0\e3a0";
}

.fa-duotone.fa-face-weary:after,
.fad.fa-face-weary:after {
  content: "\e3a1\e3a1";
}

.fa-duotone.fa-face-woozy:after,
.fad.fa-face-woozy:after {
  content: "\e3a2\e3a2";
}

.fa-duotone.fa-face-worried:after,
.fad.fa-face-worried:after {
  content: "\e3a3\e3a3";
}

.fa-duotone.fa-face-zany:after,
.fad.fa-face-zany:after {
  content: "\e3a4\e3a4";
}

.fa-duotone.fa-face-zipper:after,
.fad.fa-face-zipper:after {
  content: "\e3a5\e3a5";
}

.fa-duotone.fa-falafel:after,
.fad.fa-falafel:after {
  content: "\e40a\e40a";
}

.fa-duotone.fa-family:after,
.fad.fa-family:after {
  content: "\e300\e300";
}

.fa-duotone.fa-family-dress:after,
.fad.fa-family-dress:after {
  content: "\e301\e301";
}

.fa-duotone.fa-family-pants:after,
.fad.fa-family-pants:after {
  content: "\e302\e302";
}

.fa-duotone.fa-fan:after,
.fad.fa-fan:after {
  content: "\f863\f863";
}

.fa-duotone.fa-fan-table:after,
.fad.fa-fan-table:after {
  content: "\e004\e004";
}

.fa-duotone.fa-barn-silo:after,
.fa-duotone.fa-farm:after,
.fad.fa-barn-silo:after,
.fad.fa-farm:after {
  content: "\f864\f864";
}

.fa-duotone.fa-faucet:after,
.fad.fa-faucet:after {
  content: "\e005\e005";
}

.fa-duotone.fa-faucet-drip:after,
.fad.fa-faucet-drip:after {
  content: "\e006\e006";
}

.fa-duotone.fa-fax:after,
.fad.fa-fax:after {
  content: "\f1ac\f1ac";
}

.fa-duotone.fa-feather:after,
.fad.fa-feather:after {
  content: "\f52d\f52d";
}

.fa-duotone.fa-feather-alt:after,
.fa-duotone.fa-feather-pointed:after,
.fad.fa-feather-alt:after,
.fad.fa-feather-pointed:after {
  content: "\f56b\f56b";
}

.fa-duotone.fa-fence:after,
.fad.fa-fence:after {
  content: "\e303\e303";
}

.fa-duotone.fa-ferris-wheel:after,
.fad.fa-ferris-wheel:after {
  content: "\e174\e174";
}

.fa-duotone.fa-field-hockey-stick-ball:after,
.fa-duotone.fa-field-hockey:after,
.fad.fa-field-hockey-stick-ball:after,
.fad.fa-field-hockey:after {
  content: "\f44c\f44c";
}

.fa-duotone.fa-file:after,
.fad.fa-file:after {
  content: "\f15b\f15b";
}

.fa-duotone.fa-file-arrow-down:after,
.fa-duotone.fa-file-download:after,
.fad.fa-file-arrow-down:after,
.fad.fa-file-download:after {
  content: "\f56d\f56d";
}

.fa-duotone.fa-file-arrow-up:after,
.fa-duotone.fa-file-upload:after,
.fad.fa-file-arrow-up:after,
.fad.fa-file-upload:after {
  content: "\f574\f574";
}

.fa-duotone.fa-file-audio:after,
.fad.fa-file-audio:after {
  content: "\f1c7\f1c7";
}

.fa-duotone.fa-file-binary:after,
.fad.fa-file-binary:after {
  content: "\e175\e175";
}

.fa-duotone.fa-file-award:after,
.fa-duotone.fa-file-certificate:after,
.fad.fa-file-award:after,
.fad.fa-file-certificate:after {
  content: "\f5f3\f5f3";
}

.fa-duotone.fa-file-chart-column:after,
.fa-duotone.fa-file-chart-line:after,
.fad.fa-file-chart-column:after,
.fad.fa-file-chart-line:after {
  content: "\f659\f659";
}

.fa-duotone.fa-file-chart-pie:after,
.fad.fa-file-chart-pie:after {
  content: "\f65a\f65a";
}

.fa-duotone.fa-file-check:after,
.fad.fa-file-check:after {
  content: "\f316\f316";
}

.fa-duotone.fa-file-circle-info:after,
.fad.fa-file-circle-info:after {
  content: "\e493\e493";
}

.fa-duotone.fa-file-circle-plus:after,
.fad.fa-file-circle-plus:after {
  content: "\e494\e494";
}

.fa-duotone.fa-file-code:after,
.fad.fa-file-code:after {
  content: "\f1c9\f1c9";
}

.fa-duotone.fa-file-contract:after,
.fad.fa-file-contract:after {
  content: "\f56c\f56c";
}

.fa-duotone.fa-file-csv:after,
.fad.fa-file-csv:after {
  content: "\f6dd\f6dd";
}

.fa-duotone.fa-file-dashed-line:after,
.fa-duotone.fa-page-break:after,
.fad.fa-file-dashed-line:after,
.fad.fa-page-break:after {
  content: "\f877\f877";
}

.fa-duotone.fa-file-excel:after,
.fad.fa-file-excel:after {
  content: "\f1c3\f1c3";
}

.fa-duotone.fa-file-exclamation:after,
.fad.fa-file-exclamation:after {
  content: "\f31a\f31a";
}

.fa-duotone.fa-arrow-right-from-file:after,
.fa-duotone.fa-file-export:after,
.fad.fa-arrow-right-from-file:after,
.fad.fa-file-export:after {
  content: "\f56e\f56e";
}

.fa-duotone.fa-file-heart:after,
.fad.fa-file-heart:after {
  content: "\e176\e176";
}

.fa-duotone.fa-file-image:after,
.fad.fa-file-image:after {
  content: "\f1c5\f1c5";
}

.fa-duotone.fa-arrow-right-to-file:after,
.fa-duotone.fa-file-import:after,
.fad.fa-arrow-right-to-file:after,
.fad.fa-file-import:after {
  content: "\f56f\f56f";
}

.fa-duotone.fa-file-invoice:after,
.fad.fa-file-invoice:after {
  content: "\f570\f570";
}

.fa-duotone.fa-file-invoice-dollar:after,
.fad.fa-file-invoice-dollar:after {
  content: "\f571\f571";
}

.fa-duotone.fa-file-alt:after,
.fa-duotone.fa-file-lines:after,
.fa-duotone.fa-file-text:after,
.fad.fa-file-alt:after,
.fad.fa-file-lines:after,
.fad.fa-file-text:after {
  content: "\f15c\f15c";
}

.fa-duotone.fa-file-lock:after,
.fad.fa-file-lock:after {
  content: "\e3a6\e3a6";
}

.fa-duotone.fa-file-magnifying-glass:after,
.fa-duotone.fa-file-search:after,
.fad.fa-file-magnifying-glass:after,
.fad.fa-file-search:after {
  content: "\f865\f865";
}

.fa-duotone.fa-file-medical:after,
.fad.fa-file-medical:after {
  content: "\f477\f477";
}

.fa-duotone.fa-file-minus:after,
.fad.fa-file-minus:after {
  content: "\f318\f318";
}

.fa-duotone.fa-file-music:after,
.fad.fa-file-music:after {
  content: "\f8b6\f8b6";
}

.fa-duotone.fa-file-pdf:after,
.fad.fa-file-pdf:after {
  content: "\f1c1\f1c1";
}

.fa-duotone.fa-file-edit:after,
.fa-duotone.fa-file-pen:after,
.fad.fa-file-edit:after,
.fad.fa-file-pen:after {
  content: "\f31c\f31c";
}

.fa-duotone.fa-file-plus:after,
.fad.fa-file-plus:after {
  content: "\f319\f319";
}

.fa-duotone.fa-file-plus-minus:after,
.fad.fa-file-plus-minus:after {
  content: "\e177\e177";
}

.fa-duotone.fa-file-powerpoint:after,
.fad.fa-file-powerpoint:after {
  content: "\f1c4\f1c4";
}

.fa-duotone.fa-file-prescription:after,
.fad.fa-file-prescription:after {
  content: "\f572\f572";
}

.fa-duotone.fa-file-signature:after,
.fad.fa-file-signature:after {
  content: "\f573\f573";
}

.fa-duotone.fa-file-slash:after,
.fad.fa-file-slash:after {
  content: "\e3a7\e3a7";
}

.fa-duotone.fa-file-spreadsheet:after,
.fad.fa-file-spreadsheet:after {
  content: "\f65b\f65b";
}

.fa-duotone.fa-file-user:after,
.fad.fa-file-user:after {
  content: "\f65c\f65c";
}

.fa-duotone.fa-file-video:after,
.fad.fa-file-video:after {
  content: "\f1c8\f1c8";
}

.fa-duotone.fa-file-medical-alt:after,
.fa-duotone.fa-file-waveform:after,
.fad.fa-file-medical-alt:after,
.fad.fa-file-waveform:after {
  content: "\f478\f478";
}

.fa-duotone.fa-file-word:after,
.fad.fa-file-word:after {
  content: "\f1c2\f1c2";
}

.fa-duotone.fa-file-times:after,
.fa-duotone.fa-file-xmark:after,
.fad.fa-file-times:after,
.fad.fa-file-xmark:after {
  content: "\f317\f317";
}

.fa-duotone.fa-file-archive:after,
.fa-duotone.fa-file-zipper:after,
.fad.fa-file-archive:after,
.fad.fa-file-zipper:after {
  content: "\f1c6\f1c6";
}

.fa-duotone.fa-files:after,
.fad.fa-files:after {
  content: "\e178\e178";
}

.fa-duotone.fa-files-medical:after,
.fad.fa-files-medical:after {
  content: "\f7fd\f7fd";
}

.fa-duotone.fa-fill:after,
.fad.fa-fill:after {
  content: "\f575\f575";
}

.fa-duotone.fa-fill-drip:after,
.fad.fa-fill-drip:after {
  content: "\f576\f576";
}

.fa-duotone.fa-film:after,
.fad.fa-film:after {
  content: "\f008\f008";
}

.fa-duotone.fa-film-canister:after,
.fad.fa-film-canister:after {
  content: "\f8b7\f8b7";
}

.fa-duotone.fa-film-alt:after,
.fa-duotone.fa-film-simple:after,
.fad.fa-film-alt:after,
.fad.fa-film-simple:after {
  content: "\f3a0\f3a0";
}

.fa-duotone.fa-film-slash:after,
.fad.fa-film-slash:after {
  content: "\e179\e179";
}

.fa-duotone.fa-films:after,
.fad.fa-films:after {
  content: "\e17a\e17a";
}

.fa-duotone.fa-filter:after,
.fad.fa-filter:after {
  content: "\f0b0\f0b0";
}

.fa-duotone.fa-filter-circle-dollar:after,
.fa-duotone.fa-funnel-dollar:after,
.fad.fa-filter-circle-dollar:after,
.fad.fa-funnel-dollar:after {
  content: "\f662\f662";
}

.fa-duotone.fa-filter-circle-xmark:after,
.fad.fa-filter-circle-xmark:after {
  content: "\e17b\e17b";
}

.fa-duotone.fa-filter-list:after,
.fad.fa-filter-list:after {
  content: "\e17c\e17c";
}

.fa-duotone.fa-filter-slash:after,
.fad.fa-filter-slash:after {
  content: "\e17d\e17d";
}

.fa-duotone.fa-filters:after,
.fad.fa-filters:after {
  content: "\e17e\e17e";
}

.fa-duotone.fa-fingerprint:after,
.fad.fa-fingerprint:after {
  content: "\f577\f577";
}

.fa-duotone.fa-fire:after,
.fad.fa-fire:after {
  content: "\f06d\f06d";
}

.fa-duotone.fa-fire-extinguisher:after,
.fad.fa-fire-extinguisher:after {
  content: "\f134\f134";
}

.fa-duotone.fa-fire-flame:after,
.fa-duotone.fa-flame:after,
.fad.fa-fire-flame:after,
.fad.fa-flame:after {
  content: "\f6df\f6df";
}

.fa-duotone.fa-fire-alt:after,
.fa-duotone.fa-fire-flame-curved:after,
.fad.fa-fire-alt:after,
.fad.fa-fire-flame-curved:after {
  content: "\f7e4\f7e4";
}

.fa-duotone.fa-burn:after,
.fa-duotone.fa-fire-flame-simple:after,
.fad.fa-burn:after,
.fad.fa-fire-flame-simple:after {
  content: "\f46a\f46a";
}

.fa-duotone.fa-fire-hydrant:after,
.fad.fa-fire-hydrant:after {
  content: "\e17f\e17f";
}

.fa-duotone.fa-fire-smoke:after,
.fad.fa-fire-smoke:after {
  content: "\f74b\f74b";
}

.fa-duotone.fa-fireplace:after,
.fad.fa-fireplace:after {
  content: "\f79a\f79a";
}

.fa-duotone.fa-fish:after,
.fad.fa-fish:after {
  content: "\f578\f578";
}

.fa-duotone.fa-fish-bones:after,
.fad.fa-fish-bones:after {
  content: "\e304\e304";
}

.fa-duotone.fa-fish-cooked:after,
.fad.fa-fish-cooked:after {
  content: "\f7fe\f7fe";
}

.fa-duotone.fa-fishing-rod:after,
.fad.fa-fishing-rod:after {
  content: "\e3a8\e3a8";
}

.fa-duotone.fa-flag:after,
.fad.fa-flag:after {
  content: "\f024\f024";
}

.fa-duotone.fa-flag-checkered:after,
.fad.fa-flag-checkered:after {
  content: "\f11e\f11e";
}

.fa-duotone.fa-flag-pennant:after,
.fa-duotone.fa-pennant:after,
.fad.fa-flag-pennant:after,
.fad.fa-pennant:after {
  content: "\f456\f456";
}

.fa-duotone.fa-flag-alt:after,
.fa-duotone.fa-flag-swallowtail:after,
.fad.fa-flag-alt:after,
.fad.fa-flag-swallowtail:after {
  content: "\f74c\f74c";
}

.fa-duotone.fa-flag-usa:after,
.fad.fa-flag-usa:after {
  content: "\f74d\f74d";
}

.fa-duotone.fa-flashlight:after,
.fad.fa-flashlight:after {
  content: "\f8b8\f8b8";
}

.fa-duotone.fa-flask:after,
.fad.fa-flask:after {
  content: "\f0c3\f0c3";
}

.fa-duotone.fa-flask-poison:after,
.fa-duotone.fa-flask-round-poison:after,
.fad.fa-flask-poison:after,
.fad.fa-flask-round-poison:after {
  content: "\f6e0\f6e0";
}

.fa-duotone.fa-flask-potion:after,
.fa-duotone.fa-flask-round-potion:after,
.fad.fa-flask-potion:after,
.fad.fa-flask-round-potion:after {
  content: "\f6e1\f6e1";
}

.fa-duotone.fa-flatbread:after,
.fad.fa-flatbread:after {
  content: "\e40b\e40b";
}

.fa-duotone.fa-flatbread-stuffed:after,
.fad.fa-flatbread-stuffed:after {
  content: "\e40c\e40c";
}

.fa-duotone.fa-floppy-disk:after,
.fa-duotone.fa-save:after,
.fad.fa-floppy-disk:after,
.fad.fa-save:after {
  content: "\f0c7\f0c7";
}

.fa-duotone.fa-floppy-disk-circle-arrow-right:after,
.fa-duotone.fa-save-circle-arrow-right:after,
.fad.fa-floppy-disk-circle-arrow-right:after,
.fad.fa-save-circle-arrow-right:after {
  content: "\e180\e180";
}

.fa-duotone.fa-floppy-disk-circle-xmark:after,
.fa-duotone.fa-floppy-disk-times:after,
.fa-duotone.fa-save-circle-xmark:after,
.fa-duotone.fa-save-times:after,
.fad.fa-floppy-disk-circle-xmark:after,
.fad.fa-floppy-disk-times:after,
.fad.fa-save-circle-xmark:after,
.fad.fa-save-times:after {
  content: "\e181\e181";
}

.fa-duotone.fa-floppy-disk-pen:after,
.fad.fa-floppy-disk-pen:after {
  content: "\e182\e182";
}

.fa-duotone.fa-floppy-disks:after,
.fad.fa-floppy-disks:after {
  content: "\e183\e183";
}

.fa-duotone.fa-florin-sign:after,
.fad.fa-florin-sign:after {
  content: "\e184\e184";
}

.fa-duotone.fa-flower:after,
.fad.fa-flower:after {
  content: "\f7ff\f7ff";
}

.fa-duotone.fa-flower-daffodil:after,
.fad.fa-flower-daffodil:after {
  content: "\f800\f800";
}

.fa-duotone.fa-flower-tulip:after,
.fad.fa-flower-tulip:after {
  content: "\f801\f801";
}

.fa-duotone.fa-flute:after,
.fad.fa-flute:after {
  content: "\f8b9\f8b9";
}

.fa-duotone.fa-flux-capacitor:after,
.fad.fa-flux-capacitor:after {
  content: "\f8ba\f8ba";
}

.fa-duotone.fa-flying-disc:after,
.fad.fa-flying-disc:after {
  content: "\e3a9\e3a9";
}

.fa-duotone.fa-folder:after,
.fad.fa-folder:after {
  content: "\f07b\f07b";
}

.fa-duotone.fa-folder-arrow-down:after,
.fa-duotone.fa-folder-download:after,
.fad.fa-folder-arrow-down:after,
.fad.fa-folder-download:after {
  content: "\e053\e053";
}

.fa-duotone.fa-folder-arrow-up:after,
.fa-duotone.fa-folder-upload:after,
.fad.fa-folder-arrow-up:after,
.fad.fa-folder-upload:after {
  content: "\e054\e054";
}

.fa-duotone.fa-folder-blank:after,
.fad.fa-folder-blank:after {
  content: "\e185\e185";
}

.fa-duotone.fa-folder-bookmark:after,
.fad.fa-folder-bookmark:after {
  content: "\e186\e186";
}

.fa-duotone.fa-folder-cog:after,
.fa-duotone.fa-folder-gear:after,
.fad.fa-folder-cog:after,
.fad.fa-folder-gear:after {
  content: "\e187\e187";
}

.fa-duotone.fa-folder-grid:after,
.fad.fa-folder-grid:after {
  content: "\e188\e188";
}

.fa-duotone.fa-folder-heart:after,
.fad.fa-folder-heart:after {
  content: "\e189\e189";
}

.fa-duotone.fa-folder-image:after,
.fad.fa-folder-image:after {
  content: "\e18a\e18a";
}

.fa-duotone.fa-folder-magnifying-glass:after,
.fa-duotone.fa-folder-search:after,
.fad.fa-folder-magnifying-glass:after,
.fad.fa-folder-search:after {
  content: "\e18b\e18b";
}

.fa-duotone.fa-folder-medical:after,
.fad.fa-folder-medical:after {
  content: "\e18c\e18c";
}

.fa-duotone.fa-folder-minus:after,
.fad.fa-folder-minus:after {
  content: "\f65d\f65d";
}

.fa-duotone.fa-folder-music:after,
.fad.fa-folder-music:after {
  content: "\e18d\e18d";
}

.fa-duotone.fa-folder-open:after,
.fad.fa-folder-open:after {
  content: "\f07c\f07c";
}

.fa-duotone.fa-folder-plus:after,
.fad.fa-folder-plus:after {
  content: "\f65e\f65e";
}

.fa-duotone.fa-folder-tree:after,
.fad.fa-folder-tree:after {
  content: "\f802\f802";
}

.fa-duotone.fa-folder-user:after,
.fad.fa-folder-user:after {
  content: "\e18e\e18e";
}

.fa-duotone.fa-folder-times:after,
.fa-duotone.fa-folder-xmark:after,
.fad.fa-folder-times:after,
.fad.fa-folder-xmark:after {
  content: "\f65f\f65f";
}

.fa-duotone.fa-folders:after,
.fad.fa-folders:after {
  content: "\f660\f660";
}

.fa-duotone.fa-fondue-pot:after,
.fad.fa-fondue-pot:after {
  content: "\e40d\e40d";
}

.fa-duotone.fa-font:after,
.fad.fa-font:after {
  content: "\f031\f031";
}

.fa-duotone.fa-font-awesome-flag:after,
.fa-duotone.fa-font-awesome-logo-full:after,
.fa-duotone.fa-font-awesome:after,
.fad.fa-font-awesome-flag:after,
.fad.fa-font-awesome-logo-full:after,
.fad.fa-font-awesome:after {
  content: "\f2b4\f2b4";
}

.fa-duotone.fa-font-case:after,
.fad.fa-font-case:after {
  content: "\f866\f866";
}

.fa-duotone.fa-football-ball:after,
.fa-duotone.fa-football:after,
.fad.fa-football-ball:after,
.fad.fa-football:after {
  content: "\f44e\f44e";
}

.fa-duotone.fa-football-helmet:after,
.fad.fa-football-helmet:after {
  content: "\f44f\f44f";
}

.fa-duotone.fa-fork:after,
.fa-duotone.fa-utensil-fork:after,
.fad.fa-fork:after,
.fad.fa-utensil-fork:after {
  content: "\f2e3\f2e3";
}

.fa-duotone.fa-fork-knife:after,
.fa-duotone.fa-utensils-alt:after,
.fad.fa-fork-knife:after,
.fad.fa-utensils-alt:after {
  content: "\f2e6\f2e6";
}

.fa-duotone.fa-forklift:after,
.fad.fa-forklift:after {
  content: "\f47a\f47a";
}

.fa-duotone.fa-fort:after,
.fad.fa-fort:after {
  content: "\e486\e486";
}

.fa-duotone.fa-forward:after,
.fad.fa-forward:after {
  content: "\f04e\f04e";
}

.fa-duotone.fa-fast-forward:after,
.fa-duotone.fa-forward-fast:after,
.fad.fa-fast-forward:after,
.fad.fa-forward-fast:after {
  content: "\f050\f050";
}

.fa-duotone.fa-forward-step:after,
.fa-duotone.fa-step-forward:after,
.fad.fa-forward-step:after,
.fad.fa-step-forward:after {
  content: "\f051\f051";
}

.fa-duotone.fa-frame:after,
.fad.fa-frame:after {
  content: "\e495\e495";
}

.fa-duotone.fa-franc-sign:after,
.fad.fa-franc-sign:after {
  content: "\e18f\e18f";
}

.fa-duotone.fa-french-fries:after,
.fad.fa-french-fries:after {
  content: "\f803\f803";
}

.fa-duotone.fa-frog:after,
.fad.fa-frog:after {
  content: "\f52e\f52e";
}

.fa-duotone.fa-function:after,
.fad.fa-function:after {
  content: "\f661\f661";
}

.fa-duotone.fa-futbol-ball:after,
.fa-duotone.fa-futbol:after,
.fa-duotone.fa-soccer-ball:after,
.fad.fa-futbol-ball:after,
.fad.fa-futbol:after,
.fad.fa-soccer-ball:after {
  content: "\f1e3\f1e3";
}

.fa-duotone.fa-g:after,
.fad.fa-g:after {
  content: "GG";
}

.fa-duotone.fa-galaxy:after,
.fad.fa-galaxy:after {
  content: "\e008\e008";
}

.fa-duotone.fa-gallery-thumbnails:after,
.fad.fa-gallery-thumbnails:after {
  content: "\e3aa\e3aa";
}

.fa-duotone.fa-game-board:after,
.fad.fa-game-board:after {
  content: "\f867\f867";
}

.fa-duotone.fa-game-board-alt:after,
.fa-duotone.fa-game-board-simple:after,
.fad.fa-game-board-alt:after,
.fad.fa-game-board-simple:after {
  content: "\f868\f868";
}

.fa-duotone.fa-game-console-handheld:after,
.fad.fa-game-console-handheld:after {
  content: "\f8bb\f8bb";
}

.fa-duotone.fa-gamepad:after,
.fad.fa-gamepad:after {
  content: "\f11b\f11b";
}

.fa-duotone.fa-gamepad-alt:after,
.fa-duotone.fa-gamepad-modern:after,
.fad.fa-gamepad-alt:after,
.fad.fa-gamepad-modern:after {
  content: "\f8bc\f8bc";
}

.fa-duotone.fa-garage:after,
.fad.fa-garage:after {
  content: "\e009\e009";
}

.fa-duotone.fa-garage-car:after,
.fad.fa-garage-car:after {
  content: "\e00a\e00a";
}

.fa-duotone.fa-garage-open:after,
.fad.fa-garage-open:after {
  content: "\e00b\e00b";
}

.fa-duotone.fa-garlic:after,
.fad.fa-garlic:after {
  content: "\e40e\e40e";
}

.fa-duotone.fa-gas-pump:after,
.fad.fa-gas-pump:after {
  content: "\f52f\f52f";
}

.fa-duotone.fa-gas-pump-slash:after,
.fad.fa-gas-pump-slash:after {
  content: "\f5f4\f5f4";
}

.fa-duotone.fa-dashboard:after,
.fa-duotone.fa-gauge-med:after,
.fa-duotone.fa-gauge:after,
.fa-duotone.fa-tachometer-alt-average:after,
.fad.fa-dashboard:after,
.fad.fa-gauge-med:after,
.fad.fa-gauge:after,
.fad.fa-tachometer-alt-average:after {
  content: "\f624\f624";
}

.fa-duotone.fa-gauge-circle-bolt:after,
.fad.fa-gauge-circle-bolt:after {
  content: "\e496\e496";
}

.fa-duotone.fa-gauge-circle-minus:after,
.fad.fa-gauge-circle-minus:after {
  content: "\e497\e497";
}

.fa-duotone.fa-gauge-circle-plus:after,
.fad.fa-gauge-circle-plus:after {
  content: "\e498\e498";
}

.fa-duotone.fa-gauge-high:after,
.fa-duotone.fa-tachometer-alt-fast:after,
.fa-duotone.fa-tachometer-alt:after,
.fad.fa-gauge-high:after,
.fad.fa-tachometer-alt-fast:after,
.fad.fa-tachometer-alt:after {
  content: "\f625\f625";
}

.fa-duotone.fa-gauge-low:after,
.fa-duotone.fa-tachometer-alt-slow:after,
.fad.fa-gauge-low:after,
.fad.fa-tachometer-alt-slow:after {
  content: "\f627\f627";
}

.fa-duotone.fa-gauge-max:after,
.fa-duotone.fa-tachometer-alt-fastest:after,
.fad.fa-gauge-max:after,
.fad.fa-tachometer-alt-fastest:after {
  content: "\f626\f626";
}

.fa-duotone.fa-gauge-min:after,
.fa-duotone.fa-tachometer-alt-slowest:after,
.fad.fa-gauge-min:after,
.fad.fa-tachometer-alt-slowest:after {
  content: "\f628\f628";
}

.fa-duotone.fa-gauge-simple-med:after,
.fa-duotone.fa-gauge-simple:after,
.fa-duotone.fa-tachometer-average:after,
.fad.fa-gauge-simple-med:after,
.fad.fa-gauge-simple:after,
.fad.fa-tachometer-average:after {
  content: "\f629\f629";
}

.fa-duotone.fa-gauge-simple-high:after,
.fa-duotone.fa-tachometer-fast:after,
.fa-duotone.fa-tachometer:after,
.fad.fa-gauge-simple-high:after,
.fad.fa-tachometer-fast:after,
.fad.fa-tachometer:after {
  content: "\f62a\f62a";
}

.fa-duotone.fa-gauge-simple-low:after,
.fa-duotone.fa-tachometer-slow:after,
.fad.fa-gauge-simple-low:after,
.fad.fa-tachometer-slow:after {
  content: "\f62c\f62c";
}

.fa-duotone.fa-gauge-simple-max:after,
.fa-duotone.fa-tachometer-fastest:after,
.fad.fa-gauge-simple-max:after,
.fad.fa-tachometer-fastest:after {
  content: "\f62b\f62b";
}

.fa-duotone.fa-gauge-simple-min:after,
.fa-duotone.fa-tachometer-slowest:after,
.fad.fa-gauge-simple-min:after,
.fad.fa-tachometer-slowest:after {
  content: "\f62d\f62d";
}

.fa-duotone.fa-gavel:after,
.fa-duotone.fa-legal:after,
.fad.fa-gavel:after,
.fad.fa-legal:after {
  content: "\f0e3\f0e3";
}

.fa-duotone.fa-cog:after,
.fa-duotone.fa-gear:after,
.fad.fa-cog:after,
.fad.fa-gear:after {
  content: "\f013\f013";
}

.fa-duotone.fa-cogs:after,
.fa-duotone.fa-gears:after,
.fad.fa-cogs:after,
.fad.fa-gears:after {
  content: "\f085\f085";
}

.fa-duotone.fa-gem:after,
.fad.fa-gem:after {
  content: "\f3a5\f3a5";
}

.fa-duotone.fa-genderless:after,
.fad.fa-genderless:after {
  content: "\f22d\f22d";
}

.fa-duotone.fa-ghost:after,
.fad.fa-ghost:after {
  content: "\f6e2\f6e2";
}

.fa-duotone.fa-gif:after,
.fad.fa-gif:after {
  content: "\e190\e190";
}

.fa-duotone.fa-gift:after,
.fad.fa-gift:after {
  content: "\f06b\f06b";
}

.fa-duotone.fa-gift-card:after,
.fad.fa-gift-card:after {
  content: "\f663\f663";
}

.fa-duotone.fa-gifts:after,
.fad.fa-gifts:after {
  content: "\f79c\f79c";
}

.fa-duotone.fa-gingerbread-man:after,
.fad.fa-gingerbread-man:after {
  content: "\f79d\f79d";
}

.fa-duotone.fa-glass:after,
.fad.fa-glass:after {
  content: "\f804\f804";
}

.fa-duotone.fa-glass-citrus:after,
.fad.fa-glass-citrus:after {
  content: "\f869\f869";
}

.fa-duotone.fa-glass-empty:after,
.fad.fa-glass-empty:after {
  content: "\e191\e191";
}

.fa-duotone.fa-glass-half-empty:after,
.fa-duotone.fa-glass-half-full:after,
.fa-duotone.fa-glass-half:after,
.fad.fa-glass-half-empty:after,
.fad.fa-glass-half-full:after,
.fad.fa-glass-half:after {
  content: "\e192\e192";
}

.fa-duotone.fa-glasses:after,
.fad.fa-glasses:after {
  content: "\f530\f530";
}

.fa-duotone.fa-glasses-alt:after,
.fa-duotone.fa-glasses-round:after,
.fad.fa-glasses-alt:after,
.fad.fa-glasses-round:after {
  content: "\f5f5\f5f5";
}

.fa-duotone.fa-globe:after,
.fad.fa-globe:after {
  content: "\f0ac\f0ac";
}

.fa-duotone.fa-globe-snow:after,
.fad.fa-globe-snow:after {
  content: "\f7a3\f7a3";
}

.fa-duotone.fa-globe-stand:after,
.fad.fa-globe-stand:after {
  content: "\f5f6\f5f6";
}

.fa-duotone.fa-goal-net:after,
.fad.fa-goal-net:after {
  content: "\e3ab\e3ab";
}

.fa-duotone.fa-golf-ball-tee:after,
.fa-duotone.fa-golf-ball:after,
.fad.fa-golf-ball-tee:after,
.fad.fa-golf-ball:after {
  content: "\f450\f450";
}

.fa-duotone.fa-golf-club:after,
.fad.fa-golf-club:after {
  content: "\f451\f451";
}

.fa-duotone.fa-golf-flag-hole:after,
.fad.fa-golf-flag-hole:after {
  content: "\e3ac\e3ac";
}

.fa-duotone.fa-gopuram:after,
.fad.fa-gopuram:after {
  content: "\f664\f664";
}

.fa-duotone.fa-graduation-cap:after,
.fa-duotone.fa-mortar-board:after,
.fad.fa-graduation-cap:after,
.fad.fa-mortar-board:after {
  content: "\f19d\f19d";
}

.fa-duotone.fa-gramophone:after,
.fad.fa-gramophone:after {
  content: "\f8bd\f8bd";
}

.fa-duotone.fa-grapes:after,
.fad.fa-grapes:after {
  content: "\e306\e306";
}

.fa-duotone.fa-grate:after,
.fad.fa-grate:after {
  content: "\e193\e193";
}

.fa-duotone.fa-grate-droplet:after,
.fad.fa-grate-droplet:after {
  content: "\e194\e194";
}

.fa-duotone.fa-greater-than:after,
.fad.fa-greater-than:after {
  content: ">>";
}

.fa-duotone.fa-greater-than-equal:after,
.fad.fa-greater-than-equal:after {
  content: "\f532\f532";
}

.fa-duotone.fa-grid-3:after,
.fa-duotone.fa-grid:after,
.fad.fa-grid-3:after,
.fad.fa-grid:after {
  content: "\e195\e195";
}

.fa-duotone.fa-grid-2:after,
.fad.fa-grid-2:after {
  content: "\e196\e196";
}

.fa-duotone.fa-grid-2-plus:after,
.fad.fa-grid-2-plus:after {
  content: "\e197\e197";
}

.fa-duotone.fa-grid-4:after,
.fad.fa-grid-4:after {
  content: "\e198\e198";
}

.fa-duotone.fa-grid-5:after,
.fad.fa-grid-5:after {
  content: "\e199\e199";
}

.fa-duotone.fa-grid-dividers:after,
.fad.fa-grid-dividers:after {
  content: "\e3ad\e3ad";
}

.fa-duotone.fa-grid-horizontal:after,
.fad.fa-grid-horizontal:after {
  content: "\e307\e307";
}

.fa-duotone.fa-grip-horizontal:after,
.fa-duotone.fa-grip:after,
.fad.fa-grip-horizontal:after,
.fad.fa-grip:after {
  content: "\f58d\f58d";
}

.fa-duotone.fa-grip-dots:after,
.fad.fa-grip-dots:after {
  content: "\e410\e410";
}

.fa-duotone.fa-grip-dots-vertical:after,
.fad.fa-grip-dots-vertical:after {
  content: "\e411\e411";
}

.fa-duotone.fa-grip-lines:after,
.fad.fa-grip-lines:after {
  content: "\f7a4\f7a4";
}

.fa-duotone.fa-grip-lines-vertical:after,
.fad.fa-grip-lines-vertical:after {
  content: "\f7a5\f7a5";
}

.fa-duotone.fa-grip-vertical:after,
.fad.fa-grip-vertical:after {
  content: "\f58e\f58e";
}

.fa-duotone.fa-guarani-sign:after,
.fad.fa-guarani-sign:after {
  content: "\e19a\e19a";
}

.fa-duotone.fa-guitar:after,
.fad.fa-guitar:after {
  content: "\f7a6\f7a6";
}

.fa-duotone.fa-guitar-electric:after,
.fad.fa-guitar-electric:after {
  content: "\f8be\f8be";
}

.fa-duotone.fa-guitars:after,
.fad.fa-guitars:after {
  content: "\f8bf\f8bf";
}

.fa-duotone.fa-gun:after,
.fad.fa-gun:after {
  content: "\e19b\e19b";
}

.fa-duotone.fa-gun-slash:after,
.fad.fa-gun-slash:after {
  content: "\e19c\e19c";
}

.fa-duotone.fa-gun-squirt:after,
.fad.fa-gun-squirt:after {
  content: "\e19d\e19d";
}

.fa-duotone.fa-h:after,
.fad.fa-h:after {
  content: "HH";
}

.fa-duotone.fa-h1:after,
.fad.fa-h1:after {
  content: "\f313\f313";
}

.fa-duotone.fa-h2:after,
.fad.fa-h2:after {
  content: "\f314\f314";
}

.fa-duotone.fa-h3:after,
.fad.fa-h3:after {
  content: "\f315\f315";
}

.fa-duotone.fa-h4:after,
.fad.fa-h4:after {
  content: "\f86a\f86a";
}

.fa-duotone.fa-h5:after,
.fad.fa-h5:after {
  content: "\e412\e412";
}

.fa-duotone.fa-h6:after,
.fad.fa-h6:after {
  content: "\e413\e413";
}

.fa-duotone.fa-hammer:after,
.fad.fa-hammer:after {
  content: "\f6e3\f6e3";
}

.fa-duotone.fa-hammer-crash:after,
.fad.fa-hammer-crash:after {
  content: "\e414\e414";
}

.fa-duotone.fa-hammer-war:after,
.fad.fa-hammer-war:after {
  content: "\f6e4\f6e4";
}

.fa-duotone.fa-hamsa:after,
.fad.fa-hamsa:after {
  content: "\f665\f665";
}

.fa-duotone.fa-hand-paper:after,
.fa-duotone.fa-hand:after,
.fad.fa-hand-paper:after,
.fad.fa-hand:after {
  content: "\f256\f256";
}

.fa-duotone.fa-hand-back-fist:after,
.fa-duotone.fa-hand-rock:after,
.fad.fa-hand-back-fist:after,
.fad.fa-hand-rock:after {
  content: "\f255\f255";
}

.fa-duotone.fa-hand-back-point-down:after,
.fad.fa-hand-back-point-down:after {
  content: "\e19e\e19e";
}

.fa-duotone.fa-hand-back-point-left:after,
.fad.fa-hand-back-point-left:after {
  content: "\e19f\e19f";
}

.fa-duotone.fa-hand-back-point-ribbon:after,
.fad.fa-hand-back-point-ribbon:after {
  content: "\e1a0\e1a0";
}

.fa-duotone.fa-hand-back-point-right:after,
.fad.fa-hand-back-point-right:after {
  content: "\e1a1\e1a1";
}

.fa-duotone.fa-hand-back-point-up:after,
.fad.fa-hand-back-point-up:after {
  content: "\e1a2\e1a2";
}

.fa-duotone.fa-allergies:after,
.fa-duotone.fa-hand-dots:after,
.fad.fa-allergies:after,
.fad.fa-hand-dots:after {
  content: "\f461\f461";
}

.fa-duotone.fa-hand-fingers-crossed:after,
.fad.fa-hand-fingers-crossed:after {
  content: "\e1a3\e1a3";
}

.fa-duotone.fa-fist-raised:after,
.fa-duotone.fa-hand-fist:after,
.fad.fa-fist-raised:after,
.fad.fa-hand-fist:after {
  content: "\f6de\f6de";
}

.fa-duotone.fa-hand-heart:after,
.fad.fa-hand-heart:after {
  content: "\f4bc\f4bc";
}

.fa-duotone.fa-hand-holding:after,
.fad.fa-hand-holding:after {
  content: "\f4bd\f4bd";
}

.fa-duotone.fa-hand-holding-box:after,
.fad.fa-hand-holding-box:after {
  content: "\f47b\f47b";
}

.fa-duotone.fa-hand-holding-dollar:after,
.fa-duotone.fa-hand-holding-usd:after,
.fad.fa-hand-holding-dollar:after,
.fad.fa-hand-holding-usd:after {
  content: "\f4c0\f4c0";
}

.fa-duotone.fa-hand-holding-droplet:after,
.fa-duotone.fa-hand-holding-water:after,
.fad.fa-hand-holding-droplet:after,
.fad.fa-hand-holding-water:after {
  content: "\f4c1\f4c1";
}

.fa-duotone.fa-hand-holding-heart:after,
.fad.fa-hand-holding-heart:after {
  content: "\f4be\f4be";
}

.fa-duotone.fa-hand-holding-magic:after,
.fad.fa-hand-holding-magic:after {
  content: "\f6e5\f6e5";
}

.fa-duotone.fa-hand-holding-medical:after,
.fad.fa-hand-holding-medical:after {
  content: "\e05c\e05c";
}

.fa-duotone.fa-hand-holding-seedling:after,
.fad.fa-hand-holding-seedling:after {
  content: "\f4bf\f4bf";
}

.fa-duotone.fa-hand-holding-skull:after,
.fad.fa-hand-holding-skull:after {
  content: "\e1a4\e1a4";
}

.fa-duotone.fa-hand-horns:after,
.fad.fa-hand-horns:after {
  content: "\e1a9\e1a9";
}

.fa-duotone.fa-hand-lizard:after,
.fad.fa-hand-lizard:after {
  content: "\f258\f258";
}

.fa-duotone.fa-hand-love:after,
.fad.fa-hand-love:after {
  content: "\e1a5\e1a5";
}

.fa-duotone.fa-hand-middle-finger:after,
.fad.fa-hand-middle-finger:after {
  content: "\f806\f806";
}

.fa-duotone.fa-hand-peace:after,
.fad.fa-hand-peace:after {
  content: "\f25b\f25b";
}

.fa-duotone.fa-hand-point-down:after,
.fad.fa-hand-point-down:after {
  content: "\f0a7\f0a7";
}

.fa-duotone.fa-hand-point-left:after,
.fad.fa-hand-point-left:after {
  content: "\f0a5\f0a5";
}

.fa-duotone.fa-hand-point-ribbon:after,
.fad.fa-hand-point-ribbon:after {
  content: "\e1a6\e1a6";
}

.fa-duotone.fa-hand-point-right:after,
.fad.fa-hand-point-right:after {
  content: "\f0a4\f0a4";
}

.fa-duotone.fa-hand-point-up:after,
.fad.fa-hand-point-up:after {
  content: "\f0a6\f0a6";
}

.fa-duotone.fa-hand-pointer:after,
.fad.fa-hand-pointer:after {
  content: "\f25a\f25a";
}

.fa-duotone.fa-hand-scissors:after,
.fad.fa-hand-scissors:after {
  content: "\f257\f257";
}

.fa-duotone.fa-hand-sparkles:after,
.fad.fa-hand-sparkles:after {
  content: "\e05d\e05d";
}

.fa-duotone.fa-hand-spock:after,
.fad.fa-hand-spock:after {
  content: "\f259\f259";
}

.fa-duotone.fa-hand-wave:after,
.fad.fa-hand-wave:after {
  content: "\e1a7\e1a7";
}

.fa-duotone.fa-hands:after,
.fa-duotone.fa-sign-language:after,
.fa-duotone.fa-signing:after,
.fad.fa-hands:after,
.fad.fa-sign-language:after,
.fad.fa-signing:after {
  content: "\f2a7\f2a7";
}

.fa-duotone.fa-american-sign-language-interpreting:after,
.fa-duotone.fa-asl-interpreting:after,
.fa-duotone.fa-hands-american-sign-language-interpreting:after,
.fa-duotone.fa-hands-asl-interpreting:after,
.fad.fa-american-sign-language-interpreting:after,
.fad.fa-asl-interpreting:after,
.fad.fa-hands-american-sign-language-interpreting:after,
.fad.fa-hands-asl-interpreting:after {
  content: "\f2a3\f2a3";
}

.fa-duotone.fa-hands-bubbles:after,
.fa-duotone.fa-hands-wash:after,
.fad.fa-hands-bubbles:after,
.fad.fa-hands-wash:after {
  content: "\e05e\e05e";
}

.fa-duotone.fa-hands-clapping:after,
.fad.fa-hands-clapping:after {
  content: "\e1a8\e1a8";
}

.fa-duotone.fa-hands-holding:after,
.fad.fa-hands-holding:after {
  content: "\f4c2\f4c2";
}

.fa-duotone.fa-hand-receiving:after,
.fa-duotone.fa-hands-holding-diamond:after,
.fad.fa-hand-receiving:after,
.fad.fa-hands-holding-diamond:after {
  content: "\f47c\f47c";
}

.fa-duotone.fa-hands-holding-dollar:after,
.fa-duotone.fa-hands-usd:after,
.fad.fa-hands-holding-dollar:after,
.fad.fa-hands-usd:after {
  content: "\f4c5\f4c5";
}

.fa-duotone.fa-hands-heart:after,
.fa-duotone.fa-hands-holding-heart:after,
.fad.fa-hands-heart:after,
.fad.fa-hands-holding-heart:after {
  content: "\f4c3\f4c3";
}

.fa-duotone.fa-hands-praying:after,
.fa-duotone.fa-praying-hands:after,
.fad.fa-hands-praying:after,
.fad.fa-praying-hands:after {
  content: "\f684\f684";
}

.fa-duotone.fa-handshake:after,
.fad.fa-handshake:after {
  content: "\f2b5\f2b5";
}

.fa-duotone.fa-hands-helping:after,
.fa-duotone.fa-handshake-angle:after,
.fad.fa-hands-helping:after,
.fad.fa-handshake-angle:after {
  content: "\f4c4\f4c4";
}

.fa-duotone.fa-handshake-alt:after,
.fa-duotone.fa-handshake-simple:after,
.fad.fa-handshake-alt:after,
.fad.fa-handshake-simple:after {
  content: "\f4c6\f4c6";
}

.fa-duotone.fa-handshake-alt-slash:after,
.fa-duotone.fa-handshake-simple-slash:after,
.fad.fa-handshake-alt-slash:after,
.fad.fa-handshake-simple-slash:after {
  content: "\e05f\e05f";
}

.fa-duotone.fa-handshake-slash:after,
.fad.fa-handshake-slash:after {
  content: "\e060\e060";
}

.fa-duotone.fa-hanukiah:after,
.fad.fa-hanukiah:after {
  content: "\f6e6\f6e6";
}

.fa-duotone.fa-hard-drive:after,
.fa-duotone.fa-hdd:after,
.fad.fa-hard-drive:after,
.fad.fa-hdd:after {
  content: "\f0a0\f0a0";
}

.fa-duotone.fa-hashtag:after,
.fad.fa-hashtag:after {
  content: "##";
}

.fa-duotone.fa-hashtag-lock:after,
.fad.fa-hashtag-lock:after {
  content: "\e415\e415";
}

.fa-duotone.fa-hat-chef:after,
.fad.fa-hat-chef:after {
  content: "\f86b\f86b";
}

.fa-duotone.fa-hat-cowboy:after,
.fad.fa-hat-cowboy:after {
  content: "\f8c0\f8c0";
}

.fa-duotone.fa-hat-cowboy-side:after,
.fad.fa-hat-cowboy-side:after {
  content: "\f8c1\f8c1";
}

.fa-duotone.fa-hat-santa:after,
.fad.fa-hat-santa:after {
  content: "\f7a7\f7a7";
}

.fa-duotone.fa-hat-winter:after,
.fad.fa-hat-winter:after {
  content: "\f7a8\f7a8";
}

.fa-duotone.fa-hat-witch:after,
.fad.fa-hat-witch:after {
  content: "\f6e7\f6e7";
}

.fa-duotone.fa-hat-wizard:after,
.fad.fa-hat-wizard:after {
  content: "\f6e8\f6e8";
}

.fa-duotone.fa-head-side:after,
.fad.fa-head-side:after {
  content: "\f6e9\f6e9";
}

.fa-duotone.fa-head-side-brain:after,
.fad.fa-head-side-brain:after {
  content: "\f808\f808";
}

.fa-duotone.fa-head-side-cough:after,
.fad.fa-head-side-cough:after {
  content: "\e061\e061";
}

.fa-duotone.fa-head-side-cough-slash:after,
.fad.fa-head-side-cough-slash:after {
  content: "\e062\e062";
}

.fa-duotone.fa-head-side-goggles:after,
.fa-duotone.fa-head-vr:after,
.fad.fa-head-side-goggles:after,
.fad.fa-head-vr:after {
  content: "\f6ea\f6ea";
}

.fa-duotone.fa-head-side-headphones:after,
.fad.fa-head-side-headphones:after {
  content: "\f8c2\f8c2";
}

.fa-duotone.fa-head-side-heart:after,
.fad.fa-head-side-heart:after {
  content: "\e1aa\e1aa";
}

.fa-duotone.fa-head-side-mask:after,
.fad.fa-head-side-mask:after {
  content: "\e063\e063";
}

.fa-duotone.fa-head-side-medical:after,
.fad.fa-head-side-medical:after {
  content: "\f809\f809";
}

.fa-duotone.fa-head-side-virus:after,
.fad.fa-head-side-virus:after {
  content: "\e064\e064";
}

.fa-duotone.fa-header:after,
.fa-duotone.fa-heading:after,
.fad.fa-header:after,
.fad.fa-heading:after {
  content: "\f1dc\f1dc";
}

.fa-duotone.fa-headphones:after,
.fad.fa-headphones:after {
  content: "\f025\f025";
}

.fa-duotone.fa-headphones-alt:after,
.fa-duotone.fa-headphones-simple:after,
.fad.fa-headphones-alt:after,
.fad.fa-headphones-simple:after {
  content: "\f58f\f58f";
}

.fa-duotone.fa-headset:after,
.fad.fa-headset:after {
  content: "\f590\f590";
}

.fa-duotone.fa-heart:after,
.fad.fa-heart:after {
  content: "\f004\f004";
}

.fa-duotone.fa-heart-broken:after,
.fa-duotone.fa-heart-crack:after,
.fad.fa-heart-broken:after,
.fad.fa-heart-crack:after {
  content: "\f7a9\f7a9";
}

.fa-duotone.fa-heart-half:after,
.fad.fa-heart-half:after {
  content: "\e1ab\e1ab";
}

.fa-duotone.fa-heart-half-alt:after,
.fa-duotone.fa-heart-half-stroke:after,
.fad.fa-heart-half-alt:after,
.fad.fa-heart-half-stroke:after {
  content: "\e1ac\e1ac";
}

.fa-duotone.fa-heart-pulse:after,
.fa-duotone.fa-heartbeat:after,
.fad.fa-heart-pulse:after,
.fad.fa-heartbeat:after {
  content: "\f21e\f21e";
}

.fa-duotone.fa-heat:after,
.fad.fa-heat:after {
  content: "\e00c\e00c";
}

.fa-duotone.fa-helicopter:after,
.fad.fa-helicopter:after {
  content: "\f533\f533";
}

.fa-duotone.fa-helmet-battle:after,
.fad.fa-helmet-battle:after {
  content: "\f6eb\f6eb";
}

.fa-duotone.fa-hard-hat:after,
.fa-duotone.fa-hat-hard:after,
.fa-duotone.fa-helmet-safety:after,
.fad.fa-hard-hat:after,
.fad.fa-hat-hard:after,
.fad.fa-helmet-safety:after {
  content: "\f807\f807";
}

.fa-duotone.fa-hexagon:after,
.fad.fa-hexagon:after {
  content: "\f312\f312";
}

.fa-duotone.fa-hexagon-check:after,
.fad.fa-hexagon-check:after {
  content: "\e416\e416";
}

.fa-duotone.fa-hexagon-divide:after,
.fad.fa-hexagon-divide:after {
  content: "\e1ad\e1ad";
}

.fa-duotone.fa-hexagon-exclamation:after,
.fad.fa-hexagon-exclamation:after {
  content: "\e417\e417";
}

.fa-duotone.fa-hexagon-minus:after,
.fa-duotone.fa-minus-hexagon:after,
.fad.fa-hexagon-minus:after,
.fad.fa-minus-hexagon:after {
  content: "\f307\f307";
}

.fa-duotone.fa-hexagon-plus:after,
.fa-duotone.fa-plus-hexagon:after,
.fad.fa-hexagon-plus:after,
.fad.fa-plus-hexagon:after {
  content: "\f300\f300";
}

.fa-duotone.fa-hexagon-xmark:after,
.fa-duotone.fa-times-hexagon:after,
.fa-duotone.fa-xmark-hexagon:after,
.fad.fa-hexagon-xmark:after,
.fad.fa-times-hexagon:after,
.fad.fa-xmark-hexagon:after {
  content: "\f2ee\f2ee";
}

.fa-duotone.fa-high-definition:after,
.fa-duotone.fa-rectangle-hd:after,
.fad.fa-high-definition:after,
.fad.fa-rectangle-hd:after {
  content: "\e1ae\e1ae";
}

.fa-duotone.fa-highlighter:after,
.fad.fa-highlighter:after {
  content: "\f591\f591";
}

.fa-duotone.fa-highlighter-line:after,
.fad.fa-highlighter-line:after {
  content: "\e1af\e1af";
}

.fa-duotone.fa-hippo:after,
.fad.fa-hippo:after {
  content: "\f6ed\f6ed";
}

.fa-duotone.fa-hockey-mask:after,
.fad.fa-hockey-mask:after {
  content: "\f6ee\f6ee";
}

.fa-duotone.fa-hockey-puck:after,
.fad.fa-hockey-puck:after {
  content: "\f453\f453";
}

.fa-duotone.fa-hockey-stick-puck:after,
.fad.fa-hockey-stick-puck:after {
  content: "\e3ae\e3ae";
}

.fa-duotone.fa-hockey-sticks:after,
.fad.fa-hockey-sticks:after {
  content: "\f454\f454";
}

.fa-duotone.fa-holly-berry:after,
.fad.fa-holly-berry:after {
  content: "\f7aa\f7aa";
}

.fa-duotone.fa-honey-pot:after,
.fad.fa-honey-pot:after {
  content: "\e418\e418";
}

.fa-duotone.fa-hood-cloak:after,
.fad.fa-hood-cloak:after {
  content: "\f6ef\f6ef";
}

.fa-duotone.fa-horizontal-rule:after,
.fad.fa-horizontal-rule:after {
  content: "\f86c\f86c";
}

.fa-duotone.fa-horse:after,
.fad.fa-horse:after {
  content: "\f6f0\f6f0";
}

.fa-duotone.fa-horse-head:after,
.fad.fa-horse-head:after {
  content: "\f7ab\f7ab";
}

.fa-duotone.fa-horse-saddle:after,
.fad.fa-horse-saddle:after {
  content: "\f8c3\f8c3";
}

.fa-duotone.fa-hose:after,
.fad.fa-hose:after {
  content: "\e419\e419";
}

.fa-duotone.fa-hose-reel:after,
.fad.fa-hose-reel:after {
  content: "\e41a\e41a";
}

.fa-duotone.fa-hospital-alt:after,
.fa-duotone.fa-hospital-wide:after,
.fa-duotone.fa-hospital:after,
.fad.fa-hospital-alt:after,
.fad.fa-hospital-wide:after,
.fad.fa-hospital:after {
  content: "\f0f8\f0f8";
}

.fa-duotone.fa-hospital-user:after,
.fad.fa-hospital-user:after {
  content: "\f80d\f80d";
}

.fa-duotone.fa-hospitals:after,
.fad.fa-hospitals:after {
  content: "\f80e\f80e";
}

.fa-duotone.fa-hot-tub-person:after,
.fa-duotone.fa-hot-tub:after,
.fad.fa-hot-tub-person:after,
.fad.fa-hot-tub:after {
  content: "\f593\f593";
}

.fa-duotone.fa-hotdog:after,
.fad.fa-hotdog:after {
  content: "\f80f\f80f";
}

.fa-duotone.fa-hotel:after,
.fad.fa-hotel:after {
  content: "\f594\f594";
}

.fa-duotone.fa-hourglass-2:after,
.fa-duotone.fa-hourglass-half:after,
.fa-duotone.fa-hourglass:after,
.fad.fa-hourglass-2:after,
.fad.fa-hourglass-half:after,
.fad.fa-hourglass:after {
  content: "\f254\f254";
}

.fa-duotone.fa-hourglass-clock:after,
.fad.fa-hourglass-clock:after {
  content: "\e41b\e41b";
}

.fa-duotone.fa-hourglass-empty:after,
.fad.fa-hourglass-empty:after {
  content: "\f252\f252";
}

.fa-duotone.fa-hourglass-3:after,
.fa-duotone.fa-hourglass-end:after,
.fad.fa-hourglass-3:after,
.fad.fa-hourglass-end:after {
  content: "\f253\f253";
}

.fa-duotone.fa-hourglass-1:after,
.fa-duotone.fa-hourglass-start:after,
.fad.fa-hourglass-1:after,
.fad.fa-hourglass-start:after {
  content: "\f251\f251";
}

.fa-duotone.fa-home-alt:after,
.fa-duotone.fa-home-lg-alt:after,
.fa-duotone.fa-home:after,
.fa-duotone.fa-house:after,
.fad.fa-home-alt:after,
.fad.fa-home-lg-alt:after,
.fad.fa-home:after,
.fad.fa-house:after {
  content: "\f015\f015";
}

.fa-duotone.fa-home-blank:after,
.fa-duotone.fa-house-blank:after,
.fad.fa-home-blank:after,
.fad.fa-house-blank:after {
  content: "\e487\e487";
}

.fa-duotone.fa-house-building:after,
.fad.fa-house-building:after {
  content: "\e1b1\e1b1";
}

.fa-duotone.fa-home-lg:after,
.fa-duotone.fa-house-chimney:after,
.fad.fa-home-lg:after,
.fad.fa-house-chimney:after {
  content: "\e3af\e3af";
}

.fa-duotone.fa-house-chimney-blank:after,
.fad.fa-house-chimney-blank:after {
  content: "\e3b0\e3b0";
}

.fa-duotone.fa-house-chimney-crack:after,
.fa-duotone.fa-house-damage:after,
.fad.fa-house-chimney-crack:after,
.fad.fa-house-damage:after {
  content: "\f6f1\f6f1";
}

.fa-duotone.fa-house-chimney-heart:after,
.fad.fa-house-chimney-heart:after {
  content: "\e1b2\e1b2";
}

.fa-duotone.fa-clinic-medical:after,
.fa-duotone.fa-house-chimney-medical:after,
.fad.fa-clinic-medical:after,
.fad.fa-house-chimney-medical:after {
  content: "\f7f2\f7f2";
}

.fa-duotone.fa-house-chimney-user:after,
.fad.fa-house-chimney-user:after {
  content: "\e065\e065";
}

.fa-duotone.fa-house-chimney-window:after,
.fad.fa-house-chimney-window:after {
  content: "\e00d\e00d";
}

.fa-duotone.fa-house-crack:after,
.fad.fa-house-crack:after {
  content: "\e3b1\e3b1";
}

.fa-duotone.fa-house-day:after,
.fad.fa-house-day:after {
  content: "\e00e\e00e";
}

.fa-duotone.fa-house-flood:after,
.fad.fa-house-flood:after {
  content: "\f74f\f74f";
}

.fa-duotone.fa-home-heart:after,
.fa-duotone.fa-house-heart:after,
.fad.fa-home-heart:after,
.fad.fa-house-heart:after {
  content: "\f4c9\f4c9";
}

.fa-duotone.fa-house-laptop:after,
.fa-duotone.fa-laptop-house:after,
.fad.fa-house-laptop:after,
.fad.fa-laptop-house:after {
  content: "\e066\e066";
}

.fa-duotone.fa-house-medical:after,
.fad.fa-house-medical:after {
  content: "\e3b2\e3b2";
}

.fa-duotone.fa-house-night:after,
.fad.fa-house-night:after {
  content: "\e010\e010";
}

.fa-duotone.fa-house-leave:after,
.fa-duotone.fa-house-person-depart:after,
.fa-duotone.fa-house-person-leave:after,
.fad.fa-house-leave:after,
.fad.fa-house-person-depart:after,
.fad.fa-house-person-leave:after {
  content: "\e00f\e00f";
}

.fa-duotone.fa-house-person-arrive:after,
.fa-duotone.fa-house-person-return:after,
.fa-duotone.fa-house-return:after,
.fad.fa-house-person-arrive:after,
.fad.fa-house-person-return:after,
.fad.fa-house-return:after {
  content: "\e011\e011";
}

.fa-duotone.fa-house-signal:after,
.fad.fa-house-signal:after {
  content: "\e012\e012";
}

.fa-duotone.fa-house-tree:after,
.fad.fa-house-tree:after {
  content: "\e1b3\e1b3";
}

.fa-duotone.fa-house-turret:after,
.fad.fa-house-turret:after {
  content: "\e1b4\e1b4";
}

.fa-duotone.fa-home-user:after,
.fa-duotone.fa-house-user:after,
.fad.fa-home-user:after,
.fad.fa-house-user:after {
  content: "\e1b0\e1b0";
}

.fa-duotone.fa-house-window:after,
.fad.fa-house-window:after {
  content: "\e3b3\e3b3";
}

.fa-duotone.fa-hryvnia-sign:after,
.fa-duotone.fa-hryvnia:after,
.fad.fa-hryvnia-sign:after,
.fad.fa-hryvnia:after {
  content: "\f6f2\f6f2";
}

.fa-duotone.fa-100:after,
.fa-duotone.fa-hundred-points:after,
.fad.fa-100:after,
.fad.fa-hundred-points:after {
  content: "\e41c\e41c";
}

.fa-duotone.fa-hurricane:after,
.fad.fa-hurricane:after {
  content: "\f751\f751";
}

.fa-duotone.fa-hyphen:after,
.fad.fa-hyphen:after {
  content: "--";
}

.fa-duotone.fa-i:after,
.fad.fa-i:after {
  content: "II";
}

.fa-duotone.fa-i-cursor:after,
.fad.fa-i-cursor:after {
  content: "\f246\f246";
}

.fa-duotone.fa-ice-cream:after,
.fad.fa-ice-cream:after {
  content: "\f810\f810";
}

.fa-duotone.fa-ice-skate:after,
.fad.fa-ice-skate:after {
  content: "\f7ac\f7ac";
}

.fa-duotone.fa-icicles:after,
.fad.fa-icicles:after {
  content: "\f7ad\f7ad";
}

.fa-duotone.fa-heart-music-camera-bolt:after,
.fa-duotone.fa-icons:after,
.fad.fa-heart-music-camera-bolt:after,
.fad.fa-icons:after {
  content: "\f86d\f86d";
}

.fa-duotone.fa-id-badge:after,
.fad.fa-id-badge:after {
  content: "\f2c1\f2c1";
}

.fa-duotone.fa-drivers-license:after,
.fa-duotone.fa-id-card:after,
.fad.fa-drivers-license:after,
.fad.fa-id-card:after {
  content: "\f2c2\f2c2";
}

.fa-duotone.fa-id-card-alt:after,
.fa-duotone.fa-id-card-clip:after,
.fad.fa-id-card-alt:after,
.fad.fa-id-card-clip:after {
  content: "\f47f\f47f";
}

.fa-duotone.fa-igloo:after,
.fad.fa-igloo:after {
  content: "\f7ae\f7ae";
}

.fa-duotone.fa-image:after,
.fad.fa-image:after {
  content: "\f03e\f03e";
}

.fa-duotone.fa-image-landscape:after,
.fa-duotone.fa-landscape:after,
.fad.fa-image-landscape:after,
.fad.fa-landscape:after {
  content: "\e1b5\e1b5";
}

.fa-duotone.fa-image-polaroid:after,
.fad.fa-image-polaroid:after {
  content: "\f8c4\f8c4";
}

.fa-duotone.fa-image-polaroid-user:after,
.fad.fa-image-polaroid-user:after {
  content: "\e1b6\e1b6";
}

.fa-duotone.fa-image-portrait:after,
.fa-duotone.fa-portrait:after,
.fad.fa-image-portrait:after,
.fad.fa-portrait:after {
  content: "\f3e0\f3e0";
}

.fa-duotone.fa-image-slash:after,
.fad.fa-image-slash:after {
  content: "\e1b7\e1b7";
}

.fa-duotone.fa-image-user:after,
.fad.fa-image-user:after {
  content: "\e1b8\e1b8";
}

.fa-duotone.fa-images:after,
.fad.fa-images:after {
  content: "\f302\f302";
}

.fa-duotone.fa-images-user:after,
.fad.fa-images-user:after {
  content: "\e1b9\e1b9";
}

.fa-duotone.fa-inbox:after,
.fad.fa-inbox:after {
  content: "\f01c\f01c";
}

.fa-duotone.fa-inbox-full:after,
.fad.fa-inbox-full:after {
  content: "\e1ba\e1ba";
}

.fa-duotone.fa-inbox-arrow-down:after,
.fa-duotone.fa-inbox-in:after,
.fad.fa-inbox-arrow-down:after,
.fad.fa-inbox-in:after {
  content: "\f310\f310";
}

.fa-duotone.fa-inbox-arrow-up:after,
.fa-duotone.fa-inbox-out:after,
.fad.fa-inbox-arrow-up:after,
.fad.fa-inbox-out:after {
  content: "\f311\f311";
}

.fa-duotone.fa-inboxes:after,
.fad.fa-inboxes:after {
  content: "\e1bb\e1bb";
}

.fa-duotone.fa-indent:after,
.fad.fa-indent:after {
  content: "\f03c\f03c";
}

.fa-duotone.fa-indian-rupee-sign:after,
.fa-duotone.fa-indian-rupee:after,
.fa-duotone.fa-inr:after,
.fad.fa-indian-rupee-sign:after,
.fad.fa-indian-rupee:after,
.fad.fa-inr:after {
  content: "\e1bc\e1bc";
}

.fa-duotone.fa-industry:after,
.fad.fa-industry:after {
  content: "\f275\f275";
}

.fa-duotone.fa-industry-alt:after,
.fa-duotone.fa-industry-windows:after,
.fad.fa-industry-alt:after,
.fad.fa-industry-windows:after {
  content: "\f3b3\f3b3";
}

.fa-duotone.fa-infinity:after,
.fad.fa-infinity:after {
  content: "\f534\f534";
}

.fa-duotone.fa-info:after,
.fad.fa-info:after {
  content: "\f129\f129";
}

.fa-duotone.fa-inhaler:after,
.fad.fa-inhaler:after {
  content: "\f5f9\f5f9";
}

.fa-duotone.fa-input-numeric:after,
.fad.fa-input-numeric:after {
  content: "\e1bd\e1bd";
}

.fa-duotone.fa-input-pipe:after,
.fad.fa-input-pipe:after {
  content: "\e1be\e1be";
}

.fa-duotone.fa-input-text:after,
.fad.fa-input-text:after {
  content: "\e1bf\e1bf";
}

.fa-duotone.fa-integral:after,
.fad.fa-integral:after {
  content: "\f667\f667";
}

.fa-duotone.fa-intersection:after,
.fad.fa-intersection:after {
  content: "\f668\f668";
}

.fa-duotone.fa-island-tree-palm:after,
.fa-duotone.fa-island-tropical:after,
.fad.fa-island-tree-palm:after,
.fad.fa-island-tropical:after {
  content: "\f811\f811";
}

.fa-duotone.fa-italic:after,
.fad.fa-italic:after {
  content: "\f033\f033";
}

.fa-duotone.fa-j:after,
.fad.fa-j:after {
  content: "JJ";
}

.fa-duotone.fa-jack-o-lantern:after,
.fad.fa-jack-o-lantern:after {
  content: "\f30e\f30e";
}

.fa-duotone.fa-jedi:after,
.fad.fa-jedi:after {
  content: "\f669\f669";
}

.fa-duotone.fa-fighter-jet:after,
.fa-duotone.fa-jet-fighter:after,
.fad.fa-fighter-jet:after,
.fad.fa-jet-fighter:after {
  content: "\f0fb\f0fb";
}

.fa-duotone.fa-joint:after,
.fad.fa-joint:after {
  content: "\f595\f595";
}

.fa-duotone.fa-joystick:after,
.fad.fa-joystick:after {
  content: "\f8c5\f8c5";
}

.fa-duotone.fa-jug:after,
.fad.fa-jug:after {
  content: "\f8c6\f8c6";
}

.fa-duotone.fa-k:after,
.fad.fa-k:after {
  content: "KK";
}

.fa-duotone.fa-kaaba:after,
.fad.fa-kaaba:after {
  content: "\f66b\f66b";
}

.fa-duotone.fa-kazoo:after,
.fad.fa-kazoo:after {
  content: "\f8c7\f8c7";
}

.fa-duotone.fa-kerning:after,
.fad.fa-kerning:after {
  content: "\f86f\f86f";
}

.fa-duotone.fa-key:after,
.fad.fa-key:after {
  content: "\f084\f084";
}

.fa-duotone.fa-key-skeleton:after,
.fad.fa-key-skeleton:after {
  content: "\f6f3\f6f3";
}

.fa-duotone.fa-key-skeleton-left-right:after,
.fad.fa-key-skeleton-left-right:after {
  content: "\e3b4\e3b4";
}

.fa-duotone.fa-keyboard:after,
.fad.fa-keyboard:after {
  content: "\f11c\f11c";
}

.fa-duotone.fa-keyboard-brightness:after,
.fad.fa-keyboard-brightness:after {
  content: "\e1c0\e1c0";
}

.fa-duotone.fa-keyboard-brightness-low:after,
.fad.fa-keyboard-brightness-low:after {
  content: "\e1c1\e1c1";
}

.fa-duotone.fa-keyboard-down:after,
.fad.fa-keyboard-down:after {
  content: "\e1c2\e1c2";
}

.fa-duotone.fa-keyboard-left:after,
.fad.fa-keyboard-left:after {
  content: "\e1c3\e1c3";
}

.fa-duotone.fa-keynote:after,
.fad.fa-keynote:after {
  content: "\f66c\f66c";
}

.fa-duotone.fa-khanda:after,
.fad.fa-khanda:after {
  content: "\f66d\f66d";
}

.fa-duotone.fa-kidneys:after,
.fad.fa-kidneys:after {
  content: "\f5fb\f5fb";
}

.fa-duotone.fa-kip-sign:after,
.fad.fa-kip-sign:after {
  content: "\e1c4\e1c4";
}

.fa-duotone.fa-first-aid:after,
.fa-duotone.fa-kit-medical:after,
.fad.fa-first-aid:after,
.fad.fa-kit-medical:after {
  content: "\f479\f479";
}

.fa-duotone.fa-kite:after,
.fad.fa-kite:after {
  content: "\f6f4\f6f4";
}

.fa-duotone.fa-kiwi-bird:after,
.fad.fa-kiwi-bird:after {
  content: "\f535\f535";
}

.fa-duotone.fa-kiwi-fruit:after,
.fad.fa-kiwi-fruit:after {
  content: "\e30c\e30c";
}

.fa-duotone.fa-knife:after,
.fa-duotone.fa-utensil-knife:after,
.fad.fa-knife:after,
.fad.fa-utensil-knife:after {
  content: "\f2e4\f2e4";
}

.fa-duotone.fa-knife-kitchen:after,
.fad.fa-knife-kitchen:after {
  content: "\f6f5\f6f5";
}

.fa-duotone.fa-l:after,
.fad.fa-l:after {
  content: "LL";
}

.fa-duotone.fa-lacrosse-stick:after,
.fad.fa-lacrosse-stick:after {
  content: "\e3b5\e3b5";
}

.fa-duotone.fa-lacrosse-stick-ball:after,
.fad.fa-lacrosse-stick-ball:after {
  content: "\e3b6\e3b6";
}

.fa-duotone.fa-lambda:after,
.fad.fa-lambda:after {
  content: "\f66e\f66e";
}

.fa-duotone.fa-lamp:after,
.fad.fa-lamp:after {
  content: "\f4ca\f4ca";
}

.fa-duotone.fa-lamp-desk:after,
.fad.fa-lamp-desk:after {
  content: "\e014\e014";
}

.fa-duotone.fa-lamp-floor:after,
.fad.fa-lamp-floor:after {
  content: "\e015\e015";
}

.fa-duotone.fa-lamp-street:after,
.fad.fa-lamp-street:after {
  content: "\e1c5\e1c5";
}

.fa-duotone.fa-landmark:after,
.fad.fa-landmark:after {
  content: "\f66f\f66f";
}

.fa-duotone.fa-landmark-alt:after,
.fa-duotone.fa-landmark-dome:after,
.fad.fa-landmark-alt:after,
.fad.fa-landmark-dome:after {
  content: "\f752\f752";
}

.fa-duotone.fa-language:after,
.fad.fa-language:after {
  content: "\f1ab\f1ab";
}

.fa-duotone.fa-laptop:after,
.fad.fa-laptop:after {
  content: "\f109\f109";
}

.fa-duotone.fa-laptop-arrow-down:after,
.fad.fa-laptop-arrow-down:after {
  content: "\e1c6\e1c6";
}

.fa-duotone.fa-laptop-code:after,
.fad.fa-laptop-code:after {
  content: "\f5fc\f5fc";
}

.fa-duotone.fa-laptop-medical:after,
.fad.fa-laptop-medical:after {
  content: "\f812\f812";
}

.fa-duotone.fa-laptop-mobile:after,
.fa-duotone.fa-phone-laptop:after,
.fad.fa-laptop-mobile:after,
.fad.fa-phone-laptop:after {
  content: "\f87a\f87a";
}

.fa-duotone.fa-laptop-slash:after,
.fad.fa-laptop-slash:after {
  content: "\e1c7\e1c7";
}

.fa-duotone.fa-lari-sign:after,
.fad.fa-lari-sign:after {
  content: "\e1c8\e1c8";
}

.fa-duotone.fa-lasso:after,
.fad.fa-lasso:after {
  content: "\f8c8\f8c8";
}

.fa-duotone.fa-lasso-sparkles:after,
.fad.fa-lasso-sparkles:after {
  content: "\e1c9\e1c9";
}

.fa-duotone.fa-layer-group:after,
.fad.fa-layer-group:after {
  content: "\f5fd\f5fd";
}

.fa-duotone.fa-layer-group-minus:after,
.fa-duotone.fa-layer-minus:after,
.fad.fa-layer-group-minus:after,
.fad.fa-layer-minus:after {
  content: "\f5fe\f5fe";
}

.fa-duotone.fa-layer-group-plus:after,
.fa-duotone.fa-layer-plus:after,
.fad.fa-layer-group-plus:after,
.fad.fa-layer-plus:after {
  content: "\f5ff\f5ff";
}

.fa-duotone.fa-leaf:after,
.fad.fa-leaf:after {
  content: "\f06c\f06c";
}

.fa-duotone.fa-leaf-heart:after,
.fad.fa-leaf-heart:after {
  content: "\f4cb\f4cb";
}

.fa-duotone.fa-leaf-maple:after,
.fad.fa-leaf-maple:after {
  content: "\f6f6\f6f6";
}

.fa-duotone.fa-leaf-oak:after,
.fad.fa-leaf-oak:after {
  content: "\f6f7\f6f7";
}

.fa-duotone.fa-leafy-green:after,
.fad.fa-leafy-green:after {
  content: "\e41d\e41d";
}

.fa-duotone.fa-arrow-alt-left:after,
.fa-duotone.fa-left:after,
.fad.fa-arrow-alt-left:after,
.fad.fa-left:after {
  content: "\f355\f355";
}

.fa-duotone.fa-arrow-alt-from-right:after,
.fa-duotone.fa-left-from-line:after,
.fad.fa-arrow-alt-from-right:after,
.fad.fa-left-from-line:after {
  content: "\f348\f348";
}

.fa-duotone.fa-left-long:after,
.fa-duotone.fa-long-arrow-alt-left:after,
.fad.fa-left-long:after,
.fad.fa-long-arrow-alt-left:after {
  content: "\f30a\f30a";
}

.fa-duotone.fa-left-long-to-line:after,
.fad.fa-left-long-to-line:after {
  content: "\e41e\e41e";
}

.fa-duotone.fa-arrows-alt-h:after,
.fa-duotone.fa-left-right:after,
.fad.fa-arrows-alt-h:after,
.fad.fa-left-right:after {
  content: "\f337\f337";
}

.fa-duotone.fa-arrow-alt-to-left:after,
.fa-duotone.fa-left-to-line:after,
.fad.fa-arrow-alt-to-left:after,
.fad.fa-left-to-line:after {
  content: "\f34b\f34b";
}

.fa-duotone.fa-lemon:after,
.fad.fa-lemon:after {
  content: "\f094\f094";
}

.fa-duotone.fa-less-than:after,
.fad.fa-less-than:after {
  content: "<<";
}

.fa-duotone.fa-less-than-equal:after,
.fad.fa-less-than-equal:after {
  content: "\f537\f537";
}

.fa-duotone.fa-life-ring:after,
.fad.fa-life-ring:after {
  content: "\f1cd\f1cd";
}

.fa-duotone.fa-light-ceiling:after,
.fad.fa-light-ceiling:after {
  content: "\e016\e016";
}

.fa-duotone.fa-light-emergency:after,
.fad.fa-light-emergency:after {
  content: "\e41f\e41f";
}

.fa-duotone.fa-light-emergency-on:after,
.fad.fa-light-emergency-on:after {
  content: "\e420\e420";
}

.fa-duotone.fa-light-switch:after,
.fad.fa-light-switch:after {
  content: "\e017\e017";
}

.fa-duotone.fa-light-switch-off:after,
.fad.fa-light-switch-off:after {
  content: "\e018\e018";
}

.fa-duotone.fa-light-switch-on:after,
.fad.fa-light-switch-on:after {
  content: "\e019\e019";
}

.fa-duotone.fa-lightbulb:after,
.fad.fa-lightbulb:after {
  content: "\f0eb\f0eb";
}

.fa-duotone.fa-lightbulb-dollar:after,
.fad.fa-lightbulb-dollar:after {
  content: "\f670\f670";
}

.fa-duotone.fa-lightbulb-exclamation:after,
.fad.fa-lightbulb-exclamation:after {
  content: "\f671\f671";
}

.fa-duotone.fa-lightbulb-exclamation-on:after,
.fad.fa-lightbulb-exclamation-on:after {
  content: "\e1ca\e1ca";
}

.fa-duotone.fa-lightbulb-on:after,
.fad.fa-lightbulb-on:after {
  content: "\f672\f672";
}

.fa-duotone.fa-lightbulb-slash:after,
.fad.fa-lightbulb-slash:after {
  content: "\f673\f673";
}

.fa-duotone.fa-lights-holiday:after,
.fad.fa-lights-holiday:after {
  content: "\f7b2\f7b2";
}

.fa-duotone.fa-line-columns:after,
.fad.fa-line-columns:after {
  content: "\f870\f870";
}

.fa-duotone.fa-line-height:after,
.fad.fa-line-height:after {
  content: "\f871\f871";
}

.fa-duotone.fa-chain:after,
.fa-duotone.fa-link:after,
.fad.fa-chain:after,
.fad.fa-link:after {
  content: "\f0c1\f0c1";
}

.fa-duotone.fa-chain-horizontal:after,
.fa-duotone.fa-link-horizontal:after,
.fad.fa-chain-horizontal:after,
.fad.fa-link-horizontal:after {
  content: "\e1cb\e1cb";
}

.fa-duotone.fa-chain-horizontal-slash:after,
.fa-duotone.fa-link-horizontal-slash:after,
.fad.fa-chain-horizontal-slash:after,
.fad.fa-link-horizontal-slash:after {
  content: "\e1cc\e1cc";
}

.fa-duotone.fa-link-simple:after,
.fad.fa-link-simple:after {
  content: "\e1cd\e1cd";
}

.fa-duotone.fa-link-simple-slash:after,
.fad.fa-link-simple-slash:after {
  content: "\e1ce\e1ce";
}

.fa-duotone.fa-chain-broken:after,
.fa-duotone.fa-chain-slash:after,
.fa-duotone.fa-link-slash:after,
.fa-duotone.fa-unlink:after,
.fad.fa-chain-broken:after,
.fad.fa-chain-slash:after,
.fad.fa-link-slash:after,
.fad.fa-unlink:after {
  content: "\f127\f127";
}

.fa-duotone.fa-lips:after,
.fad.fa-lips:after {
  content: "\f600\f600";
}

.fa-duotone.fa-lira-sign:after,
.fad.fa-lira-sign:after {
  content: "\f195\f195";
}

.fa-duotone.fa-list-squares:after,
.fa-duotone.fa-list:after,
.fad.fa-list-squares:after,
.fad.fa-list:after {
  content: "\f03a\f03a";
}

.fa-duotone.fa-list-check:after,
.fa-duotone.fa-tasks:after,
.fad.fa-list-check:after,
.fad.fa-tasks:after {
  content: "\f0ae\f0ae";
}

.fa-duotone.fa-list-dropdown:after,
.fad.fa-list-dropdown:after {
  content: "\e1cf\e1cf";
}

.fa-duotone.fa-list-music:after,
.fad.fa-list-music:after {
  content: "\f8c9\f8c9";
}

.fa-duotone.fa-list-1-2:after,
.fa-duotone.fa-list-numeric:after,
.fa-duotone.fa-list-ol:after,
.fad.fa-list-1-2:after,
.fad.fa-list-numeric:after,
.fad.fa-list-ol:after {
  content: "\f0cb\f0cb";
}

.fa-duotone.fa-list-radio:after,
.fad.fa-list-radio:after {
  content: "\e1d0\e1d0";
}

.fa-duotone.fa-list-timeline:after,
.fad.fa-list-timeline:after {
  content: "\e1d1\e1d1";
}

.fa-duotone.fa-list-tree:after,
.fad.fa-list-tree:after {
  content: "\e1d2\e1d2";
}

.fa-duotone.fa-list-dots:after,
.fa-duotone.fa-list-ul:after,
.fad.fa-list-dots:after,
.fad.fa-list-ul:after {
  content: "\f0ca\f0ca";
}

.fa-duotone.fa-litecoin-sign:after,
.fad.fa-litecoin-sign:after {
  content: "\e1d3\e1d3";
}

.fa-duotone.fa-loader:after,
.fad.fa-loader:after {
  content: "\e1d4\e1d4";
}

.fa-duotone.fa-lobster:after,
.fad.fa-lobster:after {
  content: "\e421\e421";
}

.fa-duotone.fa-location-arrow:after,
.fad.fa-location-arrow:after {
  content: "\f124\f124";
}

.fa-duotone.fa-location-check:after,
.fa-duotone.fa-map-marker-check:after,
.fad.fa-location-check:after,
.fad.fa-map-marker-check:after {
  content: "\f606\f606";
}

.fa-duotone.fa-location-crosshairs:after,
.fa-duotone.fa-location:after,
.fad.fa-location-crosshairs:after,
.fad.fa-location:after {
  content: "\f601\f601";
}

.fa-duotone.fa-location-crosshairs-slash:after,
.fa-duotone.fa-location-slash:after,
.fad.fa-location-crosshairs-slash:after,
.fad.fa-location-slash:after {
  content: "\f603\f603";
}

.fa-duotone.fa-location-dot:after,
.fa-duotone.fa-map-marker-alt:after,
.fad.fa-location-dot:after,
.fad.fa-map-marker-alt:after {
  content: "\f3c5\f3c5";
}

.fa-duotone.fa-location-dot-slash:after,
.fa-duotone.fa-map-marker-alt-slash:after,
.fad.fa-location-dot-slash:after,
.fad.fa-map-marker-alt-slash:after {
  content: "\f605\f605";
}

.fa-duotone.fa-location-exclamation:after,
.fa-duotone.fa-map-marker-exclamation:after,
.fad.fa-location-exclamation:after,
.fad.fa-map-marker-exclamation:after {
  content: "\f608\f608";
}

.fa-duotone.fa-location-minus:after,
.fa-duotone.fa-map-marker-minus:after,
.fad.fa-location-minus:after,
.fad.fa-map-marker-minus:after {
  content: "\f609\f609";
}

.fa-duotone.fa-location-pen:after,
.fa-duotone.fa-map-marker-edit:after,
.fad.fa-location-pen:after,
.fad.fa-map-marker-edit:after {
  content: "\f607\f607";
}

.fa-duotone.fa-location-pin:after,
.fa-duotone.fa-map-marker:after,
.fad.fa-location-pin:after,
.fad.fa-map-marker:after {
  content: "\f041\f041";
}

.fa-duotone.fa-location-pin-slash:after,
.fa-duotone.fa-map-marker-slash:after,
.fad.fa-location-pin-slash:after,
.fad.fa-map-marker-slash:after {
  content: "\f60c\f60c";
}

.fa-duotone.fa-location-plus:after,
.fa-duotone.fa-map-marker-plus:after,
.fad.fa-location-plus:after,
.fad.fa-map-marker-plus:after {
  content: "\f60a\f60a";
}

.fa-duotone.fa-location-question:after,
.fa-duotone.fa-map-marker-question:after,
.fad.fa-location-question:after,
.fad.fa-map-marker-question:after {
  content: "\f60b\f60b";
}

.fa-duotone.fa-location-smile:after,
.fa-duotone.fa-map-marker-smile:after,
.fad.fa-location-smile:after,
.fad.fa-map-marker-smile:after {
  content: "\f60d\f60d";
}

.fa-duotone.fa-location-xmark:after,
.fa-duotone.fa-map-marker-times:after,
.fa-duotone.fa-map-marker-xmark:after,
.fad.fa-location-xmark:after,
.fad.fa-map-marker-times:after,
.fad.fa-map-marker-xmark:after {
  content: "\f60e\f60e";
}

.fa-duotone.fa-lock:after,
.fad.fa-lock:after {
  content: "\f023\f023";
}

.fa-duotone.fa-lock-a:after,
.fad.fa-lock-a:after {
  content: "\e422\e422";
}

.fa-duotone.fa-lock-hashtag:after,
.fad.fa-lock-hashtag:after {
  content: "\e423\e423";
}

.fa-duotone.fa-lock-alt:after,
.fa-duotone.fa-lock-keyhole:after,
.fad.fa-lock-alt:after,
.fad.fa-lock-keyhole:after {
  content: "\f30d\f30d";
}

.fa-duotone.fa-lock-keyhole-open:after,
.fa-duotone.fa-lock-open-alt:after,
.fad.fa-lock-keyhole-open:after,
.fad.fa-lock-open-alt:after {
  content: "\f3c2\f3c2";
}

.fa-duotone.fa-lock-open:after,
.fad.fa-lock-open:after {
  content: "\f3c1\f3c1";
}

.fa-duotone.fa-lollipop:after,
.fa-duotone.fa-lollypop:after,
.fad.fa-lollipop:after,
.fad.fa-lollypop:after {
  content: "\e424\e424";
}

.fa-duotone.fa-couch-small:after,
.fa-duotone.fa-loveseat:after,
.fad.fa-couch-small:after,
.fad.fa-loveseat:after {
  content: "\f4cc\f4cc";
}

.fa-duotone.fa-luchador-mask:after,
.fa-duotone.fa-luchador:after,
.fa-duotone.fa-mask-luchador:after,
.fad.fa-luchador-mask:after,
.fad.fa-luchador:after,
.fad.fa-mask-luchador:after {
  content: "\f455\f455";
}

.fa-duotone.fa-lungs:after,
.fad.fa-lungs:after {
  content: "\f604\f604";
}

.fa-duotone.fa-lungs-virus:after,
.fad.fa-lungs-virus:after {
  content: "\e067\e067";
}

.fa-duotone.fa-m:after,
.fad.fa-m:after {
  content: "MM";
}

.fa-duotone.fa-mace:after,
.fad.fa-mace:after {
  content: "\f6f8\f6f8";
}

.fa-duotone.fa-magnet:after,
.fad.fa-magnet:after {
  content: "\f076\f076";
}

.fa-duotone.fa-magnifying-glass:after,
.fa-duotone.fa-search:after,
.fad.fa-magnifying-glass:after,
.fad.fa-search:after {
  content: "\f002\f002";
}

.fa-duotone.fa-magnifying-glass-dollar:after,
.fa-duotone.fa-search-dollar:after,
.fad.fa-magnifying-glass-dollar:after,
.fad.fa-search-dollar:after {
  content: "\f688\f688";
}

.fa-duotone.fa-magnifying-glass-location:after,
.fa-duotone.fa-search-location:after,
.fad.fa-magnifying-glass-location:after,
.fad.fa-search-location:after {
  content: "\f689\f689";
}

.fa-duotone.fa-magnifying-glass-minus:after,
.fa-duotone.fa-search-minus:after,
.fad.fa-magnifying-glass-minus:after,
.fad.fa-search-minus:after {
  content: "\f010\f010";
}

.fa-duotone.fa-magnifying-glass-plus:after,
.fa-duotone.fa-search-plus:after,
.fad.fa-magnifying-glass-plus:after,
.fad.fa-search-plus:after {
  content: "\f00e\f00e";
}

.fa-duotone.fa-mailbox:after,
.fad.fa-mailbox:after {
  content: "\f813\f813";
}

.fa-duotone.fa-manat-sign:after,
.fad.fa-manat-sign:after {
  content: "\e1d5\e1d5";
}

.fa-duotone.fa-mandolin:after,
.fad.fa-mandolin:after {
  content: "\f6f9\f6f9";
}

.fa-duotone.fa-mango:after,
.fad.fa-mango:after {
  content: "\e30f\e30f";
}

.fa-duotone.fa-manhole:after,
.fad.fa-manhole:after {
  content: "\e1d6\e1d6";
}

.fa-duotone.fa-map:after,
.fad.fa-map:after {
  content: "\f279\f279";
}

.fa-duotone.fa-map-location:after,
.fa-duotone.fa-map-marked:after,
.fad.fa-map-location:after,
.fad.fa-map-marked:after {
  content: "\f59f\f59f";
}

.fa-duotone.fa-map-location-dot:after,
.fa-duotone.fa-map-marked-alt:after,
.fad.fa-map-location-dot:after,
.fad.fa-map-marked-alt:after {
  content: "\f5a0\f5a0";
}

.fa-duotone.fa-map-pin:after,
.fad.fa-map-pin:after {
  content: "\f276\f276";
}

.fa-duotone.fa-marker:after,
.fad.fa-marker:after {
  content: "\f5a1\f5a1";
}

.fa-duotone.fa-mars:after,
.fad.fa-mars:after {
  content: "\f222\f222";
}

.fa-duotone.fa-mars-and-venus:after,
.fad.fa-mars-and-venus:after {
  content: "\f224\f224";
}

.fa-duotone.fa-mars-double:after,
.fad.fa-mars-double:after {
  content: "\f227\f227";
}

.fa-duotone.fa-mars-stroke:after,
.fad.fa-mars-stroke:after {
  content: "\f229\f229";
}

.fa-duotone.fa-mars-stroke-h:after,
.fa-duotone.fa-mars-stroke-right:after,
.fad.fa-mars-stroke-h:after,
.fad.fa-mars-stroke-right:after {
  content: "\f22b\f22b";
}

.fa-duotone.fa-mars-stroke-up:after,
.fa-duotone.fa-mars-stroke-v:after,
.fad.fa-mars-stroke-up:after,
.fad.fa-mars-stroke-v:after {
  content: "\f22a\f22a";
}

.fa-duotone.fa-glass-martini-alt:after,
.fa-duotone.fa-martini-glass:after,
.fad.fa-glass-martini-alt:after,
.fad.fa-martini-glass:after {
  content: "\f57b\f57b";
}

.fa-duotone.fa-cocktail:after,
.fa-duotone.fa-martini-glass-citrus:after,
.fad.fa-cocktail:after,
.fad.fa-martini-glass-citrus:after {
  content: "\f561\f561";
}

.fa-duotone.fa-glass-martini:after,
.fa-duotone.fa-martini-glass-empty:after,
.fad.fa-glass-martini:after,
.fad.fa-martini-glass-empty:after {
  content: "\f000\f000";
}

.fa-duotone.fa-mask:after,
.fad.fa-mask:after {
  content: "\f6fa\f6fa";
}

.fa-duotone.fa-mask-face:after,
.fad.fa-mask-face:after {
  content: "\e1d7\e1d7";
}

.fa-duotone.fa-mask-snorkel:after,
.fad.fa-mask-snorkel:after {
  content: "\e3b7\e3b7";
}

.fa-duotone.fa-masks-theater:after,
.fa-duotone.fa-theater-masks:after,
.fad.fa-masks-theater:after,
.fad.fa-theater-masks:after {
  content: "\f630\f630";
}

.fa-duotone.fa-expand-arrows-alt:after,
.fa-duotone.fa-maximize:after,
.fad.fa-expand-arrows-alt:after,
.fad.fa-maximize:after {
  content: "\f31e\f31e";
}

.fa-duotone.fa-meat:after,
.fad.fa-meat:after {
  content: "\f814\f814";
}

.fa-duotone.fa-medal:after,
.fad.fa-medal:after {
  content: "\f5a2\f5a2";
}

.fa-duotone.fa-megaphone:after,
.fad.fa-megaphone:after {
  content: "\f675\f675";
}

.fa-duotone.fa-melon:after,
.fad.fa-melon:after {
  content: "\e310\e310";
}

.fa-duotone.fa-melon-slice:after,
.fad.fa-melon-slice:after {
  content: "\e311\e311";
}

.fa-duotone.fa-memo:after,
.fad.fa-memo:after {
  content: "\e1d8\e1d8";
}

.fa-duotone.fa-memo-circle-check:after,
.fad.fa-memo-circle-check:after {
  content: "\e1d9\e1d9";
}

.fa-duotone.fa-memo-circle-info:after,
.fad.fa-memo-circle-info:after {
  content: "\e49a\e49a";
}

.fa-duotone.fa-memo-pad:after,
.fad.fa-memo-pad:after {
  content: "\e1da\e1da";
}

.fa-duotone.fa-memory:after,
.fad.fa-memory:after {
  content: "\f538\f538";
}

.fa-duotone.fa-menorah:after,
.fad.fa-menorah:after {
  content: "\f676\f676";
}

.fa-duotone.fa-mercury:after,
.fad.fa-mercury:after {
  content: "\f223\f223";
}

.fa-duotone.fa-comment-alt:after,
.fa-duotone.fa-message:after,
.fad.fa-comment-alt:after,
.fad.fa-message:after {
  content: "\f27a\f27a";
}

.fa-duotone.fa-comment-alt-arrow-down:after,
.fa-duotone.fa-message-arrow-down:after,
.fad.fa-comment-alt-arrow-down:after,
.fad.fa-message-arrow-down:after {
  content: "\e1db\e1db";
}

.fa-duotone.fa-comment-alt-arrow-up:after,
.fa-duotone.fa-message-arrow-up:after,
.fad.fa-comment-alt-arrow-up:after,
.fad.fa-message-arrow-up:after {
  content: "\e1dc\e1dc";
}

.fa-duotone.fa-message-arrow-up-right:after,
.fad.fa-message-arrow-up-right:after {
  content: "\e1dd\e1dd";
}

.fa-duotone.fa-message-bot:after,
.fad.fa-message-bot:after {
  content: "\e3b8\e3b8";
}

.fa-duotone.fa-comment-alt-captions:after,
.fa-duotone.fa-message-captions:after,
.fad.fa-comment-alt-captions:after,
.fad.fa-message-captions:after {
  content: "\e1de\e1de";
}

.fa-duotone.fa-comment-alt-check:after,
.fa-duotone.fa-message-check:after,
.fad.fa-comment-alt-check:after,
.fad.fa-message-check:after {
  content: "\f4a2\f4a2";
}

.fa-duotone.fa-message-code:after,
.fad.fa-message-code:after {
  content: "\e1df\e1df";
}

.fa-duotone.fa-comment-alt-dollar:after,
.fa-duotone.fa-message-dollar:after,
.fad.fa-comment-alt-dollar:after,
.fad.fa-message-dollar:after {
  content: "\f650\f650";
}

.fa-duotone.fa-comment-alt-dots:after,
.fa-duotone.fa-message-dots:after,
.fa-duotone.fa-messaging:after,
.fad.fa-comment-alt-dots:after,
.fad.fa-message-dots:after,
.fad.fa-messaging:after {
  content: "\f4a3\f4a3";
}

.fa-duotone.fa-comment-alt-exclamation:after,
.fa-duotone.fa-message-exclamation:after,
.fad.fa-comment-alt-exclamation:after,
.fad.fa-message-exclamation:after {
  content: "\f4a5\f4a5";
}

.fa-duotone.fa-comment-alt-image:after,
.fa-duotone.fa-message-image:after,
.fad.fa-comment-alt-image:after,
.fad.fa-message-image:after {
  content: "\e1e0\e1e0";
}

.fa-duotone.fa-comment-alt-lines:after,
.fa-duotone.fa-message-lines:after,
.fad.fa-comment-alt-lines:after,
.fad.fa-message-lines:after {
  content: "\f4a6\f4a6";
}

.fa-duotone.fa-comment-alt-medical:after,
.fa-duotone.fa-message-medical:after,
.fad.fa-comment-alt-medical:after,
.fad.fa-message-medical:after {
  content: "\f7f4\f7f4";
}

.fa-duotone.fa-comment-middle-alt:after,
.fa-duotone.fa-message-middle:after,
.fad.fa-comment-middle-alt:after,
.fad.fa-message-middle:after {
  content: "\e1e1\e1e1";
}

.fa-duotone.fa-comment-middle-top-alt:after,
.fa-duotone.fa-message-middle-top:after,
.fad.fa-comment-middle-top-alt:after,
.fad.fa-message-middle-top:after {
  content: "\e1e2\e1e2";
}

.fa-duotone.fa-comment-alt-minus:after,
.fa-duotone.fa-message-minus:after,
.fad.fa-comment-alt-minus:after,
.fad.fa-message-minus:after {
  content: "\f4a7\f4a7";
}

.fa-duotone.fa-comment-alt-music:after,
.fa-duotone.fa-message-music:after,
.fad.fa-comment-alt-music:after,
.fad.fa-message-music:after {
  content: "\f8af\f8af";
}

.fa-duotone.fa-comment-alt-edit:after,
.fa-duotone.fa-message-edit:after,
.fa-duotone.fa-message-pen:after,
.fad.fa-comment-alt-edit:after,
.fad.fa-message-edit:after,
.fad.fa-message-pen:after {
  content: "\f4a4\f4a4";
}

.fa-duotone.fa-comment-alt-plus:after,
.fa-duotone.fa-message-plus:after,
.fad.fa-comment-alt-plus:after,
.fad.fa-message-plus:after {
  content: "\f4a8\f4a8";
}

.fa-duotone.fa-message-question:after,
.fad.fa-message-question:after {
  content: "\e1e3\e1e3";
}

.fa-duotone.fa-comment-alt-quote:after,
.fa-duotone.fa-message-quote:after,
.fad.fa-comment-alt-quote:after,
.fad.fa-message-quote:after {
  content: "\e1e4\e1e4";
}

.fa-duotone.fa-comment-alt-slash:after,
.fa-duotone.fa-message-slash:after,
.fad.fa-comment-alt-slash:after,
.fad.fa-message-slash:after {
  content: "\f4a9\f4a9";
}

.fa-duotone.fa-comment-alt-smile:after,
.fa-duotone.fa-message-smile:after,
.fad.fa-comment-alt-smile:after,
.fad.fa-message-smile:after {
  content: "\f4aa\f4aa";
}

.fa-duotone.fa-message-sms:after,
.fad.fa-message-sms:after {
  content: "\e1e5\e1e5";
}

.fa-duotone.fa-comment-alt-text:after,
.fa-duotone.fa-message-text:after,
.fad.fa-comment-alt-text:after,
.fad.fa-message-text:after {
  content: "\e1e6\e1e6";
}

.fa-duotone.fa-comment-alt-times:after,
.fa-duotone.fa-message-times:after,
.fa-duotone.fa-message-xmark:after,
.fad.fa-comment-alt-times:after,
.fad.fa-message-times:after,
.fad.fa-message-xmark:after {
  content: "\f4ab\f4ab";
}

.fa-duotone.fa-comments-alt:after,
.fa-duotone.fa-messages:after,
.fad.fa-comments-alt:after,
.fad.fa-messages:after {
  content: "\f4b6\f4b6";
}

.fa-duotone.fa-comments-alt-dollar:after,
.fa-duotone.fa-messages-dollar:after,
.fad.fa-comments-alt-dollar:after,
.fad.fa-messages-dollar:after {
  content: "\f652\f652";
}

.fa-duotone.fa-messages-question:after,
.fad.fa-messages-question:after {
  content: "\e1e7\e1e7";
}

.fa-duotone.fa-meteor:after,
.fad.fa-meteor:after {
  content: "\f753\f753";
}

.fa-duotone.fa-meter:after,
.fad.fa-meter:after {
  content: "\e1e8\e1e8";
}

.fa-duotone.fa-meter-bolt:after,
.fad.fa-meter-bolt:after {
  content: "\e1e9\e1e9";
}

.fa-duotone.fa-meter-droplet:after,
.fad.fa-meter-droplet:after {
  content: "\e1ea\e1ea";
}

.fa-duotone.fa-meter-fire:after,
.fad.fa-meter-fire:after {
  content: "\e1eb\e1eb";
}

.fa-duotone.fa-microchip:after,
.fad.fa-microchip:after {
  content: "\f2db\f2db";
}

.fa-duotone.fa-microchip-ai:after,
.fad.fa-microchip-ai:after {
  content: "\e1ec\e1ec";
}

.fa-duotone.fa-microphone:after,
.fad.fa-microphone:after {
  content: "\f130\f130";
}

.fa-duotone.fa-microphone-alt:after,
.fa-duotone.fa-microphone-lines:after,
.fad.fa-microphone-alt:after,
.fad.fa-microphone-lines:after {
  content: "\f3c9\f3c9";
}

.fa-duotone.fa-microphone-alt-slash:after,
.fa-duotone.fa-microphone-lines-slash:after,
.fad.fa-microphone-alt-slash:after,
.fad.fa-microphone-lines-slash:after {
  content: "\f539\f539";
}

.fa-duotone.fa-microphone-slash:after,
.fad.fa-microphone-slash:after {
  content: "\f131\f131";
}

.fa-duotone.fa-microphone-stand:after,
.fad.fa-microphone-stand:after {
  content: "\f8cb\f8cb";
}

.fa-duotone.fa-microscope:after,
.fad.fa-microscope:after {
  content: "\f610\f610";
}

.fa-duotone.fa-microwave:after,
.fad.fa-microwave:after {
  content: "\e01b\e01b";
}

.fa-duotone.fa-mill-sign:after,
.fad.fa-mill-sign:after {
  content: "\e1ed\e1ed";
}

.fa-duotone.fa-compress-arrows-alt:after,
.fa-duotone.fa-minimize:after,
.fad.fa-compress-arrows-alt:after,
.fad.fa-minimize:after {
  content: "\f78c\f78c";
}

.fa-duotone.fa-minus:after,
.fa-duotone.fa-subtract:after,
.fad.fa-minus:after,
.fad.fa-subtract:after {
  content: "\f068\f068";
}

.fa-duotone.fa-mistletoe:after,
.fad.fa-mistletoe:after {
  content: "\f7b4\f7b4";
}

.fa-duotone.fa-mitten:after,
.fad.fa-mitten:after {
  content: "\f7b5\f7b5";
}

.fa-duotone.fa-mobile-android:after,
.fa-duotone.fa-mobile-phone:after,
.fa-duotone.fa-mobile:after,
.fad.fa-mobile-android:after,
.fad.fa-mobile-phone:after,
.fad.fa-mobile:after {
  content: "\f3ce\f3ce";
}

.fa-duotone.fa-mobile-button:after,
.fad.fa-mobile-button:after {
  content: "\f10b\f10b";
}

.fa-duotone.fa-mobile-iphone:after,
.fa-duotone.fa-mobile-notch:after,
.fad.fa-mobile-iphone:after,
.fad.fa-mobile-notch:after {
  content: "\e1ee\e1ee";
}

.fa-duotone.fa-mobile-android-alt:after,
.fa-duotone.fa-mobile-screen:after,
.fad.fa-mobile-android-alt:after,
.fad.fa-mobile-screen:after {
  content: "\f3cf\f3cf";
}

.fa-duotone.fa-mobile-alt:after,
.fa-duotone.fa-mobile-screen-button:after,
.fad.fa-mobile-alt:after,
.fad.fa-mobile-screen-button:after {
  content: "\f3cd\f3cd";
}

.fa-duotone.fa-mobile-signal:after,
.fad.fa-mobile-signal:after {
  content: "\e1ef\e1ef";
}

.fa-duotone.fa-mobile-signal-out:after,
.fad.fa-mobile-signal-out:after {
  content: "\e1f0\e1f0";
}

.fa-duotone.fa-money-bill:after,
.fad.fa-money-bill:after {
  content: "\f0d6\f0d6";
}

.fa-duotone.fa-money-bill-1:after,
.fa-duotone.fa-money-bill-alt:after,
.fad.fa-money-bill-1:after,
.fad.fa-money-bill-alt:after {
  content: "\f3d1\f3d1";
}

.fa-duotone.fa-money-bill-1-wave:after,
.fa-duotone.fa-money-bill-wave-alt:after,
.fad.fa-money-bill-1-wave:after,
.fad.fa-money-bill-wave-alt:after {
  content: "\f53b\f53b";
}

.fa-duotone.fa-money-bill-simple:after,
.fad.fa-money-bill-simple:after {
  content: "\e1f1\e1f1";
}

.fa-duotone.fa-money-bill-simple-wave:after,
.fad.fa-money-bill-simple-wave:after {
  content: "\e1f2\e1f2";
}

.fa-duotone.fa-money-bill-wave:after,
.fad.fa-money-bill-wave:after {
  content: "\f53a\f53a";
}

.fa-duotone.fa-money-bills:after,
.fad.fa-money-bills:after {
  content: "\e1f3\e1f3";
}

.fa-duotone.fa-money-bills-alt:after,
.fa-duotone.fa-money-bills-simple:after,
.fad.fa-money-bills-alt:after,
.fad.fa-money-bills-simple:after {
  content: "\e1f4\e1f4";
}

.fa-duotone.fa-money-check:after,
.fad.fa-money-check:after {
  content: "\f53c\f53c";
}

.fa-duotone.fa-money-check-alt:after,
.fa-duotone.fa-money-check-dollar:after,
.fad.fa-money-check-alt:after,
.fad.fa-money-check-dollar:after {
  content: "\f53d\f53d";
}

.fa-duotone.fa-money-check-dollar-pen:after,
.fa-duotone.fa-money-check-edit-alt:after,
.fad.fa-money-check-dollar-pen:after,
.fad.fa-money-check-edit-alt:after {
  content: "\f873\f873";
}

.fa-duotone.fa-money-check-edit:after,
.fa-duotone.fa-money-check-pen:after,
.fad.fa-money-check-edit:after,
.fad.fa-money-check-pen:after {
  content: "\f872\f872";
}

.fa-duotone.fa-money-from-bracket:after,
.fad.fa-money-from-bracket:after {
  content: "\e312\e312";
}

.fa-duotone.fa-money-simple-from-bracket:after,
.fad.fa-money-simple-from-bracket:after {
  content: "\e313\e313";
}

.fa-duotone.fa-monitor-heart-rate:after,
.fa-duotone.fa-monitor-waveform:after,
.fad.fa-monitor-heart-rate:after,
.fad.fa-monitor-waveform:after {
  content: "\f611\f611";
}

.fa-duotone.fa-monkey:after,
.fad.fa-monkey:after {
  content: "\f6fb\f6fb";
}

.fa-duotone.fa-monument:after,
.fad.fa-monument:after {
  content: "\f5a6\f5a6";
}

.fa-duotone.fa-moon:after,
.fad.fa-moon:after {
  content: "\f186\f186";
}

.fa-duotone.fa-moon-cloud:after,
.fad.fa-moon-cloud:after {
  content: "\f754\f754";
}

.fa-duotone.fa-eclipse-alt:after,
.fa-duotone.fa-moon-over-sun:after,
.fad.fa-eclipse-alt:after,
.fad.fa-moon-over-sun:after {
  content: "\f74a\f74a";
}

.fa-duotone.fa-moon-stars:after,
.fad.fa-moon-stars:after {
  content: "\f755\f755";
}

.fa-duotone.fa-moped:after,
.fad.fa-moped:after {
  content: "\e3b9\e3b9";
}

.fa-duotone.fa-mortar-pestle:after,
.fad.fa-mortar-pestle:after {
  content: "\f5a7\f5a7";
}

.fa-duotone.fa-mosque:after,
.fad.fa-mosque:after {
  content: "\f678\f678";
}

.fa-duotone.fa-motorcycle:after,
.fad.fa-motorcycle:after {
  content: "\f21c\f21c";
}

.fa-duotone.fa-mountain:after,
.fad.fa-mountain:after {
  content: "\f6fc\f6fc";
}

.fa-duotone.fa-mountains:after,
.fad.fa-mountains:after {
  content: "\f6fd\f6fd";
}

.fa-duotone.fa-mp3-player:after,
.fad.fa-mp3-player:after {
  content: "\f8ce\f8ce";
}

.fa-duotone.fa-mug:after,
.fad.fa-mug:after {
  content: "\f874\f874";
}

.fa-duotone.fa-mug-hot:after,
.fad.fa-mug-hot:after {
  content: "\f7b6\f7b6";
}

.fa-duotone.fa-mug-marshmallows:after,
.fad.fa-mug-marshmallows:after {
  content: "\f7b7\f7b7";
}

.fa-duotone.fa-coffee:after,
.fa-duotone.fa-mug-saucer:after,
.fad.fa-coffee:after,
.fad.fa-mug-saucer:after {
  content: "\f0f4\f0f4";
}

.fa-duotone.fa-mug-tea:after,
.fad.fa-mug-tea:after {
  content: "\f875\f875";
}

.fa-duotone.fa-mug-tea-saucer:after,
.fad.fa-mug-tea-saucer:after {
  content: "\e1f5\e1f5";
}

.fa-duotone.fa-mushroom:after,
.fad.fa-mushroom:after {
  content: "\e425\e425";
}

.fa-duotone.fa-music:after,
.fad.fa-music:after {
  content: "\f001\f001";
}

.fa-duotone.fa-music-alt:after,
.fa-duotone.fa-music-note:after,
.fad.fa-music-alt:after,
.fad.fa-music-note:after {
  content: "\f8cf\f8cf";
}

.fa-duotone.fa-music-alt-slash:after,
.fa-duotone.fa-music-note-slash:after,
.fad.fa-music-alt-slash:after,
.fad.fa-music-note-slash:after {
  content: "\f8d0\f8d0";
}

.fa-duotone.fa-music-slash:after,
.fad.fa-music-slash:after {
  content: "\f8d1\f8d1";
}

.fa-duotone.fa-n:after,
.fad.fa-n:after {
  content: "NN";
}

.fa-duotone.fa-naira-sign:after,
.fad.fa-naira-sign:after {
  content: "\e1f6\e1f6";
}

.fa-duotone.fa-narwhal:after,
.fad.fa-narwhal:after {
  content: "\f6fe\f6fe";
}

.fa-duotone.fa-nesting-dolls:after,
.fad.fa-nesting-dolls:after {
  content: "\e3ba\e3ba";
}

.fa-duotone.fa-network-wired:after,
.fad.fa-network-wired:after {
  content: "\f6ff\f6ff";
}

.fa-duotone.fa-neuter:after,
.fad.fa-neuter:after {
  content: "\f22c\f22c";
}

.fa-duotone.fa-newspaper:after,
.fad.fa-newspaper:after {
  content: "\f1ea\f1ea";
}

.fa-duotone.fa-nfc:after,
.fad.fa-nfc:after {
  content: "\e1f7\e1f7";
}

.fa-duotone.fa-nfc-lock:after,
.fad.fa-nfc-lock:after {
  content: "\e1f8\e1f8";
}

.fa-duotone.fa-nfc-magnifying-glass:after,
.fad.fa-nfc-magnifying-glass:after {
  content: "\e1f9\e1f9";
}

.fa-duotone.fa-nfc-pen:after,
.fad.fa-nfc-pen:after {
  content: "\e1fa\e1fa";
}

.fa-duotone.fa-nfc-signal:after,
.fad.fa-nfc-signal:after {
  content: "\e1fb\e1fb";
}

.fa-duotone.fa-nfc-slash:after,
.fad.fa-nfc-slash:after {
  content: "\e1fc\e1fc";
}

.fa-duotone.fa-nfc-trash:after,
.fad.fa-nfc-trash:after {
  content: "\e1fd\e1fd";
}

.fa-duotone.fa-not-equal:after,
.fad.fa-not-equal:after {
  content: "\f53e\f53e";
}

.fa-duotone.fa-notdef:after,
.fad.fa-notdef:after {
  content: "\e1fe\e1fe";
}

.fa-duotone.fa-note:after,
.fad.fa-note:after {
  content: "\e1ff\e1ff";
}

.fa-duotone.fa-note-medical:after,
.fad.fa-note-medical:after {
  content: "\e200\e200";
}

.fa-duotone.fa-note-sticky:after,
.fa-duotone.fa-sticky-note:after,
.fad.fa-note-sticky:after,
.fad.fa-sticky-note:after {
  content: "\f249\f249";
}

.fa-duotone.fa-notebook:after,
.fad.fa-notebook:after {
  content: "\e201\e201";
}

.fa-duotone.fa-notes:after,
.fad.fa-notes:after {
  content: "\e202\e202";
}

.fa-duotone.fa-notes-medical:after,
.fad.fa-notes-medical:after {
  content: "\f481\f481";
}

.fa-duotone.fa-o:after,
.fad.fa-o:after {
  content: "OO";
}

.fa-duotone.fa-object-exclude:after,
.fad.fa-object-exclude:after {
  content: "\e49c\e49c";
}

.fa-duotone.fa-object-group:after,
.fad.fa-object-group:after {
  content: "\f247\f247";
}

.fa-duotone.fa-object-intersect:after,
.fad.fa-object-intersect:after {
  content: "\e49d\e49d";
}

.fa-duotone.fa-object-subtract:after,
.fad.fa-object-subtract:after {
  content: "\e49e\e49e";
}

.fa-duotone.fa-object-ungroup:after,
.fad.fa-object-ungroup:after {
  content: "\f248\f248";
}

.fa-duotone.fa-object-union:after,
.fad.fa-object-union:after {
  content: "\e49f\e49f";
}

.fa-duotone.fa-objects-align-bottom:after,
.fad.fa-objects-align-bottom:after {
  content: "\e3bb\e3bb";
}

.fa-duotone.fa-objects-align-center-horizontal:after,
.fad.fa-objects-align-center-horizontal:after {
  content: "\e3bc\e3bc";
}

.fa-duotone.fa-objects-align-center-vertical:after,
.fad.fa-objects-align-center-vertical:after {
  content: "\e3bd\e3bd";
}

.fa-duotone.fa-objects-align-left:after,
.fad.fa-objects-align-left:after {
  content: "\e3be\e3be";
}

.fa-duotone.fa-objects-align-right:after,
.fad.fa-objects-align-right:after {
  content: "\e3bf\e3bf";
}

.fa-duotone.fa-objects-align-top:after,
.fad.fa-objects-align-top:after {
  content: "\e3c0\e3c0";
}

.fa-duotone.fa-objects-column:after,
.fad.fa-objects-column:after {
  content: "\e3c1\e3c1";
}

.fa-duotone.fa-octagon:after,
.fad.fa-octagon:after {
  content: "\f306\f306";
}

.fa-duotone.fa-octagon-check:after,
.fad.fa-octagon-check:after {
  content: "\e426\e426";
}

.fa-duotone.fa-octagon-divide:after,
.fad.fa-octagon-divide:after {
  content: "\e203\e203";
}

.fa-duotone.fa-octagon-exclamation:after,
.fad.fa-octagon-exclamation:after {
  content: "\e204\e204";
}

.fa-duotone.fa-minus-octagon:after,
.fa-duotone.fa-octagon-minus:after,
.fad.fa-minus-octagon:after,
.fad.fa-octagon-minus:after {
  content: "\f308\f308";
}

.fa-duotone.fa-octagon-plus:after,
.fa-duotone.fa-plus-octagon:after,
.fad.fa-octagon-plus:after,
.fad.fa-plus-octagon:after {
  content: "\f301\f301";
}

.fa-duotone.fa-octagon-xmark:after,
.fa-duotone.fa-times-octagon:after,
.fa-duotone.fa-xmark-octagon:after,
.fad.fa-octagon-xmark:after,
.fad.fa-times-octagon:after,
.fad.fa-xmark-octagon:after {
  content: "\f2f0\f2f0";
}

.fa-duotone.fa-oil-can:after,
.fad.fa-oil-can:after {
  content: "\f613\f613";
}

.fa-duotone.fa-oil-can-drip:after,
.fad.fa-oil-can-drip:after {
  content: "\e205\e205";
}

.fa-duotone.fa-oil-temp:after,
.fa-duotone.fa-oil-temperature:after,
.fad.fa-oil-temp:after,
.fad.fa-oil-temperature:after {
  content: "\f614\f614";
}

.fa-duotone.fa-olive:after,
.fad.fa-olive:after {
  content: "\e316\e316";
}

.fa-duotone.fa-olive-branch:after,
.fad.fa-olive-branch:after {
  content: "\e317\e317";
}

.fa-duotone.fa-om:after,
.fad.fa-om:after {
  content: "\f679\f679";
}

.fa-duotone.fa-omega:after,
.fad.fa-omega:after {
  content: "\f67a\f67a";
}

.fa-duotone.fa-onion:after,
.fad.fa-onion:after {
  content: "\e427\e427";
}

.fa-duotone.fa-option:after,
.fad.fa-option:after {
  content: "\e318\e318";
}

.fa-duotone.fa-ornament:after,
.fad.fa-ornament:after {
  content: "\f7b8\f7b8";
}

.fa-duotone.fa-otter:after,
.fad.fa-otter:after {
  content: "\f700\f700";
}

.fa-duotone.fa-dedent:after,
.fa-duotone.fa-outdent:after,
.fad.fa-dedent:after,
.fad.fa-outdent:after {
  content: "\f03b\f03b";
}

.fa-duotone.fa-outlet:after,
.fad.fa-outlet:after {
  content: "\e01c\e01c";
}

.fa-duotone.fa-oven:after,
.fad.fa-oven:after {
  content: "\e01d\e01d";
}

.fa-duotone.fa-overline:after,
.fad.fa-overline:after {
  content: "\f876\f876";
}

.fa-duotone.fa-p:after,
.fad.fa-p:after {
  content: "PP";
}

.fa-duotone.fa-page:after,
.fad.fa-page:after {
  content: "\e428\e428";
}

.fa-duotone.fa-file-caret-down:after,
.fa-duotone.fa-page-caret-down:after,
.fad.fa-file-caret-down:after,
.fad.fa-page-caret-down:after {
  content: "\e429\e429";
}

.fa-duotone.fa-file-caret-up:after,
.fa-duotone.fa-page-caret-up:after,
.fad.fa-file-caret-up:after,
.fad.fa-page-caret-up:after {
  content: "\e42a\e42a";
}

.fa-duotone.fa-pager:after,
.fad.fa-pager:after {
  content: "\f815\f815";
}

.fa-duotone.fa-paint-roller:after,
.fad.fa-paint-roller:after {
  content: "\f5aa\f5aa";
}

.fa-duotone.fa-paint-brush:after,
.fa-duotone.fa-paintbrush:after,
.fad.fa-paint-brush:after,
.fad.fa-paintbrush:after {
  content: "\f1fc\f1fc";
}

.fa-duotone.fa-paint-brush-alt:after,
.fa-duotone.fa-paint-brush-fine:after,
.fa-duotone.fa-paintbrush-alt:after,
.fa-duotone.fa-paintbrush-fine:after,
.fad.fa-paint-brush-alt:after,
.fad.fa-paint-brush-fine:after,
.fad.fa-paintbrush-alt:after,
.fad.fa-paintbrush-fine:after {
  content: "\f5a9\f5a9";
}

.fa-duotone.fa-paintbrush-pencil:after,
.fad.fa-paintbrush-pencil:after {
  content: "\e206\e206";
}

.fa-duotone.fa-palette:after,
.fad.fa-palette:after {
  content: "\f53f\f53f";
}

.fa-duotone.fa-pallet:after,
.fad.fa-pallet:after {
  content: "\f482\f482";
}

.fa-duotone.fa-pallet-box:after,
.fad.fa-pallet-box:after {
  content: "\e208\e208";
}

.fa-duotone.fa-palette-boxes:after,
.fa-duotone.fa-pallet-alt:after,
.fa-duotone.fa-pallet-boxes:after,
.fad.fa-palette-boxes:after,
.fad.fa-pallet-alt:after,
.fad.fa-pallet-boxes:after {
  content: "\f483\f483";
}

.fa-duotone.fa-pan-food:after,
.fad.fa-pan-food:after {
  content: "\e42b\e42b";
}

.fa-duotone.fa-pan-frying:after,
.fad.fa-pan-frying:after {
  content: "\e42c\e42c";
}

.fa-duotone.fa-pancakes:after,
.fad.fa-pancakes:after {
  content: "\e42d\e42d";
}

.fa-duotone.fa-panel-ews:after,
.fad.fa-panel-ews:after {
  content: "\e42e\e42e";
}

.fa-duotone.fa-panel-fire:after,
.fad.fa-panel-fire:after {
  content: "\e42f\e42f";
}

.fa-duotone.fa-panorama:after,
.fad.fa-panorama:after {
  content: "\e209\e209";
}

.fa-duotone.fa-paper-plane:after,
.fad.fa-paper-plane:after {
  content: "\f1d8\f1d8";
}

.fa-duotone.fa-paper-plane-alt:after,
.fa-duotone.fa-paper-plane-top:after,
.fa-duotone.fa-send:after,
.fad.fa-paper-plane-alt:after,
.fad.fa-paper-plane-top:after,
.fad.fa-send:after {
  content: "\e20a\e20a";
}

.fa-duotone.fa-paperclip:after,
.fad.fa-paperclip:after {
  content: "\f0c6\f0c6";
}

.fa-duotone.fa-paperclip-vertical:after,
.fad.fa-paperclip-vertical:after {
  content: "\e3c2\e3c2";
}

.fa-duotone.fa-parachute-box:after,
.fad.fa-parachute-box:after {
  content: "\f4cd\f4cd";
}

.fa-duotone.fa-paragraph:after,
.fad.fa-paragraph:after {
  content: "\f1dd\f1dd";
}

.fa-duotone.fa-paragraph-left:after,
.fa-duotone.fa-paragraph-rtl:after,
.fad.fa-paragraph-left:after,
.fad.fa-paragraph-rtl:after {
  content: "\f878\f878";
}

.fa-duotone.fa-party-bell:after,
.fad.fa-party-bell:after {
  content: "\e31a\e31a";
}

.fa-duotone.fa-party-horn:after,
.fad.fa-party-horn:after {
  content: "\e31b\e31b";
}

.fa-duotone.fa-passport:after,
.fad.fa-passport:after {
  content: "\f5ab\f5ab";
}

.fa-duotone.fa-file-clipboard:after,
.fa-duotone.fa-paste:after,
.fad.fa-file-clipboard:after,
.fad.fa-paste:after {
  content: "\f0ea\f0ea";
}

.fa-duotone.fa-pause:after,
.fad.fa-pause:after {
  content: "\f04c\f04c";
}

.fa-duotone.fa-paw:after,
.fad.fa-paw:after {
  content: "\f1b0\f1b0";
}

.fa-duotone.fa-paw-claws:after,
.fad.fa-paw-claws:after {
  content: "\f702\f702";
}

.fa-duotone.fa-paw-alt:after,
.fa-duotone.fa-paw-simple:after,
.fad.fa-paw-alt:after,
.fad.fa-paw-simple:after {
  content: "\f701\f701";
}

.fa-duotone.fa-peace:after,
.fad.fa-peace:after {
  content: "\f67c\f67c";
}

.fa-duotone.fa-peach:after,
.fad.fa-peach:after {
  content: "\e20b\e20b";
}

.fa-duotone.fa-peanut:after,
.fad.fa-peanut:after {
  content: "\e430\e430";
}

.fa-duotone.fa-peanuts:after,
.fad.fa-peanuts:after {
  content: "\e431\e431";
}

.fa-duotone.fa-peapod:after,
.fad.fa-peapod:after {
  content: "\e31c\e31c";
}

.fa-duotone.fa-pear:after,
.fad.fa-pear:after {
  content: "\e20c\e20c";
}

.fa-duotone.fa-pedestal:after,
.fad.fa-pedestal:after {
  content: "\e20d\e20d";
}

.fa-duotone.fa-pegasus:after,
.fad.fa-pegasus:after {
  content: "\f703\f703";
}

.fa-duotone.fa-pen:after,
.fad.fa-pen:after {
  content: "\f304\f304";
}

.fa-duotone.fa-pen-circle:after,
.fad.fa-pen-circle:after {
  content: "\e20e\e20e";
}

.fa-duotone.fa-pen-alt:after,
.fa-duotone.fa-pen-clip:after,
.fad.fa-pen-alt:after,
.fad.fa-pen-clip:after {
  content: "\f305\f305";
}

.fa-duotone.fa-pen-alt-slash:after,
.fa-duotone.fa-pen-clip-slash:after,
.fad.fa-pen-alt-slash:after,
.fad.fa-pen-clip-slash:after {
  content: "\e20f\e20f";
}

.fa-duotone.fa-pen-fancy:after,
.fad.fa-pen-fancy:after {
  content: "\f5ac\f5ac";
}

.fa-duotone.fa-pen-fancy-slash:after,
.fad.fa-pen-fancy-slash:after {
  content: "\e210\e210";
}

.fa-duotone.fa-pen-field:after,
.fad.fa-pen-field:after {
  content: "\e211\e211";
}

.fa-duotone.fa-pen-line:after,
.fad.fa-pen-line:after {
  content: "\e212\e212";
}

.fa-duotone.fa-pen-nib:after,
.fad.fa-pen-nib:after {
  content: "\f5ad\f5ad";
}

.fa-duotone.fa-pen-nib-slash:after,
.fad.fa-pen-nib-slash:after {
  content: "\e4a1\e4a1";
}

.fa-duotone.fa-pen-paintbrush:after,
.fa-duotone.fa-pencil-paintbrush:after,
.fad.fa-pen-paintbrush:after,
.fad.fa-pencil-paintbrush:after {
  content: "\f618\f618";
}

.fa-duotone.fa-pen-ruler:after,
.fa-duotone.fa-pencil-ruler:after,
.fad.fa-pen-ruler:after,
.fad.fa-pencil-ruler:after {
  content: "\f5ae\f5ae";
}

.fa-duotone.fa-pen-slash:after,
.fad.fa-pen-slash:after {
  content: "\e213\e213";
}

.fa-duotone.fa-pen-swirl:after,
.fad.fa-pen-swirl:after {
  content: "\e214\e214";
}

.fa-duotone.fa-edit:after,
.fa-duotone.fa-pen-to-square:after,
.fad.fa-edit:after,
.fad.fa-pen-to-square:after {
  content: "\f044\f044";
}

.fa-duotone.fa-pencil-alt:after,
.fa-duotone.fa-pencil:after,
.fad.fa-pencil-alt:after,
.fad.fa-pencil:after {
  content: "\f303\f303";
}

.fa-duotone.fa-pencil-slash:after,
.fad.fa-pencil-slash:after {
  content: "\e215\e215";
}

.fa-duotone.fa-people:after,
.fad.fa-people:after {
  content: "\e216\e216";
}

.fa-duotone.fa-people-arrows-left-right:after,
.fa-duotone.fa-people-arrows:after,
.fad.fa-people-arrows-left-right:after,
.fad.fa-people-arrows:after {
  content: "\e068\e068";
}

.fa-duotone.fa-people-carry-box:after,
.fa-duotone.fa-people-carry:after,
.fad.fa-people-carry-box:after,
.fad.fa-people-carry:after {
  content: "\f4ce\f4ce";
}

.fa-duotone.fa-people-dress:after,
.fad.fa-people-dress:after {
  content: "\e217\e217";
}

.fa-duotone.fa-people-dress-simple:after,
.fad.fa-people-dress-simple:after {
  content: "\e218\e218";
}

.fa-duotone.fa-people-pants:after,
.fad.fa-people-pants:after {
  content: "\e219\e219";
}

.fa-duotone.fa-people-pants-simple:after,
.fad.fa-people-pants-simple:after {
  content: "\e21a\e21a";
}

.fa-duotone.fa-people-simple:after,
.fad.fa-people-simple:after {
  content: "\e21b\e21b";
}

.fa-duotone.fa-pepper:after,
.fad.fa-pepper:after {
  content: "\e432\e432";
}

.fa-duotone.fa-pepper-hot:after,
.fad.fa-pepper-hot:after {
  content: "\f816\f816";
}

.fa-duotone.fa-percent:after,
.fa-duotone.fa-percentage:after,
.fad.fa-percent:after,
.fad.fa-percentage:after {
  content: "%%";
}

.fa-duotone.fa-period:after,
.fad.fa-period:after {
  content: "..";
}

.fa-duotone.fa-male:after,
.fa-duotone.fa-person:after,
.fad.fa-male:after,
.fad.fa-person:after {
  content: "\f183\f183";
}

.fa-duotone.fa-biking:after,
.fa-duotone.fa-person-biking:after,
.fad.fa-biking:after,
.fad.fa-person-biking:after {
  content: "\f84a\f84a";
}

.fa-duotone.fa-biking-mountain:after,
.fa-duotone.fa-person-biking-mountain:after,
.fad.fa-biking-mountain:after,
.fad.fa-person-biking-mountain:after {
  content: "\f84b\f84b";
}

.fa-duotone.fa-person-booth:after,
.fad.fa-person-booth:after {
  content: "\f756\f756";
}

.fa-duotone.fa-person-carry-box:after,
.fa-duotone.fa-person-carry:after,
.fad.fa-person-carry-box:after,
.fad.fa-person-carry:after {
  content: "\f4cf\f4cf";
}

.fa-duotone.fa-digging:after,
.fa-duotone.fa-person-digging:after,
.fad.fa-digging:after,
.fad.fa-person-digging:after {
  content: "\f85e\f85e";
}

.fa-duotone.fa-person-dolly:after,
.fad.fa-person-dolly:after {
  content: "\f4d0\f4d0";
}

.fa-duotone.fa-person-dolly-empty:after,
.fad.fa-person-dolly-empty:after {
  content: "\f4d1\f4d1";
}

.fa-duotone.fa-diagnoses:after,
.fa-duotone.fa-person-dots-from-line:after,
.fad.fa-diagnoses:after,
.fad.fa-person-dots-from-line:after {
  content: "\f470\f470";
}

.fa-duotone.fa-female:after,
.fa-duotone.fa-person-dress:after,
.fad.fa-female:after,
.fad.fa-person-dress:after {
  content: "\f182\f182";
}

.fa-duotone.fa-person-dress-simple:after,
.fad.fa-person-dress-simple:after {
  content: "\e21c\e21c";
}

.fa-duotone.fa-person-from-portal:after,
.fa-duotone.fa-portal-exit:after,
.fad.fa-person-from-portal:after,
.fad.fa-portal-exit:after {
  content: "\e023\e023";
}

.fa-duotone.fa-hiking:after,
.fa-duotone.fa-person-hiking:after,
.fad.fa-hiking:after,
.fad.fa-person-hiking:after {
  content: "\f6ec\f6ec";
}

.fa-duotone.fa-person-pinball:after,
.fad.fa-person-pinball:after {
  content: "\e21d\e21d";
}

.fa-duotone.fa-person-praying:after,
.fa-duotone.fa-pray:after,
.fad.fa-person-praying:after,
.fad.fa-pray:after {
  content: "\f683\f683";
}

.fa-duotone.fa-person-pregnant:after,
.fad.fa-person-pregnant:after {
  content: "\e31e\e31e";
}

.fa-duotone.fa-person-running:after,
.fa-duotone.fa-running:after,
.fad.fa-person-running:after,
.fad.fa-running:after {
  content: "\f70c\f70c";
}

.fa-duotone.fa-person-seat:after,
.fad.fa-person-seat:after {
  content: "\e21e\e21e";
}

.fa-duotone.fa-person-seat-reclined:after,
.fad.fa-person-seat-reclined:after {
  content: "\e21f\e21f";
}

.fa-duotone.fa-person-sign:after,
.fad.fa-person-sign:after {
  content: "\f757\f757";
}

.fa-duotone.fa-person-simple:after,
.fad.fa-person-simple:after {
  content: "\e220\e220";
}

.fa-duotone.fa-person-skating:after,
.fa-duotone.fa-skating:after,
.fad.fa-person-skating:after,
.fad.fa-skating:after {
  content: "\f7c5\f7c5";
}

.fa-duotone.fa-person-ski-jumping:after,
.fa-duotone.fa-ski-jump:after,
.fad.fa-person-ski-jumping:after,
.fad.fa-ski-jump:after {
  content: "\f7c7\f7c7";
}

.fa-duotone.fa-person-ski-lift:after,
.fa-duotone.fa-ski-lift:after,
.fad.fa-person-ski-lift:after,
.fad.fa-ski-lift:after {
  content: "\f7c8\f7c8";
}

.fa-duotone.fa-person-skiing:after,
.fa-duotone.fa-skiing:after,
.fad.fa-person-skiing:after,
.fad.fa-skiing:after {
  content: "\f7c9\f7c9";
}

.fa-duotone.fa-person-skiing-nordic:after,
.fa-duotone.fa-skiing-nordic:after,
.fad.fa-person-skiing-nordic:after,
.fad.fa-skiing-nordic:after {
  content: "\f7ca\f7ca";
}

.fa-duotone.fa-person-sledding:after,
.fa-duotone.fa-sledding:after,
.fad.fa-person-sledding:after,
.fad.fa-sledding:after {
  content: "\f7cb\f7cb";
}

.fa-duotone.fa-person-snowboarding:after,
.fa-duotone.fa-snowboarding:after,
.fad.fa-person-snowboarding:after,
.fad.fa-snowboarding:after {
  content: "\f7ce\f7ce";
}

.fa-duotone.fa-person-snowmobiling:after,
.fa-duotone.fa-snowmobile:after,
.fad.fa-person-snowmobiling:after,
.fad.fa-snowmobile:after {
  content: "\f7d1\f7d1";
}

.fa-duotone.fa-person-swimming:after,
.fa-duotone.fa-swimmer:after,
.fad.fa-person-swimming:after,
.fad.fa-swimmer:after {
  content: "\f5c4\f5c4";
}

.fa-duotone.fa-person-to-door:after,
.fad.fa-person-to-door:after {
  content: "\e433\e433";
}

.fa-duotone.fa-person-to-portal:after,
.fa-duotone.fa-portal-enter:after,
.fad.fa-person-to-portal:after,
.fad.fa-portal-enter:after {
  content: "\e022\e022";
}

.fa-duotone.fa-person-walking:after,
.fa-duotone.fa-walking:after,
.fad.fa-person-walking:after,
.fad.fa-walking:after {
  content: "\f554\f554";
}

.fa-duotone.fa-blind:after,
.fa-duotone.fa-person-walking-with-cane:after,
.fad.fa-blind:after,
.fad.fa-person-walking-with-cane:after {
  content: "\f29d\f29d";
}

.fa-duotone.fa-peseta-sign:after,
.fad.fa-peseta-sign:after {
  content: "\e221\e221";
}

.fa-duotone.fa-peso-sign:after,
.fad.fa-peso-sign:after {
  content: "\e222\e222";
}

.fa-duotone.fa-phone:after,
.fad.fa-phone:after {
  content: "\f095\f095";
}

.fa-duotone.fa-phone-arrow-down-left:after,
.fa-duotone.fa-phone-arrow-down:after,
.fa-duotone.fa-phone-incoming:after,
.fad.fa-phone-arrow-down-left:after,
.fad.fa-phone-arrow-down:after,
.fad.fa-phone-incoming:after {
  content: "\e223\e223";
}

.fa-duotone.fa-phone-arrow-up-right:after,
.fa-duotone.fa-phone-arrow-up:after,
.fa-duotone.fa-phone-outgoing:after,
.fad.fa-phone-arrow-up-right:after,
.fad.fa-phone-arrow-up:after,
.fad.fa-phone-outgoing:after {
  content: "\e224\e224";
}

.fa-duotone.fa-phone-alt:after,
.fa-duotone.fa-phone-flip:after,
.fad.fa-phone-alt:after,
.fad.fa-phone-flip:after {
  content: "\f879\f879";
}

.fa-duotone.fa-phone-hangup:after,
.fad.fa-phone-hangup:after {
  content: "\e225\e225";
}

.fa-duotone.fa-phone-intercom:after,
.fad.fa-phone-intercom:after {
  content: "\e434\e434";
}

.fa-duotone.fa-phone-missed:after,
.fad.fa-phone-missed:after {
  content: "\e226\e226";
}

.fa-duotone.fa-phone-office:after,
.fad.fa-phone-office:after {
  content: "\f67d\f67d";
}

.fa-duotone.fa-phone-plus:after,
.fad.fa-phone-plus:after {
  content: "\f4d2\f4d2";
}

.fa-duotone.fa-phone-rotary:after,
.fad.fa-phone-rotary:after {
  content: "\f8d3\f8d3";
}

.fa-duotone.fa-phone-slash:after,
.fad.fa-phone-slash:after {
  content: "\f3dd\f3dd";
}

.fa-duotone.fa-phone-volume:after,
.fa-duotone.fa-volume-control-phone:after,
.fad.fa-phone-volume:after,
.fad.fa-volume-control-phone:after {
  content: "\f2a0\f2a0";
}

.fa-duotone.fa-phone-xmark:after,
.fad.fa-phone-xmark:after {
  content: "\e227\e227";
}

.fa-duotone.fa-photo-film:after,
.fa-duotone.fa-photo-video:after,
.fad.fa-photo-film:after,
.fad.fa-photo-video:after {
  content: "\f87c\f87c";
}

.fa-duotone.fa-photo-film-music:after,
.fad.fa-photo-film-music:after {
  content: "\e228\e228";
}

.fa-duotone.fa-pi:after,
.fad.fa-pi:after {
  content: "\f67e\f67e";
}

.fa-duotone.fa-piano:after,
.fad.fa-piano:after {
  content: "\f8d4\f8d4";
}

.fa-duotone.fa-piano-keyboard:after,
.fad.fa-piano-keyboard:after {
  content: "\f8d5\f8d5";
}

.fa-duotone.fa-pickleball:after,
.fad.fa-pickleball:after {
  content: "\e435\e435";
}

.fa-duotone.fa-pie:after,
.fad.fa-pie:after {
  content: "\f705\f705";
}

.fa-duotone.fa-pig:after,
.fad.fa-pig:after {
  content: "\f706\f706";
}

.fa-duotone.fa-piggy-bank:after,
.fad.fa-piggy-bank:after {
  content: "\f4d3\f4d3";
}

.fa-duotone.fa-pills:after,
.fad.fa-pills:after {
  content: "\f484\f484";
}

.fa-duotone.fa-pinata:after,
.fad.fa-pinata:after {
  content: "\e3c3\e3c3";
}

.fa-duotone.fa-pinball:after,
.fad.fa-pinball:after {
  content: "\e229\e229";
}

.fa-duotone.fa-pineapple:after,
.fad.fa-pineapple:after {
  content: "\e31f\e31f";
}

.fa-duotone.fa-pipe:after,
.fad.fa-pipe:after {
  content: "||";
}

.fa-duotone.fa-pipe-circle-check:after,
.fad.fa-pipe-circle-check:after {
  content: "\e436\e436";
}

.fa-duotone.fa-pipe-collar:after,
.fad.fa-pipe-collar:after {
  content: "\e437\e437";
}

.fa-duotone.fa-pipe-section:after,
.fad.fa-pipe-section:after {
  content: "\e438\e438";
}

.fa-duotone.fa-pipe-smoking:after,
.fad.fa-pipe-smoking:after {
  content: "\e3c4\e3c4";
}

.fa-duotone.fa-pipe-valve:after,
.fad.fa-pipe-valve:after {
  content: "\e439\e439";
}

.fa-duotone.fa-pizza:after,
.fad.fa-pizza:after {
  content: "\f817\f817";
}

.fa-duotone.fa-pizza-slice:after,
.fad.fa-pizza-slice:after {
  content: "\f818\f818";
}

.fa-duotone.fa-place-of-worship:after,
.fad.fa-place-of-worship:after {
  content: "\f67f\f67f";
}

.fa-duotone.fa-plane:after,
.fad.fa-plane:after {
  content: "\f072\f072";
}

.fa-duotone.fa-plane-arrival:after,
.fad.fa-plane-arrival:after {
  content: "\f5af\f5af";
}

.fa-duotone.fa-plane-departure:after,
.fad.fa-plane-departure:after {
  content: "\f5b0\f5b0";
}

.fa-duotone.fa-plane-alt:after,
.fa-duotone.fa-plane-engines:after,
.fad.fa-plane-alt:after,
.fad.fa-plane-engines:after {
  content: "\f3de\f3de";
}

.fa-duotone.fa-plane-prop:after,
.fad.fa-plane-prop:after {
  content: "\e22b\e22b";
}

.fa-duotone.fa-plane-slash:after,
.fad.fa-plane-slash:after {
  content: "\e069\e069";
}

.fa-duotone.fa-plane-tail:after,
.fad.fa-plane-tail:after {
  content: "\e22c\e22c";
}

.fa-duotone.fa-plane-up:after,
.fad.fa-plane-up:after {
  content: "\e22d\e22d";
}

.fa-duotone.fa-plane-up-slash:after,
.fad.fa-plane-up-slash:after {
  content: "\e22e\e22e";
}

.fa-duotone.fa-planet-moon:after,
.fad.fa-planet-moon:after {
  content: "\e01f\e01f";
}

.fa-duotone.fa-planet-ringed:after,
.fad.fa-planet-ringed:after {
  content: "\e020\e020";
}

.fa-duotone.fa-plate-utensils:after,
.fad.fa-plate-utensils:after {
  content: "\e43b\e43b";
}

.fa-duotone.fa-play:after,
.fad.fa-play:after {
  content: "\f04b\f04b";
}

.fa-duotone.fa-play-pause:after,
.fad.fa-play-pause:after {
  content: "\e22f\e22f";
}

.fa-duotone.fa-plug:after,
.fad.fa-plug:after {
  content: "\f1e6\f1e6";
}

.fa-duotone.fa-add:after,
.fa-duotone.fa-plus:after,
.fad.fa-add:after,
.fad.fa-plus:after {
  content: "++";
}

.fa-duotone.fa-plus-minus:after,
.fad.fa-plus-minus:after {
  content: "\e43c\e43c";
}

.fa-duotone.fa-podcast:after,
.fad.fa-podcast:after {
  content: "\f2ce\f2ce";
}

.fa-duotone.fa-podium:after,
.fad.fa-podium:after {
  content: "\f680\f680";
}

.fa-duotone.fa-podium-star:after,
.fad.fa-podium-star:after {
  content: "\f758\f758";
}

.fa-duotone.fa-police-box:after,
.fad.fa-police-box:after {
  content: "\e021\e021";
}

.fa-duotone.fa-poll-people:after,
.fad.fa-poll-people:after {
  content: "\f759\f759";
}

.fa-duotone.fa-pompebled:after,
.fad.fa-pompebled:after {
  content: "\e43d\e43d";
}

.fa-duotone.fa-poo:after,
.fad.fa-poo:after {
  content: "\f2fe\f2fe";
}

.fa-duotone.fa-poo-bolt:after,
.fa-duotone.fa-poo-storm:after,
.fad.fa-poo-bolt:after,
.fad.fa-poo-storm:after {
  content: "\f75a\f75a";
}

.fa-duotone.fa-pool-8-ball:after,
.fad.fa-pool-8-ball:after {
  content: "\e3c5\e3c5";
}

.fa-duotone.fa-poop:after,
.fad.fa-poop:after {
  content: "\f619\f619";
}

.fa-duotone.fa-popcorn:after,
.fad.fa-popcorn:after {
  content: "\f819\f819";
}

.fa-duotone.fa-popsicle:after,
.fad.fa-popsicle:after {
  content: "\e43e\e43e";
}

.fa-duotone.fa-pot-food:after,
.fad.fa-pot-food:after {
  content: "\e43f\e43f";
}

.fa-duotone.fa-potato:after,
.fad.fa-potato:after {
  content: "\e440\e440";
}

.fa-duotone.fa-power-off:after,
.fad.fa-power-off:after {
  content: "\f011\f011";
}

.fa-duotone.fa-prescription:after,
.fad.fa-prescription:after {
  content: "\f5b1\f5b1";
}

.fa-duotone.fa-prescription-bottle:after,
.fad.fa-prescription-bottle:after {
  content: "\f485\f485";
}

.fa-duotone.fa-prescription-bottle-alt:after,
.fa-duotone.fa-prescription-bottle-medical:after,
.fad.fa-prescription-bottle-alt:after,
.fad.fa-prescription-bottle-medical:after {
  content: "\f486\f486";
}

.fa-duotone.fa-presentation-screen:after,
.fa-duotone.fa-presentation:after,
.fad.fa-presentation-screen:after,
.fad.fa-presentation:after {
  content: "\f685\f685";
}

.fa-duotone.fa-pretzel:after,
.fad.fa-pretzel:after {
  content: "\e441\e441";
}

.fa-duotone.fa-print:after,
.fad.fa-print:after {
  content: "\f02f\f02f";
}

.fa-duotone.fa-print-magnifying-glass:after,
.fa-duotone.fa-print-search:after,
.fad.fa-print-magnifying-glass:after,
.fad.fa-print-search:after {
  content: "\f81a\f81a";
}

.fa-duotone.fa-print-slash:after,
.fad.fa-print-slash:after {
  content: "\f686\f686";
}

.fa-duotone.fa-projector:after,
.fad.fa-projector:after {
  content: "\f8d6\f8d6";
}

.fa-duotone.fa-pump:after,
.fad.fa-pump:after {
  content: "\e442\e442";
}

.fa-duotone.fa-pump-medical:after,
.fad.fa-pump-medical:after {
  content: "\e06a\e06a";
}

.fa-duotone.fa-pump-soap:after,
.fad.fa-pump-soap:after {
  content: "\e06b\e06b";
}

.fa-duotone.fa-pumpkin:after,
.fad.fa-pumpkin:after {
  content: "\f707\f707";
}

.fa-duotone.fa-puzzle:after,
.fad.fa-puzzle:after {
  content: "\e443\e443";
}

.fa-duotone.fa-puzzle-piece:after,
.fad.fa-puzzle-piece:after {
  content: "\f12e\f12e";
}

.fa-duotone.fa-puzzle-piece-alt:after,
.fa-duotone.fa-puzzle-piece-simple:after,
.fad.fa-puzzle-piece-alt:after,
.fad.fa-puzzle-piece-simple:after {
  content: "\e231\e231";
}

.fa-duotone.fa-q:after,
.fad.fa-q:after {
  content: "QQ";
}

.fa-duotone.fa-qrcode:after,
.fad.fa-qrcode:after {
  content: "\f029\f029";
}

.fa-duotone.fa-question:after,
.fad.fa-question:after {
  content: "??";
}

.fa-duotone.fa-quote-left-alt:after,
.fa-duotone.fa-quote-left:after,
.fad.fa-quote-left-alt:after,
.fad.fa-quote-left:after {
  content: "\f10d\f10d";
}

.fa-duotone.fa-quote-right-alt:after,
.fa-duotone.fa-quote-right:after,
.fad.fa-quote-right-alt:after,
.fad.fa-quote-right:after {
  content: "\f10e\f10e";
}

.fa-duotone.fa-quotes:after,
.fad.fa-quotes:after {
  content: "\e234\e234";
}

.fa-duotone.fa-r:after,
.fad.fa-r:after {
  content: "RR";
}

.fa-duotone.fa-rabbit:after,
.fad.fa-rabbit:after {
  content: "\f708\f708";
}

.fa-duotone.fa-rabbit-fast:after,
.fa-duotone.fa-rabbit-running:after,
.fad.fa-rabbit-fast:after,
.fad.fa-rabbit-running:after {
  content: "\f709\f709";
}

.fa-duotone.fa-racquet:after,
.fad.fa-racquet:after {
  content: "\f45a\f45a";
}

.fa-duotone.fa-radar:after,
.fad.fa-radar:after {
  content: "\e024\e024";
}

.fa-duotone.fa-radiation:after,
.fad.fa-radiation:after {
  content: "\f7b9\f7b9";
}

.fa-duotone.fa-radio:after,
.fad.fa-radio:after {
  content: "\f8d7\f8d7";
}

.fa-duotone.fa-radio-alt:after,
.fa-duotone.fa-radio-tuner:after,
.fad.fa-radio-alt:after,
.fad.fa-radio-tuner:after {
  content: "\f8d8\f8d8";
}

.fa-duotone.fa-rainbow:after,
.fad.fa-rainbow:after {
  content: "\f75b\f75b";
}

.fa-duotone.fa-raindrops:after,
.fad.fa-raindrops:after {
  content: "\f75c\f75c";
}

.fa-duotone.fa-ram:after,
.fad.fa-ram:after {
  content: "\f70a\f70a";
}

.fa-duotone.fa-ramp-loading:after,
.fad.fa-ramp-loading:after {
  content: "\f4d4\f4d4";
}

.fa-duotone.fa-raygun:after,
.fad.fa-raygun:after {
  content: "\e025\e025";
}

.fa-duotone.fa-receipt:after,
.fad.fa-receipt:after {
  content: "\f543\f543";
}

.fa-duotone.fa-record-vinyl:after,
.fad.fa-record-vinyl:after {
  content: "\f8d9\f8d9";
}

.fa-duotone.fa-rectangle-landscape:after,
.fa-duotone.fa-rectangle:after,
.fad.fa-rectangle-landscape:after,
.fad.fa-rectangle:after {
  content: "\f2fa\f2fa";
}

.fa-duotone.fa-ad:after,
.fa-duotone.fa-rectangle-ad:after,
.fad.fa-ad:after,
.fad.fa-rectangle-ad:after {
  content: "\f641\f641";
}

.fa-duotone.fa-barcode-alt:after,
.fa-duotone.fa-rectangle-barcode:after,
.fad.fa-barcode-alt:after,
.fad.fa-rectangle-barcode:after {
  content: "\f463\f463";
}

.fa-duotone.fa-rectangle-code:after,
.fad.fa-rectangle-code:after {
  content: "\e322\e322";
}

.fa-duotone.fa-rectangle-history:after,
.fad.fa-rectangle-history:after {
  content: "\e4a2\e4a2";
}

.fa-duotone.fa-rectangle-history-circle-plus:after,
.fad.fa-rectangle-history-circle-plus:after {
  content: "\e4a3\e4a3";
}

.fa-duotone.fa-rectangle-history-circle-user:after,
.fad.fa-rectangle-history-circle-user:after {
  content: "\e4a4\e4a4";
}

.fa-duotone.fa-list-alt:after,
.fa-duotone.fa-rectangle-list:after,
.fad.fa-list-alt:after,
.fad.fa-rectangle-list:after {
  content: "\f022\f022";
}

.fa-duotone.fa-pro:after,
.fa-duotone.fa-rectangle-pro:after,
.fad.fa-pro:after,
.fad.fa-rectangle-pro:after {
  content: "\e235\e235";
}

.fa-duotone.fa-rectangle-terminal:after,
.fad.fa-rectangle-terminal:after {
  content: "\e236\e236";
}

.fa-duotone.fa-rectangle-portrait:after,
.fa-duotone.fa-rectangle-vertical:after,
.fad.fa-rectangle-portrait:after,
.fad.fa-rectangle-vertical:after {
  content: "\f2fb\f2fb";
}

.fa-duotone.fa-rectangle-vertical-history:after,
.fad.fa-rectangle-vertical-history:after {
  content: "\e237\e237";
}

.fa-duotone.fa-rectangle-wide:after,
.fad.fa-rectangle-wide:after {
  content: "\f2fc\f2fc";
}

.fa-duotone.fa-rectangle-times:after,
.fa-duotone.fa-rectangle-xmark:after,
.fa-duotone.fa-times-rectangle:after,
.fa-duotone.fa-window-close:after,
.fad.fa-rectangle-times:after,
.fad.fa-rectangle-xmark:after,
.fad.fa-times-rectangle:after,
.fad.fa-window-close:after {
  content: "\f410\f410";
}

.fa-duotone.fa-rectangles-mixed:after,
.fad.fa-rectangles-mixed:after {
  content: "\e323\e323";
}

.fa-duotone.fa-recycle:after,
.fad.fa-recycle:after {
  content: "\f1b8\f1b8";
}

.fa-duotone.fa-reel:after,
.fad.fa-reel:after {
  content: "\e238\e238";
}

.fa-duotone.fa-refrigerator:after,
.fad.fa-refrigerator:after {
  content: "\e026\e026";
}

.fa-duotone.fa-registered:after,
.fad.fa-registered:after {
  content: "\f25d\f25d";
}

.fa-duotone.fa-repeat:after,
.fad.fa-repeat:after {
  content: "\f363\f363";
}

.fa-duotone.fa-repeat-1:after,
.fad.fa-repeat-1:after {
  content: "\f365\f365";
}

.fa-duotone.fa-mail-reply:after,
.fa-duotone.fa-reply:after,
.fad.fa-mail-reply:after,
.fad.fa-reply:after {
  content: "\f3e5\f3e5";
}

.fa-duotone.fa-mail-reply-all:after,
.fa-duotone.fa-reply-all:after,
.fad.fa-mail-reply-all:after,
.fad.fa-reply-all:after {
  content: "\f122\f122";
}

.fa-duotone.fa-reply-clock:after,
.fa-duotone.fa-reply-time:after,
.fad.fa-reply-clock:after,
.fad.fa-reply-time:after {
  content: "\e239\e239";
}

.fa-duotone.fa-republican:after,
.fad.fa-republican:after {
  content: "\f75e\f75e";
}

.fa-duotone.fa-restroom:after,
.fad.fa-restroom:after {
  content: "\f7bd\f7bd";
}

.fa-duotone.fa-restroom-simple:after,
.fad.fa-restroom-simple:after {
  content: "\e23a\e23a";
}

.fa-duotone.fa-retweet:after,
.fad.fa-retweet:after {
  content: "\f079\f079";
}

.fa-duotone.fa-rhombus:after,
.fad.fa-rhombus:after {
  content: "\e23b\e23b";
}

.fa-duotone.fa-ribbon:after,
.fad.fa-ribbon:after {
  content: "\f4d6\f4d6";
}

.fa-duotone.fa-arrow-alt-right:after,
.fa-duotone.fa-right:after,
.fad.fa-arrow-alt-right:after,
.fad.fa-right:after {
  content: "\f356\f356";
}

.fa-duotone.fa-right-from-bracket:after,
.fa-duotone.fa-sign-out-alt:after,
.fad.fa-right-from-bracket:after,
.fad.fa-sign-out-alt:after {
  content: "\f2f5\f2f5";
}

.fa-duotone.fa-arrow-alt-from-left:after,
.fa-duotone.fa-right-from-line:after,
.fad.fa-arrow-alt-from-left:after,
.fad.fa-right-from-line:after {
  content: "\f347\f347";
}

.fa-duotone.fa-exchange-alt:after,
.fa-duotone.fa-right-left:after,
.fad.fa-exchange-alt:after,
.fad.fa-right-left:after {
  content: "\f362\f362";
}

.fa-duotone.fa-long-arrow-alt-right:after,
.fa-duotone.fa-right-long:after,
.fad.fa-long-arrow-alt-right:after,
.fad.fa-right-long:after {
  content: "\f30b\f30b";
}

.fa-duotone.fa-right-long-to-line:after,
.fad.fa-right-long-to-line:after {
  content: "\e444\e444";
}

.fa-duotone.fa-right-to-bracket:after,
.fa-duotone.fa-sign-in-alt:after,
.fad.fa-right-to-bracket:after,
.fad.fa-sign-in-alt:after {
  content: "\f2f6\f2f6";
}

.fa-duotone.fa-arrow-alt-to-right:after,
.fa-duotone.fa-right-to-line:after,
.fad.fa-arrow-alt-to-right:after,
.fad.fa-right-to-line:after {
  content: "\f34c\f34c";
}

.fa-duotone.fa-ring:after,
.fad.fa-ring:after {
  content: "\f70b\f70b";
}

.fa-duotone.fa-rings-wedding:after,
.fad.fa-rings-wedding:after {
  content: "\f81b\f81b";
}

.fa-duotone.fa-road:after,
.fad.fa-road:after {
  content: "\f018\f018";
}

.fa-duotone.fa-robot:after,
.fad.fa-robot:after {
  content: "\f544\f544";
}

.fa-duotone.fa-robot-astromech:after,
.fad.fa-robot-astromech:after {
  content: "\e2d2\e2d2";
}

.fa-duotone.fa-rocket:after,
.fad.fa-rocket:after {
  content: "\f135\f135";
}

.fa-duotone.fa-rocket-launch:after,
.fad.fa-rocket-launch:after {
  content: "\e027\e027";
}

.fa-duotone.fa-roller-coaster:after,
.fad.fa-roller-coaster:after {
  content: "\e324\e324";
}

.fa-duotone.fa-rotate:after,
.fa-duotone.fa-sync-alt:after,
.fad.fa-rotate:after,
.fad.fa-sync-alt:after {
  content: "\f2f1\f2f1";
}

.fa-duotone.fa-rotate-exclamation:after,
.fad.fa-rotate-exclamation:after {
  content: "\e23c\e23c";
}

.fa-duotone.fa-rotate-back:after,
.fa-duotone.fa-rotate-backward:after,
.fa-duotone.fa-rotate-left:after,
.fa-duotone.fa-undo-alt:after,
.fad.fa-rotate-back:after,
.fad.fa-rotate-backward:after,
.fad.fa-rotate-left:after,
.fad.fa-undo-alt:after {
  content: "\f2ea\f2ea";
}

.fa-duotone.fa-redo-alt:after,
.fa-duotone.fa-rotate-forward:after,
.fa-duotone.fa-rotate-right:after,
.fad.fa-redo-alt:after,
.fad.fa-rotate-forward:after,
.fad.fa-rotate-right:after {
  content: "\f2f9\f2f9";
}

.fa-duotone.fa-route:after,
.fad.fa-route:after {
  content: "\f4d7\f4d7";
}

.fa-duotone.fa-route-highway:after,
.fad.fa-route-highway:after {
  content: "\f61a\f61a";
}

.fa-duotone.fa-route-interstate:after,
.fad.fa-route-interstate:after {
  content: "\f61b\f61b";
}

.fa-duotone.fa-router:after,
.fad.fa-router:after {
  content: "\f8da\f8da";
}

.fa-duotone.fa-feed:after,
.fa-duotone.fa-rss:after,
.fad.fa-feed:after,
.fad.fa-rss:after {
  content: "\f09e\f09e";
}

.fa-duotone.fa-rouble:after,
.fa-duotone.fa-rub:after,
.fa-duotone.fa-ruble-sign:after,
.fa-duotone.fa-ruble:after,
.fad.fa-rouble:after,
.fad.fa-rub:after,
.fad.fa-ruble-sign:after,
.fad.fa-ruble:after {
  content: "\f158\f158";
}

.fa-duotone.fa-rugby-ball:after,
.fad.fa-rugby-ball:after {
  content: "\e3c6\e3c6";
}

.fa-duotone.fa-ruler:after,
.fad.fa-ruler:after {
  content: "\f545\f545";
}

.fa-duotone.fa-ruler-combined:after,
.fad.fa-ruler-combined:after {
  content: "\f546\f546";
}

.fa-duotone.fa-ruler-horizontal:after,
.fad.fa-ruler-horizontal:after {
  content: "\f547\f547";
}

.fa-duotone.fa-ruler-triangle:after,
.fad.fa-ruler-triangle:after {
  content: "\f61c\f61c";
}

.fa-duotone.fa-ruler-vertical:after,
.fad.fa-ruler-vertical:after {
  content: "\f548\f548";
}

.fa-duotone.fa-rupee-sign:after,
.fa-duotone.fa-rupee:after,
.fad.fa-rupee-sign:after,
.fad.fa-rupee:after {
  content: "\f156\f156";
}

.fa-duotone.fa-rupiah-sign:after,
.fad.fa-rupiah-sign:after {
  content: "\e23d\e23d";
}

.fa-duotone.fa-rv:after,
.fad.fa-rv:after {
  content: "\f7be\f7be";
}

.fa-duotone.fa-s:after,
.fad.fa-s:after {
  content: "SS";
}

.fa-duotone.fa-sack:after,
.fad.fa-sack:after {
  content: "\f81c\f81c";
}

.fa-duotone.fa-sack-dollar:after,
.fad.fa-sack-dollar:after {
  content: "\f81d\f81d";
}

.fa-duotone.fa-sailboat:after,
.fad.fa-sailboat:after {
  content: "\e445\e445";
}

.fa-duotone.fa-bowl-salad:after,
.fa-duotone.fa-salad:after,
.fad.fa-bowl-salad:after,
.fad.fa-salad:after {
  content: "\f81e\f81e";
}

.fa-duotone.fa-salt-shaker:after,
.fad.fa-salt-shaker:after {
  content: "\e446\e446";
}

.fa-duotone.fa-sandwich:after,
.fad.fa-sandwich:after {
  content: "\f81f\f81f";
}

.fa-duotone.fa-satellite:after,
.fad.fa-satellite:after {
  content: "\f7bf\f7bf";
}

.fa-duotone.fa-satellite-dish:after,
.fad.fa-satellite-dish:after {
  content: "\f7c0\f7c0";
}

.fa-duotone.fa-sausage:after,
.fad.fa-sausage:after {
  content: "\f820\f820";
}

.fa-duotone.fa-saxophone:after,
.fad.fa-saxophone:after {
  content: "\f8dc\f8dc";
}

.fa-duotone.fa-sax-hot:after,
.fa-duotone.fa-saxophone-fire:after,
.fad.fa-sax-hot:after,
.fad.fa-saxophone-fire:after {
  content: "\f8db\f8db";
}

.fa-duotone.fa-balance-scale:after,
.fa-duotone.fa-scale-balanced:after,
.fad.fa-balance-scale:after,
.fad.fa-scale-balanced:after {
  content: "\f24e\f24e";
}

.fa-duotone.fa-balance-scale-left:after,
.fa-duotone.fa-scale-unbalanced:after,
.fad.fa-balance-scale-left:after,
.fad.fa-scale-unbalanced:after {
  content: "\f515\f515";
}

.fa-duotone.fa-balance-scale-right:after,
.fa-duotone.fa-scale-unbalanced-flip:after,
.fad.fa-balance-scale-right:after,
.fad.fa-scale-unbalanced-flip:after {
  content: "\f516\f516";
}

.fa-duotone.fa-scalpel:after,
.fad.fa-scalpel:after {
  content: "\f61d\f61d";
}

.fa-duotone.fa-scalpel-line-dashed:after,
.fa-duotone.fa-scalpel-path:after,
.fad.fa-scalpel-line-dashed:after,
.fad.fa-scalpel-path:after {
  content: "\f61e\f61e";
}

.fa-duotone.fa-scanner-image:after,
.fa-duotone.fa-scanner:after,
.fad.fa-scanner-image:after,
.fad.fa-scanner:after {
  content: "\f8f3\f8f3";
}

.fa-duotone.fa-scanner-gun:after,
.fad.fa-scanner-gun:after {
  content: "\f488\f488";
}

.fa-duotone.fa-scanner-keyboard:after,
.fad.fa-scanner-keyboard:after {
  content: "\f489\f489";
}

.fa-duotone.fa-scanner-touchscreen:after,
.fad.fa-scanner-touchscreen:after {
  content: "\f48a\f48a";
}

.fa-duotone.fa-scarecrow:after,
.fad.fa-scarecrow:after {
  content: "\f70d\f70d";
}

.fa-duotone.fa-scarf:after,
.fad.fa-scarf:after {
  content: "\f7c1\f7c1";
}

.fa-duotone.fa-school:after,
.fad.fa-school:after {
  content: "\f549\f549";
}

.fa-duotone.fa-cut:after,
.fa-duotone.fa-scissors:after,
.fad.fa-cut:after,
.fad.fa-scissors:after {
  content: "\f0c4\f0c4";
}

.fa-duotone.fa-screen-users:after,
.fa-duotone.fa-users-class:after,
.fad.fa-screen-users:after,
.fad.fa-users-class:after {
  content: "\f63d\f63d";
}

.fa-duotone.fa-screencast:after,
.fad.fa-screencast:after {
  content: "\e23e\e23e";
}

.fa-duotone.fa-screwdriver:after,
.fad.fa-screwdriver:after {
  content: "\f54a\f54a";
}

.fa-duotone.fa-screwdriver-wrench:after,
.fa-duotone.fa-tools:after,
.fad.fa-screwdriver-wrench:after,
.fad.fa-tools:after {
  content: "\f7d9\f7d9";
}

.fa-duotone.fa-scribble:after,
.fad.fa-scribble:after {
  content: "\e23f\e23f";
}

.fa-duotone.fa-scroll:after,
.fad.fa-scroll:after {
  content: "\f70e\f70e";
}

.fa-duotone.fa-scroll-old:after,
.fad.fa-scroll-old:after {
  content: "\f70f\f70f";
}

.fa-duotone.fa-scroll-torah:after,
.fa-duotone.fa-torah:after,
.fad.fa-scroll-torah:after,
.fad.fa-torah:after {
  content: "\f6a0\f6a0";
}

.fa-duotone.fa-scrubber:after,
.fad.fa-scrubber:after {
  content: "\f2f8\f2f8";
}

.fa-duotone.fa-scythe:after,
.fad.fa-scythe:after {
  content: "\f710\f710";
}

.fa-duotone.fa-sd-card:after,
.fad.fa-sd-card:after {
  content: "\f7c2\f7c2";
}

.fa-duotone.fa-sd-cards:after,
.fad.fa-sd-cards:after {
  content: "\e240\e240";
}

.fa-duotone.fa-seal:after,
.fad.fa-seal:after {
  content: "\e241\e241";
}

.fa-duotone.fa-seal-exclamation:after,
.fad.fa-seal-exclamation:after {
  content: "\e242\e242";
}

.fa-duotone.fa-seal-question:after,
.fad.fa-seal-question:after {
  content: "\e243\e243";
}

.fa-duotone.fa-seat-airline:after,
.fad.fa-seat-airline:after {
  content: "\e244\e244";
}

.fa-duotone.fa-section:after,
.fad.fa-section:after {
  content: "\e447\e447";
}

.fa-duotone.fa-seedling:after,
.fa-duotone.fa-sprout:after,
.fad.fa-seedling:after,
.fad.fa-sprout:after {
  content: "\f4d8\f4d8";
}

.fa-duotone.fa-semicolon:after,
.fad.fa-semicolon:after {
  content: ";;";
}

.fa-duotone.fa-send-back:after,
.fad.fa-send-back:after {
  content: "\f87e\f87e";
}

.fa-duotone.fa-send-backward:after,
.fad.fa-send-backward:after {
  content: "\f87f\f87f";
}

.fa-duotone.fa-sensor:after,
.fad.fa-sensor:after {
  content: "\e028\e028";
}

.fa-duotone.fa-sensor-cloud:after,
.fa-duotone.fa-sensor-smoke:after,
.fad.fa-sensor-cloud:after,
.fad.fa-sensor-smoke:after {
  content: "\e02c\e02c";
}

.fa-duotone.fa-sensor-fire:after,
.fad.fa-sensor-fire:after {
  content: "\e02a\e02a";
}

.fa-duotone.fa-sensor-on:after,
.fad.fa-sensor-on:after {
  content: "\e02b\e02b";
}

.fa-duotone.fa-sensor-alert:after,
.fa-duotone.fa-sensor-triangle-exclamation:after,
.fad.fa-sensor-alert:after,
.fad.fa-sensor-triangle-exclamation:after {
  content: "\e029\e029";
}

.fa-duotone.fa-server:after,
.fad.fa-server:after {
  content: "\f233\f233";
}

.fa-duotone.fa-shapes:after,
.fa-duotone.fa-triangle-circle-square:after,
.fad.fa-shapes:after,
.fad.fa-triangle-circle-square:after {
  content: "\f61f\f61f";
}

.fa-duotone.fa-arrow-turn-right:after,
.fa-duotone.fa-mail-forward:after,
.fa-duotone.fa-share:after,
.fad.fa-arrow-turn-right:after,
.fad.fa-mail-forward:after,
.fad.fa-share:after {
  content: "\f064\f064";
}

.fa-duotone.fa-arrows-turn-right:after,
.fa-duotone.fa-share-all:after,
.fad.fa-arrows-turn-right:after,
.fad.fa-share-all:after {
  content: "\f367\f367";
}

.fa-duotone.fa-share-from-square:after,
.fa-duotone.fa-share-square:after,
.fad.fa-share-from-square:after,
.fad.fa-share-square:after {
  content: "\f14d\f14d";
}

.fa-duotone.fa-share-alt:after,
.fa-duotone.fa-share-nodes:after,
.fad.fa-share-alt:after,
.fad.fa-share-nodes:after {
  content: "\f1e0\f1e0";
}

.fa-duotone.fa-sheep:after,
.fad.fa-sheep:after {
  content: "\f711\f711";
}

.fa-duotone.fa-ils:after,
.fa-duotone.fa-shekel-sign:after,
.fa-duotone.fa-shekel:after,
.fa-duotone.fa-sheqel-sign:after,
.fa-duotone.fa-sheqel:after,
.fad.fa-ils:after,
.fad.fa-shekel-sign:after,
.fad.fa-shekel:after,
.fad.fa-sheqel-sign:after,
.fad.fa-sheqel:after {
  content: "\f20b\f20b";
}

.fa-duotone.fa-inventory:after,
.fa-duotone.fa-shelves:after,
.fad.fa-inventory:after,
.fad.fa-shelves:after {
  content: "\f480\f480";
}

.fa-duotone.fa-shelves-empty:after,
.fad.fa-shelves-empty:after {
  content: "\e246\e246";
}

.fa-duotone.fa-shield:after,
.fad.fa-shield:after {
  content: "\f132\f132";
}

.fa-duotone.fa-shield-alt:after,
.fa-duotone.fa-shield-blank:after,
.fad.fa-shield-alt:after,
.fad.fa-shield-blank:after {
  content: "\f3ed\f3ed";
}

.fa-duotone.fa-shield-check:after,
.fad.fa-shield-check:after {
  content: "\f2f7\f2f7";
}

.fa-duotone.fa-shield-cross:after,
.fad.fa-shield-cross:after {
  content: "\f712\f712";
}

.fa-duotone.fa-shield-exclamation:after,
.fad.fa-shield-exclamation:after {
  content: "\e247\e247";
}

.fa-duotone.fa-shield-keyhole:after,
.fad.fa-shield-keyhole:after {
  content: "\e248\e248";
}

.fa-duotone.fa-shield-minus:after,
.fad.fa-shield-minus:after {
  content: "\e249\e249";
}

.fa-duotone.fa-shield-plus:after,
.fad.fa-shield-plus:after {
  content: "\e24a\e24a";
}

.fa-duotone.fa-shield-slash:after,
.fad.fa-shield-slash:after {
  content: "\e24b\e24b";
}

.fa-duotone.fa-shield-virus:after,
.fad.fa-shield-virus:after {
  content: "\e06c\e06c";
}

.fa-duotone.fa-shield-times:after,
.fa-duotone.fa-shield-xmark:after,
.fad.fa-shield-times:after,
.fad.fa-shield-xmark:after {
  content: "\e24c\e24c";
}

.fa-duotone.fa-ship:after,
.fad.fa-ship:after {
  content: "\f21a\f21a";
}

.fa-duotone.fa-shirt:after,
.fa-duotone.fa-t-shirt:after,
.fa-duotone.fa-tshirt:after,
.fad.fa-shirt:after,
.fad.fa-t-shirt:after,
.fad.fa-tshirt:after {
  content: "\f553\f553";
}

.fa-duotone.fa-shirt-long-sleeve:after,
.fad.fa-shirt-long-sleeve:after {
  content: "\e3c7\e3c7";
}

.fa-duotone.fa-shirt-running:after,
.fad.fa-shirt-running:after {
  content: "\e3c8\e3c8";
}

.fa-duotone.fa-shirt-tank-top:after,
.fad.fa-shirt-tank-top:after {
  content: "\e3c9\e3c9";
}

.fa-duotone.fa-shish-kebab:after,
.fad.fa-shish-kebab:after {
  content: "\f821\f821";
}

.fa-duotone.fa-shoe-prints:after,
.fad.fa-shoe-prints:after {
  content: "\f54b\f54b";
}

.fa-duotone.fa-shop:after,
.fa-duotone.fa-store-alt:after,
.fad.fa-shop:after,
.fad.fa-store-alt:after {
  content: "\f54f\f54f";
}

.fa-duotone.fa-shop-lock:after,
.fad.fa-shop-lock:after {
  content: "\e4a5\e4a5";
}

.fa-duotone.fa-shop-slash:after,
.fa-duotone.fa-store-alt-slash:after,
.fad.fa-shop-slash:after,
.fad.fa-store-alt-slash:after {
  content: "\e070\e070";
}

.fa-duotone.fa-shovel:after,
.fad.fa-shovel:after {
  content: "\f713\f713";
}

.fa-duotone.fa-shovel-snow:after,
.fad.fa-shovel-snow:after {
  content: "\f7c3\f7c3";
}

.fa-duotone.fa-shower:after,
.fad.fa-shower:after {
  content: "\f2cc\f2cc";
}

.fa-duotone.fa-shower-alt:after,
.fa-duotone.fa-shower-down:after,
.fad.fa-shower-alt:after,
.fad.fa-shower-down:after {
  content: "\e24d\e24d";
}

.fa-duotone.fa-shredder:after,
.fad.fa-shredder:after {
  content: "\f68a\f68a";
}

.fa-duotone.fa-shrimp:after,
.fad.fa-shrimp:after {
  content: "\e448\e448";
}

.fa-duotone.fa-random:after,
.fa-duotone.fa-shuffle:after,
.fad.fa-random:after,
.fad.fa-shuffle:after {
  content: "\f074\f074";
}

.fa-duotone.fa-shutters:after,
.fad.fa-shutters:after {
  content: "\e449\e449";
}

.fa-duotone.fa-shuttle-space:after,
.fa-duotone.fa-space-shuttle:after,
.fad.fa-shuttle-space:after,
.fad.fa-space-shuttle:after {
  content: "\f197\f197";
}

.fa-duotone.fa-shuttlecock:after,
.fad.fa-shuttlecock:after {
  content: "\f45b\f45b";
}

.fa-duotone.fa-sickle:after,
.fad.fa-sickle:after {
  content: "\f822\f822";
}

.fa-duotone.fa-sidebar:after,
.fad.fa-sidebar:after {
  content: "\e24e\e24e";
}

.fa-duotone.fa-sidebar-flip:after,
.fad.fa-sidebar-flip:after {
  content: "\e24f\e24f";
}

.fa-duotone.fa-sigma:after,
.fad.fa-sigma:after {
  content: "\f68b\f68b";
}

.fa-duotone.fa-sign-hanging:after,
.fa-duotone.fa-sign:after,
.fad.fa-sign-hanging:after,
.fad.fa-sign:after {
  content: "\f4d9\f4d9";
}

.fa-duotone.fa-signal-5:after,
.fa-duotone.fa-signal-perfect:after,
.fa-duotone.fa-signal:after,
.fad.fa-signal-5:after,
.fad.fa-signal-perfect:after,
.fad.fa-signal:after {
  content: "\f012\f012";
}

.fa-duotone.fa-signal-alt-4:after,
.fa-duotone.fa-signal-alt:after,
.fa-duotone.fa-signal-bars-strong:after,
.fa-duotone.fa-signal-bars:after,
.fad.fa-signal-alt-4:after,
.fad.fa-signal-alt:after,
.fad.fa-signal-bars-strong:after,
.fad.fa-signal-bars:after {
  content: "\f690\f690";
}

.fa-duotone.fa-signal-alt-2:after,
.fa-duotone.fa-signal-bars-fair:after,
.fad.fa-signal-alt-2:after,
.fad.fa-signal-bars-fair:after {
  content: "\f692\f692";
}

.fa-duotone.fa-signal-alt-3:after,
.fa-duotone.fa-signal-bars-good:after,
.fad.fa-signal-alt-3:after,
.fad.fa-signal-bars-good:after {
  content: "\f693\f693";
}

.fa-duotone.fa-signal-alt-slash:after,
.fa-duotone.fa-signal-bars-slash:after,
.fad.fa-signal-alt-slash:after,
.fad.fa-signal-bars-slash:after {
  content: "\f694\f694";
}

.fa-duotone.fa-signal-alt-1:after,
.fa-duotone.fa-signal-bars-weak:after,
.fad.fa-signal-alt-1:after,
.fad.fa-signal-bars-weak:after {
  content: "\f691\f691";
}

.fa-duotone.fa-signal-2:after,
.fa-duotone.fa-signal-fair:after,
.fad.fa-signal-2:after,
.fad.fa-signal-fair:after {
  content: "\f68d\f68d";
}

.fa-duotone.fa-signal-3:after,
.fa-duotone.fa-signal-good:after,
.fad.fa-signal-3:after,
.fad.fa-signal-good:after {
  content: "\f68e\f68e";
}

.fa-duotone.fa-signal-slash:after,
.fad.fa-signal-slash:after {
  content: "\f695\f695";
}

.fa-duotone.fa-signal-stream:after,
.fad.fa-signal-stream:after {
  content: "\f8dd\f8dd";
}

.fa-duotone.fa-signal-stream-slash:after,
.fad.fa-signal-stream-slash:after {
  content: "\e250\e250";
}

.fa-duotone.fa-signal-4:after,
.fa-duotone.fa-signal-strong:after,
.fad.fa-signal-4:after,
.fad.fa-signal-strong:after {
  content: "\f68f\f68f";
}

.fa-duotone.fa-signal-1:after,
.fa-duotone.fa-signal-weak:after,
.fad.fa-signal-1:after,
.fad.fa-signal-weak:after {
  content: "\f68c\f68c";
}

.fa-duotone.fa-signature:after,
.fad.fa-signature:after {
  content: "\f5b7\f5b7";
}

.fa-duotone.fa-signature-lock:after,
.fad.fa-signature-lock:after {
  content: "\e3ca\e3ca";
}

.fa-duotone.fa-signature-slash:after,
.fad.fa-signature-slash:after {
  content: "\e3cb\e3cb";
}

.fa-duotone.fa-map-signs:after,
.fa-duotone.fa-signs-post:after,
.fad.fa-map-signs:after,
.fad.fa-signs-post:after {
  content: "\f277\f277";
}

.fa-duotone.fa-sim-card:after,
.fad.fa-sim-card:after {
  content: "\f7c4\f7c4";
}

.fa-duotone.fa-sim-cards:after,
.fad.fa-sim-cards:after {
  content: "\e251\e251";
}

.fa-duotone.fa-sink:after,
.fad.fa-sink:after {
  content: "\e06d\e06d";
}

.fa-duotone.fa-siren:after,
.fad.fa-siren:after {
  content: "\e02d\e02d";
}

.fa-duotone.fa-siren-on:after,
.fad.fa-siren-on:after {
  content: "\e02e\e02e";
}

.fa-duotone.fa-sitemap:after,
.fad.fa-sitemap:after {
  content: "\f0e8\f0e8";
}

.fa-duotone.fa-skeleton:after,
.fad.fa-skeleton:after {
  content: "\f620\f620";
}

.fa-duotone.fa-ski-boot:after,
.fad.fa-ski-boot:after {
  content: "\e3cc\e3cc";
}

.fa-duotone.fa-ski-boot-ski:after,
.fad.fa-ski-boot-ski:after {
  content: "\e3cd\e3cd";
}

.fa-duotone.fa-skull:after,
.fad.fa-skull:after {
  content: "\f54c\f54c";
}

.fa-duotone.fa-skull-cow:after,
.fad.fa-skull-cow:after {
  content: "\f8de\f8de";
}

.fa-duotone.fa-skull-crossbones:after,
.fad.fa-skull-crossbones:after {
  content: "\f714\f714";
}

.fa-duotone.fa-slash:after,
.fad.fa-slash:after {
  content: "\f715\f715";
}

.fa-duotone.fa-slash-back:after,
.fad.fa-slash-back:after {
  content: "\\\\";
}

.fa-duotone.fa-slash-forward:after,
.fad.fa-slash-forward:after {
  content: "//";
}

.fa-duotone.fa-sleigh:after,
.fad.fa-sleigh:after {
  content: "\f7cc\f7cc";
}

.fa-duotone.fa-slider:after,
.fad.fa-slider:after {
  content: "\e252\e252";
}

.fa-duotone.fa-sliders-h:after,
.fa-duotone.fa-sliders:after,
.fad.fa-sliders-h:after,
.fad.fa-sliders:after {
  content: "\f1de\f1de";
}

.fa-duotone.fa-sliders-simple:after,
.fad.fa-sliders-simple:after {
  content: "\e253\e253";
}

.fa-duotone.fa-sliders-up:after,
.fa-duotone.fa-sliders-v:after,
.fad.fa-sliders-up:after,
.fad.fa-sliders-v:after {
  content: "\f3f1\f3f1";
}

.fa-duotone.fa-slot-machine:after,
.fad.fa-slot-machine:after {
  content: "\e3ce\e3ce";
}

.fa-duotone.fa-smog:after,
.fad.fa-smog:after {
  content: "\f75f\f75f";
}

.fa-duotone.fa-smoke:after,
.fad.fa-smoke:after {
  content: "\f760\f760";
}

.fa-duotone.fa-smoking:after,
.fad.fa-smoking:after {
  content: "\f48d\f48d";
}

.fa-duotone.fa-snake:after,
.fad.fa-snake:after {
  content: "\f716\f716";
}

.fa-duotone.fa-snooze:after,
.fa-duotone.fa-zzz:after,
.fad.fa-snooze:after,
.fad.fa-zzz:after {
  content: "\f880\f880";
}

.fa-duotone.fa-snow-blowing:after,
.fad.fa-snow-blowing:after {
  content: "\f761\f761";
}

.fa-duotone.fa-snowflake:after,
.fad.fa-snowflake:after {
  content: "\f2dc\f2dc";
}

.fa-duotone.fa-snowflakes:after,
.fad.fa-snowflakes:after {
  content: "\f7cf\f7cf";
}

.fa-duotone.fa-snowman:after,
.fad.fa-snowman:after {
  content: "\f7d0\f7d0";
}

.fa-duotone.fa-frosty-head:after,
.fa-duotone.fa-snowman-head:after,
.fad.fa-frosty-head:after,
.fad.fa-snowman-head:after {
  content: "\f79b\f79b";
}

.fa-duotone.fa-snowplow:after,
.fad.fa-snowplow:after {
  content: "\f7d2\f7d2";
}

.fa-duotone.fa-soap:after,
.fad.fa-soap:after {
  content: "\e06e\e06e";
}

.fa-duotone.fa-socks:after,
.fad.fa-socks:after {
  content: "\f696\f696";
}

.fa-duotone.fa-creemee:after,
.fa-duotone.fa-soft-serve:after,
.fad.fa-creemee:after,
.fad.fa-soft-serve:after {
  content: "\e400\e400";
}

.fa-duotone.fa-solar-panel:after,
.fad.fa-solar-panel:after {
  content: "\f5ba\f5ba";
}

.fa-duotone.fa-solar-system:after,
.fad.fa-solar-system:after {
  content: "\e02f\e02f";
}

.fa-duotone.fa-sort:after,
.fa-duotone.fa-unsorted:after,
.fad.fa-sort:after,
.fad.fa-unsorted:after {
  content: "\f0dc\f0dc";
}

.fa-duotone.fa-sort-desc:after,
.fa-duotone.fa-sort-down:after,
.fad.fa-sort-desc:after,
.fad.fa-sort-down:after {
  content: "\f0dd\f0dd";
}

.fa-duotone.fa-sort-asc:after,
.fa-duotone.fa-sort-up:after,
.fad.fa-sort-asc:after,
.fad.fa-sort-up:after {
  content: "\f0de\f0de";
}

.fa-duotone.fa-spa:after,
.fad.fa-spa:after {
  content: "\f5bb\f5bb";
}

.fa-duotone.fa-space-station-moon:after,
.fad.fa-space-station-moon:after {
  content: "\e033\e033";
}

.fa-duotone.fa-space-station-moon-alt:after,
.fa-duotone.fa-space-station-moon-construction:after,
.fad.fa-space-station-moon-alt:after,
.fad.fa-space-station-moon-construction:after {
  content: "\e034\e034";
}

.fa-duotone.fa-spade:after,
.fad.fa-spade:after {
  content: "\f2f4\f2f4";
}

.fa-duotone.fa-pastafarianism:after,
.fa-duotone.fa-spaghetti-monster-flying:after,
.fad.fa-pastafarianism:after,
.fad.fa-spaghetti-monster-flying:after {
  content: "\f67b\f67b";
}

.fa-duotone.fa-sparkles:after,
.fad.fa-sparkles:after {
  content: "\f890\f890";
}

.fa-duotone.fa-speaker:after,
.fad.fa-speaker:after {
  content: "\f8df\f8df";
}

.fa-duotone.fa-speakers:after,
.fad.fa-speakers:after {
  content: "\f8e0\f8e0";
}

.fa-duotone.fa-spell-check:after,
.fad.fa-spell-check:after {
  content: "\f891\f891";
}

.fa-duotone.fa-spider:after,
.fad.fa-spider:after {
  content: "\f717\f717";
}

.fa-duotone.fa-spider-black-widow:after,
.fad.fa-spider-black-widow:after {
  content: "\f718\f718";
}

.fa-duotone.fa-spider-web:after,
.fad.fa-spider-web:after {
  content: "\f719\f719";
}

.fa-duotone.fa-spinner:after,
.fad.fa-spinner:after {
  content: "\f110\f110";
}

.fa-duotone.fa-spinner-third:after,
.fad.fa-spinner-third:after {
  content: "\f3f4\f3f4";
}

.fa-duotone.fa-split:after,
.fad.fa-split:after {
  content: "\e254\e254";
}

.fa-duotone.fa-splotch:after,
.fad.fa-splotch:after {
  content: "\f5bc\f5bc";
}

.fa-duotone.fa-spoon:after,
.fa-duotone.fa-utensil-spoon:after,
.fad.fa-spoon:after,
.fad.fa-utensil-spoon:after {
  content: "\f2e5\f2e5";
}

.fa-duotone.fa-sportsball:after,
.fad.fa-sportsball:after {
  content: "\e44b\e44b";
}

.fa-duotone.fa-spray-can:after,
.fad.fa-spray-can:after {
  content: "\f5bd\f5bd";
}

.fa-duotone.fa-air-freshener:after,
.fa-duotone.fa-spray-can-sparkles:after,
.fad.fa-air-freshener:after,
.fad.fa-spray-can-sparkles:after {
  content: "\f5d0\f5d0";
}

.fa-duotone.fa-sprinkler:after,
.fad.fa-sprinkler:after {
  content: "\e035\e035";
}

.fa-duotone.fa-sprinkler-ceiling:after,
.fad.fa-sprinkler-ceiling:after {
  content: "\e44c\e44c";
}

.fa-duotone.fa-square:after,
.fad.fa-square:after {
  content: "\f0c8\f0c8";
}

.fa-duotone.fa-square-0:after,
.fad.fa-square-0:after {
  content: "\e255\e255";
}

.fa-duotone.fa-square-1:after,
.fad.fa-square-1:after {
  content: "\e256\e256";
}

.fa-duotone.fa-square-2:after,
.fad.fa-square-2:after {
  content: "\e257\e257";
}

.fa-duotone.fa-square-3:after,
.fad.fa-square-3:after {
  content: "\e258\e258";
}

.fa-duotone.fa-square-4:after,
.fad.fa-square-4:after {
  content: "\e259\e259";
}

.fa-duotone.fa-square-5:after,
.fad.fa-square-5:after {
  content: "\e25a\e25a";
}

.fa-duotone.fa-square-6:after,
.fad.fa-square-6:after {
  content: "\e25b\e25b";
}

.fa-duotone.fa-square-7:after,
.fad.fa-square-7:after {
  content: "\e25c\e25c";
}

.fa-duotone.fa-square-8:after,
.fad.fa-square-8:after {
  content: "\e25d\e25d";
}

.fa-duotone.fa-square-9:after,
.fad.fa-square-9:after {
  content: "\e25e\e25e";
}

.fa-duotone.fa-square-a:after,
.fad.fa-square-a:after {
  content: "\e25f\e25f";
}

.fa-duotone.fa-square-a-lock:after,
.fad.fa-square-a-lock:after {
  content: "\e44d\e44d";
}

.fa-duotone.fa-square-ampersand:after,
.fad.fa-square-ampersand:after {
  content: "\e260\e260";
}

.fa-duotone.fa-arrow-square-down:after,
.fa-duotone.fa-square-arrow-down:after,
.fad.fa-arrow-square-down:after,
.fad.fa-square-arrow-down:after {
  content: "\f339\f339";
}

.fa-duotone.fa-square-arrow-down-left:after,
.fad.fa-square-arrow-down-left:after {
  content: "\e261\e261";
}

.fa-duotone.fa-square-arrow-down-right:after,
.fad.fa-square-arrow-down-right:after {
  content: "\e262\e262";
}

.fa-duotone.fa-arrow-square-left:after,
.fa-duotone.fa-square-arrow-left:after,
.fad.fa-arrow-square-left:after,
.fad.fa-square-arrow-left:after {
  content: "\f33a\f33a";
}

.fa-duotone.fa-arrow-square-right:after,
.fa-duotone.fa-square-arrow-right:after,
.fad.fa-arrow-square-right:after,
.fad.fa-square-arrow-right:after {
  content: "\f33b\f33b";
}

.fa-duotone.fa-arrow-square-up:after,
.fa-duotone.fa-square-arrow-up:after,
.fad.fa-arrow-square-up:after,
.fad.fa-square-arrow-up:after {
  content: "\f33c\f33c";
}

.fa-duotone.fa-square-arrow-up-left:after,
.fad.fa-square-arrow-up-left:after {
  content: "\e263\e263";
}

.fa-duotone.fa-external-link-square:after,
.fa-duotone.fa-square-arrow-up-right:after,
.fad.fa-external-link-square:after,
.fad.fa-square-arrow-up-right:after {
  content: "\f14c\f14c";
}

.fa-duotone.fa-square-b:after,
.fad.fa-square-b:after {
  content: "\e264\e264";
}

.fa-duotone.fa-square-bolt:after,
.fad.fa-square-bolt:after {
  content: "\e265\e265";
}

.fa-duotone.fa-square-c:after,
.fad.fa-square-c:after {
  content: "\e266\e266";
}

.fa-duotone.fa-caret-square-down:after,
.fa-duotone.fa-square-caret-down:after,
.fad.fa-caret-square-down:after,
.fad.fa-square-caret-down:after {
  content: "\f150\f150";
}

.fa-duotone.fa-caret-square-left:after,
.fa-duotone.fa-square-caret-left:after,
.fad.fa-caret-square-left:after,
.fad.fa-square-caret-left:after {
  content: "\f191\f191";
}

.fa-duotone.fa-caret-square-right:after,
.fa-duotone.fa-square-caret-right:after,
.fad.fa-caret-square-right:after,
.fad.fa-square-caret-right:after {
  content: "\f152\f152";
}

.fa-duotone.fa-caret-square-up:after,
.fa-duotone.fa-square-caret-up:after,
.fad.fa-caret-square-up:after,
.fad.fa-square-caret-up:after {
  content: "\f151\f151";
}

.fa-duotone.fa-check-square:after,
.fa-duotone.fa-square-check:after,
.fad.fa-check-square:after,
.fad.fa-square-check:after {
  content: "\f14a\f14a";
}

.fa-duotone.fa-chevron-square-down:after,
.fa-duotone.fa-square-chevron-down:after,
.fad.fa-chevron-square-down:after,
.fad.fa-square-chevron-down:after {
  content: "\f329\f329";
}

.fa-duotone.fa-chevron-square-left:after,
.fa-duotone.fa-square-chevron-left:after,
.fad.fa-chevron-square-left:after,
.fad.fa-square-chevron-left:after {
  content: "\f32a\f32a";
}

.fa-duotone.fa-chevron-square-right:after,
.fa-duotone.fa-square-chevron-right:after,
.fad.fa-chevron-square-right:after,
.fad.fa-square-chevron-right:after {
  content: "\f32b\f32b";
}

.fa-duotone.fa-chevron-square-up:after,
.fa-duotone.fa-square-chevron-up:after,
.fad.fa-chevron-square-up:after,
.fad.fa-square-chevron-up:after {
  content: "\f32c\f32c";
}

.fa-duotone.fa-square-code:after,
.fad.fa-square-code:after {
  content: "\e267\e267";
}

.fa-duotone.fa-square-d:after,
.fad.fa-square-d:after {
  content: "\e268\e268";
}

.fa-duotone.fa-square-dashed:after,
.fad.fa-square-dashed:after {
  content: "\e269\e269";
}

.fa-duotone.fa-square-divide:after,
.fad.fa-square-divide:after {
  content: "\e26a\e26a";
}

.fa-duotone.fa-dollar-square:after,
.fa-duotone.fa-square-dollar:after,
.fa-duotone.fa-usd-square:after,
.fad.fa-dollar-square:after,
.fad.fa-square-dollar:after,
.fad.fa-usd-square:after {
  content: "\f2e9\f2e9";
}

.fa-duotone.fa-arrow-alt-square-down:after,
.fa-duotone.fa-square-down:after,
.fad.fa-arrow-alt-square-down:after,
.fad.fa-square-down:after {
  content: "\f350\f350";
}

.fa-duotone.fa-square-down-left:after,
.fad.fa-square-down-left:after {
  content: "\e26b\e26b";
}

.fa-duotone.fa-square-down-right:after,
.fad.fa-square-down-right:after {
  content: "\e26c\e26c";
}

.fa-duotone.fa-square-e:after,
.fad.fa-square-e:after {
  content: "\e26d\e26d";
}

.fa-duotone.fa-square-ellipsis:after,
.fad.fa-square-ellipsis:after {
  content: "\e26e\e26e";
}

.fa-duotone.fa-square-ellipsis-vertical:after,
.fad.fa-square-ellipsis-vertical:after {
  content: "\e26f\e26f";
}

.fa-duotone.fa-envelope-square:after,
.fa-duotone.fa-square-envelope:after,
.fad.fa-envelope-square:after,
.fad.fa-square-envelope:after {
  content: "\f199\f199";
}

.fa-duotone.fa-exclamation-square:after,
.fa-duotone.fa-square-exclamation:after,
.fad.fa-exclamation-square:after,
.fad.fa-square-exclamation:after {
  content: "\f321\f321";
}

.fa-duotone.fa-square-f:after,
.fad.fa-square-f:after {
  content: "\e270\e270";
}

.fa-duotone.fa-box-fragile:after,
.fa-duotone.fa-square-fragile:after,
.fa-duotone.fa-square-wine-glass-crack:after,
.fad.fa-box-fragile:after,
.fad.fa-square-fragile:after,
.fad.fa-square-wine-glass-crack:after {
  content: "\f49b\f49b";
}

.fa-duotone.fa-square-full:after,
.fad.fa-square-full:after {
  content: "\f45c\f45c";
}

.fa-duotone.fa-square-g:after,
.fad.fa-square-g:after {
  content: "\e271\e271";
}

.fa-duotone.fa-h-square:after,
.fa-duotone.fa-square-h:after,
.fad.fa-h-square:after,
.fad.fa-square-h:after {
  content: "\f0fd\f0fd";
}

.fa-duotone.fa-heart-square:after,
.fa-duotone.fa-square-heart:after,
.fad.fa-heart-square:after,
.fad.fa-square-heart:after {
  content: "\f4c8\f4c8";
}

.fa-duotone.fa-square-i:after,
.fad.fa-square-i:after {
  content: "\e272\e272";
}

.fa-duotone.fa-info-square:after,
.fa-duotone.fa-square-info:after,
.fad.fa-info-square:after,
.fad.fa-square-info:after {
  content: "\f30f\f30f";
}

.fa-duotone.fa-square-j:after,
.fad.fa-square-j:after {
  content: "\e273\e273";
}

.fa-duotone.fa-square-k:after,
.fad.fa-square-k:after {
  content: "\e274\e274";
}

.fa-duotone.fa-square-kanban:after,
.fad.fa-square-kanban:after {
  content: "\e488\e488";
}

.fa-duotone.fa-square-l:after,
.fad.fa-square-l:after {
  content: "\e275\e275";
}

.fa-duotone.fa-arrow-alt-square-left:after,
.fa-duotone.fa-square-left:after,
.fad.fa-arrow-alt-square-left:after,
.fad.fa-square-left:after {
  content: "\f351\f351";
}

.fa-duotone.fa-square-list:after,
.fad.fa-square-list:after {
  content: "\e489\e489";
}

.fa-duotone.fa-square-m:after,
.fad.fa-square-m:after {
  content: "\e276\e276";
}

.fa-duotone.fa-minus-square:after,
.fa-duotone.fa-square-minus:after,
.fad.fa-minus-square:after,
.fad.fa-square-minus:after {
  content: "\f146\f146";
}

.fa-duotone.fa-square-n:after,
.fad.fa-square-n:after {
  content: "\e277\e277";
}

.fa-duotone.fa-square-o:after,
.fad.fa-square-o:after {
  content: "\e278\e278";
}

.fa-duotone.fa-square-p:after,
.fad.fa-square-p:after {
  content: "\e279\e279";
}

.fa-duotone.fa-parking:after,
.fa-duotone.fa-square-parking:after,
.fad.fa-parking:after,
.fad.fa-square-parking:after {
  content: "\f540\f540";
}

.fa-duotone.fa-parking-slash:after,
.fa-duotone.fa-square-parking-slash:after,
.fad.fa-parking-slash:after,
.fad.fa-square-parking-slash:after {
  content: "\f617\f617";
}

.fa-duotone.fa-pen-square:after,
.fa-duotone.fa-pencil-square:after,
.fa-duotone.fa-square-pen:after,
.fad.fa-pen-square:after,
.fad.fa-pencil-square:after,
.fad.fa-square-pen:after {
  content: "\f14b\f14b";
}

.fa-duotone.fa-phone-square:after,
.fa-duotone.fa-square-phone:after,
.fad.fa-phone-square:after,
.fad.fa-square-phone:after {
  content: "\f098\f098";
}

.fa-duotone.fa-phone-square-alt:after,
.fa-duotone.fa-square-phone-flip:after,
.fad.fa-phone-square-alt:after,
.fad.fa-square-phone-flip:after {
  content: "\f87b\f87b";
}

.fa-duotone.fa-phone-square-down:after,
.fa-duotone.fa-square-phone-hangup:after,
.fad.fa-phone-square-down:after,
.fad.fa-square-phone-hangup:after {
  content: "\e27a\e27a";
}

.fa-duotone.fa-plus-square:after,
.fa-duotone.fa-square-plus:after,
.fad.fa-plus-square:after,
.fad.fa-square-plus:after {
  content: "\f0fe\f0fe";
}

.fa-duotone.fa-poll-h:after,
.fa-duotone.fa-square-poll-horizontal:after,
.fad.fa-poll-h:after,
.fad.fa-square-poll-horizontal:after {
  content: "\f682\f682";
}

.fa-duotone.fa-poll:after,
.fa-duotone.fa-square-poll-vertical:after,
.fad.fa-poll:after,
.fad.fa-square-poll-vertical:after {
  content: "\f681\f681";
}

.fa-duotone.fa-square-q:after,
.fad.fa-square-q:after {
  content: "\e27b\e27b";
}

.fa-duotone.fa-square-quarters:after,
.fad.fa-square-quarters:after {
  content: "\e44e\e44e";
}

.fa-duotone.fa-question-square:after,
.fa-duotone.fa-square-question:after,
.fad.fa-question-square:after,
.fad.fa-square-question:after {
  content: "\f2fd\f2fd";
}

.fa-duotone.fa-square-quote:after,
.fad.fa-square-quote:after {
  content: "\e329\e329";
}

.fa-duotone.fa-square-r:after,
.fad.fa-square-r:after {
  content: "\e27c\e27c";
}

.fa-duotone.fa-arrow-alt-square-right:after,
.fa-duotone.fa-square-right:after,
.fad.fa-arrow-alt-square-right:after,
.fad.fa-square-right:after {
  content: "\f352\f352";
}

.fa-duotone.fa-square-ring:after,
.fad.fa-square-ring:after {
  content: "\e44f\e44f";
}

.fa-duotone.fa-square-root:after,
.fad.fa-square-root:after {
  content: "\f697\f697";
}

.fa-duotone.fa-square-root-alt:after,
.fa-duotone.fa-square-root-variable:after,
.fad.fa-square-root-alt:after,
.fad.fa-square-root-variable:after {
  content: "\f698\f698";
}

.fa-duotone.fa-rss-square:after,
.fa-duotone.fa-square-rss:after,
.fad.fa-rss-square:after,
.fad.fa-square-rss:after {
  content: "\f143\f143";
}

.fa-duotone.fa-square-s:after,
.fad.fa-square-s:after {
  content: "\e27d\e27d";
}

.fa-duotone.fa-share-alt-square:after,
.fa-duotone.fa-square-share-nodes:after,
.fad.fa-share-alt-square:after,
.fad.fa-square-share-nodes:after {
  content: "\f1e1\f1e1";
}

.fa-duotone.fa-sliders-h-square:after,
.fa-duotone.fa-square-sliders:after,
.fad.fa-sliders-h-square:after,
.fad.fa-square-sliders:after {
  content: "\f3f0\f3f0";
}

.fa-duotone.fa-sliders-v-square:after,
.fa-duotone.fa-square-sliders-vertical:after,
.fad.fa-sliders-v-square:after,
.fad.fa-square-sliders-vertical:after {
  content: "\f3f2\f3f2";
}

.fa-duotone.fa-square-small:after,
.fad.fa-square-small:after {
  content: "\e27e\e27e";
}

.fa-duotone.fa-square-star:after,
.fad.fa-square-star:after {
  content: "\e27f\e27f";
}

.fa-duotone.fa-square-t:after,
.fad.fa-square-t:after {
  content: "\e280\e280";
}

.fa-duotone.fa-square-terminal:after,
.fad.fa-square-terminal:after {
  content: "\e32a\e32a";
}

.fa-duotone.fa-box-up:after,
.fa-duotone.fa-square-this-way-up:after,
.fad.fa-box-up:after,
.fad.fa-square-this-way-up:after {
  content: "\f49f\f49f";
}

.fa-duotone.fa-square-u:after,
.fad.fa-square-u:after {
  content: "\e281\e281";
}

.fa-duotone.fa-arrow-alt-square-up:after,
.fa-duotone.fa-square-up:after,
.fad.fa-arrow-alt-square-up:after,
.fad.fa-square-up:after {
  content: "\f353\f353";
}

.fa-duotone.fa-square-up-left:after,
.fad.fa-square-up-left:after {
  content: "\e282\e282";
}

.fa-duotone.fa-external-link-square-alt:after,
.fa-duotone.fa-square-up-right:after,
.fad.fa-external-link-square-alt:after,
.fad.fa-square-up-right:after {
  content: "\f360\f360";
}

.fa-duotone.fa-square-user:after,
.fad.fa-square-user:after {
  content: "\e283\e283";
}

.fa-duotone.fa-square-v:after,
.fad.fa-square-v:after {
  content: "\e284\e284";
}

.fa-duotone.fa-square-w:after,
.fad.fa-square-w:after {
  content: "\e285\e285";
}

.fa-duotone.fa-square-x:after,
.fad.fa-square-x:after {
  content: "\e286\e286";
}

.fa-duotone.fa-square-xmark:after,
.fa-duotone.fa-times-square:after,
.fa-duotone.fa-xmark-square:after,
.fad.fa-square-xmark:after,
.fad.fa-times-square:after,
.fad.fa-xmark-square:after {
  content: "\f2d3\f2d3";
}

.fa-duotone.fa-square-y:after,
.fad.fa-square-y:after {
  content: "\e287\e287";
}

.fa-duotone.fa-square-z:after,
.fad.fa-square-z:after {
  content: "\e288\e288";
}

.fa-duotone.fa-squid:after,
.fad.fa-squid:after {
  content: "\e450\e450";
}

.fa-duotone.fa-squirrel:after,
.fad.fa-squirrel:after {
  content: "\f71a\f71a";
}

.fa-duotone.fa-staff:after,
.fad.fa-staff:after {
  content: "\f71b\f71b";
}

.fa-duotone.fa-stairs:after,
.fad.fa-stairs:after {
  content: "\e289\e289";
}

.fa-duotone.fa-stamp:after,
.fad.fa-stamp:after {
  content: "\f5bf\f5bf";
}

.fa-duotone.fa-rectangle-sd:after,
.fa-duotone.fa-standard-definition:after,
.fad.fa-rectangle-sd:after,
.fad.fa-standard-definition:after {
  content: "\e28a\e28a";
}

.fa-duotone.fa-star:after,
.fad.fa-star:after {
  content: "\f005\f005";
}

.fa-duotone.fa-star-and-crescent:after,
.fad.fa-star-and-crescent:after {
  content: "\f699\f699";
}

.fa-duotone.fa-star-christmas:after,
.fad.fa-star-christmas:after {
  content: "\f7d4\f7d4";
}

.fa-duotone.fa-star-exclamation:after,
.fad.fa-star-exclamation:after {
  content: "\f2f3\f2f3";
}

.fa-duotone.fa-star-half:after,
.fad.fa-star-half:after {
  content: "\f089\f089";
}

.fa-duotone.fa-star-half-alt:after,
.fa-duotone.fa-star-half-stroke:after,
.fad.fa-star-half-alt:after,
.fad.fa-star-half-stroke:after {
  content: "\f5c0\f5c0";
}

.fa-duotone.fa-star-of-david:after,
.fad.fa-star-of-david:after {
  content: "\f69a\f69a";
}

.fa-duotone.fa-star-of-life:after,
.fad.fa-star-of-life:after {
  content: "\f621\f621";
}

.fa-duotone.fa-star-sharp:after,
.fad.fa-star-sharp:after {
  content: "\e28b\e28b";
}

.fa-duotone.fa-star-sharp-half:after,
.fad.fa-star-sharp-half:after {
  content: "\e28c\e28c";
}

.fa-duotone.fa-star-sharp-half-alt:after,
.fa-duotone.fa-star-sharp-half-stroke:after,
.fad.fa-star-sharp-half-alt:after,
.fad.fa-star-sharp-half-stroke:after {
  content: "\e28d\e28d";
}

.fa-duotone.fa-star-shooting:after,
.fad.fa-star-shooting:after {
  content: "\e036\e036";
}

.fa-duotone.fa-starfighter:after,
.fad.fa-starfighter:after {
  content: "\e037\e037";
}

.fa-duotone.fa-starfighter-alt:after,
.fa-duotone.fa-starfighter-twin-ion-engine:after,
.fad.fa-starfighter-alt:after,
.fad.fa-starfighter-twin-ion-engine:after {
  content: "\e038\e038";
}

.fa-duotone.fa-starfighter-alt-advanced:after,
.fa-duotone.fa-starfighter-twin-ion-engine-advanced:after,
.fad.fa-starfighter-alt-advanced:after,
.fad.fa-starfighter-twin-ion-engine-advanced:after {
  content: "\e28e\e28e";
}

.fa-duotone.fa-stars:after,
.fad.fa-stars:after {
  content: "\f762\f762";
}

.fa-duotone.fa-starship:after,
.fad.fa-starship:after {
  content: "\e039\e039";
}

.fa-duotone.fa-starship-freighter:after,
.fad.fa-starship-freighter:after {
  content: "\e03a\e03a";
}

.fa-duotone.fa-steak:after,
.fad.fa-steak:after {
  content: "\f824\f824";
}

.fa-duotone.fa-steering-wheel:after,
.fad.fa-steering-wheel:after {
  content: "\f622\f622";
}

.fa-duotone.fa-gbp:after,
.fa-duotone.fa-pound-sign:after,
.fa-duotone.fa-sterling-sign:after,
.fad.fa-gbp:after,
.fad.fa-pound-sign:after,
.fad.fa-sterling-sign:after {
  content: "\f154\f154";
}

.fa-duotone.fa-stethoscope:after,
.fad.fa-stethoscope:after {
  content: "\f0f1\f0f1";
}

.fa-duotone.fa-stocking:after,
.fad.fa-stocking:after {
  content: "\f7d5\f7d5";
}

.fa-duotone.fa-stomach:after,
.fad.fa-stomach:after {
  content: "\f623\f623";
}

.fa-duotone.fa-stop:after,
.fad.fa-stop:after {
  content: "\f04d\f04d";
}

.fa-duotone.fa-stopwatch:after,
.fad.fa-stopwatch:after {
  content: "\f2f2\f2f2";
}

.fa-duotone.fa-stopwatch-20:after,
.fad.fa-stopwatch-20:after {
  content: "\e06f\e06f";
}

.fa-duotone.fa-store:after,
.fad.fa-store:after {
  content: "\f54e\f54e";
}

.fa-duotone.fa-store-lock:after,
.fad.fa-store-lock:after {
  content: "\e4a6\e4a6";
}

.fa-duotone.fa-store-slash:after,
.fad.fa-store-slash:after {
  content: "\e071\e071";
}

.fa-duotone.fa-strawberry:after,
.fad.fa-strawberry:after {
  content: "\e32b\e32b";
}

.fa-duotone.fa-street-view:after,
.fad.fa-street-view:after {
  content: "\f21d\f21d";
}

.fa-duotone.fa-stretcher:after,
.fad.fa-stretcher:after {
  content: "\f825\f825";
}

.fa-duotone.fa-strikethrough:after,
.fad.fa-strikethrough:after {
  content: "\f0cc\f0cc";
}

.fa-duotone.fa-stroopwafel:after,
.fad.fa-stroopwafel:after {
  content: "\f551\f551";
}

.fa-duotone.fa-subscript:after,
.fad.fa-subscript:after {
  content: "\f12c\f12c";
}

.fa-duotone.fa-suitcase:after,
.fad.fa-suitcase:after {
  content: "\f0f2\f0f2";
}

.fa-duotone.fa-medkit:after,
.fa-duotone.fa-suitcase-medical:after,
.fad.fa-medkit:after,
.fad.fa-suitcase-medical:after {
  content: "\f0fa\f0fa";
}

.fa-duotone.fa-suitcase-rolling:after,
.fad.fa-suitcase-rolling:after {
  content: "\f5c1\f5c1";
}

.fa-duotone.fa-sun:after,
.fad.fa-sun:after {
  content: "\f185\f185";
}

.fa-duotone.fa-sun-alt:after,
.fa-duotone.fa-sun-bright:after,
.fad.fa-sun-alt:after,
.fad.fa-sun-bright:after {
  content: "\e28f\e28f";
}

.fa-duotone.fa-sun-cloud:after,
.fad.fa-sun-cloud:after {
  content: "\f763\f763";
}

.fa-duotone.fa-sun-dust:after,
.fad.fa-sun-dust:after {
  content: "\f764\f764";
}

.fa-duotone.fa-sun-haze:after,
.fad.fa-sun-haze:after {
  content: "\f765\f765";
}

.fa-duotone.fa-sunglasses:after,
.fad.fa-sunglasses:after {
  content: "\f892\f892";
}

.fa-duotone.fa-sunrise:after,
.fad.fa-sunrise:after {
  content: "\f766\f766";
}

.fa-duotone.fa-sunset:after,
.fad.fa-sunset:after {
  content: "\f767\f767";
}

.fa-duotone.fa-superscript:after,
.fad.fa-superscript:after {
  content: "\f12b\f12b";
}

.fa-duotone.fa-nigiri:after,
.fa-duotone.fa-sushi:after,
.fad.fa-nigiri:after,
.fad.fa-sushi:after {
  content: "\e48a\e48a";
}

.fa-duotone.fa-maki-roll:after,
.fa-duotone.fa-makizushi:after,
.fa-duotone.fa-sushi-roll:after,
.fad.fa-maki-roll:after,
.fad.fa-makizushi:after,
.fad.fa-sushi-roll:after {
  content: "\e48b\e48b";
}

.fa-duotone.fa-swatchbook:after,
.fad.fa-swatchbook:after {
  content: "\f5c3\f5c3";
}

.fa-duotone.fa-sword:after,
.fad.fa-sword:after {
  content: "\f71c\f71c";
}

.fa-duotone.fa-sword-laser:after,
.fad.fa-sword-laser:after {
  content: "\e03b\e03b";
}

.fa-duotone.fa-sword-laser-alt:after,
.fad.fa-sword-laser-alt:after {
  content: "\e03c\e03c";
}

.fa-duotone.fa-swords:after,
.fad.fa-swords:after {
  content: "\f71d\f71d";
}

.fa-duotone.fa-swords-laser:after,
.fad.fa-swords-laser:after {
  content: "\e03d\e03d";
}

.fa-duotone.fa-icons-alt:after,
.fa-duotone.fa-symbols:after,
.fad.fa-icons-alt:after,
.fad.fa-symbols:after {
  content: "\f86e\f86e";
}

.fa-duotone.fa-synagogue:after,
.fad.fa-synagogue:after {
  content: "\f69b\f69b";
}

.fa-duotone.fa-syringe:after,
.fad.fa-syringe:after {
  content: "\f48e\f48e";
}

.fa-duotone.fa-t:after,
.fad.fa-t:after {
  content: "TT";
}

.fa-duotone.fa-table:after,
.fad.fa-table:after {
  content: "\f0ce\f0ce";
}

.fa-duotone.fa-table-cells:after,
.fa-duotone.fa-th:after,
.fad.fa-table-cells:after,
.fad.fa-th:after {
  content: "\f00a\f00a";
}

.fa-duotone.fa-table-cells-large:after,
.fa-duotone.fa-th-large:after,
.fad.fa-table-cells-large:after,
.fad.fa-th-large:after {
  content: "\f009\f009";
}

.fa-duotone.fa-columns:after,
.fa-duotone.fa-table-columns:after,
.fad.fa-columns:after,
.fad.fa-table-columns:after {
  content: "\f0db\f0db";
}

.fa-duotone.fa-table-layout:after,
.fad.fa-table-layout:after {
  content: "\e290\e290";
}

.fa-duotone.fa-table-list:after,
.fa-duotone.fa-th-list:after,
.fad.fa-table-list:after,
.fad.fa-th-list:after {
  content: "\f00b\f00b";
}

.fa-duotone.fa-table-picnic:after,
.fad.fa-table-picnic:after {
  content: "\e32d\e32d";
}

.fa-duotone.fa-table-pivot:after,
.fad.fa-table-pivot:after {
  content: "\e291\e291";
}

.fa-duotone.fa-rows:after,
.fa-duotone.fa-table-rows:after,
.fad.fa-rows:after,
.fad.fa-table-rows:after {
  content: "\e292\e292";
}

.fa-duotone.fa-ping-pong-paddle-ball:after,
.fa-duotone.fa-table-tennis-paddle-ball:after,
.fa-duotone.fa-table-tennis:after,
.fad.fa-ping-pong-paddle-ball:after,
.fad.fa-table-tennis-paddle-ball:after,
.fad.fa-table-tennis:after {
  content: "\f45d\f45d";
}

.fa-duotone.fa-table-tree:after,
.fad.fa-table-tree:after {
  content: "\e293\e293";
}

.fa-duotone.fa-tablet-android:after,
.fa-duotone.fa-tablet:after,
.fad.fa-tablet-android:after,
.fad.fa-tablet:after {
  content: "\f3fb\f3fb";
}

.fa-duotone.fa-tablet-button:after,
.fad.fa-tablet-button:after {
  content: "\f10a\f10a";
}

.fa-duotone.fa-tablet-rugged:after,
.fad.fa-tablet-rugged:after {
  content: "\f48f\f48f";
}

.fa-duotone.fa-tablet-android-alt:after,
.fa-duotone.fa-tablet-screen:after,
.fad.fa-tablet-android-alt:after,
.fad.fa-tablet-screen:after {
  content: "\f3fc\f3fc";
}

.fa-duotone.fa-tablet-alt:after,
.fa-duotone.fa-tablet-screen-button:after,
.fad.fa-tablet-alt:after,
.fad.fa-tablet-screen-button:after {
  content: "\f3fa\f3fa";
}

.fa-duotone.fa-tablets:after,
.fad.fa-tablets:after {
  content: "\f490\f490";
}

.fa-duotone.fa-digital-tachograph:after,
.fa-duotone.fa-tachograph-digital:after,
.fad.fa-digital-tachograph:after,
.fad.fa-tachograph-digital:after {
  content: "\f566\f566";
}

.fa-duotone.fa-taco:after,
.fad.fa-taco:after {
  content: "\f826\f826";
}

.fa-duotone.fa-tag:after,
.fad.fa-tag:after {
  content: "\f02b\f02b";
}

.fa-duotone.fa-tags:after,
.fad.fa-tags:after {
  content: "\f02c\f02c";
}

.fa-duotone.fa-tally-5:after,
.fa-duotone.fa-tally:after,
.fad.fa-tally-5:after,
.fad.fa-tally:after {
  content: "\f69c\f69c";
}

.fa-duotone.fa-tally-1:after,
.fad.fa-tally-1:after {
  content: "\e294\e294";
}

.fa-duotone.fa-tally-2:after,
.fad.fa-tally-2:after {
  content: "\e295\e295";
}

.fa-duotone.fa-tally-3:after,
.fad.fa-tally-3:after {
  content: "\e296\e296";
}

.fa-duotone.fa-tally-4:after,
.fad.fa-tally-4:after {
  content: "\e297\e297";
}

.fa-duotone.fa-tamale:after,
.fad.fa-tamale:after {
  content: "\e451\e451";
}

.fa-duotone.fa-tank-water:after,
.fad.fa-tank-water:after {
  content: "\e452\e452";
}

.fa-duotone.fa-tape:after,
.fad.fa-tape:after {
  content: "\f4db\f4db";
}

.fa-duotone.fa-cab:after,
.fa-duotone.fa-taxi:after,
.fad.fa-cab:after,
.fad.fa-taxi:after {
  content: "\f1ba\f1ba";
}

.fa-duotone.fa-taxi-bus:after,
.fad.fa-taxi-bus:after {
  content: "\e298\e298";
}

.fa-duotone.fa-teddy-bear:after,
.fad.fa-teddy-bear:after {
  content: "\e3cf\e3cf";
}

.fa-duotone.fa-teeth:after,
.fad.fa-teeth:after {
  content: "\f62e\f62e";
}

.fa-duotone.fa-teeth-open:after,
.fad.fa-teeth-open:after {
  content: "\f62f\f62f";
}

.fa-duotone.fa-telescope:after,
.fad.fa-telescope:after {
  content: "\e03e\e03e";
}

.fa-duotone.fa-temperature-arrow-down:after,
.fa-duotone.fa-temperature-down:after,
.fad.fa-temperature-arrow-down:after,
.fad.fa-temperature-down:after {
  content: "\e03f\e03f";
}

.fa-duotone.fa-temperature-arrow-up:after,
.fa-duotone.fa-temperature-up:after,
.fad.fa-temperature-arrow-up:after,
.fad.fa-temperature-up:after {
  content: "\e040\e040";
}

.fa-duotone.fa-temperature-0:after,
.fa-duotone.fa-temperature-empty:after,
.fa-duotone.fa-thermometer-0:after,
.fa-duotone.fa-thermometer-empty:after,
.fad.fa-temperature-0:after,
.fad.fa-temperature-empty:after,
.fad.fa-thermometer-0:after,
.fad.fa-thermometer-empty:after {
  content: "\f2cb\f2cb";
}

.fa-duotone.fa-temperature-4:after,
.fa-duotone.fa-temperature-full:after,
.fa-duotone.fa-thermometer-4:after,
.fa-duotone.fa-thermometer-full:after,
.fad.fa-temperature-4:after,
.fad.fa-temperature-full:after,
.fad.fa-thermometer-4:after,
.fad.fa-thermometer-full:after {
  content: "\f2c7\f2c7";
}

.fa-duotone.fa-temperature-2:after,
.fa-duotone.fa-temperature-half:after,
.fa-duotone.fa-thermometer-2:after,
.fa-duotone.fa-thermometer-half:after,
.fad.fa-temperature-2:after,
.fad.fa-temperature-half:after,
.fad.fa-thermometer-2:after,
.fad.fa-thermometer-half:after {
  content: "\f2c9\f2c9";
}

.fa-duotone.fa-temperature-high:after,
.fad.fa-temperature-high:after {
  content: "\f769\f769";
}

.fa-duotone.fa-temperature-list:after,
.fad.fa-temperature-list:after {
  content: "\e299\e299";
}

.fa-duotone.fa-temperature-low:after,
.fad.fa-temperature-low:after {
  content: "\f76b\f76b";
}

.fa-duotone.fa-temperature-1:after,
.fa-duotone.fa-temperature-quarter:after,
.fa-duotone.fa-thermometer-1:after,
.fa-duotone.fa-thermometer-quarter:after,
.fad.fa-temperature-1:after,
.fad.fa-temperature-quarter:after,
.fad.fa-thermometer-1:after,
.fad.fa-thermometer-quarter:after {
  content: "\f2ca\f2ca";
}

.fa-duotone.fa-temperature-frigid:after,
.fa-duotone.fa-temperature-snow:after,
.fad.fa-temperature-frigid:after,
.fad.fa-temperature-snow:after {
  content: "\f768\f768";
}

.fa-duotone.fa-temperature-hot:after,
.fa-duotone.fa-temperature-sun:after,
.fad.fa-temperature-hot:after,
.fad.fa-temperature-sun:after {
  content: "\f76a\f76a";
}

.fa-duotone.fa-temperature-3:after,
.fa-duotone.fa-temperature-three-quarters:after,
.fa-duotone.fa-thermometer-3:after,
.fa-duotone.fa-thermometer-three-quarters:after,
.fad.fa-temperature-3:after,
.fad.fa-temperature-three-quarters:after,
.fad.fa-thermometer-3:after,
.fad.fa-thermometer-three-quarters:after {
  content: "\f2c8\f2c8";
}

.fa-duotone.fa-tenge-sign:after,
.fa-duotone.fa-tenge:after,
.fad.fa-tenge-sign:after,
.fad.fa-tenge:after {
  content: "\f7d7\f7d7";
}

.fa-duotone.fa-tennis-ball:after,
.fad.fa-tennis-ball:after {
  content: "\f45e\f45e";
}

.fa-duotone.fa-terminal:after,
.fad.fa-terminal:after {
  content: "\f120\f120";
}

.fa-duotone.fa-text:after,
.fad.fa-text:after {
  content: "\f893\f893";
}

.fa-duotone.fa-text-height:after,
.fad.fa-text-height:after {
  content: "\f034\f034";
}

.fa-duotone.fa-text-size:after,
.fad.fa-text-size:after {
  content: "\f894\f894";
}

.fa-duotone.fa-remove-format:after,
.fa-duotone.fa-text-slash:after,
.fad.fa-remove-format:after,
.fad.fa-text-slash:after {
  content: "\f87d\f87d";
}

.fa-duotone.fa-text-width:after,
.fad.fa-text-width:after {
  content: "\f035\f035";
}

.fa-duotone.fa-thermometer:after,
.fad.fa-thermometer:after {
  content: "\f491\f491";
}

.fa-duotone.fa-theta:after,
.fad.fa-theta:after {
  content: "\f69e\f69e";
}

.fa-duotone.fa-thought-bubble:after,
.fad.fa-thought-bubble:after {
  content: "\e32e\e32e";
}

.fa-duotone.fa-thumbs-down:after,
.fad.fa-thumbs-down:after {
  content: "\f165\f165";
}

.fa-duotone.fa-thumbs-up:after,
.fad.fa-thumbs-up:after {
  content: "\f164\f164";
}

.fa-duotone.fa-thumb-tack:after,
.fa-duotone.fa-thumbtack:after,
.fad.fa-thumb-tack:after,
.fad.fa-thumbtack:after {
  content: "\f08d\f08d";
}

.fa-duotone.fa-tick:after,
.fad.fa-tick:after {
  content: "\e32f\e32f";
}

.fa-duotone.fa-ticket:after,
.fad.fa-ticket:after {
  content: "\f145\f145";
}

.fa-duotone.fa-ticket-airline:after,
.fad.fa-ticket-airline:after {
  content: "\e29a\e29a";
}

.fa-duotone.fa-ticket-alt:after,
.fa-duotone.fa-ticket-simple:after,
.fad.fa-ticket-alt:after,
.fad.fa-ticket-simple:after {
  content: "\f3ff\f3ff";
}

.fa-duotone.fa-tickets-airline:after,
.fad.fa-tickets-airline:after {
  content: "\e29b\e29b";
}

.fa-duotone.fa-tilde:after,
.fad.fa-tilde:after {
  content: "~~";
}

.fa-duotone.fa-timeline:after,
.fad.fa-timeline:after {
  content: "\e29c\e29c";
}

.fa-duotone.fa-timeline-arrow:after,
.fad.fa-timeline-arrow:after {
  content: "\e29d\e29d";
}

.fa-duotone.fa-timer:after,
.fad.fa-timer:after {
  content: "\e29e\e29e";
}

.fa-duotone.fa-tire:after,
.fad.fa-tire:after {
  content: "\f631\f631";
}

.fa-duotone.fa-tire-flat:after,
.fad.fa-tire-flat:after {
  content: "\f632\f632";
}

.fa-duotone.fa-tire-pressure-warning:after,
.fad.fa-tire-pressure-warning:after {
  content: "\f633\f633";
}

.fa-duotone.fa-tire-rugged:after,
.fad.fa-tire-rugged:after {
  content: "\f634\f634";
}

.fa-duotone.fa-toggle-off:after,
.fad.fa-toggle-off:after {
  content: "\f204\f204";
}

.fa-duotone.fa-toggle-on:after,
.fad.fa-toggle-on:after {
  content: "\f205\f205";
}

.fa-duotone.fa-toilet:after,
.fad.fa-toilet:after {
  content: "\f7d8\f7d8";
}

.fa-duotone.fa-toilet-paper:after,
.fad.fa-toilet-paper:after {
  content: "\f71e\f71e";
}

.fa-duotone.fa-toilet-paper-alt:after,
.fa-duotone.fa-toilet-paper-blank:after,
.fad.fa-toilet-paper-alt:after,
.fad.fa-toilet-paper-blank:after {
  content: "\f71f\f71f";
}

.fa-duotone.fa-toilet-paper-blank-under:after,
.fa-duotone.fa-toilet-paper-reverse-alt:after,
.fad.fa-toilet-paper-blank-under:after,
.fad.fa-toilet-paper-reverse-alt:after {
  content: "\e29f\e29f";
}

.fa-duotone.fa-toilet-paper-slash:after,
.fad.fa-toilet-paper-slash:after {
  content: "\e072\e072";
}

.fa-duotone.fa-toilet-paper-reverse:after,
.fa-duotone.fa-toilet-paper-under:after,
.fad.fa-toilet-paper-reverse:after,
.fad.fa-toilet-paper-under:after {
  content: "\e2a0\e2a0";
}

.fa-duotone.fa-toilet-paper-reverse-slash:after,
.fa-duotone.fa-toilet-paper-under-slash:after,
.fad.fa-toilet-paper-reverse-slash:after,
.fad.fa-toilet-paper-under-slash:after {
  content: "\e2a1\e2a1";
}

.fa-duotone.fa-tomato:after,
.fad.fa-tomato:after {
  content: "\e330\e330";
}

.fa-duotone.fa-tombstone:after,
.fad.fa-tombstone:after {
  content: "\f720\f720";
}

.fa-duotone.fa-tombstone-alt:after,
.fa-duotone.fa-tombstone-blank:after,
.fad.fa-tombstone-alt:after,
.fad.fa-tombstone-blank:after {
  content: "\f721\f721";
}

.fa-duotone.fa-toolbox:after,
.fad.fa-toolbox:after {
  content: "\f552\f552";
}

.fa-duotone.fa-tooth:after,
.fad.fa-tooth:after {
  content: "\f5c9\f5c9";
}

.fa-duotone.fa-toothbrush:after,
.fad.fa-toothbrush:after {
  content: "\f635\f635";
}

.fa-duotone.fa-torii-gate:after,
.fad.fa-torii-gate:after {
  content: "\f6a1\f6a1";
}

.fa-duotone.fa-tornado:after,
.fad.fa-tornado:after {
  content: "\f76f\f76f";
}

.fa-duotone.fa-broadcast-tower:after,
.fa-duotone.fa-tower-broadcast:after,
.fad.fa-broadcast-tower:after,
.fad.fa-tower-broadcast:after {
  content: "\f519\f519";
}

.fa-duotone.fa-tower-control:after,
.fad.fa-tower-control:after {
  content: "\e2a2\e2a2";
}

.fa-duotone.fa-tractor:after,
.fad.fa-tractor:after {
  content: "\f722\f722";
}

.fa-duotone.fa-trademark:after,
.fad.fa-trademark:after {
  content: "\f25c\f25c";
}

.fa-duotone.fa-traffic-cone:after,
.fad.fa-traffic-cone:after {
  content: "\f636\f636";
}

.fa-duotone.fa-traffic-light:after,
.fad.fa-traffic-light:after {
  content: "\f637\f637";
}

.fa-duotone.fa-traffic-light-go:after,
.fad.fa-traffic-light-go:after {
  content: "\f638\f638";
}

.fa-duotone.fa-traffic-light-slow:after,
.fad.fa-traffic-light-slow:after {
  content: "\f639\f639";
}

.fa-duotone.fa-traffic-light-stop:after,
.fad.fa-traffic-light-stop:after {
  content: "\f63a\f63a";
}

.fa-duotone.fa-trailer:after,
.fad.fa-trailer:after {
  content: "\e041\e041";
}

.fa-duotone.fa-train:after,
.fad.fa-train:after {
  content: "\f238\f238";
}

.fa-duotone.fa-subway:after,
.fa-duotone.fa-train-subway:after,
.fad.fa-subway:after,
.fad.fa-train-subway:after {
  content: "\f239\f239";
}

.fa-duotone.fa-subway-tunnel:after,
.fa-duotone.fa-train-subway-tunnel:after,
.fad.fa-subway-tunnel:after,
.fad.fa-train-subway-tunnel:after {
  content: "\e2a3\e2a3";
}

.fa-duotone.fa-train-track:after,
.fad.fa-train-track:after {
  content: "\e453\e453";
}

.fa-duotone.fa-train-tram:after,
.fa-duotone.fa-tram:after,
.fad.fa-train-tram:after,
.fad.fa-tram:after {
  content: "\f7da\f7da";
}

.fa-duotone.fa-train-tunnel:after,
.fad.fa-train-tunnel:after {
  content: "\e454\e454";
}

.fa-duotone.fa-transformer-bolt:after,
.fad.fa-transformer-bolt:after {
  content: "\e2a4\e2a4";
}

.fa-duotone.fa-transgender-alt:after,
.fa-duotone.fa-transgender:after,
.fad.fa-transgender-alt:after,
.fad.fa-transgender:after {
  content: "\f225\f225";
}

.fa-duotone.fa-transporter:after,
.fad.fa-transporter:after {
  content: "\e042\e042";
}

.fa-duotone.fa-transporter-1:after,
.fad.fa-transporter-1:after {
  content: "\e043\e043";
}

.fa-duotone.fa-transporter-2:after,
.fad.fa-transporter-2:after {
  content: "\e044\e044";
}

.fa-duotone.fa-transporter-3:after,
.fad.fa-transporter-3:after {
  content: "\e045\e045";
}

.fa-duotone.fa-transporter-4:after,
.fad.fa-transporter-4:after {
  content: "\e2a5\e2a5";
}

.fa-duotone.fa-transporter-5:after,
.fad.fa-transporter-5:after {
  content: "\e2a6\e2a6";
}

.fa-duotone.fa-transporter-6:after,
.fad.fa-transporter-6:after {
  content: "\e2a7\e2a7";
}

.fa-duotone.fa-transporter-7:after,
.fad.fa-transporter-7:after {
  content: "\e2a8\e2a8";
}

.fa-duotone.fa-transporter-empty:after,
.fad.fa-transporter-empty:after {
  content: "\e046\e046";
}

.fa-duotone.fa-trash:after,
.fad.fa-trash:after {
  content: "\f1f8\f1f8";
}

.fa-duotone.fa-trash-arrow-up:after,
.fa-duotone.fa-trash-restore:after,
.fad.fa-trash-arrow-up:after,
.fad.fa-trash-restore:after {
  content: "\f829\f829";
}

.fa-duotone.fa-trash-alt:after,
.fa-duotone.fa-trash-can:after,
.fad.fa-trash-alt:after,
.fad.fa-trash-can:after {
  content: "\f2ed\f2ed";
}

.fa-duotone.fa-trash-can-arrow-up:after,
.fa-duotone.fa-trash-restore-alt:after,
.fad.fa-trash-can-arrow-up:after,
.fad.fa-trash-restore-alt:after {
  content: "\f82a\f82a";
}

.fa-duotone.fa-trash-can-check:after,
.fad.fa-trash-can-check:after {
  content: "\e2a9\e2a9";
}

.fa-duotone.fa-trash-can-clock:after,
.fad.fa-trash-can-clock:after {
  content: "\e2aa\e2aa";
}

.fa-duotone.fa-trash-can-list:after,
.fad.fa-trash-can-list:after {
  content: "\e2ab\e2ab";
}

.fa-duotone.fa-trash-can-plus:after,
.fad.fa-trash-can-plus:after {
  content: "\e2ac\e2ac";
}

.fa-duotone.fa-trash-alt-slash:after,
.fa-duotone.fa-trash-can-slash:after,
.fad.fa-trash-alt-slash:after,
.fad.fa-trash-can-slash:after {
  content: "\e2ad\e2ad";
}

.fa-duotone.fa-trash-can-arrow-turn-left:after,
.fa-duotone.fa-trash-can-undo:after,
.fa-duotone.fa-trash-undo-alt:after,
.fad.fa-trash-can-arrow-turn-left:after,
.fad.fa-trash-can-undo:after,
.fad.fa-trash-undo-alt:after {
  content: "\f896\f896";
}

.fa-duotone.fa-trash-can-xmark:after,
.fad.fa-trash-can-xmark:after {
  content: "\e2ae\e2ae";
}

.fa-duotone.fa-trash-check:after,
.fad.fa-trash-check:after {
  content: "\e2af\e2af";
}

.fa-duotone.fa-trash-clock:after,
.fad.fa-trash-clock:after {
  content: "\e2b0\e2b0";
}

.fa-duotone.fa-trash-list:after,
.fad.fa-trash-list:after {
  content: "\e2b1\e2b1";
}

.fa-duotone.fa-trash-plus:after,
.fad.fa-trash-plus:after {
  content: "\e2b2\e2b2";
}

.fa-duotone.fa-trash-slash:after,
.fad.fa-trash-slash:after {
  content: "\e2b3\e2b3";
}

.fa-duotone.fa-trash-arrow-turn-left:after,
.fa-duotone.fa-trash-undo:after,
.fad.fa-trash-arrow-turn-left:after,
.fad.fa-trash-undo:after {
  content: "\f895\f895";
}

.fa-duotone.fa-trash-xmark:after,
.fad.fa-trash-xmark:after {
  content: "\e2b4\e2b4";
}

.fa-duotone.fa-treasure-chest:after,
.fad.fa-treasure-chest:after {
  content: "\f723\f723";
}

.fa-duotone.fa-tree:after,
.fad.fa-tree:after {
  content: "\f1bb\f1bb";
}

.fa-duotone.fa-tree-christmas:after,
.fad.fa-tree-christmas:after {
  content: "\f7db\f7db";
}

.fa-duotone.fa-tree-alt:after,
.fa-duotone.fa-tree-deciduous:after,
.fad.fa-tree-alt:after,
.fad.fa-tree-deciduous:after {
  content: "\f400\f400";
}

.fa-duotone.fa-tree-decorated:after,
.fad.fa-tree-decorated:after {
  content: "\f7dc\f7dc";
}

.fa-duotone.fa-tree-large:after,
.fad.fa-tree-large:after {
  content: "\f7dd\f7dd";
}

.fa-duotone.fa-tree-palm:after,
.fad.fa-tree-palm:after {
  content: "\f82b\f82b";
}

.fa-duotone.fa-trees:after,
.fad.fa-trees:after {
  content: "\f724\f724";
}

.fa-duotone.fa-triangle:after,
.fad.fa-triangle:after {
  content: "\f2ec\f2ec";
}

.fa-duotone.fa-exclamation-triangle:after,
.fa-duotone.fa-triangle-exclamation:after,
.fa-duotone.fa-warning:after,
.fad.fa-exclamation-triangle:after,
.fad.fa-triangle-exclamation:after,
.fad.fa-warning:after {
  content: "\f071\f071";
}

.fa-duotone.fa-triangle-instrument:after,
.fa-duotone.fa-triangle-music:after,
.fad.fa-triangle-instrument:after,
.fad.fa-triangle-music:after {
  content: "\f8e2\f8e2";
}

.fa-duotone.fa-construction:after,
.fa-duotone.fa-triangle-person-digging:after,
.fad.fa-construction:after,
.fad.fa-triangle-person-digging:after {
  content: "\f85d\f85d";
}

.fa-duotone.fa-trophy:after,
.fad.fa-trophy:after {
  content: "\f091\f091";
}

.fa-duotone.fa-trophy-alt:after,
.fa-duotone.fa-trophy-star:after,
.fad.fa-trophy-alt:after,
.fad.fa-trophy-star:after {
  content: "\f2eb\f2eb";
}

.fa-duotone.fa-truck:after,
.fad.fa-truck:after {
  content: "\f0d1\f0d1";
}

.fa-duotone.fa-truck-bolt:after,
.fad.fa-truck-bolt:after {
  content: "\e3d0\e3d0";
}

.fa-duotone.fa-shipping-timed:after,
.fa-duotone.fa-truck-clock:after,
.fad.fa-shipping-timed:after,
.fad.fa-truck-clock:after {
  content: "\f48c\f48c";
}

.fa-duotone.fa-truck-container:after,
.fad.fa-truck-container:after {
  content: "\f4dc\f4dc";
}

.fa-duotone.fa-truck-container-empty:after,
.fad.fa-truck-container-empty:after {
  content: "\e2b5\e2b5";
}

.fa-duotone.fa-shipping-fast:after,
.fa-duotone.fa-truck-fast:after,
.fad.fa-shipping-fast:after,
.fad.fa-truck-fast:after {
  content: "\f48b\f48b";
}

.fa-duotone.fa-truck-flatbed:after,
.fad.fa-truck-flatbed:after {
  content: "\e2b6\e2b6";
}

.fa-duotone.fa-truck-front:after,
.fad.fa-truck-front:after {
  content: "\e2b7\e2b7";
}

.fa-duotone.fa-ambulance:after,
.fa-duotone.fa-truck-medical:after,
.fad.fa-ambulance:after,
.fad.fa-truck-medical:after {
  content: "\f0f9\f0f9";
}

.fa-duotone.fa-truck-monster:after,
.fad.fa-truck-monster:after {
  content: "\f63b\f63b";
}

.fa-duotone.fa-truck-moving:after,
.fad.fa-truck-moving:after {
  content: "\f4df\f4df";
}

.fa-duotone.fa-truck-pickup:after,
.fad.fa-truck-pickup:after {
  content: "\f63c\f63c";
}

.fa-duotone.fa-truck-plow:after,
.fad.fa-truck-plow:after {
  content: "\f7de\f7de";
}

.fa-duotone.fa-truck-ramp:after,
.fad.fa-truck-ramp:after {
  content: "\f4e0\f4e0";
}

.fa-duotone.fa-truck-loading:after,
.fa-duotone.fa-truck-ramp-box:after,
.fad.fa-truck-loading:after,
.fad.fa-truck-ramp-box:after {
  content: "\f4de\f4de";
}

.fa-duotone.fa-truck-couch:after,
.fa-duotone.fa-truck-ramp-couch:after,
.fad.fa-truck-couch:after,
.fad.fa-truck-ramp-couch:after {
  content: "\f4dd\f4dd";
}

.fa-duotone.fa-truck-tow:after,
.fad.fa-truck-tow:after {
  content: "\e2b8\e2b8";
}

.fa-duotone.fa-trumpet:after,
.fad.fa-trumpet:after {
  content: "\f8e3\f8e3";
}

.fa-duotone.fa-teletype:after,
.fa-duotone.fa-tty:after,
.fad.fa-teletype:after,
.fad.fa-tty:after {
  content: "\f1e4\f1e4";
}

.fa-duotone.fa-teletype-answer:after,
.fa-duotone.fa-tty-answer:after,
.fad.fa-teletype-answer:after,
.fad.fa-tty-answer:after {
  content: "\e2b9\e2b9";
}

.fa-duotone.fa-tugrik-sign:after,
.fad.fa-tugrik-sign:after {
  content: "\e2ba\e2ba";
}

.fa-duotone.fa-turkey:after,
.fad.fa-turkey:after {
  content: "\f725\f725";
}

.fa-duotone.fa-try:after,
.fa-duotone.fa-turkish-lira-sign:after,
.fa-duotone.fa-turkish-lira:after,
.fad.fa-try:after,
.fad.fa-turkish-lira-sign:after,
.fad.fa-turkish-lira:after {
  content: "\e2bb\e2bb";
}

.fa-duotone.fa-level-down-alt:after,
.fa-duotone.fa-turn-down:after,
.fad.fa-level-down-alt:after,
.fad.fa-turn-down:after {
  content: "\f3be\f3be";
}

.fa-duotone.fa-turn-down-left:after,
.fad.fa-turn-down-left:after {
  content: "\e331\e331";
}

.fa-duotone.fa-turn-down-right:after,
.fad.fa-turn-down-right:after {
  content: "\e455\e455";
}

.fa-duotone.fa-level-up-alt:after,
.fa-duotone.fa-turn-up:after,
.fad.fa-level-up-alt:after,
.fad.fa-turn-up:after {
  content: "\f3bf\f3bf";
}

.fa-duotone.fa-turntable:after,
.fad.fa-turntable:after {
  content: "\f8e4\f8e4";
}

.fa-duotone.fa-turtle:after,
.fad.fa-turtle:after {
  content: "\f726\f726";
}

.fa-duotone.fa-television:after,
.fa-duotone.fa-tv-alt:after,
.fa-duotone.fa-tv:after,
.fad.fa-television:after,
.fad.fa-tv-alt:after,
.fad.fa-tv:after {
  content: "\f26c\f26c";
}

.fa-duotone.fa-tv-music:after,
.fad.fa-tv-music:after {
  content: "\f8e6\f8e6";
}

.fa-duotone.fa-tv-retro:after,
.fad.fa-tv-retro:after {
  content: "\f401\f401";
}

.fa-duotone.fa-typewriter:after,
.fad.fa-typewriter:after {
  content: "\f8e7\f8e7";
}

.fa-duotone.fa-u:after,
.fad.fa-u:after {
  content: "UU";
}

.fa-duotone.fa-ufo:after,
.fad.fa-ufo:after {
  content: "\e047\e047";
}

.fa-duotone.fa-ufo-beam:after,
.fad.fa-ufo-beam:after {
  content: "\e048\e048";
}

.fa-duotone.fa-umbrella:after,
.fad.fa-umbrella:after {
  content: "\f0e9\f0e9";
}

.fa-duotone.fa-umbrella-beach:after,
.fad.fa-umbrella-beach:after {
  content: "\f5ca\f5ca";
}

.fa-duotone.fa-umbrella-alt:after,
.fa-duotone.fa-umbrella-simple:after,
.fad.fa-umbrella-alt:after,
.fad.fa-umbrella-simple:after {
  content: "\e2bc\e2bc";
}

.fa-duotone.fa-underline:after,
.fad.fa-underline:after {
  content: "\f0cd\f0cd";
}

.fa-duotone.fa-unicorn:after,
.fad.fa-unicorn:after {
  content: "\f727\f727";
}

.fa-duotone.fa-uniform-martial-arts:after,
.fad.fa-uniform-martial-arts:after {
  content: "\e3d1\e3d1";
}

.fa-duotone.fa-union:after,
.fad.fa-union:after {
  content: "\f6a2\f6a2";
}

.fa-duotone.fa-universal-access:after,
.fad.fa-universal-access:after {
  content: "\f29a\f29a";
}

.fa-duotone.fa-unlock:after,
.fad.fa-unlock:after {
  content: "\f09c\f09c";
}

.fa-duotone.fa-unlock-alt:after,
.fa-duotone.fa-unlock-keyhole:after,
.fad.fa-unlock-alt:after,
.fad.fa-unlock-keyhole:after {
  content: "\f13e\f13e";
}

.fa-duotone.fa-arrow-alt-up:after,
.fa-duotone.fa-up:after,
.fad.fa-arrow-alt-up:after,
.fad.fa-up:after {
  content: "\f357\f357";
}

.fa-duotone.fa-arrows-alt-v:after,
.fa-duotone.fa-up-down:after,
.fad.fa-arrows-alt-v:after,
.fad.fa-up-down:after {
  content: "\f338\f338";
}

.fa-duotone.fa-arrows-alt:after,
.fa-duotone.fa-up-down-left-right:after,
.fad.fa-arrows-alt:after,
.fad.fa-up-down-left-right:after {
  content: "\f0b2\f0b2";
}

.fa-duotone.fa-up-from-dotted-line:after,
.fad.fa-up-from-dotted-line:after {
  content: "\e456\e456";
}

.fa-duotone.fa-arrow-alt-from-bottom:after,
.fa-duotone.fa-up-from-line:after,
.fad.fa-arrow-alt-from-bottom:after,
.fad.fa-up-from-line:after {
  content: "\f346\f346";
}

.fa-duotone.fa-up-left:after,
.fad.fa-up-left:after {
  content: "\e2bd\e2bd";
}

.fa-duotone.fa-long-arrow-alt-up:after,
.fa-duotone.fa-up-long:after,
.fad.fa-long-arrow-alt-up:after,
.fad.fa-up-long:after {
  content: "\f30c\f30c";
}

.fa-duotone.fa-up-right:after,
.fad.fa-up-right:after {
  content: "\e2be\e2be";
}

.fa-duotone.fa-expand-alt:after,
.fa-duotone.fa-up-right-and-down-left-from-center:after,
.fad.fa-expand-alt:after,
.fad.fa-up-right-and-down-left-from-center:after {
  content: "\f424\f424";
}

.fa-duotone.fa-external-link-alt:after,
.fa-duotone.fa-up-right-from-square:after,
.fad.fa-external-link-alt:after,
.fad.fa-up-right-from-square:after {
  content: "\f35d\f35d";
}

.fa-duotone.fa-up-to-dotted-line:after,
.fad.fa-up-to-dotted-line:after {
  content: "\e457\e457";
}

.fa-duotone.fa-arrow-alt-to-top:after,
.fa-duotone.fa-up-to-line:after,
.fad.fa-arrow-alt-to-top:after,
.fad.fa-up-to-line:after {
  content: "\f34d\f34d";
}

.fa-duotone.fa-upload:after,
.fad.fa-upload:after {
  content: "\f093\f093";
}

.fa-duotone.fa-usb-drive:after,
.fad.fa-usb-drive:after {
  content: "\f8e9\f8e9";
}

.fa-duotone.fa-user:after,
.fad.fa-user:after {
  content: "\f007\f007";
}

.fa-duotone.fa-user-alien:after,
.fad.fa-user-alien:after {
  content: "\e04a\e04a";
}

.fa-duotone.fa-user-astronaut:after,
.fad.fa-user-astronaut:after {
  content: "\f4fb\f4fb";
}

.fa-duotone.fa-user-bounty-hunter:after,
.fad.fa-user-bounty-hunter:after {
  content: "\e2bf\e2bf";
}

.fa-duotone.fa-user-check:after,
.fad.fa-user-check:after {
  content: "\f4fc\f4fc";
}

.fa-duotone.fa-user-chef:after,
.fad.fa-user-chef:after {
  content: "\e3d2\e3d2";
}

.fa-duotone.fa-user-clock:after,
.fad.fa-user-clock:after {
  content: "\f4fd\f4fd";
}

.fa-duotone.fa-user-cowboy:after,
.fad.fa-user-cowboy:after {
  content: "\f8ea\f8ea";
}

.fa-duotone.fa-user-crown:after,
.fad.fa-user-crown:after {
  content: "\f6a4\f6a4";
}

.fa-duotone.fa-user-doctor:after,
.fa-duotone.fa-user-md:after,
.fad.fa-user-doctor:after,
.fad.fa-user-md:after {
  content: "\f0f0\f0f0";
}

.fa-duotone.fa-user-doctor-hair:after,
.fad.fa-user-doctor-hair:after {
  content: "\e458\e458";
}

.fa-duotone.fa-user-doctor-hair-long:after,
.fad.fa-user-doctor-hair-long:after {
  content: "\e459\e459";
}

.fa-duotone.fa-user-doctor-message:after,
.fa-duotone.fa-user-md-chat:after,
.fad.fa-user-doctor-message:after,
.fad.fa-user-md-chat:after {
  content: "\f82e\f82e";
}

.fa-duotone.fa-user-cog:after,
.fa-duotone.fa-user-gear:after,
.fad.fa-user-cog:after,
.fad.fa-user-gear:after {
  content: "\f4fe\f4fe";
}

.fa-duotone.fa-user-graduate:after,
.fad.fa-user-graduate:after {
  content: "\f501\f501";
}

.fa-duotone.fa-user-friends:after,
.fa-duotone.fa-user-group:after,
.fad.fa-user-friends:after,
.fad.fa-user-group:after {
  content: "\f500\f500";
}

.fa-duotone.fa-user-group-crown:after,
.fa-duotone.fa-users-crown:after,
.fad.fa-user-group-crown:after,
.fad.fa-users-crown:after {
  content: "\f6a5\f6a5";
}

.fa-duotone.fa-user-hair:after,
.fad.fa-user-hair:after {
  content: "\e45a\e45a";
}

.fa-duotone.fa-user-hair-buns:after,
.fad.fa-user-hair-buns:after {
  content: "\e3d3\e3d3";
}

.fa-duotone.fa-user-hair-long:after,
.fad.fa-user-hair-long:after {
  content: "\e45b\e45b";
}

.fa-duotone.fa-business-front:after,
.fa-duotone.fa-party-back:after,
.fa-duotone.fa-trian-balbot:after,
.fa-duotone.fa-user-hair-mullet:after,
.fad.fa-business-front:after,
.fad.fa-party-back:after,
.fad.fa-trian-balbot:after,
.fad.fa-user-hair-mullet:after {
  content: "\e45c\e45c";
}

.fa-duotone.fa-user-headset:after,
.fad.fa-user-headset:after {
  content: "\f82d\f82d";
}

.fa-duotone.fa-user-construction:after,
.fa-duotone.fa-user-hard-hat:after,
.fa-duotone.fa-user-helmet-safety:after,
.fad.fa-user-construction:after,
.fad.fa-user-hard-hat:after,
.fad.fa-user-helmet-safety:after {
  content: "\f82c\f82c";
}

.fa-duotone.fa-user-injured:after,
.fad.fa-user-injured:after {
  content: "\f728\f728";
}

.fa-duotone.fa-user-alt:after,
.fa-duotone.fa-user-large:after,
.fad.fa-user-alt:after,
.fad.fa-user-large:after {
  content: "\f406\f406";
}

.fa-duotone.fa-user-alt-slash:after,
.fa-duotone.fa-user-large-slash:after,
.fad.fa-user-alt-slash:after,
.fad.fa-user-large-slash:after {
  content: "\f4fa\f4fa";
}

.fa-duotone.fa-user-lock:after,
.fad.fa-user-lock:after {
  content: "\f502\f502";
}

.fa-duotone.fa-user-minus:after,
.fad.fa-user-minus:after {
  content: "\f503\f503";
}

.fa-duotone.fa-user-music:after,
.fad.fa-user-music:after {
  content: "\f8eb\f8eb";
}

.fa-duotone.fa-user-ninja:after,
.fad.fa-user-ninja:after {
  content: "\f504\f504";
}

.fa-duotone.fa-user-nurse:after,
.fad.fa-user-nurse:after {
  content: "\f82f\f82f";
}

.fa-duotone.fa-user-nurse-hair:after,
.fad.fa-user-nurse-hair:after {
  content: "\e45d\e45d";
}

.fa-duotone.fa-user-nurse-hair-long:after,
.fad.fa-user-nurse-hair-long:after {
  content: "\e45e\e45e";
}

.fa-duotone.fa-user-edit:after,
.fa-duotone.fa-user-pen:after,
.fad.fa-user-edit:after,
.fad.fa-user-pen:after {
  content: "\f4ff\f4ff";
}

.fa-duotone.fa-user-pilot:after,
.fad.fa-user-pilot:after {
  content: "\e2c0\e2c0";
}

.fa-duotone.fa-user-pilot-tie:after,
.fad.fa-user-pilot-tie:after {
  content: "\e2c1\e2c1";
}

.fa-duotone.fa-user-plus:after,
.fad.fa-user-plus:after {
  content: "\f234\f234";
}

.fa-duotone.fa-user-police:after,
.fad.fa-user-police:after {
  content: "\e333\e333";
}

.fa-duotone.fa-user-police-tie:after,
.fad.fa-user-police-tie:after {
  content: "\e334\e334";
}

.fa-duotone.fa-user-robot:after,
.fad.fa-user-robot:after {
  content: "\e04b\e04b";
}

.fa-duotone.fa-user-robot-xmarks:after,
.fad.fa-user-robot-xmarks:after {
  content: "\e4a7\e4a7";
}

.fa-duotone.fa-user-secret:after,
.fad.fa-user-secret:after {
  content: "\f21b\f21b";
}

.fa-duotone.fa-user-shakespeare:after,
.fad.fa-user-shakespeare:after {
  content: "\e2c2\e2c2";
}

.fa-duotone.fa-user-shield:after,
.fad.fa-user-shield:after {
  content: "\f505\f505";
}

.fa-duotone.fa-user-slash:after,
.fad.fa-user-slash:after {
  content: "\f506\f506";
}

.fa-duotone.fa-user-tag:after,
.fad.fa-user-tag:after {
  content: "\f507\f507";
}

.fa-duotone.fa-user-tie:after,
.fad.fa-user-tie:after {
  content: "\f508\f508";
}

.fa-duotone.fa-user-tie-hair:after,
.fad.fa-user-tie-hair:after {
  content: "\e45f\e45f";
}

.fa-duotone.fa-user-tie-hair-long:after,
.fad.fa-user-tie-hair-long:after {
  content: "\e460\e460";
}

.fa-duotone.fa-user-unlock:after,
.fad.fa-user-unlock:after {
  content: "\e058\e058";
}

.fa-duotone.fa-user-visor:after,
.fad.fa-user-visor:after {
  content: "\e04c\e04c";
}

.fa-duotone.fa-user-vneck:after,
.fad.fa-user-vneck:after {
  content: "\e461\e461";
}

.fa-duotone.fa-user-vneck-hair:after,
.fad.fa-user-vneck-hair:after {
  content: "\e462\e462";
}

.fa-duotone.fa-user-vneck-hair-long:after,
.fad.fa-user-vneck-hair-long:after {
  content: "\e463\e463";
}

.fa-duotone.fa-user-times:after,
.fa-duotone.fa-user-xmark:after,
.fad.fa-user-times:after,
.fad.fa-user-xmark:after {
  content: "\f235\f235";
}

.fa-duotone.fa-users:after,
.fad.fa-users:after {
  content: "\f0c0\f0c0";
}

.fa-duotone.fa-users-cog:after,
.fa-duotone.fa-users-gear:after,
.fad.fa-users-cog:after,
.fad.fa-users-gear:after {
  content: "\f509\f509";
}

.fa-duotone.fa-users-medical:after,
.fad.fa-users-medical:after {
  content: "\f830\f830";
}

.fa-duotone.fa-users-slash:after,
.fad.fa-users-slash:after {
  content: "\e073\e073";
}

.fa-duotone.fa-cutlery:after,
.fa-duotone.fa-utensils:after,
.fad.fa-cutlery:after,
.fad.fa-utensils:after {
  content: "\f2e7\f2e7";
}

.fa-duotone.fa-utensils-slash:after,
.fad.fa-utensils-slash:after {
  content: "\e464\e464";
}

.fa-duotone.fa-utility-pole:after,
.fad.fa-utility-pole:after {
  content: "\e2c3\e2c3";
}

.fa-duotone.fa-utility-pole-double:after,
.fad.fa-utility-pole-double:after {
  content: "\e2c4\e2c4";
}

.fa-duotone.fa-v:after,
.fad.fa-v:after {
  content: "VV";
}

.fa-duotone.fa-vacuum:after,
.fad.fa-vacuum:after {
  content: "\e04d\e04d";
}

.fa-duotone.fa-vacuum-robot:after,
.fad.fa-vacuum-robot:after {
  content: "\e04e\e04e";
}

.fa-duotone.fa-value-absolute:after,
.fad.fa-value-absolute:after {
  content: "\f6a6\f6a6";
}

.fa-duotone.fa-shuttle-van:after,
.fa-duotone.fa-van-shuttle:after,
.fad.fa-shuttle-van:after,
.fad.fa-van-shuttle:after {
  content: "\f5b6\f5b6";
}

.fa-duotone.fa-vault:after,
.fad.fa-vault:after {
  content: "\e2c5\e2c5";
}

.fa-duotone.fa-vector-circle:after,
.fad.fa-vector-circle:after {
  content: "\e2c6\e2c6";
}

.fa-duotone.fa-vector-polygon:after,
.fad.fa-vector-polygon:after {
  content: "\e2c7\e2c7";
}

.fa-duotone.fa-vector-square:after,
.fad.fa-vector-square:after {
  content: "\f5cb\f5cb";
}

.fa-duotone.fa-vent-damper:after,
.fad.fa-vent-damper:after {
  content: "\e465\e465";
}

.fa-duotone.fa-venus:after,
.fad.fa-venus:after {
  content: "\f221\f221";
}

.fa-duotone.fa-venus-double:after,
.fad.fa-venus-double:after {
  content: "\f226\f226";
}

.fa-duotone.fa-venus-mars:after,
.fad.fa-venus-mars:after {
  content: "\f228\f228";
}

.fa-duotone.fa-vest:after,
.fad.fa-vest:after {
  content: "\e085\e085";
}

.fa-duotone.fa-vest-patches:after,
.fad.fa-vest-patches:after {
  content: "\e086\e086";
}

.fa-duotone.fa-vial:after,
.fad.fa-vial:after {
  content: "\f492\f492";
}

.fa-duotone.fa-vials:after,
.fad.fa-vials:after {
  content: "\f493\f493";
}

.fa-duotone.fa-video-camera:after,
.fa-duotone.fa-video:after,
.fad.fa-video-camera:after,
.fad.fa-video:after {
  content: "\f03d\f03d";
}

.fa-duotone.fa-video-arrow-down-left:after,
.fad.fa-video-arrow-down-left:after {
  content: "\e2c8\e2c8";
}

.fa-duotone.fa-video-arrow-up-right:after,
.fad.fa-video-arrow-up-right:after {
  content: "\e2c9\e2c9";
}

.fa-duotone.fa-video-plus:after,
.fad.fa-video-plus:after {
  content: "\f4e1\f4e1";
}

.fa-duotone.fa-video-slash:after,
.fad.fa-video-slash:after {
  content: "\f4e2\f4e2";
}

.fa-duotone.fa-vihara:after,
.fad.fa-vihara:after {
  content: "\f6a7\f6a7";
}

.fa-duotone.fa-violin:after,
.fad.fa-violin:after {
  content: "\f8ed\f8ed";
}

.fa-duotone.fa-virus:after,
.fad.fa-virus:after {
  content: "\e074\e074";
}

.fa-duotone.fa-virus-covid:after,
.fad.fa-virus-covid:after {
  content: "\e4a8\e4a8";
}

.fa-duotone.fa-virus-covid-slash:after,
.fad.fa-virus-covid-slash:after {
  content: "\e4a9\e4a9";
}

.fa-duotone.fa-virus-slash:after,
.fad.fa-virus-slash:after {
  content: "\e075\e075";
}

.fa-duotone.fa-viruses:after,
.fad.fa-viruses:after {
  content: "\e076\e076";
}

.fa-duotone.fa-voicemail:after,
.fad.fa-voicemail:after {
  content: "\f897\f897";
}

.fa-duotone.fa-volcano:after,
.fad.fa-volcano:after {
  content: "\f770\f770";
}

.fa-duotone.fa-volleyball-ball:after,
.fa-duotone.fa-volleyball:after,
.fad.fa-volleyball-ball:after,
.fad.fa-volleyball:after {
  content: "\f45f\f45f";
}

.fa-duotone.fa-volume-medium:after,
.fa-duotone.fa-volume:after,
.fad.fa-volume-medium:after,
.fad.fa-volume:after {
  content: "\f6a8\f6a8";
}

.fa-duotone.fa-volume-high:after,
.fa-duotone.fa-volume-up:after,
.fad.fa-volume-high:after,
.fad.fa-volume-up:after {
  content: "\f028\f028";
}

.fa-duotone.fa-volume-down:after,
.fa-duotone.fa-volume-low:after,
.fad.fa-volume-down:after,
.fad.fa-volume-low:after {
  content: "\f027\f027";
}

.fa-duotone.fa-volume-off:after,
.fad.fa-volume-off:after {
  content: "\f026\f026";
}

.fa-duotone.fa-volume-slash:after,
.fad.fa-volume-slash:after {
  content: "\f2e2\f2e2";
}

.fa-duotone.fa-volume-mute:after,
.fa-duotone.fa-volume-times:after,
.fa-duotone.fa-volume-xmark:after,
.fad.fa-volume-mute:after,
.fad.fa-volume-times:after,
.fad.fa-volume-xmark:after {
  content: "\f6a9\f6a9";
}

.fa-duotone.fa-vr-cardboard:after,
.fad.fa-vr-cardboard:after {
  content: "\f729\f729";
}

.fa-duotone.fa-w:after,
.fad.fa-w:after {
  content: "WW";
}

.fa-duotone.fa-waffle:after,
.fad.fa-waffle:after {
  content: "\e466\e466";
}

.fa-duotone.fa-wagon-covered:after,
.fad.fa-wagon-covered:after {
  content: "\f8ee\f8ee";
}

.fa-duotone.fa-walker:after,
.fad.fa-walker:after {
  content: "\f831\f831";
}

.fa-duotone.fa-walkie-talkie:after,
.fad.fa-walkie-talkie:after {
  content: "\f8ef\f8ef";
}

.fa-duotone.fa-wallet:after,
.fad.fa-wallet:after {
  content: "\f555\f555";
}

.fa-duotone.fa-wand:after,
.fad.fa-wand:after {
  content: "\f72a\f72a";
}

.fa-duotone.fa-magic:after,
.fa-duotone.fa-wand-magic:after,
.fad.fa-magic:after,
.fad.fa-wand-magic:after {
  content: "\f0d0\f0d0";
}

.fa-duotone.fa-magic-wand-sparkles:after,
.fa-duotone.fa-wand-magic-sparkles:after,
.fad.fa-magic-wand-sparkles:after,
.fad.fa-wand-magic-sparkles:after {
  content: "\e2ca\e2ca";
}

.fa-duotone.fa-wand-sparkles:after,
.fad.fa-wand-sparkles:after {
  content: "\f72b\f72b";
}

.fa-duotone.fa-warehouse:after,
.fad.fa-warehouse:after {
  content: "\f494\f494";
}

.fa-duotone.fa-warehouse-alt:after,
.fa-duotone.fa-warehouse-full:after,
.fad.fa-warehouse-alt:after,
.fad.fa-warehouse-full:after {
  content: "\f495\f495";
}

.fa-duotone.fa-washer:after,
.fa-duotone.fa-washing-machine:after,
.fad.fa-washer:after,
.fad.fa-washing-machine:after {
  content: "\f898\f898";
}

.fa-duotone.fa-watch:after,
.fad.fa-watch:after {
  content: "\f2e1\f2e1";
}

.fa-duotone.fa-watch-apple:after,
.fad.fa-watch-apple:after {
  content: "\e2cb\e2cb";
}

.fa-duotone.fa-watch-calculator:after,
.fad.fa-watch-calculator:after {
  content: "\f8f0\f8f0";
}

.fa-duotone.fa-watch-fitness:after,
.fad.fa-watch-fitness:after {
  content: "\f63e\f63e";
}

.fa-duotone.fa-watch-smart:after,
.fad.fa-watch-smart:after {
  content: "\e2cc\e2cc";
}

.fa-duotone.fa-water:after,
.fad.fa-water:after {
  content: "\f773\f773";
}

.fa-duotone.fa-water-arrow-down:after,
.fa-duotone.fa-water-lower:after,
.fad.fa-water-arrow-down:after,
.fad.fa-water-lower:after {
  content: "\f774\f774";
}

.fa-duotone.fa-water-arrow-up:after,
.fa-duotone.fa-water-rise:after,
.fad.fa-water-arrow-up:after,
.fad.fa-water-rise:after {
  content: "\f775\f775";
}

.fa-duotone.fa-ladder-water:after,
.fa-duotone.fa-swimming-pool:after,
.fa-duotone.fa-water-ladder:after,
.fad.fa-ladder-water:after,
.fad.fa-swimming-pool:after,
.fad.fa-water-ladder:after {
  content: "\f5c5\f5c5";
}

.fa-duotone.fa-watermelon-slice:after,
.fad.fa-watermelon-slice:after {
  content: "\e337\e337";
}

.fa-duotone.fa-heart-rate:after,
.fa-duotone.fa-wave-pulse:after,
.fad.fa-heart-rate:after,
.fad.fa-wave-pulse:after {
  content: "\f5f8\f5f8";
}

.fa-duotone.fa-wave-sine:after,
.fad.fa-wave-sine:after {
  content: "\f899\f899";
}

.fa-duotone.fa-wave-square:after,
.fad.fa-wave-square:after {
  content: "\f83e\f83e";
}

.fa-duotone.fa-wave-triangle:after,
.fad.fa-wave-triangle:after {
  content: "\f89a\f89a";
}

.fa-duotone.fa-waveform:after,
.fad.fa-waveform:after {
  content: "\f8f1\f8f1";
}

.fa-duotone.fa-waveform-lines:after,
.fa-duotone.fa-waveform-path:after,
.fad.fa-waveform-lines:after,
.fad.fa-waveform-path:after {
  content: "\f8f2\f8f2";
}

.fa-duotone.fa-weight-hanging:after,
.fad.fa-weight-hanging:after {
  content: "\f5cd\f5cd";
}

.fa-duotone.fa-weight-scale:after,
.fa-duotone.fa-weight:after,
.fad.fa-weight-scale:after,
.fad.fa-weight:after {
  content: "\f496\f496";
}

.fa-duotone.fa-whale:after,
.fad.fa-whale:after {
  content: "\f72c\f72c";
}

.fa-duotone.fa-wheat:after,
.fad.fa-wheat:after {
  content: "\f72d\f72d";
}

.fa-duotone.fa-wheat-alt:after,
.fa-duotone.fa-wheat-awn:after,
.fad.fa-wheat-alt:after,
.fad.fa-wheat-awn:after {
  content: "\e2cd\e2cd";
}

.fa-duotone.fa-wheat-awn-slash:after,
.fad.fa-wheat-awn-slash:after {
  content: "\e338\e338";
}

.fa-duotone.fa-wheat-slash:after,
.fad.fa-wheat-slash:after {
  content: "\e339\e339";
}

.fa-duotone.fa-wheelchair:after,
.fad.fa-wheelchair:after {
  content: "\f193\f193";
}

.fa-duotone.fa-wheelchair-alt:after,
.fa-duotone.fa-wheelchair-move:after,
.fad.fa-wheelchair-alt:after,
.fad.fa-wheelchair-move:after {
  content: "\e2ce\e2ce";
}

.fa-duotone.fa-glass-whiskey:after,
.fa-duotone.fa-whiskey-glass:after,
.fad.fa-glass-whiskey:after,
.fad.fa-whiskey-glass:after {
  content: "\f7a0\f7a0";
}

.fa-duotone.fa-glass-whiskey-rocks:after,
.fa-duotone.fa-whiskey-glass-ice:after,
.fad.fa-glass-whiskey-rocks:after,
.fad.fa-whiskey-glass-ice:after {
  content: "\f7a1\f7a1";
}

.fa-duotone.fa-whistle:after,
.fad.fa-whistle:after {
  content: "\f460\f460";
}

.fa-duotone.fa-wifi-3:after,
.fa-duotone.fa-wifi-strong:after,
.fa-duotone.fa-wifi:after,
.fad.fa-wifi-3:after,
.fad.fa-wifi-strong:after,
.fad.fa-wifi:after {
  content: "\f1eb\f1eb";
}

.fa-duotone.fa-wifi-exclamation:after,
.fad.fa-wifi-exclamation:after {
  content: "\e2cf\e2cf";
}

.fa-duotone.fa-wifi-2:after,
.fa-duotone.fa-wifi-fair:after,
.fad.fa-wifi-2:after,
.fad.fa-wifi-fair:after {
  content: "\f6ab\f6ab";
}

.fa-duotone.fa-wifi-slash:after,
.fad.fa-wifi-slash:after {
  content: "\f6ac\f6ac";
}

.fa-duotone.fa-wifi-1:after,
.fa-duotone.fa-wifi-weak:after,
.fad.fa-wifi-1:after,
.fad.fa-wifi-weak:after {
  content: "\f6aa\f6aa";
}

.fa-duotone.fa-wind:after,
.fad.fa-wind:after {
  content: "\f72e\f72e";
}

.fa-duotone.fa-wind-turbine:after,
.fad.fa-wind-turbine:after {
  content: "\f89b\f89b";
}

.fa-duotone.fa-wind-circle-exclamation:after,
.fa-duotone.fa-wind-warning:after,
.fad.fa-wind-circle-exclamation:after,
.fad.fa-wind-warning:after {
  content: "\f776\f776";
}

.fa-duotone.fa-window:after,
.fad.fa-window:after {
  content: "\f40e\f40e";
}

.fa-duotone.fa-window-alt:after,
.fa-duotone.fa-window-flip:after,
.fad.fa-window-alt:after,
.fad.fa-window-flip:after {
  content: "\f40f\f40f";
}

.fa-duotone.fa-window-frame:after,
.fad.fa-window-frame:after {
  content: "\e04f\e04f";
}

.fa-duotone.fa-window-frame-open:after,
.fad.fa-window-frame-open:after {
  content: "\e050\e050";
}

.fa-duotone.fa-window-maximize:after,
.fad.fa-window-maximize:after {
  content: "\f2d0\f2d0";
}

.fa-duotone.fa-window-minimize:after,
.fad.fa-window-minimize:after {
  content: "\f2d1\f2d1";
}

.fa-duotone.fa-window-restore:after,
.fad.fa-window-restore:after {
  content: "\f2d2\f2d2";
}

.fa-duotone.fa-windsock:after,
.fad.fa-windsock:after {
  content: "\f777\f777";
}

.fa-duotone.fa-wine-bottle:after,
.fad.fa-wine-bottle:after {
  content: "\f72f\f72f";
}

.fa-duotone.fa-wine-glass:after,
.fad.fa-wine-glass:after {
  content: "\f4e3\f4e3";
}

.fa-duotone.fa-fragile:after,
.fa-duotone.fa-wine-glass-crack:after,
.fad.fa-fragile:after,
.fad.fa-wine-glass-crack:after {
  content: "\f4bb\f4bb";
}

.fa-duotone.fa-wine-glass-alt:after,
.fa-duotone.fa-wine-glass-empty:after,
.fad.fa-wine-glass-alt:after,
.fad.fa-wine-glass-empty:after {
  content: "\f5ce\f5ce";
}

.fa-duotone.fa-krw:after,
.fa-duotone.fa-won-sign:after,
.fa-duotone.fa-won:after,
.fad.fa-krw:after,
.fad.fa-won-sign:after,
.fad.fa-won:after {
  content: "\f159\f159";
}

.fa-duotone.fa-wreath:after,
.fad.fa-wreath:after {
  content: "\f7e2\f7e2";
}

.fa-duotone.fa-wrench:after,
.fad.fa-wrench:after {
  content: "\f0ad\f0ad";
}

.fa-duotone.fa-wrench-simple:after,
.fad.fa-wrench-simple:after {
  content: "\e2d1\e2d1";
}

.fa-duotone.fa-x:after,
.fad.fa-x:after {
  content: "XX";
}

.fa-duotone.fa-x-ray:after,
.fad.fa-x-ray:after {
  content: "\f497\f497";
}

.fa-duotone.fa-close:after,
.fa-duotone.fa-multiply:after,
.fa-duotone.fa-remove:after,
.fa-duotone.fa-times:after,
.fa-duotone.fa-xmark:after,
.fad.fa-close:after,
.fad.fa-multiply:after,
.fad.fa-remove:after,
.fad.fa-times:after,
.fad.fa-xmark:after {
  content: "\f00d\f00d";
}

.fa-duotone.fa-times-to-slot:after,
.fa-duotone.fa-vote-nay:after,
.fa-duotone.fa-xmark-to-slot:after,
.fad.fa-times-to-slot:after,
.fad.fa-vote-nay:after,
.fad.fa-xmark-to-slot:after {
  content: "\f771\f771";
}

.fa-duotone.fa-y:after,
.fad.fa-y:after {
  content: "YY";
}

.fa-duotone.fa-cny:after,
.fa-duotone.fa-jpy:after,
.fa-duotone.fa-rmb:after,
.fa-duotone.fa-yen-sign:after,
.fa-duotone.fa-yen:after,
.fad.fa-cny:after,
.fad.fa-jpy:after,
.fad.fa-rmb:after,
.fad.fa-yen-sign:after,
.fad.fa-yen:after {
  content: "\f157\f157";
}

.fa-duotone.fa-yin-yang:after,
.fad.fa-yin-yang:after {
  content: "\f6ad\f6ad";
}

.fa-duotone.fa-z:after,
.fad.fa-z:after {
  content: "ZZ";
}

:host,
:root {
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('fa-light-300.woff2') format("woff2"), url('fa-light-300.ttf') format("truetype");
}

.fa-light,
.fal {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

:host,
:root {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fa-regular-400.woff2') format("woff2"), url('fa-regular-400.ttf') format("truetype");
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

:host,
:root {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fa-solid-900.woff2') format("woff2"), url('fa-solid-900.ttf') format("truetype");
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

:host,
:root {
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url('fa-thin-100.woff2') format("woff2"), url('fa-thin-100.ttf') format("truetype");
}

.fa-thin,
.fat {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url('fa-brands-400.woff2') format("woff2"), url('fa-brands-400.ttf') format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 900;
  src: url('fa-solid-900.woff2') format("woff2"), url('fa-solid-900.ttf') format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 400;
  src: url('fa-regular-400.woff2') format("woff2"), url('fa-regular-400.ttf') format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: block;
  font-weight: 300;
  src: url('fa-light-300.woff2') format("woff2"), url('fa-light-300.ttf') format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-display: block;
  font-weight: 900;
  src: format("woff2"), format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url('fa-solid-900.woff2') format("woff2"), url('fa-solid-900.ttf') format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url('fa-brands-400.woff2') format("woff2"), url('fa-brands-400.ttf') format("truetype");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url('fa-regular-400.woff2') format("woff2"), url('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('fa-v4compatibility.woff2') format("woff2"), url('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+f250, u+f252, u+f27a;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0%, 100% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0) skewX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@font-face {
  font-family: "ElegantIcons";
  src: url('ElegantIcons.eot');
  src: url('ElegantIcons.eot') format("embedded-opentype"), url('ElegantIcons.woff') format("woff"), url('ElegantIcons.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: "ElegantIcons";
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up,
.arrow_down,
.arrow_left,
.arrow_right,
.arrow_left-up,
.arrow_right-up,
.arrow_right-down,
.arrow_left-down,
.arrow-up-down,
.arrow_up-down_alt,
.arrow_left-right_alt,
.arrow_left-right,
.arrow_expand_alt2,
.arrow_expand_alt,
.arrow_condense,
.arrow_expand,
.arrow_move,
.arrow_carrot-up,
.arrow_carrot-down,
.arrow_carrot-left,
.arrow_carrot-right,
.arrow_carrot-2up,
.arrow_carrot-2down,
.arrow_carrot-2left,
.arrow_carrot-2right,
.arrow_carrot-up_alt2,
.arrow_carrot-down_alt2,
.arrow_carrot-left_alt2,
.arrow_carrot-right_alt2,
.arrow_carrot-2up_alt2,
.arrow_carrot-2down_alt2,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right_alt2,
.arrow_triangle-up,
.arrow_triangle-down,
.arrow_triangle-left,
.arrow_triangle-right,
.arrow_triangle-up_alt2,
.arrow_triangle-down_alt2,
.arrow_triangle-left_alt2,
.arrow_triangle-right_alt2,
.arrow_back,
.icon_minus-06,
.icon_plus,
.icon_close,
.icon_check,
.icon_minus_alt2,
.icon_plus_alt2,
.icon_close_alt2,
.icon_check_alt2,
.icon_zoom-out_alt,
.icon_zoom-in_alt,
.icon_search,
.icon_box-empty,
.icon_box-selected,
.icon_minus-box,
.icon_plus-box,
.icon_box-checked,
.icon_circle-empty,
.icon_circle-slelected,
.icon_stop_alt2,
.icon_stop,
.icon_pause_alt2,
.icon_pause,
.icon_menu,
.icon_menu-square_alt2,
.icon_menu-circle_alt2,
.icon_ul,
.icon_ol,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_document_alt,
.icon_documents_alt,
.icon_pencil,
.icon_pencil-edit_alt,
.icon_pencil-edit,
.icon_folder-alt,
.icon_folder-open_alt,
.icon_folder-add_alt,
.icon_info_alt,
.icon_error-oct_alt,
.icon_error-circle_alt,
.icon_error-triangle_alt,
.icon_question_alt2,
.icon_question,
.icon_comment_alt,
.icon_chat_alt,
.icon_vol-mute_alt,
.icon_volume-low_alt,
.icon_volume-high_alt,
.icon_quotations,
.icon_quotations_alt2,
.icon_clock_alt,
.icon_lock_alt,
.icon_lock-open_alt,
.icon_key_alt,
.icon_cloud_alt,
.icon_cloud-upload_alt,
.icon_cloud-download_alt,
.icon_image,
.icon_images,
.icon_lightbulb_alt,
.icon_gift_alt,
.icon_house_alt,
.icon_genius,
.icon_mobile,
.icon_tablet,
.icon_laptop,
.icon_desktop,
.icon_camera_alt,
.icon_mail_alt,
.icon_cone_alt,
.icon_ribbon_alt,
.icon_bag_alt,
.icon_creditcard,
.icon_cart_alt,
.icon_paperclip,
.icon_tag_alt,
.icon_tags_alt,
.icon_trash_alt,
.icon_cursor_alt,
.icon_mic_alt,
.icon_compass_alt,
.icon_pin_alt,
.icon_pushpin_alt,
.icon_map_alt,
.icon_drawer_alt,
.icon_toolbox_alt,
.icon_book_alt,
.icon_calendar,
.icon_film,
.icon_table,
.icon_contacts_alt,
.icon_headphones,
.icon_lifesaver,
.icon_piechart,
.icon_refresh,
.icon_link_alt,
.icon_link,
.icon_loading,
.icon_blocked,
.icon_archive_alt,
.icon_heart_alt,
.icon_star_alt,
.icon_star-half_alt,
.icon_star,
.icon_star-half,
.icon_tools,
.icon_tool,
.icon_cog,
.icon_cogs,
.arrow_up_alt,
.arrow_down_alt,
.arrow_left_alt,
.arrow_right_alt,
.arrow_left-up_alt,
.arrow_right-up_alt,
.arrow_right-down_alt,
.arrow_left-down_alt,
.arrow_condense_alt,
.arrow_expand_alt3,
.arrow_carrot_up_alt,
.arrow_carrot-down_alt,
.arrow_carrot-left_alt,
.arrow_carrot-right_alt,
.arrow_carrot-2up_alt,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left_alt,
.arrow_carrot-2right_alt,
.arrow_triangle-up_alt,
.arrow_triangle-down_alt,
.arrow_triangle-left_alt,
.arrow_triangle-right_alt,
.icon_minus_alt,
.icon_plus_alt,
.icon_close_alt,
.icon_check_alt,
.icon_zoom-out,
.icon_zoom-in,
.icon_stop_alt,
.icon_menu-square_alt,
.icon_menu-circle_alt,
.icon_document,
.icon_documents,
.icon_pencil_alt,
.icon_folder,
.icon_folder-open,
.icon_folder-add,
.icon_folder_upload,
.icon_folder_download,
.icon_info,
.icon_error-circle,
.icon_error-oct,
.icon_error-triangle,
.icon_question_alt,
.icon_comment,
.icon_chat,
.icon_vol-mute,
.icon_volume-low,
.icon_volume-high,
.icon_quotations_alt,
.icon_clock,
.icon_lock,
.icon_lock-open,
.icon_key,
.icon_cloud,
.icon_cloud-upload,
.icon_cloud-download,
.icon_lightbulb,
.icon_gift,
.icon_house,
.icon_camera,
.icon_mail,
.icon_cone,
.icon_ribbon,
.icon_bag,
.icon_cart,
.icon_tag,
.icon_tags,
.icon_trash,
.icon_cursor,
.icon_mic,
.icon_compass,
.icon_pin,
.icon_pushpin,
.icon_map,
.icon_drawer,
.icon_toolbox,
.icon_book,
.icon_contacts,
.icon_archive,
.icon_heart,
.icon_profile,
.icon_group,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_music,
.icon_pause_alt,
.icon_phone,
.icon_upload,
.icon_download,
.social_facebook,
.social_twitter,
.social_pinterest,
.social_googleplus,
.social_tumblr,
.social_tumbleupon,
.social_wordpress,
.social_instagram,
.social_dribbble,
.social_vimeo,
.social_linkedin,
.social_rss,
.social_deviantart,
.social_share,
.social_myspace,
.social_skype,
.social_youtube,
.social_picassa,
.social_googledrive,
.social_flickr,
.social_blogger,
.social_spotify,
.social_delicious,
.social_facebook_circle,
.social_twitter_circle,
.social_pinterest_circle,
.social_googleplus_circle,
.social_tumblr_circle,
.social_stumbleupon_circle,
.social_wordpress_circle,
.social_instagram_circle,
.social_dribbble_circle,
.social_vimeo_circle,
.social_linkedin_circle,
.social_rss_circle,
.social_deviantart_circle,
.social_share_circle,
.social_myspace_circle,
.social_skype_circle,
.social_youtube_circle,
.social_picassa_circle,
.social_googledrive_alt2,
.social_flickr_circle,
.social_blogger_circle,
.social_spotify_circle,
.social_delicious_circle,
.social_facebook_square,
.social_twitter_square,
.social_pinterest_square,
.social_googleplus_square,
.social_tumblr_square,
.social_stumbleupon_square,
.social_wordpress_square,
.social_instagram_square,
.social_dribbble_square,
.social_vimeo_square,
.social_linkedin_square,
.social_rss_square,
.social_deviantart_square,
.social_share_square,
.social_myspace_square,
.social_skype_square,
.social_youtube_square,
.social_picassa_square,
.social_googledrive_square,
.social_flickr_square,
.social_blogger_square,
.social_spotify_square,
.social_delicious_square,
.icon_printer,
.icon_calulator,
.icon_building,
.icon_floppy,
.icon_drive,
.icon_search-2,
.icon_id,
.icon_id-2,
.icon_puzzle,
.icon_like,
.icon_dislike,
.icon_mug,
.icon_currency,
.icon_wallet,
.icon_pens,
.icon_easel,
.icon_flowchart,
.icon_datareport,
.icon_briefcase,
.icon_shield,
.icon_percent,
.icon_globe,
.icon_globe-2,
.icon_target,
.icon_hourglass,
.icon_balance,
.icon_rook,
.icon_printer-alt,
.icon_calculator_alt,
.icon_building_alt,
.icon_floppy_alt,
.icon_drive_alt,
.icon_search_alt,
.icon_id_alt,
.icon_id-2_alt,
.icon_puzzle_alt,
.icon_like_alt,
.icon_dislike_alt,
.icon_mug_alt,
.icon_currency_alt,
.icon_wallet_alt,
.icon_pens_alt,
.icon_easel_alt,
.icon_flowchart_alt,
.icon_datareport_alt,
.icon_briefcase_alt,
.icon_shield_alt,
.icon_percent_alt,
.icon_globe_alt,
.icon_clipboard {
  font-family: "ElegantIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.arrow_up:before {
  content: "!";
}

.arrow_down:before {
  content: '"';
}

.arrow_left:before {
  content: "#";
}

.arrow_right:before {
  content: "$";
}

.arrow_left-up:before {
  content: "%";
}

.arrow_right-up:before {
  content: "&";
}

.arrow_right-down:before {
  content: "'";
}

.arrow_left-down:before {
  content: "(";
}

.arrow-up-down:before {
  content: ")";
}

.arrow_up-down_alt:before {
  content: "*";
}

.arrow_left-right_alt:before {
  content: "+";
}

.arrow_left-right:before {
  content: ",";
}

.arrow_expand_alt2:before {
  content: "-";
}

.arrow_expand_alt:before {
  content: ".";
}

.arrow_condense:before {
  content: "/";
}

.arrow_expand:before {
  content: "0";
}

.arrow_move:before {
  content: "1";
}

.arrow_carrot-up:before {
  content: "2";
}

.arrow_carrot-down:before {
  content: "3";
}

.arrow_carrot-left:before {
  content: "4";
}

.arrow_carrot-right:before {
  content: "5";
}

.arrow_carrot-2up:before {
  content: "6";
}

.arrow_carrot-2down:before {
  content: "7";
}

.arrow_carrot-2left:before {
  content: "8";
}

.arrow_carrot-2right:before {
  content: "9";
}

.arrow_carrot-up_alt2:before {
  content: ":";
}

.arrow_carrot-down_alt2:before {
  content: ";";
}

.arrow_carrot-left_alt2:before {
  content: "<";
}

.arrow_carrot-right_alt2:before {
  content: "=";
}

.arrow_carrot-2up_alt2:before {
  content: ">";
}

.arrow_carrot-2down_alt2:before {
  content: "?";
}

.arrow_carrot-2left_alt2:before {
  content: "@";
}

.arrow_carrot-2right_alt2:before {
  content: "A";
}

.arrow_triangle-up:before {
  content: "B";
}

.arrow_triangle-down:before {
  content: "C";
}

.arrow_triangle-left:before {
  content: "D";
}

.arrow_triangle-right:before {
  content: "E";
}

.arrow_triangle-up_alt2:before {
  content: "F";
}

.arrow_triangle-down_alt2:before {
  content: "G";
}

.arrow_triangle-left_alt2:before {
  content: "H";
}

.arrow_triangle-right_alt2:before {
  content: "I";
}

.arrow_back:before {
  content: "J";
}

.icon_minus-06:before {
  content: "K";
}

.icon_plus:before {
  content: "L";
}

.icon_close:before {
  content: "M";
}

.icon_check:before {
  content: "N";
}

.icon_minus_alt2:before {
  content: "O";
}

.icon_plus_alt2:before {
  content: "P";
}

.icon_close_alt2:before {
  content: "Q";
}

.icon_check_alt2:before {
  content: "R";
}

.icon_zoom-out_alt:before {
  content: "S";
}

.icon_zoom-in_alt:before {
  content: "T";
}

.icon_search:before {
  content: "U";
}

.icon_box-empty:before {
  content: "V";
}

.icon_box-selected:before {
  content: "W";
}

.icon_minus-box:before {
  content: "X";
}

.icon_plus-box:before {
  content: "Y";
}

.icon_box-checked:before {
  content: "Z";
}

.icon_circle-empty:before {
  content: "[";
}

.icon_circle-slelected:before {
  content: "\\";
}

.icon_stop_alt2:before {
  content: "]";
}

.icon_stop:before {
  content: "^";
}

.icon_pause_alt2:before {
  content: "_";
}

.icon_pause:before {
  content: "`";
}

.icon_menu:before {
  content: "a";
}

.icon_menu-square_alt2:before {
  content: "b";
}

.icon_menu-circle_alt2:before {
  content: "c";
}

.icon_ul:before {
  content: "d";
}

.icon_ol:before {
  content: "e";
}

.icon_adjust-horiz:before {
  content: "f";
}

.icon_adjust-vert:before {
  content: "g";
}

.icon_document_alt:before {
  content: "h";
}

.icon_documents_alt:before {
  content: "i";
}

.icon_pencil:before {
  content: "j";
}

.icon_pencil-edit_alt:before {
  content: "k";
}

.icon_pencil-edit:before {
  content: "l";
}

.icon_folder-alt:before {
  content: "m";
}

.icon_folder-open_alt:before {
  content: "n";
}

.icon_folder-add_alt:before {
  content: "o";
}

.icon_info_alt:before {
  content: "p";
}

.icon_error-oct_alt:before {
  content: "q";
}

.icon_error-circle_alt:before {
  content: "r";
}

.icon_error-triangle_alt:before {
  content: "s";
}

.icon_question_alt2:before {
  content: "t";
}

.icon_question:before {
  content: "u";
}

.icon_comment_alt:before {
  content: "v";
}

.icon_chat_alt:before {
  content: "w";
}

.icon_vol-mute_alt:before {
  content: "x";
}

.icon_volume-low_alt:before {
  content: "y";
}

.icon_volume-high_alt:before {
  content: "z";
}

.icon_quotations:before {
  content: "{";
}

.icon_quotations_alt2:before {
  content: "|";
}

.icon_clock_alt:before {
  content: "}";
}

.icon_lock_alt:before {
  content: "~";
}

.icon_lock-open_alt:before {
  content: "\e000";
}

.icon_key_alt:before {
  content: "\e001";
}

.icon_cloud_alt:before {
  content: "\e002";
}

.icon_cloud-upload_alt:before {
  content: "\e003";
}

.icon_cloud-download_alt:before {
  content: "\e004";
}

.icon_image:before {
  content: "\e005";
}

.icon_images:before {
  content: "\e006";
}

.icon_lightbulb_alt:before {
  content: "\e007";
}

.icon_gift_alt:before {
  content: "\e008";
}

.icon_house_alt:before {
  content: "\e009";
}

.icon_genius:before {
  content: "\e00a";
}

.icon_mobile:before {
  content: "\e00b";
}

.icon_tablet:before {
  content: "\e00c";
}

.icon_laptop:before {
  content: "\e00d";
}

.icon_desktop:before {
  content: "\e00e";
}

.icon_camera_alt:before {
  content: "\e00f";
}

.icon_mail_alt:before {
  content: "\e010";
}

.icon_cone_alt:before {
  content: "\e011";
}

.icon_ribbon_alt:before {
  content: "\e012";
}

.icon_bag_alt:before {
  content: "\e013";
}

.icon_creditcard:before {
  content: "\e014";
}

.icon_cart_alt:before {
  content: "\e015";
}

.icon_paperclip:before {
  content: "\e016";
}

.icon_tag_alt:before {
  content: "\e017";
}

.icon_tags_alt:before {
  content: "\e018";
}

.icon_trash_alt:before {
  content: "\e019";
}

.icon_cursor_alt:before {
  content: "\e01a";
}

.icon_mic_alt:before {
  content: "\e01b";
}

.icon_compass_alt:before {
  content: "\e01c";
}

.icon_pin_alt:before {
  content: "\e01d";
}

.icon_pushpin_alt:before {
  content: "\e01e";
}

.icon_map_alt:before {
  content: "\e01f";
}

.icon_drawer_alt:before {
  content: "\e020";
}

.icon_toolbox_alt:before {
  content: "\e021";
}

.icon_book_alt:before {
  content: "\e022";
}

.icon_calendar:before {
  content: "\e023";
}

.icon_film:before {
  content: "\e024";
}

.icon_table:before {
  content: "\e025";
}

.icon_contacts_alt:before {
  content: "\e026";
}

.icon_headphones:before {
  content: "\e027";
}

.icon_lifesaver:before {
  content: "\e028";
}

.icon_piechart:before {
  content: "\e029";
}

.icon_refresh:before {
  content: "\e02a";
}

.icon_link_alt:before {
  content: "\e02b";
}

.icon_link:before {
  content: "\e02c";
}

.icon_loading:before {
  content: "\e02d";
}

.icon_blocked:before {
  content: "\e02e";
}

.icon_archive_alt:before {
  content: "\e02f";
}

.icon_heart_alt:before {
  content: "\e030";
}

.icon_star_alt:before {
  content: "\e031";
}

.icon_star-half_alt:before {
  content: "\e032";
}

.icon_star:before {
  content: "\e033";
}

.icon_star-half:before {
  content: "\e034";
}

.icon_tools:before {
  content: "\e035";
}

.icon_tool:before {
  content: "\e036";
}

.icon_cog:before {
  content: "\e037";
}

.icon_cogs:before {
  content: "\e038";
}

.arrow_up_alt:before {
  content: "\e039";
}

.arrow_down_alt:before {
  content: "\e03a";
}

.arrow_left_alt:before {
  content: "\e03b";
}

.arrow_right_alt:before {
  content: "\e03c";
}

.arrow_left-up_alt:before {
  content: "\e03d";
}

.arrow_right-up_alt:before {
  content: "\e03e";
}

.arrow_right-down_alt:before {
  content: "\e03f";
}

.arrow_left-down_alt:before {
  content: "\e040";
}

.arrow_condense_alt:before {
  content: "\e041";
}

.arrow_expand_alt3:before {
  content: "\e042";
}

.arrow_carrot_up_alt:before {
  content: "\e043";
}

.arrow_carrot-down_alt:before {
  content: "\e044";
}

.arrow_carrot-left_alt:before {
  content: "\e045";
}

.arrow_carrot-right_alt:before {
  content: "\e046";
}

.arrow_carrot-2up_alt:before {
  content: "\e047";
}

.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}

.arrow_carrot-2left_alt:before {
  content: "\e049";
}

.arrow_carrot-2right_alt:before {
  content: "\e04a";
}

.arrow_triangle-up_alt:before {
  content: "\e04b";
}

.arrow_triangle-down_alt:before {
  content: "\e04c";
}

.arrow_triangle-left_alt:before {
  content: "\e04d";
}

.arrow_triangle-right_alt:before {
  content: "\e04e";
}

.icon_minus_alt:before {
  content: "\e04f";
}

.icon_plus_alt:before {
  content: "\e050";
}

.icon_close_alt:before {
  content: "\e051";
}

.icon_check_alt:before {
  content: "\e052";
}

.icon_zoom-out:before {
  content: "\e053";
}

.icon_zoom-in:before {
  content: "\e054";
}

.icon_stop_alt:before {
  content: "\e055";
}

.icon_menu-square_alt:before {
  content: "\e056";
}

.icon_menu-circle_alt:before {
  content: "\e057";
}

.icon_document:before {
  content: "\e058";
}

.icon_documents:before {
  content: "\e059";
}

.icon_pencil_alt:before {
  content: "\e05a";
}

.icon_folder:before {
  content: "\e05b";
}

.icon_folder-open:before {
  content: "\e05c";
}

.icon_folder-add:before {
  content: "\e05d";
}

.icon_folder_upload:before {
  content: "\e05e";
}

.icon_folder_download:before {
  content: "\e05f";
}

.icon_info:before {
  content: "\e060";
}

.icon_error-circle:before {
  content: "\e061";
}

.icon_error-oct:before {
  content: "\e062";
}

.icon_error-triangle:before {
  content: "\e063";
}

.icon_question_alt:before {
  content: "\e064";
}

.icon_comment:before {
  content: "\e065";
}

.icon_chat:before {
  content: "\e066";
}

.icon_vol-mute:before {
  content: "\e067";
}

.icon_volume-low:before {
  content: "\e068";
}

.icon_volume-high:before {
  content: "\e069";
}

.icon_quotations_alt:before {
  content: "\e06a";
}

.icon_clock:before {
  content: "\e06b";
}

.icon_lock:before {
  content: "\e06c";
}

.icon_lock-open:before {
  content: "\e06d";
}

.icon_key:before {
  content: "\e06e";
}

.icon_cloud:before {
  content: "\e06f";
}

.icon_cloud-upload:before {
  content: "\e070";
}

.icon_cloud-download:before {
  content: "\e071";
}

.icon_lightbulb:before {
  content: "\e072";
}

.icon_gift:before {
  content: "\e073";
}

.icon_house:before {
  content: "\e074";
}

.icon_camera:before {
  content: "\e075";
}

.icon_mail:before {
  content: "\e076";
}

.icon_cone:before {
  content: "\e077";
}

.icon_ribbon:before {
  content: "\e078";
}

.icon_bag:before {
  content: "\e079";
}

.icon_cart:before {
  content: "\e07a";
}

.icon_tag:before {
  content: "\e07b";
}

.icon_tags:before {
  content: "\e07c";
}

.icon_trash:before {
  content: "\e07d";
}

.icon_cursor:before {
  content: "\e07e";
}

.icon_mic:before {
  content: "\e07f";
}

.icon_compass:before {
  content: "\e080";
}

.icon_pin:before {
  content: "\e081";
}

.icon_pushpin:before {
  content: "\e082";
}

.icon_map:before {
  content: "\e083";
}

.icon_drawer:before {
  content: "\e084";
}

.icon_toolbox:before {
  content: "\e085";
}

.icon_book:before {
  content: "\e086";
}

.icon_contacts:before {
  content: "\e087";
}

.icon_archive:before {
  content: "\e088";
}

.icon_heart:before {
  content: "\e089";
}

.icon_profile:before {
  content: "\e08a";
}

.icon_group:before {
  content: "\e08b";
}

.icon_grid-2x2:before {
  content: "\e08c";
}

.icon_grid-3x3:before {
  content: "\e08d";
}

.icon_music:before {
  content: "\e08e";
}

.icon_pause_alt:before {
  content: "\e08f";
}

.icon_phone:before {
  content: "\e090";
}

.icon_upload:before {
  content: "\e091";
}

.icon_download:before {
  content: "\e092";
}

.social_facebook:before {
  content: "\e093";
}

.social_twitter:before {
  content: "\e094";
}

.social_pinterest:before {
  content: "\e095";
}

.social_googleplus:before {
  content: "\e096";
}

.social_tumblr:before {
  content: "\e097";
}

.social_tumbleupon:before {
  content: "\e098";
}

.social_wordpress:before {
  content: "\e099";
}

.social_instagram:before {
  content: "\e09a";
}

.social_dribbble:before {
  content: "\e09b";
}

.social_vimeo:before {
  content: "\e09c";
}

.social_linkedin:before {
  content: "\e09d";
}

.social_rss:before {
  content: "\e09e";
}

.social_deviantart:before {
  content: "\e09f";
}

.social_share:before {
  content: "\e0a0";
}

.social_myspace:before {
  content: "\e0a1";
}

.social_skype:before {
  content: "\e0a2";
}

.social_youtube:before {
  content: "\e0a3";
}

.social_picassa:before {
  content: "\e0a4";
}

.social_googledrive:before {
  content: "\e0a5";
}

.social_flickr:before {
  content: "\e0a6";
}

.social_blogger:before {
  content: "\e0a7";
}

.social_spotify:before {
  content: "\e0a8";
}

.social_delicious:before {
  content: "\e0a9";
}

.social_facebook_circle:before {
  content: "\e0aa";
}

.social_twitter_circle:before {
  content: "\e0ab";
}

.social_pinterest_circle:before {
  content: "\e0ac";
}

.social_googleplus_circle:before {
  content: "\e0ad";
}

.social_tumblr_circle:before {
  content: "\e0ae";
}

.social_stumbleupon_circle:before {
  content: "\e0af";
}

.social_wordpress_circle:before {
  content: "\e0b0";
}

.social_instagram_circle:before {
  content: "\e0b1";
}

.social_dribbble_circle:before {
  content: "\e0b2";
}

.social_vimeo_circle:before {
  content: "\e0b3";
}

.social_linkedin_circle:before {
  content: "\e0b4";
}

.social_rss_circle:before {
  content: "\e0b5";
}

.social_deviantart_circle:before {
  content: "\e0b6";
}

.social_share_circle:before {
  content: "\e0b7";
}

.social_myspace_circle:before {
  content: "\e0b8";
}

.social_skype_circle:before {
  content: "\e0b9";
}

.social_youtube_circle:before {
  content: "\e0ba";
}

.social_picassa_circle:before {
  content: "\e0bb";
}

.social_googledrive_alt2:before {
  content: "\e0bc";
}

.social_flickr_circle:before {
  content: "\e0bd";
}

.social_blogger_circle:before {
  content: "\e0be";
}

.social_spotify_circle:before {
  content: "\e0bf";
}

.social_delicious_circle:before {
  content: "\e0c0";
}

.social_facebook_square:before {
  content: "\e0c1";
}

.social_twitter_square:before {
  content: "\e0c2";
}

.social_pinterest_square:before {
  content: "\e0c3";
}

.social_googleplus_square:before {
  content: "\e0c4";
}

.social_tumblr_square:before {
  content: "\e0c5";
}

.social_stumbleupon_square:before {
  content: "\e0c6";
}

.social_wordpress_square:before {
  content: "\e0c7";
}

.social_instagram_square:before {
  content: "\e0c8";
}

.social_dribbble_square:before {
  content: "\e0c9";
}

.social_vimeo_square:before {
  content: "\e0ca";
}

.social_linkedin_square:before {
  content: "\e0cb";
}

.social_rss_square:before {
  content: "\e0cc";
}

.social_deviantart_square:before {
  content: "\e0cd";
}

.social_share_square:before {
  content: "\e0ce";
}

.social_myspace_square:before {
  content: "\e0cf";
}

.social_skype_square:before {
  content: "\e0d0";
}

.social_youtube_square:before {
  content: "\e0d1";
}

.social_picassa_square:before {
  content: "\e0d2";
}

.social_googledrive_square:before {
  content: "\e0d3";
}

.social_flickr_square:before {
  content: "\e0d4";
}

.social_blogger_square:before {
  content: "\e0d5";
}

.social_spotify_square:before {
  content: "\e0d6";
}

.social_delicious_square:before {
  content: "\e0d7";
}

.icon_printer:before {
  content: "\e103";
}

.icon_calulator:before {
  content: "\e0ee";
}

.icon_building:before {
  content: "\e0ef";
}

.icon_floppy:before {
  content: "\e0e8";
}

.icon_drive:before {
  content: "\e0ea";
}

.icon_search-2:before {
  content: "\e101";
}

.icon_id:before {
  content: "\e107";
}

.icon_id-2:before {
  content: "\e108";
}

.icon_puzzle:before {
  content: "\e102";
}

.icon_like:before {
  content: "\e106";
}

.icon_dislike:before {
  content: "\e0eb";
}

.icon_mug:before {
  content: "\e105";
}

.icon_currency:before {
  content: "\e0ed";
}

.icon_wallet:before {
  content: "\e100";
}

.icon_pens:before {
  content: "\e104";
}

.icon_easel:before {
  content: "\e0e9";
}

.icon_flowchart:before {
  content: "\e109";
}

.icon_datareport:before {
  content: "\e0ec";
}

.icon_briefcase:before {
  content: "\e0fe";
}

.icon_shield:before {
  content: "\e0f6";
}

.icon_percent:before {
  content: "\e0fb";
}

.icon_globe:before {
  content: "\e0e2";
}

.icon_globe-2:before {
  content: "\e0e3";
}

.icon_target:before {
  content: "\e0f5";
}

.icon_hourglass:before {
  content: "\e0e1";
}

.icon_balance:before {
  content: "\e0ff";
}

.icon_rook:before {
  content: "\e0f8";
}

.icon_printer-alt:before {
  content: "\e0fa";
}

.icon_calculator_alt:before {
  content: "\e0e7";
}

.icon_building_alt:before {
  content: "\e0fd";
}

.icon_floppy_alt:before {
  content: "\e0e4";
}

.icon_drive_alt:before {
  content: "\e0e5";
}

.icon_search_alt:before {
  content: "\e0f7";
}

.icon_id_alt:before {
  content: "\e0e0";
}

.icon_id-2_alt:before {
  content: "\e0fc";
}

.icon_puzzle_alt:before {
  content: "\e0f9";
}

.icon_like_alt:before {
  content: "\e0dd";
}

.icon_dislike_alt:before {
  content: "\e0f1";
}

.icon_mug_alt:before {
  content: "\e0dc";
}

.icon_currency_alt:before {
  content: "\e0f3";
}

.icon_wallet_alt:before {
  content: "\e0d8";
}

.icon_pens_alt:before {
  content: "\e0db";
}

.icon_easel_alt:before {
  content: "\e0f0";
}

.icon_flowchart_alt:before {
  content: "\e0df";
}

.icon_datareport_alt:before {
  content: "\e0f2";
}

.icon_briefcase_alt:before {
  content: "\e0f4";
}

.icon_shield_alt:before {
  content: "\e0d9";
}

.icon_percent_alt:before {
  content: "\e0da";
}

.icon_globe_alt:before {
  content: "\e0de";
}

.icon_clipboard:before {
  content: "\e0e6";
}

.glyph {
  text-align: center;
  padding: 0.75em;
  width: 6em;
  text-shadow: none;
}

[dir="ltr"] .glyph {
  float: left;
  margin: 0.4em 1.5em 0.75em 0;
}

[dir="rtl"] .glyph {
  float: right;
  margin: 0.4em 0 0.75em 1.5em;
}

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
}

[dir="ltr"] .glyph_big {
  float: left;
  margin-right: 20px;
}

[dir="rtl"] .glyph_big {
  float: right;
  margin-left: 20px;
}

.glyph div {
  padding-bottom: 10px;
}

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: 0.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.glyph .fs1 {
  font-size: 2em;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

[dir="ltr"] .nice-select {
  float: left;
  padding-left: 18px;
  padding-right: 30px;
  text-align: left !important;
}

[dir="rtl"] .nice-select {
  float: right;
  padding-right: 18px;
  padding-left: 30px;
  text-align: right !important;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

[dir="ltr"] .nice-select:after {
  border-right: 2px solid #999;
  right: 12px;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
}

[dir="rtl"] .nice-select:after {
  border-left: 2px solid #999;
  left: 12px;
  transform-origin: 34% 66%;
  transform: rotate(-45deg);
}

[dir="ltr"] .nice-select.open:after {
  transform: rotate(-135deg);
}

[dir="rtl"] .nice-select.open:after {
  transform: rotate(135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

[dir="ltr"] .nice-select.right {
  float: right;
}

[dir="rtl"] .nice-select.right {
  float: left;
}

[dir="ltr"] .nice-select.right .list {
  left: auto;
  right: 0;
}

[dir="rtl"] .nice-select.right .list {
  right: auto;
  left: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

[dir="ltr"] .nice-select .list {
  left: 0;
}

[dir="rtl"] .nice-select .list {
  right: 0;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  transition: all 0.2s;
}

[dir="ltr"] .nice-select .option {
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
}

[dir="rtl"] .nice-select .option {
  padding-right: 18px;
  padding-left: 29px;
  text-align: right;
}

.nice-select .option.selected {
  font-weight: 500;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.tp-img-reveal[data-fx="1"]::after,
.tp-img-reveal[data-fx="2"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

[dir="ltr"] .tp-img-reveal[data-fx="1"]::after,
[dir="ltr"] .tp-img-reveal[data-fx="2"]::after {
  left: 0;
  transform-origin: 0% 50%;
}

[dir="rtl"] .tp-img-reveal[data-fx="1"]::after,
[dir="rtl"] .tp-img-reveal[data-fx="2"]::after {
  right: 0;
  transform-origin: 100% 50%;
}

.tp-img-reveal[data-fx="1"]::after,
.tp-img-reveal[data-fx="2"]::after {
  bottom: 0;
}

.tp-img-reveal[data-fx="1"]:hover::after,
.tp-img-reveal[data-fx="2"]:hover::after {
  transform: scale3d(1, 1, 1);
}

.tp-img-reveal[data-fx="6"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
  transition: transform 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

[dir="ltr"] .tp-img-reveal[data-fx="6"]::after {
  left: 0;
  transform-origin: 100% 50%;
}

[dir="rtl"] .tp-img-reveal[data-fx="6"]::after {
  right: 0;
  transform-origin: 0% 50%;
}

.tp-img-reveal[data-fx="6"]::after {
  bottom: 0;
}

.tp-img-reveal[data-fx="6"]:hover::after {
  transform: scale3d(1, 1, 1);
}

.tp-img-reveal[data-fx="14"]::after {
  content: "";
  z-index: -1;
  width: 100%;
  bottom: 0.25rem;
  position: absolute;
  height: 2px;
  background: currentColor;
  transform: scale3d(0, 1, 1);
}

[dir="ltr"] .tp-img-reveal[data-fx="14"]::after {
  left: 0;
  transform-origin: 0% 50%;
}

[dir="rtl"] .tp-img-reveal[data-fx="14"]::after {
  right: 0;
  transform-origin: 100% 50%;
}

.tp-img-reveal[data-fx="14"]::after {
  bottom: 0;
}

.tp-img-reveal[data-fx="14"]:hover::after {
  animation: loop 0.5s infinite;
}

@keyframes loop {
  0% {
    transform-origin: 0% 50%;
    transform: scale3d(0, 1, 1);
  }

  50% {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }

  51% {
    transform-origin: 100% 50%;
  }

  100% {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
  }
}

.tp-img-reveal-wrapper {
  position: fixed;
  width: 250px;
  height: 270px;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
}

[dir="ltr"] .tp-img-reveal-wrapper {
  left: 0;
}

[dir="rtl"] .tp-img-reveal-wrapper {
  right: 0;
}

.tp-img-reveal-wrapper__inner,
.tp-img-reveal-wrapper__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.tp-img-reveal-wrapper__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #181314;
}

[dir="ltr"] .tp-img-reveal-wrapper__deco {
  left: 0;
}

[dir="rtl"] .tp-img-reveal-wrapper__deco {
  right: 0;
}

.tp-img-reveal-wrapper__img {
  background-size: cover;
  background-position: 50% 50%;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: #070337;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

[dir="ltr"] .mean-container .mean-bar {
  float: left;
}

[dir="rtl"] .mean-container .mean-bar {
  float: right;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

[dir="ltr"] .mean-container a.meanmenu-reveal {
  right: 0;
}

[dir="rtl"] .mean-container a.meanmenu-reveal {
  left: 0;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  width: 100%;
  background: #070337;
  margin-top: 44px;
}

[dir="ltr"] .mean-container .mean-nav {
  float: left;
}

[dir="rtl"] .mean-container .mean-nav {
  float: right;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  width: 100%;
}

[dir="ltr"] .mean-container .mean-nav ul li {
  float: left;
}

[dir="rtl"] .mean-container .mean-nav ul li {
  float: right;
}

.mean-container .mean-nav ul li a {
  display: block;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  color: #fff;
  border-top: 1px solid #e0e3ed;
  text-decoration: none;
  text-transform: uppercase;
}

[dir="ltr"] .mean-container .mean-nav ul li a {
  float: left;
  text-align: left;
}

[dir="rtl"] .mean-container .mean-nav ul li a {
  float: right;
  text-align: right;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 10px 10%;
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 10px 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 10px 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 10px 25%;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
  font-size: 14px;
}

[dir="ltr"] .mean-container .mean-nav ul li a.mean-expand {
  right: 0;
}

[dir="rtl"] .mean-container .mean-nav ul li a.mean-expand {
  left: 0;
}

.mean-container .mean-push {
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

[dir="ltr"] .mean-container .mean-push {
  float: left;
}

[dir="rtl"] .mean-container .mean-push {
  float: right;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.footer__widget ul li a::after, .footer__info .tp-link-btn-text::after, .footer__lang-selected-lang, .footer__lang-selected-lang::after, #footer-list-inline-3 li a::before, .zoom-instagram-widget__item a::before, .blog__item-4, .blog__thumb-6, .blog__grid-item .blog__meta-10 span, .postbox__more-menu span, .sidebar__widget ul li a::after, .sidebar__widget ul li a span, .profile__tab .tp-tab-line, .profile__main-thumb-edit label, .error__thumb svg, .error__thumb svg path, .job__tag span, .job__form-btn label, .newsletter-popup, .newsletter-overlay, .newsletter__area, .newsletter__close-btn svg, .newsletter__close-btn i, .product__features-thumb::after, .product__features-thumb::before, .product__tab .nav-tabs .nav-item .nav-link::after, .product__thumb img, .product__details-tab-nav .tp-tab-line, .product-action-btn .product-action-tooltip, .biography__year p, .biography__year p::after, .biography__year p .tp-biography-bg, .vision__tab .nav-tabs .nav-item .nav-link::after, .vision__tab .nav-tabs .nav-item .nav-link span, .donate__more .tp-btn-7, .features__item::after, .features__content-9::after, .features__offer p a::after, .features__list-item::after, .features__tab .nav-tabs .nav-item .nav-link h3::after, .features__tab .nav-tabs .nav-item .nav-link .h3::after, .features__tab .nav-tabs .nav-item .nav-link h3::before, .features__tab .nav-tabs .nav-item .nav-link .h3::before, .contact__list-content-9 p a::after, .history__list-meta span, .video__play-btn .video-play-bg, .instagram__item::after, .instagram__btn, .pricing__feature-info-details span, .subscribe__thumb-animation-1, .subscribe__thumb-animation-2, .award__icon > span, .award__style-2 .award__title-9 a, .brand__item-3, .brand__item-3::after, .brand__item-5, .testimonial__item-5, .testimonial__item-6::after, .portfolio__item-2::after, .portfolio__item-2::before, .portfolio__item-5::after, .portfolio__thumb-3::before, .portfolio__tag-5, .portfolio__tag-9 span, .portfolio__title-9, .portfolio__content-5, .portfolio__content-8::after, .portfolio__content-9::after, .portfolio__text, .portfolio__view-5, .portfolio__grid-show-project, .portfolio__grid-category, .portfolio__grid-popup, .portfolio__masonary-btn-2 button::after, .portfolio-horizontal-dot .swiper-pagination-bullet, .portfolio__details-arrow button span, .portfolio__details-arrow button i, .faq__wrapper .accordion-button .accordion-btn, .faq__wrapper .accordion-button .accordion-btn::after, .faq__wrapper .accordion-button .accordion-btn::before, .faq__tab .nav-link, .faq__tab-2 .nav-link::after, .faq__style-2 .accordion-button .accordion-btn, .faq__style-2 .accordion-button .accordion-btn::after, .faq__style-2 .accordion-button .accordion-btn::before, .team__item-8::after, .team__social-4, .team__contact-overlay, .event__thumb-10-overlay .event-thumb-shape, .event__thumb-10-overlay span, .services__item-inner, .services__item-4::after, .services__item-5::after, .services__item-9::after, .services__icon span, .services__icon-4 span, .services__shape-1, .services__shape-2, .services__list-title, .services-tab-link-btn, .services-tab-link-btn::after, .services__widget-tab .nav-tabs .nav-item .nav-link, .services__widget-tab-2 ul li a, .services-link-btn i, .counter__border-animation::after, .counter__border-animation::before, .about__thumb-5 .video-play-bg, .about__tab-nav .nav-link, .about__tab-nav .tp-tab-line, .about__education-des p a::after, .about__play-btn .video-play-bg, .about__gallery-arrow button span, .slider__thumb-9::after, .slider__thumb-10 .thumb-border::after, .slider__thumb-10 .thumb-border::before, .slider__thumb-13-circle-1, .slider__thumb-13-circle-2, .slider__product-thumb-single, .slider__product-thumb-sm::after, .main-slider-dot .swiper-pagination-bullet, .main-slider-dot-8 .swiper-pagination-bullet, .mean-container .mean-nav ul li > a.mean-expand i, .main-menu ul li.has-dropdown > a::after, .main-menu ul li .submenu, .main-menu ul li .submenu li a::before, .main-menu ul li .mega-menu, .main-menu ul li .mega-menu li ul li a::before, .main-menu-4 ul li a::before, .main-menu-9 ul li a::before, .main-menu-11 ul li a::before, .main-menu-12 ul li a::before, .header__info ul li a, .header__info ul li span, .header__lang-selected-lang, .header__lang-selected-lang::after, .header__btn-12 .header-btn-12-icon span, .search__input, .search__input::after, .tp-accordion .accordion-button::after, .offcanvas__instagram-thumb a::after, .offcanvas__full, .offcanvas__full-menu ul li.has-dropdown > a::after, .offcanvas__full-menu ul li .submenu, .tp-swiper-dot .swiper-pagination-bullet, .tp-swiper-dot .swiper-pagination-bullet::after, .tp-swiper-dot-2 .swiper-pagination-bullet, .tp-pulse-border::after, .tp-pulse-border::before, .hamburger-btn span, .hamburger-btn-text::after, .hamburger-btn-text span, .hamburger-btn-8::after, .hamburger-btn-8::before, .tp-custom-arrow::after, .tp-custom-arrow::before, .tp-btn-5::after, .tp-btn-border-9::after, .tp-theme-color-btn::before, .tp-theme-color-input label, h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6, a,
.btn,
p,
button,
input,
select,
textarea,
li,
img,
.transition-3, .body-overlay, .nice-select::after, .tp-cart-plus,
.tp-cart-minus, .back-to-top-wrapper {
  transition: all 0.3s ease-out 0s;
}

:root {
  /**
    @font family declaration
    */
  --tp-ff-body: 'Inter', sans-serif;
  --tp-ff-heading: 'Space Grotesk', sans-serif;
  --tp-ff-p: 'Inter', sans-serif;
  --tp-ff-inter: 'Inter', sans-serif;
  --tp-ff-roboto: 'Roboto', sans-serif ;
  --tp-ff-oswald: 'Oswald', sans-serif;
  --tp-ff-poppins: 'Poppins', sans-serif;
  --tp-ff-space: 'Space Grotesk', sans-serif;
  --tp-ff-play: 'Playfair Display', serif;;
  --tp-ff-syne: 'Syne', sans-serif;;
  --tp-ff-rajdhani: 'Rajdhani', sans-serif;;
  --tp-ff-fontawesome: "Font Awesome 6 Pro";
  /**
    @color declaration
    */
  --tp-common-white: #ffffff;
  --tp-common-white-op-7: rgba(255, 255, 255, 0.7019607843);
  --tp-common-white-op-3: rgba(255, 255, 255, 0.3019607843);
  --tp-common-white-op-03: rgba(255, 255, 255, 0.3019607843);
  --tp-common-white-op-1: rgba(255, 255, 255, 0.1019607843);
  --tp-common-black-solid: #000;
  --tp-common-black: #03041c;
  --tp-common-black-2: #152e27;
  --tp-common-black-3: #101d2d;
  --tp-common-black-4: #2c2d3c;
  --tp-common-black-5: #090e38;
  --tp-common-black-6: #171c44;
  --tp-common-black-7: #12173e;
  --tp-common-black-8: #141637;
  --tp-common-black-9: #0d121e;
  --tp-common-black-10: #414651;
  --tp-common-black-11: #04121f;
  --tp-common-black-12: #111428;
  --tp-common-black-13: #0c0f21;
  --tp-common-black-14: #1f2235;
  --tp-common-black-15: #051214;
  --tp-common-black-16: #06071c;
  --tp-common-black-17: #0d1031;
  --tp-common-black-18: #050616;
  --tp-common-black-19: #383840;
  --tp-common-blue: #171871;
  --tp-common-blue-2: #3242ee;
  --tp-common-blue-3: #306afa;
  --tp-common-blue-4: #2160fe;
  --tp-common-blue-5: #0057fc;
  --tp-common-blue-dark: #1b2bd7;
  --tp-common-khaki: #e0d1b4;
  --tp-common-khaki-2: #ffe4d4;
  --tp-common-khaki-3: #fcd2b9;
  --tp-common-khaki-4: #ff904f;
  --tp-common-purple: #6364db;
  --tp-common-purple-2: #5557f3;
  --tp-common-purple-3: #7b62ff;
  --tp-common-purple-4: #7c6add;
  --tp-common-purple-5: #9542f4;
  --tp-common-purple-6: #5672ff;
  --tp-common-purple-7: #5253ce;
  --tp-common-purple-light: #edeff9;
  --tp-common-purple-dark: #1d1d4d;
  --tp-common-footer-bg: #1d1d4d;
  --tp-common-footer-bg-dark: #090e38;
  --tp-common-footer-bg-black: #12173e;
  --tp-common-footer-bg-black-2: #0a2540;
  --tp-common-footer-bg-black-3: #1f2235;
  --tp-common-footer-bg-black-4: #050616;
  --tp-common-footer-bg-green: #022b26;
  --tp-common-footer-bg-green-dark: #002e24;
  --tp-common-footer-bg-grey: #f3f3f5;
  --tp-common-footer-bg-grey-4: #f0f0f5;
  --tp-common-footer-bg-blue: #1d1d4c;
  --tp-common-green: #008080;
  --tp-common-green-2: #08af5c;
  --tp-common-green-3: #03a191;
  --tp-common-green-4: #5eb74b;
  --tp-common-green-5: #14b789;
  --tp-common-green-6: #c9cdaa;
  --tp-common-green-7: #1ba930;
  --tp-common-green-dark: #0e3531;
  --tp-common-green-dark-2: #09554d;
  --tp-common-green-light: #7abb8d;
  --tp-common-green-light-2: #e7f2f2;
  --tp-common-green-light-3: #e2f3f0;
  --tp-common-green-light-4: #dff1ee;
  --tp-common-green-light-5: #d9e7db;
  --tp-common-pink: #f96b6a;
  --tp-common-pink-2: #ff3975;
  --tp-common-pink-3: #f21c83;
  --tp-common-pink-4: #e349e3;
  --tp-common-pink-light: #ffeef1;
  --tp-common-yellow: #ffb422;
  --tp-common-yellow-2: #e99a4e;
  --tp-common-yellow-3: #ffc062;
  --tp-common-yellow-4: #ffff2b;
  --tp-common-yellow-5: #ffb21d;
  --tp-common-orange: #f46a35;
  --tp-common-orange-2: #ea7b50;
  --tp-common-orange-3: #ff8045;
  --tp-common-orange-4: #ff8848;
  --tp-common-brown: #f1e2cb;
  --tp-common-brown-dark: #d96800;
  --tp-common-brown-dark-2: #d93d1e;
  --tp-common-brown-light: #e8ebf0;
  --tp-heading-primary: #03041c;
  --tp-grey-1: #f1f1f1;
  --tp-grey-2: #f5f6f8;
  --tp-grey-3: #e6e6ec;
  --tp-grey-4: #f0f0f5;
  --tp-grey-5: #d4d4dd;
  --tp-grey-6: #d5d5df;
  --tp-grey-7: #f5f5f5;
  --tp-grey-8: #f8f8f8;
  --tp-grey-9: #f3f3f3;
  --tp-grey-10: #f4f5fa;
  --tp-grey-11: #eff1f8;
  --tp-grey-12: #f3f3f5;
  --tp-grey-13: #f8f4ee;
  --tp-grey-14: #f9f9f9;
  --tp-grey-15: #f5f5f8;
  --tp-grey-16: #f7f7f7;
  --tp-grey-17: #f0f2ee;
  --tp-grey-18: #f2f3f5;
  --tp-text-body: #525258;
  --tp-text-1: #525258;
  --tp-text-2: #a3a3aa;
  --tp-text-3: #b0b0b8;
  --tp-text-4: #bdbdc6;
  --tp-text-5: #eaeaea;
  --tp-text-6: #5e6167;
  --tp-text-7: #9598b5;
  --tp-text-8: #898da9;
  --tp-text-9: #8d90aa;
  --tp-text-10: #85858b;
  --tp-text-11: #b2b8b7;
  --tp-text-12: #c2c7c6;
  --tp-text-13: #6c6c7c;
  --tp-text-14: #717388;
  --tp-text-15: #81849b;
  --tp-text-16: #cacbd2;
  --tp-text-17: #898a94;
  --tp-text-18: #5e626a;
  --tp-text-19: #787d87;
  --tp-text-20: #8f98aa;
  --tp-text-21: #8a8d94;
  --tp-text-22: #7d8995;
  --tp-text-23: #858585;
  --tp-text-24: #c0c9c7;
  --tp-text-25: #b7b7bb;
  --tp-theme-1: #b87333;
  --tp-theme-1-dark: #c3004b;
  --tp-theme-2: #008080;
  --tp-theme-2-dark: #065454;
  --tp-theme-3: #f31e5e;
  --tp-theme-4: #ab6c56;
  --tp-theme-4-dark: #844b37;
  --tp-theme-5: #4353ff;
  --tp-theme-6: #3661fc;
  --tp-theme-7: #2cae76;
  --tp-theme-8: #b87333;
  --tp-theme-9: #03041c;
  --tp-theme-10: #ed212c;
  --tp-rgb-theme-1: 245, 9, 99;
  --tp-rgb-theme-1-dark: 195, 0, 75;
  --tp-rgb-theme-2: 0, 128, 128;
  --tp-rgb-theme-2-dark: 6, 84, 84;
  --tp-rgb-theme-3: 243, 30, 94;
  --tp-rgb-theme-4: 171, 108, 86;
  --tp-rgb-theme-4-dark: 132, 75, 55;
  --tp-rgb-theme-5: 67, 83, 255;
  --tp-rgb-theme-6: 54, 97, 252;
  --tp-rgb-theme-7: 44, 174, 118;
  --tp-rgb-theme-8: 255, 90, 27;
  --tp-rgb-theme-9: 3, 4, 28;
  --tp-rgb-theme-10: 237, 33, 44;
  --tp-rgb-purple: 99, 100, 219;
  --tp-border-1: rgba(255, 255, 255, 0.1019607843);
  --tp-border-2: #eaeaf0;
  --tp-border-3: rgba(255, 255, 255, 0.2);
  --tp-border-4: #efeff5;
  --tp-border-5: #eaeaef;
  --tp-border-6: #cfd0da;
  --tp-border-7: #e8e9f1;
  --tp-border-8: #f1f1f1;
  --tp-border-9: #efefef;
  /**
    @font weight declaration
    */
  --tp-fw-normal: normal;
  --tp-fw-elight: 200;
  --tp-fw-light: 300;
  --tp-fw-regular: 400;
  --tp-fw-medium: 500;
  --tp-fw-sbold: 600;
  --tp-fw-bold: 700;
  --tp-fw-ebold: 800;
  --tp-fw-black: 900;
  /**
    @font size declaration
    */
  --tp-fz-body: 14px;
  --tp-fz-p: 14px;
  --tp-fz-h1: 40px;
  --tp-fz-h2: 36px;
  --tp-fz-h3: 24px;
  --tp-fz-h4: 20px;
  --tp-fz-h5: 16px;
  --tp-fz-h6: 14px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start
---------------------------------*/
body {
  font-family: var(--tp-ff-body);
  font-size: var(--tp-fz-body);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-text-body);
  line-height: 26px;
  scroll-behavior: smooth;
}

@media (min-width: 1200px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}

a {
  text-decoration: none;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--tp-ff-heading);
  color: var(--tp-heading-primary);
  margin-top: 0px;
  font-weight: var(--tp-fw-bold);
  line-height: 1.2;
}

h1, .h1 {
  font-size: var(--tp-fz-h1);
}

h2, .h2 {
  font-size: var(--tp-fz-h2);
}

h3, .h3 {
  font-size: var(--tp-fz-h3);
}

h4, .h4 {
  font-size: var(--tp-fz-h4);
}

h5, .h5 {
  font-size: var(--tp-fz-h5);
}

h6, .h6 {
  font-size: var(--tp-fz-h6);
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-family: var(--tp-ff-p);
  font-size: var(--tp-fz-p);
  font-weight: var(--tp-fw-regular);
  color: var(--tp-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #b87333;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea {
  outline: none;
  background-color: #eff0f2;
  height: 54px;
  width: 100%;
  line-height: 54px;
  font-size: 16px;
  border: 2px solid #eff0f2;
  color: var(--tp-common-black);
  padding-left: 29px;
  padding-right: 29px;
}

[dir="ltr"] [dir=rtl] input[type=text],
[dir="ltr"] [dir=rtl] input[type=email],
[dir="ltr"] [dir=rtl] input[type=tel],
[dir="ltr"] [dir=rtl] input[type=number],
[dir="ltr"] [dir=rtl] input[type=password],
[dir="ltr"] [dir=rtl] textarea {
  text-align: right;
}

[dir="rtl"] [dir=rtl] input[type=text],
[dir="rtl"] [dir=rtl] input[type=email],
[dir="rtl"] [dir=rtl] input[type=tel],
[dir="rtl"] [dir=rtl] input[type=number],
[dir="rtl"] [dir=rtl] input[type=password],
[dir="rtl"] [dir=rtl] textarea {
  text-align: left;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #84848b;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #84848b;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #84848b;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #84848b;
}

textarea {
  height: 160px;
  line-height: 1.2;
  padding-top: 20px;
  resize: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}

*::placeholder {
  color: var(--tp-common-black);
  font-size: var(--tp-fz-body);
  opacity: 1;
}

/*---------------------------------
    common classes css start
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-fixed {
  background-attachment: fixed;
}

/*----------------------------------------
    Body Overlay
-----------------------------------------*/
.body-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

[dir="ltr"] .body-overlay {
  left: 0;
}

[dir="rtl"] .body-overlay {
  right: 0;
}

.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/*----------------------------------------
    Progress Wrap
-----------------------------------------*/
@media (max-width: 575px) {
  .progress-wrap {
    bottom: 15px;
  }

  [dir="ltr"] .progress-wrap {
    right: 15px;
  }

  [dir="rtl"] .progress-wrap {
    left: 15px;
  }
}

.tp-pagination ul li {
  display: inline-block;
  margin-bottom: 20px;
}

.tp-pagination ul li.disabled {
  display: none;
}

[dir="ltr"] .tp-pagination ul li:not(:last-child) {
  margin-right: 1px;
}

[dir="rtl"] .tp-pagination ul li:not(:last-child) {
  margin-left: 1px;
}

.tp-pagination ul li a, .tp-pagination ul li span {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-text-1);
  min-height: 44px;
  min-width: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
}

.tp-pagination ul li a:hover, .tp-pagination ul li a.current, .tp-pagination ul li span:hover, .tp-pagination ul li span.current {
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
}

[dir="ltr"] .tp-pagination ul li a svg, [dir="ltr"] .tp-pagination ul li a i, [dir="ltr"] .tp-pagination ul li span svg, [dir="ltr"] .tp-pagination ul li span i {
  margin-left: 2px;
}

[dir="rtl"] .tp-pagination ul li a svg, [dir="rtl"] .tp-pagination ul li a i, [dir="rtl"] .tp-pagination ul li span svg, [dir="rtl"] .tp-pagination ul li span i {
  margin-right: 2px;
}

.tp-pagination ul li a svg, .tp-pagination ul li span svg {
  transform: translateY(-2px);
}

.tp-pagination ul li a.page-numbers {
  padding: 12px 19px;
  line-height: 1.2;
}

[dir="ltr"] .tp-pagination ul li a.tp-pagination-prev svg, [dir="ltr"] .tp-pagination ul li a.tp-pagination-prev i {
  margin-left: 0;
  margin-right: 2px;
}

[dir="rtl"] .tp-pagination ul li a.tp-pagination-prev svg, [dir="rtl"] .tp-pagination ul li a.tp-pagination-prev i {
  margin-right: 0;
  margin-left: 2px;
}

.tp-pagination-style-2 ul li a, .tp-pagination-style-2 ul li span {
  border: 1px solid #eaeaef;
  line-height: 42px;
  box-shadow: none;
}

[dir="ltr"] [dir=rtl] .nice-select {
  float: right;
  text-align: right !important;
}

[dir="rtl"] [dir=rtl] .nice-select {
  float: left;
  text-align: left !important;
}

.nice-select::after {
  border: none;
  background-color: transparent;
  transform: translateY(-50%);
  margin-top: 0;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  transform-origin: center;
  color: var(--tp-common-black);
  font-weight: 500;
  height: auto;
  width: auto;
}

[dir="ltr"] .nice-select::after {
  right: 0;
}

[dir="rtl"] .nice-select::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .nice-select::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .nice-select::after {
  left: auto;
  right: 0;
}

[dir="ltr"] [dir=rtl] .nice-select .option {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .nice-select .option {
  text-align: left;
}

[dir="ltr"] .nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

[dir="rtl"] .nice-select.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.tp-thumb-overlay {
  position: absolute;
  content: "";
  top: 0;
  width: 0%;
  height: 100%;
  background-color: var(--tp-grey-4);
  animation-duration: 1s;
  animation-name: tpoverlay;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  z-index: 99;
}

[dir="ltr"] .tp-thumb-overlay {
  left: 0%;
}

[dir="rtl"] .tp-thumb-overlay {
  right: 0%;
}

@keyframes tpoverlay {
  0%, 100% {
    width: 0%;
    left: 0%;
  }

  50% {
    width: 100%;
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

.tp-gx-6 {
  --bs-gutter-x: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-6 {
    --bs-gutter-x: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-6 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-6 {
    --bs-gutter-x: 30px;
  }
}

@media (max-width: 575px) {
  .tp-gx-6 {
    --bs-gutter-x: 15px;
  }
}

.tp-gx-6 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-4 {
  --bs-gutter-x: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-4 {
    --bs-gutter-x: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-4 {
    --bs-gutter-x: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-4 {
    --bs-gutter-x: 30px;
  }
}

@media (max-width: 575px) {
  .tp-gx-4 {
    --bs-gutter-x: 15px;
  }
}

.tp-gx-4 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.tp-gx-20 {
  --bs-gutter-x: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-gx-20 {
    --bs-gutter-x: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-gx-20 {
    --bs-gutter-x: 15px;
  }
}

@media (max-width: 575px) {
  .tp-gx-20 {
    --bs-gutter-x: 10px;
  }
}

.tp-gx-20 [class*=col-] {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.bg-luminosity {
  background-blend-mode: luminosity;
}

.tp-bg-no-repeat {
  background-repeat: no-repeat;
  background-repeat: repeat-x;
}

.tp-product-quantity {
  width: 148px;
  position: relative;
}

.tp-cart-plus,
.tp-cart-minus {
  width: 45px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: var(--tp-common-black);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .tp-cart-plus,
[dir="ltr"] .tp-cart-minus {
  left: 0;
}

[dir="rtl"] .tp-cart-plus,
[dir="rtl"] .tp-cart-minus {
  right: 0;
}

.tp-cart-plus::after,
.tp-cart-minus::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #dadce0;
}

[dir="ltr"] .tp-cart-plus::after,
[dir="ltr"] .tp-cart-minus::after {
  right: 0;
}

[dir="rtl"] .tp-cart-plus::after,
[dir="rtl"] .tp-cart-minus::after {
  left: 0;
}

.tp-cart-plus svg,
.tp-cart-minus svg {
  transform: translateY(-2px);
}

.tp-cart-plus:hover,
.tp-cart-minus:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}

[dir="ltr"] .tp-cart-plus.tp-cart-plus,
[dir="ltr"] .tp-cart-minus.tp-cart-plus {
  left: auto;
  right: 0;
}

[dir="rtl"] .tp-cart-plus.tp-cart-plus,
[dir="rtl"] .tp-cart-minus.tp-cart-plus {
  right: auto;
  left: 0;
}

[dir="ltr"] .tp-cart-plus.tp-cart-plus::after,
[dir="ltr"] .tp-cart-minus.tp-cart-plus::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .tp-cart-plus.tp-cart-plus::after,
[dir="rtl"] .tp-cart-minus.tp-cart-plus::after {
  right: 0;
  left: auto;
}

.tp-cart-input[type=text] {
  height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #dadce0;
  background-color: var(--tp-common-white);
  padding: 0 45px;
}

[dir=rtl] .tp-cart-input[type=text] {
  text-align: center;
}

.tp-cart-input[type=text]:focus {
  outline: none;
}

.back-to-top-wrapper {
  opacity: 0;
  visibility: hidden;
}

[dir="ltr"] [dir=rtl] .back-to-top-wrapper {
  right: auto;
  left: 50px;
}

[dir="rtl"] [dir=rtl] .back-to-top-wrapper {
  left: auto;
  right: 50px;
}

@media (max-width: 575px) {
  .back-to-top-wrapper {
    bottom: 20px;
  }

  [dir="ltr"] .back-to-top-wrapper {
    right: 20px;
  }

  [dir="rtl"] .back-to-top-wrapper {
    left: 20px;
  }

  [dir="ltr"] [dir=rtl] .back-to-top-wrapper {
    right: auto;
    left: 20px;
  }

  [dir="rtl"] [dir=rtl] .back-to-top-wrapper {
    left: auto;
    right: 20px;
  }
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-black);
  box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-white);
  border-radius: 50%;
  transition: all 0.2s ease-out 0s;
}

.back-to-top-btn svg {
  transform: translateY(-2px);
}

.back-to-top-btn:hover {
  transform: translateY(-4px);
}

.tp-separator {
  width: 100%;
  height: 1px;
  background-color: var(--tp-border-5);
}

.tp-separator-white {
  background-color: var(--tp-common-white);
}

.back-to-top-wrapper {
  position: fixed;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
}

[dir="ltr"] .back-to-top-wrapper {
  right: 50px;
}

[dir="rtl"] .back-to-top-wrapper {
  left: 50px;
}

.pointer {
  cursor: pointer;
}

.cdk-global-scrollblock .cdk-overlay-container {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100%;
}

.cdk-global-scrollblock .cdk-overlay-container lightbox {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.cdk-global-scrollblock .cdk-overlay-container .g-btn-close {
  position: absolute;
  top: 0.9em;
  z-index: 60;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

[dir="ltr"] .cdk-global-scrollblock .cdk-overlay-container .g-btn-close {
  right: 2em;
}

[dir="rtl"] .cdk-global-scrollblock .cdk-overlay-container .g-btn-close {
  left: 2em;
}

.cdk-global-scrollblock .cdk-overlay-container gallery-item gallery-image {
  width: auto;
  height: auto;
}

/*-------------------------
    Sal Styels
-------------------------*/
/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[dir="ltr"] [data-sal=slide-left] {
  transform: translateX(20%);
}

[dir="rtl"] [data-sal=slide-left] {
  transform: translateX(-20%);
}

[dir="ltr"] [data-sal=slide-right] {
  transform: translateX(-20%);
}

[dir="rtl"] [data-sal=slide-right] {
  transform: translateX(20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[dir="ltr"] [data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[dir="rtl"] [data-sal=flip-left] {
  transform: perspective(2000px) rotateY(91deg);
}

[dir="ltr"] [data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[dir="rtl"] [data-sal=flip-right] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/*--
    - Spacing
-----------------------------------------*/
.header-box-plr-55 {
  padding-left: 55px;
  padding-right: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-box-plr-55 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-plr-55 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-box-plr-55 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .header-box-plr-55 {
    padding-left: 0;
    padding-right: 0;
  }
}

.header-box-plr-245 {
  padding-left: 245px;
  padding-right: 245px;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .header-box-plr-245 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-box-plr-245 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-box-plr-245 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-box-plr-245 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-plr-245 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-box-plr-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-box-plr-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .header-box-plr-245 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* for home 5 */
.header-box-plr-5-245 {
  padding-left: 245px;
  padding-right: 245px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .header-box-plr-5-245 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .header-box-plr-5-245 {
    padding-left: 160px;
    padding-right: 160px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-box-plr-5-245 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-box-plr-5-245 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-box-plr-5-245 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-box-plr-5-245 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-box-plr-5-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-box-plr-5-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .header-box-plr-5-245 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* for home 6 */
.box-plr-6-245 {
  padding-left: 245px;
  padding-right: 245px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .box-plr-6-245 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .box-plr-6-245 {
    padding-left: 160px;
    padding-right: 160px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .box-plr-6-245 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box-plr-6-245 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-plr-6-245 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-plr-6-245 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-plr-6-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-plr-6-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .box-plr-6-245 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* for home 3*/
.box-plr-245 {
  padding-left: 245px;
  padding-right: 245px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-plr-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-plr-245 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-plr-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .box-plr-245 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* for home 5*/
.box-plr-5-245 {
  padding-left: 245px;
  padding-right: 245px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .box-plr-5-245 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .box-plr-5-245 {
    padding-left: 160px;
    padding-right: 160px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .box-plr-5-245 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box-plr-5-245 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-plr-5-245 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-plr-5-245 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-plr-5-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-plr-5-245 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .box-plr-5-245 {
    padding-left: 0;
    padding-right: 0;
  }
}

.box-plr-55 {
  padding-left: 55px;
  padding-right: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .box-plr-55 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-plr-55 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .box-plr-55 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .box-plr-55 {
    padding-left: 0;
    padding-right: 0;
  }
}

.box-plr-15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .box-plr-15 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* for home 8*/
.box-plr-145 {
  padding-left: 145px;
  padding-right: 145px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .box-plr-145 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .box-plr-145 {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .box-plr-145 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .box-plr-145 {
    padding-left: 0;
    padding-right: 0;
  }
}

.slider-mt-50 {
  margin-top: -51px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-mt-50 {
    margin-top: 0;
  }
}

.pt-220 {
  padding-top: 220px;
}

.pt-210 {
  padding-top: 210px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt--30 {
  margin-top: -30px;
}

.pt-13 {
  padding-top: 13px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

[dir="ltr"] .ml-5 {
  margin-left: 5px;
}

[dir="rtl"] .ml-5 {
  margin-right: 5px;
}

[dir="ltr"] .ml-10 {
  margin-left: 10px;
}

[dir="rtl"] .ml-10 {
  margin-right: 10px;
}

[dir="ltr"] .ml-15 {
  margin-left: 15px;
}

[dir="rtl"] .ml-15 {
  margin-right: 15px;
}

[dir="ltr"] .ml-20 {
  margin-left: 20px;
}

[dir="rtl"] .ml-20 {
  margin-right: 20px;
}

[dir="ltr"] .ml-25 {
  margin-left: 25px;
}

[dir="rtl"] .ml-25 {
  margin-right: 25px;
}

[dir="ltr"] .ml-30 {
  margin-left: 30px;
}

[dir="rtl"] .ml-30 {
  margin-right: 30px;
}

[dir="ltr"] .ml-35 {
  margin-left: 35px;
}

[dir="rtl"] .ml-35 {
  margin-right: 35px;
}

[dir="ltr"] .ml-40 {
  margin-left: 40px;
}

[dir="rtl"] .ml-40 {
  margin-right: 40px;
}

[dir="ltr"] .ml-45 {
  margin-left: 45px;
}

[dir="rtl"] .ml-45 {
  margin-right: 45px;
}

[dir="ltr"] .ml-50 {
  margin-left: 50px;
}

[dir="rtl"] .ml-50 {
  margin-right: 50px;
}

[dir="ltr"] .ml-55 {
  margin-left: 55px;
}

[dir="rtl"] .ml-55 {
  margin-right: 55px;
}

[dir="ltr"] .ml-60 {
  margin-left: 60px;
}

[dir="rtl"] .ml-60 {
  margin-right: 60px;
}

[dir="ltr"] .ml-65 {
  margin-left: 65px;
}

[dir="rtl"] .ml-65 {
  margin-right: 65px;
}

[dir="ltr"] .ml-70 {
  margin-left: 70px;
}

[dir="rtl"] .ml-70 {
  margin-right: 70px;
}

[dir="ltr"] .ml-75 {
  margin-left: 75px;
}

[dir="rtl"] .ml-75 {
  margin-right: 75px;
}

[dir="ltr"] .ml-80 {
  margin-left: 80px;
}

[dir="rtl"] .ml-80 {
  margin-right: 80px;
}

[dir="ltr"] .ml-85 {
  margin-left: 85px;
}

[dir="rtl"] .ml-85 {
  margin-right: 85px;
}

[dir="ltr"] .ml-90 {
  margin-left: 90px;
}

[dir="rtl"] .ml-90 {
  margin-right: 90px;
}

[dir="ltr"] .ml-95 {
  margin-left: 95px;
}

[dir="rtl"] .ml-95 {
  margin-right: 95px;
}

[dir="ltr"] .ml-100 {
  margin-left: 100px;
}

[dir="rtl"] .ml-100 {
  margin-right: 100px;
}

[dir="ltr"] .ml-105 {
  margin-left: 105px;
}

[dir="rtl"] .ml-105 {
  margin-right: 105px;
}

[dir="ltr"] .ml-110 {
  margin-left: 110px;
}

[dir="rtl"] .ml-110 {
  margin-right: 110px;
}

[dir="ltr"] .ml-115 {
  margin-left: 115px;
}

[dir="rtl"] .ml-115 {
  margin-right: 115px;
}

[dir="ltr"] .ml-120 {
  margin-left: 120px;
}

[dir="rtl"] .ml-120 {
  margin-right: 120px;
}

[dir="ltr"] .ml-125 {
  margin-left: 125px;
}

[dir="rtl"] .ml-125 {
  margin-right: 125px;
}

[dir="ltr"] .ml-130 {
  margin-left: 130px;
}

[dir="rtl"] .ml-130 {
  margin-right: 130px;
}

[dir="ltr"] .ml-135 {
  margin-left: 135px;
}

[dir="rtl"] .ml-135 {
  margin-right: 135px;
}

[dir="ltr"] .ml-140 {
  margin-left: 140px;
}

[dir="rtl"] .ml-140 {
  margin-right: 140px;
}

[dir="ltr"] .ml-145 {
  margin-left: 145px;
}

[dir="rtl"] .ml-145 {
  margin-right: 145px;
}

[dir="ltr"] .ml-150 {
  margin-left: 150px;
}

[dir="rtl"] .ml-150 {
  margin-right: 150px;
}

[dir="ltr"] .ml-155 {
  margin-left: 155px;
}

[dir="rtl"] .ml-155 {
  margin-right: 155px;
}

[dir="ltr"] .ml-160 {
  margin-left: 160px;
}

[dir="rtl"] .ml-160 {
  margin-right: 160px;
}

[dir="ltr"] .ml-165 {
  margin-left: 165px;
}

[dir="rtl"] .ml-165 {
  margin-right: 165px;
}

[dir="ltr"] .ml-170 {
  margin-left: 170px;
}

[dir="rtl"] .ml-170 {
  margin-right: 170px;
}

[dir="ltr"] .ml-175 {
  margin-left: 175px;
}

[dir="rtl"] .ml-175 {
  margin-right: 175px;
}

[dir="ltr"] .ml-180 {
  margin-left: 180px;
}

[dir="rtl"] .ml-180 {
  margin-right: 180px;
}

[dir="ltr"] .ml-185 {
  margin-left: 185px;
}

[dir="rtl"] .ml-185 {
  margin-right: 185px;
}

[dir="ltr"] .ml-190 {
  margin-left: 190px;
}

[dir="rtl"] .ml-190 {
  margin-right: 190px;
}

[dir="ltr"] .ml-195 {
  margin-left: 195px;
}

[dir="rtl"] .ml-195 {
  margin-right: 195px;
}

[dir="ltr"] .ml-200 {
  margin-left: 200px;
}

[dir="rtl"] .ml-200 {
  margin-right: 200px;
}

[dir="ltr"] .mr-5 {
  margin-right: 5px;
}

[dir="rtl"] .mr-5 {
  margin-left: 5px;
}

[dir="ltr"] .mr-10 {
  margin-right: 10px;
}

[dir="rtl"] .mr-10 {
  margin-left: 10px;
}

[dir="ltr"] .mr-15 {
  margin-right: 15px;
}

[dir="rtl"] .mr-15 {
  margin-left: 15px;
}

[dir="ltr"] .mr-20 {
  margin-right: 20px;
}

[dir="rtl"] .mr-20 {
  margin-left: 20px;
}

[dir="ltr"] .mr-25 {
  margin-right: 25px;
}

[dir="rtl"] .mr-25 {
  margin-left: 25px;
}

[dir="ltr"] .mr-30 {
  margin-right: 30px;
}

[dir="rtl"] .mr-30 {
  margin-left: 30px;
}

[dir="ltr"] .mr-35 {
  margin-right: 35px;
}

[dir="rtl"] .mr-35 {
  margin-left: 35px;
}

[dir="ltr"] .mr-40 {
  margin-right: 40px;
}

[dir="rtl"] .mr-40 {
  margin-left: 40px;
}

[dir="ltr"] .mr-45 {
  margin-right: 45px;
}

[dir="rtl"] .mr-45 {
  margin-left: 45px;
}

[dir="ltr"] .mr-50 {
  margin-right: 50px;
}

[dir="rtl"] .mr-50 {
  margin-left: 50px;
}

[dir="ltr"] .mr-55 {
  margin-right: 55px;
}

[dir="rtl"] .mr-55 {
  margin-left: 55px;
}

[dir="ltr"] .mr-60 {
  margin-right: 60px;
}

[dir="rtl"] .mr-60 {
  margin-left: 60px;
}

[dir="ltr"] .mr-65 {
  margin-right: 65px;
}

[dir="rtl"] .mr-65 {
  margin-left: 65px;
}

[dir="ltr"] .mr-70 {
  margin-right: 70px;
}

[dir="rtl"] .mr-70 {
  margin-left: 70px;
}

[dir="ltr"] .mr-75 {
  margin-right: 75px;
}

[dir="rtl"] .mr-75 {
  margin-left: 75px;
}

[dir="ltr"] .mr-80 {
  margin-right: 80px;
}

[dir="rtl"] .mr-80 {
  margin-left: 80px;
}

[dir="ltr"] .mr-85 {
  margin-right: 85px;
}

[dir="rtl"] .mr-85 {
  margin-left: 85px;
}

[dir="ltr"] .mr-90 {
  margin-right: 90px;
}

[dir="rtl"] .mr-90 {
  margin-left: 90px;
}

[dir="ltr"] .mr-95 {
  margin-right: 95px;
}

[dir="rtl"] .mr-95 {
  margin-left: 95px;
}

[dir="ltr"] .mr-100 {
  margin-right: 100px;
}

[dir="rtl"] .mr-100 {
  margin-left: 100px;
}

[dir="ltr"] .mr-105 {
  margin-right: 105px;
}

[dir="rtl"] .mr-105 {
  margin-left: 105px;
}

[dir="ltr"] .mr-110 {
  margin-right: 110px;
}

[dir="rtl"] .mr-110 {
  margin-left: 110px;
}

[dir="ltr"] .mr-115 {
  margin-right: 115px;
}

[dir="rtl"] .mr-115 {
  margin-left: 115px;
}

[dir="ltr"] .mr-120 {
  margin-right: 120px;
}

[dir="rtl"] .mr-120 {
  margin-left: 120px;
}

[dir="ltr"] .mr-125 {
  margin-right: 125px;
}

[dir="rtl"] .mr-125 {
  margin-left: 125px;
}

[dir="ltr"] .mr-130 {
  margin-right: 130px;
}

[dir="rtl"] .mr-130 {
  margin-left: 130px;
}

[dir="ltr"] .mr-135 {
  margin-right: 135px;
}

[dir="rtl"] .mr-135 {
  margin-left: 135px;
}

[dir="ltr"] .mr-140 {
  margin-right: 140px;
}

[dir="rtl"] .mr-140 {
  margin-left: 140px;
}

[dir="ltr"] .mr-145 {
  margin-right: 145px;
}

[dir="rtl"] .mr-145 {
  margin-left: 145px;
}

[dir="ltr"] .mr-150 {
  margin-right: 150px;
}

[dir="rtl"] .mr-150 {
  margin-left: 150px;
}

[dir="ltr"] .mr-155 {
  margin-right: 155px;
}

[dir="rtl"] .mr-155 {
  margin-left: 155px;
}

[dir="ltr"] .mr-160 {
  margin-right: 160px;
}

[dir="rtl"] .mr-160 {
  margin-left: 160px;
}

[dir="ltr"] .mr-165 {
  margin-right: 165px;
}

[dir="rtl"] .mr-165 {
  margin-left: 165px;
}

[dir="ltr"] .mr-170 {
  margin-right: 170px;
}

[dir="rtl"] .mr-170 {
  margin-left: 170px;
}

[dir="ltr"] .mr-175 {
  margin-right: 175px;
}

[dir="rtl"] .mr-175 {
  margin-left: 175px;
}

[dir="ltr"] .mr-180 {
  margin-right: 180px;
}

[dir="rtl"] .mr-180 {
  margin-left: 180px;
}

[dir="ltr"] .mr-185 {
  margin-right: 185px;
}

[dir="rtl"] .mr-185 {
  margin-left: 185px;
}

[dir="ltr"] .mr-190 {
  margin-right: 190px;
}

[dir="rtl"] .mr-190 {
  margin-left: 190px;
}

[dir="ltr"] .mr-195 {
  margin-right: 195px;
}

[dir="rtl"] .mr-195 {
  margin-left: 195px;
}

[dir="ltr"] .mr-200 {
  margin-right: 200px;
}

[dir="rtl"] .mr-200 {
  margin-left: 200px;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

[dir="ltr"] .pl-5 {
  padding-left: 5px;
}

[dir="rtl"] .pl-5 {
  padding-right: 5px;
}

[dir="ltr"] .pl-10 {
  padding-left: 10px;
}

[dir="rtl"] .pl-10 {
  padding-right: 10px;
}

[dir="ltr"] .pl-15 {
  padding-left: 15px;
}

[dir="rtl"] .pl-15 {
  padding-right: 15px;
}

[dir="ltr"] .pl-20 {
  padding-left: 20px;
}

[dir="rtl"] .pl-20 {
  padding-right: 20px;
}

[dir="ltr"] .pl-25 {
  padding-left: 25px;
}

[dir="rtl"] .pl-25 {
  padding-right: 25px;
}

[dir="ltr"] .pl-30 {
  padding-left: 30px;
}

[dir="rtl"] .pl-30 {
  padding-right: 30px;
}

[dir="ltr"] .pl-35 {
  padding-left: 35px;
}

[dir="rtl"] .pl-35 {
  padding-right: 35px;
}

[dir="ltr"] .pl-40 {
  padding-left: 40px;
}

[dir="rtl"] .pl-40 {
  padding-right: 40px;
}

[dir="ltr"] .pl-45 {
  padding-left: 45px;
}

[dir="rtl"] .pl-45 {
  padding-right: 45px;
}

[dir="ltr"] .pl-50 {
  padding-left: 50px;
}

[dir="rtl"] .pl-50 {
  padding-right: 50px;
}

[dir="ltr"] .pl-55 {
  padding-left: 55px;
}

[dir="rtl"] .pl-55 {
  padding-right: 55px;
}

[dir="ltr"] .pl-60 {
  padding-left: 60px;
}

[dir="rtl"] .pl-60 {
  padding-right: 60px;
}

[dir="ltr"] .pl-65 {
  padding-left: 65px;
}

[dir="rtl"] .pl-65 {
  padding-right: 65px;
}

[dir="ltr"] .pl-70 {
  padding-left: 70px;
}

[dir="rtl"] .pl-70 {
  padding-right: 70px;
}

[dir="ltr"] .pl-75 {
  padding-left: 75px;
}

[dir="rtl"] .pl-75 {
  padding-right: 75px;
}

[dir="ltr"] .pl-80 {
  padding-left: 80px;
}

[dir="rtl"] .pl-80 {
  padding-right: 80px;
}

[dir="ltr"] .pl-85 {
  padding-left: 85px;
}

[dir="rtl"] .pl-85 {
  padding-right: 85px;
}

[dir="ltr"] .pl-90 {
  padding-left: 90px;
}

[dir="rtl"] .pl-90 {
  padding-right: 90px;
}

[dir="ltr"] .pl-95 {
  padding-left: 95px;
}

[dir="rtl"] .pl-95 {
  padding-right: 95px;
}

[dir="ltr"] .pl-100 {
  padding-left: 100px;
}

[dir="rtl"] .pl-100 {
  padding-right: 100px;
}

[dir="ltr"] .pl-105 {
  padding-left: 105px;
}

[dir="rtl"] .pl-105 {
  padding-right: 105px;
}

[dir="ltr"] .pl-110 {
  padding-left: 110px;
}

[dir="rtl"] .pl-110 {
  padding-right: 110px;
}

[dir="ltr"] .pl-115 {
  padding-left: 115px;
}

[dir="rtl"] .pl-115 {
  padding-right: 115px;
}

[dir="ltr"] .pl-120 {
  padding-left: 120px;
}

[dir="rtl"] .pl-120 {
  padding-right: 120px;
}

[dir="ltr"] .pl-125 {
  padding-left: 125px;
}

[dir="rtl"] .pl-125 {
  padding-right: 125px;
}

[dir="ltr"] .pl-130 {
  padding-left: 130px;
}

[dir="rtl"] .pl-130 {
  padding-right: 130px;
}

[dir="ltr"] .pl-135 {
  padding-left: 135px;
}

[dir="rtl"] .pl-135 {
  padding-right: 135px;
}

[dir="ltr"] .pl-140 {
  padding-left: 140px;
}

[dir="rtl"] .pl-140 {
  padding-right: 140px;
}

[dir="ltr"] .pl-145 {
  padding-left: 145px;
}

[dir="rtl"] .pl-145 {
  padding-right: 145px;
}

[dir="ltr"] .pl-150 {
  padding-left: 150px;
}

[dir="rtl"] .pl-150 {
  padding-right: 150px;
}

[dir="ltr"] .pl-155 {
  padding-left: 155px;
}

[dir="rtl"] .pl-155 {
  padding-right: 155px;
}

[dir="ltr"] .pl-160 {
  padding-left: 160px;
}

[dir="rtl"] .pl-160 {
  padding-right: 160px;
}

[dir="ltr"] .pl-165 {
  padding-left: 165px;
}

[dir="rtl"] .pl-165 {
  padding-right: 165px;
}

[dir="ltr"] .pl-170 {
  padding-left: 170px;
}

[dir="rtl"] .pl-170 {
  padding-right: 170px;
}

[dir="ltr"] .pl-175 {
  padding-left: 175px;
}

[dir="rtl"] .pl-175 {
  padding-right: 175px;
}

[dir="ltr"] .pl-180 {
  padding-left: 180px;
}

[dir="rtl"] .pl-180 {
  padding-right: 180px;
}

[dir="ltr"] .pl-185 {
  padding-left: 185px;
}

[dir="rtl"] .pl-185 {
  padding-right: 185px;
}

[dir="ltr"] .pl-190 {
  padding-left: 190px;
}

[dir="rtl"] .pl-190 {
  padding-right: 190px;
}

[dir="ltr"] .pl-195 {
  padding-left: 195px;
}

[dir="rtl"] .pl-195 {
  padding-right: 195px;
}

[dir="ltr"] .pl-200 {
  padding-left: 200px;
}

[dir="rtl"] .pl-200 {
  padding-right: 200px;
}

[dir="ltr"] .pr-5 {
  padding-right: 5px;
}

[dir="rtl"] .pr-5 {
  padding-left: 5px;
}

[dir="ltr"] .pr-10 {
  padding-right: 10px;
}

[dir="rtl"] .pr-10 {
  padding-left: 10px;
}

[dir="ltr"] .pr-15 {
  padding-right: 15px;
}

[dir="rtl"] .pr-15 {
  padding-left: 15px;
}

[dir="ltr"] .pr-20 {
  padding-right: 20px;
}

[dir="rtl"] .pr-20 {
  padding-left: 20px;
}

[dir="ltr"] .pr-25 {
  padding-right: 25px;
}

[dir="rtl"] .pr-25 {
  padding-left: 25px;
}

[dir="ltr"] .pr-30 {
  padding-right: 30px;
}

[dir="rtl"] .pr-30 {
  padding-left: 30px;
}

[dir="ltr"] .pr-35 {
  padding-right: 35px;
}

[dir="rtl"] .pr-35 {
  padding-left: 35px;
}

[dir="ltr"] .pr-40 {
  padding-right: 40px;
}

[dir="rtl"] .pr-40 {
  padding-left: 40px;
}

[dir="ltr"] .pr-45 {
  padding-right: 45px;
}

[dir="rtl"] .pr-45 {
  padding-left: 45px;
}

[dir="ltr"] .pr-50 {
  padding-right: 50px;
}

[dir="rtl"] .pr-50 {
  padding-left: 50px;
}

[dir="ltr"] .pr-55 {
  padding-right: 55px;
}

[dir="rtl"] .pr-55 {
  padding-left: 55px;
}

[dir="ltr"] .pr-60 {
  padding-right: 60px;
}

[dir="rtl"] .pr-60 {
  padding-left: 60px;
}

[dir="ltr"] .pr-65 {
  padding-right: 65px;
}

[dir="rtl"] .pr-65 {
  padding-left: 65px;
}

[dir="ltr"] .pr-70 {
  padding-right: 70px;
}

[dir="rtl"] .pr-70 {
  padding-left: 70px;
}

[dir="ltr"] .pr-75 {
  padding-right: 75px;
}

[dir="rtl"] .pr-75 {
  padding-left: 75px;
}

[dir="ltr"] .pr-80 {
  padding-right: 80px;
}

[dir="rtl"] .pr-80 {
  padding-left: 80px;
}

[dir="ltr"] .pr-85 {
  padding-right: 85px;
}

[dir="rtl"] .pr-85 {
  padding-left: 85px;
}

[dir="ltr"] .pr-90 {
  padding-right: 90px;
}

[dir="rtl"] .pr-90 {
  padding-left: 90px;
}

[dir="ltr"] .pr-95 {
  padding-right: 95px;
}

[dir="rtl"] .pr-95 {
  padding-left: 95px;
}

[dir="ltr"] .pr-100 {
  padding-right: 100px;
}

[dir="rtl"] .pr-100 {
  padding-left: 100px;
}

[dir="ltr"] .pr-105 {
  padding-right: 105px;
}

[dir="rtl"] .pr-105 {
  padding-left: 105px;
}

[dir="ltr"] .pr-110 {
  padding-right: 110px;
}

[dir="rtl"] .pr-110 {
  padding-left: 110px;
}

[dir="ltr"] .pr-115 {
  padding-right: 115px;
}

[dir="rtl"] .pr-115 {
  padding-left: 115px;
}

[dir="ltr"] .pr-120 {
  padding-right: 120px;
}

[dir="rtl"] .pr-120 {
  padding-left: 120px;
}

[dir="ltr"] .pr-125 {
  padding-right: 125px;
}

[dir="rtl"] .pr-125 {
  padding-left: 125px;
}

[dir="ltr"] .pr-130 {
  padding-right: 130px;
}

[dir="rtl"] .pr-130 {
  padding-left: 130px;
}

[dir="ltr"] .pr-135 {
  padding-right: 135px;
}

[dir="rtl"] .pr-135 {
  padding-left: 135px;
}

[dir="ltr"] .pr-140 {
  padding-right: 140px;
}

[dir="rtl"] .pr-140 {
  padding-left: 140px;
}

[dir="ltr"] .pr-145 {
  padding-right: 145px;
}

[dir="rtl"] .pr-145 {
  padding-left: 145px;
}

[dir="ltr"] .pr-150 {
  padding-right: 150px;
}

[dir="rtl"] .pr-150 {
  padding-left: 150px;
}

[dir="ltr"] .pr-155 {
  padding-right: 155px;
}

[dir="rtl"] .pr-155 {
  padding-left: 155px;
}

[dir="ltr"] .pr-160 {
  padding-right: 160px;
}

[dir="rtl"] .pr-160 {
  padding-left: 160px;
}

[dir="ltr"] .pr-165 {
  padding-right: 165px;
}

[dir="rtl"] .pr-165 {
  padding-left: 165px;
}

[dir="ltr"] .pr-170 {
  padding-right: 170px;
}

[dir="rtl"] .pr-170 {
  padding-left: 170px;
}

[dir="ltr"] .pr-175 {
  padding-right: 175px;
}

[dir="rtl"] .pr-175 {
  padding-left: 175px;
}

[dir="ltr"] .pr-180 {
  padding-right: 180px;
}

[dir="rtl"] .pr-180 {
  padding-left: 180px;
}

[dir="ltr"] .pr-185 {
  padding-right: 185px;
}

[dir="rtl"] .pr-185 {
  padding-left: 185px;
}

[dir="ltr"] .pr-190 {
  padding-right: 190px;
}

[dir="rtl"] .pr-190 {
  padding-left: 190px;
}

[dir="ltr"] .pr-195 {
  padding-right: 195px;
}

[dir="rtl"] .pr-195 {
  padding-left: 195px;
}

[dir="ltr"] .pr-200 {
  padding-right: 200px;
}

[dir="rtl"] .pr-200 {
  padding-left: 200px;
}

/*----------------------------------------*/
/*  SETTINGS CSS START
/*----------------------------------------*/
.tp-theme-settings-area {
  position: fixed;
  top: 50%;
  width: 240px;
  background-color: #fff;
  border: 1px solid #eaeaef;
  z-index: 991;
}

[dir="ltr"] .tp-theme-settings-area {
  left: 0;
  transform: translateY(-50%) translateX(-100%);
  direction: ltr;
  border-bottom-right-radius: 4px;
}

[dir="rtl"] .tp-theme-settings-area {
  right: 0;
  transform: translateY(-50%) translateX(100%);
  direction: rtl;
  border-bottom-left-radius: 4px;
}

.tp-theme-settings-area.settings-opened {
  transform: translateY(-50%) translateX(0%);
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
  opacity: 0;
}

.tp-theme-settings-area.settings-opened .tp-theme-settings-close {
  opacity: 1;
}

.tp-theme-settings-open {
  position: absolute;
  top: -1px;
}

[dir="ltr"] .tp-theme-settings-open {
  left: 100%;
}

[dir="rtl"] .tp-theme-settings-open {
  right: 100%;
}

.tp-theme-settings-open button {
  background-color: var(--tp-common-white);
  border: 1px solid #eaeaef;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-black);
  position: relative;
}

[dir="ltr"] .tp-theme-settings-open button {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

[dir="rtl"] .tp-theme-settings-open button {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tp-theme-settings-gear {
  display: inline-block;
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.tp-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  opacity: 0;
}

[dir="ltr"] .tp-theme-settings-close {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .tp-theme-settings-close {
  right: 50%;
  transform: translate(50%, -50%);
}

.tp-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tp-theme-wrapper {
  padding: 20px 30px 30px;
}

.tp-theme-toggle {
  text-align: center;
}

.tp-theme-toggle-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}

.tp-theme-toggle-light, .tp-theme-toggle-dark {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}

.tp-theme-toggle input {
  display: none;
}

.tp-theme-toggle:hover {
  cursor: pointer;
}

.tp-theme-toggle label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}

.tp-theme-toggle label:hover {
  cursor: pointer;
}

.tp-theme-toggle #tp-theme-toggler {
  display: none;
}

[dir="ltr"] .tp-theme-toggle #tp-theme-toggler:checked + i {
  right: calc(50% - 4px);
}

[dir="rtl"] .tp-theme-toggle #tp-theme-toggler:checked + i {
  left: calc(50% - 4px);
}

.tp-theme-toggle-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  transform: translate3d(0, 0);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

[dir="ltr"] .tp-theme-toggle-slide {
  right: 4px;
}

[dir="rtl"] .tp-theme-toggle-slide {
  left: 4px;
}

.tp-theme-dir {
  text-align: center;
}

.tp-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}

.tp-theme-dir-ltr, .tp-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}

.tp-theme-dir input {
  display: none;
}

.tp-theme-dir:hover {
  cursor: pointer;
}

.tp-theme-dir label {
  color: var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
}

.tp-theme-dir label:hover {
  cursor: pointer;
}

.tp-theme-dir #tp-dir-toggler {
  display: none;
}

[dir="ltr"] .tp-theme-dir #tp-dir-toggler:checked + i {
  right: calc(50% - 4px);
}

[dir="rtl"] .tp-theme-dir #tp-dir-toggler:checked + i {
  left: calc(50% - 4px);
}

.tp-theme-dir-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 30px;
  transform: translate3d(0, 0);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

[dir="ltr"] .tp-theme-dir-slide {
  right: 4px;
}

[dir="rtl"] .tp-theme-dir-slide {
  left: 4px;
}

.tp-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}

.tp-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.tp-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-white);
  font-size: 16px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
}

[dir="ltr"] .tp-theme-color-btn::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .tp-theme-color-btn::before {
  right: 50%;
  transform: translate(50%, -50%);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#B87333"] {
  background-color: #b87333;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
  background-color: var(--tp-theme-3);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
  background-color: var(--tp-theme-4);
  color: black;
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
  background-color: var(--tp-theme-5);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
  background-color: var(--tp-theme-6);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
  background-color: var(--tp-theme-7);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
  background-color: var(--tp-theme-8);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
  background-color: var(--tp-theme-9);
}

.tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
  background-color: var(--tp-theme-10);
}

.tp-theme-color-input {
  margin-top: 15px;
}

.tp-theme-color-input h6, .tp-theme-color-input .h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.tp-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-theme-1);
}

.tp-theme-color-input label:hover {
  cursor: pointer;
}

.tp-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  ALL Button CSS START
/*----------------------------------------*/
/* pulse btn */
.pulse-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-common-black);
  animation: pulse 2s infinite;
}

.pulse-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-black);
}

[dir="ltr"] .pulse-btn i {
  padding-left: 2px;
}

[dir="rtl"] .pulse-btn i {
  padding-right: 2px;
}

.tp-pulse-border {
  border-radius: 50%;
  z-index: 1;
}

.tp-pulse-border::after, .tp-pulse-border::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  animation: borderanimate2 2s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
  z-index: -1;
}

[dir="ltr"] .tp-pulse-border::after, [dir="ltr"] .tp-pulse-border::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .tp-pulse-border::after, [dir="rtl"] .tp-pulse-border::before {
  right: 50%;
  transform: translate(50%, -50%);
}

.tp-pulse-border::before {
  animation-delay: 0.7s;
}

.tp-pulse-btn-2 {
  position: relative;
}

.tp-pulse-btn-2-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

[dir="ltr"] .tp-pulse-btn-2-inner {
  left: 0;
}

[dir="rtl"] .tp-pulse-btn-2-inner {
  right: 0;
}

.tp-pulse-btn-2::after,
.tp-pulse-btn-2::before,
.tp-pulse-btn-2-inner::after {
  content: " ";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: tp-pulse-btn-effect 3s infinite;
  opacity: 0.6;
  z-index: -1;
  animation-delay: 0.9s;
}

[dir="ltr"] .tp-pulse-btn-2::after,
[dir="ltr"] .tp-pulse-btn-2::before,
[dir="ltr"] .tp-pulse-btn-2-inner::after {
  left: 0;
}

[dir="rtl"] .tp-pulse-btn-2::after,
[dir="rtl"] .tp-pulse-btn-2::before,
[dir="rtl"] .tp-pulse-btn-2-inner::after {
  right: 0;
}

.tp-pulse-btn-2::after {
  animation-delay: 0.3s;
}

.tp-pulse-btn-2-inner::after {
  animation-delay: 0s;
}

/* hambur btn */
.hamburger-btn {
  width: 34px;
  height: 24px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: 0;
}

.hamburger-btn span {
  display: inline-block;
  position: absolute;
  background: var(--tp-common-white);
  height: 2px;
  width: 25px;
  opacity: 1;
  z-index: 1;
  border-radius: 10px;
}

[dir="ltr"] .hamburger-btn span {
  left: 0;
}

[dir="rtl"] .hamburger-btn span {
  right: 0;
}

.hamburger-btn span:nth-child(1) {
  top: 0;
}

.hamburger-btn span:nth-child(2) {
  top: 10px;
  width: 14px;
}

[dir="ltr"] .hamburger-btn span:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .hamburger-btn span:nth-child(2) {
  right: 50%;
  transform: translateX(50%);
}

.hamburger-btn span:nth-child(3) {
  top: 20px;
}

[dir="ltr"] .hamburger-btn span:nth-child(3) {
  right: 0;
  left: auto;
}

[dir="rtl"] .hamburger-btn span:nth-child(3) {
  left: 0;
  right: auto;
}

[dir="ltr"] .hamburger-btn:hover span:nth-child(1) {
  left: 10px;
}

[dir="rtl"] .hamburger-btn:hover span:nth-child(1) {
  right: 10px;
}

[dir="ltr"] .hamburger-btn:hover span:nth-child(3) {
  right: 10px;
}

[dir="rtl"] .hamburger-btn:hover span:nth-child(3) {
  left: 10px;
}

.hamburger-btn-black {
  height: 15px;
  width: 30px;
  top: -4px;
}

.hamburger-btn-black span {
  background-color: var(--tp-common-black-2);
}

.hamburger-btn-black span:nth-child(1) {
  top: 0;
}

.hamburger-btn-black span:nth-child(2) {
  top: 7px;
}

.hamburger-btn-black span:nth-child(3) {
  top: 14px;
}

.hamburger-btn-black:hover span {
  background-color: var(--tp-theme-1);
}

.hamburger-btn-brown {
  height: 15px;
  width: 30px;
  top: -4px;
}

.hamburger-btn-brown span {
  background-color: var(--tp-theme-4);
}

.hamburger-btn-brown span:nth-child(1) {
  top: 0;
}

.hamburger-btn-brown span:nth-child(2) {
  top: 7px;
}

.hamburger-btn-brown span:nth-child(3) {
  top: 14px;
}

.hamburger-btn-red {
  height: 15px;
  width: 30px;
  top: -4px;
}

.hamburger-btn-red span:nth-child(1) {
  top: 0;
}

.hamburger-btn-red span:nth-child(2) {
  top: 7px;
}

.hamburger-btn-red span:nth-child(3) {
  top: 14px;
}

.hamburger-btn-red:hover span {
  background-color: var(--tp-theme-10);
}

.hamburger-btn-blue:hover span {
  background-color: var(--tp-theme-5);
}

.hamburger-btn-text {
  position: relative;
  width: 32px;
  height: 12px;
  top: -5px;
}

[dir="ltr"] .hamburger-btn-text {
  margin-left: 50px;
}

[dir="rtl"] .hamburger-btn-text {
  margin-right: 50px;
}

.hamburger-btn-text::after {
  position: absolute;
  content: attr(data-menu-text);
  top: 1px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tp-common-black);
  text-transform: uppercase;
  font-family: var(--tp-ff-syne);
  line-height: 1;
}

[dir="ltr"] .hamburger-btn-text::after {
  left: -50px;
}

[dir="rtl"] .hamburger-btn-text::after {
  right: -50px;
}

.hamburger-btn-text span {
  display: inline-block;
  position: absolute;
  background: var(--tp-common-black);
  height: 2px;
  width: 23px;
  opacity: 1;
  z-index: 1;
  border-radius: 10px;
}

[dir="ltr"] .hamburger-btn-text span {
  left: 0;
}

[dir="rtl"] .hamburger-btn-text span {
  right: 0;
}

.hamburger-btn-text span:nth-child(1) {
  top: 0;
}

.hamburger-btn-text span:nth-child(2) {
  top: 6px;
  width: 12px;
}

[dir="ltr"] .hamburger-btn-text span:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .hamburger-btn-text span:nth-child(2) {
  right: 50%;
  transform: translateX(50%);
}

.hamburger-btn-text span:nth-child(3) {
  top: 12px;
  width: 24px;
}

[dir="ltr"] .hamburger-btn-text span:nth-child(3) {
  right: 0;
  left: auto;
}

[dir="rtl"] .hamburger-btn-text span:nth-child(3) {
  left: 0;
  right: auto;
}

.hamburger-btn-text:hover {
  color: var(--tp-common-white);
}

.hamburger-btn-text:hover::after {
  color: var(--tp-common-white);
}

.hamburger-btn-text:hover span {
  background: var(--tp-common-white);
}

.hamburger-btn-8 {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}

[dir="ltr"] .hamburger-btn-8 {
  padding-right: 35px;
}

[dir="rtl"] .hamburger-btn-8 {
  padding-left: 35px;
}

.hamburger-btn-8::after, .hamburger-btn-8::before {
  position: absolute;
  content: "";
  bottom: 5px;
  width: 22px;
  height: 2px;
  background-color: var(--tp-common-white);
  border-radius: 5px;
}

[dir="ltr"] .hamburger-btn-8::after, [dir="ltr"] .hamburger-btn-8::before {
  right: 0;
}

[dir="rtl"] .hamburger-btn-8::after, [dir="rtl"] .hamburger-btn-8::before {
  left: 0;
}

.hamburger-btn-8::after {
  top: 6px;
  bottom: auto;
  width: 10px;
}

.hamburger-btn-8:hover::after {
  width: 22px;
}

.hamburger-btn-8:hover::before {
  width: 10px;
}

.hamburger-btn-8-black {
  font-family: var(--tp-ff-syne);
  color: var(--tp-common-black);
}

.hamburger-btn-8-black::after, .hamburger-btn-8-black::before {
  background-color: var(--tp-common-black);
}

.tp-link-btn-circle span {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 29px;
  text-align: center;
  border: 2px solid rgba(3, 4, 28, 0.1);
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(12px);
}

[dir="ltr"] .tp-link-btn-circle span {
  margin-left: 5px;
}

[dir="rtl"] .tp-link-btn-circle span {
  margin-right: 5px;
}

.tp-link-btn-circle span i, .tp-link-btn-circle span svg {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.tp-link-btn-circle span i:last-child, .tp-link-btn-circle span svg:last-child {
  position: absolute;
  top: 50%;
  opacity: 0;
}

[dir="ltr"] .tp-link-btn-circle span i:last-child, [dir="ltr"] .tp-link-btn-circle span svg:last-child {
  left: 50%;
  transform: translateY(-50%) translateX(-20px);
}

[dir="rtl"] .tp-link-btn-circle span i:last-child, [dir="rtl"] .tp-link-btn-circle span svg:last-child {
  right: 50%;
  transform: translateY(-50%) translateX(20px);
}

.tp-link-btn-circle:hover span i:first-child, .tp-link-btn-circle:hover span svg:first-child {
  opacity: 0;
}

[dir="ltr"] .tp-link-btn-circle:hover span i:first-child, [dir="ltr"] .tp-link-btn-circle:hover span svg:first-child {
  transform: translateX(15px);
}

[dir="rtl"] .tp-link-btn-circle:hover span i:first-child, [dir="rtl"] .tp-link-btn-circle:hover span svg:first-child {
  transform: translateX(-15px);
}

.tp-link-btn-circle:hover span i:last-child, .tp-link-btn-circle:hover span svg:last-child {
  opacity: 1;
}

[dir="ltr"] .tp-link-btn-circle:hover span i:last-child, [dir="ltr"] .tp-link-btn-circle:hover span svg:last-child {
  transform: translateY(-51%) translateX(-53%);
}

[dir="rtl"] .tp-link-btn-circle:hover span i:last-child, [dir="rtl"] .tp-link-btn-circle:hover span svg:last-child {
  transform: translateY(-51%) translateX(53%);
}

.tp-link-btn-2 {
  position: relative;
  display: inline-block;
}

.tp-link-btn-2::after, .tp-link-btn-2::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .tp-link-btn-2::after, [dir="ltr"] .tp-link-btn-2::before {
  left: 0;
}

[dir="rtl"] .tp-link-btn-2::after, [dir="rtl"] .tp-link-btn-2::before {
  right: 0;
}

[dir="ltr"] [dir=rtl] .tp-link-btn-2::after, [dir="ltr"] [dir=rtl] .tp-link-btn-2::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .tp-link-btn-2::after, [dir="rtl"] [dir=rtl] .tp-link-btn-2::before {
  right: auto;
  left: 0;
}

.tp-link-btn-2::before {
  width: 0%;
  background-color: var(--tp-theme-1);
  transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1;
}

[dir="ltr"] .tp-link-btn-2 span {
  margin-left: 2px;
}

[dir="rtl"] .tp-link-btn-2 span {
  margin-right: 2px;
}

[dir="ltr"] [dir=rtl] .tp-link-btn-2 span {
  margin-left: 0;
  margin-right: 2px;
}

[dir="rtl"] [dir=rtl] .tp-link-btn-2 span {
  margin-right: 0;
  margin-left: 2px;
}

.tp-link-btn-2 i, .tp-link-btn-2 svg {
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.tp-link-btn-2 svg {
  transform: translateY(-2px);
}

.tp-link-btn-2:hover {
  color: var(--tp-theme-1);
}

.tp-link-btn-2:hover::before {
  width: 100%;
}

[dir="ltr"] .tp-link-btn-2:hover i {
  transform: translateX(5px);
}

[dir="rtl"] .tp-link-btn-2:hover i {
  transform: translateX(-5px);
}

[dir="ltr"] [dir=rtl] .tp-link-btn-2:hover i {
  transform: translateX(-5px);
}

[dir="rtl"] [dir=rtl] .tp-link-btn-2:hover i {
  transform: translateX(5px);
}

[dir="ltr"] .tp-link-btn-2:hover svg {
  transform: translate(5px, -2px);
}

[dir="rtl"] .tp-link-btn-2:hover svg {
  transform: translate(-5px, -2px);
}

[dir="ltr"] [dir=rtl] .tp-link-btn-2:hover svg {
  transform: translate(-5px, -2px);
}

[dir="rtl"] [dir=rtl] .tp-link-btn-2:hover svg {
  transform: translate(5px, -2px);
}

.tp-link-btn-2.tp-link-btn-white {
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 3px;
}

.tp-link-btn-2.tp-link-btn-white::after {
  background-color: rgba(255, 255, 255, 0.7);
}

.tp-link-btn-2.tp-link-btn-white::before {
  background-color: var(--tp-common-white);
}

.tp-link-btn-2.tp-link-btn-white:hover {
  color: var(--tp-common-white);
}

.tp-custom-arrow {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  min-width: 60px;
}

.tp-custom-arrow::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-top: 2px solid var(--tp-common-black-16);
  top: 0;
}

[dir="ltr"] .tp-custom-arrow::after {
  border-right: 2px solid var(--tp-common-black-16);
  transform: rotate(45deg);
  right: 0;
}

[dir="rtl"] .tp-custom-arrow::after {
  border-left: 2px solid var(--tp-common-black-16);
  transform: rotate(-45deg);
  left: 0;
}

[dir="ltr"] [dir=rtl] .tp-custom-arrow::after {
  left: 0;
  right: auto;
  border-right: 0;
  border-left: 2px solid var(--tp-common-black-16);
}

[dir="rtl"] [dir=rtl] .tp-custom-arrow::after {
  right: 0;
  left: auto;
  border-left: 0;
  border-right: 2px solid var(--tp-common-black-16);
}

.tp-custom-arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--tp-common-black-16);
  top: 7px;
}

[dir="ltr"] .tp-custom-arrow::before {
  right: -1px;
}

[dir="rtl"] .tp-custom-arrow::before {
  left: -1px;
}

.tp-custom-arrow:hover::before {
  width: 60px;
}

/* link btn style 1 */
.tp-link-btn span {
  position: relative;
}

[dir="ltr"] .tp-link-btn span {
  margin-left: 5px;
}

[dir="rtl"] .tp-link-btn span {
  margin-right: 5px;
}

.tp-link-btn span i, .tp-link-btn span svg {
  transition: transform 0.2s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  margin: 0;
}

.tp-link-btn span i:last-child, .tp-link-btn span svg:last-child {
  position: absolute;
  top: 50%;
  opacity: 0;
}

[dir="ltr"] .tp-link-btn span i:last-child, [dir="ltr"] .tp-link-btn span svg:last-child {
  left: 0;
  transform: translateY(-48%) translateX(-15px);
}

[dir="rtl"] .tp-link-btn span i:last-child, [dir="rtl"] .tp-link-btn span svg:last-child {
  right: 0;
  transform: translateY(-48%) translateX(15px);
}

.tp-link-btn span svg:first-child {
  transform: translateY(-1px);
}

[dir="ltr"] .tp-link-btn.tp-link-btn-arrow span {
  margin-left: 0;
}

[dir="rtl"] .tp-link-btn.tp-link-btn-arrow span {
  margin-right: 0;
}

.tp-link-btn:hover span i:first-child, .tp-link-btn:hover span svg:first-child {
  opacity: 0;
}

[dir="ltr"] .tp-link-btn:hover span i:first-child, [dir="ltr"] .tp-link-btn:hover span svg:first-child {
  transform: translateX(15px) translateY(-1px);
}

[dir="rtl"] .tp-link-btn:hover span i:first-child, [dir="rtl"] .tp-link-btn:hover span svg:first-child {
  transform: translateX(-15px) translateY(-1px);
}

.tp-link-btn:hover span i:last-child, .tp-link-btn:hover span svg:last-child {
  transform: translateY(-48%) translateX(0);
  opacity: 1;
}

/* load more btn */
.tp-load-more-btn {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  background: #ffffff;
  border: 1px solid #eaeaef;
  padding: 13px 112px;
}

.tp-load-more-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

[dir="ltr"] .tp-load-more-btn svg, [dir="ltr"] .tp-load-more-btn i {
  margin-right: 8px;
}

[dir="rtl"] .tp-load-more-btn svg, [dir="rtl"] .tp-load-more-btn i {
  margin-left: 8px;
}

.tp-load-more-btn svg {
  transform: translateY(-2px);
}

@media (max-width: 575px) {
  .tp-load-more-btn {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* mouse scroll icon */
.mouse-scroll-icon {
  display: inline-block;
  width: 24px;
  height: 40px;
  border: 2px solid rgba(3, 4, 28, 0.2);
  border-radius: 30px;
  outline: none;
  position: relative;
}

.mouse-scroll-icon:focus {
  border: 2px solid rgba(3, 4, 28, 0.2);
}

.mouse-scroll-icon::before {
  position: absolute;
  content: "";
  top: 7px;
  width: 4px;
  height: 8px;
  background: #414651;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
  -webkit-animation: scroll 1s infinite ease-in-out alternate;
}

[dir="ltr"] .mouse-scroll-icon::before {
  left: 8px;
}

[dir="rtl"] .mouse-scroll-icon::before {
  right: 8px;
}

.mouse-scroll-icon:hover {
  border-color: var(--tp-common-black-3);
}

.mouse-scroll-icon-4 {
  border-color: rgba(255, 255, 255, 0.2);
}

[dir="ltr"] .mouse-scroll-icon-4 {
  transform: rotate(90deg) translate(1px, 23px) !important;
}

[dir="rtl"] .mouse-scroll-icon-4 {
  transform: rotate(-90deg) translate(-1px, 23px) !important;
}

.mouse-scroll-icon-4::before {
  position: absolute;
  content: "";
  top: 8px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
  -webkit-animation: scroll 1s infinite ease-in-out alternate;
}

[dir="ltr"] .mouse-scroll-icon-4::before {
  left: 7px;
}

[dir="rtl"] .mouse-scroll-icon-4::before {
  right: 7px;
}

.mouse-scroll-icon-4:hover {
  border-color: var(--tp-common-white);
}

.mouse-scroll-icon-4:focus {
  border-color: var(--tp-common-white);
}

.mouse-scroll {
  position: absolute;
  bottom: 30px;
  z-index: 1;
}

[dir="ltr"] .mouse-scroll {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .mouse-scroll {
  right: 50%;
  transform: translateX(50%);
}

.mouse-scroll-btn {
  display: inline-block;
  width: 24px;
  height: 40px;
  border: 2px solid var(--tp-border-3);
  border-radius: 30px;
  outline: none;
}

.mouse-scroll-btn:focus {
  border: 2px solid var(--tp-common-white);
}

.mouse-scroll-btn::before {
  position: absolute;
  content: "";
  top: 8px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: scroll 1s infinite ease-in-out alternate;
  -webkit-animation: scroll 1s infinite ease-in-out alternate;
}

[dir="ltr"] .mouse-scroll-btn::before {
  left: 9px;
}

[dir="rtl"] .mouse-scroll-btn::before {
  right: 9px;
}

.mouse-scroll-btn:hover {
  border-color: var(--tp-common-white);
}

.mouse-scroll-btn-2 {
  border-color: rgba(3, 4, 28, 0.2);
}

.mouse-scroll-8 {
  bottom: 40px;
}

[dir="ltr"] .mouse-scroll-8 {
  left: 25%;
}

[dir="rtl"] .mouse-scroll-8 {
  right: 25%;
}

@media (max-width: 575px) {
  [dir="ltr"] .mouse-scroll-8 {
    left: 7%;
  }

  [dir="rtl"] .mouse-scroll-8 {
    right: 7%;
  }
}
/* theme btn */
.tp-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-common-black);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 10px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  letter-spacing: -0.02em;
}

[dir="ltr"] .tp-btn i, [dir="ltr"] .tp-btn svg {
  margin-left: 5px;
}

[dir="rtl"] .tp-btn i, [dir="rtl"] .tp-btn svg {
  margin-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn i, [dir="ltr"] [dir=rtl] .tp-btn svg {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn i, [dir="rtl"] [dir=rtl] .tp-btn svg {
  margin-right: 0;
  margin-left: 5px;
}

.tp-btn svg {
  transform: translateY(-2px);
}

.tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-btn:focus {
  color: var(--tp-common-white);
}

.tp-btn-black {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  font-size: 15px;
  padding: 8px 29px 10px;
}

.tp-btn-black:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tp-btn-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-3);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 17px 56px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

[dir="ltr"] .tp-btn-2 i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-2 i {
  padding-right: 5px;
}

.tp-btn-2:hover {
  color: var(--tp-common-black-5);
  background-color: var(--tp-common-white);
}

.tp-btn-2:focus {
  color: var(--tp-common-white);
}

.tp-btn-3 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: var(--tp-theme-3);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 15px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: capitalize;
  border: 2px solid var(--tp-theme-3);
}

[dir="ltr"] .tp-btn-3 i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-3 i {
  padding-right: 5px;
}

.tp-btn-3:hover {
  color: var(--tp-common-black-5);
  background-color: var(--tp-common-white);
}

.tp-btn-3:focus {
  color: var(--tp-common-white);
}

.tp-btn-3.--hover-style-2:hover {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.14);
  background-color: transparent;
}

.tp-btn-4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #f5f7fa;
  background: #0a2540;
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 13px 41px 15px;
  position: relative;
  z-index: 1;
}

[dir="ltr"] .tp-btn-4 i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-4 i {
  padding-right: 5px;
}

.tp-btn-4:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.tp-btn-4:focus {
  color: var(--tp-common-white);
}

.tp-btn-5 {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 17px 33px;
  position: relative;
}

.tp-btn-5::after {
  position: absolute;
  content: "";
  top: 8px;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
  z-index: -1;
}

[dir="ltr"] .tp-btn-5::after {
  left: 8px;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .tp-btn-5::after {
  right: 8px;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] .tp-btn-5 i, [dir="ltr"] .tp-btn-5 svg {
  margin-left: 5px;
}

[dir="rtl"] .tp-btn-5 i, [dir="rtl"] .tp-btn-5 svg {
  margin-right: 5px;
}

.tp-btn-5:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-5:hover::after {
  top: 0;
}

[dir="ltr"] .tp-btn-5:hover::after {
  left: 0;
}

[dir="rtl"] .tp-btn-5:hover::after {
  right: 0;
}

.tp-btn-5-white {
  padding: 14px 31px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.tp-btn-5-white:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.tp-btn-6 {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: #0a2540;
  padding: 15px 33px;
  border: 2px solid #0a2540;
}

[dir="ltr"] .tp-btn-6 i, [dir="ltr"] .tp-btn-6 svg {
  margin-left: 5px;
}

[dir="rtl"] .tp-btn-6 i, [dir="rtl"] .tp-btn-6 svg {
  margin-right: 5px;
}

.tp-btn-6:hover {
  color: #0a2540;
  background-color: var(--tp-common-white);
}

.tp-btn-7 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--tp-common-white);
  box-shadow: 0px 6px 10px rgba(133, 24, 36, 0.3);
  border-radius: 6px;
  padding: 14px 31px 16px;
  background-image: -o-linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
  position: relative;
  z-index: 1;
  transition: transform 0.2s ease-in-out;
}

[dir="ltr"] .tp-btn-7 {
  background-image: linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
}

[dir="rtl"] .tp-btn-7 {
  background-image: linear-gradient(-180deg, #ff3939 0.01%, #bf2132 100%);
}

[dir="ltr"] .tp-btn-7 i, [dir="ltr"] .tp-btn-7 svg {
  margin-left: 5px;
}

[dir="rtl"] .tp-btn-7 i, [dir="rtl"] .tp-btn-7 svg {
  margin-right: 5px;
}

.tp-btn-7:hover {
  color: var(--tp-common-white);
  transform: translateY(-4px);
}

.tp-btn-7-sm {
  padding: 13px 36px 15px;
}

.tp-btn-8 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--tp-common-white);
  padding: 14px 33px 16px;
  background: var(--tp-common-purple-7);
  border-radius: 6px;
}

[dir="ltr"] .tp-btn-8 i, [dir="ltr"] .tp-btn-8 svg {
  margin-left: 5px;
}

[dir="rtl"] .tp-btn-8 i, [dir="rtl"] .tp-btn-8 svg {
  margin-right: 5px;
}

.tp-btn-8:hover {
  color: var(--tp-common-white);
  box-shadow: 0px 6px 10px rgba(99, 9, 19, 0.3);
}

[dir="ltr"] .tp-btn-8:hover {
  background-position: 200% 200%;
}

[dir="rtl"] .tp-btn-8:hover {
  background-position: -100% 200%;
}

.tp-btn-9 {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  padding: 18px 30px 18px;
}

[dir="ltr"] .tp-btn-9 span {
  margin-left: 5px;
}

[dir="rtl"] .tp-btn-9 span {
  margin-right: 5px;
}

.tp-btn-9 svg {
  transform: translateY(-1px);
}

.tp-btn-9:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-10 {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  border: 1px solid var(--tp-theme-1);
  background-color: var(--tp-theme-1);
  padding: 19px 30px 19px;
}

[dir="ltr"] .tp-btn-10 span {
  margin-left: 5px;
}

[dir="rtl"] .tp-btn-10 span {
  margin-right: 5px;
}

.tp-btn-10 svg {
  transform: translateY(-2px);
}

.tp-btn-10:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.tp-btn-11 {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black-11);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(4, 18, 31, 0.1);
  border-radius: 25px;
  padding: 10px 34px;
}

.tp-btn-11:hover {
  background-color: var(--tp-theme-7);
  color: var(--tp-common-white);
}

.tp-btn-green {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  background: var(--tp-theme-2);
  text-align: center;
  font-family: var(--tp-ff-oswald);
  padding: 12px 42px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
}

[dir="ltr"] .tp-btn-green i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-green i {
  padding-right: 5px;
}

.tp-btn-green:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-2-dark);
}

.tp-btn-green:focus {
  color: var(--tp-common-white);
}

.tp-btn-white {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  text-align: center;
  font-family: var(--tp-ff-oswald);
  padding: 7px 29px 8px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  box-shadow: 0px 2px 2px rgba(0, 128, 128, 0.1);
}

[dir="ltr"] .tp-btn-white i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-white i {
  padding-right: 5px;
}

.tp-btn-white:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
}

.tp-btn-white:focus {
  color: var(--tp-common-white);
}

.tp-btn-white-2 {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-black-3);
  background: var(--tp-common-white);
  text-align: center;
  padding: 12px 31px;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .tp-btn-white-2 i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-white-2 i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-white-2 i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-white-2 i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-white-2:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
}

.tp-btn-white-2:focus {
  color: var(--tp-common-white);
}

.tp-btn-white-sm {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  text-align: center;
  padding: 8px 25px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

[dir="ltr"] .tp-btn-white-sm i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-white-sm i {
  padding-right: 5px;
}

.tp-btn-white-sm:hover {
  box-shadow: 0px 6px 10px rgba(21, 0, 133, 0.2);
  color: var(--tp-common-black);
}

.tp-btn-white-sm:focus {
  color: var(--tp-common-white);
}

.tp-btn-purple {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
  background: var(--tp-common-purple-2);
  text-align: center;
  font-family: var(--tp-ff-oswald);
  padding: 7px 29px 8px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  box-shadow: 0px 2px 2px rgba(0, 128, 128, 0.1);
}

[dir="ltr"] .tp-btn-purple i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-purple i {
  padding-right: 5px;
}

.tp-btn-purple:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-purple:focus {
  color: var(--tp-common-white);
}

.tp-btn-brown {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-common-white);
  padding: 11px 28px 13px;
  background-color: var(--tp-theme-4);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.tp-btn-brown:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4-dark);
}

.tp-btn-orange {
  display: inline-block;
  font-size: 15px;
  color: var(--tp-common-white);
  padding: 12px 30px 12px;
  background-color: var(--tp-common-orange);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 8px;
}

.tp-btn-orange:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
}

.tp-btn-orange-2 {
  display: inline-block;
  font-size: 16px;
  color: var(--tp-common-white);
  padding: 22px 52px 21px;
  background-color: var(--tp-common-orange-2);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 8px;
}

.tp-btn-orange-2:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: 0px 6px 10px rgba(4, 10, 72, 0.2);
}

.tp-btn-blue {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 16px 45px 18px;
  background-color: var(--tp-theme-5);
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 8px;
}

.tp-btn-blue:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-blue-2 {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
  padding: 9px 24px;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .tp-btn-blue-2 span {
  margin-left: 4px;
}

[dir="rtl"] .tp-btn-blue-2 span {
  margin-right: 4px;
}

.tp-btn-blue-2:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-9);
}

.tp-btn-blue-sm {
  display: inline-block;
  font-size: 15px;
  color: var(--tp-common-white);
  padding: 11px 30px 13px;
  background-color: var(--tp-theme-5);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 8px;
}

.tp-btn-blue-sm:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.tp-btn-grey {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-black);
  padding: 9px 45px 9px;
  background-color: var(--tp-grey-10);
  text-align: center;
  border-radius: 8px;
}

.tp-btn-grey:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
}

.tp-header-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  text-transform: capitalize;
  padding: 22px 36px 23px;
  background-color: var(--tp-theme-3);
}

.tp-header-btn:hover {
  color: var(--tp-common-black-5);
  background-color: var(--tp-common-white);
}

.tp-header-btn-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  text-transform: capitalize;
}

[dir="ltr"] .tp-header-btn-2 i {
  margin-right: 5px;
}

[dir="rtl"] .tp-header-btn-2 i {
  margin-left: 5px;
}

.tp-header-btn-2:hover {
  color: var(--tp-theme-7);
}

.tp-header-btn-3 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 8px 30px 9px;
}

[dir="ltr"] .tp-header-btn-3 i {
  margin-right: 5px;
}

[dir="rtl"] .tp-header-btn-3 i {
  margin-left: 5px;
}

.tp-header-btn-3:hover {
  color: var(--tp-theme-10);
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

.tp-btn-app {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-3);
  padding: 0 16px;
  border: 2px solid var(--tp-border-1);
  text-align: center;
  min-width: 110px;
}

.tp-btn-app svg {
  transform: translateY(-2px);
}

[dir="ltr"] .tp-btn-app svg {
  margin-right: 2px;
}

[dir="rtl"] .tp-btn-app svg {
  margin-left: 2px;
}

.tp-btn-app:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

.tp-btn-border {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  padding: 6px 18px;
  border: 1px solid var(--tp-border-5);
  text-align: center;
}

.tp-btn-border i {
  margin-left: 7px;
}

[dir="ltr"] .tp-btn-border i {
  margin-left: 0;
  margin-right: 7px;
}

[dir="rtl"] .tp-btn-border i {
  margin-right: 0;
  margin-left: 7px;
}

.tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.tp-btn-border-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white);
  padding: 14px 37px 16px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  text-transform: capitalize;
}

[dir="ltr"] .tp-btn-border-2 i {
  margin-left: 7px;
}

[dir="rtl"] .tp-btn-border-2 i {
  margin-right: 7px;
}

.tp-btn-border-2:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
}

.tp-btn-border-3 {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white);
  padding: 14px 48px 16px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  text-transform: capitalize;
}

[dir="ltr"] .tp-btn-border-3 i {
  margin-left: 7px;
}

[dir="rtl"] .tp-btn-border-3 i {
  margin-right: 7px;
}

.tp-btn-border-3:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

.tp-btn-border-4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white);
  padding: 11px 43px 13px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  text-transform: capitalize;
}

[dir="ltr"] .tp-btn-border-4 i {
  margin-left: 7px;
}

[dir="rtl"] .tp-btn-border-4 i {
  margin-right: 7px;
}

.tp-btn-border-4:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
}

.tp-btn-border-5 {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-black-9);
  border: 2px solid rgba(13, 18, 30, 0.1019607843);
  text-transform: capitalize;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .tp-btn-border-5 {
  padding: 10px 25px 10px 26px;
}

[dir="rtl"] .tp-btn-border-5 {
  padding: 10px 26px 10px 25px;
}

[dir="ltr"] .tp-btn-border-5 span {
  margin-left: 3px;
}

[dir="rtl"] .tp-btn-border-5 span {
  margin-right: 3px;
}

.tp-btn-border-5:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
  border-color: var(--tp-theme-6);
}

.tp-btn-border-6 {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-common-black-9);
  padding: 10px 24px 11px 24px;
  border: 2px solid rgba(13, 18, 30, 0.1019607843);
  text-transform: capitalize;
}

.tp-btn-border-6:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
  border-color: var(--tp-theme-6);
}

.tp-btn-border-7 {
  display: inline-block;
  padding: 11px 31px 11px 31px;
  border: 1.5px solid rgba(255, 255, 255, 0.1019607843);
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}

.tp-btn-border-7:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.tp-btn-border-8 {
  display: inline-block;
  padding: 14px 33px 16px 33px;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  letter-spacing: -0.02em;
}

.tp-btn-border-8:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.tp-btn-border-9 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--tp-common-black);
  border: 2px solid #eaeaef;
  position: relative;
  padding: 4px 30px 6px;
  border-radius: 6px;
  z-index: 1;
}

.tp-btn-border-9::after {
  position: absolute;
  content: "";
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: -o-linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
  border-radius: 6px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

[dir="ltr"] .tp-btn-border-9::after {
  left: -2px;
  background-image: linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
}

[dir="rtl"] .tp-btn-border-9::after {
  right: -2px;
  background-image: linear-gradient(-180deg, #ff3939 0.01%, #bf2132 100%);
}

.tp-btn-border-9:hover {
  color: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(150, 21, 35, 0.3);
  transform: translateY(-4px);
}

.tp-btn-border-9:hover::after {
  opacity: 1;
  visibility: visible;
}

.tp-btn-border-pink {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  padding: 6px 23px 6px;
  border: 1px solid var(--tp-border-5);
  letter-spacing: -0.02em;
}

[dir="ltr"] .tp-btn-border-pink i, [dir="ltr"] .tp-btn-border-pink svg {
  margin-left: 7px;
}

[dir="rtl"] .tp-btn-border-pink i, [dir="rtl"] .tp-btn-border-pink svg {
  margin-right: 7px;
}

[dir="ltr"] [dir=rtl] .tp-btn-border-pink i, [dir="ltr"] [dir=rtl] .tp-btn-border-pink svg {
  margin-left: 0;
  margin-right: 7px;
}

[dir="rtl"] [dir=rtl] .tp-btn-border-pink i, [dir="rtl"] [dir=rtl] .tp-btn-border-pink svg {
  margin-right: 0;
  margin-left: 7px;
}

.tp-btn-border-pink svg {
  transform: translateY(-2px);
}

.tp-btn-border-pink:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.tp-btn-border-pink-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-theme-3);
  font-family: var(--tp-ff-space);
  padding: 17px 35px;
  border: 2px solid var(--tp-theme-3);
  border-radius: 2px;
}

[dir="ltr"] .tp-btn-border-pink-2 i {
  margin-left: 7px;
}

[dir="rtl"] .tp-btn-border-pink-2 i {
  margin-right: 7px;
}

.tp-btn-border-pink-2:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
}

.tp-btn-border-green {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  background: transparent;
  text-align: center;
  font-family: var(--tp-ff-oswald);
  padding: 5px 26px 6px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border: 2px solid var(--tp-border-8);
}

[dir="ltr"] .tp-btn-border-green i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-border-green i {
  padding-right: 5px;
}

.tp-btn-border-green:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
  border-color: var(--tp-theme-2);
}

.tp-btn-border-green:focus {
  color: var(--tp-common-white);
}

.tp-btn-border-green-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-black);
  background: transparent;
  text-align: center;
  font-family: var(--tp-ff-oswald);
  padding: 5px 34px 6px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border: 2px solid var(--tp-border-8);
}

[dir="ltr"] .tp-btn-border-green-2 i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-border-green-2 i {
  padding-right: 5px;
}

.tp-btn-border-green-2:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
  border-color: var(--tp-theme-2);
}

.tp-btn-border-green-2:focus {
  color: var(--tp-common-white);
}

.tp-btn-border-brown {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: transparent;
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 10px 31px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  border: 2px solid var(--tp-border-5);
}

[dir="ltr"] .tp-btn-border-brown i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-border-brown i {
  padding-right: 5px;
}

.tp-btn-border-brown:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
}

.tp-btn-border-brown:focus {
  color: var(--tp-common-black);
}

.tp-btn-border-brown-sm {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-black);
  background: transparent;
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 5px 23px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  border: 2px solid var(--tp-border-5);
}

[dir="ltr"] .tp-btn-border-brown-sm i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-border-brown-sm i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-border-brown-sm i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-border-brown-sm i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-border-brown-sm:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
}

.tp-btn-border-brown-sm:focus {
  color: var(--tp-common-black);
}

.tp-btn-transparent {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
  background: transparent;
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 9px 31px 10px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

[dir="ltr"] .tp-btn-transparent i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-transparent i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-transparent i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-transparent i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-transparent:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
}

.tp-btn-transparent:focus {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
}

.tp-btn-round {
  display: inline-block;
  color: var(--tp-theme-5);
  background-color: var(--tp-grey-10);
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 12px 82px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

[dir="ltr"] .tp-btn-round i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-round i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-round i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-round i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-round:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
}

.tp-btn-round:focus {
  color: var(--tp-common-black);
}

.tp-btn-offcanvas {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  text-align: center;
  font-family: var(--tp-ff-space);
  padding: 9px 22px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}

[dir="ltr"] .tp-btn-offcanvas i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-offcanvas i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-offcanvas i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-offcanvas i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-offcanvas:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-btn-offcanvas-green {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
  text-align: center;
  font-family: var(--tp-ff-oswald);
  text-transform: uppercase;
  padding: 9px 27px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

[dir="ltr"] .tp-btn-offcanvas-green i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-offcanvas-green i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-offcanvas-green i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-offcanvas-green i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-offcanvas-green:hover {
  background-color: var(--tp-theme-2-dark);
  color: var(--tp-common-white);
}

.tp-btn-offcanvas-pink {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  text-align: center;
  font-family: var(--tp-ff-space);
  text-transform: capitalize;
  padding: 11px 42px 13px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

[dir="ltr"] .tp-btn-offcanvas-pink i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-offcanvas-pink i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-offcanvas-pink i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-offcanvas-pink i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-offcanvas-pink:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.tp-btn-offcanvas-white {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-black);
  background: var(--tp-common-white);
  text-align: center;
  font-family: var(--tp-ff-space);
  text-transform: capitalize;
  padding: 12px 42px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

[dir="ltr"] .tp-btn-offcanvas-white i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-offcanvas-white i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-offcanvas-white i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-offcanvas-white i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-offcanvas-white:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-btn-offcanvas-blue {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--tp-common-white);
  background: var(--tp-theme-5);
  text-align: center;
  text-transform: capitalize;
  padding: 8px 37px 10px;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

[dir="ltr"] .tp-btn-offcanvas-blue i {
  padding-left: 5px;
}

[dir="rtl"] .tp-btn-offcanvas-blue i {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-btn-offcanvas-blue i {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-btn-offcanvas-blue i {
  padding-right: 0;
  padding-left: 5px;
}

.tp-btn-offcanvas-blue:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.tp-btnr {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--tp-common-white);
  border-radius: 30px;
  padding: 10px 35px 10px;
  background-color: var(--tp-theme-7);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.tp-btnr:after {
  background: var(--tp-common-white);
  content: "";
  height: 155px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}

[dir="ltr"] .tp-btnr:after {
  left: -75px;
  transform: rotate(35deg);
}

[dir="rtl"] .tp-btnr:after {
  right: -75px;
  transform: rotate(-35deg);
}

.tp-btnr:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

[dir="ltr"] .tp-btnr:hover:after {
  left: 76%;
}

[dir="rtl"] .tp-btnr:hover:after {
  right: 76%;
}

.tp-btn-shine-effect::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}

[dir="ltr"] .tp-btn-shine-effect::after {
  left: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}

[dir="rtl"] .tp-btn-shine-effect::after {
  right: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}

[dir="ltr"] .tp-btn-shine-effect:hover::after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}

[dir="rtl"] .tp-btn-shine-effect:hover::after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.tp-btn-shine-effect.effect-delay-3::after {
  transition: all 0.6s;
  transition-delay: 0.3s;
}

.tp-btnr-2 {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--tp-common-white);
  border-radius: 30px;
  padding: 10px 29px 10px;
  background-color: var(--tp-theme-7);
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid var(--tp-theme-7);
}

.tp-btnr-2:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.tp-btnr-yellow {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--tp-common-black-11);
  border-radius: 30px;
  padding: 13px 39px 11px;
  background-color: var(--tp-common-yellow-3);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.tp-btnr-border {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--tp-common-black-11);
  border-radius: 30px;
  padding: 13px 39px 14px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(4, 18, 31, 0.1);
  border-radius: 30px;
}

[dir="ltr"] .tp-btnr-border {
  padding-right: 39px;
}

[dir="rtl"] .tp-btnr-border {
  padding-left: 39px;
}

[dir="ltr"] .tp-btnr-border i {
  margin-left: 5px;
}

[dir="rtl"] .tp-btnr-border i {
  margin-right: 5px;
}

.tp-btnr-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black-11);
}

.tp-btnr-border-2 {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: var(--tp-common-black-11);
  border-radius: 30px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 2px solid rgba(4, 18, 31, 0.1);
  border-radius: 30px;
}

[dir="ltr"] .tp-btnr-border-2 {
  padding: 10px 33px 10px 36px;
}

[dir="rtl"] .tp-btnr-border-2 {
  padding: 10px 36px 10px 33px;
}

[dir="ltr"] .tp-btnr-border-2 i {
  margin-left: 5px;
}

[dir="rtl"] .tp-btnr-border-2 i {
  margin-right: 5px;
}

.tp-btnr-border-2:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black-11);
}

.tp-cta-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-7);
  border-radius: 30px;
}

[dir="ltr"] .tp-cta-btn {
  padding: 35px 40px 32px 35px;
}

[dir="rtl"] .tp-cta-btn {
  padding: 35px 35px 32px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cta-btn {
    padding: 35px 25px 32px 25px;
  }
}

.tp-cta-btn i {
  font-size: 26px;
}

[dir="ltr"] .tp-cta-btn i {
  margin-left: 17px;
}

[dir="rtl"] .tp-cta-btn i {
  margin-right: 17px;
}

[dir="ltr"] [dir=rtl] .tp-cta-btn i {
  margin-left: 0;
  margin-right: 17px;
}

[dir="rtl"] [dir=rtl] .tp-cta-btn i {
  margin-right: 0;
  margin-left: 17px;
}

.tp-cta-btn:hover {
  background-color: var(--tp-common-black-11);
  color: var(--tp-common-white);
}

.tp-cta-btn-yellow {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: var(--tp-common-black-11);
  background-color: var(--tp-common-yellow-3);
  border-radius: 30px;
}

[dir="ltr"] .tp-cta-btn-yellow {
  padding: 35px 40px 32px 35px;
}

[dir="rtl"] .tp-cta-btn-yellow {
  padding: 35px 35px 32px 40px;
}

.tp-cta-btn-yellow i {
  font-size: 26px;
}

[dir="ltr"] .tp-cta-btn-yellow i {
  margin-left: 17px;
}

[dir="rtl"] .tp-cta-btn-yellow i {
  margin-right: 17px;
}

[dir="ltr"] [dir=rtl] .tp-cta-btn-yellow i {
  margin-left: 0;
  margin-right: 17px;
}

[dir="rtl"] [dir=rtl] .tp-cta-btn-yellow i {
  margin-right: 0;
  margin-left: 17px;
}

.tp-cta-btn-yellow:hover {
  background-color: var(--tp-common-black-11);
  color: var(--tp-common-white);
}

[dir="ltr"] .tp-link-btn-3 span {
  margin-left: 5px;
}

[dir="rtl"] .tp-link-btn-3 span {
  margin-right: 5px;
}

[dir="ltr"] [dir=rtl] .tp-link-btn-3 span {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] [dir=rtl] .tp-link-btn-3 span {
  margin-right: 0;
  margin-left: 5px;
}

[dir="ltr"] .tp-link-btn-3 i, [dir="ltr"] .tp-link-btn-3 svg {
  margin-left: 0;
}

[dir="rtl"] .tp-link-btn-3 i, [dir="rtl"] .tp-link-btn-3 svg {
  margin-right: 0;
}

.tp-link-btn-3:hover i {
  animation: tp_arrow 0.2s linear;
}

.tp-link-btn-3:hover svg {
  animation: tp_arrow_svg 0.2s linear;
}

[dir="ltr"] .tp-link-btn-4 span {
  margin-left: 0;
}

[dir="rtl"] .tp-link-btn-4 span {
  margin-right: 0;
}

[dir="ltr"] .tp-link-btn-4 i, [dir="ltr"] .tp-link-btn-4 svg {
  margin-left: 0;
}

[dir="rtl"] .tp-link-btn-4 i, [dir="rtl"] .tp-link-btn-4 svg {
  margin-right: 0;
}

.tp-link-btn-4:hover i {
  animation: tp_arrow 0.2s linear;
}

.tp-link-btn-4:hover svg {
  animation: tp_arrow_svg 0.2s linear;
}

.tp-button-demo .tp-link-btn-2 {
  color: var(--tp-common-black);
}

.tp-button-demo .tp-link-btn-2:hover {
  color: var(--tp-theme-1);
}

.tp-button-demo .tp-link-btn-circle {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  KEYFRAME CSS START
/*----------------------------------------*/
/* pulse effect animation */

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes scroll {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(16px);
  }
}

@keyframes about-text {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes faq-text {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes sliderTitle3 {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes sectionPreTitle {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes aboutGradient {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes tprotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes tptranslateY {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(100px);
  }
}

@keyframes tptranslateY2 {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(20px);
  }
}

@keyframes tptranslateX {
  0% {
    transform: translateX(-80px);
  }

  100% {
    transform: translateX(30px);
  }
}

@keyframes tptranslateX2 {
  0% {
    transform: translateX(-40px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes pulse-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(21, 165, 150, 0.1);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(21, 165, 150, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(21, 165, 150, 0);
  }
}

@keyframes gadientbg {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

@keyframes borderRadius {
  0% {
    border-radius: 65% 35% 50% 50%/59% 50% 50% 41%;
  }

  100% {
    border-radius: 33% 67% 43% 57%/69% 24% 76% 31%;
  }
}

@keyframes tpupdown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes tpleftright {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

@keyframes tpswing {
  0% {
    transform: rotate(6deg);
  }

  100% {
    transform: rotate(-6deg);
  }
}

@keyframes tpscale {
  0% {
    transform: scale(0.7);
  }

  100% {
    transform: rotate(1.05);
  }
}

.animate-border::before, .animate-border::after {
  content: "";
  position: absolute;
  background-color: var(--tp-theme-8);
  width: 0;
  height: 1px;
  transition: width 0.0375s;
  transition: all 0.2s ease-out 0s;
}

.animate-border::before {
  top: 0;
  transition-delay: 0.6s;
}

[dir="ltr"] .animate-border::before {
  left: 0;
}

[dir="rtl"] .animate-border::before {
  right: 0;
}

.animate-border::after {
  bottom: 0;
  transition-delay: 0.2s;
}

[dir="ltr"] .animate-border::after {
  right: 0;
  left: auto;
}

[dir="rtl"] .animate-border::after {
  left: 0;
  right: auto;
}

.animate-border .services-border::before, .animate-border .services-border::after {
  content: "";
  position: absolute;
  background-color: var(--tp-theme-8);
  height: 0;
  width: 1px;
  transition: height 0.0375s;
  transition: all 0.2s ease-out 0s;
}

.animate-border .services-border::before {
  transition-delay: 0s;
  bottom: 0;
}

[dir="ltr"] .animate-border .services-border::before {
  left: 0;
}

[dir="rtl"] .animate-border .services-border::before {
  right: 0;
}

.animate-border .services-border::after {
  top: 0;
  transition-delay: 0.4s;
}

[dir="ltr"] .animate-border .services-border::after {
  right: 0;
}

[dir="rtl"] .animate-border .services-border::after {
  left: 0;
}

.animate-border:hover::after, .animate-border:hover::before {
  width: 100%;
}

.animate-border:hover::before {
  transition-delay: 0s;
}

.animate-border:hover::after {
  transition-delay: 0.4s;
}

.animate-border:hover .services-border::after, .animate-border:hover .services-border::before {
  height: 100%;
}

.animate-border:hover .services-border::before {
  transition-delay: 0.6s;
}

.animate-border:hover .services-border::after {
  transition-delay: 0.2s;
}

.animate-border-2::before, .animate-border-2::after {
  content: "";
  position: absolute;
  background-color: var(--tp-theme-8);
  width: 0;
  height: 1px;
  transition: width 0.0375s;
  transition: all 0.4s ease-out 0s;
}

.animate-border-2::before {
  top: 0;
}

[dir="ltr"] .animate-border-2::before {
  left: 0;
}

[dir="rtl"] .animate-border-2::before {
  right: 0;
}

.animate-border-2::after {
  bottom: 0;
}

[dir="ltr"] .animate-border-2::after {
  right: 0;
  left: auto;
}

[dir="rtl"] .animate-border-2::after {
  left: 0;
  right: auto;
}

.animate-border-2 .services-border-2::before, .animate-border-2 .services-border-2::after {
  content: "";
  position: absolute;
  background-color: var(--tp-theme-8);
  height: 0;
  width: 1px;
  transition: height 0.0375s;
  transition: all 0.4s ease-out 0s;
}

.animate-border-2 .services-border-2::before {
  top: 0;
}

[dir="ltr"] .animate-border-2 .services-border-2::before {
  left: 0;
}

[dir="rtl"] .animate-border-2 .services-border-2::before {
  right: 0;
}

.animate-border-2 .services-border-2::after {
  top: auto;
  bottom: 0;
}

[dir="ltr"] .animate-border-2 .services-border-2::after {
  right: 0;
}

[dir="rtl"] .animate-border-2 .services-border-2::after {
  left: 0;
}

.animate-border-2:hover::after, .animate-border-2:hover::before {
  width: 100%;
}

.animate-border-2:hover .services-border-2::after, .animate-border-2:hover .services-border-2::before {
  height: 100%;
}

@keyframes tp_slide_up {
  0% {
    transform: translateY(3.25rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tp_slide_left {
  0% {
    transform: translateX(3.25rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

[dir="ltr"] .tp-border-loader svg {
  transform: rotate(-90deg);
}

[dir="rtl"] .tp-border-loader svg {
  transform: rotate(90deg);
}

.tp-border-loader svg circle {
  stroke: rgba(255, 255, 255, 0.4);
}

.tp-border-loader svg circle:last-child {
  stroke: #fff;
  stroke-dashoffset: -356px;
  stroke-dasharray: 0px, 366px;
}

@keyframes tp-border-loader {
  0% {
    stroke-dashoffset: -356px;
    stroke-dasharray: 356px, 366px;
  }

  95% {
    stroke-dashoffset: 0;
    stroke-dasharray: 356px, 366px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 366px;
  }
}

@keyframes tp-pulse-btn-effect {
  70% {
    box-shadow: 0 0 0 40px currentColor;
    opacity: 0;
  }

  100% {
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

@keyframes borderanimate3 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes tp_arrow {
  49% {
    transform: translateX(30%);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes tp_arrow_svg {
  49% {
    transform: translateX(30%) translateY(-1px);
  }

  50% {
    opacity: 0;
    transform: translateX(-30%) translateY(-1px);
  }

  51% {
    opacity: 1;
  }
}

@keyframes tp-hotspot {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes tp-hotspot-2 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*----------------------------------------*/
/*  PRELOADER CSS START
/*----------------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  top: 50%;
}

[dir="ltr"] #loading-center-absolute {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] #loading-center-absolute {
  right: 50%;
  transform: translate(50%, -50%);
}

#loading {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  top: 50%;
}

[dir="ltr"] #loading-center-absolute {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] #loading-center-absolute {
  right: 50%;
  transform: translate(50%, -50%);
}

.preloader__bar {
  width: 270px;
  height: 4px;
  background-color: #e2e2e8;
  margin: auto;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.preloader__bar-inner {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background-image: -o-linear-gradient(90deg, #b87333 0%, #6a6bff 100%);
  transition: all 1s ease-out 0s;
}

[dir="ltr"] .preloader__bar-inner {
  left: 0;
  background-image: linear-gradient(90deg, #b87333 0%, #6a6bff 100%);
}

[dir="rtl"] .preloader__bar-inner {
  right: 0;
  background-image: linear-gradient(-90deg, #b87333 0%, #6a6bff 100%);
}

.preloader__logo {
  margin-bottom: 40px;
}

.preloader__logo img.logo-blink {
  animation: tp-blink 0.7s ease-in-out 0.1s infinite;
}

@keyframes tp-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.preloader__title {
  font-size: 170px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .preloader__title {
    font-size: 140px;
  }
}

@media (max-width: 575px) {
  .preloader__title {
    font-size: 70px;
  }
}

.preloader__title-2 {
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: var(--tp-grey-1);
}

.preloader__title-2::before {
  position: absolute;
  content: attr(data-text-preloader);
  top: 22px;
  color: var(--tp-common-black);
  opacity: 0;
  animation: letters-loading 3s infinite;
}

[dir="ltr"] .preloader__title-2::before {
  left: 0;
  transform: rotateY(-90deg);
}

[dir="rtl"] .preloader__title-2::before {
  right: 0;
  transform: rotateY(90deg);
}

.preloader__title-2:nth-child(2)::before {
  animation-delay: 0.2s;
}

.preloader__title-2:nth-child(3)::before {
  animation-delay: 0.4s;
}

.preloader__title-2:nth-child(4)::before {
  animation-delay: 0.6s;
}

.preloader__title-2:nth-child(5)::before {
  animation-delay: 0.8s;
}

.preloader__title-2:nth-child(6)::before {
  animation-delay: 1s;
}

.preloader__loading {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.9em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.preloader__with-text {
  display: none;
}

@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loading {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}
/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background-color: #f5f7fa;
}

.grey-bg-2 {
  background-color: var(--tp-grey-2);
}

.grey-bg-4 {
  background-color: var(--tp-grey-4);
}

.grey-bg-7 {
  background-color: #f5f7fa;
}

.grey-bg-8 {
  background-color: var(--tp-grey-8);
}

.grey-bg-10 {
  background-color: var(--tp-grey-10);
}

.grey-bg-12 {
  background-color: var(--tp-grey-12);
}

.grey-bg-13 {
  background-color: var(--tp-grey-13);
}

.grey-bg-14 {
  background-color: var(--tp-grey-14);
}

.grey-bg-15 {
  background-color: var(--tp-grey-15);
}

.grey-bg-17 {
  background-color: var(--tp-grey-17);
}

.grey-bg-18 {
  background-color: var(--tp-grey-18);
}

.white-bg {
  background-color: var(--tp-common-white);
}

.black-bg {
  background-color: #0a2540;
}

.black-bg-5 {
  background-color: var(--tp-common-black-5);
}

.black-bg-12 {
  background-color: var(--tp-common-black-12);
}

.black-bg-13 {
  background-color: var(--tp-common-black-13);
}

.black-bg-14 {
  background-color: var(--tp-common-black-14);
}

.black-bg-17 {
  background-color: var(--tp-common-black-17);
}

.black-bg-18 {
  background-color: var(--tp-common-black-18);
}

.blue-bg {
  background-color: var(--tp-common-blue);
}

.blue-bg-5 {
  background-color: var(--tp-common-blue-5);
}

.purple-bg {
  background-color: var(--tp-common-purple);
}

.theme-bg-6 {
  background-color: #f5f7fa;
}

.green-light-bg-2 {
  background-color: var(--tp-common-green-light-2);
}

.green-light-bg-4 {
  background-color: var(--tp-common-green-light-4);
}

.green-bg-6 {
  background-color: var(--tp-common-green-6);
}

.khaki-bg {
  background-color: var(--tp-common-khaki);
}

.khaki-bg-2 {
  background-color: var(--tp-common-khaki-2);
}

.gradient-bg-dark {
  background: radial-gradient(50.53% 50.53% at 50.23% 49.47%, #414d59 0%, #1d2631 100%);
}

/*--
    - data bg color css
------------------------------------------*/
[data-bg-color] {
  background-color: var(--tp-common-black);
}

[data-bg-color=theme-2] {
  background-color: var(--tp-theme-2);
}

[data-bg-color=theme-5] {
  background-color: var(--tp-theme-5);
}

[data-bg-color=black-7] {
  background-color: var(--tp-common-blue-dark);
}

[data-bg-color=blue-dark] {
  background-color: var(--tp-common-blue-dark);
}

[data-bg-color=green-dark] {
  background-color: var(--tp-common-green-dark);
}

[data-bg-color=green-dark-2] {
  background-color: var(--tp-common-green-dark-2);
}

[data-bg-color=green-light-3] {
  background-color: var(--tp-common-green-light-3);
}

[data-bg-color=purple-bg-3] {
  background-color: var(--tp-common-purple-3);
}

[data-bg-color=blue-bg-2] {
  background-color: var(--tp-common-blue-2);
}

[data-bg-color=footer-bg] {
  background-color: var(--tp-common-footer-bg);
}

[data-bg-color=footer-bg-white] {
  background-color: var(--tp-common-white);
}

[data-bg-color=footer-bg-dark] {
  background-color: var(--tp-common-footer-bg-dark);
}

[data-bg-color=footer-bg-black] {
  background-color: var(--tp-common-footer-bg-black);
}

[data-bg-color=footer-bg-black-2] {
  background-color: var(--tp-common-footer-bg-black-2);
}

[data-bg-color=footer-bg-black-3] {
  background-color: var(--tp-common-footer-bg-black-3);
}

[data-bg-color=footer-bg-black-4] {
  background-color: var(--tp-common-footer-bg-black-4);
}

[data-bg-color=footer-bg-green] {
  background-color: var(--tp-common-footer-bg-green);
}

[data-bg-color=footer-bg-green-dark] {
  background-color: var(--tp-common-footer-bg-green-dark);
}

[data-bg-color=footer-bg-grey] {
  background-color: var(--tp-common-footer-bg-grey);
}

[data-bg-color=footer-bg-grey-4] {
  background-color: var(--tp-common-footer-bg-grey-4);
}

[data-bg-color=footer-bg-blue] {
  background-color: var(--tp-common-footer-bg-blue);
}

/*--
    - data overlay color css
------------------------------------------*/
[data-overlay=white] {
  background-color: var(--tp-common-white);
}

[data-overlay=black] {
  background-color: var(--tp-common-black);
}

[data-overlay=theme] {
  background-color: var(--tp-theme-1);
}

/*--
    - data overlay css
------------------------------------------*/
[data-overlay] {
  position: relative;
  z-index: 1;
}

[data-overlay]::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: var(--tp-common-white);
}

[data-overlay=dark]::before {
  background-color: var(--tp-common-black);
}

[data-overlay=green] {
  position: relative;
  z-index: 1;
}

[data-overlay=green]::before {
  background-color: var(--tp-theme-2);
  z-index: -1;
}

[data-overlay=footer-bg]::before {
  background-color: var(--tp-common-black);
}

/*-- Overlay Opacity --*/
[data-overlay-opacity="1"]::before {
  opacity: 0.1;
}

[data-overlay-opacity="2"]::before {
  opacity: 0.2;
}

[data-overlay-opacity="3"]::before {
  opacity: 0.3;
}

[data-overlay-opacity="4"]::before {
  opacity: 0.4;
}

[data-overlay-opacity="5"]::before {
  opacity: 0.5;
}

[data-overlay-opacity="6"]::before {
  opacity: 0.6;
}

[data-overlay-opacity="7"]::before {
  opacity: 0.7;
}

[data-overlay-opacity="8"]::before {
  opacity: 0.8;
}

[data-overlay-opacity="9"]::before {
  opacity: 0.9;
}

/* tp range slider css */
[dir="ltr"] .tp-range-slider .inside-slider {
  padding-left: 7px;
  padding-right: 17px;
}

[dir="rtl"] .tp-range-slider .inside-slider {
  padding-right: 7px;
  padding-left: 17px;
}

.tp-range-slider .noUi-target {
  background-color: #191c3c;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
}

.tp-range-slider .noUi-connect {
  background-color: var(--tp-theme-1);
}

.tp-range-slider .noUi-horizontal {
  height: 6px;
}

.tp-range-slider .noUi-handle {
  height: 24px;
  width: 24px;
  background-color: var(--tp-theme-1);
  border-radius: 50%;
  border: 4px solid var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
  top: -9px;
}

.tp-range-slider .noUi-handle:hover {
  cursor: pointer;
}

.tp-range-slider .noUi-handle::before, .tp-range-slider .noUi-handle::after {
  display: none;
}

.tp-range-slider-dark .noUi-handle {
  border: 4px solid #2d314b;
}

/* tp swiper slider dot */
.tp-swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--tp-grey-5);
  opacity: 1;
  margin: 0 9px !important;
  position: relative;
}

.tp-swiper-dot .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  top: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
}

[dir="ltr"] .tp-swiper-dot .swiper-pagination-bullet::after {
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

[dir="rtl"] .tp-swiper-dot .swiper-pagination-bullet::after {
  right: 50%;
  transform: translate(50%, -50%) scale(0);
}

.tp-swiper-dot .swiper-pagination-bullet button {
  font-size: 0;
}

.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
}

.tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--tp-theme-1);
}

[dir="ltr"] .tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: translate(-50%, -50%) scale(1);
}

[dir="rtl"] .tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: translate(50%, -50%) scale(1);
}

.tp-swiper-dot-2 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  width: 8px;
  height: 8px;
  margin: 0 7px;
  font-size: 0;
}

.tp-swiper-dot-2 .swiper-pagination-bullet::after {
  display: none;
}

.tp-swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 50px;
  background-color: var(--tp-theme-8);
}

.tp-swiper-fraction span {
  font-family: var(--tp-ff-body);
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: var(--tp-common-white);
}

.tp-swiper-fraction-divide {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
}

.tp-swiper-fraction-divide::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: var(--tp-common-white);
}

[dir="ltr"] .tp-swiper-fraction-divide::after {
  left: 0;
}

[dir="rtl"] .tp-swiper-fraction-divide::after {
  right: 0;
}

/*----------------------------------------*/
/*  OFFCANVAS CSS START
/*----------------------------------------*/
.offcanvas__area {
  position: fixed;
  top: 0;
  width: 360px;
  height: 100%;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

[dir="ltr"] .offcanvas__area {
  right: 0;
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
}

[dir="rtl"] .offcanvas__area {
  left: 0;
  transform: translateX(calc(-1*(100% + 80px)));
  background: var(--tp-common-white) none repeat scroll 100% 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__area {
  right: auto;
  left: 0;
  transform: translateX(calc(-100% - 80px));
}

[dir="rtl"] [dir=rtl] .offcanvas__area {
  left: auto;
  right: 0;
  transform: translateX(calc(-1*(-100% - 80px)));
}

.offcanvas__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.offcanvas__area.offcanvas-opened {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 575px) {
  .offcanvas__area {
    width: 100%;
  }
}

.offcanvas__area-1 .mean-container .mean-nav ul li a {
  font-family: var(--tp-ff-p);
}

.offcanvas__area-2 .mean-container .mean-nav ul li a {
  font-family: var(--tp-ff-oswald);
  font-weight: 500;
}

.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--tp-theme-2);
}

.offcanvas__area-2 .mean-container .mean-nav ul li a:hover,
.offcanvas__area-2 .mean-container .mean-nav ul li span:hover {
  color: var(--tp-theme-2);
}

.offcanvas__area-2 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-2 .mean-container .mean-nav ul li span.mean-expand:hover {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
}

.offcanvas__area-2 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
}

.offcanvas__area-2 .offcanvas__text p {
  margin-bottom: 13px;
}

.offcanvas__area-2 .offcanvas__social {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.offcanvas__area-2 .offcanvas__social a:hover {
  background-color: var(--tp-theme-2);
  border-color: var(--tp-theme-2);
}

.offcanvas__area-2 .offcanvas__close-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-2);
  border-color: var(--tp-theme-2);
}

.offcanvas__area-3 {
  background-color: var(--tp-common-black-8);
}

.offcanvas__area-3 .offcanvas__close-btn {
  border: 0;
  color: #fff;
  opacity: 0.4;
}

.offcanvas__area-3 .offcanvas__close-btn:hover {
  opacity: 1;
}

.offcanvas__area-3 .offcanvas__menu ul li a {
  color: var(--tp-text-17);
}

.offcanvas__area-3 .offcanvas__menu ul li:hover > a {
  color: var(--tp-common-white);
}

.offcanvas__area-3 .mean-container .mean-nav ul li a {
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white);
  border-color: var(--tp-border-1);
}

.offcanvas__area-3 .mean-container .mean-nav ul li a.mean-expand {
  border: none !important;
  color: var(--tp-common-white);
}

.offcanvas__area-3 .mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.offcanvas__area-3 .mean-container .mean-nav ul li.dropdown-opened > a {
  color: var(--tp-common-white);
}

.offcanvas__area-4 {
  background-color: var(--tp-common-purple);
}

.offcanvas__area-4 .offcanvas__top {
  margin-bottom: 50px;
}

.offcanvas__area-4 .offcanvas__close-btn {
  border: 0;
  color: #fff;
  opacity: 0.5;
  font-size: 24px;
}

.offcanvas__area-4 .offcanvas__close-btn:hover {
  opacity: 1;
  background-color: transparent;
  border-color: transparent;
}

.offcanvas__area-4 .offcanvas__menu ul li a {
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-white);
  font-size: 16px;
}

.offcanvas__area-4 .offcanvas__menu ul li:hover > a {
  color: var(--tp-common-white);
}

.offcanvas__area-4 .offcanvas__contact-call {
  color: var(--tp-common-white);
}

.offcanvas__area-4 .offcanvas__contact-call a:hover {
  color: var(--tp-common-black);
}

.offcanvas__area-4 .offcanvas__contact-mail {
  color: var(--tp-common-white);
}

.offcanvas__area-4 .offcanvas__contact-mail a:hover {
  color: var(--tp-common-black);
}

.offcanvas__area-4 .mean-container .mean-nav ul li a {
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.1);
}

.offcanvas__area-4 .mean-container .mean-nav ul li a:hover {
  color: var(--tp-common-black);
}

.offcanvas__area-4 .mean-container .mean-nav ul li a.mean-expand {
  border: none !important;
  color: var(--tp-common-white);
}

.offcanvas__area-4 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-4 .mean-container .mean-nav ul li span.mean-expand:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.offcanvas__area-4 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.offcanvas__area-4 .mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  color: var(--tp-common-white);
}

.offcanvas__area-4 .mean-container .mean-nav ul li.dropdown-opened > a {
  color: var(--tp-common-black);
}

.offcanvas__area-5 .mean-container .mean-nav ul li.dropdown-opened > a,
.offcanvas__area-5 .mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--tp-theme-5);
}

.offcanvas__area-5 .mean-container .mean-nav ul li a:hover,
.offcanvas__area-5 .mean-container .mean-nav ul li span:hover {
  color: var(--tp-theme-5);
}

.offcanvas__area-5 .mean-container .mean-nav ul li a.mean-expand:hover,
.offcanvas__area-5 .mean-container .mean-nav ul li span.mean-expand:hover {
  background-color: var(--tp-theme-5);
  color: var(--tp-common-white);
}

.offcanvas__area-5 .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background-color: var(--tp-theme-5);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__top {
    margin-bottom: 30px;
  }
}

.offcanvas__wrapper {
  position: relative;
  padding: 50px 40px 145px;
  z-index: 1;
  min-height: 100%;
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.offcanvas__wrapper-3 {
  padding: 50px 50px 57px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.offcanvas__wrapper-5 {
  padding: 50px 40px 90px;
}

@media (max-width: 575px) {
  .offcanvas__wrapper-5 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.offcanvas__close {
  position: absolute;
  top: 30px;
}

[dir="ltr"] .offcanvas__close {
  right: 30px;
}

[dir="rtl"] .offcanvas__close {
  left: 30px;
}

[dir="ltr"] [dir=rtl] .offcanvas__close {
  left: 30px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .offcanvas__close {
  right: 30px;
  left: auto;
}

@media (max-width: 575px) {
  .offcanvas__close {
    top: 20px;
  }

  [dir="ltr"] .offcanvas__close {
    right: 20px;
  }

  [dir="rtl"] .offcanvas__close {
    left: 20px;
  }

  [dir="ltr"] [dir=rtl] .offcanvas__close {
    right: auto;
    left: 20px;
  }

  [dir="rtl"] [dir=rtl] .offcanvas__close {
    left: auto;
    right: 20px;
  }
}

.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 40px;
  border: 2px solid var(--tp-border-5);
  background-color: transparent;
  color: var(--tp-text-1);
  border-radius: 50%;
}

.offcanvas__close-btn:hover {
  background-color: var(--tp-theme-1);
  border-color: transparent;
  color: var(--tp-common-white);
}

.offcanvas__close-btn svg {
  transform: translateY(-2px);
}

.offcanvas__close-btn-2 {
  background-color: #f7f7f9;
  color: var(--tp-common-black);
  border: 0;
  line-height: 44px;
}

.offcanvas__close-btn-3 {
  color: var(--tp-common-white);
  opacity: 0.4;
}

.offcanvas__close-btn-3:hover {
  opacity: 1;
}

.offcanvas__close-btn-4 {
  color: var(--tp-common-white);
  background-color: transparent;
  border: 0;
  line-height: 16px;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.offcanvas__close-btn-4:hover {
  opacity: 1;
  background-color: transparent;
  border-color: none;
}

.offcanvas__close-btn-5 {
  color: #9d9da3;
  background-color: transparent;
  border: 0;
  line-height: 16px;
  width: 16px;
  height: 16px;
}

.offcanvas__close-btn-5:hover {
  color: var(--tp-theme-5);
  background-color: transparent;
  border-color: none;
}

.offcanvas__color {
  margin-bottom: 40px;
}

.offcanvas__color h5, .offcanvas__color .h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

.offcanvas__color input {
  display: none;
}

.offcanvas__color label {
  width: 100%;
  height: 60px;
  background-color: var(--tp-theme-1);
}

.offcanvas__color label:hover {
  cursor: pointer;
}

.offcanvas__color-2 label {
  background-color: var(--tp-theme-2);
}

.offcanvas__inner h4, .offcanvas__inner .h4 {
  font-family: var(--tp-ff-space);
  font-size: 24px;
  color: var(--tp-common-white);
  line-height: 1.3;
  margin-bottom: 15px;
}

.offcanvas__inner p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 30px;
}

.offcanvas__inner > img {
  margin-bottom: 30px;
}

.offcanvas__search {
  position: relative;
}

.offcanvas__search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #d5d5d5;
  font-size: 14px;
  color: var(--tp-common-black);
}

[dir="ltr"] .offcanvas__search input {
  padding-right: 20px;
}

[dir="rtl"] .offcanvas__search input {
  padding-left: 20px;
}

[dir="ltr"] [dir=rtl] .offcanvas__search input {
  padding-left: 20px;
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .offcanvas__search input {
  padding-right: 20px;
  padding-left: 0;
}

.offcanvas__search input::placeholder {
  color: var(--tp-text-3);
}

.offcanvas__search input:focus {
  border-color: var(--tp-theme-1);
}

.offcanvas__search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--tp-text-1);
}

[dir="ltr"] .offcanvas__search button {
  right: 0;
}

[dir="rtl"] .offcanvas__search button {
  left: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__search button {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .offcanvas__search button {
  left: auto;
  right: 0;
}

.offcanvas__text p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--tp-common-black-4);
  margin-bottom: 25px;
}

.offcanvas__contact-call {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
  margin-bottom: 5px;
}

.offcanvas__contact-call a:hover {
  color: var(--tp-theme-1);
}

.offcanvas__contact-mail {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 16px;
  color: var(--tp-text-1);
}

.offcanvas__contact-mail a:hover {
  color: var(--tp-theme-1);
}

.offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--tp-border-5);
}

.offcanvas__social-title {
  font-family: var(--tp-ff-space);
  font-size: 18px;
  font-family: var(--tp-ff-space);
}

.offcanvas__social-title-5 {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}

.offcanvas__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  color: var(--tp-common-black);
  border: 2px solid var(--tp-border-5);
}

[dir="ltr"] .offcanvas__social a {
  margin-right: 5px;
}

[dir="rtl"] .offcanvas__social a {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .offcanvas__social a {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .offcanvas__social a {
  margin-left: 0;
  margin-right: 5px;
}

.offcanvas__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

.offcanvas__social-3 a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

[dir="ltr"] .offcanvas__social-3 a {
  margin-right: 5px;
}

[dir="rtl"] .offcanvas__social-3 a {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .offcanvas__social-3 a {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .offcanvas__social-3 a {
  margin-left: 0;
  margin-right: 5px;
}

.offcanvas__social-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

.offcanvas__social-4 a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  background-color: transparent;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

[dir="ltr"] .offcanvas__social-4 a {
  margin-right: 5px;
}

[dir="rtl"] .offcanvas__social-4 a {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .offcanvas__social-4 a {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .offcanvas__social-4 a {
  margin-left: 0;
  margin-right: 5px;
}

.offcanvas__social-4 a:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}

.offcanvas__social-5 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background-color: transparent;
  color: var(--tp-common-black);
  border: 2px solid var(--tp-border-5);
  border-radius: 6px;
}

[dir="ltr"] .offcanvas__social-5 a {
  margin-right: 5px;
}

[dir="rtl"] .offcanvas__social-5 a {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .offcanvas__social-5 a {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .offcanvas__social-5 a {
  margin-left: 0;
  margin-right: 5px;
}

.offcanvas__social-5 a:hover {
  background-color: var(--tp-theme-5);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-5);
}

.offcanvas__btn {
  margin-bottom: 125px;
}

.offcanvas__btn a {
  margin-bottom: 20px;
}

.offcanvas__btn-2 {
  margin-bottom: 50px;
}

.offcanvas__btn-3 {
  margin-bottom: 85px;
}

.offcanvas__btn-3 .tp-btn-offcanvas-pink {
  border-radius: 6px;
}

.offcanvas__menu {
  margin-bottom: 40px;
}

.offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.offcanvas__menu ul li:last-child {
  margin-bottom: 0;
}

.offcanvas__menu ul li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
}

.offcanvas__menu ul li:hover > a {
  color: var(--tp-theme-1);
}

.offcanvas__menu-ff-space ul li a {
  font-family: var(--tp-ff-space);
}

.offcanvas__menu-ff-oswald ul li a {
  font-family: var(--tp-ff-oswald);
  font-weight: 500;
}

.offcanvas__menu-ff-oswald ul li:hover > a {
  color: var(--tp-theme-2);
}

.offcanvas__menu-ff-inter ul li a {
  font-family: var(--tp-ff-inter);
  font-weight: 700;
}

.offcanvas__menu-ff-inter ul li:hover > a {
  color: var(--tp-theme-5);
}

.offcanvas__menu-3 {
  margin-bottom: 70px;
  margin-top: 60px;
}

.offcanvas__menu-3 > p {
  font-family: var(--tp-ff-space);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 35px;
}

.offcanvas__menu-3 ul li {
  margin-bottom: 17px;
}

.offcanvas__menu-3 ul li a {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 30px;
  color: #898a94;
}

.offcanvas__menu-3 ul li a:hover {
  color: var(--tp-common-white);
}

.offcanvas__menu-5 ul li a {
  font-family: var(--tp-ff-inter);
  font-weight: 700;
  font-size: 20px;
  color: var(--tp-common-black);
  text-transform: uppercase;
}

.offcanvas__menu-5 ul li a:hover {
  color: var(--tp-theme-5);
}

.offcanvas__shape-1 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

[dir="ltr"] .offcanvas__shape-1 {
  right: 0;
}

[dir="rtl"] .offcanvas__shape-1 {
  left: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__shape-1 {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .offcanvas__shape-1 {
  left: auto;
  right: 0;
}

.offcanvas__shape-2 {
  position: absolute;
  top: 4%;
  max-width: 100%;
  opacity: 0.06;
  z-index: -1;
}

[dir="ltr"] .offcanvas__shape-2 {
  left: 0;
}

[dir="rtl"] .offcanvas__shape-2 {
  right: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__shape-2 {
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .offcanvas__shape-2 {
  left: 0;
  right: auto;
}

.offcanvas__shape-3 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

[dir="ltr"] .offcanvas__shape-3 {
  right: 0;
}

[dir="rtl"] .offcanvas__shape-3 {
  left: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__shape-3 {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .offcanvas__shape-3 {
  left: auto;
  right: 0;
}

.offcanvas__link-btn {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--tp-border-5);
}

.offcanvas__link-btn .tp-link-btn-circle {
  font-family: var(--tp-ff-oswald);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: var(--tp-common-black);
  display: flex;
  align-items: center;
}

.offcanvas__link-btn .tp-link-btn-circle span {
  width: 44px;
  height: 44px;
  line-height: 42px;
  background-color: var(--tp-common-pink);
  border: 0;
  color: var(--tp-common-white);
  transform: translateY(0);
}

[dir="ltr"] .offcanvas__link-btn .tp-link-btn-circle span {
  margin-left: 0;
  margin-right: 9px;
}

[dir="rtl"] .offcanvas__link-btn .tp-link-btn-circle span {
  margin-right: 0;
  margin-left: 9px;
}

[dir="ltr"] [dir=rtl] .offcanvas__link-btn .tp-link-btn-circle span {
  margin-right: 0;
  margin-left: 9px;
}

[dir="rtl"] [dir=rtl] .offcanvas__link-btn .tp-link-btn-circle span {
  margin-left: 0;
  margin-right: 9px;
}

.offcanvas__link-btn .tp-link-btn-circle:hover {
  color: var(--tp-common-pink);
}

.offcanvas__info-item {
  margin-bottom: 38px;
}

.offcanvas__info-item-title {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 12px;
}

.offcanvas__info-item p {
  font-size: 16px;
  color: var(--tp-text-16);
  margin-bottom: 0;
  line-height: 22px;
}

.offcanvas__info-item p a:hover {
  color: var(--tp-theme-1);
}

.offcanvas__instagram-title {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.offcanvas__instagram-title svg {
  position: absolute;
  bottom: 0;
  color: var(--tp-theme-1);
}

[dir="ltr"] .offcanvas__instagram-title svg {
  left: 0;
}

[dir="rtl"] .offcanvas__instagram-title svg {
  right: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__instagram-title svg {
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .offcanvas__instagram-title svg {
  left: 0;
  right: auto;
}

.offcanvas__instagram-title svg path {
  stroke: currentColor;
  fill: currentColor;
}

.offcanvas__instagram-thumb a {
  display: inline-block;
  position: relative;
}

.offcanvas__instagram-thumb a::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black);
  opacity: 0;
}

[dir="ltr"] .offcanvas__instagram-thumb a::after {
  left: 0;
}

[dir="rtl"] .offcanvas__instagram-thumb a::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__instagram-thumb a::after {
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .offcanvas__instagram-thumb a::after {
  left: 0;
  right: auto;
}

.offcanvas__instagram-thumb a:hover::after {
  opacity: 0.3;
}

.offcanvas__full {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #161727;
  transform: translateY(30%);
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
}

[dir="ltr"] .offcanvas__full {
  right: 0;
}

[dir="rtl"] .offcanvas__full {
  left: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__full {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .offcanvas__full {
  left: auto;
  right: 0;
}

.offcanvas__full::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.offcanvas__full.offcanvas-full-opened {
  opacity: 0.98;
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

.offcanvas__full.offcanvas-full-opened .offcanvas__full-menu ul li {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.offcanvas__full.offcanvas-full-opened .offcanvas__full-menu ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.offcanvas__full.offcanvas-full-opened .offcanvas__full-menu ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.offcanvas__full.offcanvas-full-opened .offcanvas__full-menu ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.offcanvas__full.offcanvas-full-opened .offcanvas__full-menu ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.offcanvas__full.offcanvas-full-opened .offcanvas__full-menu ul li:nth-child(5) {
  transition-delay: 0.5s;
}

.offcanvas__full.offcanvas-full-opened .offcanvas__full-menu ul li:nth-child(6) {
  transition-delay: 0.6s;
}

.offcanvas__full-inner {
  padding: 140px 150px 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__full-inner {
    padding: 140px 40px 170px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__full-inner {
    padding: 100px 20px 130px;
  }
}

@media (max-width: 575px) {
  .offcanvas__full-inner {
    padding: 100px 15px 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__full-right {
    margin-bottom: 25px;
  }
}

.offcanvas__full-close-btn {
  color: var(--tp-common-white);
  opacity: 0.4;
}

.offcanvas__full-close-btn:hover {
  opacity: 1;
}

.offcanvas__full .offcanvas__close {
  top: 60px;
}

[dir="ltr"] .offcanvas__full .offcanvas__close {
  right: 60px;
}

[dir="rtl"] .offcanvas__full .offcanvas__close {
  left: 60px;
}

[dir="ltr"] [dir=rtl] .offcanvas__full .offcanvas__close {
  right: auto;
  left: 60px;
}

[dir="rtl"] [dir=rtl] .offcanvas__full .offcanvas__close {
  left: auto;
  right: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__full .offcanvas__close {
    top: 30px;
  }

  [dir="ltr"] .offcanvas__full .offcanvas__close {
    right: 30px;
  }

  [dir="rtl"] .offcanvas__full .offcanvas__close {
    left: 30px;
  }

  [dir="ltr"] [dir=rtl] .offcanvas__full .offcanvas__close {
    left: 60px;
    right: auto;
  }

  [dir="rtl"] [dir=rtl] .offcanvas__full .offcanvas__close {
    right: 60px;
    left: auto;
  }
}

.offcanvas__full .offcanvas__close-btn {
  font-size: 30px;
  border: 0;
  color: #fff;
  opacity: 0.4;
}

.offcanvas__full .offcanvas__close-btn:hover {
  opacity: 1;
  background-color: transparent;
  border-color: transparent;
}

.offcanvas__full .offcanvas__menu ul li a {
  color: var(--tp-text-17);
}

.offcanvas__full .offcanvas__menu ul li:hover > a {
  color: var(--tp-common-white);
}

.offcanvas__full .offcanvas__info-item {
  margin-bottom: 0;
}

[dir="ltr"] .offcanvas__full .offcanvas__info-item {
  margin-right: 100px;
}

[dir="rtl"] .offcanvas__full .offcanvas__info-item {
  margin-left: 100px;
}

[dir="ltr"] [dir=rtl] .offcanvas__full .offcanvas__info-item {
  margin-right: 0;
  margin-left: 100px;
}

[dir="rtl"] [dir=rtl] .offcanvas__full .offcanvas__info-item {
  margin-left: 0;
  margin-right: 100px;
}

@media (max-width: 575px) {
  .offcanvas__full .offcanvas__info-item {
    margin-bottom: 30px;
  }
}

[dir="ltr"] .offcanvas__full .offcanvas__info-item:last-child {
  margin-right: 0;
}

[dir="rtl"] .offcanvas__full .offcanvas__info-item:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__full .offcanvas__info-item:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .offcanvas__full .offcanvas__info-item:last-child {
  margin-right: 0;
}

.offcanvas__full-menu ul {
  width: 315px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__full-menu ul {
    width: 90%;
  }
}

.offcanvas__full-menu ul li {
  list-style: none;
  position: relative;
  transition: all 0.2s ease-out 0s;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .offcanvas__full-menu ul li {
  padding-left: 25px;
}

[dir="rtl"] .offcanvas__full-menu ul li {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .offcanvas__full-menu ul li {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .offcanvas__full-menu ul li {
  padding-right: 0;
  padding-left: 25px;
}

.offcanvas__full-menu ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.offcanvas__full-menu ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.offcanvas__full-menu ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.offcanvas__full-menu ul li:nth-child(4) {
  transition-delay: 0.4s;
}

.offcanvas__full-menu ul li:nth-child(5) {
  transition-delay: 0.5s;
}

.offcanvas__full-menu ul li:nth-child(6) {
  transition-delay: 0.6s;
}

.offcanvas__full-menu ul li::after {
  position: absolute;
  counter-increment: count;
  content: "0" counter(count);
  top: 10px;
  color: #75757a;
  font-size: 16px;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
}

[dir="ltr"] .offcanvas__full-menu ul li::after {
  left: 0;
}

[dir="rtl"] .offcanvas__full-menu ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__full-menu ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .offcanvas__full-menu ul li::after {
  right: auto;
  left: 0;
}

.offcanvas__full-menu ul li.has-dropdown > a {
  position: relative;
}

.offcanvas__full-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "+";
  top: 50%;
  color: #75757a;
  font-family: var(--tp-ff-fontawesome);
  font-weight: 500;
  font-size: 18px;
  transform: translateY(-50%);
}

[dir="ltr"] .offcanvas__full-menu ul li.has-dropdown > a::after {
  right: 0;
}

[dir="rtl"] .offcanvas__full-menu ul li.has-dropdown > a::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__full-menu ul li.has-dropdown > a::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .offcanvas__full-menu ul li.has-dropdown > a::after {
  right: 0;
  left: auto;
}

.offcanvas__full-menu ul li a {
  display: inline-block;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.4;
  color: var(--tp-common-white);
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__full-menu ul li a {
    font-size: 38px;
  }
}

.offcanvas__full-menu ul li .submenu {
  position: absolute;
  top: 10%;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .offcanvas__full-menu ul li .submenu {
  left: 100%;
}

[dir="rtl"] .offcanvas__full-menu ul li .submenu {
  right: 100%;
}

[dir="ltr"] [dir=rtl] .offcanvas__full-menu ul li .submenu {
  left: auto;
  right: 100%;
}

[dir="rtl"] [dir=rtl] .offcanvas__full-menu ul li .submenu {
  right: auto;
  left: 100%;
}

.offcanvas__full-menu ul li .submenu li::after {
  display: none;
}

.offcanvas__full-menu ul li .submenu li a {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.6;
  color: #75757a;
}

.offcanvas__full-menu ul li .submenu li:hover > a {
  color: var(--tp-common-white);
}

.offcanvas__full-menu ul li:hover > a {
  color: #88888c;
}

[dir="ltr"] .offcanvas__full-menu ul li:hover > a::after {
  transform: translateY(-50%) rotate(45deg);
}

[dir="rtl"] .offcanvas__full-menu ul li:hover > a::after {
  transform: translateY(-50%) rotate(-45deg);
}

.offcanvas__full-menu ul li:hover .submenu {
  top: 4%;
  visibility: visible;
  opacity: 1;
}

.offcanvas__full .menu-counter {
  counter-reset: count;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__full .mean-container .mean-nav {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .offcanvas__full .mean-container .mean-nav {
    width: 100%;
  }
}

.offcanvas__full .mean-container .mean-nav ul li {
  position: relative;
}

[dir="ltr"] .offcanvas__full .mean-container .mean-nav ul li {
  padding-left: 25px;
}

[dir="rtl"] .offcanvas__full .mean-container .mean-nav ul li {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li {
  padding-right: 0;
  padding-left: 25px;
}

@media (max-width: 575px) {
  .offcanvas__full .mean-container .mean-nav ul li {
    width: 90%;
  }
}

.offcanvas__full .mean-container .mean-nav ul li::after {
  position: absolute;
  counter-increment: count;
  content: "0" counter(count);
  top: -1px;
  color: #75757a;
  font-size: 16px;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
}

[dir="ltr"] .offcanvas__full .mean-container .mean-nav ul li::after {
  left: 0;
}

[dir="rtl"] .offcanvas__full .mean-container .mean-nav ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li::after {
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li::after {
  left: 0;
  right: auto;
}

.offcanvas__full .mean-container .mean-nav ul li.dropdown-opened a {
  color: #88888c;
}

.offcanvas__full .mean-container .mean-nav ul li.dropdown-opened.mean-clicked {
  color: #88888c;
  background-color: transparent;
}

.offcanvas__full .mean-container .mean-nav ul li.dropdown-opened.mean-clicked i {
  color: #88888c;
  background-color: transparent;
}

.offcanvas__full .mean-container .mean-nav ul li a {
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-white);
  border: 0;
  border-color: red;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  width: inherit;
  float: none;
  padding: 0;
  padding-bottom: 20px;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__full .mean-container .mean-nav ul li a {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .offcanvas__full .mean-container .mean-nav ul li a {
    font-size: 35px;
  }
}

.offcanvas__full .mean-container .mean-nav ul li a:hover {
  color: #88888c;
}

.offcanvas__full .mean-container .mean-nav ul li a.mean-clicked {
  color: var(--tp-common-white);
  background-color: transparent !important;
}

.offcanvas__full .mean-container .mean-nav ul li a.mean-clicked i {
  color: var(--tp-common-white);
  background-color: transparent !important;
}

.offcanvas__full .mean-container .mean-nav ul li a.mean-expand {
  border: none !important;
  color: #88888c;
  top: 6px;
}

.offcanvas__full .mean-container .mean-nav ul li a.mean-expand:hover {
  color: var(--tp-common-white);
  background-color: transparent;
}

.offcanvas__full .mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #88888c;
  background-color: transparent;
}

.offcanvas__full .mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  color: #88888c;
  background-color: transparent;
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
  width: 96%;
}

[dir="ltr"] .offcanvas__full .mean-container .mean-nav ul li .submenu li, [dir="ltr"] .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
  padding-left: 20px;
}

[dir="rtl"] .offcanvas__full .mean-container .mean-nav ul li .submenu li, [dir="rtl"] .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
  padding-right: 20px;
}

[dir="ltr"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li .submenu li, [dir="ltr"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li .submenu li, [dir="rtl"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
  padding-right: 0;
  padding-left: 20px;
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li::after, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li::after {
  display: none;
}

@media (max-width: 575px) {
  .offcanvas__full .mean-container .mean-nav ul li .submenu li, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
    width: 95%;
  }

  [dir="ltr"] .offcanvas__full .mean-container .mean-nav ul li .submenu li, [dir="ltr"] .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
    padding-left: 15px;
  }

  [dir="rtl"] .offcanvas__full .mean-container .mean-nav ul li .submenu li, [dir="rtl"] .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
    padding-right: 15px;
  }

  [dir="ltr"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li .submenu li, [dir="ltr"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
    padding-left: 0;
    padding-right: 15px;
  }

  [dir="rtl"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li .submenu li, [dir="rtl"] [dir=rtl] .offcanvas__full .mean-container .mean-nav ul li .mega-menu li {
    padding-right: 0;
    padding-left: 15px;
  }
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li .mean-expand, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li .mean-expand {
  top: -4px;
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li .mean-expand:hover, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li .mean-expand:hover {
  color: var(--tp-common-white);
  background-color: transparent;
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li .mean-expand.mean-clicked, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li .mean-expand.mean-clicked {
  color: var(--tp-common-white);
  background-color: transparent !important;
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li .mean-expand.mean-clicked i, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li .mean-expand.mean-clicked i {
  color: var(--tp-common-white);
  background-color: transparent !important;
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li.dropdown-opened > a, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li.dropdown-opened > a {
  color: var(--tp-common-white);
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li a, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #75757a;
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li a:hover, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li a:hover {
  color: var(--tp-common-white);
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li:hover > .mean-expand, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li:hover > .mean-expand {
  color: var(--tp-common-white);
  background-color: transparent;
}

.offcanvas__full .mean-container .mean-nav ul li .submenu li:hover > .mean-expand i, .offcanvas__full .mean-container .mean-nav ul li .mega-menu li:hover > .mean-expand i {
  color: var(--tp-common-white);
  background-color: transparent;
}

.offcanvas__full-wrapper {
  height: 100%;
}

.offcanvas__full-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  bottom: 0;
  width: 100%;
}

[dir="ltr"] .offcanvas__full-footer {
  padding: 30px 100px 50px 150px;
  left: 0;
}

[dir="rtl"] .offcanvas__full-footer {
  padding: 30px 150px 50px 100px;
  right: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__full-footer {
  padding: 30px 150px 50px 100px;
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .offcanvas__full-footer {
  padding: 30px 100px 50px 150px;
  left: 0;
  right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas__full-footer {
    padding: 29px 40px 50px 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__full-footer {
    padding: 29px 20px 50px 20px;
  }
}

@media (max-width: 575px) {
  .offcanvas__full-footer {
    padding: 29px 15px 50px 15px;
  }
}

[dir="ltr"] .offcanvas__full-social {
  margin-left: 100px;
}

[dir="rtl"] .offcanvas__full-social {
  margin-right: 100px;
}

[dir="ltr"] [dir=rtl] .offcanvas__full-social {
  margin-left: 0;
  margin-right: 100px;
}

[dir="rtl"] [dir=rtl] .offcanvas__full-social {
  margin-right: 0;
  margin-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .offcanvas__full-social {
    margin-top: 30px;
  }

  [dir="ltr"] .offcanvas__full-social {
    margin-left: 0;
  }

  [dir="rtl"] .offcanvas__full-social {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .offcanvas__full-social {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .offcanvas__full-social {
    margin-left: 0;
  }
}

.offcanvas__full-social a {
  line-height: 46px;
}

.offcanvas__full-social a:hover {
  transform: scale(1);
}

.offcanvas__full-link a {
  font-size: 16px;
  font-family: var(--tp-ff-inter);
  color: #75757a;
  display: inline-block;
}

[dir="ltr"] .offcanvas__full-link a {
  margin-right: 13px;
}

[dir="rtl"] .offcanvas__full-link a {
  margin-left: 13px;
}

[dir="ltr"] [dir=rtl] .offcanvas__full-link a {
  margin-right: 0;
  margin-left: 13px;
}

[dir="rtl"] [dir=rtl] .offcanvas__full-link a {
  margin-left: 0;
  margin-right: 13px;
}

[dir="ltr"] .offcanvas__full-link a:last-child {
  margin-right: 0;
}

[dir="rtl"] .offcanvas__full-link a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .offcanvas__full-link a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .offcanvas__full-link a:last-child {
  margin-right: 0;
}

.offcanvas__full-link a:hover {
  color: var(--tp-common-white);
}

.cartmini__area {
  position: fixed;
  top: 0;
  width: 360px;
  height: 100%;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

[dir="ltr"] .cartmini__area {
  right: 0;
  transform: translateX(calc(100% + 80px));
  background: var(--tp-common-white) none repeat scroll 0 0;
}

[dir="rtl"] .cartmini__area {
  left: 0;
  transform: translateX(calc(-1*(100% + 80px)));
  background: var(--tp-common-white) none repeat scroll 100% 0;
}

[dir="ltr"] [dir=rtl] .cartmini__area {
  right: auto;
  left: 0;
  transform: translateX(calc(-100% - 80px));
}

[dir="rtl"] [dir=rtl] .cartmini__area {
  left: auto;
  right: 0;
  transform: translateX(calc(-1*(-100% - 80px)));
}

.cartmini__area::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.cartmini__area.cartmini-opened {
  transform: translateX(0);
}

.cartmini__wrapper {
  position: relative;
  min-height: 100%;
}

.cartmini__title {
  padding: 20px 20px;
  border-bottom: 1px solid var(--tp-border-5);
  box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}

.cartmini__title h4, .cartmini__title .h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.cartmini__close {
  position: absolute;
  top: 17px;
}

[dir="ltr"] .cartmini__close {
  right: 20px;
}

[dir="rtl"] .cartmini__close {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .cartmini__close {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .cartmini__close {
  left: auto;
  right: 20px;
}

.cartmini__close-btn {
  background: transparent;
  color: var(--tp-common-black);
  font-size: 22px;
}

[dir="ltr"] .cartmini__close-btn:hover {
  transform: rotate(90deg);
}

[dir="rtl"] .cartmini__close-btn:hover {
  transform: rotate(-90deg);
}

.cartmini__widget {
  height: 100%;
}

.cartmini__widget-item {
  position: relative;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  transition: background-color 0.3s;
}

[dir="ltr"] .cartmini__widget-item {
  padding-right: 35px;
}

[dir="rtl"] .cartmini__widget-item {
  padding-left: 35px;
}

[dir="ltr"] [dir=rtl] .cartmini__widget-item {
  padding-right: 20px;
  padding-left: 35px;
}

[dir="rtl"] [dir=rtl] .cartmini__widget-item {
  padding-left: 20px;
  padding-right: 35px;
}

[dir="ltr"] .cartmini__thumb {
  margin-right: 15px;
}

[dir="rtl"] .cartmini__thumb {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .cartmini__thumb {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .cartmini__thumb {
  margin-left: 0;
  margin-right: 15px;
}

.cartmini__thumb img {
  width: 70px;
  height: 90px;
}

.cartmini__content h5, .cartmini__content .h5 {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 500;
}

.cartmini__content h5 a:hover, .cartmini__content .h5 a:hover {
  color: var(--tp-theme-1);
}

.cartmini__content .tp-product-quantity {
  width: 75px;
  padding: 0;
}

.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
  height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid var(--tp-border-5);
  background-color: var(--tp-common-white);
  padding: 0;
}

.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
  width: 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

[dir="ltr"] .cartmini__content .tp-product-quantity .tp-cart-plus,
[dir="ltr"] .cartmini__content .tp-product-quantity .tp-cart-minus {
  left: 3px;
}

[dir="rtl"] .cartmini__content .tp-product-quantity .tp-cart-plus,
[dir="rtl"] .cartmini__content .tp-product-quantity .tp-cart-minus {
  right: 3px;
}

[dir="ltr"] [dir=rtl] .cartmini__content .tp-product-quantity .tp-cart-plus,
[dir="ltr"] [dir=rtl] .cartmini__content .tp-product-quantity .tp-cart-minus {
  left: auto;
  right: 3px;
}

[dir="rtl"] [dir=rtl] .cartmini__content .tp-product-quantity .tp-cart-plus,
[dir="rtl"] [dir=rtl] .cartmini__content .tp-product-quantity .tp-cart-minus {
  right: auto;
  left: 3px;
}

.cartmini__content .tp-product-quantity .tp-cart-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus svg {
  transform: translateY(-1px);
  width: 10px;
}

.cartmini__content .tp-product-quantity .tp-cart-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
  display: none;
}

[dir="ltr"] .cartmini__content .tp-product-quantity .tp-cart-plus {
  left: auto;
  right: 3px;
}

[dir="rtl"] .cartmini__content .tp-product-quantity .tp-cart-plus {
  right: auto;
  left: 3px;
}

[dir="ltr"] [dir=rtl] .cartmini__content .tp-product-quantity .tp-cart-plus {
  left: 3px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .cartmini__content .tp-product-quantity .tp-cart-plus {
  right: 3px;
  left: auto;
}

.cartmini__del {
  position: absolute;
  top: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: var(--tp-common-black);
  font-size: 12px;
}

[dir="ltr"] .cartmini__del {
  right: 10px;
}

[dir="rtl"] .cartmini__del {
  left: 10px;
}

[dir="ltr"] [dir=rtl] .cartmini__del {
  right: auto;
  left: 10px;
}

[dir="rtl"] [dir=rtl] .cartmini__del {
  left: auto;
  right: 10px;
}

.cartmini__del:hover {
  color: var(--tp-theme-1);
}

.cartmini__checkout {
  padding: 20px;
  padding-bottom: 85px;
  width: 100%;
  background: var(--tp-common-white);
  border-top: 2px solid var(--tp-border-5);
}

.cartmini__checkout-title h4, .cartmini__checkout-title .h4 {
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}

.cartmini__checkout-title span {
  font-size: 20px;
  color: var(--tp-common-black);
  font-weight: 600;
  color: var(--tp-theme-1);
}

[dir="ltr"] .cartmini__checkout-title span {
  float: right;
}

[dir="rtl"] .cartmini__checkout-title span {
  float: left;
}

[dir="ltr"] [dir=rtl] .cartmini__checkout-title span {
  float: left;
}

[dir="rtl"] [dir=rtl] .cartmini__checkout-title span {
  float: right;
}

.cartmini__checkout-btn .tp-btn {
  background-color: var(--tp-grey-1);
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  padding: 10px 30px;
}

.cartmini__checkout-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.cartmini__checkout-btn .tp-btn-border {
  padding: 10px 30px;
  font-size: 15px;
  text-transform: capitalize;
}

.cartmini__price {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-theme-1);
}

.cartmini__quantity {
  font-size: 12px;
  font-weight: 500;
}

.cartmini__empty {
  margin-top: 150px;
}

.cartmini__empty img {
  margin-bottom: 30px;
}

.cartmini__empty p {
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

.cartmini__empty .tp-btn {
  background-color: var(--tp-grey-1);
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tp-common-black);
  padding: 10px 30px;
}

.cartmini__empty .tp-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  BREADCRUMB CSS START
/*----------------------------------------*/
.breadcrumb__title {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__title {
    font-size: 40px;
  }
}

.breadcrumb__title-pre {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 27px;
}

.breadcrumb__title-2 {
  font-size: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__title-2 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__title-2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__title-2 {
    font-size: 30px;
  }
}

.breadcrumb__list span {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: var(--tp-common-black);
  display: inline-block;
}

.breadcrumb__list span.dvdr {
  font-size: 6px;
  transform: translateY(-3px);
  display: inline-block;
  color: var(--tp-common-black);
  padding: 0 12px;
}

.breadcrumb__list span:nth-last-child(2).dvdr {
  color: #6b6b7b;
}

.breadcrumb__list span:last-child {
  color: #6b6b7b;
}

.breadcrumb__list span a:hover {
  color: var(--tp-theme-1);
}

.breadcrumb__content p {
  font-size: 20px;
  line-height: 1.3;
  color: #343438;
}

.breadcrumb__content-2 p {
  font-size: 18px;
  line-height: 1.56;
  color: #f0f0f5;
}

.breadcrumb__overlay {
  position: relative;
}

.breadcrumb__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 4, 28, 0.56);
}

[dir="ltr"] .breadcrumb__overlay::after {
  left: 0;
}

[dir="rtl"] .breadcrumb__overlay::after {
  right: 0;
}

.breadcrumb__video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-radius: 50%;
}

[dir="ltr"] .breadcrumb__video-btn svg {
  transform: translate(3px, -2px);
}

[dir="rtl"] .breadcrumb__video-btn svg {
  transform: translate(-3px, -2px);
}

.breadcrumb__video-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.breadcrumb__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-blue);
  opacity: 0.4;
}

[dir="ltr"] .breadcrumb__bg {
  left: 0;
}

[dir="rtl"] .breadcrumb__bg {
  right: 0;
}

.breadcrumb__bg-2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .breadcrumb__bg-2 {
  left: 0;
}

[dir="rtl"] .breadcrumb__bg-2 {
  right: 0;
}

.breadcrumb__bg-3 {
  background-image: -o-linear-gradient(173.39deg, #6364db -16.2%, #4d4ecc 101.3%);
}

[dir="ltr"] .breadcrumb__bg-3 {
  background-image: linear-gradient(173.39deg, #6364db -16.2%, #4d4ecc 101.3%);
}

[dir="rtl"] .breadcrumb__bg-3 {
  background-image: linear-gradient(-173.39deg, #6364db -16.2%, #4d4ecc 101.3%);
}

.breadcrumb__bg-4 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

[dir="ltr"] .breadcrumb__bg-4 {
  left: 0;
}

[dir="rtl"] .breadcrumb__bg-4 {
  right: 0;
}

.breadcrumb__bg-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 4, 28, 0.3);
}

[dir="ltr"] .breadcrumb__bg-overlay::after {
  left: 0;
}

[dir="rtl"] .breadcrumb__bg-overlay::after {
  right: 0;
}

.breadcrumb__bg-shape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  opacity: 0.7;
}

[dir="ltr"] .breadcrumb__bg-shape {
  left: 0;
}

[dir="rtl"] .breadcrumb__bg-shape {
  right: 0;
}

.breadcrumb__spacing {
  padding-top: 220px;
  padding-bottom: 180px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__spacing {
    padding-top: 170px;
    padding-bottom: 140px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__spacing {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

.breadcrumb__spacing-2 {
  padding-top: 200px;
  padding-bottom: 235px;
}

.breadcrumb__shape-1 {
  position: absolute;
  bottom: 20%;
  z-index: -1;
  animation: tptranslateX 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .breadcrumb__shape-1 {
  left: 8%;
}

[dir="rtl"] .breadcrumb__shape-1 {
  right: 8%;
}

.breadcrumb__shape-2 {
  position: absolute;
  top: 28%;
  z-index: -1;
  animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .breadcrumb__shape-2 {
  right: 7%;
}

[dir="rtl"] .breadcrumb__shape-2 {
  left: 7%;
}

.breadcrumb__shape-3 {
  position: absolute;
  top: 39%;
  z-index: -1;
  animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .breadcrumb__shape-3 {
  left: 3%;
}

[dir="rtl"] .breadcrumb__shape-3 {
  right: 3%;
}

.breadcrumb__shape-4 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
  animation: tprotate 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .breadcrumb__shape-4 {
  left: 13%;
}

[dir="rtl"] .breadcrumb__shape-4 {
  right: 13%;
}

.breadcrumb__shape-5 {
  position: absolute;
  bottom: 20%;
  z-index: -1;
  animation: tprotate 6s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .breadcrumb__shape-5 {
  right: 39%;
}

[dir="rtl"] .breadcrumb__shape-5 {
  left: 39%;
}

.breadcrumb__shape-6 {
  position: absolute;
  top: 40%;
  z-index: -1;
  animation: tptranslateX 8s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .breadcrumb__shape-6 {
  right: 25%;
}

[dir="rtl"] .breadcrumb__shape-6 {
  left: 25%;
}

.breadcrumb__shape-7 {
  position: absolute;
  top: 0;
  z-index: -1;
}

[dir="ltr"] .breadcrumb__shape-7 {
  right: 0;
}

[dir="rtl"] .breadcrumb__shape-7 {
  left: 0;
}

.breadcrumb__border {
  border-bottom: 1px solid var(--tp-border-5);
}

.breadcrumb__style-2 .breadcrumb__title {
  display: none;
}

.breadcrumb__style-3 .breadcrumb__list {
  margin-bottom: 5px;
}

.breadcrumb__style-3 .breadcrumb__list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-1);
}

.breadcrumb__style-3 .breadcrumb__list span.dvdr {
  font-size: 6px;
  color: var(--tp-text-1);
}

.breadcrumb__style-3 .breadcrumb__title {
  margin-bottom: 18px;
}

.breadcrumb__style-4 .breadcrumb__list {
  margin-bottom: 6px;
}

.breadcrumb__style-4 .breadcrumb__list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-1);
}

.breadcrumb__style-4 .breadcrumb__list span.dvdr {
  font-size: 6px;
  color: var(--tp-text-1);
}

.breadcrumb__style-4 .breadcrumb__title {
  font-size: 90px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__style-4 .breadcrumb__title {
    font-size: 65px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__style-4 .breadcrumb__title {
    font-size: 40px;
  }
}

.breadcrumb__style-5 .breadcrumb__list {
  margin-bottom: 20px;
  display: none;
}

.breadcrumb__style-5 .breadcrumb__list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}

.breadcrumb__style-5 .breadcrumb__list span.dvdr {
  font-size: 6px;
  color: var(--tp-common-white);
}

.breadcrumb__style-5 .breadcrumb__title {
  font-size: 70px;
  color: #f0f0f5;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__style-5 .breadcrumb__title {
    font-size: 65px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__style-5 .breadcrumb__title {
    font-size: 40px;
  }
}

.breadcrumb__style-6 .breadcrumb__list {
  margin-bottom: 20px;
}

.breadcrumb__style-6 .breadcrumb__list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}

.breadcrumb__style-6 .breadcrumb__list span.dvdr {
  font-size: 6px;
  color: var(--tp-common-white);
}

.breadcrumb__style-6 .breadcrumb__list span:nth-last-child(2).dvdr {
  color: rgba(255, 255, 255, 0.6980392157);
}

.breadcrumb__style-6 .breadcrumb__list span:last-child {
  color: rgba(255, 255, 255, 0.6980392157);
}

.breadcrumb__style-6 .breadcrumb__title {
  font-size: 70px;
  color: #f0f0f5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__style-6 .breadcrumb__title {
    font-size: 64px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__style-6 .breadcrumb__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__style-6 .breadcrumb__title {
    font-size: 40px;
  }
}

.breadcrumb__style-7 .breadcrumb__list {
  margin-bottom: 20px;
}

.breadcrumb__style-7 .breadcrumb__list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}

.breadcrumb__style-7 .breadcrumb__list span.dvdr {
  font-size: 6px;
  color: var(--tp-common-white);
}

.breadcrumb__style-7 .breadcrumb__list span:nth-last-child(2).dvdr {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb__style-7 .breadcrumb__list span:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb__style-7 .breadcrumb__title {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__style-7 .breadcrumb__title {
    font-size: 64px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb__style-7 .breadcrumb__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .breadcrumb__style-7 .breadcrumb__title {
    font-size: 40px;
  }
}

.breadcrumb__style-8 .breadcrumb__list {
  margin-bottom: 20px;
}

.breadcrumb__style-8 .breadcrumb__list span {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
}

.breadcrumb__style-8 .breadcrumb__list span.dvdr {
  font-size: 6px;
  color: #86868b;
}

.breadcrumb__style-8 .breadcrumb__list span:nth-last-child(2).dvdr {
  color: #86868b;
}

.breadcrumb__style-8 .breadcrumb__list span:last-child {
  color: var(--tp-text-1);
}

.breadcrumb__style-8 .breadcrumb__title {
  color: var(--tp-common-black);
  font-size: 50px;
  margin-bottom: 13px;
}

@media (max-width: 575px) {
  .breadcrumb__style-8 .breadcrumb__title {
    font-size: 40px;
  }
}

.breadcrumb__style-9 .breadcrumb__list {
  margin-bottom: 20px;
}

.breadcrumb__style-9 .breadcrumb__list.has-icon {
  position: relative;
}

[dir="ltr"] .breadcrumb__style-9 .breadcrumb__list.has-icon {
  padding-left: 24px;
}

[dir="rtl"] .breadcrumb__style-9 .breadcrumb__list.has-icon {
  padding-right: 24px;
}

[dir="ltr"] [dir=rtl] .breadcrumb__style-9 .breadcrumb__list.has-icon {
  padding-left: 0;
  padding-right: 24px;
}

[dir="rtl"] [dir=rtl] .breadcrumb__style-9 .breadcrumb__list.has-icon {
  padding-right: 0;
  padding-left: 24px;
}

.breadcrumb__style-9 .breadcrumb__list.has-icon .breadcrumb-icon {
  position: absolute;
  top: 4px;
}

[dir="ltr"] .breadcrumb__style-9 .breadcrumb__list.has-icon .breadcrumb-icon {
  left: 0;
}

[dir="rtl"] .breadcrumb__style-9 .breadcrumb__list.has-icon .breadcrumb-icon {
  right: 0;
}

.breadcrumb__style-9 .breadcrumb__list.has-icon .breadcrumb-icon svg {
  transform: translateY(-3px);
}

[dir="ltr"] [dir=rtl] .breadcrumb__style-9 .breadcrumb__list.has-icon .breadcrumb-icon {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .breadcrumb__style-9 .breadcrumb__list.has-icon .breadcrumb-icon {
  right: auto;
  left: 0;
}

.breadcrumb__style-9 .breadcrumb__list span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  font-family: var(--tp-ff-roboto);
  display: inline-block;
}

.breadcrumb__style-9 .breadcrumb__list span.dvdr {
  transform: translateY(0px);
  color: var(--tp-text-1);
  padding: 0 8px;
}

.breadcrumb__style-9 .breadcrumb__list span:nth-last-child(2).dvdr {
  color: var(--tp-text-1);
}

.breadcrumb__style-9 .breadcrumb__list span:last-child {
  color: var(--tp-text-1);
}

.breadcrumb__style-9 .breadcrumb__title {
  color: var(--tp-common-black);
  font-size: 50px;
  margin-bottom: 13px;
}

@media (max-width: 575px) {
  .breadcrumb__style-9 .breadcrumb__title {
    font-size: 40px;
  }
}

.breadcrumb__style-10 .breadcrumb__list {
  margin-bottom: 20px;
}

.breadcrumb__style-10 .breadcrumb__list.has-icon {
  position: relative;
}

[dir="ltr"] .breadcrumb__style-10 .breadcrumb__list.has-icon {
  padding-left: 24px;
}

[dir="rtl"] .breadcrumb__style-10 .breadcrumb__list.has-icon {
  padding-right: 24px;
}

.breadcrumb__style-10 .breadcrumb__list.has-icon .breadcrumb-icon {
  position: absolute;
  top: 4px;
}

[dir="ltr"] .breadcrumb__style-10 .breadcrumb__list.has-icon .breadcrumb-icon {
  left: 0;
}

[dir="rtl"] .breadcrumb__style-10 .breadcrumb__list.has-icon .breadcrumb-icon {
  right: 0;
}

.breadcrumb__style-10 .breadcrumb__list.has-icon .breadcrumb-icon svg {
  transform: translateY(-3px);
}

.breadcrumb__style-10 .breadcrumb__list span {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
}

.breadcrumb__style-10 .breadcrumb__list span.dvdr {
  transform: translateY(-3px);
  color: var(--tp-common-white);
  font-size: 6px;
  padding: 0 12px;
}

.breadcrumb__style-10 .breadcrumb__list span:nth-last-child(2).dvdr {
  color: var(--tp-common-white);
}

.breadcrumb__style-10 .breadcrumb__list span:last-child {
  color: var(--tp-common-white);
}

.breadcrumb__style-10 .breadcrumb__title {
  color: var(--tp-common-white);
  margin-bottom: 27px;
  font-size: 70px;
}

@media (max-width: 575px) {
  .breadcrumb__style-10 .breadcrumb__title {
    font-size: 40px;
  }
}
/*----------------------------------------*/
/*  ACCORDION CSS START
/*----------------------------------------*/
.tp-accordion .accordion-item {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.tp-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tp-accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tp-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tp-accordion .accordion-button {
  padding: 30px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--tp-common-white);
  background-color: transparent;
}

[dir="ltr"] .tp-accordion .accordion-button {
  padding-right: 15px;
}

[dir="rtl"] .tp-accordion .accordion-button {
  padding-left: 15px;
}

.tp-accordion .accordion-button::after {
  position: absolute;
  content: "\f107";
  font-family: var(--tp-ff-fontawesome);
  background-image: none;
  top: 28%;
  color: var(--tp-theme-1);
  width: auto;
  height: auto;
  font-weight: 500;
}

[dir="ltr"] .tp-accordion .accordion-button::after {
  right: 0;
  transform: rotate(180deg);
}

[dir="rtl"] .tp-accordion .accordion-button::after {
  left: 0;
  transform: rotate(-180deg);
}

.tp-accordion .accordion-button.collapsed::after {
  transform: rotate(0deg);
  color: var(--tp-common-white);
}

.tp-accordion .accordion-button:not(.collapsed) {
  color: var(--tp-theme-1);
  background-color: transparent;
  box-shadow: none;
}

.tp-accordion .accordion-button:focus {
  box-shadow: none;
}

.tp-accordion .accordion-button:hover {
  color: var(--tp-theme-1);
}

.tp-accordion .accordion-button:hover::after {
  color: var(--tp-theme-1);
}

.tp-accordion .accordion-body {
  padding: 0 0 25px;
}

.tp-accordion .accordion-body p {
  font-size: 16px;
  color: var(--tp-text-1);
}

/*----------------------------------------*/
/*  NAV TAB CSS START
/*----------------------------------------*/
.tp-tab .nav-tabs {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-tab .nav-item {
  padding: 0;
  margin: 0;
  border: 0;
}

.tp-tab .nav-link {
  padding: 0;
  margin: 0;
  border: 0;
}

/*----------------------------------------*/
/*  MODAL CSS START
/*----------------------------------------*/
.search__modal .modal-dialog {
  max-width: 700px;
}

.search__modal-form {
  padding: 50px 50px 55px;
  position: relative;
}

.search__modal-box p {
  font-size: 18px;
  color: #555555;
  font-weight: 400;
  margin-bottom: 40px;
}

.search__modal-box p span {
  font-weight: 600;
}

.search__modal-input {
  position: relative;
}

.search__modal-input input {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #dadada;
  outline: none;
  font-size: 20px;
}

[dir="ltr"] .search__modal-input input {
  padding-right: 38px;
}

[dir="rtl"] .search__modal-input input {
  padding-left: 38px;
}

.search__modal-input input::-webkit-input-placeholder {
  color: var(--tp-text-3);
}

.search__modal-input input:-moz-placeholder {
  color: var(--tp-text-3);
}

.search__modal-input input::-moz-placeholder {
  color: var(--tp-text-3);
}

.search__modal-input input:-ms-input-placeholder {
  color: var(--tp-text-3);
}

.search__modal-input input:focus {
  border-color: var(--tp-theme-1);
}

.search__modal-input .search-modal-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tp-text-1);
}

[dir="ltr"] .search__modal-input .search-modal-btn {
  right: 0;
}

[dir="rtl"] .search__modal-input .search-modal-btn {
  left: 0;
}

.search__modal-input .search-modal-btn:hover {
  color: var(--tp-theme-1);
}

.search-modal-close {
  position: absolute;
  top: 20px;
  font-size: 16px;
  color: var(--tp-common-black);
}

[dir="ltr"] .search-modal-close {
  right: 20px;
}

[dir="rtl"] .search-modal-close {
  left: 20px;
}

.search-modal-close:hover {
  color: var(--tp-theme-1);
}

.elements-modal .tp-btn-border {
  padding: 9px 30px;
}

.product__modal .product__details-thumb-content img {
  max-height: 480px;
  object-fit: cover;
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  visibility: hidden;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

[dir="ltr"] .video-overlay-close {
  right: 20px;
}

[dir="rtl"] .video-overlay-close {
  left: 20px;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7490196078);
  z-index: 1000;
  width: 80%;
  height: 80%;
}

[dir="ltr"] .video-overlay iframe {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

[dir="rtl"] .video-overlay iframe {
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}

/*----------------------------------------*/
/*  SEARCH CSS START
/*----------------------------------------*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
  background-color: var(--tp-common-black);
  z-index: 99;
  transform: translateY(calc(-100% - 80px));
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  transform: translateY(0%);
  transition-delay: 0s;
}

.search__popup.search-opened .search__input {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}

.search__popup-2 {
  background-color: var(--tp-common-black-13);
}

.search__popup-2 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-8);
}

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
  background-color: var(--tp-theme-10);
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  transform: translateY(-40px);
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition-delay: 0.3s;
}

[dir="ltr"] .search__input::after {
  left: 0;
}

[dir="rtl"] .search__input::after {
  right: 0;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tp-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
}

[dir="ltr"] .search__input input {
  padding-right: 30px;
}

[dir="rtl"] .search__input input {
  padding-left: 30px;
}

.search__input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tp-common-white);
}

[dir="ltr"] .search__input button {
  right: 0;
}

[dir="rtl"] .search__input button {
  left: 0;
}

.search__input .search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-1);
  transition: all 0.5s ease-out 0s;
}

[dir="ltr"] .search__input .search-input-field ~ .search-focus-border {
  left: auto;
  right: 0;
}

[dir="rtl"] .search__input .search-input-field ~ .search-focus-border {
  right: auto;
  left: 0;
}

.search__input .search-input-field:focus ~ .search-focus-border {
  width: 100%;
  transition: all 0.5s ease-out 0s;
}

[dir="ltr"] .search__input .search-input-field:focus ~ .search-focus-border {
  left: 0;
  right: auto;
}

[dir="rtl"] .search__input .search-input-field:focus ~ .search-focus-border {
  right: 0;
  left: auto;
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

.search__close-btn:hover {
  color: var(--tp-common-white);
}

.search__result-title {
  font-size: 50px;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search__result-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .search__result-title {
    font-size: 35px;
  }
}

.search__result-title span {
  color: var(--tp-theme-1);
  display: inline-block;
}

.search__result-content p {
  font-size: 16px;
  line-height: 1.62;
  color: var(--tp-text-1);
}

.search__result-input {
  position: relative;
}

.search__result-input-box {
  position: relative;
  margin-bottom: 20px;
}

.search__result-input-box button {
  position: absolute;
  top: 0;
  padding: 22px 43px;
}

[dir="ltr"] .search__result-input-box button {
  right: 0;
}

[dir="rtl"] .search__result-input-box button {
  left: 0;
}

@media (max-width: 575px) {
  .search__result-input-box button {
    position: relative;
    margin-top: 15px;
  }
}

.search__result-input-box button:hover {
  background-color: var(--tp-common-black);
}

.search__result-input input {
  width: 100%;
  height: 70px;
  background-color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}

[dir="ltr"] .search__result-input input {
  padding-left: 60px;
  padding-right: 177px;
  box-shadow: -3px 0px 0px var(--tp-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.14);
}

[dir="rtl"] .search__result-input input {
  padding-right: 60px;
  padding-left: 177px;
  box-shadow: 3px 0px 0px var(--tp-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.14);
}

@media (max-width: 575px) {
  [dir="ltr"] .search__result-input input {
    padding-right: 25px;
  }

  [dir="rtl"] .search__result-input input {
    padding-left: 25px;
  }
}

.search__result-input span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #a0a0b5;
}

[dir="ltr"] .search__result-input span {
  left: 30px;
}

[dir="rtl"] .search__result-input span {
  right: 30px;
}

.search__result-input span svg {
  transform: translateY(-2px);
}

.search__result-tags a {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #d5d5dd;
  padding: 5px 18px;
  line-height: 1;
  margin-bottom: 7px;
}

[dir="ltr"] .search__result-tags a {
  margin-right: 2px;
}

[dir="rtl"] .search__result-tags a {
  margin-left: 2px;
}

.search__result-tags a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.search__blog-item {
  padding: 50px 50px;
  border: 1px solid #eaeaef;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search__blog-item {
    padding: 30px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-item {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .search__blog-item {
    padding: 20px;
  }
}

.search__blog-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search__blog-title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search__blog-title {
    font-size: 21px;
  }

  .search__blog-title br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .search__blog-title br {
    display: none;
  }
}

@media (max-width: 575px) {
  .search__blog-title {
    font-size: 25px;
  }
}

.search__blog-title a:hover {
  color: var(--tp-theme-1);
}

.search__blog-tag {
  margin-bottom: 10px;
}

[dir="ltr"] [dir=rtl] .search__blog-tag {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .search__blog-tag {
  margin-left: 0;
  margin-right: 15px;
}

.search__blog-tag a {
  display: inline-block;
  background-color: rgba(99, 100, 219, 0.06);
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-purple);
  padding: 4px 12px;
}

.search__blog-tag a:hover {
  background-color: var(--tp-common-purple);
  color: var(--tp-common-white);
}

.search__blog-meta span {
  color: var(--tp-text-1);
  margin-bottom: 10px;
  display: inline-block;
}

[dir="ltr"] .search__blog-meta span {
  margin-right: 15px;
}

[dir="rtl"] .search__blog-meta span {
  margin-left: 15px;
}

[dir="ltr"] .search__blog-meta span i, [dir="ltr"] .search__blog-meta span svg {
  margin-right: 2px;
}

[dir="rtl"] .search__blog-meta span i, [dir="rtl"] .search__blog-meta span svg {
  margin-left: 2px;
}

[dir=rtl] .search__blog-meta span i, [dir=rtl] .search__blog-meta span svg {
  margin-right: 2px;
  margin-left: 2px;
}

.search__blog-meta span svg {
  transform: translateY(-1px);
}

.search__blog-meta span svg path {
  stroke: #7a7e83;
}

.search__blog-meta-author {
  margin-bottom: 10px;
}

[dir="ltr"] [dir=rtl] .search__blog-meta-author {
  margin-right: 0;
  margin-left: 45px;
}

[dir="rtl"] [dir=rtl] .search__blog-meta-author {
  margin-left: 0;
  margin-right: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .search__blog-meta-author {
    margin-right: 20px;
  }

  [dir="rtl"] .search__blog-meta-author {
    margin-left: 20px;
  }

  [dir="ltr"] [dir=rtl] .search__blog-meta-author {
    margin-right: 0;
    margin-left: 20px;
  }

  [dir="rtl"] [dir=rtl] .search__blog-meta-author {
    margin-left: 0;
    margin-right: 20px;
  }
}

.search__blog-meta-author-thumb img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

[dir="ltr"] .search__blog-meta-author-thumb img {
  margin-right: 10px;
}

[dir="rtl"] .search__blog-meta-author-thumb img {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .search__blog-meta-author-thumb img {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .search__blog-meta-author-thumb img {
  margin-left: 0;
  margin-right: 10px;
}

.search__blog-meta-author-content span {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  color: #7a7e83;
}

.search__blog-meta-author-content span a {
  color: var(--tp-common-black-11);
  font-weight: 500;
}

.search__blog-meta-author-content span a:hover {
  color: var(--tp-theme-1);
}

.search__blog-content p {
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-text-1);
  margin-bottom: 20px;
}

.search__blog-btn .tp-btn-border {
  padding: 8px 29px;
}

[dir="ltr"] .search__blog-btn .tp-btn-border svg, [dir="ltr"] .search__blog-btn .tp-btn-border i {
  margin-left: 5px;
}

[dir="rtl"] .search__blog-btn .tp-btn-border svg, [dir="rtl"] .search__blog-btn .tp-btn-border i {
  margin-right: 5px;
}

[dir=rtl] .search__blog-btn .tp-btn-border svg, [dir=rtl] .search__blog-btn .tp-btn-border i {
  margin-left: 5px;
  margin-right: 5px;
}

.search__blog-btn .tp-btn-border svg {
  transform: translateY(-1px);
}

.search__blog-btn .tp-btn-border:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  SECTION TITLE CSS START
/*----------------------------------------*/
.section__title {
  font-size: 70px;
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-bold);
  line-height: 1;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title {
    font-size: 35px;
  }
}

.section__title-wrapper.section-title-sm .section__title {
  font-size: 60px;
}

.section__title-white {
  color: var(--tp-common-white);
}

.section__title-1-2 {
  font-size: 60px;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-1-2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title-1-2 {
    font-size: 35px;
  }
}

.section__title-1-2 .section__title-1-pre {
  color: var(--tp-common-white);
}

.section__title-1-2 .section__title-highlight {
  color: var(--tp-common-white);
}

.section__title-highlight {
  color: var(--tp-theme-1);
  position: relative;
}

.section__title-highlight svg {
  position: absolute;
  bottom: -12%;
  width: 100%;
}

[dir="ltr"] .section__title-highlight svg {
  left: 0%;
}

[dir="rtl"] .section__title-highlight svg {
  right: 0%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-highlight svg {
    bottom: -20%;
  }
}

.section__title-highlight svg path {
  stroke: currentColor;
  fill: currentColor;
  fill-opacity: 0;
  stroke-width: 0.2;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: section-highlight 1s ease-in-out 0.3s forwards;
}

.section__title-pre {
  font-size: 12px;
  font-weight: var(--tp-fw-bold);
  color: var(--tp-common-black);
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-family: var(--tp-ff-space);
  letter-spacing: 1px;
}

[dir="ltr"] .section__title-pre {
  padding-left: 13px;
}

[dir="rtl"] .section__title-pre {
  padding-right: 13px;
}

.section__title-pre::after, .section__title-pre::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--tp-theme-1);
  border-radius: 50%;
}

[dir="ltr"] .section__title-pre::after, [dir="ltr"] .section__title-pre::before {
  left: 0;
}

[dir="rtl"] .section__title-pre::after, [dir="rtl"] .section__title-pre::before {
  right: 0;
}

.section__title-pre::before {
  display: none;
}

[dir="ltr"] .section__title-pre::before {
  left: auto;
  right: 0;
}

[dir="rtl"] .section__title-pre::before {
  right: auto;
  left: 0;
}

[dir="ltr"] .section__title-pre.is-center {
  padding-right: 13px;
}

[dir="rtl"] .section__title-pre.is-center {
  padding-left: 13px;
}

.section__title-pre.is-center::before {
  display: block;
}

.section__title-pre-1-2 {
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

[dir="ltr"] .section__title-pre-1-2 {
  padding-left: 0;
}

[dir="rtl"] .section__title-pre-1-2 {
  padding-right: 0;
}

.section__title-pre-1-2::after {
  display: none;
}

.section__title-pre-1-3 {
  font-size: 14px;
  font-weight: 500;
  height: 20px;
  margin-bottom: 9px;
  display: inline-block;
}

[dir="ltr"] .section__title-pre-1-3 {
  padding-left: 14px;
}

[dir="rtl"] .section__title-pre-1-3 {
  padding-right: 14px;
}

[dir="ltr"] [dir=rtl] .section__title-pre-1-3 {
  padding-left: 0;
  padding-right: 14px;
}

[dir="rtl"] [dir=rtl] .section__title-pre-1-3 {
  padding-right: 0;
  padding-left: 14px;
}

.section__title-pre-1-3::after {
  top: 61%;
  width: 3px;
  height: 100%;
  border-radius: 0;
}

[dir="ltr"] [dir=rtl] .section__title-pre-1-3::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .section__title-pre-1-3::after {
  right: auto;
  left: 0;
}

.section__title-2 {
  font-size: 60px;
  font-weight: 600;
  font-family: var(--tp-ff-oswald);
  text-transform: capitalize;
  color: var(--tp-common-black);
}

@media (max-width: 575px) {
  .section__title-2 {
    font-size: 40px;
  }
}

.section__title-pre-2 {
  font-size: 110px;
  font-weight: 600;
  color: var(--tp-text-5);
  position: absolute;
  top: -40px;
  line-height: 1;
  z-index: -1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: var(--tp-ff-oswald);
}

[dir="ltr"] .section__title-pre-2 {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .section__title-pre-2 {
  right: 50%;
  transform: translateX(50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-pre-2 {
    font-size: 80px;
    top: -12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-pre-2 {
    font-size: 65px;
    top: 1px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-pre-2 {
    font-size: 60px;
    top: 5px;
  }
}

@media (max-width: 575px) {
  .section__title-pre-2 {
    font-size: 40px;
    top: 4px;
  }
}

.section__title-wrapper-2 {
  position: relative;
  z-index: 1;
}

.section__title-wrapper-2 p {
  font-size: 16px;
  font-family: var(--tp-ff-inter);
  color: var(--tp-text-6);
}

.section__title-3 {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  text-transform: capitalize;
  color: var(--tp-common-white);
  letter-spacing: -0.04em;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-3 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-3 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .section__title-3 {
    font-size: 32px;
  }

  .section__title-3 br {
    display: none;
  }
}

.section__title-3.has-gradient span {
  display: inline-block;
  background-image: -o-linear-gradient(89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  --text-fill-color: transparent;
  animation: sectionPreTitle 3s ease-in-out 1s forwards infinite alternate;
  background-size: 150% 150%;
}

[dir="ltr"] .section__title-3.has-gradient span {
  background-image: linear-gradient(89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
}

[dir="rtl"] .section__title-3.has-gradient span {
  background-image: linear-gradient(-89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
}

.section__title-3-2 {
  font-size: 46px;
  line-height: 0.96;
}

@media (max-width: 575px) {
  .section__title-3-2 {
    font-size: 35px;
  }
}

.section__title-pre-3 {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  opacity: 0.6;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

[dir="ltr"] .section__title-pre-3 {
  padding-right: 20px;
}

[dir="rtl"] .section__title-pre-3 {
  padding-left: 20px;
}

[dir="ltr"] [dir=rtl] .section__title-pre-3 {
  padding-right: 0;
  padding-left: 20px;
}

[dir="rtl"] [dir=rtl] .section__title-pre-3 {
  padding-left: 0;
  padding-right: 20px;
}

.section__title-pre-3::after {
  position: absolute;
  content: "";
  top: 49%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background-image: -o-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
  opacity: 0.3;
}

[dir="ltr"] .section__title-pre-3::after {
  left: 100%;
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir="rtl"] .section__title-pre-3::after {
  right: 100%;
  background-image: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir=rtl] .section__title-pre-3::after {
  background-image: -o-linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir="ltr"] [dir=rtl] .section__title-pre-3::after {
  left: auto;
  right: 100%;
  background-image: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir="rtl"] [dir=rtl] .section__title-pre-3::after {
  right: auto;
  left: 100%;
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-pre-3::after {
    width: 185px;
  }
}

@media (max-width: 575px) {
  .section__title-pre-3::after {
    width: 75px;
  }
}

[dir="ltr"] .section__title-pre-3.has-center {
  padding-left: 20px;
}

[dir="rtl"] .section__title-pre-3.has-center {
  padding-right: 20px;
}

[dir="ltr"] [dir=rtl] .section__title-pre-3.has-center {
  padding-right: 20px;
}

[dir="rtl"] [dir=rtl] .section__title-pre-3.has-center {
  padding-left: 20px;
}

.section__title-pre-3.has-center::before {
  position: absolute;
  content: "";
  top: 49%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  opacity: 0.3;
  background-image: -o-linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir="ltr"] .section__title-pre-3.has-center::before {
  right: 100%;
  background-image: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir="rtl"] .section__title-pre-3.has-center::before {
  left: 100%;
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir=rtl] .section__title-pre-3.has-center::before {
  background-image: -o-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir="ltr"] [dir=rtl] .section__title-pre-3.has-center::before {
  right: auto;
  left: 100%;
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

[dir="rtl"] [dir=rtl] .section__title-pre-3.has-center::before {
  left: auto;
  right: 100%;
  background-image: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100.5%);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-pre-3.has-center::before {
    width: 185px;
  }
}

@media (max-width: 575px) {
  .section__title-pre-3.has-center::before {
    width: 75px;
  }
}

.section__title-4 {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black-solid);
  letter-spacing: -0.04em;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-4 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-4 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-4 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section__title-4 {
    font-size: 32px;
  }

  .section__title-4 br {
    display: none;
  }
}

.section__title-4-2 {
  font-size: 50px;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black-solid);
  letter-spacing: -0.04em;
  line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-4-2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section__title-4-2 {
    font-size: 35px;
  }
}

.section__title-4-white {
  color: var(--tp-common-white);
}

.section__title-pre-4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-theme-4);
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0.1em;
}

.section__title-pre-4-white {
  color: var(--tp-common-white);
}

.section__title-5 {
  font-family: var(--tp-ff-space);
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-5 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-5 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-5 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-5 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .section__title-5 {
    font-size: 40px;
  }
}

.section__title-5 .has-light {
  font-family: var(--tp-ff-inter);
  font-weight: 200;
  font-size: 50px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-5 .has-light {
    font-size: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-5 .has-light {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-5 .has-light {
    font-size: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-5 .has-light {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .section__title-5 .has-light {
    font-size: 30px;
  }
}

.section__title-pre-5 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-theme-5);
}

.section__title-wrapper-6 > p {
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-text-18);
  font-family: var(--tp-ff-roboto);
}

.section__title-wrapper-6-white > p {
  color: var(--tp-common-white);
  font-size: 18px;
}

.section__title-wrapper-6-white .section__title-6 {
  color: #b87333;
}

.section__title-wrapper-6-white .section__title-6-highlight {
  color: #b87333;
}

.section__title-6 {
  font-size: 46px;
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-bold);
  line-height: 1;
  font-family: var(--tp-ff-roboto);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-6 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-6 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-6 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title-6 {
    font-size: 35px;
  }
}

.section__title-6-white {
  color: var(--tp-common-white);
}

.section__title-6-white .section__title-6-highlight {
  color: var(--tp-common-white);
}

.section__title-6-highlight {
  color: #b87333;
  position: relative;
  display: inline-block;
}

.section__title-6-highlight svg {
  position: absolute;
  bottom: -12%;
  width: 110%;
}

[dir="ltr"] .section__title-6-highlight svg {
  left: 1%;
}

[dir="rtl"] .section__title-6-highlight svg {
  right: 1%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-6-highlight svg {
    bottom: -20%;
  }
}

.section__title-6-highlight svg path {
  stroke: currentColor;
  fill: currentColor;
  fill-opacity: 0;
  stroke-width: 0.2;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: section-highlight 1s ease-in-out 0.3s forwards;
}

.section__title-wrapper-7 {
  position: relative;
  z-index: 1;
}

.section__title-wrapper-7 > p {
  font-family: var(--tp-ff-inter);
  font-size: 20px;
  line-height: 1.5;
  color: var(--tp-text-1);
}

@media (max-width: 575px) {
  .section__title-wrapper-7 > p br {
    display: none;
  }
}

.section__title-wrapper-7-white > p {
  color: var(--tp-common-white);
  font-size: 18px;
}

.section__title-wrapper-7-white .section__title-6 {
  color: var(--tp-common-white);
}

.section__title-wrapper-7-white .section__title-6-highlight {
  color: #b87333;
}

.section__title-7 {
  font-size: 60px;
  color: var(--tp-common-black);
  font-weight: var(--tp-fw-bold);
  line-height: 1.1;
  font-family: var(--tp-ff-play);
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-7 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-7 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-7 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title-7 {
    font-size: 35px;
  }
}

.section__title-7-white {
  color: var(--tp-common-white);
}

.section__title-7-highlight {
  position: relative;
  display: inline-block;
}

.section__title-7-highlight svg {
  position: absolute;
  bottom: -5%;
  width: 0%;
  z-index: -1;
  animation: section-highlight-4 1s ease-in-out 0.3s forwards;
}

[dir="ltr"] .section__title-7-highlight svg {
  left: 1%;
}

[dir="rtl"] .section__title-7-highlight svg {
  right: 1%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-7-highlight svg {
    bottom: -20%;
  }
}

.section__title-7-highlight svg path {
  stroke: var(--tp-common-yellow-3);
  fill: var(--tp-common-yellow-3);
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  animation: section_stroke 3s linear forwards infinite, section_stroke_fill 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards;
  -webkit-animation: section_stroke 3s linear forwards infinite, section_stroke_fill 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards;
}

@keyframes section_stroke {
  0% {
    stroke-dashoffset: 560;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -560;
  }
}

@keyframes section_stroke {
  0% {
    fill: transparent;
  }

  50% {
    fill: var(--tp-common-yellow-3);
  }

  100% {
    fill: transparent;
  }
}

.section__title-pre-7 {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 18px;
  color: #b87333;
  margin-bottom: 7px;
  display: inline-block;
}

.section__title-wrapper-8 {
  position: relative;
  z-index: 1;
}

.section__title-wrapper-8 p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1.5;
  color: #0a2540;
}

.section__title-8 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0a2540;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-8 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-8 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-8 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-8 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title-8 {
    font-size: 35px;
  }
}

.section__title-highlight-8 {
  position: relative;
}

.section__title-highlight-8 svg {
  position: absolute;
  bottom: 6%;
  z-index: -1;
  width: 100%;
}

[dir="ltr"] .section__title-highlight-8 svg {
  left: -3%;
}

[dir="rtl"] .section__title-highlight-8 svg {
  right: -3%;
}

.section__title-highlight-8 svg path {
  stroke: #b87333;
  stroke-width: 6;
}

.section__title-pre-8 {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  color: #0a2540;
  display: inline-block;
  margin-bottom: 10px;
}

.section__title-wrapper-9 {
  position: relative;
  z-index: 1;
}

.section__title-wrapper-9.is-center {
  text-align: center;
}

.section__title-wrapper-9.is-center .section__title-pre-9 {
  padding-top: 7px;
}

[dir="ltr"] .section__title-wrapper-9.is-center .section__title-pre-9 {
  padding-left: 0;
}

[dir="rtl"] .section__title-wrapper-9.is-center .section__title-pre-9 {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .section__title-wrapper-9.is-center .section__title-pre-9 {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .section__title-wrapper-9.is-center .section__title-pre-9 {
  padding-left: 0;
}

.section__title-wrapper-9.is-center .section__title-pre-9::after {
  width: 40px;
  height: 3px;
  top: 0;
}

[dir="ltr"] .section__title-wrapper-9.is-center .section__title-pre-9::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .section__title-wrapper-9.is-center .section__title-pre-9::after {
  right: 50%;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .section__title-wrapper-9.is-center .section__title-pre-9::after {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

[dir="rtl"] [dir=rtl] .section__title-wrapper-9.is-center .section__title-pre-9::after {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section__title-wrapper-9 p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.section__title-9 {
  font-family: var(--tp-ff-p);
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-9 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-9 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-9 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-9 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title-9 {
    font-size: 35px;
  }
}

.section__title-pre-9 {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
}

[dir="ltr"] .section__title-pre-9 {
  padding-left: 13px;
}

[dir="rtl"] .section__title-pre-9 {
  padding-right: 13px;
}

[dir="ltr"] [dir=rtl] .section__title-pre-9 {
  padding-left: 0;
  padding-right: 13px;
}

[dir="rtl"] [dir=rtl] .section__title-pre-9 {
  padding-right: 0;
  padding-left: 13px;
}

.section__title-pre-9::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] .section__title-pre-9::after {
  left: 0;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .section__title-pre-9::after {
  right: 0;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] [dir=rtl] .section__title-pre-9::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .section__title-pre-9::after {
  right: auto;
  left: 0;
}

.section__title-wrapper-10 {
  position: relative;
  z-index: 1;
}

.section__title-wrapper-10 p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1.5;
}

.section__title-wrapper-10.is-white .section__title-10 {
  color: var(--tp-common-white);
}

.section__title-10 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-10 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-10 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-10 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-10 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title-10 {
    font-size: 35px;
  }
}

.section__title-pre-10 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-orange-4);
  margin-bottom: 6px;
}

.section__title-wrapper-11 {
  position: relative;
  z-index: 1;
}

.section__title-wrapper-11 p {
  font-family: var(--tp-ff-syne);
  font-size: 16px;
  line-height: 1.5;
}

.section__title-wrapper-11.is-white .section__title-10 {
  color: var(--tp-common-white);
}

.section__title-11 {
  font-family: var(--tp-ff-rajdhani);
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-11 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section__title-11 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section__title-11 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-11 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .section__title-11 {
    font-size: 35px;
  }
}

.section__title-pre-11 {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tp-common-black-15);
  position: relative;
}

[dir="ltr"] .section__title-pre-11 {
  padding-left: 11px;
}

[dir="rtl"] .section__title-pre-11 {
  padding-right: 11px;
}

.section__title-pre-11::after {
  position: absolute;
  content: "";
  top: 46%;
  transform: translateY(-50%);
  width: 2px;
  height: 108%;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .section__title-pre-11::after {
  left: 0;
}

[dir="rtl"] .section__title-pre-11::after {
  right: 0;
}

.section__title-wrapper-13 {
  position: relative;
  z-index: 1;
}

.section__title-13 {
  font-family: var(--tp-ff-roboto);
  font-size: 30px;
  line-height: 1;
  position: relative;
}

[dir="ltr"] .section__title-13 {
  padding-left: 16px;
}

[dir="rtl"] .section__title-13 {
  padding-right: 16px;
}

[dir="ltr"] [dir=rtl] .section__title-13 {
  padding-left: 0;
  padding-right: 16px;
}

[dir="rtl"] [dir=rtl] .section__title-13 {
  padding-right: 0;
  padding-left: 16px;
}

.section__title-13::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .section__title-13::after {
  left: 0;
}

[dir="rtl"] .section__title-13::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .section__title-13::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .section__title-13::after {
  right: auto;
  left: 0;
}

.tp-section-spacing {
  padding-top: 90px;
  padding-bottom: 265px;
}

.tp-section-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[dir="ltr"] .tp-section-bg {
  left: 0;
}

[dir="rtl"] .tp-section-bg {
  right: 0;
}

.tp-section-wrapper p {
  font-size: 16px;
  line-height: 1.62;
}

[dir="ltr"] .tp-section-wrapper p {
  padding-left: 100px;
}

[dir="rtl"] .tp-section-wrapper p {
  padding-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .tp-section-wrapper p {
    padding-left: 50px;
  }

  [dir="rtl"] .tp-section-wrapper p {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-section-wrapper p {
    margin-top: 30px;
  }

  [dir="ltr"] .tp-section-wrapper p {
    padding-left: 0;
  }

  [dir="rtl"] .tp-section-wrapper p {
    padding-right: 0;
  }
}

.tp-section-wrapper-2.tp-section-wrapper-2-sm .tp-section-title-2 {
  font-size: 50px;
  margin-bottom: 17px;
}

@media (max-width: 575px) {
  .tp-section-wrapper-2.tp-section-wrapper-2-sm .tp-section-title-2 {
    font-size: 35px;
  }
}

.tp-section-wrapper-2.tp-section-wrapper-2-sm p {
  font-size: 18px;
  color: var(--tp-text-1);
}

.tp-section-wrapper-2 p {
  font-size: 16px;
  line-height: 1.62;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-section-wrapper-2 p br {
    display: none;
  }
}

.tp-section-wrapper-3 p {
  font-size: 16px;
}

.tp-section-wrapper-5 p {
  font-size: 18px;
}

.tp-section-subtitle {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-theme-1);
}

.tp-section-subtitle-2 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
}

.tp-section-subtitle-2.is-uppercase {
  text-transform: uppercase;
}

.tp-section-subtitle-2.subtitle-mb-2 {
  margin-bottom: 2px;
}

.tp-section-subtitle-2.subtitle-mb-7 {
  margin-bottom: 7px;
}

.tp-section-subtitle-2.subtitle-mb-9 {
  margin-bottom: 9px;
}

.tp-section-subtitle-2.subtitle-mb-12 {
  margin-bottom: 12px;
}

.tp-section-subtitle-3 {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
  text-transform: uppercase;
}

.tp-section-subtitle-5 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-purple);
  background-color: rgba(99, 100, 219, 0.06);
  padding: 10px 20px;
  margin-bottom: 17px;
}

.tp-section-title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.tp-section-title-2 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-2 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-2 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .tp-section-title-2 {
    font-size: 30px;
  }
}

.tp-section-title-2.font-70 {
  font-size: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-2.font-70 {
    font-size: 48px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-section-title-2.font-70 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-section-title-2.font-70 {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .tp-section-title-2.font-70 {
    font-size: 30px;
  }
}

.tp-section-title-2.font-40 {
  font-size: 40px;
}

@media (max-width: 575px) {
  .tp-section-title-2.font-40 {
    font-size: 30px;
  }
}

.tp-section-title-3 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-section-title-3 {
    font-size: 43px;
  }
}

@media (max-width: 575px) {
  .tp-section-title-3 {
    font-size: 40px;
  }
}

.tp-section-title-4 {
  font-size: 40px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
}

@media (max-width: 575px) {
  .tp-section-title-4 {
    font-size: 25px;
  }
}

.tp-section-title-4 img {
  transform: translateY(-4px);
}

[dir="ltr"] .tp-section-title-4 img {
  margin-right: 10px;
}

[dir="rtl"] .tp-section-title-4 img {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .tp-section-title-4 img {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .tp-section-title-4 img {
  margin-left: 0;
  margin-right: 10px;
}

.tp-section-title-5 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tp-section-title-5 {
    font-size: 45px;
  }
}

@keyframes section-highlight {
  0% {
    stroke-dashoffset: 800;
  }

  80% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }

  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}

@keyframes section-highlight-2 {
  0%, 100% {
    stroke-dashoffset: 800;
  }

  50% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes section-highlight-3 {
  100% {
    stroke-dashoffset: -900;
  }
}

@keyframes section-highlight-4 {
  100% {
    width: 100%;
  }
}
/*----------------------------------------*/
/*  02. LOGO CSS START
/*----------------------------------------*/
/* logo css */
.logo .logo-dark {
  display: none;
}

.logo-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.logo-border {
  position: relative;
  padding: 8px 0;
}

.logo-border::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 102%;
  background-color: var(--tp-border-1);
}

[dir="ltr"] .logo-border::after {
  right: 23%;
}

[dir="rtl"] .logo-border::after {
  left: 23%;
}

[dir="ltr"] [dir=rtl] .logo-border::after {
  right: auto;
  left: 23%;
}

[dir="rtl"] [dir=rtl] .logo-border::after {
  left: auto;
  right: 23%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .logo-border::after {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .logo-border::after {
    right: 0;
  }

  [dir="rtl"] .logo-border::after {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .logo-border::after {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .logo-border::after {
    left: auto;
    right: 0;
  }
}
/*----------------------------------------*/
/*  03. HEADER CSS START
/*----------------------------------------*/
.header__transparent {
  position: absolute !important;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}

[dir="ltr"] .header__transparent {
  left: 0;
}

[dir="rtl"] .header__transparent {
  right: 0;
}

.header__top-5 {
  margin-top: 5px;
}

.header__top-10 {
  background-image: -o-linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
  box-shadow: 0px 4px 10px rgba(150, 21, 35, 0.3);
}

[dir="ltr"] .header__top-10 {
  background-image: linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
}

[dir="rtl"] .header__top-10 {
  background-image: linear-gradient(-180deg, #ff3939 0.01%, #bf2132 100%);
}

.header__bottom-border {
  border-top: 1px solid var(--tp-border-1);
  border-bottom: 1px solid var(--tp-border-1);
}

.header__bottom-border-2 {
  border-bottom: 1px solid var(--tp-border-5);
}

.header__bottom-border-3 {
  border-bottom: 1px solid var(--tp-border-1);
}

.header__bottom-border-4 {
  border-bottom: 1px solid #e2e2e2;
}

.header__bottom-3 {
  position: relative;
  z-index: 99;
  background-color: var(--tp-common-black-5);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.header__bottom-4 {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 9;
}

.header__bottom-8 {
  padding-left: 65px;
  padding-right: 65px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__bottom-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__bottom-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header__bottom-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .header__bottom-8 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-10 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header__bottom-11 {
  padding-left: 87px;
  padding-right: 87px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header__bottom-11 {
    padding-left: 57px;
    padding-right: 57px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__bottom-11 {
    padding-left: 47px;
    padding-right: 47px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__bottom-11 {
    padding-left: 37px;
    padding-right: 37px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__bottom-11 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header__bottom-12 {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header__bottom-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .header__bottom-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.header__bottom-12 .hamburger-btn-8:hover {
  color: var(--tp-common-white);
}

.header__bottom-12 .hamburger-btn-8:hover span {
  background-color: var(--tp-common-white);
}

.header__bottom-12 .hamburger-btn-8:hover::after, .header__bottom-12 .hamburger-btn-8:hover::before {
  background-color: var(--tp-common-white);
}

.header__bottom-12.header__white-slider .hamburger-btn-8:hover {
  color: var(--tp-common-white);
}

.header__bottom-12.header__white-slider .hamburger-btn-8:hover::after, .header__bottom-12.header__white-slider .hamburger-btn-8:hover::before {
  background-color: var(--tp-common-white);
}

.header__bottom-12.header__white-slider .header__info-12 ul li span a:hover {
  color: var(--tp-common-white);
}

.header__bottom-12.header__white-slider .header-btn-12:hover {
  color: var(--tp-common-white);
}

.header__bottom-12.header__white-slider .header-btn-12:hover .header-btn-12-icon span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

.header__bottom-13-white .header__search-13 input {
  border: 1px solid #e7e7e7;
  box-shadow: none;
}

.header__bottom-13-white .header__search-13 input:focus {
  border-color: var(--tp-common-black);
}

.header__bottom-13-white .header__action-13 ul li a .tp-item-count,
.header__bottom-13-white .header__action-13 ul li button .tp-item-count {
  border-color: var(--tp-common-white);
}

.header__bottom-14 .header__search-13 input {
  box-shadow: none;
  border: 1px solid #e7e7e7;
}

.header__bottom-14 .header__action-13 ul li button .tp-item-count {
  border-color: var(--tp-common-white);
}

[dir="ltr"] .header__bottom-left-11 {
  margin-left: -90px;
}

[dir="rtl"] .header__bottom-left-11 {
  margin-right: -90px;
}

[dir="ltr"] [dir=rtl] .header__bottom-left-11 {
  margin-left: 0;
  margin-right: -90px;
}

[dir="rtl"] [dir=rtl] .header__bottom-left-11 {
  margin-right: 0;
  margin-left: -90px;
}

[dir="ltr"] [dir=rtl] .header__bottom-right {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .header__bottom-right {
  padding-right: 0;
  padding-left: 30px;
}

[dir="ltr"] [dir=rtl] .header__bottom-right-6 {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .header__bottom-right-6 {
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .header__bottom-right-6 {
    padding-left: 0;
  }

  [dir="rtl"] .header__bottom-right-6 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .header__bottom-right-6 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .header__bottom-right-6 {
    padding-left: 0;
  }
}

.header__info ul li {
  list-style: none;
  display: inline-block;
  padding: 4px 0;
  position: relative;
}

[dir="ltr"] .header__info ul li {
  margin-right: 14px;
  padding-right: 20px;
}

[dir="rtl"] .header__info ul li {
  margin-left: 14px;
  padding-left: 20px;
}

[dir="ltr"] [dir=rtl] .header__info ul li {
  margin-right: 0;
  margin-left: 14px;
  padding-right: 0;
  padding-left: 20px;
}

[dir="rtl"] [dir=rtl] .header__info ul li {
  margin-left: 0;
  margin-right: 14px;
  padding-left: 0;
  padding-right: 20px;
}

.header__info ul li::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 104%;
  background-color: var(--tp-border-1);
}

[dir="ltr"] .header__info ul li::after {
  right: 0;
}

[dir="rtl"] .header__info ul li::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .header__info ul li::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .header__info ul li::after {
  left: auto;
  right: 0;
}

.header__info ul li a, .header__info ul li span {
  color: var(--tp-common-white-op-7);
  font-size: 14px;
  font-weight: 500;
}

.header__info ul li a:hover, .header__info ul li span:hover {
  color: var(--tp-theme-1);
}

.header__info ul li a:hover span, .header__info ul li span:hover span {
  color: var(--tp-common-white);
}

.header__info ul li a span, .header__info ul li span span {
  color: var(--tp-common-white);
}

[dir="ltr"] .header__info ul li a span, [dir="ltr"] .header__info ul li span span {
  margin-right: 4px;
}

[dir="rtl"] .header__info ul li a span, [dir="rtl"] .header__info ul li span span {
  margin-left: 4px;
}

[dir="ltr"] [dir=rtl] .header__info ul li a span, [dir="ltr"] [dir=rtl] .header__info ul li span span {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] [dir=rtl] .header__info ul li a span, [dir="rtl"] [dir=rtl] .header__info ul li span span {
  margin-left: 0;
  margin-right: 4px;
}

.header__info ul li a span svg, .header__info ul li span span svg {
  width: 16px;
  height: 16px;
  transform: translateY(-1px);
}

[dir="ltr"] .header__info-item {
  margin-right: 60px;
}

[dir="rtl"] .header__info-item {
  margin-left: 60px;
}

[dir="ltr"] [dir=rtl] .header__info-item {
  margin-right: 0;
  margin-left: 60px;
}

[dir="rtl"] [dir=rtl] .header__info-item {
  margin-left: 0;
  margin-right: 60px;
}

[dir="ltr"] .header__info-item:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__info-item:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__info-item:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__info-item:last-child {
  margin-right: 0;
}

.header__info-icon span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 1.5px solid var(--tp-theme-4);
  font-size: 18px;
  color: var(--tp-theme-4);
  border-radius: 50%;
}

[dir="ltr"] .header__info-icon span {
  margin-right: 10px;
}

[dir="rtl"] .header__info-icon span {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .header__info-icon span {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .header__info-icon span {
  margin-left: 0;
  margin-right: 10px;
}

.header__info-icon span svg {
  width: 18px;
  height: 18px;
}

.header__info-content h4, .header__info-content .h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
  color: var(--tp-common-black-solid);
}

.header__info-content p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1;
}

.header__info-content p a:hover {
  color: var(--tp-theme-4);
}

.header__info-8 ul li {
  list-style: none;
  display: inline-block;
}

[dir="ltr"] .header__info-8 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__info-8 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__info-8 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__info-8 ul li:last-child {
  margin-right: 0;
}

.header__info-8 ul li span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

[dir="ltr"] .header__info-8 ul li span i {
  margin-right: 5px;
}

[dir="rtl"] .header__info-8 ul li span i {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .header__info-8 ul li span i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .header__info-8 ul li span i {
  margin-left: 0;
  margin-right: 5px;
}

.header__info-8 ul li span svg {
  transform: translateY(-2px);
}

[dir="ltr"] .header__info-8 ul li span svg {
  margin-right: 5px;
}

[dir="rtl"] .header__info-8 ul li span svg {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .header__info-8 ul li span svg {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .header__info-8 ul li span svg {
  margin-left: 0;
  margin-right: 5px;
}

.header__info-10 ul li {
  padding-top: 5px;
  padding-bottom: 7px;
}

.header__info-10 ul li::after {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.16);
}

.header__info-10 ul li a {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.header__info-10 ul li a:hover {
  color: var(--tp-common-white);
}

[dir="ltr"] .header__info-11 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__info-11 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__info-11 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__info-11 ul li:last-child {
  margin-right: 0;
}

.header__info-11 ul li span {
  font-family: var(--tp-ff-syne);
  color: var(--tp-common-black);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

[dir="ltr"] .header__info-11 ul li span i {
  margin-right: 5px;
}

[dir="rtl"] .header__info-11 ul li span i {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .header__info-11 ul li span i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .header__info-11 ul li span i {
  margin-left: 0;
  margin-right: 5px;
}

.header__info-11 ul li span svg {
  transform: translateY(-2px);
}

[dir="ltr"] .header__info-11 ul li span svg {
  margin-right: 5px;
}

[dir="rtl"] .header__info-11 ul li span svg {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .header__info-11 ul li span svg {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .header__info-11 ul li span svg {
  margin-left: 0;
  margin-right: 5px;
}

.header__info-11 ul li span a span {
  color: var(--tp-common-black);
}

.header__info-11 ul li span a:hover {
  color: var(--tp-common-black);
}

.header__info-12 ul li::after {
  display: none;
}

[dir="ltr"] .header__info-12 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__info-12 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__info-12 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__info-12 ul li:last-child {
  margin-right: 0;
}

.header__info-12 ul li span, .header__info-12 ul li a {
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
}

[dir="ltr"] .header__info-12 ul li span i, [dir="ltr"] .header__info-12 ul li a i {
  margin-right: 5px;
}

[dir="rtl"] .header__info-12 ul li span i, [dir="rtl"] .header__info-12 ul li a i {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .header__info-12 ul li span i, [dir="ltr"] [dir=rtl] .header__info-12 ul li a i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .header__info-12 ul li span i, [dir="rtl"] [dir=rtl] .header__info-12 ul li a i {
  margin-left: 0;
  margin-right: 5px;
}

.header__info-12 ul li span svg, .header__info-12 ul li a svg {
  transform: translateY(-2px);
}

[dir="ltr"] .header__info-12 ul li span svg, [dir="ltr"] .header__info-12 ul li a svg {
  margin-right: 5px;
}

[dir="rtl"] .header__info-12 ul li span svg, [dir="rtl"] .header__info-12 ul li a svg {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .header__info-12 ul li span svg, [dir="ltr"] [dir=rtl] .header__info-12 ul li a svg {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .header__info-12 ul li span svg, [dir="rtl"] [dir=rtl] .header__info-12 ul li a svg {
  margin-left: 0;
  margin-right: 5px;
}

.header__info-12 ul li span a, .header__info-12 ul li a a {
  color: var(--tp-common-white);
}

.header__info-12 ul li span a span, .header__info-12 ul li a a span {
  color: var(--tp-common-black);
}

.header__info-12 ul li span a:hover, .header__info-12 ul li a a:hover {
  color: var(--tp-common-white);
}

.header__info-12 ul li .hamburger-btn-8:hover {
  color: var(--tp-common-white);
}

.header__info-12 ul li .hamburger-btn-8:hover::after, .header__info-12 ul li .hamburger-btn-8:hover::before {
  background-color: var(--tp-common-white);
}

.header__border {
  border-bottom: 1px solid rgba(3, 18, 32, 0.07);
}

.header__border-3 {
  border-bottom: 1px solid var(--tp-border-1);
}

.header__search-input {
  position: relative;
}

.header__search-input input {
  width: 100%;
  height: 40px;
  background-color: var(--tp-grey-1);
  border: 1px solid var(--tp-grey-1);
  padding: 0 20px;
}

[dir="ltr"] .header__search-input input {
  padding-right: 60px;
}

[dir="rtl"] .header__search-input input {
  padding-left: 60px;
}

[dir="ltr"] [dir=rtl] .header__search-input input {
  padding-left: 60px;
  padding-right: 20px;
}

[dir="rtl"] [dir=rtl] .header__search-input input {
  padding-right: 60px;
  padding-left: 20px;
}

.header__search-input input::-webkit-input-placeholder {
  color: var(--tp-text-3);
}

.header__search-input input:-moz-placeholder {
  color: var(--tp-text-3);
}

.header__search-input input::-moz-placeholder {
  color: var(--tp-text-3);
}

.header__search-input input:-ms-input-placeholder {
  color: var(--tp-text-3);
}

.header__search-btn {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: var(--tp-grey-1);
}

[dir="ltr"] .header__search-btn {
  right: 15px;
  padding-left: 17px;
}

[dir="rtl"] .header__search-btn {
  left: 15px;
  padding-right: 17px;
}

[dir="ltr"] [dir=rtl] .header__search-btn {
  padding-left: 0;
  padding-right: 17px;
  right: auto;
  left: 15px;
}

[dir="rtl"] [dir=rtl] .header__search-btn {
  padding-right: 0;
  padding-left: 17px;
  left: auto;
  right: 15px;
}

.header__search-btn::after {
  position: absolute;
  content: "";
  top: 57%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: rgba(3, 18, 32, 0.1);
}

[dir="ltr"] .header__search-btn::after {
  left: 0;
}

[dir="rtl"] .header__search-btn::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .header__search-btn::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .header__search-btn::after {
  right: auto;
  left: 0;
}

[dir="ltr"] .header__search-2 {
  margin-left: 13px;
}

[dir="rtl"] .header__search-2 {
  margin-right: 13px;
}

[dir="ltr"] [dir=rtl] .header__search-2 {
  margin-left: 0;
  margin-right: 13px;
}

[dir="rtl"] [dir=rtl] .header__search-2 {
  margin-right: 0;
  margin-left: 13px;
}

.header__search-2 input {
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  background-color: var(--tp-grey-5);
}

.header__search-2 input::-webkit-input-placeholder {
  color: var(--tp-text-10);
}

.header__search-2 input:-moz-placeholder {
  color: var(--tp-text-10);
}

.header__search-2 input::-moz-placeholder {
  color: var(--tp-text-10);
}

.header__search-2 input:-ms-input-placeholder {
  color: var(--tp-text-10);
}

.header__search-2 button::after {
  background-color: rgba(62, 132, 84, 0.14);
}

.header__search-3 button svg path {
  stroke: var(--tp-theme-3);
}

.header__search-13 {
  position: relative;
}

.header__search-13 input {
  width: 320px;
  height: 46px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
  border-radius: 30px;
  border: 0;
  outline: 0;
  padding: 0 25px;
}

.header__search-13 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .header__search-13 button {
  right: 20px;
}

[dir="rtl"] .header__search-13 button {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .header__search-13 button {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .header__search-13 button {
  left: auto;
  right: 20px;
}

.header__search-13 button svg {
  transform: translateY(-2px);
}

[dir="ltr"] [dir=rtl] .header__hamburger {
  margin-left: 0;
  margin-right: 50px;
}

[dir="rtl"] [dir=rtl] .header__hamburger {
  margin-right: 0;
  margin-left: 50px;
}

.header__hamburger-2 {
  margin-top: 0;
}

[dir="ltr"] .header__hamburger-2 {
  margin-left: 18px;
}

[dir="rtl"] .header__hamburger-2 {
  margin-right: 18px;
}

[dir="ltr"] [dir=rtl] .header__hamburger-2 {
  margin-left: 0;
  margin-right: 18px;
}

[dir="rtl"] [dir=rtl] .header__hamburger-2 {
  margin-right: 0;
  margin-left: 18px;
}

.header__hamburger-2 .hamburger-btn-black:hover span {
  background-color: var(--tp-theme-2);
}

.header__hamburger-5 {
  margin-top: 0;
}

.header__hamburger-5 .hamburger-btn-black {
  top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__hamburger-5 .hamburger-btn-black {
    top: -6px;
  }
}

.header__action ul {
  display: flex;
  align-items: center;
  position: relative;
}

.header__action ul::before {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--tp-border-1);
}

[dir="ltr"] .header__action ul::before {
  right: 0;
}

[dir="rtl"] .header__action ul::before {
  left: 0;
}

[dir="ltr"] [dir=rtl] .header__action ul::before {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .header__action ul::before {
  left: auto;
  right: 0;
}

.header__action ul li {
  list-style: none;
  position: relative;
  height: 58px;
  width: 70px;
  line-height: 56px;
  text-align: center;
}

.header__action ul li::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--tp-border-1);
}

[dir="ltr"] .header__action ul li::after {
  left: 0;
}

[dir="rtl"] .header__action ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .header__action ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .header__action ul li::after {
  right: auto;
  left: 0;
}

[dir="ltr"] .header__action ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

[dir="rtl"] .header__action ul li:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .header__action ul li:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .header__action ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header__action ul li a {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: var(--tp-common-white);
}

.header__action ul li a:hover {
  border-color: var(--tp-common-black-3);
}

.header__action ul li a svg {
  width: 18px;
  height: 18px;
  transform: translateY(-2px);
}

.header__action ul li .hamburger-btn {
  top: -4px;
}

.header__action-8 ul li {
  display: inline-block;
  list-style: none;
}

[dir="ltr"] .header__action-8 ul li {
  margin-right: 23px;
}

[dir="rtl"] .header__action-8 ul li {
  margin-left: 23px;
}

[dir="ltr"] [dir=rtl] .header__action-8 ul li {
  margin-right: 0;
  margin-left: 23px;
}

[dir="rtl"] [dir=rtl] .header__action-8 ul li {
  margin-left: 0;
  margin-right: 23px;
}

[dir="ltr"] .header__action-8 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__action-8 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__action-8 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__action-8 ul li:last-child {
  margin-right: 0;
}

.header__action-8 ul li a {
  color: var(--tp-common-white);
  font-size: 16px;
}

.header__action-8 ul li a svg {
  transform: translateY(-2px);
}

.header__action-10 ul li {
  display: inline-block;
  list-style: none;
}

[dir="ltr"] .header__action-10 ul li {
  margin-right: 25px;
}

[dir="rtl"] .header__action-10 ul li {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .header__action-10 ul li {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .header__action-10 ul li {
  margin-left: 0;
  margin-right: 25px;
}

[dir="ltr"] .header__action-10 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__action-10 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__action-10 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__action-10 ul li:last-child {
  margin-right: 0;
}

.header__action-10 ul li a {
  color: var(--tp-common-white);
  font-size: 16px;
}

.header__action-10 ul li a svg {
  transform: translateY(-2px);
}

.header__action-10 ul li a:hover {
  color: var(--tp-theme-10);
}

[dir="ltr"] .header__action-11 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__action-11 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__action-11 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__action-11 ul li:last-child {
  margin-right: 0;
}

.header__action-11 ul li a {
  color: var(--tp-common-black);
  font-size: 16px;
}

.header__action-11 ul li a:hover {
  color: var(--tp-common-black);
}

.header__action-11 ul li .hamburger-btn {
  color: var(--tp-common-black);
}

.header__action-11 ul li .hamburger-btn::after {
  color: var(--tp-common-black);
}

.header__action-11 ul li .hamburger-btn span {
  background-color: var(--tp-common-black);
}

[dir="ltr"] .header__action-13 {
  margin-left: 42px;
}

[dir="rtl"] .header__action-13 {
  margin-right: 42px;
}

[dir="ltr"] [dir=rtl] .header__action-13 {
  margin-left: 0;
  margin-right: 42px;
}

[dir="rtl"] [dir=rtl] .header__action-13 {
  margin-right: 0;
  margin-left: 42px;
}

.header__action-13 ul li {
  list-style: none;
  display: inline-block;
}

[dir="ltr"] .header__action-13 ul li {
  margin-right: 19px;
}

[dir="rtl"] .header__action-13 ul li {
  margin-left: 19px;
}

[dir="ltr"] [dir=rtl] .header__action-13 ul li {
  margin-right: 0;
  margin-left: 19px;
}

[dir="rtl"] [dir=rtl] .header__action-13 ul li {
  margin-left: 0;
  margin-right: 19px;
}

[dir="ltr"] .header__action-13 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__action-13 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__action-13 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__action-13 ul li:last-child {
  margin-right: 0;
}

.header__action-13 ul li a, .header__action-13 ul li button {
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.header__action-13 ul li a .tp-item-count, .header__action-13 ul li button .tp-item-count {
  position: absolute;
  top: -6px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  width: 23px;
  height: 23px;
  line-height: 17px;
  border: 3px solid #f0f2ee;
  text-align: center;
  border-radius: 50%;
}

[dir="ltr"] .header__action-13 ul li a .tp-item-count, [dir="ltr"] .header__action-13 ul li button .tp-item-count {
  right: -12px;
}

[dir="rtl"] .header__action-13 ul li a .tp-item-count, [dir="rtl"] .header__action-13 ul li button .tp-item-count {
  left: -12px;
}

.header__action-13 ul li a svg, .header__action-13 ul li button svg {
  transform: translateY(-2px);
}

.header__action-13 ul li a:hover, .header__action-13 ul li button:hover {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky {
  position: fixed !important;
  margin: auto;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 99;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0px 4px 10px rgba(3, 4, 28, 0.1);
  background: var(--tp-common-white);
  /* logo change on sticky active */
  /* header border */
  /* for white header sticky */
  /* for header sticky home 4 lawyer */
  /* menu css on sticky active */
  /* menu css for home 4 lawyer */
  /* menu css for home 5 */
  /* menu css for home 6 */
  /* menu css for home 7 */
  /* menu css for home 8 */
  /* menu css for home 8 */
  /* menu css for home 8 */
}

[dir="ltr"] .header__sticky.header-sticky {
  left: 0;
}

[dir="rtl"] .header__sticky.header-sticky {
  right: 0;
}

.header__sticky.header-sticky.header-sticky-blur {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
}

.header__sticky.header-sticky .logo-dark {
  display: block;
}

.header__sticky.header-sticky .logo-light {
  display: none;
}

.header__sticky.header-sticky .logo-border {
  padding: 14px 0;
}

.header__sticky.header-sticky .logo-border::after {
  background-color: #eaeaef;
  height: 100%;
}

.header__sticky.header-sticky .hamburger-btn span {
  background-color: var(--tp-common-black);
}

.header__sticky.header-sticky.header__bottom-border {
  border: 0 !important;
}

.header__sticky.header-sticky .tp-header-btn-3 {
  border-color: rgba(3, 4, 28, 0.14);
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .tp-header-btn-3:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.header__sticky.header-sticky.header__sticky-black {
  background: var(--tp-common-black);
  /* menu css for home 8 */
}

.header__sticky.header-sticky.header__sticky-black .hamburger-btn span {
  background-color: var(--tp-common-white);
}

.header__sticky.header-sticky.header__sticky-black .main-menu ul li a {
  color: var(--tp-common-white);
  padding: 22px 0;
}

.header__sticky.header-sticky.header__sticky-black .main-menu ul li a::after {
  color: var(--tp-common-white);
}

.header__sticky.header-sticky.header__sticky-black .main-menu ul li .submenu li a {
  color: var(--tp-common-black);
  padding: 0 25px;
  padding-bottom: 1px;
}

.header__sticky.header-sticky.header__sticky-black .main-menu ul li .submenu li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky.header__sticky-black .main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-3);
}

.header__sticky.header-sticky.header__sticky-black .main-menu ul li .submenu li:hover > a::after {
  color: var(--tp-theme-3);
}

.header__sticky.header-sticky.header__sticky-black .main-menu ul li:hover > a {
  color: var(--tp-theme-3);
}

.header__sticky.header-sticky.header__sticky-black .main-menu ul li:hover > a::after {
  color: var(--tp-theme-3);
}

.header__sticky.header-sticky.header__sticky-black .main-menu-3 ul li .submenu li a {
  color: var(--tp-common-white);
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li a {
  padding: 22px 0;
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li a::before {
  bottom: 0;
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu {
  background-color: var(--tp-common-black-13);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
  color: var(--tp-common-white);
}

[dir="ltr"] .header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li a {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li a {
  padding-right: 0;
  padding-left: 25px;
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li a::after {
  color: var(--tp-common-white);
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li:hover > a {
  color: var(--tp-theme-8);
}

[dir="ltr"] .header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-8);
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li .mega-menu {
  background-color: var(--tp-common-black-13);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li:hover > a {
  color: var(--tp-theme-8);
}

.header__sticky.header-sticky.header__sticky-black .main-menu-8 ul li:hover > a::after {
  color: var(--tp-theme-8);
}

.header__sticky.header-sticky.header__sticky-black-2 {
  background-color: #0a2540;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header__sticky.header-sticky.header__style-4 {
  display: block;
}

.header__sticky.header-sticky.header__style-4 .hamburger-btn span {
  background-color: var(--tp-theme-4);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__sticky.header-sticky.header__style-4 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

[dir="ltr"] .header__sticky.header-sticky.header__style-4 .main-menu-4 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header__sticky.header-sticky.header__style-4 .main-menu-4 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky.header__style-4 .main-menu-4 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky.header__style-4 .main-menu-4 ul li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .header__sticky.header-sticky.header__style-4 .main-menu-4 ul li {
    margin-right: 15px;
  }

  [dir="rtl"] .header__sticky.header-sticky.header__style-4 .main-menu-4 ul li {
    margin-left: 15px;
  }

  [dir="ltr"] [dir=rtl] .header__sticky.header-sticky.header__style-4 .main-menu-4 ul li {
    margin-right: 0;
    margin-left: 15px;
  }

  [dir="rtl"] [dir=rtl] .header__sticky.header-sticky.header__style-4 .main-menu-4 ul li {
    margin-left: 0;
    margin-right: 15px;
  }
}

.header__sticky.header-sticky.header__bottom-3 {
  background-color: var(--tp-common-black-5);
}

.header__sticky.header-sticky .header__sticky-white {
  background-color: var(--tp-common-white);
}

.header__sticky.header-sticky .header__action ul::before {
  background-color: #eaeaef;
}

.header__sticky.header-sticky .header__action ul li {
  height: 70px;
  width: 70px;
  line-height: 66px;
}

.header__sticky.header-sticky .header__action ul li::after {
  background-color: #eaeaef;
}

.header__sticky.header-sticky .header__action ul li a {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .header__action ul li a:hover {
  color: var(--tp-theme-1);
}

.header__sticky.header-sticky .header__action ul li .hamburger-btn {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .header__action ul li .hamburger-btn span {
  background-color: var(--tp-common-black);
}

.header__sticky.header-sticky .header__action ul li .hamburger-btn:hover {
  color: var(--tp-theme-1);
}

.header__sticky.header-sticky .header__action ul li .hamburger-btn:hover span {
  color: var(--tp-theme-1);
}

.header__sticky.header-sticky .header__action-10 ul li a {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .header__action-13 ul li a .tp-item-count, .header__sticky.header-sticky .header__action-13 ul li button .tp-item-count {
  border-color: var(--tp-common-white);
}

.header__sticky.header-sticky .header__search-13 input {
  box-shadow: none;
  border: 1px solid #e7e7e7;
}

.header__sticky.header-sticky .header__search-13 input:focus {
  border-color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu ul li a {
  color: var(--tp-common-black);
  padding: 22px 0;
}

.header__sticky.header-sticky .main-menu ul li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu ul li .submenu li a {
  padding-right: 25px;
  padding-left: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu ul li .submenu li a {
  padding-left: 25px;
  padding-right: 43px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky .main-menu ul li .mega-menu li a {
  padding: 0;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-left: 0;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-left: 0;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu ul li .mega-menu li:hover > a {
  padding-left: 18px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu ul li .mega-menu li:hover > a {
  padding-right: 18px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu ul li .mega-menu li:hover > a {
  padding-left: 0;
  padding-right: 18px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu ul li .mega-menu li:hover > a {
  padding-right: 0;
  padding-left: 18px;
}

.header__sticky.header-sticky .main-menu ul li:hover > a {
  color: var(--tp-theme-1);
}

.header__sticky.header-sticky .main-menu ul li:hover > a::after {
  color: var(--tp-theme-1);
}

.header__sticky.header-sticky .main-menu-4 ul li a {
  color: var(--tp-common-black);
  padding: 22px 0;
}

.header__sticky.header-sticky .main-menu-4 ul li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-4 ul li a::before {
  bottom: 0;
}

.header__sticky.header-sticky .main-menu-4 ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-4 ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-4 ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-4 ul li .submenu li a {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-4 ul li .submenu li a {
  padding-right: 0;
  padding-left: 25px;
}

.header__sticky.header-sticky .main-menu-4 ul li .submenu li a::before {
  background-color: var(--tp-theme-4);
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-4 ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-4 ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-4 ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-4 ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky .main-menu-4 ul li:hover > a {
  color: var(--tp-theme-4);
}

.header__sticky.header-sticky .main-menu-4 ul li:hover > a::after {
  color: var(--tp-theme-4);
}

.header__sticky.header-sticky .main-menu-5 ul li a {
  color: var(--tp-common-black);
  padding: 22px 0;
}

.header__sticky.header-sticky .main-menu-5 ul li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-5 ul li a::before {
  bottom: 0;
}

.header__sticky.header-sticky .main-menu-5 ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-5 ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-5 ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-5 ul li .submenu li a {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-5 ul li .submenu li a {
  padding-right: 0;
  padding-left: 25px;
}

.header__sticky.header-sticky .main-menu-5 ul li .submenu li a::before {
  background-color: var(--tp-theme-5);
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-5 ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-5 ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-5 ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-5 ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky .main-menu-5 ul li:hover > a {
  color: var(--tp-theme-5);
}

.header__sticky.header-sticky .main-menu-5 ul li:hover > a::after {
  color: var(--tp-theme-5);
}

.header__sticky.header-sticky .main-menu-6 ul li a {
  color: var(--tp-common-black);
  padding: 22px 0;
}

.header__sticky.header-sticky .main-menu-6 ul li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-6 ul li a::before {
  bottom: 0;
}

.header__sticky.header-sticky .main-menu-6 ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-6 ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-6 ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-6 ul li .submenu li a {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-6 ul li .submenu li a {
  padding-right: 0;
  padding-left: 25px;
}

.header__sticky.header-sticky .main-menu-6 ul li .submenu li a::before {
  background-color: var(--tp-theme-6);
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-6 ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-6 ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-6 ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-6 ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky .main-menu-6 ul li:hover > a {
  color: var(--tp-theme-6);
}

.header__sticky.header-sticky .main-menu-6 ul li:hover > a::after {
  color: var(--tp-theme-6);
}

.header__sticky.header-sticky .main-menu-7 ul li a {
  color: var(--tp-common-black);
  padding: 22px 0;
}

.header__sticky.header-sticky .main-menu-7 ul li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-7 ul li a::before {
  bottom: 0;
}

.header__sticky.header-sticky .main-menu-7 ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-7 ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-7 ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-7 ul li .submenu li a {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-7 ul li .submenu li a {
  padding-right: 0;
  padding-left: 25px;
}

.header__sticky.header-sticky .main-menu-7 ul li .submenu li a::before {
  background-color: var(--tp-theme-7);
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-7 ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-7 ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-7 ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-7 ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky .main-menu-7 ul li:hover > a {
  color: var(--tp-theme-7);
}

.header__sticky.header-sticky .main-menu-7 ul li:hover > a::after {
  color: var(--tp-theme-7);
}

.header__sticky.header-sticky .main-menu-8 ul li a {
  color: var(--tp-common-black);
  padding: 22px 0;
}

.header__sticky.header-sticky .main-menu-8 ul li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-8 ul li a::before {
  bottom: 0;
}

.header__sticky.header-sticky .main-menu-8 ul li .submenu {
  background-color: var(--tp-common-black-13);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.header__sticky.header-sticky .main-menu-8 ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-8 ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-8 ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-8 ul li .submenu li a {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-8 ul li .submenu li a {
  padding-right: 0;
  padding-left: 25px;
}

.header__sticky.header-sticky .main-menu-8 ul li .submenu li a::before {
  background-color: var(--tp-theme-8);
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-8 ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-8 ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-8 ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-8 ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky .main-menu-8 ul li:hover > a {
  color: var(--tp-theme-8);
}

.header__sticky.header-sticky .main-menu-8 ul li:hover > a::after {
  color: var(--tp-theme-8);
}

.header__sticky.header-sticky .main-menu-9 ul li a {
  color: var(--tp-common-black);
  padding: 22px 0;
}

.header__sticky.header-sticky .main-menu-9 ul li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-9 ul li a::before {
  bottom: 25px;
}

.header__sticky.header-sticky .main-menu-9 ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-9 ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-9 ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-9 ul li .submenu li a {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-9 ul li .submenu li a {
  padding-right: 0;
  padding-left: 25px;
}

.header__sticky.header-sticky .main-menu-9 ul li .submenu li a::before {
  background-color: var(--tp-common-black);
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-9 ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-9 ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-9 ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-9 ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky .main-menu-9 ul li:hover > a {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-9 ul li:hover > a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-10 ul li a {
  color: var(--tp-common-black);
  padding: 22px 0;
}

.header__sticky.header-sticky .main-menu-10 ul li a::after {
  color: var(--tp-common-black);
}

.header__sticky.header-sticky .main-menu-10 ul li .submenu li a {
  padding-top: 0;
  padding-bottom: 1px;
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-10 ul li .submenu li a {
  padding-left: 25px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-10 ul li .submenu li a {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-10 ul li .submenu li a {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-10 ul li .submenu li a {
  padding-right: 0;
  padding-left: 25px;
}

.header__sticky.header-sticky .main-menu-10 ul li .submenu li a::before {
  background-color: var(--tp-theme-10);
}

[dir="ltr"] .header__sticky.header-sticky .main-menu-10 ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .header__sticky.header-sticky .main-menu-10 ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .header__sticky.header-sticky .main-menu-10 ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .header__sticky.header-sticky .main-menu-10 ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.header__sticky.header-sticky .main-menu-10 ul li:hover > a {
  color: var(--tp-theme-10);
}

.header__sticky.header-sticky .main-menu-10 ul li:hover > a::after {
  color: var(--tp-theme-10);
}

.header__lang {
  position: relative;
  z-index: 99;
}

[dir="ltr"] .header__lang {
  padding-right: 0;
}

[dir="rtl"] .header__lang {
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .header__lang {
  margin-left: 0;
  padding-left: 0;
  padding-right: 28px;
}

[dir="rtl"] [dir=rtl] .header__lang {
  margin-right: 0;
  padding-right: 0;
  padding-left: 28px;
}

[dir="ltr"] [dir=rtl] [dir=rtl] .header__lang {
  margin-right: 0;
  padding-right: 0;
  padding-left: 28px;
}

[dir="rtl"] [dir=rtl] [dir=rtl] .header__lang {
  margin-left: 0;
  padding-left: 0;
  padding-right: 28px;
}

.header__lang .nice-select {
  padding: 0;
  font-size: 14px;
  border: 0;
  color: var(--tp-common-white);
  background-color: transparent;
}

[dir="ltr"] .header__lang .nice-select {
  padding-right: 18px;
  padding-left: 28px;
}

[dir="rtl"] .header__lang .nice-select {
  padding-left: 18px;
  padding-right: 28px;
}

[dir=rtl] .header__lang .nice-select {
  padding-right: 28px;
  padding-left: 28px;
}

.header__lang .nice-select .current {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
}

.header__lang .nice-select .list {
  border-radius: 0;
  margin-top: 0;
}

[dir="ltr"] .header__lang .nice-select .list {
  left: auto;
  right: 0;
}

[dir="rtl"] .header__lang .nice-select .list {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .header__lang .nice-select .list {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .header__lang .nice-select .list {
  right: 0;
  left: auto;
}

.header__lang .nice-select .list .option {
  color: var(--tp-text-1);
}

.header__lang .nice-select .list .option:hover, .header__lang .nice-select .list .option.selected.focus {
  color: var(--tp-theme-1);
}

.header__lang-selected-lang {
  color: var(--tp-common-white-op-7);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  position: relative;
}

[dir="ltr"] .header__lang-selected-lang {
  padding-right: 15px;
}

[dir="rtl"] .header__lang-selected-lang {
  padding-left: 15px;
}

[dir="ltr"] [dir=rtl] .header__lang-selected-lang {
  padding-left: 15px;
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .header__lang-selected-lang {
  padding-right: 15px;
  padding-left: 0;
}

.header__lang-selected-lang:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}

.header__lang-selected-lang:hover::after {
  color: var(--tp-theme-1);
}

.header__lang-selected-lang::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  transform: translateY(-50%);
  color: var(--tp-common-white);
  font-size: 14px;
  font-family: var(--tp-ff-fontawesome);
}

[dir="ltr"] .header__lang-selected-lang::after {
  right: 0;
}

[dir="rtl"] .header__lang-selected-lang::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .header__lang-selected-lang::after {
  right: auto;
  left: -15px;
}

[dir="rtl"] [dir=rtl] .header__lang-selected-lang::after {
  left: auto;
  right: -15px;
}

.header__lang-list {
  position: absolute;
  top: 120%;
  background-color: var(--tp-common-white);
  z-index: 11;
  padding: 15px 15px;
  min-width: 100px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}

[dir="ltr"] .header__lang-list {
  right: 0;
}

[dir="rtl"] .header__lang-list {
  left: 0;
}

[dir="ltr"] [dir=rtl] .header__lang-list {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .header__lang-list {
  left: auto;
  right: 0;
}

.header__lang-list.tp-lang-list-open {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.header__lang-list li {
  list-style: none;
  color: var(--tp-common-black);
}

[dir="ltr"] .header__lang-list li {
  text-align: left;
}

[dir="rtl"] .header__lang-list li {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .header__lang-list li {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .header__lang-list li {
  text-align: left;
}

.header__lang-list li:hover {
  color: var(--tp-theme-1);
  cursor: pointer;
}

.header__lang-10 {
  padding-top: 5px;
  padding-bottom: 6px;
}

[dir="ltr"] .header__lang-10 {
  padding-left: 0;
}

[dir="rtl"] .header__lang-10 {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .header__lang-10 {
  margin-left: 0;
  padding-right: 20px;
}

[dir="rtl"] [dir=rtl] .header__lang-10 {
  margin-right: 0;
  padding-left: 20px;
}

.header__lang-10 .header__lang-selected-lang {
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}

.header__lang-10 .header__lang-list {
  border-radius: 4px;
}

.header__lang-10 .header__lang-list li:hover {
  color: var(--tp-theme-10);
}

.header__lang-10:hover .header__lang-selected-lang {
  color: var(--tp-common-white);
}

.header__lang-10:hover .header__lang-selected-lang::after {
  color: var(--tp-common-white);
}

.header__social ul {
  display: flex;
}

.header__social ul li {
  list-style: none;
  text-align: center;
}

.header__social ul li a {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-common-white);
  padding: 22px 20px;
  width: 54px;
}

[dir="ltr"] .header__social ul li a {
  border-left: 1px solid var(--tp-border-1);
}

[dir="rtl"] .header__social ul li a {
  border-right: 1px solid var(--tp-border-1);
}

[dir="ltr"] [dir=rtl] .header__social ul li a {
  border-left: 0;
  border-right: 1px solid var(--tp-border-1);
}

[dir="rtl"] [dir=rtl] .header__social ul li a {
  border-right: 0;
  border-left: 1px solid var(--tp-border-1);
}

.header__social ul li a:hover {
  background-color: rgba(255, 255, 255, 0.03);
  color: var(--tp-theme-3);
}

.header__social-10 ul {
  display: flex;
}

.header__social-10 ul li {
  list-style: none;
  position: relative;
}

.header__social-10 ul li::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.16);
}

[dir="ltr"] .header__social-10 ul li::after {
  right: 0;
}

[dir="rtl"] .header__social-10 ul li::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .header__social-10 ul li::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .header__social-10 ul li::after {
  right: 0;
  left: auto;
}

.header__social-10 ul li a {
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  width: 54px;
  text-align: center;
  padding: 6px 0;
}

.header__social-10 ul li a:hover {
  color: var(--tp-common-white);
}

.header__intro p {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-common-black-2);
  text-transform: uppercase;
  margin-bottom: 0;
}

[dir="ltr"] [dir=rtl] .header__btn-5 {
  margin-left: 0;
  margin-right: 30px;
}

[dir="rtl"] [dir=rtl] .header__btn-5 {
  margin-right: 0;
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .header__btn-7 a:last-child {
  margin-right: 30px;
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .header__btn-7 a:last-child {
  margin-left: 30px;
  margin-right: 0;
}

[dir="ltr"] [dir=rtl] .header__btn-10 {
  margin-left: 0;
  margin-right: 30px;
}

[dir="rtl"] [dir=rtl] .header__btn-10 {
  margin-right: 0;
  margin-left: 30px;
}

.header__btn-12 .header-btn-12 {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-white);
}

.header__btn-12 .header-btn-12-icon span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 50%;
}

[dir="ltr"] .header__btn-12 .header-btn-12-icon span {
  margin-left: 15px;
}

[dir="rtl"] .header__btn-12 .header-btn-12-icon span {
  margin-right: 15px;
}

[dir="ltr"] [dir=rtl] .header__btn-12 .header-btn-12-icon span {
  margin-left: 0;
  margin-right: 15px;
}

[dir="rtl"] [dir=rtl] .header__btn-12 .header-btn-12-icon span {
  margin-right: 0;
  margin-left: 15px;
}

.header__btn-12 .header-btn-12-icon span svg {
  transform: translateY(-2px);
}

.header__btn-12 .header-btn-12:hover {
  color: var(--tp-common-white);
}

.header__btn-12 .header-btn-12:hover .header-btn-12-icon span {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .header__welcome {
    margin-left: -35px;
  }

  [dir="rtl"] .header__welcome {
    margin-right: -35px;
  }

  [dir="ltr"] [dir=rtl] .header__welcome {
    margin-left: 0;
    margin-right: -35px;
  }

  [dir="rtl"] [dir=rtl] .header__welcome {
    margin-right: 0;
    margin-left: -35px;
  }
}

.header__welcome p {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}

[dir="ltr"] .header__welcome p {
  padding-right: 20px;
  margin-right: 15px;
}

[dir="rtl"] .header__welcome p {
  padding-left: 20px;
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .header__welcome p {
  padding-right: 0;
  margin-right: 0;
  padding-left: 20px;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .header__welcome p {
  padding-left: 0;
  margin-left: 0;
  padding-right: 20px;
  margin-right: 15px;
}

[dir="ltr"] .header__welcome p:last-child {
  margin-right: 0;
  padding-right: 0;
}

[dir="rtl"] .header__welcome p:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .header__welcome p:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .header__welcome p:last-child {
  margin-right: 0;
  padding-right: 0;
}

.header__welcome p:last-child::after {
  display: none;
}

.header__welcome p::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tp-text-1);
  width: 1px;
  height: 34px;
  opacity: 0.2;
}

[dir="ltr"] .header__welcome p::after {
  right: 0;
}

[dir="rtl"] .header__welcome p::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .header__welcome p::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .header__welcome p::after {
  left: auto;
  right: 0;
}

.header__welcome p i {
  color: var(--tp-theme-4);
}

[dir="ltr"] .header__welcome p i {
  margin-right: 3px;
}

[dir="rtl"] .header__welcome p i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .header__welcome p i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .header__welcome p i {
  margin-left: 0;
  margin-right: 3px;
}

.header__padding-2 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.header__padding-4 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__padding-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header__padding-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.header__padding-7 {
  padding-left: 185px;
  padding-right: 185px;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .header__padding-7 {
    padding-left: 145px;
    padding-right: 145px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header__padding-7 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header__padding-7 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header__padding-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .header__padding-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .header__padding-7 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.header__call-icon span {
  display: inline-block;
  font-size: 24px;
  color: var(--tp-theme-5);
  margin-top: 5px;
}

[dir="ltr"] .header__call-icon span {
  margin-right: 13px;
}

[dir="rtl"] .header__call-icon span {
  margin-left: 13px;
}

[dir="ltr"] [dir=rtl] .header__call-icon span {
  margin-right: 0;
  margin-left: 13px;
}

[dir="rtl"] [dir=rtl] .header__call-icon span {
  margin-left: 0;
  margin-right: 13px;
}

.header__call-icon span svg {
  transform: translateY(-2px);
}

.header__call-content p {
  color: var(--tp-text-15);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--tp-ff-space);
  line-height: 1.3;
}

.header__call-content h4, .header__call-content .h4 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.header__gradient-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background-image: -o-linear-gradient(-90deg, #4353ff 0%, #02d1ff 34.9%, #ffc56d 69.27%, #fd5c2d 100%);
  animation: gadientbg 2s ease-in-out 1s forwards infinite alternate;
  background-size: 200% 200%;
}

[dir="ltr"] .header__gradient-bg {
  left: 0;
  background-image: linear-gradient(-90deg, #4353ff 0%, #02d1ff 34.9%, #ffc56d 69.27%, #fd5c2d 100%);
}

[dir="rtl"] .header__gradient-bg {
  right: 0;
  background-image: linear-gradient(90deg, #4353ff 0%, #02d1ff 34.9%, #ffc56d 69.27%, #fd5c2d 100%);
}

.header__style-4 {
  display: none;
}

.header__white .logo .logo-dark {
  display: block;
}

.header__white .logo .logo-light {
  display: none;
}

.header__white.header__white-slider .logo .logo-dark {
  display: none;
}

.header__white.header__white-slider .logo .logo-light {
  display: block;
}

.header__white.header__white-slider .main-menu ul li a {
  color: var(--tp-common-white);
}

.header__white.header__white-slider .main-menu ul li a::after {
  color: var(--tp-common-white);
}

.header__white.header__white-slider .main-menu ul li .submenu li a {
  color: var(--tp-common-black);
}

.header__white.header__white-slider .main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-1);
}

.header__white.header__white-slider .main-menu ul li .mega-menu li a {
  color: var(--tp-common-black);
}

.header__white.header__white-slider .main-menu ul li .mega-menu li a.mega-menu-title {
  color: #7d7d82;
}

.header__white.header__white-slider .main-menu ul li .mega-menu li:hover > a {
  color: var(--tp-theme-1);
}

.header__white.header__white-slider .header__info-11 ul li span {
  color: var(--tp-common-white);
}

.header__white.header__white-slider .header__info-11 ul li span a:hover {
  color: var(--tp-theme-1);
}

.header__white.header__white-slider .header__action-11 ul li a {
  color: var(--tp-common-white);
}

.header__white.header__white-slider .header__action-11 ul li a:hover {
  color: var(--tp-theme-1);
}

.header__white.header__white-slider .hamburger-btn-text span {
  background-color: var(--tp-common-white);
  color: var(--tp-common-white);
}

.header__white.header__white-slider .hamburger-btn-text::after {
  color: var(--tp-common-white);
}

.header__white.header__white-slider .hamburger-btn-text:hover::after {
  color: var(--tp-theme-1);
}

.header__white.header__white-slider .hamburger-btn-text:hover span {
  background-color: var(--tp-theme-1);
}

.header__black .logo-border::after {
  background-color: rgba(3, 4, 28, 0.08);
}

.header__black .header__bottom-border {
  border-top: 0;
  border-color: rgba(3, 4, 28, 0.08);
}

.header__black .main-menu ul li a {
  color: var(--tp-common-black);
}

.header__black .main-menu ul li a::after {
  color: var(--tp-common-black);
}

.header__black .main-menu ul li.has-dropdown a::after {
  color: var(--tp-common-black);
}

.header__black .main-menu ul li .submenu li a {
  color: var(--tp-common-black);
}

.header__black .main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-1);
}

.header__black .main-menu ul li .mega-menu li a {
  color: var(--tp-common-black);
}

.header__black .main-menu ul li .mega-menu li a.mega-menu-title {
  color: #7d7d82;
}

.header__black .main-menu ul li .mega-menu li:hover > a {
  color: var(--tp-theme-1);
}

.header__black .main-menu ul li:hover a::after {
  color: var(--tp-theme-1);
}

.header__black .header__action ul::before {
  background-color: rgba(3, 4, 28, 0.08);
}

.header__black .header__action ul li::after {
  background-color: rgba(3, 4, 28, 0.08);
}

.header__black .header__action ul li a {
  color: var(--tp-common-black);
}

.header__black .header__action ul li a:hover {
  color: var(--tp-theme-1);
}

.header__black .hamburger-btn-black:hover span {
  background-color: var(--tp-theme-1);
}

.header__black-3 .main-menu ul li a {
  color: var(--tp-text-1);
}

.header__black-3 .main-menu ul li a::after {
  color: var(--tp-text-1);
}

.header__black-3 .main-menu ul li.has-dropdown a::after {
  color: var(--tp-text-1);
}

.header__black-3 .main-menu ul li .submenu li a {
  color: var(--tp-text-1);
}

.header__black-3 .main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-1);
}

.header__black-3 .main-menu ul li .mega-menu li a {
  color: var(--tp-text-1);
}

.header__black-3 .main-menu ul li .mega-menu li a.mega-menu-title {
  color: #7d7d82;
}

.header__black-3 .main-menu ul li .mega-menu li:hover > a {
  color: var(--tp-theme-1);
}

.header__black-3 .main-menu ul li:hover a::after {
  color: var(--tp-theme-1);
}

.header__black-3 .header__action ul::before {
  background-color: rgba(3, 4, 28, 0.08);
}

.header__black-3 .header__action ul li::after {
  background-color: rgba(3, 4, 28, 0.08);
}

.header__black-3 .header__action ul li a {
  color: var(--tp-common-black);
}

.header__black-3 .header__action ul li a:hover {
  color: var(--tp-theme-1);
}

.header__black-3 .hamburger-btn-black:hover span {
  background-color: var(--tp-theme-1);
}

.header__white-solid {
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  background-color: var(--tp-common-white);
  position: relative;
  z-index: 99;
}

.header__white-solid .hamburger-btn-black:hover span {
  background-color: var(--tp-theme-1);
}

.header__white-solid .main-menu ul li.has-dropdown > a::after {
  color: var(--tp-common-black);
}

.header__white-solid .main-menu ul li a {
  color: var(--tp-common-black);
  padding: 19px 0;
}

.header__white-solid .main-menu ul li a::after {
  color: var(--tp-common-black);
}

.header__white-solid .main-menu ul li .submenu li a {
  color: var(--tp-common-black);
}

.header__white-solid .main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-1);
}

.header__white-solid .main-menu ul li .mega-menu li a {
  color: var(--tp-common-black);
}

.header__white-solid .main-menu ul li .mega-menu li a.mega-menu-title {
  color: #7d7d82;
}

.header__white-solid .main-menu ul li .mega-menu li:hover > a {
  color: var(--tp-theme-1);
}

.header__white-solid .main-menu ul li:hover > a::after {
  color: var(--tp-theme-1);
}

.header__white-solid .logo-border::after {
  background-color: #eaeaef;
  top: -5px;
  height: 116%;
}

.header__white-solid .header__action ul::before {
  background-color: #eaeaef;
}

.header__white-solid .header__action ul li {
  height: 66px;
  width: 70px;
  line-height: 64px;
}

.header__white-solid .header__action ul li::after {
  background-color: #eaeaef;
}

.header__white-solid .header__action ul li a {
  color: var(--tp-common-black);
}

.header__white-solid .header__action ul li a:hover {
  color: var(--tp-theme-1);
}

.header__white-solid .header__info ul li {
  padding: 5px 0;
}

[dir="ltr"] .header__white-solid .header__info ul li {
  padding-right: 20px;
}

[dir="rtl"] .header__white-solid .header__info ul li {
  padding-left: 20px;
}

[dir="ltr"] [dir=rtl] .header__white-solid .header__info ul li {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] [dir=rtl] .header__white-solid .header__info ul li {
  padding-right: 0;
  padding-left: 20px;
}

.header__white-solid .header__info ul li::after {
  background-color: #eaeaef;
}

.header__white-solid .header__info ul li a, .header__white-solid .header__info ul li span {
  color: var(--tp-text-1);
  font-weight: 400;
}

.header__white-solid .header__info ul li a:hover, .header__white-solid .header__info ul li span:hover {
  color: var(--tp-theme-1);
}

.header__white-solid .header__info ul li a:hover span, .header__white-solid .header__info ul li span:hover span {
  color: var(--tp-theme-1);
}

.header__white-solid .header__lang {
  position: relative;
  padding: 4px 28px;
  z-index: 99;
}

[dir="ltr"] .header__white-solid .header__lang {
  padding-right: 0;
}

[dir="rtl"] .header__white-solid .header__lang {
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .header__white-solid .header__lang {
  padding-left: 0;
  padding-right: 28px;
}

[dir="rtl"] [dir=rtl] .header__white-solid .header__lang {
  padding-right: 0;
  padding-left: 28px;
}

.header__white-solid .header__lang .nice-select {
  padding: 0;
  font-size: 14px;
  border: 0;
  color: var(--tp-common-white);
  background-color: transparent;
}

[dir="ltr"] .header__white-solid .header__lang .nice-select {
  padding-right: 18px;
  padding-left: 28px;
}

[dir="rtl"] .header__white-solid .header__lang .nice-select {
  padding-left: 18px;
  padding-right: 28px;
}

[dir="ltr"] [dir=rtl] .header__white-solid .header__lang .nice-select {
  padding-right: 28px;
  padding-left: 18px;
}

[dir="rtl"] [dir=rtl] .header__white-solid .header__lang .nice-select {
  padding-left: 28px;
  padding-right: 18px;
}

.header__white-solid .header__lang .nice-select .current {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
}

.header__white-solid .header__lang .nice-select .list {
  border-radius: 0;
  margin-top: 0;
}

[dir="ltr"] .header__white-solid .header__lang .nice-select .list {
  left: auto;
  right: 0;
}

[dir="rtl"] .header__white-solid .header__lang .nice-select .list {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .header__white-solid .header__lang .nice-select .list {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .header__white-solid .header__lang .nice-select .list {
  right: 0;
  left: auto;
}

.header__white-solid .header__lang .nice-select .list .option {
  color: var(--tp-text-1);
}

.header__white-solid .header__lang .nice-select .list .option:hover, .header__white-solid .header__lang .nice-select .list .option.selected.focus {
  color: var(--tp-theme-1);
}

.header__white-solid .header__lang-selected-lang {
  color: rgba(82, 82, 88, 0.8);
}

.header__white-solid .header__lang-selected-lang:hover {
  cursor: pointer;
  color: var(--tp-theme-1);
}

.header__white-solid .header__lang-selected-lang:hover::after {
  color: var(--tp-theme-1);
}

.header__white-solid .header__lang-selected-lang::after {
  color: var(--tp-text-1);
}

.header__white-solid .header__lang-list {
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
}

.header__white-solid .header__lang-list li:hover {
  color: var(--tp-theme-1);
  cursor: pointer;
}

.header__white-solid .header__lang:hover .header__white-solid .header__lang-selected-lang {
  color: var(--tp-theme-1);
}

.header__white-solid .header__lang:hover .header__white-solid .header__lang-selected-lang::after {
  color: var(--tp-theme-1);
}

.header__white-solid .header__lang:hover .header__white-solid .header__lang-list {
  visibility: visible;
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}

.header__white-solid-2 {
  background-color: transparent;
}

.header__simple {
  background-color: var(--tp-common-white);
  padding-top: 25px;
}

.header__simple .hamburger-btn-black {
  top: -7px;
}

.header__shadow {
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
}

/*----------------------------------------*/
/*  04. MENU CSS START
/*----------------------------------------*/
[dir="ltr"] [dir=rtl] .main-menu {
  padding-left: 0;
  padding-right: 55px;
}

[dir="rtl"] [dir=rtl] .main-menu {
  padding-right: 0;
  padding-left: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu {
    padding-left: 30px;
  }

  [dir="rtl"] .main-menu {
    padding-right: 30px;
  }

  [dir="ltr"] [dir=rtl] .main-menu {
    padding-left: 0;
    padding-right: 30px;
  }

  [dir="rtl"] [dir=rtl] .main-menu {
    padding-right: 0;
    padding-left: 30px;
  }
}

.main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  /* submenu css start */
  /* mega menu start */
}

[dir="ltr"] .main-menu ul li {
  margin-right: 30px;
}

[dir="rtl"] .main-menu ul li {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .main-menu ul li {
  margin-right: 0;
  margin-left: 34px;
}

[dir="rtl"] [dir=rtl] .main-menu ul li {
  margin-left: 0;
  margin-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu ul li {
    margin-left: 25px;
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu ul li {
    margin-right: 25px;
    margin-left: 0;
  }
}

[dir="ltr"] .main-menu ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu ul li:last-child {
  margin-right: 0;
}

.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  padding: 16px 0;
}

[dir="ltr"] .main-menu ul li a {
  text-align: left;
}

[dir="rtl"] .main-menu ul li a {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .main-menu ul li a {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .main-menu ul li a {
  text-align: left;
}

.main-menu ul li.has-dropdown > a {
  position: relative;
}

.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  transform: translateY(1px);
  font-size: 14px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-fontawesome);
  font-weight: 400;
  display: inline-block;
}

[dir="ltr"] .main-menu ul li.has-dropdown > a::after {
  margin-left: 5px;
}

[dir="rtl"] .main-menu ul li.has-dropdown > a::after {
  margin-right: 5px;
}

[dir="ltr"] [dir=rtl] .main-menu ul li.has-dropdown > a::after {
  margin-right: 5px;
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu ul li.has-dropdown > a::after {
  margin-left: 5px;
  margin-right: 0;
}

.main-menu ul li.has-mega-menu {
  position: static;
}

.main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  min-width: 200px;
  background: var(--tp-common-white);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  padding: 25px 0 5px;
  background: var(--tp-common-white);
  transform: scaleY(0);
  -ms-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  -o-box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
}

[dir="ltr"] .main-menu ul li .submenu {
  left: 0;
}

[dir="rtl"] .main-menu ul li .submenu {
  right: 0;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .submenu {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .submenu {
  right: auto;
  left: 0;
}

.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: translateY(-10px);
}

.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  color: var(--tp-common-black);
}

[dir="ltr"] .main-menu ul li .submenu li.has-dropdown > a::after {
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
}

[dir="rtl"] .main-menu ul li .submenu li.has-dropdown > a::after {
  left: 25px;
  transform: translateY(-50%) rotate(90deg);
}

[dir="ltr"] [dir=rtl] .main-menu ul li .submenu li.has-dropdown > a::after {
  right: auto;
  left: 25px;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .submenu li.has-dropdown > a::after {
  left: auto;
  right: 25px;
}

.main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  color: var(--tp-common-black);
  font-weight: 400;
  font-size: 14px;
  padding: 0 25px;
  padding-bottom: 1px;
  width: 100%;
}

.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .main-menu ul li .submenu li a::before {
  left: 25px;
}

[dir="rtl"] .main-menu ul li .submenu li a::before {
  right: 25px;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .submenu li a::before {
  left: auto;
  right: 25px;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .submenu li a::before {
  right: auto;
  left: 25px;
}

.main-menu ul li .submenu li .submenu {
  top: 0;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .main-menu ul li .submenu li .submenu {
  left: 100%;
}

[dir="rtl"] .main-menu ul li .submenu li .submenu {
  right: 100%;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .submenu li .submenu {
  left: auto;
  right: 100%;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .submenu li .submenu {
  right: auto;
  left: 100%;
}

.main-menu ul li .submenu li:hover > a {
  color: var(--tp-theme-1);
}

[dir="ltr"] .main-menu ul li .submenu li:hover > a {
  padding-left: 43px;
}

[dir="rtl"] .main-menu ul li .submenu li:hover > a {
  padding-right: 43px;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .submenu li:hover > a {
  padding-left: 0;
  padding-right: 43px;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .submenu li:hover > a {
  padding-right: 0;
  padding-left: 43px;
}

.main-menu ul li .submenu li:hover > a::before {
  width: 12px;
}

.main-menu ul li .submenu li:hover > a::after {
  color: var(--tp-theme-1);
}

.main-menu ul li .submenu li:hover > .submenu {
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.main-menu ul li .mega-menu {
  position: absolute;
  top: 100%;
  padding: 30px 40px;
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  z-index: 99;
}

[dir="ltr"] .main-menu ul li .mega-menu {
  left: 0;
}

[dir="rtl"] .main-menu ul li .mega-menu {
  right: 0;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .mega-menu {
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .mega-menu {
  left: 0;
  right: auto;
}

.main-menu ul li .mega-menu li {
  width: 25%;
}

[dir="ltr"] .main-menu ul li .mega-menu li {
  float: left;
  margin-right: 0;
  text-align: left;
}

[dir="rtl"] .main-menu ul li .mega-menu li {
  float: right;
  margin-left: 0;
  text-align: right;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .mega-menu li {
  float: right;
  margin-left: 0;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .mega-menu li {
  float: left;
  margin-right: 0;
  text-align: left;
}

.main-menu ul li .mega-menu li .mega-menu-title {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7d7d82;
  cursor: text;
  padding: 0;
  display: inline-block;
  margin-bottom: 10px;
}

.main-menu ul li .mega-menu li .mega-menu-title::before {
  display: none;
}

.main-menu ul li .mega-menu li ul li {
  width: 100%;
  float: none;
  margin-bottom: 2px;
}

.main-menu ul li .mega-menu li ul li:last-child {
  margin-bottom: 0;
}

.main-menu ul li .mega-menu li ul li a {
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-black);
  padding: 0;
  position: relative;
}

.main-menu ul li .mega-menu li ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .main-menu ul li .mega-menu li ul li a::before {
  left: 0;
  right: auto;
}

[dir="rtl"] .main-menu ul li .mega-menu li ul li a::before {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .mega-menu li ul li a::before {
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .mega-menu li ul li a::before {
  left: 0;
  right: auto;
}

.main-menu ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-1);
}

[dir="ltr"] .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-left: 0;
}

[dir="rtl"] .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .mega-menu li:hover > .mega-menu-title {
  padding-left: 0;
}

.main-menu ul li .mega-menu li:hover > a {
  color: var(--tp-theme-1);
}

[dir="ltr"] .main-menu ul li .mega-menu li:hover > a {
  padding-left: 18px;
}

[dir="rtl"] .main-menu ul li .mega-menu li:hover > a {
  padding-right: 18px;
}

[dir="ltr"] [dir=rtl] .main-menu ul li .mega-menu li:hover > a {
  padding-left: 0;
  padding-right: 18px;
}

[dir="rtl"] [dir=rtl] .main-menu ul li .mega-menu li:hover > a {
  padding-right: 0;
  padding-left: 18px;
}

.main-menu ul li .mega-menu li:hover > a::before {
  width: 12px;
}

.main-menu ul li:hover > a {
  color: var(--tp-theme-1);
}

.main-menu ul li:hover > a::after {
  color: var(--tp-theme-1);
}

.main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.main-menu ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.main-menu-ff-space ul li a {
  font-family: var(--tp-ff-space);
}

.main-menu-ff-syne ul li a {
  font-family: var(--tp-ff-syne);
}

.main-menu-2 {
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-2 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-3 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-3 {
    padding-left: 0;
  }
}

[dir="ltr"] .main-menu-3 ul li {
  margin-right: 25px;
}

[dir="rtl"] .main-menu-3 ul li {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .main-menu-3 ul li {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .main-menu-3 ul li {
  margin-left: 0;
  margin-right: 25px;
}

[dir="ltr"] .main-menu-3 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-3 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-3 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-3 ul li:last-child {
  margin-right: 0;
}

.main-menu-3 ul li a {
  color: var(--tp-common-white);
  padding: 21px 0;
}

.main-menu-3 ul li .submenu {
  background-color: var(--tp-common-black-5);
  border: 1px solid var(--tp-border-1);
}

.main-menu-3 ul li .submenu li a {
  color: var(--tp-common-white);
}

.main-menu-3 ul li .submenu li.has-dropdown > a::after {
  color: var(--tp-common-white);
}

.main-menu-3 ul li .submenu li.has-dropdown:hover > a::after {
  color: var(--tp-theme-3);
}

.main-menu-3 ul li .mega-menu {
  background-color: var(--tp-common-black-5);
  border: 1px solid var(--tp-border-1);
}

.main-menu-3 ul li .mega-menu li .mega-menu-title {
  color: rgba(255, 255, 255, 0.7);
}

.main-menu-3 ul li .mega-menu li ul li a {
  color: var(--tp-common-white);
}

.main-menu-3 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-3);
}

.main-menu-3 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-3);
}

.main-menu-3 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-3);
}

.main-menu-3 ul li:hover > a {
  color: var(--tp-theme-3);
}

.main-menu-3 ul li:hover > a::after {
  color: var(--tp-theme-3);
}

[dir="ltr"] [dir=rtl] .main-menu-4 {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-4 {
  padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-4 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-4 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-4 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-4 {
    padding-left: 0;
  }
}

[dir="ltr"] .main-menu-4 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-4 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-4 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-4 ul li:last-child {
  margin-right: 0;
}

.main-menu-4 ul li a {
  color: var(--tp-common-white);
  padding: 11px 0;
}

.main-menu-4 ul li a::before {
  position: absolute;
  content: "";
  bottom: -2px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-4);
}

[dir="ltr"] .main-menu-4 ul li a::before {
  left: auto;
  right: 0;
}

[dir="rtl"] .main-menu-4 ul li a::before {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-4 ul li a::before {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .main-menu-4 ul li a::before {
  right: 0;
  left: auto;
}

.main-menu-4 ul li.has-dropdown a::after {
  color: var(--tp-common-white);
}

.main-menu-4 ul li .submenu li a {
  color: var(--tp-common-black);
}

.main-menu-4 ul li .submenu li a::before {
  background-color: var(--tp-theme-4);
}

.main-menu-4 ul li .submenu li:hover > a {
  color: var(--tp-theme-4);
}

.main-menu-4 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-4);
}

.main-menu-4 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-4);
}

.main-menu-4 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-4);
}

.main-menu-4 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-4);
}

.main-menu-4 ul li:hover > a {
  color: var(--tp-theme-4);
}

.main-menu-4 ul li:hover > a::after {
  color: var(--tp-theme-4);
}

.main-menu-4 ul li:hover > a::before {
  width: 100%;
}

[dir="ltr"] .main-menu-4 ul li:hover > a::before {
  left: 0;
  right: auto;
}

[dir="rtl"] .main-menu-4 ul li:hover > a::before {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .main-menu-4 ul li:hover > a::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-4 ul li:hover > a::before {
  right: auto;
  left: 0;
}

[dir="ltr"] .main-menu-5 {
  margin-left: -66px;
  padding-right: 0;
}

[dir="rtl"] .main-menu-5 {
  margin-right: -66px;
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-5 {
  margin-left: 0;
  margin-right: -66px;
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-5 {
  margin-right: 0;
  margin-left: -66px;
  padding-left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .main-menu-5 {
    margin-left: -50px;
  }

  [dir="rtl"] .main-menu-5 {
    margin-right: -50px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-5 {
    margin-left: 0;
    margin-right: -50px;
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-5 {
    margin-right: 0;
    margin-left: -50px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .main-menu-5 {
    margin-left: -45px;
  }

  [dir="rtl"] .main-menu-5 {
    margin-right: -45px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-5 {
    margin-left: 0;
    margin-right: -45px;
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-5 {
    margin-right: 0;
    margin-left: -45px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-5 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-5 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-5 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-5 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-5 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-5 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-5 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-5 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .main-menu-5 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-5 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-5 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-5 ul li:last-child {
  margin-right: 0;
}

.main-menu-5 ul li a {
  color: var(--tp-common-black);
  padding: 25px 0;
}

.main-menu-5 ul li.has-dropdown a::after {
  color: var(--tp-common-black);
}

.main-menu-5 ul li .submenu li a {
  color: var(--tp-common-black);
}

.main-menu-5 ul li .submenu li a::before {
  background-color: var(--tp-theme-5);
}

.main-menu-5 ul li .submenu li:hover > a {
  color: var(--tp-theme-5);
}

.main-menu-5 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-5);
}

.main-menu-5 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-5);
}

.main-menu-5 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-5);
}

.main-menu-5 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-5);
}

.main-menu-5 ul li:hover > a {
  color: var(--tp-theme-5);
}

.main-menu-5 ul li:hover > a::after {
  color: var(--tp-theme-5);
}

[dir="ltr"] .main-menu-6 {
  margin-left: 20px;
}

[dir="rtl"] .main-menu-6 {
  margin-right: 20px;
}

[dir="ltr"] [dir=rtl] .main-menu-6 {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] [dir=rtl] .main-menu-6 {
  margin-right: 0;
  margin-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-6 {
    padding-left: 0;
    margin-left: 0;
  }

  [dir="rtl"] .main-menu-6 {
    padding-right: 0;
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-6 {
    padding-right: 0;
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-6 {
    padding-left: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-6 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-6 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-6 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-6 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .main-menu-6 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-6 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-6 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-6 ul li:last-child {
  margin-right: 0;
}

.main-menu-6 ul li a {
  color: var(--tp-common-black-10);
  padding: 25px 0;
  font-size: 15px;
  font-family: var(--tp-ff-roboto);
}

.main-menu-6 ul li.has-dropdown a::after {
  color: var(--tp-common-black-10);
}

.main-menu-6 ul li .submenu li a {
  color: var(--tp-common-black-10);
}

.main-menu-6 ul li .submenu li a::before {
  background-color: var(--tp-theme-6);
}

.main-menu-6 ul li .submenu li:hover > a {
  color: var(--tp-theme-6);
}

.main-menu-6 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-6);
}

.main-menu-6 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-6);
}

.main-menu-6 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-6);
}

.main-menu-6 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-6);
}

.main-menu-6 ul li:hover > a {
  color: var(--tp-theme-6);
}

.main-menu-6 ul li:hover > a::after {
  color: var(--tp-theme-6);
}

[dir="ltr"] [dir=rtl] .main-menu-7 {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-7 {
  padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-7 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-7 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-7 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-7 {
    padding-left: 0;
  }
}

[dir="ltr"] .main-menu-7 ul li {
  margin-right: 40px;
}

[dir="rtl"] .main-menu-7 ul li {
  margin-left: 40px;
}

[dir="ltr"] [dir=rtl] .main-menu-7 ul li {
  margin-right: 0;
  margin-left: 40px;
}

[dir="rtl"] [dir=rtl] .main-menu-7 ul li {
  margin-left: 0;
  margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-7 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-7 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-7 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-7 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .main-menu-7 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-7 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-7 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-7 ul li:last-child {
  margin-right: 0;
}

.main-menu-7 ul li a {
  color: var(--tp-common-black);
  padding: 25px 0;
  font-size: 16px;
  font-weight: 400;
}

.main-menu-7 ul li.has-dropdown a::after {
  color: var(--tp-common-black);
}

.main-menu-7 ul li .submenu li a {
  color: var(--tp-common-black);
}

.main-menu-7 ul li .submenu li a::before {
  background-color: var(--tp-theme-7);
}

.main-menu-7 ul li .submenu li:hover > a {
  color: var(--tp-theme-7);
}

.main-menu-7 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-7);
}

.main-menu-7 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-7);
}

.main-menu-7 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-7);
}

.main-menu-7 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-7);
}

.main-menu-7 ul li:hover > a {
  color: var(--tp-theme-7);
}

.main-menu-7 ul li:hover > a::after {
  color: var(--tp-theme-7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .main-menu-8 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-8 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-8 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-8 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .main-menu-8 ul li {
    margin-right: 30px;
  }

  [dir="rtl"] .main-menu-8 ul li {
    margin-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-8 ul li {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-8 ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-8 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-8 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-8 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-8 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .main-menu-8 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-8 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-8 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-8 ul li:last-child {
  margin-right: 0;
}

.main-menu-8 ul li a {
  color: var(--tp-common-white);
  padding: 35px 0;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tp-ff-p);
}

.main-menu-8 ul li.has-dropdown a::after {
  color: var(--tp-common-white);
}

.main-menu-8 ul li .submenu li a::before {
  background-color: var(--tp-theme-8);
}

.main-menu-8 ul li .submenu li:hover > a {
  color: var(--tp-theme-8);
}

.main-menu-8 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-8);
}

.main-menu-8 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-8);
}

.main-menu-8 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-8);
}

.main-menu-8 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-8);
}

.main-menu-8 ul li:hover > a {
  color: var(--tp-theme-8);
}

.main-menu-8 ul li:hover > a::after {
  color: var(--tp-theme-8);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-9 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-9 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-9 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-9 {
    padding-left: 0;
  }
}

[dir="ltr"] .main-menu-9 ul li {
  margin-right: 35px;
}

[dir="rtl"] .main-menu-9 ul li {
  margin-left: 35px;
}

[dir="ltr"] [dir=rtl] .main-menu-9 ul li {
  margin-right: 0;
  margin-left: 35px;
}

[dir="rtl"] [dir=rtl] .main-menu-9 ul li {
  margin-left: 0;
  margin-right: 35px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .main-menu-9 ul li {
    margin-right: 30px;
  }

  [dir="rtl"] .main-menu-9 ul li {
    margin-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-9 ul li {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-9 ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-9 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-9 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-9 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-9 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .main-menu-9 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-9 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-9 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-9 ul li:last-child {
  margin-right: 0;
}

.main-menu-9 ul li a {
  font-family: var(--tp-ff-syne);
  font-weight: 500;
  font-size: 16px;
  color: rgba(5, 18, 20, 0.8);
  padding: 30px 0;
}

.main-menu-9 ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 34px;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
}

.main-menu-9 ul li.has-dropdown a::after {
  color: rgba(5, 18, 20, 0.8);
}

.main-menu-9 ul li .submenu li.has-dropdown a::after {
  color: rgba(5, 18, 20, 0.8);
}

.main-menu-9 ul li .submenu li a {
  color: rgba(5, 18, 20, 0.8);
}

.main-menu-9 ul li .submenu li a::before {
  background-color: var(--tp-common-black);
}

[dir="ltr"] .main-menu-9 ul li .submenu li a::before {
  right: auto;
  left: 25px;
}

[dir="rtl"] .main-menu-9 ul li .submenu li a::before {
  left: auto;
  right: 25px;
}

.main-menu-9 ul li .submenu li:hover > a {
  color: var(--tp-common-black);
}

.main-menu-9 ul li .submenu li:hover > a::after {
  color: var(--tp-common-black);
}

.main-menu-9 ul li .submenu li:hover > a::before {
  width: 12px;
}

.main-menu-9 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-9);
}

.main-menu-9 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-9);
}

.main-menu-9 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-9);
}

.main-menu-9 ul li:hover > a {
  color: var(--tp-common-black);
}

.main-menu-9 ul li:hover > a::after {
  color: var(--tp-common-black);
}

.main-menu-9 ul li:hover > a::before {
  width: 100%;
}

[dir="ltr"] .main-menu-10 {
  padding-left: 25px;
}

[dir="rtl"] .main-menu-10 {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .main-menu-10 {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .main-menu-10 {
  padding-right: 0;
  padding-left: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-10 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-10 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-10 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-10 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .main-menu-10 ul li {
    margin-right: 30px;
  }

  [dir="rtl"] .main-menu-10 ul li {
    margin-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-10 ul li {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-10 ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-10 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-10 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-10 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-10 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .main-menu-10 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-10 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-10 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-10 ul li:last-child {
  margin-right: 0;
}

.main-menu-10 ul li a {
  padding: 27px 0;
}

.main-menu-10 ul li.has-dropdown a::after {
  color: white;
}

.main-menu-10 ul li .submenu li a::before {
  background-color: var(--tp-theme-10);
}

[dir="ltr"] .main-menu-10 ul li .submenu li a::before {
  right: auto;
  left: 25px;
}

[dir="rtl"] .main-menu-10 ul li .submenu li a::before {
  left: auto;
  right: 25px;
}

[dir="ltr"] [dir=rtl] .main-menu-10 ul li .submenu li a::before {
  right: 25px;
  left: auto;
}

[dir="rtl"] [dir=rtl] .main-menu-10 ul li .submenu li a::before {
  left: 25px;
  right: auto;
}

.main-menu-10 ul li .submenu li:hover > a {
  color: var(--tp-theme-10);
}

.main-menu-10 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-10);
}

.main-menu-10 ul li .submenu li:hover > a::before {
  width: 12px;
}

.main-menu-10 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-10);
}

.main-menu-10 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-10);
}

.main-menu-10 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-10);
}

.main-menu-10 ul li:hover > a {
  color: var(--tp-theme-10);
}

.main-menu-10 ul li:hover > a::after {
  color: var(--tp-theme-10);
}

.main-menu-10 ul li:hover > a::before {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-11 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-11 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-11 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-11 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .main-menu-11 ul li {
    margin-right: 30px;
  }

  [dir="rtl"] .main-menu-11 ul li {
    margin-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-11 ul li {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-11 ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-11 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-11 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-11 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-11 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .main-menu-11 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-11 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-11 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-11 ul li:last-child {
  margin-right: 0;
}

.main-menu-11 ul li a {
  padding: 27px 0;
  color: var(--tp-common-black-19);
}

.main-menu-11 ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
}

.main-menu-11 ul li.has-dropdown a::after {
  color: var(--tp-common-black-19);
}

.main-menu-11 ul li .submenu li a::before {
  background-color: var(--tp-theme-10);
}

[dir="ltr"] .main-menu-11 ul li .submenu li a::before {
  right: auto;
  left: 25px;
}

[dir="rtl"] .main-menu-11 ul li .submenu li a::before {
  left: auto;
  right: 25px;
}

[dir="ltr"] [dir=rtl] .main-menu-11 ul li .submenu li a::before {
  left: auto;
  right: 25px;
}

[dir="rtl"] [dir=rtl] .main-menu-11 ul li .submenu li a::before {
  right: auto;
  left: 25px;
}

.main-menu-11 ul li .submenu li:hover > a {
  color: var(--tp-theme-10);
}

.main-menu-11 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-10);
}

.main-menu-11 ul li .submenu li:hover > a::before {
  width: 12px;
}

.main-menu-11 ul li .mega-menu li ul li a {
  color: var(--tp-common-black-19);
}

.main-menu-11 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-common-black);
}

.main-menu-11 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-common-black);
}

.main-menu-11 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-common-black);
}

.main-menu-11 ul li:hover > a {
  color: var(--tp-common-black);
}

.main-menu-11 ul li:hover > a::after {
  color: var(--tp-common-black);
}

.main-menu-11 ul li:hover > a::before {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-12 {
    padding-left: 0;
  }

  [dir="rtl"] .main-menu-12 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .main-menu-12 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .main-menu-12 {
    padding-left: 0;
  }
}

[dir="ltr"] .main-menu-12 ul li {
  margin-right: 36px;
}

[dir="rtl"] .main-menu-12 ul li {
  margin-left: 36px;
}

[dir="ltr"] [dir=rtl] .main-menu-12 ul li {
  margin-right: 0;
  margin-left: 36px;
}

[dir="rtl"] [dir=rtl] .main-menu-12 ul li {
  margin-left: 0;
  margin-right: 36px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .main-menu-12 ul li {
    margin-right: 30px;
  }

  [dir="rtl"] .main-menu-12 ul li {
    margin-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-12 ul li {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-12 ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .main-menu-12 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-12 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-12 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-12 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .main-menu-12 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .main-menu-12 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .main-menu-12 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .main-menu-12 ul li:last-child {
  margin-right: 0;
}

.main-menu-12 ul li a {
  padding: 25px 0;
  color: var(--tp-common-black-19);
}

.main-menu-12 ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: 30px;
  width: 0;
  height: 1px;
  background-color: var(--tp-common-black);
}

.main-menu-12 ul li.has-dropdown a::after {
  color: var(--tp-common-black-19);
}

.main-menu-12 ul li .submenu li a::before {
  background-color: var(--tp-theme-10);
}

[dir="ltr"] .main-menu-12 ul li .submenu li a::before {
  right: auto;
  left: 25px;
}

[dir="rtl"] .main-menu-12 ul li .submenu li a::before {
  left: auto;
  right: 25px;
}

[dir="ltr"] [dir=rtl] .main-menu-12 ul li .submenu li a::before {
  right: 25px;
  left: auto;
}

[dir="rtl"] [dir=rtl] .main-menu-12 ul li .submenu li a::before {
  left: 25px;
  right: auto;
}

.main-menu-12 ul li .submenu li:hover > a {
  color: var(--tp-theme-10);
}

.main-menu-12 ul li .submenu li:hover > a::after {
  color: var(--tp-theme-10);
}

.main-menu-12 ul li .submenu li:hover > a::before {
  width: 12px;
}

.main-menu-12 ul li .mega-menu li ul li:hover > a {
  color: var(--tp-theme-10);
}

.main-menu-12 ul li .mega-menu li ul li:hover > a::before {
  background-color: var(--tp-theme-10);
}

.main-menu-12 ul li .mega-menu li:hover > .mega-menu-title {
  color: var(--tp-theme-10);
}

.main-menu-12 ul li:hover > a {
  color: var(--tp-common-black);
}

.main-menu-12 ul li:hover > a::after {
  color: var(--tp-common-black);
}

.main-menu-12 ul li:hover > a::before {
  width: 100%;
}

[dir="ltr"] .main-menu-13 ul li {
  margin-right: 30px;
}

[dir="rtl"] .main-menu-13 ul li {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .main-menu-13 ul li {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .main-menu-13 ul li {
  margin-left: 0;
  margin-right: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .main-menu-13 ul li {
    margin-right: 25px;
  }

  [dir="rtl"] .main-menu-13 ul li {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .main-menu-13 ul li {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .main-menu-13 ul li {
    margin-left: 0;
    margin-right: 25px;
  }
}

.main-menu-13 ul li a {
  font-size: 15px;
  padding: 25px 0;
}

/*----------------------------------------*/
/*  05. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container {
  margin-bottom: 40px;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
  width: 100%;
  padding: 10px 0;
  color: var(--tp-common-black);
  border-top: 1px solid #ebebeb;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
}

[dir="ltr"] [dir=rtl] .mean-container .mean-nav ul li a,
[dir="ltr"] [dir=rtl] .mean-container .mean-nav ul li span {
  float: right;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .mean-container .mean-nav ul li a,
[dir="rtl"] [dir=rtl] .mean-container .mean-nav ul li span {
  float: left;
  text-align: left;
}

.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li span:hover {
  color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li a:hover i,
.mean-container .mean-nav ul li span:hover i {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li.dropdown-opened > a,
.mean-container .mean-nav ul li.dropdown-opened > span {
  color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--tp-common-black);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

[dir=rtl] .mean-container .mean-nav ul li a.mean-expand,
[dir=rtl] .mean-container .mean-nav ul li span.mean-expand {
  text-align: center;
}

[dir="ltr"] [dir=rtl] .mean-container .mean-nav ul li a.mean-expand,
[dir="ltr"] [dir=rtl] .mean-container .mean-nav ul li span.mean-expand {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .mean-container .mean-nav ul li a.mean-expand,
[dir="rtl"] [dir=rtl] .mean-container .mean-nav ul li span.mean-expand {
  left: auto;
  right: 0;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand:hover i,
.mean-container .mean-nav ul li span.mean-expand:hover i {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover i {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  color: var(--tp-common-black);
}

[dir="ltr"] .mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

[dir="rtl"] .mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/*----------------------------------------*/
/*  06. SLIDER CSS START
/*----------------------------------------*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.slider__active .swiper-slide-active .slider__title, .slider__active .swiper-slide-active .slider__title-pre, .slider__active .swiper-slide-active .slider__content, .slider__active .swiper-slide-active .slider__form {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.slider__active .swiper-slide-active .slider__title-8, .slider__active .swiper-slide-active .slider__content-8 p, .slider__active .swiper-slide-active .slider__btn-8 {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.slider__active-11 .swiper-slide-active .slider__title-11, .slider__active-11 .swiper-slide-active .slider__content-11 p, .slider__active-11 .swiper-slide-active .slider__product, .slider__active-11 .swiper-slide-active .slider__btn-11, .slider__active-11 .swiper-slide-active .slider__thumb-11 {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.slider__active-11 .swiper-slide-active .slider__bg-text h3, .slider__active-11 .swiper-slide-active .slider__bg-text .h3 {
  animation-name: fadeInDown;
  animation-fill-mode: both;
}

.slider__active-11 .swiper-slide-active .slider .contact__shape-2 {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}

.slider__active-13 .swiper-slide-active .slider__title-13, .slider__active-13 .swiper-slide-active .slider__title-pre-13, .slider__active-13 .swiper-slide-active .slider__content-13 p, .slider__active-13 .swiper-slide-active .slider__btn-13 {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.slider__active-13 .swiper-slide-active .slider__thumb-13 img {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}

.slider__active-13 .swiper-slide-active .slider__thumb-13-circle {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}

.slider__item {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__item-9 {
    transform: translateY(-65px);
  }
}

.slider__item-11.is-dark {
  background: radial-gradient(50.53% 50.53% at 50.23% 49.47%, #414d59 0%, #1d2631 100%);
}

.slider__item-11.is-dark .slider__bg-text h3, .slider__item-11.is-dark .slider__bg-text .h3 {
  color: #262f3b;
}

.slider__item-11.is-dark .slider__title-11 {
  color: var(--tp-common-white);
}

.slider__item-11.is-dark .slider__content-11 p {
  color: var(--tp-common-white);
}

.slider__item-11.is-dark .slider__product-price {
  color: #34e7f8;
}

.slider__item-11.is-dark .slider__product-price.old-price {
  color: rgba(255, 255, 255, 0.6);
}

.slider__item-11.is-dark .slider__btn-11 .tp-btn-9 {
  border-color: var(--tp-common-white);
  color: var(--tp-common-white);
}

.slider__item-11.is-dark .slider__btn-11 .tp-btn-9:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.slider__item-11.is-pink {
  background: radial-gradient(53.05% 53.05% at 52.29% 45.79%, #f9eeec 0%, #ebd5cf 100%);
}

.slider__item-11.is-pink .slider__bg-text h3, .slider__item-11.is-pink .slider__bg-text .h3 {
  color: #efddd8;
}

.slider__item-11.is-pink .slider__product-price {
  color: #ff4343;
}

.slider__item-11.is-pink .slider__product-price.old-price {
  color: rgba(60, 186, 178, 0.6);
}

.slider__item-11.is-khaki {
  background-color: var(--tp-common-khaki);
}

.slider__item-11.is-khaki .slider__bg-text h3, .slider__item-11.is-khaki .slider__bg-text .h3 {
  color: #e3d7bd;
}

.slider__item-11.is-white {
  background-color: #f2f3f5;
}

.slider__item-11.is-white .slider__bg-text h3, .slider__item-11.is-white .slider__bg-text .h3 {
  color: #e8ebf0;
}

.slider__item-11.swiper-slide-active .product__features-thumb::after, .slider__item-11.swiper-slide-active .product__features-thumb::before {
  transform: scale(1) !important;
}

.slider__item-11.swiper-slide-active .subscribe__thumb::after {
  transform: scale(1);
}

.slider__item-11.swiper-slide-active .subscribe__wrapper-11 p, .slider__item-11.swiper-slide-active .subscribe__title-11, .slider__item-11.swiper-slide-active .subscribe__input-11, .slider__item-11.swiper-slide-active .subscribe__social {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.slider__item-11.swiper-slide-active .contact__list-item-11, .slider__item-11.swiper-slide-active .contact__form-11 {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.slider__item-11.swiper-slide-active .contact__shape-2 {
  animation-name: fadeInRight;
  animation-fill-mode: both;
}

.slider__item-12.swiper-slide-active .slider__title-12 {
  animation-name: tp_slide_up;
}

.slider__item-12.swiper-slide-active .slider__thumb-12 > img {
  animation-name: tp_slide_up;
}

.slider__item-12.swiper-slide-active .slider__thumb-12-shape svg {
  animation-name: tp_slide_left;
}

.slider__item-12.swiper-slide-active .slider__content-12-branding {
  animation-name: tp_slide_up;
}

.slider__height {
  min-height: 950px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__height {
    min-height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height {
    min-height: 750px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height {
    min-height: 650px;
  }
}

@media (max-width: 575px) {
  .slider__height {
    min-height: 750px;
  }
}

.slider__height-3 {
  min-height: 880px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__height-3 {
    min-height: 700px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height-3 {
    min-height: 600px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-3 {
    min-height: 500px;
  }
}

@media (max-width: 575px) {
  .slider__height-3 {
    min-height: 500px;
  }
}

.slider__height-5 {
  min-height: 870px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__height-5 {
    min-height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height-5 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-5 {
    min-height: 650px;
  }
}

@media (max-width: 575px) {
  .slider__height-5 {
    min-height: 750px;
  }
}

.slider__height-6 {
  min-height: 870px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__height-6 {
    min-height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height-6 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-6 {
    min-height: 650px;
  }
}

@media (max-width: 575px) {
  .slider__height-6 {
    min-height: 750px;
  }
}

.slider__height-7 {
  min-height: 950px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__height-7 {
    min-height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height-7 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-7 {
    min-height: 650px;
  }
}

@media (max-width: 575px) {
  .slider__height-7 {
    min-height: 750px;
  }
}

.slider__height-8 {
  min-height: 950px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__height-8 {
    min-height: 650px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height-8 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-8 {
    min-height: 650px;
  }
}

@media (max-width: 575px) {
  .slider__height-8 {
    min-height: 750px;
  }
}

.slider__height-10 {
  min-height: 1050px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__height-10 {
    min-height: 850px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__height-10 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-10 {
    min-height: 650px;
  }
}

@media (max-width: 575px) {
  .slider__height-10 {
    min-height: 750px;
  }
}

.slider__height-11 {
  height: 100vh;
}

.slider__height-12 {
  height: 100vh;
}

.slider__height-13 {
  min-height: 800px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__height-13 {
    min-height: 1000px;
  }
}

@media (max-width: 575px) {
  .slider__height-13 {
    min-height: 700px;
  }
}

.slider__overlay {
  position: relative;
  z-index: 1;
}

.slider__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  background-color: var(--tp-common-blue);
  z-index: -1;
  opacity: 0.4;
}

[dir="ltr"] .slider__overlay::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .slider__overlay::after {
  right: 0;
  left: auto;
}

.slider__overlay-2::after {
  position: absolute;
  content: "";
  top: 0;
  width: 82.5%;
  height: 100%;
  z-index: -1;
  background-color: #d9efef;
}

[dir="ltr"] .slider__overlay-2::after {
  right: 70px;
}

[dir="rtl"] .slider__overlay-2::after {
  left: 70px;
}

[dir="ltr"] [dir=rtl] .slider__overlay-2::after {
  right: auto;
  left: 70px;
}

[dir="rtl"] [dir=rtl] .slider__overlay-2::after {
  left: auto;
  right: 70px;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .slider__overlay-2::after {
    width: 87.5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__overlay-2::after {
    width: 89.5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__overlay-2::after {
    width: 100%;
  }

  [dir="ltr"] .slider__overlay-2::after {
    right: 0;
  }

  [dir="rtl"] .slider__overlay-2::after {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__overlay-2::after {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__overlay-2::after {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__overlay-2::after {
    width: 100%;
  }

  [dir="ltr"] .slider__overlay-2::after {
    right: 0;
  }

  [dir="rtl"] .slider__overlay-2::after {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__overlay-2::after {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__overlay-2::after {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__overlay-2::after {
    width: calc(100% - 70px);
  }

  [dir="ltr"] .slider__overlay-2::after {
    right: 35px;
  }

  [dir="rtl"] .slider__overlay-2::after {
    left: 35px;
  }

  [dir="ltr"] [dir=rtl] .slider__overlay-2::after {
    right: auto;
    left: 35px;
  }

  [dir="rtl"] [dir=rtl] .slider__overlay-2::after {
    left: auto;
    right: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__overlay-2::after {
    width: 100%;
  }

  [dir="ltr"] .slider__overlay-2::after {
    right: 0;
  }

  [dir="rtl"] .slider__overlay-2::after {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__overlay-2::after {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__overlay-2::after {
    left: auto;
    right: 0;
  }
}

.slider__overlay-2-2::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80%;
  height: 245px;
  z-index: -1;
  background-color: var(--tp-grey-7);
}

[dir="ltr"] .slider__overlay-2-2::before {
  left: 0;
  right: 70px;
}

[dir="rtl"] .slider__overlay-2-2::before {
  right: 0;
  left: 70px;
}

[dir="ltr"] [dir=rtl] .slider__overlay-2-2::before {
  left: 70px;
  right: 0;
}

[dir="rtl"] [dir=rtl] .slider__overlay-2-2::before {
  right: 70px;
  left: 0;
}

.slider__overlay-8::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #04040c;
  opacity: 0.4;
  z-index: -1;
}

[dir="ltr"] .slider__overlay-8::after {
  left: 0;
}

[dir="rtl"] .slider__overlay-8::after {
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__thumb-wrapper-2 {
    margin-top: 50px;
  }

  [dir="ltr"] .slider__thumb-wrapper-2 {
    margin-left: 0;
  }

  [dir="rtl"] .slider__thumb-wrapper-2 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-wrapper-2 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-wrapper-2 {
    margin-left: 0;
  }
}

.slider__thumb-wrapper-6 {
  position: relative;
  min-height: 617px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .slider__thumb-wrapper-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__thumb-wrapper-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__thumb-wrapper-6 {
    margin-top: 50px;
  }
}

.slider__thumb-wrapper-6::after {
  position: absolute;
  content: "";
  bottom: 12%;
  width: 55px;
  height: 171px;
  border: 2px solid var(--tp-theme-6);
}

[dir="ltr"] .slider__thumb-wrapper-6::after {
  left: 14%;
}

[dir="rtl"] .slider__thumb-wrapper-6::after {
  right: 14%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-wrapper-6::after {
  left: auto;
  right: 14%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-wrapper-6::after {
  right: auto;
  left: 14%;
}

.slider__thumb-wrapper-6::before {
  position: absolute;
  content: "";
  top: 16%;
  width: 54px;
  height: 338px;
  border: 2px solid var(--tp-common-orange-2);
}

[dir="ltr"] .slider__thumb-wrapper-6::before {
  right: -6%;
}

[dir="rtl"] .slider__thumb-wrapper-6::before {
  left: -6%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-wrapper-6::before {
  right: auto;
  left: -6%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-wrapper-6::before {
  left: auto;
  right: -6%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .slider__thumb-wrapper-6::before {
    right: 0;
  }

  [dir="rtl"] .slider__thumb-wrapper-6::before {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-wrapper-6::before {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-wrapper-6::before {
    left: auto;
    right: 0;
  }
}

.slider__thumb-wrapper-7 {
  position: relative;
}

.slider__thumb-wrapper-7::after {
  position: absolute;
  content: "";
  top: 25%;
  width: 420px;
  height: 420px;
  background-color: #ffc0c0;
  border-radius: 50%;
  z-index: -1;
}

[dir="ltr"] .slider__thumb-wrapper-7::after {
  left: 12%;
}

[dir="rtl"] .slider__thumb-wrapper-7::after {
  right: 12%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-wrapper-7::after {
  left: auto;
  right: 12%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-wrapper-7::after {
  right: auto;
  left: 12%;
}

.slider__thumb-4 {
  transform: translateY(110px);
  padding-top: 40px;
  background-color: var(--tp-common-green-dark);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider__thumb-4 {
    margin-right: 76px;
  }

  [dir="rtl"] .slider__thumb-4 {
    margin-left: 76px;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-4 {
    margin-right: 0;
    margin-left: 76px;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-4 {
    margin-left: 0;
    margin-right: 76px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__thumb-4 {
    padding-top: 0;
    transform: translateY(0);
  }
}

.slider__thumb-4 img {
  background-color: var(--tp-common-green-dark);
  mix-blend-mode: luminosity;
}

.slider__thumb-5 {
  position: relative;
  z-index: 1;
  min-height: 530px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__thumb-5 {
    margin-top: 70px;
  }
}

@media (max-width: 575px) {
  .slider__thumb-5 {
    padding-bottom: 60px;
  }
}

.slider__thumb-5::after {
  position: absolute;
  content: "";
  top: -7%;
  width: 606px;
  height: 519px;
  background-color: rgba(8, 140, 220, 0.1411764706);
  z-index: -1;
  animation: borderRadius 5s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .slider__thumb-5::after {
  left: 8%;
  border-radius: 65% 35% 50% 50%/59% 50% 50% 41%;
}

[dir="rtl"] .slider__thumb-5::after {
  right: 8%;
  border-radius: 35% 65% 50% 50%/50% 59% 41% 50%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-5::after {
  left: auto;
  right: 8%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-5::after {
  right: auto;
  left: 8%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider__thumb-5::after {
    left: -10%;
  }

  [dir="rtl"] .slider__thumb-5::after {
    right: -10%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-5::after {
    left: auto;
    right: -10%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-5::after {
    right: auto;
    left: -10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__thumb-5::after {
    width: 450px;
    height: 470px;
  }

  [dir="ltr"] .slider__thumb-5::after {
    left: -11%;
  }

  [dir="rtl"] .slider__thumb-5::after {
    right: -11%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-5::after {
    left: auto;
    right: -11%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-5::after {
    right: auto;
    left: -11%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__thumb-5::after {
    top: -7%;
    width: 406px;
    height: 419px;
  }

  [dir="ltr"] .slider__thumb-5::after {
    left: 8%;
  }

  [dir="rtl"] .slider__thumb-5::after {
    right: 8%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-5::after {
    left: auto;
    right: 8%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-5::after {
    right: auto;
    left: 8%;
  }
}

@media (max-width: 575px) {
  .slider__thumb-5::after {
    top: 21%;
    width: 250px;
    height: 319px;
  }
}

.slider__thumb-5 img {
  transition: all 0.1s ease-out 0s;
}

.slider__thumb-5 .one {
  position: absolute;
  top: 35%;
}

[dir="ltr"] .slider__thumb-5 .one {
  left: 0%;
}

[dir="rtl"] .slider__thumb-5 .one {
  right: 0%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-5 .one {
  left: auto;
  right: 0%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-5 .one {
  right: auto;
  left: 0%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider__thumb-5 .one {
    left: -13%;
  }

  [dir="rtl"] .slider__thumb-5 .one {
    right: -13%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-5 .one {
    left: auto;
    right: -13%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-5 .one {
    right: auto;
    left: -13%;
  }
}

@media (max-width: 575px) {
  .slider__thumb-5 .one {
    position: relative;
    top: -8%;
    margin-bottom: 30px;
  }

  [dir="ltr"] .slider__thumb-5 .one {
    left: -19%;
  }

  [dir="rtl"] .slider__thumb-5 .one {
    right: -19%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-5 .one {
    left: auto;
    right: -6%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-5 .one {
    right: auto;
    left: -6%;
  }
}

.slider__thumb-5 .two {
  position: absolute;
  top: 3%;
}

[dir="ltr"] .slider__thumb-5 .two {
  left: 25%;
}

[dir="rtl"] .slider__thumb-5 .two {
  right: 25%;
}

[dir=rtl] .slider__thumb-5 .two {
  top: 0%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-5 .two {
  left: -9%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-5 .two {
  right: -9%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .slider__thumb-5 .two {
    width: 100%;
  }
}

.slider__thumb-6 {
  margin-bottom: 8px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .slider__thumb-6 {
    padding-left: 0;
  }

  [dir="rtl"] .slider__thumb-6 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-6 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-6 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .slider__thumb-6 {
    padding-left: 0;
  }

  [dir="rtl"] .slider__thumb-6 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-6 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-6 {
    padding-left: 0;
  }
}

.slider__thumb-6 img {
  transition: none;
}

.slider__thumb-6.one {
  position: absolute;
  top: 19%;
}

[dir="ltr"] .slider__thumb-6.one {
  left: 3%;
}

[dir="rtl"] .slider__thumb-6.one {
  right: 3%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-6.one {
  left: 42%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-6.one {
  right: 42%;
}

.slider__thumb-6.two {
  position: absolute;
  top: 6%;
}

[dir="ltr"] .slider__thumb-6.two {
  right: 9%;
}

[dir="rtl"] .slider__thumb-6.two {
  left: 9%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-6.two {
  right: auto;
  left: 0%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-6.two {
  left: auto;
  right: 0%;
}

.slider__thumb-6.three {
  position: absolute;
  bottom: -11%;
}

[dir="ltr"] .slider__thumb-6.three {
  left: 24%;
}

[dir="rtl"] .slider__thumb-6.three {
  right: 24%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-6.three {
  left: 0;
}

[dir="rtl"] [dir=rtl] .slider__thumb-6.three {
  right: 0;
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__thumb-6.three {
    left: 0;
  }

  [dir="rtl"] .slider__thumb-6.three {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-6.three {
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-6.three {
    right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .slider__thumb-7 {
    transform: translateX(-55px);
  }

  [dir="rtl"] .slider__thumb-7 {
    transform: translateX(55px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__thumb-7 img {
    width: 100%;
  }
}

.slider__thumb-7-shape-1 {
  position: absolute;
  top: 21%;
  z-index: -1;
}

[dir="ltr"] .slider__thumb-7-shape-1 {
  left: 25%;
}

[dir="rtl"] .slider__thumb-7-shape-1 {
  right: 25%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-7-shape-1 {
  left: 8%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-7-shape-1 {
  right: 8%;
}

.slider__thumb-7-shape-2 {
  position: absolute;
  bottom: 4%;
  z-index: 1;
}

[dir="ltr"] .slider__thumb-7-shape-2 {
  left: -7%;
}

[dir="rtl"] .slider__thumb-7-shape-2 {
  right: -7%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-7-shape-2 {
  left: -38%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-7-shape-2 {
  right: -38%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__thumb-7-shape-2 {
    bottom: -10%;
  }

  [dir="ltr"] .slider__thumb-7-shape-2 {
    left: auto;
    right: -11%;
  }

  [dir="rtl"] .slider__thumb-7-shape-2 {
    right: auto;
    left: -11%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-7-shape-2 {
    right: 0%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-7-shape-2 {
    left: 0%;
  }
}

@media (max-width: 575px) {
  .slider__thumb-7-shape-2 {
    display: none;
  }
}

.slider__thumb-7-shape-3 {
  position: absolute;
  top: 43%;
  z-index: 1;
}

[dir="ltr"] .slider__thumb-7-shape-3 {
  right: -54%;
}

[dir="rtl"] .slider__thumb-7-shape-3 {
  left: -54%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-7-shape-3 {
  right: -12%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-7-shape-3 {
  left: -12%;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  [dir="ltr"] .slider__thumb-7-shape-3 {
    right: -42%;
  }

  [dir="rtl"] .slider__thumb-7-shape-3 {
    left: -42%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-7-shape-3 {
    right: -12%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-7-shape-3 {
    left: -12%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  [dir="ltr"] .slider__thumb-7-shape-3 {
    right: -33%;
  }

  [dir="rtl"] .slider__thumb-7-shape-3 {
    left: -33%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-7-shape-3 {
    right: -12%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-7-shape-3 {
    left: -12%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__thumb-7-shape-3 {
    top: 59%;
  }

  [dir="ltr"] .slider__thumb-7-shape-3 {
    right: -18%;
  }

  [dir="rtl"] .slider__thumb-7-shape-3 {
    left: -18%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-7-shape-3 {
    right: -12%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-7-shape-3 {
    left: -12%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__thumb-7-shape-3 {
    top: 47%;
  }

  [dir="ltr"] .slider__thumb-7-shape-3 {
    right: -13%;
  }

  [dir="rtl"] .slider__thumb-7-shape-3 {
    left: -13%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-7-shape-3 {
    right: -12%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-7-shape-3 {
    left: -12%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__thumb-7-shape-3 {
    display: none;
  }
}

.slider__thumb-9 {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .slider__thumb-9 {
    transform: translate(-91px, -155px);
  }

  [dir="rtl"] .slider__thumb-9 {
    transform: translate(91px, -155px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__thumb-9 {
    text-align: center;
  }
}

.slider__thumb-9::after {
  position: absolute;
  content: "";
  top: 16%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
  z-index: -1;
  animation: sliderThumb 5s linear infinite alternate;
  -webkit-animation: sliderThumb 5s linear infinite alternate;
}

[dir="ltr"] .slider__thumb-9::after {
  left: 6%;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
  transform: rotate(-180deg);
}

[dir="rtl"] .slider__thumb-9::after {
  right: 6%;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
  transform: rotate(180deg);
}

[dir="ltr"] [dir=rtl] .slider__thumb-9::after {
  left: auto;
  right: 6%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-9::after {
  right: auto;
  left: 6%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__thumb-9::after {
    width: 450px;
    height: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__thumb-9::after {
    width: 345px;
    height: 345px;
    top: 27%;
    z-index: -1;
  }

  [dir="ltr"] .slider__thumb-9::after {
    left: 12%;
  }

  [dir="rtl"] .slider__thumb-9::after {
    right: 12%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-9::after {
    left: auto;
    right: 12%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-9::after {
    right: auto;
    left: 12%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__thumb-9::after {
    top: 22%;
    width: 350px;
    height: 350px;
  }

  [dir="ltr"] .slider__thumb-9::after {
    left: 16%;
  }

  [dir="rtl"] .slider__thumb-9::after {
    right: 16%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-9::after {
    left: auto;
    right: 16%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-9::after {
    right: auto;
    left: 16%;
  }
}

@media (max-width: 575px) {
  .slider__thumb-9::after {
    top: 20%;
    width: 300px;
    height: 300px;
  }

  [dir="ltr"] .slider__thumb-9::after {
    left: 0%;
  }

  [dir="rtl"] .slider__thumb-9::after {
    right: 0%;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-9::after {
    left: auto;
    right: 0%;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-9::after {
    right: auto;
    left: 0%;
  }
}

.slider__thumb-9-main {
  width: 543px;
  height: 750px;
  object-fit: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__thumb-9-main {
    max-width: 100%;
    transform: scale(1.093);
  }

  [dir="ltr"] .slider__thumb-9-main {
    transform-origin: top right;
  }

  [dir="rtl"] .slider__thumb-9-main {
    transform-origin: top left;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-9-main {
    transform-origin: top left;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-9-main {
    transform-origin: top right;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__thumb-9-main {
    width: 443px;
    height: 650px;
    transform: scale(1.03);
  }

  [dir="ltr"] .slider__thumb-9-main {
    transform-origin: top right;
  }

  [dir="rtl"] .slider__thumb-9-main {
    transform-origin: top left;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-9-main {
    transform-origin: top left;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-9-main {
    transform-origin: top right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__thumb-9-main {
    width: 543px;
    height: 450px;
    transform: scale(1.345);
  }

  [dir="ltr"] .slider__thumb-9-main {
    transform-origin: top right;
  }

  [dir="rtl"] .slider__thumb-9-main {
    transform-origin: top left;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-9-main {
    transform-origin: top left;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-9-main {
    transform-origin: top right;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__thumb-9-main {
    width: 343px;
    height: 550px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .slider__thumb-9-main {
    width: 290px;
    height: 450px;
  }
}

.slider__thumb-10 {
  position: relative;
}

.slider__thumb-10 .thumb-border {
  position: absolute;
  top: 51%;
  display: inline-block;
  height: 600px;
  width: 600px;
}

[dir="ltr"] .slider__thumb-10 .thumb-border {
  left: 42%;
}

[dir="rtl"] .slider__thumb-10 .thumb-border {
  right: 42%;
}

.slider__thumb-10 .thumb-border::after, .slider__thumb-10 .thumb-border::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.02);
  animation: borderanimate 4s linear infinite;
  animation-delay: 0s;
  animation-delay: 0s;
}

[dir="ltr"] .slider__thumb-10 .thumb-border::after, [dir="ltr"] .slider__thumb-10 .thumb-border::before {
  left: 0;
}

[dir="rtl"] .slider__thumb-10 .thumb-border::after, [dir="rtl"] .slider__thumb-10 .thumb-border::before {
  right: 0;
}

.slider__thumb-10 .thumb-border::before {
  animation-delay: 1s;
}

[dir="ltr"] .slider__thumb-10 > img {
  transform: translate(-65px, -15px);
}

[dir="rtl"] .slider__thumb-10 > img {
  transform: translate(65px, -15px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .slider__thumb-10 > img {
    transform: translate(-65px, -15px) scale(0.8);
  }

  [dir="rtl"] .slider__thumb-10 > img {
    transform: translate(65px, -15px) scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .slider__thumb-10 > img {
    transform: translate(-120px, -15px) scale(0.7);
  }

  [dir="rtl"] .slider__thumb-10 > img {
    transform: translate(120px, -15px) scale(0.7);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__thumb-10 > img {
    transform: translate(-200px, -14px) scale(0.5);
  }

  [dir="rtl"] .slider__thumb-10 > img {
    transform: translate(200px, -14px) scale(0.5);
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__thumb-10 > img {
    transform: translate(-120px, -15px) scale(0.5);
  }

  [dir="rtl"] .slider__thumb-10 > img {
    transform: translate(120px, -15px) scale(0.5);
  }
}

.slider__thumb-11 {
  animation-delay: 0.2s;
  animation-duration: 1s;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .slider__thumb-11 img {
    margin-left: -204px;
  }

  [dir="rtl"] .slider__thumb-11 img {
    margin-right: -204px;
  }

  [dir="ltr"] [dir=rtl] .slider__thumb-11 img {
    margin-left: 0;
    margin-right: -204px;
  }

  [dir="rtl"] [dir=rtl] .slider__thumb-11 img {
    margin-right: 0;
    margin-left: -204px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .slider__thumb-11 img {
    transform: scale(0.8) translateY(13%) translateX(-41%);
  }

  [dir="rtl"] .slider__thumb-11 img {
    transform: scale(0.8) translateY(13%) translateX(41%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__thumb-11 img {
    transform: scale(0.8) translateX(-300px) translateY(105px);
  }

  [dir="rtl"] .slider__thumb-11 img {
    transform: scale(0.8) translateX(300px) translateY(105px);
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__thumb-11 img {
    transform: scale(0.6) translate(-738px, 357px);
  }

  [dir="rtl"] .slider__thumb-11 img {
    transform: scale(0.6) translate(738px, 357px);
  }
}

.slider__thumb-11::after {
  position: absolute;
  content: "";
  top: 11%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-image: -o-linear-gradient(219.77deg, rgba(255, 255, 255, 0.08) 15.44%, rgba(255, 255, 255, 0.04) 85.89%);
  z-index: -1;
}

[dir="ltr"] .slider__thumb-11::after {
  right: 0;
  background-image: linear-gradient(219.77deg, rgba(255, 255, 255, 0.08) 15.44%, rgba(255, 255, 255, 0.04) 85.89%);
}

[dir="rtl"] .slider__thumb-11::after {
  left: 0;
  background-image: linear-gradient(-219.77deg, rgba(255, 255, 255, 0.08) 15.44%, rgba(255, 255, 255, 0.04) 85.89%);
}

[dir="ltr"] [dir=rtl] .slider__thumb-11::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .slider__thumb-11::after {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__thumb-12 {
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .slider__thumb-12 {
    transform: scale(0.7) translate(-100px, -20px);
  }

  [dir="rtl"] .slider__thumb-12 {
    transform: scale(0.7) translate(100px, -20px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__thumb-12 {
    transform: scale(0.7) translate(-100px, -20px);
  }

  [dir="rtl"] .slider__thumb-12 {
    transform: scale(0.7) translate(100px, -20px);
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__thumb-12 {
    transform: scale(0.5) translate(-148px, -20px);
  }

  [dir="rtl"] .slider__thumb-12 {
    transform: scale(0.5) translate(148px, -20px);
  }
}

.slider__thumb-12 > img {
  will-change: transform;
  opacity: 0;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slider__thumb-12-shape svg:first-child {
  position: absolute;
  top: 18%;
  z-index: 1;
  will-change: transform;
  opacity: 0;
  animation-delay: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[dir="ltr"] .slider__thumb-12-shape svg:first-child {
  left: -3%;
}

[dir="rtl"] .slider__thumb-12-shape svg:first-child {
  right: -3%;
}

.slider__thumb-12-shape svg:last-child {
  position: absolute;
  top: 16%;
  mix-blend-mode: screen;
  z-index: -1;
  will-change: transform;
  opacity: 0;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[dir="ltr"] .slider__thumb-12-shape svg:last-child {
  left: -9%;
}

[dir="rtl"] .slider__thumb-12-shape svg:last-child {
  right: -9%;
}

.slider__thumb-13 {
  position: relative;
  z-index: 1;
}

.slider__thumb-13-circle-1, .slider__thumb-13-circle-2 {
  position: absolute;
  top: -30%;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  animation: tp-hotspot 3s infinite cubic-bezier(0.4, 0, 1, 1);
  animation-delay: 0s;
}

[dir="ltr"] .slider__thumb-13-circle-1, [dir="ltr"] .slider__thumb-13-circle-2 {
  right: -25%;
}

[dir="rtl"] .slider__thumb-13-circle-1, [dir="rtl"] .slider__thumb-13-circle-2 {
  left: -25%;
}

[dir="ltr"] [dir=rtl] .slider__thumb-13-circle-1, [dir="ltr"] [dir=rtl] .slider__thumb-13-circle-2 {
  right: auto;
  left: -25%;
}

[dir="rtl"] [dir=rtl] .slider__thumb-13-circle-1, [dir="rtl"] [dir=rtl] .slider__thumb-13-circle-2 {
  left: auto;
  right: -25%;
}

.slider__thumb-13-circle-1 {
  animation-delay: 1s;
}

.slider__thumb-13 img {
  animation-delay: 0.9s;
  animation-duration: 1s;
}

@media (max-width: 575px) {
  .slider__thumb-13 img {
    width: 58%;
  }
}

@media (max-width: 366px) {
  .slider__thumb-13 img {
    width: 100%;
  }
}

.slider__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--tp-common-blue);
  background-blend-mode: luminosity;
}

[dir="ltr"] .slider__bg {
  left: 0;
}

[dir="rtl"] .slider__bg {
  right: 0;
}

.slider__bg::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  background-color: var(--tp-common-blue);
  z-index: -1;
  mix-blend-mode: luminosity;
  opacity: 0.4;
}

[dir="ltr"] .slider__bg::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .slider__bg::after {
  right: 0;
  left: auto;
}

.slider__bg-3 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--tp-common-black-5);
  background-blend-mode: exclusion;
}

[dir="ltr"] .slider__bg-3 {
  left: 0;
}

[dir="rtl"] .slider__bg-3 {
  right: 0;
}

.slider__bg-8 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[dir="ltr"] .slider__bg-8 {
  left: 0;
}

[dir="rtl"] .slider__bg-8 {
  right: 0;
}

.slider__bg-8::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #04040c;
  opacity: 0.4;
}

[dir="ltr"] .slider__bg-8::after {
  left: 0;
}

[dir="rtl"] .slider__bg-8::after {
  right: 0;
}

.slider__bg-10 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

[dir="ltr"] .slider__bg-10 {
  left: 0;
}

[dir="rtl"] .slider__bg-10 {
  right: 0;
}

.slider__bg-12 {
  position: relative;
  background: radial-gradient(98.58% 98.5% at 64.83% 79.1%, #ff80ff 0%, #f174ff 19%, #cd53ff 55%, #9721ff 100%);
}

.slider__bg-12::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1480px;
  height: 883px;
  background: radial-gradient(49.82% 49.96% at 50.09% 49.95%, rgba(230, 231, 232, 0.3) 0%, rgba(225, 226, 227, 0.3) 9%, rgba(209, 210, 211, 0.3) 20%, rgba(184, 185, 186, 0.3) 33%, rgba(154, 155, 155, 0.3) 44%, rgba(137, 138, 138, 0.3) 54%, rgba(118, 119, 119, 0.3) 63%, rgba(92, 93, 93, 0.3) 71%, rgba(49, 50, 50, 0.3) 81%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: screen;
  mix-blend-mode: screen;
}

[dir="ltr"] .slider__bg-12::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .slider__bg-12::after {
  right: 50%;
  transform: translate(50%, -50%);
}

.slider__bg-12.has-yellow-gradient {
  background: radial-gradient(98.58% 98.5% at 64.83% 79.1%, #ffae80 0%, #ffa674 19%, #ff9153 55%, #ab5c3b 100%);
}

.slider__bg-12.has-yellow-gradient::after {
  background: radial-gradient(49.82% 49.96% at 50.09% 49.95%, rgba(230, 231, 232, 0.4) 0%, rgba(225, 226, 227, 0.4) 9%, rgba(209, 210, 211, 0.4) 20%, rgba(184, 185, 186, 0.4) 33%, rgba(154, 155, 155, 0.4) 44%, rgba(137, 138, 138, 0.4) 54%, rgba(118, 119, 119, 0.4) 63%, rgba(92, 93, 93, 0.4) 71%, rgba(49, 50, 50, 0.4) 81%, rgba(0, 0, 0, 0.4) 100%);
}

.slider__bg-12.has-red-gradient {
  background: radial-gradient(98.58% 98.5% at 64.83% 79.1%, #ff8080 0%, #ff7474 19%, #ff5353 55%, #d02b2b 100%);
}

.slider__bg-12.has-red-gradient::after {
  width: 1140px;
  background: radial-gradient(49.82% 49.96% at 50.09% 49.95%, rgba(230, 231, 232, 0.4) 0%, rgba(225, 226, 227, 0.4) 9%, rgba(209, 210, 211, 0.4) 20%, rgba(184, 185, 186, 0.4) 33%, rgba(154, 155, 155, 0.4) 44%, rgba(137, 138, 138, 0.4) 54%, rgba(118, 119, 119, 0.4) 63%, rgba(92, 93, 93, 0.4) 71%, rgba(49, 50, 50, 0.4) 81%, rgba(0, 0, 0, 0.4) 100%);
}

.slider__bg-12.has-blue-gradient {
  background: radial-gradient(98.58% 98.5% at 64.83% 79.1%, #80d1ff 0%, #74c5ff 19%, #53acff 55%, #2b77d0 100%);
}

.slider__bg-12.has-blue-gradient::after {
  width: 1140px;
  background: radial-gradient(49.82% 49.96% at 50.09% 49.95%, rgba(230, 231, 232, 0.4) 0%, rgba(225, 226, 227, 0.4) 9%, rgba(209, 210, 211, 0.4) 20%, rgba(184, 185, 186, 0.4) 33%, rgba(154, 155, 155, 0.4) 44%, rgba(137, 138, 138, 0.4) 54%, rgba(118, 119, 119, 0.4) 63%, rgba(92, 93, 93, 0.4) 71%, rgba(49, 50, 50, 0.4) 81%, rgba(0, 0, 0, 0.4) 100%);
}

.slider__bg-12.has-purple-gradient {
  background: radial-gradient(98.58% 98.5% at 64.83% 79.1%, #808dff 0%, #7774ff 19%, #7553ff 55%, #422bd0 100%);
}

.slider__bg-12.has-purple-gradient::after {
  width: 1140px;
  background: radial-gradient(49.82% 49.96% at 50.09% 49.95%, rgba(230, 231, 232, 0.4) 0%, rgba(225, 226, 227, 0.4) 9%, rgba(209, 210, 211, 0.4) 20%, rgba(184, 185, 186, 0.4) 33%, rgba(154, 155, 155, 0.4) 44%, rgba(137, 138, 138, 0.4) 54%, rgba(118, 119, 119, 0.4) 63%, rgba(92, 93, 93, 0.4) 71%, rgba(49, 50, 50, 0.4) 81%, rgba(0, 0, 0, 0.4) 100%);
}

.slider__bg-12.has-black-gradient {
  background: radial-gradient(98.58% 98.5% at 64.83% 79.1%, #0b0d17 0%, #05021f 19%, #030622 55%, #010316 100%);
}

.slider__bg-12.has-black-gradient::after {
  height: 1146px;
  background: radial-gradient(49.82% 49.96% at 50.09% 49.95%, rgba(230, 231, 232, 0.2) 0%, rgba(225, 226, 227, 0.2) 9%, rgba(209, 210, 211, 0.2) 20%, rgba(184, 185, 186, 0.2) 33%, rgba(154, 155, 155, 0.2) 44%, rgba(137, 138, 138, 0.2) 54%, rgba(118, 119, 119, 0.2) 63%, rgba(92, 93, 93, 0.2) 71%, rgba(49, 50, 50, 0.2) 81%, rgba(0, 0, 0, 0.2) 100%);
}

.slider__bg-text {
  position: absolute;
  top: 43%;
  z-index: -1;
}

[dir="ltr"] .slider__bg-text {
  left: 0;
  transform: rotate(-90deg) translateY(-475px);
}

[dir="rtl"] .slider__bg-text {
  right: 0;
  transform: rotate(90deg) translateY(-475px);
}

[dir="ltr"] [dir=rtl] .slider__bg-text {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .slider__bg-text {
  right: auto;
  left: 0;
}

.slider__bg-text h3, .slider__bg-text .h3 {
  font-family: var(--tp-ff-rajdhani);
  font-weight: 700;
  font-size: 208px;
  line-height: 0.58;
  text-transform: uppercase;
  color: #cfd3ad;
  text-shadow: 0px 2px 2px rgba(10, 54, 64, 0.06);
  animation-delay: 0.5s;
  animation-duration: 1s;
}

.slider__border {
  position: relative;
}

.slider__border::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.slider__title {
  font-size: 100px;
  color: var(--tp-common-white);
  font-weight: var(--tp-fw-bold);
  line-height: 1;
  font-family: var(--tp-ff-space);
  letter-spacing: -3px;
  margin-bottom: 28px;
  animation-delay: 0.5s;
  animation-duration: 1s;
  /* index 2 title css */
  /* index 3 title css */
  /* index 4 title css */
  /* index 5 title css */
  /* index 6 title css */
  /* index 7 title css*/
  /* index 8 title css*/
  /* index 9 title css*/
  /* index 10 title css*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .slider__title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.2;
  }
}

.slider__title-2 {
  font-size: 100px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--tp-ff-oswald);
  line-height: 1.05;
  margin-bottom: 52px;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-2 {
    font-size: 85px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-2 {
    font-size: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-2 {
    font-size: 75px;
  }
}

@media (max-width: 575px) {
  .slider__title-2 {
    font-size: 55px;
  }
}

.slider__title-3 {
  font-size: 100px;
  line-height: 1.06;
  letter-spacing: -0.06em;
  background-image: -o-linear-gradient(89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px;
  animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
  background-size: 150% 150%;
}

[dir="ltr"] .slider__title-3 {
  background-image: linear-gradient(89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
}

[dir="rtl"] .slider__title-3 {
  background-image: linear-gradient(-89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-3 {
    font-size: 75px;
  }
}

@media (max-width: 575px) {
  .slider__title-3 {
    font-size: 55px;
  }
}

.slider__title-4 {
  font-size: 80px;
  line-height: 1;
  color: var(--tp-common-white);
  text-transform: capitalize;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  font-family: var(--tp-ff-space);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-4 {
    font-size: 61px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-4 {
    font-size: 51px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-4 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-4 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .slider__title-4 {
    font-size: 30px;
  }
}

.slider__title-5 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 86px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__title-5 {
    font-size: 75px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-5 {
    font-size: 68px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-5 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-5 {
    font-size: 81px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-5 {
    font-size: 65px;
  }
}

@media (max-width: 575px) {
  .slider__title-5 {
    font-size: 38px;
  }
}

.slider__title-6 {
  color: var(--tp-common-black-9);
  font-weight: 800;
  font-size: 80px;
  line-height: 1.05;
  font-family: var(--tp-ff-roboto);
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .slider__title-6 {
    font-size: 75px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__title-6 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-6 {
    font-size: 68px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-6 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-6 {
    font-size: 81px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-6 {
    font-size: 65px;
  }
}

@media (max-width: 575px) {
  .slider__title-6 {
    font-size: 38px;
  }
}

.slider__title-7 {
  font-family: var(--tp-ff-play);
  font-weight: 700;
  font-size: 80px;
  line-height: 1.12;
  color: var(--tp-common-black-11);
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-7 br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-7 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-7 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-7 {
    font-size: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-7 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .slider__title-7 {
    font-size: 40px;
  }
}

.slider__title-7 .slider-highlight {
  position: relative;
}

.slider__title-7 .slider-highlight svg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

[dir="ltr"] .slider__title-7 .slider-highlight svg {
  left: 0;
}

[dir="rtl"] .slider__title-7 .slider-highlight svg {
  right: 0;
}

.slider__title-7 .slider-highlight svg path {
  stroke: var(--tp-common-yellow-3);
  fill: var(--tp-common-yellow-3);
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
}

.slider__title-8 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 80px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 13px;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-8 br {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-8 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-8 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-8 {
    font-size: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-8 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .slider__title-8 {
    font-size: 40px;
  }
}

.slider__title-8 .slider-highlight {
  position: relative;
}

.slider__title-8 .slider-highlight svg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

[dir="ltr"] .slider__title-8 .slider-highlight svg {
  left: -5px;
}

[dir="rtl"] .slider__title-8 .slider-highlight svg {
  right: -5px;
}

.slider__title-9 {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-9 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-9 {
    font-size: 48px;
  }

  .slider__title-9 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-9 {
    font-size: 48px;
  }

  .slider__title-9 br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-9 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .slider__title-9 {
    font-size: 35px;
  }
}

.slider__title-10 {
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--tp-common-white);
  margin-bottom: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-10 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-10 {
    font-size: 48px;
  }

  .slider__title-10 br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-10 {
    font-size: 48px;
  }

  .slider__title-10 br {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-10 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .slider__title-10 {
    font-size: 35px;
  }
}

.slider__title-11 {
  font-family: var(--tp-ff-rajdhani);
  font-size: 120px;
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  animation-delay: 0.3s;
  animation-duration: 1s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-11 {
    font-size: 85px;
  }
}

@media (max-width: 575px) {
  .slider__title-11 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-11-product {
    font-size: 90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-11-product {
    font-size: 65px;
  }
}

@media (max-width: 575px) {
  .slider__title-11-product {
    font-size: 45px;
  }
}

.slider__title-12 {
  font-family: var(--tp-ff-inter);
  font-weight: 700;
  font-size: 180px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  will-change: transform;
  opacity: 0;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__title-12 {
    font-size: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-12 {
    font-size: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__title-12 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__title-12 {
    font-size: 80px;
  }
}

@media (max-width: 575px) {
  .slider__title-12 {
    font-size: 60px;
  }
}

.slider__title-13 {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 80px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin-bottom: 45px;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__title-13 {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .slider__title-13 {
    font-size: 40px;
  }
}

.slider__title-pre {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-family: var(--tp-ff-space);
  animation-delay: 0.3s;
  animation-duration: 1s;
  /* index 2 title css */
  /* index 3 title css */
  /* index 4 title css */
  /* index 5 title css */
  /* index 6 title css */
  /* index 9 title css */
  /* index 10 title css */
}

.slider__title-pre-2 {
  font-size: 28px;
  font-family: var(--tp-ff-oswald);
  position: relative;
  color: var(--tp-common-black);
  display: inline-block;
  margin-bottom: 25px;
}

.slider__title-pre-2::after {
  position: absolute;
  content: "";
  bottom: -6px;
  width: 100%;
  height: 1px;
  background-color: var(--tp-common-green-light);
}

[dir="ltr"] .slider__title-pre-2::after {
  left: 0;
}

[dir="rtl"] .slider__title-pre-2::after {
  right: 0;
}

.slider__title-pre-3 {
  font-family: var(--tp-ff-space);
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

.slider__title-pre-4 {
  display: inline-block;
  color: var(--tp-common-white);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tp-ff-space);
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.slider__title-pre-5 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  color: #4353ff;
  background-color: #eeefff;
  padding: 2px 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.slider__title-pre-6 {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--tp-theme-6);
  font-family: var(--tp-ff-roboto);
}

.slider__title-pre-9 {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  position: relative;
}

[dir="ltr"] .slider__title-pre-9 {
  padding-left: 14px;
}

[dir="rtl"] .slider__title-pre-9 {
  padding-right: 14px;
}

[dir="ltr"] [dir=rtl] .slider__title-pre-9 {
  padding-left: 0;
  padding-right: 14px;
}

[dir="rtl"] [dir=rtl] .slider__title-pre-9 {
  padding-right: 0;
  padding-left: 14px;
}

.slider__title-pre-9::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 80%;
  background-image: -o-linear-gradient(66.87deg, #ff91fa -31.45%, #fa6490 44.59%, #f7d86a 126.96%);
}

[dir="ltr"] .slider__title-pre-9::after {
  left: 0;
  background-image: linear-gradient(66.87deg, #ff91fa -31.45%, #fa6490 44.59%, #f7d86a 126.96%);
}

[dir="rtl"] .slider__title-pre-9::after {
  right: 0;
  background-image: linear-gradient(-66.87deg, #ff91fa -31.45%, #fa6490 44.59%, #f7d86a 126.96%);
}

[dir="ltr"] [dir=rtl] .slider__title-pre-9::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .slider__title-pre-9::after {
  right: auto;
  left: 0;
}

.slider__title-pre-10 {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: var(--tp-common-white);
  margin-bottom: 14px;
}

.slider__title-pre-13 {
  font-family: var(--tp-ff-roboto);
  font-size: 16px;
  letter-spacing: 0.03em;
  color: var(--tp-text-1);
  position: relative;
  display: inline-block;
  line-height: 1.12;
  margin-bottom: 11px;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

[dir="ltr"] .slider__title-pre-13 {
  padding-left: 13px;
}

[dir="rtl"] .slider__title-pre-13 {
  padding-right: 13px;
}

[dir="ltr"] [dir=rtl] .slider__title-pre-13 {
  padding-left: 0;
  padding-right: 13px;
}

[dir="rtl"] [dir=rtl] .slider__title-pre-13 {
  padding-right: 0;
  padding-left: 13px;
}

.slider__title-pre-13::after {
  position: absolute;
  content: "";
  top: -2px;
  width: 2px;
  height: 37px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .slider__title-pre-13::after {
  left: 0;
}

[dir="rtl"] .slider__title-pre-13::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .slider__title-pre-13::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .slider__title-pre-13::after {
  right: auto;
  left: 0;
}

.slider__content p {
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-common-white);
  margin-bottom: 45px;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.slider__content-2 {
  margin-top: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .slider__content-2 {
    padding-left: 40px;
  }

  [dir="rtl"] .slider__content-2 {
    padding-right: 40px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-2 {
    padding-left: 0;
    padding-right: 40px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-2 {
    padding-right: 0;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .slider__content-2 {
    padding-left: 0;
  }

  [dir="rtl"] .slider__content-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__content-4 {
    margin-top: 115px;
    margin-bottom: 50px;
  }
}

.slider__content-4 > p {
  font-size: 18px;
  color: var(--tp-common-white);
  opacity: 0.7;
  line-height: 28px;
  margin-bottom: 30px;
}

[dir="ltr"] .slider__content-4 > p {
  padding-right: 100px;
}

[dir="rtl"] .slider__content-4 > p {
  padding-left: 100px;
}

[dir="ltr"] [dir=rtl] .slider__content-4 > p {
  padding-right: 0;
  padding-left: 100px;
}

[dir="rtl"] [dir=rtl] .slider__content-4 > p {
  padding-left: 0;
  padding-right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .slider__content-4 > p {
    padding-right: 0;
  }

  [dir="rtl"] .slider__content-4 > p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-4 > p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-4 > p {
    padding-right: 0;
  }
}

.slider__content-5 {
  margin-top: 35px;
}

.slider__content-5 > p {
  font-size: 18px;
  line-height: 28px;
  color: #525258;
  margin-bottom: 40px;
}

[dir="ltr"] .slider__content-5 > p {
  padding-right: 150px;
}

[dir="rtl"] .slider__content-5 > p {
  padding-left: 150px;
}

[dir="ltr"] [dir=rtl] .slider__content-5 > p {
  padding-right: 0;
  padding-left: 150px;
}

[dir="rtl"] [dir=rtl] .slider__content-5 > p {
  padding-left: 0;
  padding-right: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider__content-5 > p {
    padding-right: 95px;
  }

  [dir="rtl"] .slider__content-5 > p {
    padding-left: 95px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-5 > p {
    padding-right: 0;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-5 > p {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .slider__content-5 > p {
    padding-right: 40px;
  }

  [dir="rtl"] .slider__content-5 > p {
    padding-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-5 > p {
    padding-right: 0;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-5 > p {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__content-5 > p {
    padding-right: 50px;
  }

  [dir="rtl"] .slider__content-5 > p {
    padding-left: 50px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-5 > p {
    padding-right: 0;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-5 > p {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__content-5 > p {
    padding-right: 0;
  }

  [dir="rtl"] .slider__content-5 > p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-5 > p {
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-5 > p {
    padding-right: 40px;
  }
}

.slider__content-6 {
  margin-top: 105px;
}

.slider__content-6 > p {
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-common-black-10);
  margin-bottom: 40px;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .slider__content-6 > p {
  padding-right: 40px;
}

[dir="rtl"] .slider__content-6 > p {
  padding-left: 40px;
}

[dir="ltr"] [dir=rtl] .slider__content-6 > p {
  padding-right: 0;
  padding-left: 40px;
}

[dir="rtl"] [dir=rtl] .slider__content-6 > p {
  padding-left: 0;
  padding-right: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .slider__content-6 > p {
    padding-right: 0;
  }

  [dir="rtl"] .slider__content-6 > p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-6 > p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-6 > p {
    padding-right: 0;
  }
}

.slider__content-7 {
  margin-bottom: 175px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__content-7 {
    margin-bottom: 50px;
  }
}

.slider__content-7 > p {
  font-family: var(--tp-ff-inter);
  font-size: 20px;
  line-height: 1.6;
  color: #525258;
  margin-bottom: 27px;
}

@media (max-width: 575px) {
  .slider__content-7 > p {
    font-size: 17px;
  }
}

.slider__content-8 {
  margin-top: 5px;
}

.slider__content-8 > p {
  font-family: var(--tp-ff-space);
  font-size: 18px;
  line-height: 1.56;
  color: var(--tp-common-white);
  margin-bottom: 40px;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

[dir="ltr"] .slider__content-8 > p {
  padding-right: 280px;
}

[dir="rtl"] .slider__content-8 > p {
  padding-left: 280px;
}

[dir="ltr"] [dir=rtl] .slider__content-8 > p {
  padding-right: 0;
  padding-left: 280px;
}

[dir="rtl"] [dir=rtl] .slider__content-8 > p {
  padding-left: 0;
  padding-right: 280px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .slider__content-8 > p {
    padding-right: 120px;
  }

  [dir="rtl"] .slider__content-8 > p {
    padding-left: 120px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-8 > p {
    padding-left: 120px;
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-8 > p {
    padding-right: 120px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__content-8 > p {
    padding-right: 80px;
  }

  [dir="rtl"] .slider__content-8 > p {
    padding-left: 80px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-8 > p {
    padding-left: 80px;
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-8 > p {
    padding-right: 80px;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__content-8 > p {
    padding-right: 0;
  }

  [dir="rtl"] .slider__content-8 > p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-8 > p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-8 > p {
    padding-right: 0;
  }
}

.slider__content-9 {
  margin-bottom: 110px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-9 {
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-9 {
    margin-bottom: 70px;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__content-9 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.slider__content-9 > p {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}

[dir="ltr"] .slider__content-9 > p {
  padding-right: 140px;
}

[dir="rtl"] .slider__content-9 > p {
  padding-left: 140px;
}

[dir="ltr"] [dir=rtl] .slider__content-9 > p {
  padding-right: 0;
  padding-left: 140px;
}

[dir="rtl"] [dir=rtl] .slider__content-9 > p {
  padding-left: 0;
  padding-right: 140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .slider__content-9 > p {
    padding-right: 90px;
  }

  [dir="rtl"] .slider__content-9 > p {
    padding-left: 90px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-9 > p {
    padding-right: 0;
    padding-left: 90px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-9 > p {
    padding-left: 0;
    padding-right: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .slider__content-9 > p {
    padding-right: 30px;
  }

  [dir="rtl"] .slider__content-9 > p {
    padding-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-9 > p {
    padding-right: 0;
    padding-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-9 > p {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__content-9 > p {
    padding-right: 80px;
  }

  [dir="rtl"] .slider__content-9 > p {
    padding-left: 80px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-9 > p {
    padding-right: 0;
    padding-left: 80px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-9 > p {
    padding-left: 0;
    padding-right: 80px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__content-9 > p {
    padding-right: 0;
  }

  [dir="rtl"] .slider__content-9 > p {
    padding-left: 0;
  }

  [dir=rtl] .slider__content-9 > p {
    padding-right: 0;
    padding-left: 0;
  }
}

.slider__content-10 {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-10 {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .slider__content-10 {
    transform: translateY(-155px);
  }
}

.slider__content-10 > p {
  font-family: var(--tp-ff-space);
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-11 {
    margin-bottom: 0;
    margin-top: 110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content-11 {
    margin-bottom: 0;
    margin-top: 110px;
  }
}

@media (max-width: 575px) {
  .slider__content-11 {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.slider__content-11 > p {
  font-family: var(--tp-ff-rajdhani);
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 45px;
  animation-delay: 0.6s;
  animation-duration: 1s;
}

.slider__content-11-product {
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .slider__content-11-product {
    margin-top: 0;
  }
}

.slider__content-12 {
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin-top: 45px;
}

[dir="ltr"] .slider__content-12 {
  left: 0;
}

[dir="rtl"] .slider__content-12 {
  right: 0;
}

[dir="ltr"] .slider__content-12.tp-slider-content-position {
  left: 5%;
}

[dir="rtl"] .slider__content-12.tp-slider-content-position {
  right: 5%;
}

[dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position {
  left: auto;
  right: 5%;
}

[dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position {
  right: auto;
  left: 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-12.tp-slider-content-position {
    top: 47%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position {
    left: 7%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position {
    right: 7%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position {
    left: auto;
    right: 7%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position {
    right: auto;
    left: 7%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-12.tp-slider-content-position {
    top: 45%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content-12.tp-slider-content-position {
    top: 46%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position {
    left: 4%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position {
    right: 4%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position {
    left: auto;
    right: 4%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position {
    right: auto;
    left: 4%;
  }
}

@media (max-width: 575px) {
  .slider__content-12.tp-slider-content-position {
    top: 52%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position {
    left: 4%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position {
    right: 4%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position {
    left: auto;
    right: 4%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position {
    right: auto;
    left: 4%;
  }
}

[dir="ltr"] .slider__content-12.tp-slider-content-position-2 {
  left: 1%;
}

[dir="rtl"] .slider__content-12.tp-slider-content-position-2 {
  right: 1%;
}

[dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
  left: auto;
  right: 1%;
}

[dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
  right: auto;
  left: 1%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider__content-12.tp-slider-content-position-2 {
    left: 7%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-2 {
    right: 7%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
    left: auto;
    right: 7%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
    right: auto;
    left: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-12.tp-slider-content-position-2 {
    top: 45%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-2 {
    left: 10%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-2 {
    right: 10%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
    left: auto;
    right: 10%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
    right: auto;
    left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .slider__content-12.tp-slider-content-position-2 {
    left: 15%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-2 {
    right: 15%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
    left: auto;
    right: 15%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
    right: auto;
    left: 15%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__content-12.tp-slider-content-position-2 {
    left: 22%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-2 {
    right: 22%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
    left: auto;
    right: 22%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-2 {
    right: auto;
    left: 22%;
  }
}

[dir="ltr"] .slider__content-12.tp-slider-content-position-3 {
  left: 12%;
}

[dir="rtl"] .slider__content-12.tp-slider-content-position-3 {
  right: 12%;
}

[dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
  left: auto;
  right: 12%;
}

[dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
  right: auto;
  left: 12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__content-12.tp-slider-content-position-3 {
    top: 43%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-3 {
    left: 7%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-3 {
    right: 7%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
    left: auto;
    right: 7%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
    right: auto;
    left: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-12.tp-slider-content-position-3 {
    top: 45%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-3 {
    left: 8%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-3 {
    right: 8%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
    left: auto;
    right: 8%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
    right: auto;
    left: 8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-12.tp-slider-content-position-3 {
    top: 50%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-3 {
    left: 3%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-3 {
    right: 3%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
    left: auto;
    right: 3%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
    right: auto;
    left: 3%;
  }
}

@media (max-width: 575px) {
  .slider__content-12.tp-slider-content-position-3 {
    top: 50%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-3 {
    left: 0%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-3 {
    right: 0%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
    left: auto;
    right: 0%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-3 {
    right: auto;
    left: 0%;
  }
}

[dir="ltr"] .slider__content-12.tp-slider-content-position-4 {
  left: 11%;
}

[dir="rtl"] .slider__content-12.tp-slider-content-position-4 {
  right: 11%;
}

[dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-4 {
  left: auto;
  right: 11%;
}

[dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-4 {
  right: auto;
  left: 11%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__content-12.tp-slider-content-position-4 {
    top: 44%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-4 {
    left: 8%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-4 {
    right: 8%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-4 {
    left: auto;
    right: 8%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-4 {
    right: auto;
    left: 8%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-12.tp-slider-content-position-4 {
    top: 49%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-4 {
    left: 5%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-4 {
    right: 5%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-4 {
    left: auto;
    right: 5%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-4 {
    right: auto;
    left: 5%;
  }
}

@media (max-width: 575px) {
  .slider__content-12.tp-slider-content-position-4 {
    top: 52%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-4 {
    left: 0%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-4 {
    right: 0%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-4 {
    left: auto;
    right: 0%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-4 {
    right: auto;
    left: 0%;
  }
}

[dir="ltr"] .slider__content-12.tp-slider-content-position-5 {
  left: 5%;
}

[dir="rtl"] .slider__content-12.tp-slider-content-position-5 {
  right: 5%;
}

[dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-5 {
  left: auto;
  right: 5%;
}

[dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-5 {
  right: auto;
  left: 5%;
}

@media (max-width: 575px) {
  .slider__content-12.tp-slider-content-position-5 {
    top: 52%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-5 {
    left: 0%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-5 {
    right: 0%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-5 {
    left: auto;
    right: 0%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-5 {
    right: auto;
    left: 0%;
  }
}

[dir="ltr"] .slider__content-12.tp-slider-content-position-6 {
  left: 13%;
}

[dir="rtl"] .slider__content-12.tp-slider-content-position-6 {
  right: 13%;
}

[dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
  left: auto;
  right: 13%;
}

[dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
  right: auto;
  left: 13%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__content-12.tp-slider-content-position-6 {
    top: 48%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-6 {
    left: 3%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-6 {
    right: 3%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
    left: auto;
    right: 3%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
    right: auto;
    left: 3%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-12.tp-slider-content-position-6 {
    top: 48%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-6 {
    left: 6%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-6 {
    right: 6%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
    left: auto;
    right: 6%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
    right: auto;
    left: 6%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-12.tp-slider-content-position-6 {
    top: 52%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-6 {
    left: 2%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-6 {
    right: 2%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
    left: auto;
    right: 2%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
    right: auto;
    left: 2%;
  }
}

@media (max-width: 575px) {
  .slider__content-12.tp-slider-content-position-6 {
    top: 54%;
  }

  [dir="ltr"] .slider__content-12.tp-slider-content-position-6 {
    left: 0%;
  }

  [dir="rtl"] .slider__content-12.tp-slider-content-position-6 {
    right: 0%;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
    left: auto;
    right: 0%;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12.tp-slider-content-position-6 {
    right: auto;
    left: 0%;
  }
}

.slider__content-12-wrapper {
  margin-top: 30px;
}

[dir="ltr"] .slider__content-12-wrapper {
  padding-left: 40px;
}

[dir="rtl"] .slider__content-12-wrapper {
  padding-right: 40px;
}

[dir="ltr"] [dir=rtl] .slider__content-12-wrapper {
  padding-left: 0;
  padding-right: 40px;
}

[dir="rtl"] [dir=rtl] .slider__content-12-wrapper {
  padding-right: 0;
  padding-left: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider__content-12-wrapper {
    margin-left: 90px;
  }

  [dir="rtl"] .slider__content-12-wrapper {
    margin-right: 90px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12-wrapper {
    margin-left: 0;
    margin-right: 90px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12-wrapper {
    margin-right: 0;
    margin-left: 90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__content-12-wrapper {
    padding-left: 0;
  }

  [dir="rtl"] .slider__content-12-wrapper {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12-wrapper {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .slider__content-12-wrapper {
    transform: translateY(-50px);
  }

  [dir="ltr"] .slider__content-12-wrapper {
    padding-left: 0;
  }

  [dir="rtl"] .slider__content-12-wrapper {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12-wrapper {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12-wrapper {
    padding-left: 0;
  }
}

.slider__content-12-branding {
  position: absolute;
  top: 38px;
  will-change: transform;
  opacity: 0;
  animation-delay: 0.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[dir="ltr"] .slider__content-12-branding {
  left: -73px;
}

[dir="rtl"] .slider__content-12-branding {
  right: -73px;
}

[dir="ltr"] [dir=rtl] .slider__content-12-branding {
  left: auto;
  right: -73px;
}

[dir="rtl"] [dir=rtl] .slider__content-12-branding {
  right: auto;
  left: -73px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__content-12-branding {
    top: 108px;
  }

  [dir="ltr"] .slider__content-12-branding {
    left: 0;
  }

  [dir="rtl"] .slider__content-12-branding {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12-branding {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12-branding {
    right: auto;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__content-12-branding {
    top: 130px;
  }

  [dir="ltr"] .slider__content-12-branding {
    left: -40px;
  }

  [dir="rtl"] .slider__content-12-branding {
    right: -40px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12-branding {
    left: auto;
    right: -40px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12-branding {
    right: auto;
    left: -40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content-12-branding {
    top: 60px;
  }

  [dir="ltr"] .slider__content-12-branding {
    left: 6px;
  }

  [dir="rtl"] .slider__content-12-branding {
    right: 6px;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12-branding {
    left: auto;
    right: 6px;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12-branding {
    right: auto;
    left: 6px;
  }
}

@media (max-width: 575px) {
  .slider__content-12-branding {
    top: 115px;
  }

  [dir="ltr"] .slider__content-12-branding {
    left: 0;
  }

  [dir="rtl"] .slider__content-12-branding {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__content-12-branding {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__content-12-branding {
    right: auto;
    left: 0;
  }
}

.slider__content-12-branding p {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 0.16em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

[dir="ltr"] .slider__content-12-branding p {
  transform: rotate(90deg);
}

[dir="rtl"] .slider__content-12-branding p {
  transform: rotate(-90deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__content-12-branding p {
    transform: rotate(0deg);
  }

  .slider__content-12-branding p br {
    display: none;
  }
}

.slider__content-13 {
  position: relative;
  z-index: 11;
}

.slider__content-13 .tp-btn-border {
  color: var(--tp-common-black);
  border: 1.5px solid var(--tp-common-black);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--tp-ff-roboto);
  padding: 7px 33px;
}

[dir="ltr"] .slider__content-13 .tp-btn-border span {
  margin-left: 2px;
}

[dir="rtl"] .slider__content-13 .tp-btn-border span {
  margin-right: 2px;
}

[dir="ltr"] [dir=rtl] .slider__content-13 .tp-btn-border span {
  margin-left: 0;
  margin-right: 2px;
}

[dir="rtl"] [dir=rtl] .slider__content-13 .tp-btn-border span {
  margin-right: 0;
  margin-left: 2px;
}

.slider__content-13 .tp-btn-border svg {
  transform: translateY(-2px);
}

.slider__content-13 .tp-btn-border:hover {
  color: var(--tp-common-white);
}

.slider__wrapper .slider-pagination-btn {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  z-index: 1;
}

[dir="ltr"] .slider__wrapper .slider-pagination-btn {
  left: 0;
}

[dir="rtl"] .slider__wrapper .slider-pagination-btn {
  right: 0;
}

[dir="ltr"] [dir=rtl] .slider__wrapper .slider-pagination-btn {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .slider__wrapper .slider-pagination-btn {
  right: auto;
  left: 0;
}

.slider__wrapper .slider-pagination-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

[dir="ltr"] .slider__wrapper .slider-pagination-btn.slider-button-next {
  left: auto;
  right: 0;
}

[dir="rtl"] .slider__wrapper .slider-pagination-btn.slider-button-next {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .slider__wrapper .slider-pagination-btn.slider-button-next {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .slider__wrapper .slider-pagination-btn.slider-button-next {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__pagination {
    display: none;
  }
}

.slider__dot {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: center;
}

[dir="ltr"] .slider__dot {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .slider__dot {
  right: 50%;
  transform: translateX(50%);
}

.slider__dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--tp-common-white);
  margin: 0 8px;
  transform: scale(1);
}

.slider__form {
  animation-delay: 0.9s;
  animation-duration: 1s;
  width: 770px;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__form {
    width: 100%;
  }
}

.slider__form-wrapper {
  background-color: var(--tp-common-white);
  border-radius: 40px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__form-wrapper {
    padding: 20px;
  }
}

.slider__form-input {
  width: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__form-input {
    width: 173px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__form-input {
    width: 47%;
    margin: 0 6px;
  }
}

@media (max-width: 575px) {
  .slider__form-input {
    width: 100%;
  }
}

.slider__form-input.has-select {
  width: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__form-input.has-select {
    width: 173px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__form-input.has-select {
    width: 47%;
    margin: 0 8px;
  }
}

@media (max-width: 575px) {
  .slider__form-input.has-select {
    width: 100%;
  }
}

[dir="ltr"] .slider__form-input:first-child input {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

[dir="rtl"] .slider__form-input:first-child input {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

[dir="ltr"] [dir=rtl] .slider__form-input:first-child input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

[dir="rtl"] [dir=rtl] .slider__form-input:first-child input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir=rtl] .slider__form-input:first-child input {
    border-radius: 40px;
  }
}

.slider__form-input input {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-common-black);
  border: 0;
  outline: 0;
  padding: 0 26px;
  font-family: var(--tp-ff-space);
  background-color: var(--tp-common-white);
}

[dir="ltr"] .slider__form-input input {
  border-right: 1px solid var(--tp-border-2);
}

[dir="rtl"] .slider__form-input input {
  border-left: 1px solid var(--tp-border-2);
}

[dir="ltr"] [dir=rtl] .slider__form-input input {
  border-right: 0;
  border-left: 1px solid var(--tp-border-2);
}

[dir="rtl"] [dir=rtl] .slider__form-input input {
  border-left: 0;
  border-right: 1px solid var(--tp-border-2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__form-input input {
    width: 160px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__form-input input {
    width: 100%;
    border-radius: 40px;
    margin-bottom: 15px;
    height: 50px;
    line-height: 50px;
  }

  [dir="ltr"] .slider__form-input input {
    border-right: 0;
  }

  [dir="rtl"] .slider__form-input input {
    border-left: 0;
  }

  [dir] .slider__form-input input {
    border: 1px solid var(--tp-border-2);
  }
}

.slider__form-input input::-webkit-input-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.slider__form-input input:-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.slider__form-input input::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.slider__form-input input:-ms-input-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.slider__form-input .nice-select {
  min-width: 160px;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black);
  font-size: 14px;
  border: 0;
  font-weight: 500;
}

[dir="ltr"] .slider__form-input .nice-select {
  padding-left: 26px;
  padding-right: 50px;
}

[dir="rtl"] .slider__form-input .nice-select {
  padding-right: 26px;
  padding-left: 50px;
}

[dir="ltr"] [dir=rtl] .slider__form-input .nice-select {
  padding-right: 26px;
  padding-left: 50px;
}

[dir="rtl"] [dir=rtl] .slider__form-input .nice-select {
  padding-left: 26px;
  padding-right: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__form-input .nice-select {
    width: 100%;
    border-radius: 40px;
    border: 1px solid var(--tp-border-2);
    height: 50px;
    line-height: 50px;
  }
}

[dir="ltr"] .slider__form-input .nice-select::after {
  right: 5px;
}

[dir="rtl"] .slider__form-input .nice-select::after {
  left: 5px;
}

[dir="ltr"] [dir=rtl] .slider__form-input .nice-select::after {
  right: auto;
}

[dir="rtl"] [dir=rtl] .slider__form-input .nice-select::after {
  left: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .slider__form-input .nice-select::after {
    right: 25px;
  }

  [dir="rtl"] .slider__form-input .nice-select::after {
    left: 25px;
  }

  [dir="ltr"] [dir=rtl] .slider__form-input .nice-select::after {
    right: auto;
    left: 15px;
  }

  [dir="rtl"] [dir=rtl] .slider__form-input .nice-select::after {
    left: auto;
    right: 15px;
  }
}

.slider__form-input .nice-select .list {
  margin-top: 14px;
  border-radius: 0;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 9px;
}

@media (max-width: 575px) {
  .slider__form-input .nice-select .list {
    margin-top: 0;
  }
}

.slider__form-input .nice-select .list .option {
  line-height: 29px;
  min-height: 29px;
  padding-left: 18px;
  padding-right: 18px;
}

.slider__form-input .nice-select .list .option:first-child {
  display: none !important;
}

.slider__form-input .nice-select .list .option:hover {
  color: var(--tp-theme-1);
}

.slider__form-input .nice-select .list .option.selected {
  color: var(--tp-theme-1);
}

.slider__review {
  margin-top: 213px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__review {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__review {
    margin-top: 50px;
  }
}

.slider__review-icon {
  font-size: 15px;
  color: var(--tp-theme-2);
  transform: translateY(-3px);
  display: inline-block;
}

[dir="ltr"] .slider__review-icon {
  margin-right: 5px;
}

[dir="rtl"] .slider__review-icon {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .slider__review-icon {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .slider__review-icon {
  margin-left: 0;
  margin-right: 5px;
}

.slider__review p {
  font-size: 15px;
  text-transform: uppercase;
  font-family: var(--tp-ff-oswald);
  display: inline-block;
}

[dir="ltr"] .slider__review p {
  margin-right: 5px;
}

[dir="rtl"] .slider__review p {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .slider__review p {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .slider__review p {
  margin-left: 0;
  margin-right: 5px;
}

.slider__review p span {
  color: var(--tp-common-black-3);
}

.slider__portfolio-btn {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .slider__portfolio-btn {
  left: -20px;
  transform: rotate(-90deg) translateX(80px);
}

[dir="rtl"] .slider__portfolio-btn {
  right: -20px;
  transform: rotate(90deg) translateX(-80px);
}

[dir="ltr"] [dir=rtl] .slider__portfolio-btn {
  left: auto;
  right: -20px;
  transform: rotate(-90deg) translateX(-80px);
}

[dir="rtl"] [dir=rtl] .slider__portfolio-btn {
  right: auto;
  left: -20px;
  transform: rotate(90deg) translateX(80px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__portfolio-btn {
    top: auto;
    bottom: 50px;
  }

  [dir="ltr"] .slider__portfolio-btn {
    transform: rotate(0deg) translateX(47px);
  }

  [dir="rtl"] .slider__portfolio-btn {
    transform: rotate(0deg) translateX(-47px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__portfolio-btn {
    top: 22%;
  }

  [dir="ltr"] .slider__portfolio-btn {
    left: -40px;
  }

  [dir="rtl"] .slider__portfolio-btn {
    right: -40px;
  }

  [dir="ltr"] [dir=rtl] .slider__portfolio-btn {
    left: auto;
    right: -40px;
  }

  [dir="rtl"] [dir=rtl] .slider__portfolio-btn {
    right: auto;
    left: -40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__portfolio-btn {
    top: 22%;
  }

  [dir="ltr"] .slider__portfolio-btn {
    right: -30px;
    left: auto;
  }

  [dir="rtl"] .slider__portfolio-btn {
    left: -30px;
    right: auto;
  }

  [dir="ltr"] [dir=rtl] .slider__portfolio-btn {
    right: auto;
    left: -30px;
  }

  [dir="rtl"] [dir=rtl] .slider__portfolio-btn {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 575px) {
  .slider__portfolio-btn {
    top: 22%;
  }

  [dir="ltr"] .slider__portfolio-btn {
    right: -30px;
    left: auto;
  }

  [dir="rtl"] .slider__portfolio-btn {
    left: -30px;
    right: auto;
  }

  [dir="ltr"] [dir=rtl] .slider__portfolio-btn {
    left: -30px;
    right: auto;
  }

  [dir="rtl"] [dir=rtl] .slider__portfolio-btn {
    right: -30px;
    left: auto;
  }
}

.slider__mouse-scroll {
  position: absolute;
  top: 50%;
  z-index: 9;
}

[dir="ltr"] .slider__mouse-scroll {
  right: -20px;
  transform: rotate(-90deg) translateX(80px);
}

[dir="rtl"] .slider__mouse-scroll {
  left: -20px;
  transform: rotate(90deg) translateX(-80px);
}

[dir="ltr"] [dir=rtl] .slider__mouse-scroll {
  left: -20px;
  right: auto;
  transform: rotate(-90deg) translateX(-80px);
}

[dir="rtl"] [dir=rtl] .slider__mouse-scroll {
  right: -20px;
  left: auto;
  transform: rotate(90deg) translateX(80px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider__mouse-scroll {
    right: -35px;
  }

  [dir="rtl"] .slider__mouse-scroll {
    left: -35px;
  }

  [dir="ltr"] [dir=rtl] .slider__mouse-scroll {
    right: auto;
    left: -35px;
  }

  [dir="rtl"] [dir=rtl] .slider__mouse-scroll {
    left: auto;
    right: -35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__mouse-scroll {
    top: auto;
    bottom: 0;
  }

  [dir="ltr"] .slider__mouse-scroll {
    right: 48%;
  }

  [dir="rtl"] .slider__mouse-scroll {
    left: 48%;
  }

  [dir="ltr"] [dir=rtl] .slider__mouse-scroll {
    right: auto;
    left: 48%;
  }

  [dir="rtl"] [dir=rtl] .slider__mouse-scroll {
    left: auto;
    right: 48%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__mouse-scroll {
    top: 22%;
  }

  [dir="ltr"] .slider__mouse-scroll {
    right: -37px;
  }

  [dir="rtl"] .slider__mouse-scroll {
    left: -37px;
  }

  [dir="ltr"] [dir=rtl] .slider__mouse-scroll {
    right: auto;
    left: -37px;
  }

  [dir="rtl"] [dir=rtl] .slider__mouse-scroll {
    left: auto;
    right: -37px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__mouse-scroll {
    top: 35%;
  }

  [dir="ltr"] .slider__mouse-scroll {
    right: -30px;
  }

  [dir="rtl"] .slider__mouse-scroll {
    left: -30px;
  }

  [dir="ltr"] [dir=rtl] .slider__mouse-scroll {
    right: auto;
    left: -30px;
  }

  [dir="rtl"] [dir=rtl] .slider__mouse-scroll {
    left: auto;
    right: -30px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__mouse-scroll {
    right: -30px;
  }

  [dir="rtl"] .slider__mouse-scroll {
    left: -30px;
  }

  [dir="ltr"] [dir=rtl] .slider__mouse-scroll {
    right: auto;
    left: -30px;
  }

  [dir="rtl"] [dir=rtl] .slider__mouse-scroll {
    left: auto;
    right: -30px;
  }
}

.slider__mouse-scroll p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-black-3);
  margin-bottom: 0;
}

[dir="ltr"] [dir=rtl] .slider__mouse-scroll p {
  transform: translateX(120px);
}

[dir="rtl"] [dir=rtl] .slider__mouse-scroll p {
  transform: translateX(-120px);
}

[dir="ltr"] .slider__mouse-scroll .mouse-scroll-icon {
  transform: rotate(90deg) translate(1px, 17px);
}

[dir="rtl"] .slider__mouse-scroll .mouse-scroll-icon {
  transform: rotate(-90deg) translate(-1px, 17px);
}

.slider__mouse-scroll-4 {
  top: 85%;
}

.slider__mouse-scroll-4 p {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.7;
}

[dir="ltr"] [dir=rtl] .slider__mouse-scroll-4 p {
  transform: translateX(180px);
}

[dir="rtl"] [dir=rtl] .slider__mouse-scroll-4 p {
  transform: translateX(-180px);
}

.slider__shape-camera {
  position: absolute;
  bottom: 12%;
  mix-blend-mode: exclusion;
  opacity: 0.5;
}

[dir="ltr"] .slider__shape-camera {
  left: -13.5%;
}

[dir="rtl"] .slider__shape-camera {
  right: -13.5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .slider__shape-camera {
    left: -33.5%;
  }

  [dir="rtl"] .slider__shape-camera {
    right: -33.5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__shape-camera {
    bottom: -11%;
  }

  [dir="ltr"] .slider__shape-camera {
    left: -42.5%;
  }

  [dir="rtl"] .slider__shape-camera {
    right: -42.5%;
  }
}

@media (max-width: 575px) {
  .slider__shape-camera {
    bottom: -11%;
  }

  [dir="ltr"] .slider__shape-camera {
    left: -84.5%;
  }

  [dir="rtl"] .slider__shape-camera {
    right: -84.5%;
  }
}

.slider__shape-2-1 {
  position: absolute;
  top: 14%;
  animation: tptranslateY 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-2-1 {
  right: 10%;
}

[dir="rtl"] .slider__shape-2-1 {
  left: 10%;
}

@media (max-width: 575px) {
  .slider__shape-2-1 {
    top: 5%;
    display: none;
  }
}

[dir="ltr"] [dir=rtl] .slider__shape-2-1 {
  right: auto;
  left: 10%;
}

[dir="rtl"] [dir=rtl] .slider__shape-2-1 {
  left: auto;
  right: 10%;
}

.slider__shape-2-2 {
  position: absolute;
  top: 44%;
  animation: tprotate 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-2-2 {
  right: 12%;
}

[dir="rtl"] .slider__shape-2-2 {
  left: 12%;
}

@media (max-width: 575px) {
  .slider__shape-2-2 {
    top: 25%;
  }

  [dir="ltr"] .slider__shape-2-2 {
    right: 5%;
  }

  [dir="rtl"] .slider__shape-2-2 {
    left: 5%;
  }
}

[dir="ltr"] [dir=rtl] .slider__shape-2-2 {
  right: auto;
  left: 12%;
}

[dir="rtl"] [dir=rtl] .slider__shape-2-2 {
  left: auto;
  right: 12%;
}

.slider__shape-2-3 {
  position: absolute;
  bottom: 15%;
  animation: tptranslateX2 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-2-3 {
  right: 16%;
}

[dir="rtl"] .slider__shape-2-3 {
  left: 16%;
}

[dir="ltr"] [dir=rtl] .slider__shape-2-3 {
  right: auto;
  left: 16%;
}

[dir="rtl"] [dir=rtl] .slider__shape-2-3 {
  left: auto;
  right: 16%;
}

.slider__shape-4-1 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 100%;
}

[dir="ltr"] .slider__shape-4-1 {
  right: 0;
}

[dir="rtl"] .slider__shape-4-1 {
  left: 0;
}

[dir=rtl] .slider__shape-4-1 {
  width: 100%;
}

.slider__shape-4-2 {
  position: absolute;
  top: 16%;
  z-index: -1;
  animation: tprotate 3s ease-in-out 3s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-4-2 {
  left: 4%;
}

[dir="rtl"] .slider__shape-4-2 {
  right: 4%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__shape-4-2 {
    top: 4%;
  }
}

.slider__shape-4-3 {
  position: absolute;
  top: 34%;
  z-index: -1;
  animation: tpupdown 2.3s ease-in-out 2.3s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-4-3 {
  left: 9%;
}

[dir="rtl"] .slider__shape-4-3 {
  right: 9%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .slider__shape-4-3 {
    left: 3%;
  }

  [dir="rtl"] .slider__shape-4-3 {
    right: 3%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__shape-4-3 {
    top: 22%;
  }

  [dir="ltr"] .slider__shape-4-3 {
    left: 2%;
  }

  [dir="rtl"] .slider__shape-4-3 {
    right: 2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__shape-4-3 {
    display: none;
  }
}

.slider__shape-5 {
  position: absolute;
  top: 15%;
  animation: tpupdown 1.5s ease-in-out 1.5s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-5 {
  left: 2%;
}

[dir="rtl"] .slider__shape-5 {
  right: 2%;
}

.slider__shape-6 {
  position: absolute;
  bottom: 32%;
  animation: tprotate 3s ease-in-out 3s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-6 {
  left: 6%;
}

[dir="rtl"] .slider__shape-6 {
  right: 6%;
}

.slider__shape-7 {
  position: absolute;
  bottom: 14%;
  animation: tpupdown 1.5s ease-in-out 1.5s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-7 {
  right: 38%;
}

[dir="rtl"] .slider__shape-7 {
  left: 38%;
}

.slider__shape-8 {
  position: absolute;
  top: 19%;
  animation: tprotate 3s ease-in-out 3s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-8 {
  left: 37%;
}

[dir="rtl"] .slider__shape-8 {
  right: 37%;
}

.slider__shape-9 {
  position: absolute;
  top: 30%;
  z-index: -1;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-9 {
  left: 42%;
  transform-origin: left center;
}

[dir="rtl"] .slider__shape-9 {
  right: 42%;
  transform-origin: right center;
}

.slider__shape-10 {
  position: absolute;
  top: 0;
  z-index: -1;
}

[dir="ltr"] .slider__shape-10 {
  left: 0;
}

[dir="rtl"] .slider__shape-10 {
  right: 0;
}

@media (max-width: 575px) {
  .slider__shape-10 {
    width: 100%;
  }
}

.slider__shape-11 {
  position: absolute;
  bottom: 27%;
  z-index: -1;
  animation: tpupdown 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-11 {
  left: 4%;
}

[dir="rtl"] .slider__shape-11 {
  right: 4%;
}

.slider__shape-12 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
  animation: tpupdown 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-12 {
  right: 6%;
}

[dir="rtl"] .slider__shape-12 {
  left: 6%;
}

.slider__shape-13 {
  position: absolute;
  top: 10%;
  z-index: -1;
  animation: tprotate 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .slider__shape-13 {
  right: 48%;
}

[dir="rtl"] .slider__shape-13 {
  left: 48%;
}

@media (max-width: 575px) {
  .slider__shape-13 {
    top: 2%;
  }
}

.slider__shape-14 {
  position: absolute;
  top: 8%;
  z-index: -1;
}

[dir="ltr"] .slider__shape-14 {
  right: 6%;
}

[dir="rtl"] .slider__shape-14 {
  left: 6%;
}

.slider__shape-15 {
  position: absolute;
  top: 3%;
  z-index: -1;
}

[dir="ltr"] .slider__shape-15 {
  right: 31%;
}

[dir="rtl"] .slider__shape-15 {
  left: 31%;
}

.slider__shape-16 {
  position: absolute;
  top: 15%;
  z-index: -1;
}

[dir="ltr"] .slider__shape-16 {
  right: 0;
}

[dir="rtl"] .slider__shape-16 {
  left: 0;
}

.slider__shape-17 {
  position: absolute;
  top: -7%;
  z-index: -1;
}

[dir="ltr"] .slider__shape-17 {
  right: 11%;
}

[dir="rtl"] .slider__shape-17 {
  left: 11%;
}

.slider__shape-18 {
  position: absolute;
  top: 34%;
  z-index: -1;
}

[dir="ltr"] .slider__shape-18 {
  right: 38%;
}

[dir="rtl"] .slider__shape-18 {
  left: 38%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__shape-18 {
    display: none;
  }
}

.slider__shape-19 {
  position: absolute;
  top: 20%;
  z-index: -1;
}

[dir="ltr"] .slider__shape-19 {
  left: 0;
}

[dir="rtl"] .slider__shape-19 {
  right: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__shape-19 {
    top: 3%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__shape-19 {
    top: 10%;
    width: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__shape-19 {
    top: 12%;
    width: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__shape-19 {
    top: 5%;
    transform: scale(-1, 1);
  }

  [dir="ltr"] .slider__shape-19 {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .slider__shape-19 {
    right: auto;
    left: 0;
  }

  [dir=rtl] .slider__shape-19 {
    transform: scale(1, 1);
  }

  [dir="ltr"] [dir=rtl] .slider__shape-19 {
    left: 0;
    right: auto;
  }

  [dir="rtl"] [dir=rtl] .slider__shape-19 {
    right: 0;
    left: auto;
  }
}

@media (max-width: 575px) {
  .slider__shape-19 {
    width: 22%;
  }
}

.slider__shape-20 {
  position: absolute;
  top: 30%;
  z-index: -1;
}

[dir="ltr"] .slider__shape-20 {
  right: -24%;
}

[dir="rtl"] .slider__shape-20 {
  left: -24%;
}

[dir="ltr"] [dir=rtl] .slider__shape-20 {
  right: -5%;
}

[dir="rtl"] [dir=rtl] .slider__shape-20 {
  left: -5%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider__shape-20 {
    top: 20%;
  }

  [dir="ltr"] .slider__shape-20 {
    right: -18%;
  }

  [dir="rtl"] .slider__shape-20 {
    left: -18%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__shape-20 {
    top: 7%;
  }

  [dir="ltr"] .slider__shape-20 {
    right: -7%;
  }

  [dir="rtl"] .slider__shape-20 {
    left: -7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__shape-20 {
    top: 1%;
  }

  [dir="ltr"] .slider__shape-20 {
    right: -2%;
  }

  [dir="rtl"] .slider__shape-20 {
    left: -2%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__shape-20 {
    top: 10%;
    transform: scale(0.8);
  }

  [dir="ltr"] .slider__shape-20 {
    left: 83%;
  }

  [dir="rtl"] .slider__shape-20 {
    right: 83%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__shape-20 {
    top: 15%;
  }

  [dir="ltr"] .slider__shape-20 {
    right: 11%;
  }

  [dir="rtl"] .slider__shape-20 {
    left: 11%;
  }
}

@media (max-width: 575px) {
  .slider__shape-20 {
    top: 0;
    transform: scale(0.6);
  }

  [dir="ltr"] .slider__shape-20 {
    right: -7%;
  }

  [dir="rtl"] .slider__shape-20 {
    left: -7%;
  }
}

.slider__shape-21 {
  position: absolute;
  top: 17%;
}

[dir="ltr"] .slider__shape-21 {
  left: 14%;
}

[dir="rtl"] .slider__shape-21 {
  right: 14%;
}

[dir=rtl] .slider__shape-21 {
  top: 22%;
}

[dir="ltr"] [dir=rtl] .slider__shape-21 {
  left: -3%;
}

[dir="rtl"] [dir=rtl] .slider__shape-21 {
  right: -3%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__shape-21 {
    top: 30%;
    transform: scale(0.7);
  }

  [dir="ltr"] .slider__shape-21 {
    left: 13%;
  }

  [dir="rtl"] .slider__shape-21 {
    right: 13%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__shape-21 {
    top: 22%;
  }

  [dir="ltr"] .slider__shape-21 {
    left: 18%;
  }

  [dir="rtl"] .slider__shape-21 {
    right: 18%;
  }
}

@media (max-width: 575px) {
  .slider__shape-21 {
    top: 17%;
  }

  [dir="ltr"] .slider__shape-21 {
    left: 14%;
    transform: scale(0.7) translateX(-39px);
  }

  [dir="rtl"] .slider__shape-21 {
    right: 14%;
    transform: scale(0.7) translateX(39px);
  }
}

.slider__btn-4 .tp-btn-brown {
  border: 2px solid var(--tp-theme-4);
  padding: 10px 33px;
}

.slider__btn-4 .tp-btn-brown:hover {
  color: var(--tp-common-white);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.slider__btn-8 {
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.slider__btn-8 .tp-style-border {
  border: 2px solid #0a2540;
  padding: 11px 41px 13px;
}

.slider__btn-8 .tp-style-border:hover {
  color: #0a2540;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #f5f7fa;
}

.slider__btn-11 {
  animation-delay: 0.9s;
  animation-duration: 1s;
}

.slider__btn-13 {
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.slider__user {
  margin-top: 150px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__user {
    margin-top: 50px;
  }
}

.slider__user p {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-black-9);
  line-height: 14px;
  margin-bottom: 0;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .slider__user p {
  margin-left: 10px;
}

[dir="rtl"] .slider__user p {
  margin-right: 10px;
}

[dir="ltr"] [dir=rtl] .slider__user p {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] [dir=rtl] .slider__user p {
  margin-right: 0;
  margin-left: 10px;
}

.slider__user ul li {
  list-style: none;
  display: inline-block;
}

[dir="ltr"] .slider__user ul li {
  margin-left: -15px;
}

[dir="rtl"] .slider__user ul li {
  margin-right: -15px;
}

[dir="ltr"] [dir=rtl] .slider__user ul li {
  margin-left: 0;
  margin-right: -15px;
}

[dir="rtl"] [dir=rtl] .slider__user ul li {
  margin-right: 0;
  margin-left: -15px;
}

[dir="ltr"] .slider__user ul li:first-child {
  margin-left: 0;
}

[dir="rtl"] .slider__user ul li:first-child {
  margin-right: 0;
}

[dir="ltr"] [dir=rtl] .slider__user ul li:first-child {
  margin-right: 0;
}

[dir="rtl"] [dir=rtl] .slider__user ul li:first-child {
  margin-left: 0;
}

.slider__user ul li a img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(13, 18, 30, 0.1);
}

[dir="ltr"] .slider__subscribe {
  padding-right: 75px;
}

[dir="rtl"] .slider__subscribe {
  padding-left: 75px;
}

[dir="ltr"] [dir=rtl] .slider__subscribe {
  padding-right: 0;
  padding-left: 75px;
}

[dir="rtl"] [dir=rtl] .slider__subscribe {
  padding-left: 0;
  padding-right: 75px;
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__subscribe {
    padding-right: 0;
  }

  [dir="rtl"] .slider__subscribe {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__subscribe {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__subscribe {
    padding-right: 0;
  }
}

.slider__subscribe-input {
  position: relative;
  margin-bottom: 16px;
}

.slider__subscribe-input input {
  width: 100%;
  height: 70px;
  box-shadow: 0px 2px 3px rgba(4, 36, 30, 0.1);
  border-radius: 40px;
  background-color: var(--tp-common-white);
  border: 0;
  outline: 0;
  padding: 0 180px;
}

[dir="ltr"] .slider__subscribe-input input {
  padding-left: 57px;
}

[dir="rtl"] .slider__subscribe-input input {
  padding-right: 57px;
}

[dir="ltr"] [dir=rtl] .slider__subscribe-input input {
  padding-left: 180px;
  padding-right: 57px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .slider__subscribe-input input {
  padding-right: 180px;
  padding-left: 57px;
  text-align: left;
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__subscribe-input input {
    padding-right: 30px;
  }

  [dir="rtl"] .slider__subscribe-input input {
    padding-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .slider__subscribe-input input {
    padding-right: 0;
    padding-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .slider__subscribe-input input {
    padding-left: 0;
    padding-right: 30px;
  }
}

.slider__subscribe-input input::-webkit-input-placeholder {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  color: var(--tp-text-22);
}

.slider__subscribe-input input:-moz-placeholder {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  color: var(--tp-text-22);
}

.slider__subscribe-input input::-moz-placeholder {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  color: var(--tp-text-22);
}

.slider__subscribe-input input:-ms-input-placeholder {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  color: var(--tp-text-22);
}

.slider__subscribe-input i, .slider__subscribe-input span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: var(--tp-text-22);
}

[dir="ltr"] .slider__subscribe-input i, [dir="ltr"] .slider__subscribe-input span {
  left: 30px;
}

[dir="rtl"] .slider__subscribe-input i, [dir="rtl"] .slider__subscribe-input span {
  right: 30px;
}

[dir="ltr"] [dir=rtl] .slider__subscribe-input i, [dir="ltr"] [dir=rtl] .slider__subscribe-input span {
  left: auto;
  right: 30px;
}

[dir="rtl"] [dir=rtl] .slider__subscribe-input i, [dir="rtl"] [dir=rtl] .slider__subscribe-input span {
  right: auto;
  left: 30px;
}

.slider__subscribe-input svg {
  transform: translateY(-1px);
}

.slider__subscribe-input-box {
  position: relative;
}

.slider__subscribe-input-box button {
  position: absolute;
  top: 10px;
}

[dir="ltr"] .slider__subscribe-input-box button {
  right: 10px;
}

[dir="rtl"] .slider__subscribe-input-box button {
  left: 10px;
}

[dir="ltr"] [dir=rtl] .slider__subscribe-input-box button {
  right: auto;
  left: 10px;
}

[dir="rtl"] [dir=rtl] .slider__subscribe-input-box button {
  left: auto;
  right: 10px;
}

@media (max-width: 575px) {
  .slider__subscribe-input-box button {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  [dir="ltr"] .slider__subscribe-input-box button {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .slider__subscribe-input-box button {
    left: auto;
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__subscribe-input-box button {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__subscribe-input-box button {
    right: auto;
    left: 0;
  }
}

.slider__subscribe-list ul li {
  list-style: none;
  display: inline-block;
}

[dir="ltr"] .slider__subscribe-list ul li {
  margin-right: 25px;
}

[dir="rtl"] .slider__subscribe-list ul li {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .slider__subscribe-list ul li {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .slider__subscribe-list ul li {
  margin-left: 0;
  margin-right: 25px;
}

@media (max-width: 575px) {
  .slider__subscribe-list ul li {
    margin-bottom: 15px;
  }
}

.slider__subscribe-list ul li i {
  display: inline-block;
  background-image: -o-linear-gradient(142.96deg, #28d58a 14.78%, #2cae76 95.99%);
  box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--tp-common-white);
  font-size: 10px;
  border-radius: 50%;
}

[dir="ltr"] .slider__subscribe-list ul li i {
  background-image: linear-gradient(142.96deg, #28d58a 14.78%, #2cae76 95.99%);
  margin-right: 5px;
}

[dir="rtl"] .slider__subscribe-list ul li i {
  background-image: linear-gradient(-142.96deg, #28d58a 14.78%, #2cae76 95.99%);
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .slider__subscribe-list ul li i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .slider__subscribe-list ul li i {
  margin-left: 0;
  margin-right: 5px;
}

.slider__social {
  position: absolute;
  top: 40%;
  z-index: 9;
}

[dir="ltr"] .slider__social {
  left: 75px;
}

[dir="rtl"] .slider__social {
  right: 75px;
}

[dir="ltr"] [dir=rtl] .slider__social {
  left: auto;
  right: 75px;
}

[dir="rtl"] [dir=rtl] .slider__social {
  right: auto;
  left: 75px;
}

.slider__social ul li {
  list-style: none;
}

.slider__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: var(--tp-common-white);
  border-radius: 50%;
  margin-bottom: 8px;
}

.slider__social ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.slider__social ul li a.tw {
  font-size: 13px;
}

.slider__social span {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: relative;
}

[dir="ltr"] .slider__social span {
  transform: rotate(-90deg) translate(-38px, -28px);
  padding-right: 25px;
}

[dir="rtl"] .slider__social span {
  transform: rotate(90deg) translate(38px, -28px);
  padding-left: 25px;
}

[dir="ltr"] [dir=rtl] .slider__social span {
  padding-right: 0;
  padding-left: 25px;
  transform: rotate(-90deg) translate(-38px, 28px);
}

[dir="rtl"] [dir=rtl] .slider__social span {
  padding-left: 0;
  padding-right: 25px;
  transform: rotate(90deg) translate(38px, 28px);
}

.slider__social span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background-color: var(--tp-common-white);
}

[dir="ltr"] .slider__social span::after {
  right: 0;
}

[dir="rtl"] .slider__social span::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .slider__social span::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .slider__social span::after {
  left: auto;
  right: 0;
}

.slider__social-9 > span {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--tp-common-black);
  display: inline-block;
  margin-bottom: 15px;
}

[dir="ltr"] .slider__social-9 > span {
  margin-right: 10px;
}

[dir="rtl"] .slider__social-9 > span {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .slider__social-9 > span {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .slider__social-9 > span {
  margin-left: 0;
  margin-right: 10px;
}

.slider__social-9 ul {
  margin-bottom: 15px;
}

.slider__social-9 ul li {
  list-style: none;
  display: inline-block;
}

[dir="ltr"] .slider__social-9 ul li {
  margin-right: 5px;
}

[dir="rtl"] .slider__social-9 ul li {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .slider__social-9 ul li {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .slider__social-9 ul li {
  margin-left: 0;
  margin-right: 5px;
}

[dir="ltr"] .slider__social-9 ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .slider__social-9 ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .slider__social-9 ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .slider__social-9 ul li:last-child {
  margin-right: 0;
}

.slider__social-9 ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #eaeaef;
  border-radius: 50%;
}

.slider__social-9 ul li a svg {
  transform: translateY(-1px);
}

.slider__social-9 ul li a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.slider__social-12 {
  position: absolute;
  bottom: 43px;
}

[dir="ltr"] .slider__social-12 {
  left: 50px;
}

[dir="rtl"] .slider__social-12 {
  right: 50px;
}

[dir="ltr"] [dir=rtl] .slider__social-12 {
  left: auto;
  right: 50px;
}

[dir="rtl"] [dir=rtl] .slider__social-12 {
  right: auto;
  left: 50px;
}

@media (max-width: 575px) {
  [dir="ltr"] .slider__social-12 {
    left: 15px;
  }

  [dir="rtl"] .slider__social-12 {
    right: 15px;
  }

  [dir="ltr"] [dir=rtl] .slider__social-12 {
    left: auto;
    right: 15px;
  }

  [dir="rtl"] [dir=rtl] .slider__social-12 {
    right: auto;
    left: 15px;
  }
}

.slider__social-12 span {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}

[dir="ltr"] .slider__social-12 span {
  margin-right: 3px;
}

[dir="rtl"] .slider__social-12 span {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .slider__social-12 span {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .slider__social-12 span {
  margin-left: 0;
  margin-right: 3px;
}

.slider__social-12 a {
  color: var(--tp-common-white-op-7);
}

[dir="ltr"] .slider__social-12 a {
  margin-right: 5px;
}

[dir="rtl"] .slider__social-12 a {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .slider__social-12 a {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .slider__social-12 a {
  margin-left: 0;
  margin-right: 5px;
}

[dir="ltr"] .slider__social-12 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .slider__social-12 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .slider__social-12 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .slider__social-12 a:last-child {
  margin-right: 0;
}

.slider__social-12 a:hover {
  color: var(--tp-common-white);
}

.slider__nav {
  width: 650px;
  position: absolute;
  bottom: 0;
  z-index: 9;
}

[dir="ltr"] .slider__nav {
  right: 0;
}

[dir="rtl"] .slider__nav {
  left: 0;
}

[dir="ltr"] [dir=rtl] .slider__nav {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .slider__nav {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__nav {
    bottom: -18px;
    transform: scale(0.7);
  }

  [dir="ltr"] .slider__nav {
    right: -98px;
  }

  [dir="rtl"] .slider__nav {
    left: -98px;
  }

  [dir="ltr"] [dir=rtl] .slider__nav {
    right: auto;
    left: -98px;
  }

  [dir="rtl"] [dir=rtl] .slider__nav {
    left: auto;
    right: -98px;
  }
}

.slider__nav-content {
  padding: 20px 40px 16px;
  background-color: var(--tp-theme-8);
  min-width: 380px;
}

[dir="ltr"] .slider__nav-content {
  padding-right: 109px;
}

[dir="rtl"] .slider__nav-content {
  padding-left: 109px;
}

[dir="ltr"] [dir=rtl] .slider__nav-content {
  padding-right: 40px;
  padding-left: 109px;
}

[dir="rtl"] [dir=rtl] .slider__nav-content {
  padding-left: 40px;
  padding-right: 109px;
}

.slider__nav-content span {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 2px;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
}

.slider__nav-content .slider-nav-title {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  animation-delay: 0.4s;
  animation-duration: 0.5s;
}

.slider__nav-arrow {
  position: absolute;
  top: 0;
  z-index: 11;
}

[dir="ltr"] .slider__nav-arrow {
  right: calc(100% + 1px);
}

[dir="rtl"] .slider__nav-arrow {
  left: calc(100% + 1px);
}

[dir="ltr"] [dir=rtl] .slider__nav-arrow {
  right: auto;
  left: calc(100% + 1px);
}

[dir="rtl"] [dir=rtl] .slider__nav-arrow {
  left: auto;
  right: calc(100% + 1px);
}

.slider__nav-arrow button {
  display: inline-block;
  width: 60px;
  height: 59.5px;
  line-height: 60px;
  text-align: center;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black-12);
  font-size: 18px;
  margin-top: 0.5px;
}

.slider__nav-arrow button:hover {
  background-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.slider__nav-arrow button.slider-button-8-next {
  margin-bottom: 0.5px;
  height: 59.5px;
  margin-top: 0;
}

.slider__nav-arrow button.slider-button-8-next:hover {
  border-color: var(--tp-theme-8);
}

.slider__nav-arrow-12 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
  color: var(--tp-common-white);
}

[dir="ltr"] .slider__nav-arrow-12 button {
  left: 50px;
}

[dir="rtl"] .slider__nav-arrow-12 button {
  right: 50px;
}

[dir="ltr"] [dir=rtl] .slider__nav-arrow-12 button {
  left: auto;
  right: 50px;
}

[dir="rtl"] [dir=rtl] .slider__nav-arrow-12 button {
  right: auto;
  left: 50px;
}

[dir="ltr"] .slider__nav-arrow-12 button.slider-button-12-next {
  left: auto;
  right: 50px;
}

[dir="rtl"] .slider__nav-arrow-12 button.slider-button-12-next {
  right: auto;
  left: 50px;
}

[dir="ltr"] [dir=rtl] .slider__nav-arrow-12 button.slider-button-12-next {
  left: 50px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .slider__nav-arrow-12 button.slider-button-12-next {
  right: 50px;
  left: auto;
}

.slider__nav-arrow-12 button:hover {
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
}

.slider__nav .swiper-slide-active .slider__nav-content span, .slider__nav .swiper-slide-active .slider__nav-content .slider-nav-title {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.slider__product {
  animation-delay: 0.6s;
  animation-duration: 1s;
}

.slider__product-price {
  font-family: var(--tp-ff-rajdhani);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-yellow-4);
  position: relative;
}

.slider__product-price svg {
  position: absolute;
  bottom: -3px;
}

[dir="ltr"] .slider__product-price svg {
  left: 0;
}

[dir="rtl"] .slider__product-price svg {
  right: 0;
}

[dir="ltr"] [dir=rtl] .slider__product-price svg {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .slider__product-price svg {
  right: auto;
  left: 0;
}

.slider__product-price.old-price {
  color: var(--tp-common-black-19);
  font-size: 18px;
  font-weight: 500;
  text-decoration-line: line-through;
}

[dir="ltr"] .slider__product-price.old-price {
  margin-left: 3px;
}

[dir="rtl"] .slider__product-price.old-price {
  margin-right: 3px;
}

[dir="ltr"] [dir=rtl] .slider__product-price.old-price {
  margin-left: 0;
  margin-right: 3px;
}

[dir="rtl"] [dir=rtl] .slider__product-price.old-price {
  margin-right: 0;
  margin-left: 3px;
}

.slider__product-tooltip .tp-tooltip-single {
  position: absolute;
  text-align: center;
  width: 70px;
  height: 70px;
  top: 39%;
  z-index: 1;
}

[dir="ltr"] .slider__product-tooltip .tp-tooltip-single {
  right: 21%;
}

[dir="rtl"] .slider__product-tooltip .tp-tooltip-single {
  left: 21%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__product-tooltip .tp-tooltip-single {
    top: 48%;
  }

  [dir="ltr"] .slider__product-tooltip .tp-tooltip-single {
    right: 2%;
  }

  [dir="rtl"] .slider__product-tooltip .tp-tooltip-single {
    left: 2%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__product-tooltip .tp-tooltip-single {
    top: 45%;
  }

  [dir="ltr"] .slider__product-tooltip .tp-tooltip-single {
    right: 60%;
  }

  [dir="rtl"] .slider__product-tooltip .tp-tooltip-single {
    left: 60%;
  }
}

@media (max-width: 575px) {
  .slider__product-tooltip .tp-tooltip-single {
    display: none;
  }
}

.slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
  top: 18%;
}

[dir="ltr"] .slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
  right: 11%;
}

[dir="rtl"] .slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
  left: 11%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
    right: 6%;
  }

  [dir="rtl"] .slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
    left: 6%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
    top: 43%;
  }

  [dir="ltr"] .slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
    right: 71%;
  }

  [dir="rtl"] .slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
    left: 71%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__product-tooltip .tp-tooltip-single.tp-tooltip-two {
    display: none;
  }
}

.slider__product-tooltip .tp-tooltip-single:hover .tp-tooltip-content {
  visibility: visible;
  opacity: 1;
}

[dir="ltr"] .slider__product-tooltip .tp-tooltip-single:hover .tp-tooltip-content {
  transform: translate(-45%, 36px);
}

[dir="rtl"] .slider__product-tooltip .tp-tooltip-single:hover .tp-tooltip-content {
  transform: translate(45%, 36px);
}

.slider__product-tooltip .tp-tooltip-circle {
  width: 24px;
  height: 24px;
  background-color: var(--tp-theme-1);
  border: 9px solid var(--tp-common-white);
  border-radius: 50%;
  box-shadow: 0px 6px 14px rgba(9, 22, 24, 0.3);
  position: relative;
}

.slider__product-tooltip .tp-tooltip-circle .tp-tooltip-effect-1, .slider__product-tooltip .tp-tooltip-circle .tp-tooltip-effect-2 {
  position: absolute;
  top: -32px;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  border-radius: 50%;
  z-index: -1;
  animation: tp-hotspot-2 2s infinite cubic-bezier(0.4, 0, 1, 1);
  animation-delay: 0s;
}

[dir="ltr"] .slider__product-tooltip .tp-tooltip-circle .tp-tooltip-effect-1, [dir="ltr"] .slider__product-tooltip .tp-tooltip-circle .tp-tooltip-effect-2 {
  left: -32px;
}

[dir="rtl"] .slider__product-tooltip .tp-tooltip-circle .tp-tooltip-effect-1, [dir="rtl"] .slider__product-tooltip .tp-tooltip-circle .tp-tooltip-effect-2 {
  right: -32px;
}

.slider__product-tooltip .tp-tooltip-circle .tp-tooltip-effect-2 {
  animation-delay: 0.4s;
}

.slider__product-tooltip .tp-tooltip-content {
  background-color: var(--tp-common-white);
  position: relative;
  min-width: 220px;
  padding: 15px 20px;
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .slider__product-tooltip .tp-tooltip-content {
  transform: translate(-45%, 50px);
}

[dir="rtl"] .slider__product-tooltip .tp-tooltip-content {
  transform: translate(45%, 50px);
}

.slider__product-tooltip .tp-tooltip-content::after {
  position: absolute;
  content: "";
  top: 0;
  width: 14px;
  height: 14px;
  background-color: var(--tp-common-white);
  top: 0;
}

[dir="ltr"] .slider__product-tooltip .tp-tooltip-content::after {
  left: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

[dir="rtl"] .slider__product-tooltip .tp-tooltip-content::after {
  right: 0;
  right: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
}

.slider__product-tooltip .tp-tooltip-content h5, .slider__product-tooltip .tp-tooltip-content .h5 {
  font-family: var(--tp-ff-syne);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
  text-align: center;
  color: var(--tp-common-black-15);
}

.slider__product-tooltip .tp-tooltip-content p {
  font-family: var(--tp-ff-syne);
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #4e5657;
  line-height: 1;
  margin-bottom: 0;
}

[dir="ltr"] .slider__product-wrapper {
  margin-left: -30px;
}

[dir="rtl"] .slider__product-wrapper {
  margin-right: -30px;
}

[dir="ltr"] [dir=rtl] .slider__product-wrapper {
  margin-left: 0;
  margin-right: -30px;
}

[dir="rtl"] [dir=rtl] .slider__product-wrapper {
  margin-right: 0;
  margin-left: -30px;
}

#product_wrapper {
  position: relative;
  width: 540px;
  height: 614px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] #product_wrapper {
    margin-left: -180px;
  }

  [dir="rtl"] #product_wrapper {
    margin-right: -180px;
  }

  [dir="ltr"] [dir=rtl] #product_wrapper {
    margin-left: 0;
    margin-right: -180px;
  }

  [dir="rtl"] [dir=rtl] #product_wrapper {
    margin-right: 0;
    margin-left: -180px;
  }
}

#product_wrapper::after {
  position: absolute;
  content: "";
  top: -1%;
  width: 700px;
  height: 700px;
  background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 50%;
}

[dir="ltr"] #product_wrapper::after {
  left: -19%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
}

[dir="rtl"] #product_wrapper::after {
  right: -19%;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 100%);
}

[dir="ltr"] [dir=rtl] #product_wrapper::after {
  left: auto;
  right: -19%;
}

[dir="rtl"] [dir=rtl] #product_wrapper::after {
  right: auto;
  left: -19%;
}

#product_wrapper .slider__product-thumb-single {
  visibility: hidden;
  opacity: 0;
}

#product_wrapper.product-img-1 .product-img-1 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-2 .product-img-2 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-3 .product-img-3 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-4 .product-img-4 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-5 .product-img-5 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-6 .product-img-6 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-7 .product-img-7 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-8 .product-img-8 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-9 .product-img-9 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-10 .product-img-10 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-11 .product-img-11 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-12 .product-img-12 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-13 .product-img-13 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-14 .product-img-14 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-15 .product-img-15 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-16 .product-img-16 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-17 .product-img-17 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-18 .product-img-18 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-19 .product-img-19 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-20 .product-img-20 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-21 .product-img-21 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-22 .product-img-22 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-23 .product-img-23 {
  visibility: visible;
  opacity: 1;
}

#product_wrapper.product-img-24 .product-img-24 {
  visibility: visible;
  opacity: 1;
}

.slider__product-thumb-single {
  position: absolute;
  top: -7%;
}

[dir="ltr"] .slider__product-thumb-single {
  left: -16%;
}

[dir="rtl"] .slider__product-thumb-single {
  right: -16%;
}

[dir="ltr"] [dir=rtl] .slider__product-thumb-single {
  left: auto;
  right: -16%;
}

[dir="rtl"] [dir=rtl] .slider__product-thumb-single {
  right: auto;
  left: -16%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__product-thumb-single {
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__product-thumb-single {
    transform: scale(0.7);
  }

  [dir="ltr"] .slider__product-thumb-single {
    left: -60%;
  }

  [dir="rtl"] .slider__product-thumb-single {
    right: -60%;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-single {
    left: auto;
    right: -60%;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-single {
    right: auto;
    left: -60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__product-thumb-single {
    transform: scale(0.6);
  }

  [dir="ltr"] .slider__product-thumb-single {
    left: -48%;
  }

  [dir="rtl"] .slider__product-thumb-single {
    right: -48%;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-single {
    left: auto;
    right: -48%;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-single {
    right: auto;
    left: -48%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__product-thumb-single {
    top: 0;
    transform: scale(0.4);
  }

  [dir="ltr"] .slider__product-thumb-single {
    left: -71%;
  }

  [dir="rtl"] .slider__product-thumb-single {
    right: -71%;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-single {
    left: auto;
    right: -71%;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-single {
    right: auto;
    left: -71%;
  }
}

@media (max-width: 575px) {
  .slider__product-thumb-single {
    top: 0;
  }

  [dir="ltr"] .slider__product-thumb-single {
    left: 0%;
    transform: scale(0.3) translate(-950px, -150px);
  }

  [dir="rtl"] .slider__product-thumb-single {
    right: 0%;
    transform: scale(0.3) translate(950px, -150px);
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-single {
    left: auto;
    right: 0%;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-single {
    right: auto;
    left: 0%;
  }
}

.slider__product-thumb-nav {
  position: absolute;
  top: 22%;
  width: 220px;
  height: 540px;
}

[dir="ltr"] .slider__product-thumb-nav {
  right: 12%;
}

[dir="rtl"] .slider__product-thumb-nav {
  left: 12%;
}

[dir="ltr"] [dir=rtl] .slider__product-thumb-nav {
  right: auto;
  left: 12%;
}

[dir="rtl"] [dir=rtl] .slider__product-thumb-nav {
  left: auto;
  right: 12%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider__product-thumb-nav {
    transform: scale(0.7);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider__product-thumb-nav {
    top: 22%;
    transform: scale(0.7);
  }

  [dir="ltr"] .slider__product-thumb-nav {
    right: 9%;
  }

  [dir="rtl"] .slider__product-thumb-nav {
    left: 9%;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav {
    right: auto;
    left: 9%;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav {
    left: auto;
    right: 9%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider__product-thumb-nav {
    bottom: 0;
    top: auto;
    width: 540px;
    height: 220px;
    transform: scale(0.6) translateY(50px);
  }

  [dir="ltr"] .slider__product-thumb-nav {
    right: 0;
  }

  [dir="rtl"] .slider__product-thumb-nav {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__product-thumb-nav {
    bottom: 0;
    top: auto;
    width: 540px;
    height: 220px;
    transform: scale(0.6) translateY(90px);
  }

  [dir="ltr"] .slider__product-thumb-nav {
    right: 0;
  }

  [dir="rtl"] .slider__product-thumb-nav {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav {
    left: auto;
    right: 0;
  }
}

@media (max-width: 575px) {
  .slider__product-thumb-nav {
    bottom: 0;
    top: auto;
    width: inherit;
    height: 220px;
  }

  [dir="ltr"] .slider__product-thumb-nav {
    right: 0;
    transform: scale(0.6) translate(98px, -120px);
  }

  [dir="rtl"] .slider__product-thumb-nav {
    left: 0;
    transform: scale(0.6) translate(-98px, -120px);
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav {
    left: auto;
    right: 0;
  }
}

.slider__product-thumb-nav-border {
  position: absolute;
  top: 7%;
}

[dir="ltr"] .slider__product-thumb-nav-border {
  left: 2%;
}

[dir="rtl"] .slider__product-thumb-nav-border {
  right: 2%;
}

[dir="ltr"] [dir=rtl] .slider__product-thumb-nav-border {
  left: auto;
  right: 2%;
}

[dir="rtl"] [dir=rtl] .slider__product-thumb-nav-border {
  right: auto;
  left: 2%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider__product-thumb-nav-border {
    display: none;
  }
}

.slider__product-thumb-nav .product-img-sm-1 {
  position: absolute;
  top: -25px;
}

[dir="ltr"] .slider__product-thumb-nav .product-img-sm-1 {
  left: 0;
}

[dir="rtl"] .slider__product-thumb-nav .product-img-sm-1 {
  right: 0;
}

[dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-1 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-1 {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__product-thumb-nav .product-img-sm-1 {
    position: relative;
    top: inherit;
  }

  [dir="ltr"] .slider__product-thumb-nav .product-img-sm-1 {
    left: inherit;
  }

  [dir="rtl"] .slider__product-thumb-nav .product-img-sm-1 {
    right: inherit;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-1 {
    left: auto;
    right: inherit;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-1 {
    right: auto;
    left: inherit;
  }
}

@media (max-width: 575px) {
  .slider__product-thumb-nav .product-img-sm-1 {
    position: relative;
    top: inherit;
  }

  [dir="ltr"] .slider__product-thumb-nav .product-img-sm-1 {
    left: inherit;
  }

  [dir="rtl"] .slider__product-thumb-nav .product-img-sm-1 {
    right: inherit;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-1 {
    left: auto;
    right: inherit;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-1 {
    right: auto;
    left: inherit;
  }
}

.slider__product-thumb-nav .product-img-sm-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .slider__product-thumb-nav .product-img-sm-2 {
  right: -18%;
}

[dir="rtl"] .slider__product-thumb-nav .product-img-sm-2 {
  left: -18%;
}

[dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-2 {
  right: auto;
  left: -18%;
}

[dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-2 {
  left: auto;
  right: -18%;
}

.slider__product-thumb-nav .product-img-sm-2::after {
  background-image: -o-linear-gradient(216.8deg, #9795f0 23.15%, #fbc8d4 74.43%);
}

[dir="ltr"] .slider__product-thumb-nav .product-img-sm-2::after {
  background-image: linear-gradient(216.8deg, #9795f0 23.15%, #fbc8d4 74.43%);
}

[dir="rtl"] .slider__product-thumb-nav .product-img-sm-2::after {
  background-image: linear-gradient(-216.8deg, #9795f0 23.15%, #fbc8d4 74.43%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__product-thumb-nav .product-img-sm-2 {
    position: relative;
    transform: translateY(0);
    top: inherit;
  }

  [dir="ltr"] .slider__product-thumb-nav .product-img-sm-2 {
    right: inherit;
  }

  [dir="rtl"] .slider__product-thumb-nav .product-img-sm-2 {
    left: inherit;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-2 {
    right: auto;
    left: inherit;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-2 {
    left: auto;
    right: inherit;
  }
}

@media (max-width: 575px) {
  .slider__product-thumb-nav .product-img-sm-2 {
    position: relative;
    transform: translateY(0);
    top: inherit;
  }

  [dir="ltr"] .slider__product-thumb-nav .product-img-sm-2 {
    right: inherit;
  }

  [dir="rtl"] .slider__product-thumb-nav .product-img-sm-2 {
    left: inherit;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-2 {
    right: auto;
    left: inherit;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-2 {
    left: auto;
    right: inherit;
  }
}

.slider__product-thumb-nav .product-img-sm-3 {
  position: absolute;
  bottom: -10px;
}

[dir="ltr"] .slider__product-thumb-nav .product-img-sm-3 {
  left: 0;
}

[dir="rtl"] .slider__product-thumb-nav .product-img-sm-3 {
  right: 0;
}

[dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-3 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-3 {
  right: auto;
  left: 0;
}

.slider__product-thumb-nav .product-img-sm-3::after {
  background-image: -o-linear-gradient(223.95deg, #ffdd71 16.77%, #ff7750 83.83%);
}

[dir="ltr"] .slider__product-thumb-nav .product-img-sm-3::after {
  background-image: linear-gradient(223.95deg, #ffdd71 16.77%, #ff7750 83.83%);
}

[dir="rtl"] .slider__product-thumb-nav .product-img-sm-3::after {
  background-image: linear-gradient(-223.95deg, #ffdd71 16.77%, #ff7750 83.83%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__product-thumb-nav .product-img-sm-3 {
    position: relative;
    bottom: inherit;
  }

  [dir="ltr"] .slider__product-thumb-nav .product-img-sm-3 {
    left: inherit;
  }

  [dir="rtl"] .slider__product-thumb-nav .product-img-sm-3 {
    right: inherit;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-3 {
    left: auto;
    right: inherit;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-3 {
    right: auto;
    left: inherit;
  }
}

@media (max-width: 575px) {
  .slider__product-thumb-nav .product-img-sm-3 {
    position: relative;
    bottom: inherit;
  }

  [dir="ltr"] .slider__product-thumb-nav .product-img-sm-3 {
    left: inherit;
  }

  [dir="rtl"] .slider__product-thumb-nav .product-img-sm-3 {
    right: inherit;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-3 {
    left: auto;
    right: inherit;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-nav .product-img-sm-3 {
    right: auto;
    left: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider__product-thumb-sm {
    margin-right: 60px;
  }

  [dir="rtl"] .slider__product-thumb-sm {
    margin-left: 60px;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-sm {
    margin-right: 0;
    margin-left: 60px;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-sm {
    margin-left: 0;
    margin-right: 60px;
  }

  [dir="ltr"] .slider__product-thumb-sm:last-child {
    margin-right: 0;
  }

  [dir="rtl"] .slider__product-thumb-sm:last-child {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .slider__product-thumb-sm:last-child {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .slider__product-thumb-sm:last-child {
    margin-right: 0;
  }
}

.slider__product-thumb-sm:hover {
  cursor: pointer;
}

.slider__product-thumb-sm::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: 22%;
  background-image: -o-linear-gradient(207.57deg, #ff758c 17.24%, #ff7eb3 79.95%);
  border-radius: 50%;
  z-index: -1;
  transform-origin: center center;
}

[dir="ltr"] .slider__product-thumb-sm::after {
  left: 3%;
  background-image: linear-gradient(207.57deg, #ff758c 17.24%, #ff7eb3 79.95%);
}

[dir="rtl"] .slider__product-thumb-sm::after {
  right: 3%;
  background-image: linear-gradient(-207.57deg, #ff758c 17.24%, #ff7eb3 79.95%);
}

[dir="ltr"] [dir=rtl] .slider__product-thumb-sm::after {
  left: auto;
  right: 3%;
}

[dir="rtl"] [dir=rtl] .slider__product-thumb-sm::after {
  right: auto;
  left: 3%;
}

.slider__product-thumb-sm img {
  transform: scale(0.9);
}

[dir="ltr"] .slider__product-thumb-sm.active img {
  transform: scale(1.4) translate(1px, -14px);
}

[dir="rtl"] .slider__product-thumb-sm.active img {
  transform: scale(1.4) translate(-1px, -14px);
}

.slider__product-thumb-sm.active::after {
  transform: scale(1.42);
}

.slider-form-btn {
  display: inline-block;
  padding: 12px 27px;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-radius: 30px;
  font-family: var(--tp-ff-space);
}

[dir="ltr"] .slider-form-btn {
  margin-left: 29px;
}

[dir="rtl"] .slider-form-btn {
  margin-right: 29px;
}

[dir="ltr"] [dir=rtl] .slider-form-btn {
  margin-left: 0;
  margin-right: 29px;
}

[dir="rtl"] [dir=rtl] .slider-form-btn {
  margin-right: 0;
  margin-left: 29px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-form-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  [dir="ltr"] .slider-form-btn {
    margin-left: 5px;
  }

  [dir="rtl"] .slider-form-btn {
    margin-right: 5px;
  }

  [dir="ltr"] [dir=rtl] .slider-form-btn {
    margin-left: 0;
    margin-right: 5px;
  }

  [dir="rtl"] [dir=rtl] .slider-form-btn {
    margin-right: 0;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-form-btn {
    width: 100%;
  }

  [dir="ltr"] .slider-form-btn {
    margin-left: 0;
  }

  [dir="rtl"] .slider-form-btn {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider-form-btn {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider-form-btn {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .slider-form-btn {
    width: 100%;
    margin-top: 15px;
  }

  [dir="ltr"] .slider-form-btn {
    margin-left: 0;
  }

  [dir="rtl"] .slider-form-btn {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .slider-form-btn {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .slider-form-btn {
    margin-left: 0;
  }
}

[dir="ltr"] .slider-form-btn i {
  margin-left: 3px;
}

[dir="rtl"] .slider-form-btn i {
  margin-right: 3px;
}

[dir="ltr"] [dir=rtl] .slider-form-btn i {
  margin-left: 0;
  margin-right: 3px;
}

[dir="rtl"] [dir=rtl] .slider-form-btn i {
  margin-right: 0;
  margin-left: 3px;
}

.slider-form-btn:hover {
  background-color: var(--tp-theme-1-dark);
  color: var(--tp-common-white);
}

.main-slider-dot {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  width: inherit !important;
}

[dir="ltr"] .main-slider-dot {
  right: 40px;
  left: auto !important;
}

[dir="rtl"] .main-slider-dot {
  left: 40px;
  right: auto !important;
}

[dir="ltr"] [dir=rtl] .main-slider-dot {
  right: auto;
  left: 40px !important;
}

[dir="rtl"] [dir=rtl] .main-slider-dot {
  left: auto;
  right: 40px !important;
}

.main-slider-dot .swiper-pagination-bullet {
  height: 2px;
  width: 20px;
  background-color: var(--tp-common-white);
  border-radius: 0;
  opacity: 1;
  margin: 5px 0 !important;
  position: relative;
}

.main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active, .main-slider-dot .swiper-pagination-bullet:hover {
  background-color: var(--tp-theme-1);
  width: 50px;
}

.main-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active button, .main-slider-dot .swiper-pagination-bullet:hover button {
  opacity: 1;
}

.main-slider-dot .swiper-pagination-bullet button {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  position: absolute;
  top: -1px;
  transform: translateY(-13px);
  opacity: 0;
}

[dir="ltr"] .main-slider-dot .swiper-pagination-bullet button {
  left: -25px;
}

[dir="rtl"] .main-slider-dot .swiper-pagination-bullet button {
  right: -25px;
}

[dir="ltr"] [dir=rtl] .main-slider-dot .swiper-pagination-bullet button {
  left: auto;
  right: -25px;
}

[dir="rtl"] [dir=rtl] .main-slider-dot .swiper-pagination-bullet button {
  right: auto;
  left: -25px;
}

.main-slider-dot-8 {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  left: auto;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  width: inherit !important;
  z-index: 99;
}

[dir="ltr"] .main-slider-dot-8 {
  right: 84px;
  left: auto !important;
}

[dir="rtl"] .main-slider-dot-8 {
  left: 84px;
  right: auto !important;
}

[dir="ltr"] [dir=rtl] .main-slider-dot-8 {
  right: auto !important;
  left: 84px !important;
}

[dir="rtl"] [dir=rtl] .main-slider-dot-8 {
  left: auto !important;
  right: 84px !important;
}

.main-slider-dot-8 .swiper-pagination-bullet {
  margin: 17px 0 !important;
  display: inline-block;
  opacity: 1;
  height: 0;
  width: 1px;
  background-color: var(--tp-common-white);
  border-radius: 0;
  position: relative;
}

.main-slider-dot-8 .swiper-pagination-bullet button {
  position: absolute;
  top: -38px;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  color: var(--tp-common-white);
  margin: 7px 0;
  transition: all 0.2s ease;
}

[dir="ltr"] .main-slider-dot-8 .swiper-pagination-bullet button {
  left: -9px;
  transform: rotate(90deg);
}

[dir="rtl"] .main-slider-dot-8 .swiper-pagination-bullet button {
  right: -9px;
  transform: rotate(-90deg);
}

[dir="ltr"] [dir=rtl] .main-slider-dot-8 .swiper-pagination-bullet button {
  left: auto;
  right: -9px;
}

[dir="rtl"] [dir=rtl] .main-slider-dot-8 .swiper-pagination-bullet button {
  right: auto;
  left: -9px;
}

.main-slider-dot-8 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 100px;
  margin: 23px 0 !important;
}

[dir="ltr"] .main-slider-dot-8 .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  left: -13px;
  transform: rotate(90deg) scale(1.4) translateY(-4px);
}

[dir="rtl"] .main-slider-dot-8 .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  right: -13px;
  transform: rotate(-90deg) scale(1.4) translateY(-4px);
}

[dir="ltr"] [dir=rtl] .main-slider-dot-8 .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  left: auto;
  right: -13px;
  transform: rotate(90deg) scale(1.4) translateY(4px);
}

[dir="rtl"] [dir=rtl] .main-slider-dot-8 .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  right: auto;
  left: -13px;
  transform: rotate(-90deg) scale(1.4) translateY(4px);
}

.slider-pagination-11 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

[dir="ltr"] .slider-pagination-11 {
  right: 60px !important;
}

[dir="rtl"] .slider-pagination-11 {
  left: 60px !important;
}

[dir="ltr"] [dir=rtl] .slider-pagination-11 {
  right: auto !important;
  left: 60px !important;
}

[dir="rtl"] [dir=rtl] .slider-pagination-11 {
  left: auto !important;
  right: 60px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .slider-pagination-11 {
    right: 30px !important;
  }

  [dir="rtl"] .slider-pagination-11 {
    left: 30px !important;
  }

  [dir="ltr"] [dir=rtl] .slider-pagination-11 {
    right: auto !important;
    left: 30px;
  }

  [dir="rtl"] [dir=rtl] .slider-pagination-11 {
    left: auto !important;
    right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .slider-pagination-11 {
    right: 20px !important;
  }

  [dir="rtl"] .slider-pagination-11 {
    left: 20px !important;
  }

  [dir="ltr"] [dir=rtl] .slider-pagination-11 {
    right: auto !important;
    left: 20px;
  }

  [dir="rtl"] [dir=rtl] .slider-pagination-11 {
    left: auto !important;
    right: 20px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .slider-pagination-11 {
    right: 15px !important;
  }

  [dir="rtl"] .slider-pagination-11 {
    left: 15px !important;
  }

  [dir="ltr"] [dir=rtl] .slider-pagination-11 {
    right: auto !important;
    left: 15px;
  }

  [dir="rtl"] [dir=rtl] .slider-pagination-11 {
    left: auto !important;
    right: 15px;
  }
}

.slider-pagination-11 .swiper-pagination-bullet {
  margin: 28px 0 !important;
  width: 5px;
  height: 5px;
  background-color: rgba(3, 4, 28, 0.6);
}

.slider-pagination-11 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #03041c;
}

.slider-pagination-11 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  top: 50%;
  border-color: var(--tp-common-black);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

[dir="ltr"] .slider-pagination-11 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  left: 49%;
}

[dir="rtl"] .slider-pagination-11 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  right: 49%;
}

.slider-pagination-11-white .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}

.slider-pagination-11-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}

.slider-pagination-11-white .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--tp-common-white);
}

.slider-pagination-12 {
  position: absolute;
  bottom: 43px;
  z-index: 9;
  width: auto;
}

[dir="ltr"] .slider-pagination-12 {
  right: 50px;
  left: auto;
}

[dir="rtl"] .slider-pagination-12 {
  left: 50px;
  right: auto;
}

[dir="ltr"] [dir=rtl] .slider-pagination-12 {
  right: auto;
  left: 50px;
}

[dir="rtl"] [dir=rtl] .slider-pagination-12 {
  left: auto;
  right: 50px;
}

@media (max-width: 575px) {
  [dir="ltr"] .slider-pagination-12 {
    right: 15px;
  }

  [dir="rtl"] .slider-pagination-12 {
    left: 15px;
  }

  [dir="ltr"] [dir=rtl] .slider-pagination-12 {
    right: auto;
    left: 15px;
  }

  [dir="rtl"] [dir=rtl] .slider-pagination-12 {
    left: auto;
    right: 15px;
  }
}

.slider-portfolio-btn {
  font-size: 13px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--tp-ff-inter);
}

[dir="ltr"] .slider-portfolio-btn i, [dir="ltr"] .slider-portfolio-btn svg {
  margin-right: 7px;
}

[dir="rtl"] .slider-portfolio-btn i, [dir="rtl"] .slider-portfolio-btn svg {
  margin-left: 7px;
}

[dir="ltr"] [dir=rtl] .slider-portfolio-btn i, [dir="ltr"] [dir=rtl] .slider-portfolio-btn svg {
  margin-right: 0;
  margin-left: 7px;
}

[dir="rtl"] [dir=rtl] .slider-portfolio-btn i, [dir="rtl"] [dir=rtl] .slider-portfolio-btn svg {
  margin-left: 0;
  margin-right: 7px;
}

.slider-portfolio-btn:hover {
  color: var(--tp-theme-2);
}

@keyframes sliderThumb {
  0% {
    transform: rotate(-180deg) scale(0.9);
  }

  100% {
    transform: rotate(-180deg) scale(1);
  }
}

@keyframes borderanimate {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes slideOver {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(100%);
  }

  50% {
    transform: translateX(100%);
  }

  75% {
    transform: translateX(0);
  }
}
/*----------------------------------------*/
/*  07. ABOUT CSS START
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__section-wrapper-6 .section__title-wrapper-6 {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__section-wrapper-6 .section__title-wrapper-6 p {
    margin-bottom: 40px;
  }
}

[dir="ltr"] [dir=rtl] .about__wrapper {
  padding-right: 0;
  padding-left: 95px;
}

[dir="rtl"] [dir=rtl] .about__wrapper {
  padding-left: 0;
  padding-right: 95px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .about__wrapper {
    padding-right: 135px;
  }

  [dir="rtl"] .about__wrapper {
    padding-left: 135px;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper {
    padding-right: 0;
    padding-left: 135px;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper {
    padding-left: 0;
    padding-right: 135px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__wrapper {
    padding-right: 0;
  }

  [dir="rtl"] .about__wrapper {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__wrapper {
    margin-top: 50px;
  }

  [dir="ltr"] .about__wrapper {
    padding-right: 0;
  }

  [dir="rtl"] .about__wrapper {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper {
    padding-right: 0;
  }
}

.about__wrapper > p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 23px;
  letter-spacing: -0.02em;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .about__wrapper-3 {
    padding-left: 65px;
  }

  [dir="rtl"] .about__wrapper-3 {
    padding-right: 65px;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-3 {
    padding-left: 0;
    padding-right: 65px;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-3 {
    padding-right: 0;
    padding-left: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__wrapper-3 {
    padding-left: 0;
  }

  [dir="rtl"] .about__wrapper-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-3 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__wrapper-3 {
    margin-top: 50px;
  }

  [dir="ltr"] .about__wrapper-3 {
    padding-left: 0;
  }

  [dir="rtl"] .about__wrapper-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-3 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .about__wrapper-4 {
    padding-right: 0;
  }

  [dir="rtl"] .about__wrapper-4 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-4 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-4 {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__wrapper-4 {
    margin-top: 60px;
  }

  [dir="ltr"] .about__wrapper-4 {
    padding-right: 0;
  }

  [dir="rtl"] .about__wrapper-4 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-4 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-4 {
    padding-right: 0;
  }
}

.about__wrapper-4 > p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 23px;
}

[dir="ltr"] .about__wrapper-4 > p {
  padding-right: 25px;
}

[dir="rtl"] .about__wrapper-4 > p {
  padding-left: 25px;
}

[dir="ltr"] [dir=rtl] .about__wrapper-4 > p {
  padding-right: 0;
  padding-left: 25px;
}

[dir="rtl"] [dir=rtl] .about__wrapper-4 > p {
  padding-left: 0;
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .about__wrapper-5 {
  padding-right: 0;
  padding-left: 90px;
}

[dir="rtl"] [dir=rtl] .about__wrapper-5 {
  padding-left: 0;
  padding-right: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .about__wrapper-5 {
    padding-right: 0;
  }

  [dir="rtl"] .about__wrapper-5 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-5 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-5 {
    padding-right: 0;
  }
}

.about__wrapper-5 > p {
  font-size: 18px;
  line-height: 28px;
  color: var(--tp-text-1);
  margin-bottom: 50px;
}

[dir="ltr"] [dir=rtl] .about__wrapper-8 {
  padding-left: 0;
  padding-right: 70px;
}

[dir="rtl"] [dir=rtl] .about__wrapper-8 {
  padding-right: 0;
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__wrapper-8 {
    padding-left: 0;
  }

  [dir="rtl"] .about__wrapper-8 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-8 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-8 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__wrapper-8 {
    margin-top: 50px;
  }

  [dir="ltr"] .about__wrapper-8 {
    padding-left: 0;
  }

  [dir="rtl"] .about__wrapper-8 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-8 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-8 {
    padding-left: 0;
  }
}

.about__wrapper-8 > p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 65px;
}

.about__wrapper-8 .about-wrapper-8-paragraph {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 27px;
}

.about__wrapper-9 {
  padding-top: 115px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
}

.about__wrapper-9 .about-subtitle {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 0;
}

[dir="ltr"] .about__wrapper-9 .about-subtitle {
  padding-left: 13px;
}

[dir="rtl"] .about__wrapper-9 .about-subtitle {
  padding-right: 13px;
}

[dir="ltr"] [dir=rtl] .about__wrapper-9 .about-subtitle {
  padding-left: 0;
  padding-right: 13px;
}

[dir="rtl"] [dir=rtl] .about__wrapper-9 .about-subtitle {
  padding-right: 0;
  padding-left: 13px;
}

.about__wrapper-9 .about-subtitle::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] .about__wrapper-9 .about-subtitle::after {
  left: 0;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .about__wrapper-9 .about-subtitle::after {
  right: 0;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] [dir=rtl] .about__wrapper-9 .about-subtitle::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__wrapper-9 .about-subtitle::after {
  right: auto;
  left: 0;
}

.about__wrapper-9 .about-title {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #7c7c85;
  margin-bottom: 25px;
}

.about__wrapper-9 .about-title span {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__wrapper-9 .about-title {
    font-size: 39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .about__wrapper-9 .about-title {
    font-size: 32px;
  }
}

.about__wrapper-9 p {
  font-family: var(--tp-ff-syne);
  font-size: 18px;
  line-height: 1.5;
  color: #a3a3aa;
  margin-bottom: 50px;
}

[dir="ltr"] .about__wrapper-9 p {
  padding-right: 180px;
}

[dir="rtl"] .about__wrapper-9 p {
  padding-left: 180px;
}

[dir="ltr"] [dir=rtl] .about__wrapper-9 p {
  padding-right: 0;
  padding-left: 180px;
}

[dir="rtl"] [dir=rtl] .about__wrapper-9 p {
  padding-left: 0;
  padding-right: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__wrapper-9 p {
    padding-right: 80px;
  }

  [dir="rtl"] .about__wrapper-9 p {
    padding-left: 80px;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-9 p {
    padding-right: 0;
    padding-left: 80px;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-9 p {
    padding-left: 0;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .about__wrapper-9 p {
    padding-right: 0;
  }

  [dir="rtl"] .about__wrapper-9 p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-9 p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-9 p {
    padding-right: 0;
  }
}

[dir="ltr"] .about__wrapper-14 {
  margin-right: -50px;
}

[dir="rtl"] .about__wrapper-14 {
  margin-left: -50px;
}

[dir="ltr"] [dir=rtl] .about__wrapper-14 {
  margin-right: 0;
  margin-left: -50px;
}

[dir="rtl"] [dir=rtl] .about__wrapper-14 {
  margin-left: 0;
  margin-right: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .about__wrapper-14 {
    padding-left: 0;
    margin-right: 0;
  }

  [dir="rtl"] .about__wrapper-14 {
    padding-right: 0;
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-14 {
    padding-right: 0;
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-14 {
    padding-left: 0;
    margin-right: 0;
  }
}

.about__wrapper-14 p {
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 42px;
}

[dir="ltr"] .about__wrapper-14 p {
  padding-right: 150px;
}

[dir="rtl"] .about__wrapper-14 p {
  padding-left: 150px;
}

[dir="ltr"] [dir=rtl] .about__wrapper-14 p {
  padding-right: 0;
  padding-left: 150px;
}

[dir="rtl"] [dir=rtl] .about__wrapper-14 p {
  padding-left: 0;
  padding-right: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__wrapper-14 p {
    padding-right: 50px;
  }

  [dir="rtl"] .about__wrapper-14 p {
    padding-left: 50px;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-14 p {
    padding-right: 0;
    padding-left: 50px;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-14 p {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .about__wrapper-14 p {
    padding-right: 130px;
  }

  [dir="rtl"] .about__wrapper-14 p {
    padding-left: 130px;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-14 p {
    padding-right: 0;
    padding-left: 130px;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-14 p {
    padding-left: 0;
    padding-right: 130px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .about__wrapper-14 p {
    padding-right: 0;
  }

  [dir="rtl"] .about__wrapper-14 p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-14 p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-14 p {
    padding-right: 0;
  }
}

.about__wrapper-14 .about-btn .tp-btn {
  font-size: 15px;
  padding: 11px 34px 13px;
}

.about__wrapper-14 .about-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__wrapper-15 {
    padding-left: 0;
  }

  [dir="rtl"] .about__wrapper-15 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-15 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-15 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__wrapper-15 {
    margin-top: 50px;
  }

  [dir="ltr"] .about__wrapper-15 {
    padding-left: 0;
  }

  [dir="rtl"] .about__wrapper-15 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__wrapper-15 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__wrapper-15 {
    padding-left: 0;
  }
}

.about__thumb {
  position: relative;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.about__thumb-wrapper {
  position: relative;
  z-index: 1;
}

[dir="ltr"] [dir=rtl] .about__thumb-wrapper {
  padding-right: 0;
  margin-left: 0;
  margin-right: 70px;
  padding-left: 100px;
}

[dir="rtl"] [dir=rtl] .about__thumb-wrapper {
  padding-left: 0;
  margin-right: 0;
  margin-left: 70px;
  padding-right: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .about__thumb-wrapper {
    margin-left: 0;
  }

  [dir="rtl"] .about__thumb-wrapper {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-wrapper {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-wrapper {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .about__thumb-wrapper {
    margin-left: 0;
    padding-right: 0;
  }

  [dir="rtl"] .about__thumb-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-wrapper {
    margin-right: 0;
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-wrapper {
    margin-left: 0;
    padding-right: 0;
  }
}

.about__thumb-wrapper-7 {
  position: relative;
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  .about__thumb-wrapper-7 {
    padding-bottom: 0;
  }

  [dir="ltr"] .about__thumb-wrapper-7 {
    padding-right: 0;
  }

  [dir="rtl"] .about__thumb-wrapper-7 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-wrapper-7 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-wrapper-7 {
    padding-right: 0;
  }
}

[dir="ltr"] [dir=rtl] .about__thumb-wrapper-8 {
  padding-right: 0;
  padding-left: 100px;
}

[dir="rtl"] [dir=rtl] .about__thumb-wrapper-8 {
  padding-left: 0;
  padding-right: 100px;
}

@media (max-width: 575px) {
  [dir="ltr"] .about__thumb-wrapper-8 {
    padding-right: 0;
  }

  [dir="rtl"] .about__thumb-wrapper-8 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-wrapper-8 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-wrapper-8 {
    padding-right: 0;
  }
}

.about__thumb-text {
  position: absolute;
  top: 30%;
  z-index: -1;
}

[dir="ltr"] .about__thumb-text {
  left: 0;
  transform: rotate(-90deg) translateY(-188px);
}

[dir="rtl"] .about__thumb-text {
  right: 0;
  transform: rotate(90deg) translateY(-188px);
}

[dir="ltr"] [dir=rtl] .about__thumb-text {
  left: auto;
  right: 0;
  transform: rotate(-90deg) translateY(188px);
}

[dir="rtl"] [dir=rtl] .about__thumb-text {
  right: auto;
  left: 0;
  transform: rotate(90deg) translateY(188px);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .about__thumb-text {
    left: auto;
    right: 0;
    transform: rotate(-90deg) translateY(110px) scale(-1, -1);
  }

  [dir="rtl"] .about__thumb-text {
    right: auto;
    left: 0;
    transform: rotate(90deg) translateY(110px) scale(-1, -1);
  }

  [dir="ltr"] [dir=rtl] .about__thumb-text {
    left: 0;
    right: auto;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-text {
    right: 0;
    left: auto;
  }
}

@media (max-width: 575px) {
  .about__thumb-text {
    top: 0;
    transform: rotate(0) translateY(-43px);
  }

  [dir="ltr"] .about__thumb-text {
    left: auto;
  }

  [dir="rtl"] .about__thumb-text {
    right: auto;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-text {
    left: 0;
    right: auto;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-text {
    right: 0;
    left: auto;
  }
}

.about__thumb-text h3, .about__thumb-text .h3 {
  color: var(--tp-grey-3);
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  position: relative;
}

@media (max-width: 575px) {
  .about__thumb-text h3, .about__thumb-text .h3 {
    font-size: 60px;
  }
}

.about__thumb-text h3::after, .about__thumb-text .h3::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  color: var(--tp-theme-1);
  overflow: hidden;
  width: 100%;
  transition: all 2s ease-out 0s;
  animation: about-text 2s ease-in-out 1s forwards infinite alternate-reverse;
}

[dir="ltr"] .about__thumb-text h3::after, [dir="ltr"] .about__thumb-text .h3::after {
  left: 0;
}

[dir="rtl"] .about__thumb-text h3::after, [dir="rtl"] .about__thumb-text .h3::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .about__thumb-text h3::after, [dir="ltr"] [dir=rtl] .about__thumb-text .h3::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__thumb-text h3::after, [dir="rtl"] [dir=rtl] .about__thumb-text .h3::after {
  right: auto;
  left: 0;
}

.about__thumb-3 {
  position: relative;
  z-index: 1;
}

.about__thumb-3 .about-3-main-thumb {
  transform: rotate(0);
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: aboutRotate3;
}

.about__thumb-3::after {
  position: absolute;
  content: "";
  top: -10px;
  width: 350px;
  height: 655px;
  background: linear-gradient(0deg, #fdb348 -2.63%, #ff6b6b 91.65%);
  z-index: -1;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-name: aboutGradient;
}

[dir="ltr"] .about__thumb-3::after {
  left: 0;
  transform: rotate(171deg);
}

[dir="rtl"] .about__thumb-3::after {
  right: 0;
  transform: rotate(-171deg);
}

[dir="ltr"] [dir=rtl] .about__thumb-3::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__thumb-3::after {
  right: auto;
  left: 0;
}

@media (max-width: 575px) {
  .about__thumb-3::after {
    width: 260px;
    height: 399px;
  }
}

.about__thumb-4 {
  background-color: var(--tp-common-green-dark);
  position: relative;
  z-index: 1;
}

[dir="ltr"] .about__thumb-4 {
  margin-left: 130px;
  margin-right: 100px;
}

[dir="rtl"] .about__thumb-4 {
  margin-right: 130px;
  margin-left: 100px;
}

[dir="ltr"] [dir=rtl] .about__thumb-4 {
  margin-left: 100px;
  margin-right: 130px;
}

[dir="rtl"] [dir=rtl] .about__thumb-4 {
  margin-right: 100px;
  margin-left: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__thumb-4 {
    margin-left: 0;
    margin-right: 30px;
  }

  [dir="rtl"] .about__thumb-4 {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-4 {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-4 {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__thumb-4 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 575px) {
  .about__thumb-4 {
    margin-left: 0;
    margin-right: 0;
  }
}

.about__thumb-4 .about-thumb-main {
  margin-top: -100px;
}

[dir="ltr"] .about__thumb-4 .about-thumb-main {
  margin-left: -50px;
}

[dir="rtl"] .about__thumb-4 .about-thumb-main {
  margin-right: -50px;
}

[dir="ltr"] [dir=rtl] .about__thumb-4 .about-thumb-main {
  margin-right: -50px;
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .about__thumb-4 .about-thumb-main {
  margin-left: -50px;
  margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .about__thumb-4 .about-thumb-main {
    margin-left: -75px;
  }

  [dir="rtl"] .about__thumb-4 .about-thumb-main {
    margin-right: -75px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-4 .about-thumb-main {
    margin-left: 0;
    margin-right: -75px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-4 .about-thumb-main {
    margin-right: 0;
    margin-left: -75px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__thumb-4 .about-thumb-main {
    margin-left: -20px;
  }

  [dir="rtl"] .about__thumb-4 .about-thumb-main {
    margin-right: -20px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-4 .about-thumb-main {
    margin-left: 0;
    margin-right: -20px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-4 .about-thumb-main {
    margin-right: 0;
    margin-left: -20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .about__thumb-4 .about-thumb-main {
    margin-left: 0;
  }

  [dir="rtl"] .about__thumb-4 .about-thumb-main {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-4 .about-thumb-main {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-4 .about-thumb-main {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .about__thumb-4 .about-thumb-main {
    max-width: 100%;
  }

  [dir="ltr"] .about__thumb-4 .about-thumb-main {
    margin-left: 0;
  }

  [dir="rtl"] .about__thumb-4 .about-thumb-main {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-4 .about-thumb-main {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-4 .about-thumb-main {
    margin-left: 0;
  }
}

.about__thumb-5 {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__thumb-5 {
    margin-top: 50px;
  }
}

.about__thumb-5::after {
  position: absolute;
  content: "";
  top: -15%;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #f8ecff;
  z-index: -1;
}

[dir="ltr"] .about__thumb-5::after {
  left: -11%;
}

[dir="rtl"] .about__thumb-5::after {
  right: -11%;
}

[dir="ltr"] [dir=rtl] .about__thumb-5::after {
  left: auto;
  right: -11%;
}

[dir="rtl"] [dir=rtl] .about__thumb-5::after {
  right: auto;
  left: -11%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__thumb-5::after {
    top: 0%;
  }
}

@media (max-width: 575px) {
  .about__thumb-5::after {
    top: -20%;
    width: 200px;
    height: 200px;
  }
}

.about__thumb-5::before {
  position: absolute;
  content: "";
  bottom: 24%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #eff8ed;
  z-index: -1;
}

[dir="ltr"] .about__thumb-5::before {
  right: -26%;
}

[dir="rtl"] .about__thumb-5::before {
  left: -26%;
}

[dir="ltr"] [dir=rtl] .about__thumb-5::before {
  right: auto;
  left: -26%;
}

[dir="rtl"] [dir=rtl] .about__thumb-5::before {
  left: auto;
  right: -26%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__thumb-5::before {
    bottom: -17%;
  }

  [dir="ltr"] .about__thumb-5::before {
    right: 0;
  }

  [dir="rtl"] .about__thumb-5::before {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-5::before {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-5::before {
    left: auto;
    right: 0;
  }
}

.about__thumb-5 .about-main-5 {
  position: absolute;
  top: 20px;
  border-radius: 14px;
  width: 641px;
  height: 450px;
}

[dir="ltr"] .about__thumb-5 .about-main-5 {
  left: 20px;
}

[dir="rtl"] .about__thumb-5 .about-main-5 {
  right: 20px;
}

[dir="ltr"] [dir=rtl] .about__thumb-5 .about-main-5 {
  left: auto;
  right: 20px;
}

[dir="rtl"] [dir=rtl] .about__thumb-5 .about-main-5 {
  right: auto;
  left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__thumb-5 .about-main-5 {
    top: 17px;
    width: 515px;
    height: 357px;
  }

  [dir="ltr"] .about__thumb-5 .about-main-5 {
    left: 16px;
  }

  [dir="rtl"] .about__thumb-5 .about-main-5 {
    right: 16px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-5 .about-main-5 {
    left: auto;
    right: 16px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-5 .about-main-5 {
    right: auto;
    left: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__thumb-5 .about-main-5 {
    top: 14px;
    width: 430px;
    height: 300px;
    border-radius: 7px;
  }

  [dir="ltr"] .about__thumb-5 .about-main-5 {
    left: 15px;
  }

  [dir="rtl"] .about__thumb-5 .about-main-5 {
    right: 15px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-5 .about-main-5 {
    left: auto;
    right: 15px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-5 .about-main-5 {
    right: auto;
    left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__thumb-5 .about-main-5 {
    top: 20px;
    width: 655px;
    height: 458px;
  }

  [dir="ltr"] .about__thumb-5 .about-main-5 {
    left: 20px;
  }

  [dir="rtl"] .about__thumb-5 .about-main-5 {
    right: 20px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-5 .about-main-5 {
    left: auto;
    right: 20px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-5 .about-main-5 {
    right: auto;
    left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__thumb-5 .about-main-5 {
    top: 16px;
    border-radius: 8px;
    width: 483px;
    height: 339px;
  }

  [dir="ltr"] .about__thumb-5 .about-main-5 {
    left: 17px;
  }

  [dir="rtl"] .about__thumb-5 .about-main-5 {
    right: 17px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-5 .about-main-5 {
    left: auto;
    right: 17px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-5 .about-main-5 {
    right: auto;
    left: 17px;
  }
}

@media (max-width: 575px) {
  .about__thumb-5 .about-main-5 {
    top: 8px;
    border-radius: 4px;
    width: 95%;
    height: 89%;
    object-fit: cover;
  }

  [dir="ltr"] .about__thumb-5 .about-main-5 {
    left: 9px;
  }

  [dir="rtl"] .about__thumb-5 .about-main-5 {
    right: 9px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-5 .about-main-5 {
    left: auto;
    right: 9px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-5 .about-main-5 {
    right: auto;
    left: 9px;
  }
}

.about__thumb-5 .about-play-btn {
  position: absolute;
  top: 48%;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  text-align: center;
  color: var(--tp-common-white);
  box-shadow: 0px 4px 10px rgba(91, 29, 8, 0.36);
}

[dir="ltr"] .about__thumb-5 .about-play-btn {
  left: 59%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .about__thumb-5 .about-play-btn {
  right: 59%;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .about__thumb-5 .about-play-btn {
  left: auto;
  right: 44%;
}

[dir="rtl"] [dir=rtl] .about__thumb-5 .about-play-btn {
  right: auto;
  left: 44%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .about__thumb-5 .about-play-btn {
    left: 50%;
  }

  [dir="rtl"] .about__thumb-5 .about-play-btn {
    right: 50%;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-5 .about-play-btn {
    left: auto;
    right: 35%;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-5 .about-play-btn {
    right: auto;
    left: 35%;
  }
}

[dir="ltr"] .about__thumb-5 .about-play-btn svg {
  transform: translate(2px, -3px);
}

[dir="rtl"] .about__thumb-5 .about-play-btn svg {
  transform: translate(-2px, -3px);
}

[dir="ltr"] [dir=rtl] .about__thumb-5 .about-play-btn svg {
  transform: translate(-2px, -3px);
}

[dir="rtl"] [dir=rtl] .about__thumb-5 .about-play-btn svg {
  transform: translate(2px, -3px);
}

.about__thumb-5 .about-play-btn:hover .video-play-bg {
  transform: scale(1.1);
}

.about__thumb-5 .video-play-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #f96033 15%, #ffad91 85.5%);
  border-radius: 50%;
}

[dir="ltr"] .about__thumb-5 .video-play-bg {
  left: 0;
  background-image: linear-gradient(45deg, #f96033 15%, #ffad91 85.5%);
}

[dir="rtl"] .about__thumb-5 .video-play-bg {
  right: 0;
  background-image: linear-gradient(-45deg, #f96033 15%, #ffad91 85.5%);
}

[dir="ltr"] [dir=rtl] .about__thumb-5 .video-play-bg {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__thumb-5 .video-play-bg {
  right: auto;
  left: 0;
}

.about__thumb-mockup {
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__thumb-mockup > img {
    width: 100%;
  }
}

.about__thumb-shape-1 {
  position: absolute;
  top: 0;
  z-index: -1;
  width: auto;
  height: 100%;
}

[dir="ltr"] .about__thumb-shape-1 {
  right: 0;
}

[dir="rtl"] .about__thumb-shape-1 {
  left: 0;
}

[dir="ltr"] [dir=rtl] .about__thumb-shape-1 {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .about__thumb-shape-1 {
  left: auto;
  right: 0;
}

.about__thumb-shape-2 {
  position: absolute;
  top: 0%;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
}

[dir="ltr"] .about__thumb-shape-2 {
  right: 7%;
}

[dir="rtl"] .about__thumb-shape-2 {
  left: 7%;
}

[dir="ltr"] [dir=rtl] .about__thumb-shape-2 {
  right: auto;
  left: 7%;
}

[dir="rtl"] [dir=rtl] .about__thumb-shape-2 {
  left: auto;
  right: 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__thumb-shape-2 {
    right: 0;
  }

  [dir="rtl"] .about__thumb-shape-2 {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-shape-2 {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-shape-2 {
    left: auto;
    right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .about__thumb-shape-2 {
    right: -2%;
  }

  [dir="rtl"] .about__thumb-shape-2 {
    left: -2%;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-shape-2 {
    right: auto;
    left: -2%;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-shape-2 {
    left: auto;
    right: -2%;
  }
}

@media (max-width: 575px) {
  .about__thumb-shape-2 {
    top: 74%;
  }

  [dir="ltr"] .about__thumb-shape-2 {
    right: 8px;
  }

  [dir="rtl"] .about__thumb-shape-2 {
    left: 8px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-shape-2 {
    right: auto;
    left: 8px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-shape-2 {
    left: auto;
    right: 8px;
  }
}

.about__thumb-shape-logo {
  animation: rotate-infinite 15s linear infinite;
}

.about__thumb-shape-logo-icon {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .about__thumb-shape-logo-icon {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .about__thumb-shape-logo-icon {
  right: 50%;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .about__thumb-shape-logo-icon {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%);
}

[dir="rtl"] [dir=rtl] .about__thumb-shape-logo-icon {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="ltr"] .about__thumb-7 {
  margin-left: -70px;
}

[dir="rtl"] .about__thumb-7 {
  margin-right: -70px;
}

[dir="ltr"] [dir=rtl] .about__thumb-7 {
  margin-left: 0;
  margin-right: -70px;
}

[dir="rtl"] [dir=rtl] .about__thumb-7 {
  margin-right: 0;
  margin-left: -70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .about__thumb-7 {
    margin-left: 0;
  }

  [dir="rtl"] .about__thumb-7 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-7 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-7 {
    margin-left: 0;
  }
}

.about__thumb-7 img {
  border-radius: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__thumb-7 img {
    width: 100%;
  }
}

.about__thumb-8-right {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

[dir="ltr"] .about__thumb-8-right {
  right: 20px;
}

[dir="rtl"] .about__thumb-8-right {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .about__thumb-8-right {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .about__thumb-8-right {
  left: auto;
  right: 20px;
}

@media (max-width: 575px) {
  [dir="ltr"] .about__thumb-8-right {
    right: 0;
  }

  [dir="rtl"] .about__thumb-8-right {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-8-right {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-8-right {
    left: auto;
    right: 0;
  }
}

.about__thumb-8-right-content {
  position: absolute;
  bottom: 38px;
}

[dir="ltr"] .about__thumb-8-right-content {
  left: 58px;
}

[dir="rtl"] .about__thumb-8-right-content {
  right: 58px;
}

[dir="ltr"] [dir=rtl] .about__thumb-8-right-content {
  left: auto;
  right: 58px;
}

[dir="rtl"] [dir=rtl] .about__thumb-8-right-content {
  right: auto;
  left: 58px;
}

.about__thumb-8-right-content p {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}

.about__thumb-8-right-year {
  position: absolute;
  top: 48px;
}

[dir="ltr"] .about__thumb-8-right-year {
  right: 52px;
}

[dir="rtl"] .about__thumb-8-right-year {
  left: 52px;
}

[dir="ltr"] [dir=rtl] .about__thumb-8-right-year {
  right: auto;
  left: 52px;
}

[dir="rtl"] [dir=rtl] .about__thumb-8-right-year {
  left: auto;
  right: 52px;
}

.about__thumb-8-right-year p {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  text-transform: uppercase;
  color: #ffffff;
}

[dir="ltr"] .about__thumb-8-right-year p {
  text-align: right;
}

[dir="rtl"] .about__thumb-8-right-year p {
  text-align: left;
}

[dir="ltr"] [dir=rtl] .about__thumb-8-right-year p {
  text-align: left;
}

[dir="rtl"] [dir=rtl] .about__thumb-8-right-year p {
  text-align: right;
}

.about__thumb-14 .about-img-2 {
  position: relative;
  z-index: 1;
  margin-top: -200px;
}

[dir="ltr"] .about__thumb-14 .about-img-2 {
  float: right;
}

[dir="rtl"] .about__thumb-14 .about-img-2 {
  float: left;
}

[dir="ltr"] [dir=rtl] .about__thumb-14 .about-img-2 {
  float: left;
}

[dir="rtl"] [dir=rtl] .about__thumb-14 .about-img-2 {
  float: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .about__thumb-14 .about-img-2 {
    margin-right: 25px;
  }

  [dir="rtl"] .about__thumb-14 .about-img-2 {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-14 .about-img-2 {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-14 .about-img-2 {
    margin-left: 0;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__thumb-14 .about-img-2 {
    margin-right: 20px;
  }

  [dir="rtl"] .about__thumb-14 .about-img-2 {
    margin-left: 20px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-14 .about-img-2 {
    margin-right: 0;
    margin-left: 20px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-14 .about-img-2 {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .about__thumb-14 .about-img-2 {
    margin-top: -90px;
    width: 150px;
  }
}

[dir="ltr"] .about__thumb-15 {
  margin-left: 75px;
  margin-right: 25px;
}

[dir="rtl"] .about__thumb-15 {
  margin-right: 75px;
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .about__thumb-15 {
  margin-left: 25px;
  margin-right: 75px;
}

[dir="rtl"] [dir=rtl] .about__thumb-15 {
  margin-right: 25px;
  margin-left: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .about__thumb-15 {
    margin-left: 30px;
  }

  [dir="rtl"] .about__thumb-15 {
    margin-right: 30px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-15 {
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-15 {
    margin-right: 30px;
  }
}

.about__thumb-15-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -30px;
  background-color: var(--tp-theme-1);
  overflow: hidden;
  z-index: -1;
}

[dir="ltr"] .about__thumb-15-shape {
  left: -30px;
}

[dir="rtl"] .about__thumb-15-shape {
  right: -30px;
}

[dir="ltr"] [dir=rtl] .about__thumb-15-shape {
  left: auto;
  right: -30px;
}

[dir="rtl"] [dir=rtl] .about__thumb-15-shape {
  right: auto;
  left: -30px;
}

.about__thumb-15-shape img {
  opacity: 0.3;
  position: absolute;
  top: -40%;
  width: auto;
}

[dir="ltr"] .about__thumb-15-shape img {
  left: -55%;
}

[dir="rtl"] .about__thumb-15-shape img {
  right: -55%;
}

[dir="ltr"] [dir=rtl] .about__thumb-15-shape img {
  left: auto;
  right: -55%;
}

[dir="rtl"] [dir=rtl] .about__thumb-15-shape img {
  right: auto;
  left: -55%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__thumb-15-shape img {
    top: -15%;
  }

  [dir="ltr"] .about__thumb-15-shape img {
    left: -29%;
  }

  [dir="rtl"] .about__thumb-15-shape img {
    right: -29%;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-15-shape img {
    left: auto;
    right: -29%;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-15-shape img {
    right: auto;
    left: -29%;
  }
}

.about__thumb-15-shape-2 {
  width: auto !important;
  position: absolute;
  bottom: -15%;
  z-index: -1;
}

[dir="ltr"] .about__thumb-15-shape-2 {
  left: 6%;
}

[dir="rtl"] .about__thumb-15-shape-2 {
  right: 6%;
}

[dir="ltr"] [dir=rtl] .about__thumb-15-shape-2 {
  left: auto;
  right: 6%;
}

[dir="rtl"] [dir=rtl] .about__thumb-15-shape-2 {
  right: auto;
  left: 6%;
}

@media (max-width: 575px) {
  .about__thumb-15-shape-2 {
    width: 70% !important;
  }
}

.about__thumb-bg {
  position: relative;
  font-size: 150px;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 40px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  text-align: center;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 350px;
  height: 490px;
}

[dir="ltr"] .about__thumb-bg {
  padding: 290px 86px 0px 17px;
}

[dir="rtl"] .about__thumb-bg {
  padding: 290px 17px 0px 86px;
}

[dir="ltr"] [dir=rtl] .about__thumb-bg {
  padding-left: 86px;
  padding-right: 17px;
}

[dir="rtl"] [dir=rtl] .about__thumb-bg {
  padding-right: 86px;
  padding-left: 17px;
}

@media (max-width: 575px) {
  .about__thumb-bg {
    font-size: 80px;
    width: 250px;
    height: 300px;
  }

  [dir="ltr"] .about__thumb-bg {
    padding: 135px 86px 0px 47px;
  }

  [dir="rtl"] .about__thumb-bg {
    padding: 135px 47px 0px 86px;
  }

  [dir="ltr"] [dir=rtl] .about__thumb-bg {
    padding-left: 86px;
    padding-right: 47px;
  }

  [dir="rtl"] [dir=rtl] .about__thumb-bg {
    padding-right: 86px;
    padding-left: 47px;
  }
}

.about__thumb-bg::after, .about__thumb-bg::before {
  position: absolute;
  content: "";
}

.about__thumb-bg::before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}

.about__thumb-bg::after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgba(18, 23, 29, 0.95);
  backdrop-filter: blur(10px);
}

[dir="ltr"] [dir=rtl] .about__author-inner {
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .about__author-inner {
  margin-right: 10px;
}

@media (max-width: 575px) {
  .about__author-inner {
    margin-bottom: 20px;
  }
}

[dir="ltr"] [dir=rtl] .about__author-thumb {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .about__author-thumb {
  margin-left: 0;
  margin-right: 10px;
}

.about__author-thumb img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.about__author-title {
  font-size: 16px;
  color: var(--tp-text-1);
  font-weight: 400;
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
}

[dir="ltr"] .about__author-title {
  margin-right: 10px;
}

[dir="rtl"] .about__author-title {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .about__author-title {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .about__author-title {
  margin-left: 0;
  margin-right: 10px;
}

.about__author-title span {
  font-weight: 700;
  color: var(--tp-common-black);
}

.about__author-title-2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
}

.about__author-text {
  padding: 0 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__author-text {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__author-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__author-text {
    padding: 0;
  }
}

.about__author-text p {
  font-size: 22px;
  font-family: var(--tp-ff-oswald);
  color: var(--tp-common-black-4);
  line-height: 1.55;
  margin-bottom: 37px;
  letter-spacing: 0.01em;
}

.about__experience {
  position: absolute;
  bottom: 30px;
  padding: 15px 31px 8px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 50px rgba(3, 4, 28, 0.1);
  z-index: 99;
}

[dir="ltr"] .about__experience {
  right: 20px;
}

[dir="rtl"] .about__experience {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .about__experience {
  right: auto;
  left: 20px;
  text-align: left;
}

[dir="rtl"] [dir=rtl] .about__experience {
  left: auto;
  right: 20px;
  text-align: right;
}

@media (max-width: 575px) {
  .about__experience {
    bottom: 0;
  }

  [dir="ltr"] .about__experience {
    right: 0;
  }

  [dir="rtl"] .about__experience {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__experience {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__experience {
    left: auto;
    right: 0;
  }
}

.about__experience h4, .about__experience .h4 {
  font-size: 80px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0;
}

[dir="ltr"] .about__experience h4, [dir="ltr"] .about__experience .h4 {
  background: linear-gradient(78.5deg, #5a5bff 23.32%, #f43d55 83.37%);
}

[dir="rtl"] .about__experience h4, [dir="rtl"] .about__experience .h4 {
  background: linear-gradient(-78.5deg, #5a5bff 23.32%, #f43d55 83.37%);
}

[dir] .about__experience h4, [dir] .about__experience .h4 {
  -webkit-background-clip: text;
  background-clip: text;
}

.about__experience p {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-black-solid);
  font-family: var(--tp-ff-space);
}

.about__experience-4 {
  position: absolute;
  bottom: -10px;
  z-index: 1;
  background-color: var(--tp-theme-4);
  background-color: rgba(171, 108, 86, 0.85);
  box-shadow: 0px 20px 30px rgba(50, 15, 3, 0.2);
  backdrop-filter: blur(20px);
}

[dir="ltr"] .about__experience-4 {
  left: 0;
  padding: 22px 45px 12px 38px;
}

[dir="rtl"] .about__experience-4 {
  right: 0;
  padding: 22px 38px 12px 45px;
}

[dir="ltr"] [dir=rtl] .about__experience-4 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__experience-4 {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__experience-4 {
    left: -15px;
  }

  [dir="rtl"] .about__experience-4 {
    right: -15px;
  }

  [dir="ltr"] [dir=rtl] .about__experience-4 {
    left: auto;
    right: -15px;
  }

  [dir="rtl"] [dir=rtl] .about__experience-4 {
    right: auto;
    left: -15px;
  }
}

.about__experience-icon-4 {
  margin-top: 8px;
}

[dir="ltr"] [dir=rtl] .about__experience-icon-4 {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .about__experience-icon-4 {
  margin-left: 0;
  margin-right: 15px;
}

.about__experience-icon-4 i {
  font-size: 40px;
  color: var(--tp-common-white);
}

.about__experience-content-4 h4, .about__experience-content-4 .h4 {
  font-size: 60px;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white);
  margin-bottom: 0;
  line-height: 1;
  font-weight: 300;
}

.about__experience-content-4 h4 span, .about__experience-content-4 .h4 span {
  font-weight: 700;
}

.about__experience-content-4 p {
  font-size: 14px;
  line-height: 1.4;
  color: var(--tp-common-white);
}

.about__counter-item {
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(22, 34, 19, 0.1);
  padding: 33px 0 35px;
}

[dir="ltr"] [dir=rtl] .about__counter-text {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .about__counter-text {
  margin-left: 0;
  margin-right: 15px;
}

.about__counter-text h3, .about__counter-text .h3 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: var(--tp-ff-oswald);
  margin-bottom: 0;
  color: var(--tp-theme-2);
}

.about__counter-text h3 span, .about__counter-text .h3 span {
  font-weight: 500;
}

.about__counter-content h3, .about__counter-content .h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
}

.about__counter-content p {
  font-size: 13px;
  margin-bottom: 0;
}

.about__tab-inner {
  position: relative;
}

.about__tab-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about__tab-nav .nav-item {
  display: inline-block;
}

[dir="ltr"] .about__tab-nav .nav-item:not(:last-child) {
  margin-right: 24px;
}

[dir="rtl"] .about__tab-nav .nav-item:not(:last-child) {
  margin-left: 24px;
}

[dir="ltr"] [dir=rtl] .about__tab-nav .nav-item:not(:last-child) {
  margin-right: 0;
  margin-left: 24px;
}

[dir="rtl"] [dir=rtl] .about__tab-nav .nav-item:not(:last-child) {
  margin-left: 0;
  margin-right: 24px;
}

.about__tab-nav .nav-link {
  padding: 0 6px;
  padding-bottom: 4px;
  margin: 0;
  border: 0;
  font-size: 22px;
  font-weight: 500;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white);
  position: relative;
}

@media (max-width: 575px) {
  .about__tab-nav .nav-link {
    margin-bottom: 12px;
  }
}

[dir="ltr"] .about__tab-nav .nav-link:not(:last-child) {
  margin-right: 30px;
}

[dir="rtl"] .about__tab-nav .nav-link:not(:last-child) {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .about__tab-nav .nav-link:not(:last-child) {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .about__tab-nav .nav-link:not(:last-child) {
  margin-left: 0;
  margin-right: 30px;
}

.about__tab-nav .nav-link:hover, .about__tab-nav .nav-link.active {
  color: var(--tp-theme-3);
}

.about__tab-nav .nav-link:hover::after, .about__tab-nav .nav-link.active::after {
  width: 100%;
}

[dir="ltr"] .about__tab-nav .nav-link:hover::after, [dir="ltr"] .about__tab-nav .nav-link.active::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .about__tab-nav .nav-link:hover::after, [dir="rtl"] .about__tab-nav .nav-link.active::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .about__tab-nav .nav-link:hover::after, [dir="ltr"] [dir=rtl] .about__tab-nav .nav-link.active::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__tab-nav .nav-link:hover::after, [dir="rtl"] [dir=rtl] .about__tab-nav .nav-link.active::after {
  right: auto;
  left: 0;
}

@media (max-width: 575px) {
  .about__tab-nav .nav-link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-theme-3);
    transition: all 0.3s ease-out 0s;
  }

  [dir="ltr"] .about__tab-nav .nav-link::after {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .about__tab-nav .nav-link::after {
    right: auto;
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__tab-nav .nav-link::after {
    left: 0;
    right: auto;
  }

  [dir="rtl"] [dir=rtl] .about__tab-nav .nav-link::after {
    right: 0;
    left: auto;
  }
}

.about__tab-nav .tp-tab-menu {
  position: relative;
}

.about__tab-nav .tp-tab-line {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 80%;
  height: 2px;
  background-color: var(--tp-theme-3);
}

[dir="ltr"] .about__tab-nav .tp-tab-line {
  left: 0;
}

[dir="rtl"] .about__tab-nav .tp-tab-line {
  right: 0;
}

[dir=rtl] .about__tab-nav .tp-tab-line {
  display: none !important;
}

[dir="ltr"] [dir=rtl] .about__tab-nav .tp-tab-line {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__tab-nav .tp-tab-line {
  right: auto;
  left: 0;
}

.about__self-des p {
  font-size: 18px;
  color: var(--tp-text-7);
  line-height: 1.7;
  margin-bottom: 45px;
}

.about__self-des p span {
  color: var(--tp-common-white);
}

.about__education-des {
  margin-bottom: 25px;
}

.about__education-des p {
  font-size: 18px;
  color: var(--tp-text-7);
  line-height: 1.95;
}

.about__education-des p a {
  color: var(--tp-common-white);
  position: relative;
}

.about__education-des p a::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: var(--tp-common-white);
  opacity: 0.4;
}

[dir="ltr"] .about__education-des p a::after {
  left: auto;
  right: 0;
}

[dir="rtl"] .about__education-des p a::after {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .about__education-des p a::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .about__education-des p a::after {
  left: auto;
  right: 0;
}

.about__education-des p a:hover::after {
  width: 100%;
}

[dir="ltr"] .about__education-des p a:hover::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .about__education-des p a:hover::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .about__education-des p a:hover::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__education-des p a:hover::after {
  right: auto;
  left: 0;
}

.about__education-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-text-7);
  font-family: var(--tp-ff-inter);
  margin-bottom: 35px;
}

.about__education-list {
  margin-bottom: 50px;
}

.about__education-list ul li {
  list-style: none;
  color: var(--tp-text-7);
  margin-bottom: 10px;
  font-size: 15px;
  font-family: var(--tp-ff-inter);
  position: relative;
}

[dir="ltr"] .about__education-list ul li {
  padding-left: 14px;
}

[dir="rtl"] .about__education-list ul li {
  padding-right: 14px;
}

[dir="ltr"] [dir=rtl] .about__education-list ul li {
  padding-left: 0;
  padding-right: 14px;
}

[dir="rtl"] [dir=rtl] .about__education-list ul li {
  padding-right: 0;
  padding-left: 14px;
}

.about__education-list ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #44c987;
}

[dir="ltr"] .about__education-list ul li::after {
  left: 0;
}

[dir="rtl"] .about__education-list ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .about__education-list ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__education-list ul li::after {
  right: auto;
  left: 0;
}

.about__skill-wrapper {
  margin-top: 8px;
}

.about__skill-title {
  font-size: 13px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  color: var(--tp-text-7);
  margin-bottom: 35px;
}

.about__skill-item {
  margin-bottom: 15px;
}

.about__skill-item h4, .about__skill-item .h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}

.about__skill-item p {
  font-size: 14px;
  color: var(--tp-text-7);
  margin-bottom: 0;
}

[dir="ltr"] [dir=rtl] .about__info-item {
  margin-right: 0;
  margin-left: 40px;
}

[dir="rtl"] [dir=rtl] .about__info-item {
  margin-left: 0;
  margin-right: 40px;
}

[dir="ltr"] .about__info-item:last-child {
  margin-right: 0;
}

[dir="rtl"] .about__info-item:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .about__info-item:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .about__info-item:last-child {
  margin-right: 0;
}

[dir="ltr"] [dir=rtl] .about__info-icon {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .about__info-icon {
  margin-left: 0;
  margin-right: 15px;
}

.about__info-icon span {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 40px;
  text-align: center;
  color: var(--tp-common-white);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.about__info-content h4, .about__info-content .h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-family: var(--tp-ff-space);
}

.about__info-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  opacity: 0.9;
  margin-bottom: 0;
}

.about__info-content p a:hover {
  color: var(--tp-theme-1);
}

@media (max-width: 575px) {
  .about__call {
    margin-top: 30px;
  }
}

.about__call-icon span {
  font-size: 26px;
  color: #03a191;
  display: inline-block;
  margin-top: 5px;
}

[dir="ltr"] .about__call-icon span {
  margin-right: 9px;
}

[dir="rtl"] .about__call-icon span {
  margin-left: 9px;
}

[dir="ltr"] [dir=rtl] .about__call-icon-8 {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .about__call-icon-8 {
  margin-left: 0;
  margin-right: 20px;
}

.about__call-icon-8 span {
  display: inline-block;
  font-size: 18px;
  color: var(--tp-common-white);
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.about__call-icon-8 span svg {
  transform: translateY(-2px);
}

[dir="ltr"] [dir=rtl] .about__call-content {
  margin-right: 10px;
}

[dir="rtl"] [dir=rtl] .about__call-content {
  margin-left: 10px;
}

.about__call-content h4, .about__call-content .h4 {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
  color: var(--tp-text-1);
}

.about__call-content p {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}

.about__call-content-8 h4, .about__call-content-8 .h4 {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0.7;
  margin-bottom: 2px;
}

.about__call-content-8 p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--tp-theme-8);
  margin-bottom: 0;
}

.about__shape-1 {
  position: absolute;
  top: 24%;
  animation: tpleftright 1s infinite alternate;
}

[dir="ltr"] .about__shape-1 {
  right: 11%;
}

[dir="rtl"] .about__shape-1 {
  left: 11%;
}

[dir="ltr"] [dir=rtl] .about__shape-1 {
  left: auto;
  right: 11%;
}

[dir="rtl"] [dir=rtl] .about__shape-1 {
  right: auto;
  left: 11%;
}

.about__shape-2 {
  position: absolute;
  top: 41%;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .about__shape-2 {
  left: 3%;
}

[dir="rtl"] .about__shape-2 {
  right: 3%;
}

[dir="ltr"] [dir=rtl] .about__shape-2 {
  left: auto;
  right: 3%;
}

[dir="rtl"] [dir=rtl] .about__shape-2 {
  right: auto;
  left: 3%;
}

.about__shape-3 {
  position: absolute;
  top: 21%;
  z-index: -1;
  animation: tprotate 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .about__shape-3 {
  left: 4%;
}

[dir="rtl"] .about__shape-3 {
  right: 4%;
}

[dir="ltr"] [dir=rtl] .about__shape-3 {
  left: auto;
  right: 4%;
}

[dir="rtl"] [dir=rtl] .about__shape-3 {
  right: auto;
  left: 4%;
}

.about__shape-4 {
  position: absolute;
  bottom: 9%;
  z-index: -1;
  animation: tpleftright 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .about__shape-4 {
  left: 6%;
}

[dir="rtl"] .about__shape-4 {
  right: 6%;
}

[dir="ltr"] [dir=rtl] .about__shape-4 {
  left: auto;
  right: 6%;
}

[dir="rtl"] [dir=rtl] .about__shape-4 {
  right: auto;
  left: 6%;
}

.about__shape-5 {
  position: absolute;
  top: 17%;
  z-index: -1;
  animation: tpupdown 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .about__shape-5 {
  right: 6%;
}

[dir="rtl"] .about__shape-5 {
  left: 6%;
}

[dir="ltr"] [dir=rtl] .about__shape-5 {
  right: auto;
  left: 6%;
}

[dir="rtl"] [dir=rtl] .about__shape-5 {
  left: auto;
  right: 6%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__shape-5 {
    top: 22%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about__shape-5 {
    top: 24%;
  }
}

@media (max-width: 575px) {
  .about__shape-5 {
    top: 3%;
  }
}

.about__shape-6 {
  position: absolute;
  top: 52%;
  z-index: -1;
  animation: tprotate 5s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .about__shape-6 {
  right: 14%;
}

[dir="rtl"] .about__shape-6 {
  left: 14%;
}

[dir="ltr"] [dir=rtl] .about__shape-6 {
  right: auto;
  left: 14%;
}

[dir="rtl"] [dir=rtl] .about__shape-6 {
  left: auto;
  right: 14%;
}

.about__shape-7 {
  position: absolute;
  top: -9%;
  z-index: -1;
}

[dir="ltr"] .about__shape-7 {
  right: 0;
}

[dir="rtl"] .about__shape-7 {
  left: 0;
}

[dir="ltr"] [dir=rtl] .about__shape-7 {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .about__shape-7 {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__shape-7 {
    top: -6%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__shape-7 {
    top: 4%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__shape-7 {
    top: 3%;
  }
}

.about__shape-8 {
  position: absolute;
  z-index: -1;
  bottom: -20%;
  animation: tpupdown 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .about__shape-8 {
  left: -22%;
}

[dir="rtl"] .about__shape-8 {
  right: -22%;
}

[dir="ltr"] [dir=rtl] .about__shape-8 {
  left: auto;
  right: -22%;
}

[dir="rtl"] [dir=rtl] .about__shape-8 {
  right: auto;
  left: -22%;
}

@media (max-width: 575px) {
  .about__shape-8 {
    bottom: -45%;
  }

  [dir="ltr"] .about__shape-8 {
    left: -35%;
  }

  [dir="rtl"] .about__shape-8 {
    right: -35%;
  }

  [dir="ltr"] [dir=rtl] .about__shape-8 {
    left: auto;
    right: -35%;
  }

  [dir="rtl"] [dir=rtl] .about__shape-8 {
    right: auto;
    left: -35%;
  }
}

.about__shape-9 {
  position: absolute;
  z-index: -1;
  top: 7%;
  animation: tpupdown 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .about__shape-9 {
  right: 1%;
}

[dir="rtl"] .about__shape-9 {
  left: 1%;
}

[dir="ltr"] [dir=rtl] .about__shape-9 {
  right: auto;
  left: 1%;
}

[dir="rtl"] [dir=rtl] .about__shape-9 {
  left: auto;
  right: 1%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__features {
    margin-top: 40px;
    margin-bottom: 125px;
  }
}

.about__features-item {
  position: relative;
  margin-bottom: 60px;
}

[dir="ltr"] .about__features-item {
  padding-right: 25px;
}

[dir="rtl"] .about__features-item {
  padding-left: 25px;
}

[dir="ltr"] [dir=rtl] .about__features-item {
  padding-right: 0;
  padding-left: 25px;
}

[dir="rtl"] [dir=rtl] .about__features-item {
  padding-left: 0;
  padding-right: 25px;
}

.about__features-item:last-child {
  margin-bottom: 0;
}

.about__features-item:last-child::after {
  display: none;
}

.about__features-item::after {
  position: absolute;
  content: "";
  top: 66px;
  width: 1px;
  height: 82%;
  border: 1px dashed rgba(13, 18, 30, 0.2);
}

[dir="ltr"] .about__features-item::after {
  left: 26px;
}

[dir="rtl"] .about__features-item::after {
  right: 26px;
}

[dir="ltr"] [dir=rtl] .about__features-item::after {
  left: auto;
  right: 26px;
}

[dir="rtl"] [dir=rtl] .about__features-item::after {
  right: auto;
  left: 26px;
}

.about__features-icon.yellow-color span {
  color: var(--tp-common-yellow-2);
}

.about__features-icon.purple-color span {
  color: var(--tp-common-purple-6);
}

.about__features-icon span {
  display: inline-block;
  font-size: 20px;
  width: 54px;
  line-height: 54px;
  height: 54px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgba(13, 18, 30, 0.12);
  color: var(--tp-common-pink-4);
}

[dir="ltr"] .about__features-icon span {
  margin-right: 30px;
}

[dir="rtl"] .about__features-icon span {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .about__features-icon span {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .about__features-icon span {
  margin-left: 0;
  margin-right: 30px;
}

[dir="ltr"] .about__features-icon span svg {
  transform: translateY(-1px) translateX(3px);
}

[dir="rtl"] .about__features-icon span svg {
  transform: translateY(-1px) translateX(-3px);
}

.about__features-icon span svg:not(.center-icon) {
  transform: translateY(-2px);
}

[dir="ltr"] [dir=rtl] .about__features-icon span svg {
  transform: translateY(-2px) translateX(2px);
}

[dir="rtl"] [dir=rtl] .about__features-icon span svg {
  transform: translateY(-2px) translateX(-2px);
}

.about__features-content {
  margin-top: 5px;
}

.about__features-content > p {
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-text-18);
  font-family: var(--tp-ff-roboto);
}

.about__features-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-black-9);
  margin-bottom: 5px;
  font-family: var(--tp-ff-roboto);
}

.about__play {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .about__play {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .about__play {
  right: 50%;
  transform: translate(50%, -50%);
}

.about__play-btn {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: var(--tp-common-white);
  font-size: 16px;
  background: linear-gradient;
  position: relative;
  box-shadow: 0px 4px 10px rgba(176, 8, 79, 0.4);
}

[dir="ltr"] .about__play-btn img {
  transform: translate(2px, 2px);
}

[dir="rtl"] .about__play-btn img {
  transform: translate(-2px, 2px);
}

.about__play-btn .video-play-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: -o-linear-gradient(27.86deg, #ff0870 8.41%, #ffdc84 93.57%);
}

[dir="ltr"] .about__play-btn .video-play-bg {
  left: 0;
  background-image: linear-gradient(27.86deg, #ff0870 8.41%, #ffdc84 93.57%);
}

[dir="rtl"] .about__play-btn .video-play-bg {
  right: 0;
  background-image: linear-gradient(-27.86deg, #ff0870 8.41%, #ffdc84 93.57%);
}

@media (max-width: 575px) {
  .about__play-btn {
    width: 70px;
    height: 70px;
    line-height: 72px;
  }
}

.about__play-btn:hover .video-play-bg {
  transform: scale(1.1);
}

.about__video-wrapper {
  position: relative;
}

.about__video-thumb {
  position: relative;
}

.about__video-thumb > img {
  width: 100%;
}

.about__video-counter {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  padding: 40px 48px;
  background-color: #0a2540;
  z-index: 1;
}

[dir="ltr"] .about__video-counter {
  right: 100px;
}

[dir="rtl"] .about__video-counter {
  left: 100px;
}

[dir="ltr"] [dir=rtl] .about__video-counter {
  right: auto;
  left: 100px;
}

[dir="rtl"] [dir=rtl] .about__video-counter {
  left: auto;
  right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__video-counter {
    right: 50px;
  }

  [dir="rtl"] .about__video-counter {
    left: 50px;
  }

  [dir="ltr"] [dir=rtl] .about__video-counter {
    right: auto;
    left: 50px;
  }

  [dir="rtl"] [dir=rtl] .about__video-counter {
    left: auto;
    right: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__video-counter {
    position: static;
  }
}

.about__video-counter-item {
  position: relative;
}

[dir="ltr"] .about__video-counter-item {
  padding-right: 53px;
  margin-right: 38px;
}

[dir="rtl"] .about__video-counter-item {
  padding-left: 53px;
  margin-left: 38px;
}

[dir="ltr"] [dir=rtl] .about__video-counter-item {
  padding-right: 0;
  margin-right: 0;
  padding-left: 53px;
  margin-left: 38px;
}

[dir="rtl"] [dir=rtl] .about__video-counter-item {
  padding-left: 0;
  margin-left: 0;
  padding-right: 53px;
  margin-right: 38px;
}

@media (max-width: 575px) {
  .about__video-counter-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  [dir="ltr"] .about__video-counter-item {
    padding-right: 0;
    margin-right: 0;
  }

  [dir="rtl"] .about__video-counter-item {
    padding-left: 0;
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__video-counter-item {
    padding-left: 0;
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__video-counter-item {
    padding-right: 0;
    margin-right: 0;
  }
}

.about__video-counter-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

[dir="ltr"] .about__video-counter-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

[dir="rtl"] .about__video-counter-item:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .about__video-counter-item:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .about__video-counter-item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.about__video-counter-item:last-child::after {
  display: none;
}

.about__video-counter-item::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}

[dir="ltr"] .about__video-counter-item::after {
  right: 0;
}

[dir="rtl"] .about__video-counter-item::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .about__video-counter-item::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .about__video-counter-item::after {
  left: auto;
  right: 0;
}

@media (max-width: 575px) {
  .about__video-counter-item::after {
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto;
  }
}

.about__video-counter-item h4, .about__video-counter-item .h4 {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: -0.03em;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-family: var(--tp-ff-roboto);
}

.about__video-counter-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .about__video-counter-item p {
  margin-left: 7px;
}

[dir="rtl"] .about__video-counter-item p {
  margin-right: 7px;
}

[dir="ltr"] [dir=rtl] .about__video-counter-item p {
  margin-left: 0;
  margin-right: 7px;
}

[dir="rtl"] [dir=rtl] .about__video-counter-item p {
  margin-right: 0;
  margin-left: 7px;
}

.about__analysis {
  position: absolute;
  bottom: -6%;
  background-color: var(--tp-theme-7);
  padding: 52px 40px;
  border-radius: 20px;
}

[dir="ltr"] .about__analysis {
  right: 70px;
  padding-right: 50px;
}

[dir="rtl"] .about__analysis {
  left: 70px;
  padding-left: 50px;
}

[dir="ltr"] [dir=rtl] .about__analysis {
  right: auto;
  left: 70px;
  padding-left: 50px;
}

[dir="rtl"] [dir=rtl] .about__analysis {
  left: auto;
  right: 70px;
  padding-right: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .about__analysis {
    right: 0;
  }

  [dir="rtl"] .about__analysis {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__analysis {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__analysis {
    left: auto;
    right: 0;
  }
}

@media (max-width: 575px) {
  .about__analysis {
    position: static;
    margin-top: 50px;
  }

  [dir="ltr"] .about__analysis {
    right: 0;
  }

  [dir="rtl"] .about__analysis {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__analysis {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__analysis {
    left: auto;
    right: 0;
  }
}

.about__analysis-icon {
  margin-bottom: 37px;
}

.about__analysis-icon span {
  display: inline-block;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--tp-theme-7);
  background-color: var(--tp-common-white);
  border-radius: 12px;
  font-size: 16px;
}

.about__analysis-icon p {
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.about__analysis-item {
  margin-bottom: 40px;
}

.about__analysis-item h4, .about__analysis-item .h4 {
  font-family: var(--tp-ff-inter);
  font-weight: 700;
  font-size: 44px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 0;
  line-height: 1;
}

.about__analysis-item p {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.about__analysis-item-2 {
  margin-bottom: 20px;
}

.about__analysis-item-2 h4, .about__analysis-item-2 .h4 {
  font-family: var(--tp-ff-inter);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 0;
  line-height: 1;
}

.about__analysis-item-2 p {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.about__analysis-discount span {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.03em;
  color: var(--tp-common-black-11);
  background-color: #ffc774;
  border-radius: 6px;
  padding: 2px 15px;
}

.about__list {
  margin-bottom: 27px;
}

[dir="ltr"] .about__list {
  padding-right: 200px;
}

[dir="rtl"] .about__list {
  padding-left: 200px;
}

[dir="ltr"] [dir=rtl] .about__list {
  padding-right: 0;
  padding-left: 200px;
}

[dir="rtl"] [dir=rtl] .about__list {
  padding-left: 0;
  padding-right: 200px;
}

@media (max-width: 575px) {
  [dir="ltr"] .about__list {
    padding-right: 0;
  }

  [dir="rtl"] .about__list {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__list {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__list {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__list {
    padding-right: 100px;
  }

  [dir="rtl"] .about__list {
    padding-left: 100px;
  }

  [dir="ltr"] [dir=rtl] .about__list {
    padding-left: 100px;
  }

  [dir="rtl"] [dir=rtl] .about__list {
    padding-right: 100px;
  }
}

.about__list-counter {
  counter-reset: count;
}

.about__list-item {
  margin-bottom: 20px;
}

[dir="ltr"] .about__list-icon {
  margin-right: 18px;
}

[dir="rtl"] .about__list-icon {
  margin-left: 18px;
}

[dir="ltr"] [dir=rtl] .about__list-icon {
  margin-right: 0;
  margin-left: 18px;
}

[dir="rtl"] [dir=rtl] .about__list-icon {
  margin-left: 0;
  margin-right: 18px;
}

.about__list-icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 50%;
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-black-11);
  position: relative;
}

.about__list-icon span::after {
  position: absolute;
  counter-increment: count;
  content: counter(count);
  top: 50%;
  color: var(--tp-common-black-11);
}

[dir="ltr"] .about__list-icon span::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .about__list-icon span::after {
  right: 50%;
  transform: translate(50%, -50%);
}

.about__list-content h4, .about__list-content .h4 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 22px;
  color: var(--tp-common-black-11);
}

.about__list-content p {
  font-size: 16px;
  line-height: 1.5;
}

.about__list-2 {
  overflow: hidden;
}

[dir="ltr"] .about__list-2 {
  padding-right: 46px;
}

[dir="rtl"] .about__list-2 {
  padding-left: 46px;
}

[dir="ltr"] [dir=rtl] .about__list-2 {
  padding-right: 0;
  padding-left: 46px;
}

[dir="rtl"] [dir=rtl] .about__list-2 {
  padding-left: 0;
  padding-right: 46px;
}

@media (max-width: 575px) {
  [dir="ltr"] .about__list-2 {
    padding-right: 0;
  }

  [dir="rtl"] .about__list-2 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .about__list-2 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .about__list-2 {
    padding-right: 0;
  }
}

.about__list-2 ul li {
  position: relative;
  list-style: none;
  font-size: 16px;
  color: var(--tp-common-black);
  width: 50%;
  margin-bottom: 14px;
}

[dir="ltr"] .about__list-2 ul li {
  padding-left: 14px;
  float: left;
}

[dir="rtl"] .about__list-2 ul li {
  padding-right: 14px;
  float: right;
}

[dir="ltr"] [dir=rtl] .about__list-2 ul li {
  padding-left: 0;
  padding-right: 14px;
  float: right;
}

[dir="rtl"] [dir=rtl] .about__list-2 ul li {
  padding-right: 0;
  padding-left: 14px;
  float: left;
}

@media (max-width: 575px) {
  .about__list-2 ul li {
    float: none;
    width: 100%;
  }
}

.about__list-2 ul li::after {
  position: absolute;
  content: "";
  top: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .about__list-2 ul li::after {
  left: 0;
}

[dir="rtl"] .about__list-2 ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .about__list-2 ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__list-2 ul li::after {
  right: auto;
  left: 0;
}

.about__space-145 {
  padding-left: 145px;
  padding-right: 145px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__space-145 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__space-145 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__space-145 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__space-145 {
    padding-left: 0;
    padding-right: 0;
  }
}

.about__heading-subtitle {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.11;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 7px;
}

.about__heading-title {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__heading-title {
    font-size: 65px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__heading-title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .about__heading-title {
    font-size: 40px;
  }
}

.about__heading-overlay {
  position: relative;
}

.about__heading-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 4, 28, 0.56);
}

[dir="ltr"] .about__heading-overlay::after {
  left: 0;
}

[dir="rtl"] .about__heading-overlay::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .about__heading-overlay::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__heading-overlay::after {
  right: auto;
  left: 0;
}

.about__text-title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}

.about__text p {
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__gallery-slider {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__gallery-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__gallery-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.about__gallery-slider .slick-list {
  overflow: visible;
  margin: 0 -40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__gallery-slider .slick-list {
    overflow: hidden;
  }
}

.about__gallery-slider .slick-slide > div {
  margin: 0 40px;
}

.about__gallery-arrow button {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  z-index: 9;
  font-size: 24px;
  transform: translateY(-50%);
}

[dir="ltr"] .about__gallery-arrow button {
  left: -9%;
}

[dir="rtl"] .about__gallery-arrow button {
  right: -9%;
}

[dir="ltr"] [dir=rtl] .about__gallery-arrow button {
  left: auto;
  right: -9%;
}

[dir="rtl"] [dir=rtl] .about__gallery-arrow button {
  right: auto;
  left: -9%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .about__gallery-arrow button {
    left: -3%;
  }

  [dir="rtl"] .about__gallery-arrow button {
    right: -3%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button {
    left: auto;
    right: -3%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button {
    right: auto;
    left: -3%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__gallery-arrow button {
    left: -5%;
  }

  [dir="rtl"] .about__gallery-arrow button {
    right: -5%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button {
    left: auto;
    right: -5%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button {
    right: auto;
    left: -5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__gallery-arrow button {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  [dir="ltr"] .about__gallery-arrow button {
    left: -4%;
  }

  [dir="rtl"] .about__gallery-arrow button {
    right: -4%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button {
    left: auto;
    right: -4%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button {
    right: auto;
    left: -4%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__gallery-arrow button {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  [dir="ltr"] .about__gallery-arrow button {
    left: -4%;
  }

  [dir="rtl"] .about__gallery-arrow button {
    right: -4%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button {
    left: auto;
    right: -4%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button {
    right: auto;
    left: -4%;
  }
}

@media (max-width: 575px) {
  .about__gallery-arrow button {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  [dir="ltr"] .about__gallery-arrow button {
    left: 0%;
  }

  [dir="rtl"] .about__gallery-arrow button {
    right: 0%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button {
    left: auto;
    right: 0%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button {
    right: auto;
    left: 0%;
  }
}

.about__gallery-arrow button span {
  display: inline-block;
  background: var(--tp-common-white);
  border: 1px solid var(--tp-text-1);
  height: 90px;
  width: 90px;
  line-height: 88px;
  text-align: center;
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__gallery-arrow button span {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}

.about__gallery-arrow button span svg {
  transform: translateY(-2px);
}

.about__gallery-arrow button:hover {
  color: var(--tp-common-white);
}

.about__gallery-arrow button:hover span {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

[dir="ltr"] .about__gallery-arrow button.about-button-next {
  left: auto;
  right: -9%;
}

[dir="rtl"] .about__gallery-arrow button.about-button-next {
  right: auto;
  left: -9%;
}

[dir="ltr"] [dir=rtl] .about__gallery-arrow button.about-button-next {
  left: -9%;
  right: auto;
}

[dir="rtl"] [dir=rtl] .about__gallery-arrow button.about-button-next {
  right: -9%;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .about__gallery-arrow button.about-button-next {
    right: -3%;
  }

  [dir="rtl"] .about__gallery-arrow button.about-button-next {
    left: -3%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    right: auto;
    left: -3%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    left: auto;
    right: -3%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .about__gallery-arrow button.about-button-next {
    right: -5%;
  }

  [dir="rtl"] .about__gallery-arrow button.about-button-next {
    left: -5%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    right: auto;
    left: -5%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    left: auto;
    right: -5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .about__gallery-arrow button.about-button-next {
    right: -4%;
  }

  [dir="rtl"] .about__gallery-arrow button.about-button-next {
    left: -4%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    right: auto;
    left: -4%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    left: auto;
    right: -4%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .about__gallery-arrow button.about-button-next {
    right: -4%;
  }

  [dir="rtl"] .about__gallery-arrow button.about-button-next {
    left: -4%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    right: auto;
    left: -4%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    left: auto;
    right: -4%;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .about__gallery-arrow button.about-button-next {
    right: 0%;
  }

  [dir="rtl"] .about__gallery-arrow button.about-button-next {
    left: 0%;
  }

  [dir="ltr"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    right: auto;
    left: 0%;
  }

  [dir="rtl"] [dir=rtl] .about__gallery-arrow button.about-button-next {
    left: auto;
    right: 0%;
  }
}

.about__me-title {
  font-weight: 700;
  font-size: 270px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about__me-title {
    font-size: 255px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__me-title {
    font-size: 210px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__me-title {
    font-size: 155px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__me-title {
    font-size: 115px;
  }
}

@media (max-width: 575px) {
  .about__me-title {
    font-size: 65px;
  }
}

.about__me-spacing {
  padding-top: 420px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about__me-spacing {
    padding-top: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about__me-spacing {
    padding-top: 320px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about__me-spacing {
    padding-top: 220px;
  }
}

.about__me-translate {
  overflow: hidden;
}

[dir="ltr"] .about__me-translate .about__me-title {
  transform: translateY(41%) translateX(40px);
}

[dir="rtl"] .about__me-translate .about__me-title {
  transform: translateY(41%) translateX(-40px);
}

[dir="ltr"] [dir=rtl] .about__me-translate .about__me-title {
  transform: translateY(41%) translateX(-40px);
}

[dir="rtl"] [dir=rtl] .about__me-translate .about__me-title {
  transform: translateY(41%) translateX(40px);
}

.about__me-info-subtitle {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
}

[dir="ltr"] .about__me-info-subtitle {
  padding-left: 13px;
}

[dir="rtl"] .about__me-info-subtitle {
  padding-right: 13px;
}

[dir="ltr"] [dir=rtl] .about__me-info-subtitle {
  padding-left: 0;
  padding-right: 13px;
}

[dir="rtl"] [dir=rtl] .about__me-info-subtitle {
  padding-right: 0;
  padding-left: 13px;
}

.about__me-info-subtitle::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .about__me-info-subtitle::after {
  left: 0;
}

[dir="rtl"] .about__me-info-subtitle::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .about__me-info-subtitle::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .about__me-info-subtitle::after {
  right: auto;
  left: 0;
}

.about__me-info-title {
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin-bottom: 15px;
}

.about__me-info-content p {
  font-size: 18px;
  line-height: 1.56;
  color: #525258;
}

.about__me-info-social a {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
  position: relative;
}

[dir="ltr"] .about__me-info-social a {
  padding-right: 13px;
  margin-right: 10px;
}

[dir="rtl"] .about__me-info-social a {
  padding-left: 13px;
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .about__me-info-social a {
  padding-right: 0;
  margin-right: 0;
  padding-left: 13px;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .about__me-info-social a {
  padding-left: 0;
  margin-left: 0;
  padding-right: 13px;
  margin-right: 10px;
}

[dir="ltr"] .about__me-info-social a i {
  margin-right: 2px;
}

[dir="rtl"] .about__me-info-social a i {
  margin-left: 2px;
}

[dir="ltr"] [dir=rtl] .about__me-info-social a i {
  margin-right: 0;
  margin-left: 2px;
}

[dir="rtl"] [dir=rtl] .about__me-info-social a i {
  margin-left: 0;
  margin-right: 2px;
}

[dir="ltr"] .about__me-info-social a:not(:last-child) {
  padding-right: 13px;
  margin-right: 8px;
}

[dir="rtl"] .about__me-info-social a:not(:last-child) {
  padding-left: 13px;
  margin-left: 8px;
}

[dir="ltr"] [dir=rtl] .about__me-info-social a:not(:last-child) {
  padding-right: 0;
  margin-right: 0;
  padding-left: 13px;
  margin-left: 8px;
}

[dir="rtl"] [dir=rtl] .about__me-info-social a:not(:last-child) {
  padding-left: 0;
  margin-left: 0;
  padding-right: 13px;
  margin-right: 8px;
}

.about__me-info-social a:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #eaeaef;
}

[dir="ltr"] .about__me-info-social a:not(:last-child)::after {
  right: 0;
}

[dir="rtl"] .about__me-info-social a:not(:last-child)::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .about__me-info-social a:not(:last-child)::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .about__me-info-social a:not(:last-child)::after {
  left: auto;
  right: 0;
}

.about__me-info-social a:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] [dir=rtl] .about__me-info-btn {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .about__me-info-btn {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .about__me-info-btn {
    margin-bottom: 20px;
  }
}

.about__me-info-btn .tp-btn {
  padding: 14px 30px;
}

.about__me-info-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.about__spacing {
  padding-top: 225px;
  padding-bottom: 180px;
}

[dir="ltr"] .about__btn-3-inner {
  margin-right: 16px;
}

[dir="rtl"] .about__btn-3-inner {
  margin-left: 16px;
}

[dir="ltr"] [dir=rtl] .about__btn-3-inner {
  margin-right: 0;
  margin-left: 16px;
}

[dir="rtl"] [dir=rtl] .about__btn-3-inner {
  margin-left: 0;
  margin-right: 16px;
}

.about__btn-4 .tp-btn-brown {
  padding: 10px 26px 10px;
  border: 2px solid var(--tp-theme-4);
}

[dir="ltr"] [dir=rtl] .about__btn-4 .tp-btn-brown {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .about__btn-4 .tp-btn-brown {
  margin-left: 0;
  margin-right: 30px;
}

.about__btn-4 .tp-btn-brown:hover {
  border-color: #eaeaef;
  background-color: transparent;
  color: var(--tp-common-black);
}

[dir="ltr"] [dir=rtl] .about__btn-8 .tp-btn-border-8 {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .about__btn-8 .tp-btn-border-8 {
  margin-left: 0;
  margin-right: 30px;
}

.about-author-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-black);
  border: 2px solid var(--tp-border-4);
  border-radius: 20px;
  text-transform: uppercase;
  padding: 0 20px;
  font-weight: 500;
}

.about-play-btn-2 {
  display: flex;
  align-items: center;
  position: relative;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

.about-play-btn-2 span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: var(--tp-theme-8);
  color: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}

[dir="ltr"] .about-play-btn-2 span {
  margin-right: 13px;
}

[dir="rtl"] .about-play-btn-2 span {
  margin-left: 13px;
}

[dir="ltr"] [dir=rtl] .about-play-btn-2 span {
  margin-right: 0;
  margin-left: 13px;
}

[dir="rtl"] [dir=rtl] .about-play-btn-2 span {
  margin-left: 0;
  margin-right: 13px;
}

.about-play-btn-2 span::after {
  display: inline-block;
  position: relative;
  content: "";
  bottom: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--tp-theme-8);
  border-radius: 50%;
  transition: all 0.2s ease-out 0s;
  z-index: -1;
}

[dir="ltr"] .about-play-btn-2 span::after {
  left: 0;
}

[dir="rtl"] .about-play-btn-2 span::after {
  right: 0;
}

[dir="ltr"] .about-play-btn-2 span img {
  transform: translate(2px, 2px);
}

[dir="rtl"] .about-play-btn-2 span img {
  transform: translate(-2px, 2px);
}

[dir="ltr"] [dir=rtl] .about-play-btn-2 span img {
  transform: translate(2px, 2px);
}

[dir="rtl"] [dir=rtl] .about-play-btn-2 span img {
  transform: translate(-2px, 2px);
}

[dir="ltr"] .about-play-btn-2 span svg {
  transform: translate(2px, -2px);
}

[dir="rtl"] .about-play-btn-2 span svg {
  transform: translate(-2px, -2px);
}

[dir="ltr"] [dir=rtl] .about-play-btn-2 span svg {
  transform: translate(2px, -2px);
}

[dir="rtl"] [dir=rtl] .about-play-btn-2 span svg {
  transform: translate(-2px, -2px);
}

.about-play-btn-2:hover {
  color: var(--tp-common-white);
}

.about-play-btn-2:hover span::after {
  transform: scale(1.08);
}

@keyframes aboutGradient {
  0% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(171deg);
  }
}

@keyframes aboutRotate3 {
  0% {
    transform: rotate(12deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
/*----------------------------------------*/
/*  08. COUNTER CSS START
/*----------------------------------------*/
[dir="ltr"] .counter__border .row [class*=col-]:first-child .counter__item {
  padding-left: 120px;
}

[dir="rtl"] .counter__border .row [class*=col-]:first-child .counter__item {
  padding-right: 120px;
}

[dir="ltr"] [dir=rtl] .counter__border .row [class*=col-]:first-child .counter__item {
  padding-left: 0;
  padding-right: 120px;
}

[dir="rtl"] [dir=rtl] .counter__border .row [class*=col-]:first-child .counter__item {
  padding-right: 0;
  padding-left: 120px;
}

[dir="ltr"] .counter__border .row [class*=col-]:first-child .counter__item::after {
  right: -50px;
}

[dir="rtl"] .counter__border .row [class*=col-]:first-child .counter__item::after {
  left: -50px;
}

[dir="ltr"] [dir=rtl] .counter__border .row [class*=col-]:first-child .counter__item::after {
  right: auto;
  left: -50px;
}

[dir="rtl"] [dir=rtl] .counter__border .row [class*=col-]:first-child .counter__item::after {
  left: auto;
  right: -50px;
}

[dir="ltr"] .counter__border .row [class*=col-]:last-child .counter__item {
  padding-right: 122px;
}

[dir="rtl"] .counter__border .row [class*=col-]:last-child .counter__item {
  padding-left: 122px;
}

[dir="ltr"] [dir=rtl] .counter__border .row [class*=col-]:last-child .counter__item {
  padding-left: 120px;
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .counter__border .row [class*=col-]:last-child .counter__item {
  padding-right: 120px;
  padding-left: 0;
}

.counter__border .row [class*=col-]:last-child .counter__item::after {
  display: none;
}

.counter__border-2 .row [class*=col-]:last-child .counter__item-4-wrapper {
  border-bottom: 0;
}

.counter__border-2 .row [class*=col-]:last-child .counter__item-4-wrapper::after {
  display: none;
}

[dir="ltr"] .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
  right: 40px;
}

[dir="rtl"] .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
  left: 40px;
}

[dir="ltr"] [dir=rtl] .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
  right: auto;
  left: 40px;
}

[dir="rtl"] [dir=rtl] .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
  left: auto;
  right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
    right: 10px;
  }

  [dir="rtl"] .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
    left: 10px;
  }

  [dir="ltr"] [dir=rtl] .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
    right: auto;
    left: 10px;
  }

  [dir="rtl"] [dir=rtl] .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
    left: auto;
    right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__border-8 .row [class*=col-]:nth-child(2) .counter__item-8::after {
    display: none;
  }
}

.counter__border-8 .row [class*=col-]:last-child .counter__item-8::after {
  display: none;
}

[dir="ltr"] .counter__border-radius .row [class*=col-]:first-child .counter__item-5 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

[dir="rtl"] .counter__border-radius .row [class*=col-]:first-child .counter__item-5 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

[dir="ltr"] [dir=rtl] .counter__border-radius .row [class*=col-]:first-child .counter__item-5 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

[dir="rtl"] [dir=rtl] .counter__border-radius .row [class*=col-]:first-child .counter__item-5 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

[dir="ltr"] .counter__border-radius .row [class*=col-]:last-child .counter__item-5 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

[dir="rtl"] .counter__border-radius .row [class*=col-]:last-child .counter__item-5 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

[dir="ltr"] [dir=rtl] .counter__border-radius .row [class*=col-]:last-child .counter__item-5 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

[dir="rtl"] [dir=rtl] .counter__border-radius .row [class*=col-]:last-child .counter__item-5 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.counter__inner {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

.counter__inner-4 {
  padding: 52px 0 8px;
  position: relative;
  overflow: hidden;
}

.counter__inner-10 {
  background: var(--tp-common-orange-4);
  box-shadow: 0px 30px 50px rgba(129, 51, 10, 0.2);
  border-radius: 20px;
  padding: 58px 0 30px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter__inner-10 {
    margin-bottom: 40px;
  }
}

.counter__inner-10-shape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  z-index: -1;
}

[dir="ltr"] .counter__inner-10-shape {
  left: 0;
}

[dir="rtl"] .counter__inner-10-shape {
  right: 0;
}

[dir="ltr"] .counter__inner-10 .row [class*=col-]:last-child .counter__item-10 {
  padding-right: 55px;
}

[dir="rtl"] .counter__inner-10 .row [class*=col-]:last-child .counter__item-10 {
  padding-left: 55px;
}

[dir="ltr"] [dir=rtl] .counter__inner-10 .row [class*=col-]:last-child .counter__item-10 {
  padding-right: 0;
  padding-left: 55px;
}

[dir="rtl"] [dir=rtl] .counter__inner-10 .row [class*=col-]:last-child .counter__item-10 {
  padding-left: 0;
  padding-right: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .counter__inner-10 .row [class*=col-]:last-child .counter__item-10 {
    padding-right: 0;
  }

  [dir="rtl"] .counter__inner-10 .row [class*=col-]:last-child .counter__item-10 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .counter__inner-10 .row [class*=col-]:last-child .counter__item-10 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .counter__inner-10 .row [class*=col-]:last-child .counter__item-10 {
    padding-right: 0;
  }
}

.counter__inner-10 .row [class*=col-]:last-child .counter__item-10::after {
  display: none;
}

[dir="ltr"] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10 {
  padding-right: 50px;
}

[dir="rtl"] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10 {
  padding-left: 50px;
}

[dir="ltr"] [dir=rtl] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10 {
  padding-right: 0;
  padding-left: 50px;
}

[dir="rtl"] [dir=rtl] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10 {
  padding-left: 0;
  padding-right: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10 {
    padding-right: 0;
  }

  [dir="rtl"] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10 {
    padding-right: 0;
  }
}

[dir="ltr"] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
  right: 6px;
}

[dir="rtl"] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
  left: 6px;
}

[dir="ltr"] [dir=rtl] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
  right: auto;
  left: 6px;
}

[dir="rtl"] [dir=rtl] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
  left: auto;
  right: 6px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
    right: 21px;
  }

  [dir="rtl"] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
    left: 21px;
  }

  [dir="ltr"] [dir=rtl] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
    right: auto;
    left: 21px;
  }

  [dir="rtl"] [dir=rtl] .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
    left: auto;
    right: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter__inner-10 .row [class*=col-]:nth-child(2) .counter__item-10::after {
    display: none;
  }
}

.counter__item {
  text-align: center;
  position: relative;
}

.counter__item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

[dir="ltr"] .counter__item::after {
  right: 21px;
}

[dir="rtl"] .counter__item::after {
  left: 21px;
}

[dir="ltr"] [dir=rtl] .counter__item::after {
  right: auto;
  left: 21px;
}

[dir="rtl"] [dir=rtl] .counter__item::after {
  left: auto;
  right: 21px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter__item::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter__item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--tp-border-3);
  }

  [dir="ltr"] .counter__item {
    border-right: 0;
  }

  [dir="rtl"] .counter__item {
    border-left: 0;
  }

  [dir="ltr"] [dir=rtl] .counter__item {
    border-left: 0;
  }

  [dir="rtl"] [dir=rtl] .counter__item {
    border-right: 0;
  }
}

.counter__item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter__item-4 {
  margin-bottom: 30px;
  position: relative;
}

.counter__item-4-wrapper {
  z-index: 1;
  position: relative;
}

.counter__item-4-wrapper::after {
  position: absolute;
  content: "";
  top: 30%;
  transform: translateY(-50%);
  width: 1px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.2);
}

[dir="ltr"] .counter__item-4-wrapper::after {
  right: 0;
}

[dir="rtl"] .counter__item-4-wrapper::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .counter__item-4-wrapper::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .counter__item-4-wrapper::after {
  left: auto;
  right: 0;
}

@media (max-width: 575px) {
  .counter__item-4 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  [dir="ltr"] .counter__item-4 {
    border-right: 0;
  }

  [dir="rtl"] .counter__item-4 {
    border-left: 0;
  }

  [dir="ltr"] [dir=rtl] .counter__item-4 {
    border-left: 0;
  }

  [dir="rtl"] [dir=rtl] .counter__item-4 {
    border-right: 0;
  }
}

.counter__item-5 {
  position: relative;
  padding: 35px 40px 33px;
  overflow: hidden;
  z-index: 1;
}

.counter__item-7 {
  box-shadow: 0px 1px 2px rgba(4, 41, 35, 0.08);
  border-radius: 40px;
  padding: 57px 0 33px;
}

.counter__item-8 {
  position: relative;
}

.counter__item-8::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 70px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

[dir="ltr"] .counter__item-8::after {
  right: 48px;
}

[dir="rtl"] .counter__item-8::after {
  left: 48px;
}

[dir="ltr"] [dir=rtl] .counter__item-8::after {
  right: auto;
  left: 48px;
}

[dir="rtl"] [dir=rtl] .counter__item-8::after {
  left: auto;
  right: 48px;
}

.counter__item-10 {
  position: relative;
}

.counter__item-10::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

[dir="ltr"] .counter__item-10::after {
  right: 18px;
}

[dir="rtl"] .counter__item-10::after {
  left: 18px;
}

[dir="ltr"] [dir=rtl] .counter__item-10::after {
  right: auto;
  left: 18px;
}

[dir="rtl"] [dir=rtl] .counter__item-10::after {
  left: auto;
  right: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .counter__item-10::after {
    right: 7px;
  }

  [dir="rtl"] .counter__item-10::after {
    left: 7px;
  }

  [dir="ltr"] [dir=rtl] .counter__item-10::after {
    right: auto;
    left: 7px;
  }

  [dir="rtl"] [dir=rtl] .counter__item-10::after {
    left: auto;
    right: 7px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter__item-10::after {
    display: none;
  }
}

.counter__title {
  font-size: 50px;
  font-weight: 700;
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}

.counter__title-4 {
  font-family: var(--tp-ff-space);
  font-size: 50px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  line-height: 1;
  margin-bottom: 0;
}

.counter__title-5 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.counter__content p {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-text-2);
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}

.counter__content-4 p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
}

.counter__content-7 h4, .counter__content-7 .h4 {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 60px;
  color: var(--tp-common-black-11);
  margin-bottom: 5px;
  line-height: 1;
}

.counter__content-7 p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
}

.counter__content-8 h4, .counter__content-8 .h4 {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 60px;
  color: var(--tp-common-white);
  margin-bottom: 0;
  line-height: 1;
}

[dir="ltr"] .counter__content-8 h4, [dir="ltr"] .counter__content-8 .h4 {
  margin-right: 20px;
}

[dir="rtl"] .counter__content-8 h4, [dir="rtl"] .counter__content-8 .h4 {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .counter__content-8 h4, [dir="ltr"] [dir=rtl] .counter__content-8 .h4 {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .counter__content-8 h4, [dir="rtl"] [dir=rtl] .counter__content-8 .h4 {
  margin-left: 0;
  margin-right: 20px;
}

.counter__content-8 p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.counter__content-10 h4, .counter__content-10 .h4 {
  font-size: 50px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  line-height: 1;
  margin-bottom: 8px;
}

.counter__content-10 p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.counter__shape-1 {
  position: absolute;
  top: 0;
  z-index: -1;
}

[dir="ltr"] .counter__shape-1 {
  left: 0;
}

[dir="rtl"] .counter__shape-1 {
  right: 0;
}

.counter__shape-2 {
  position: absolute;
  top: 0;
  z-index: -1;
}

[dir="ltr"] .counter__shape-2 {
  left: 0;
}

[dir="rtl"] .counter__shape-2 {
  right: 0;
}

.counter__shape-3 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

[dir="ltr"] .counter__shape-3 {
  right: 0;
}

[dir="rtl"] .counter__shape-3 {
  left: 0;
}

.counter__shape-4 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

[dir="ltr"] .counter__shape-4 {
  right: 0;
}

[dir="rtl"] .counter__shape-4 {
  left: 0;
}

.counter__shape-5 {
  position: absolute;
  top: 13%;
  z-index: -1;
}

[dir="ltr"] .counter__shape-5 {
  left: 8%;
}

[dir="rtl"] .counter__shape-5 {
  right: 8%;
}

.counter__shape-6 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
}

[dir="ltr"] .counter__shape-6 {
  right: 11%;
}

[dir="rtl"] .counter__shape-6 {
  left: 11%;
}

.counter__shape-7 {
  position: absolute;
  bottom: 17%;
  z-index: -1;
}

[dir="ltr"] .counter__shape-7 {
  left: 6%;
}

[dir="rtl"] .counter__shape-7 {
  right: 6%;
}

.counter__shape-8 {
  position: absolute;
  top: 25%;
  z-index: -1;
}

[dir="ltr"] .counter__shape-8 {
  right: 29%;
}

[dir="rtl"] .counter__shape-8 {
  left: 29%;
}

.counter__shape-9 {
  position: absolute;
  bottom: -4%;
  z-index: -1;
}

[dir="ltr"] .counter__shape-9 {
  right: 5%;
}

[dir="rtl"] .counter__shape-9 {
  left: 5%;
}

.counter__shape-10 {
  position: absolute;
  bottom: 0;
  width: 100%;
  mix-blend-mode: luminosity;
}

[dir="ltr"] .counter__shape-10 {
  right: 0;
}

[dir="rtl"] .counter__shape-10 {
  left: 0;
}

.counter__shape-11 {
  position: absolute;
  z-index: -1;
  top: -12%;
  animation: tpleftright 2s infinite alternate;
}

[dir="ltr"] .counter__shape-11 {
  left: 10%;
}

[dir="rtl"] .counter__shape-11 {
  right: 10%;
}

.counter__shape-12 {
  position: absolute;
  z-index: -1;
  top: 17%;
  animation: tprotate 3s infinite alternate;
}

[dir="ltr"] .counter__shape-12 {
  right: 9%;
}

[dir="rtl"] .counter__shape-12 {
  left: 9%;
}

.counter__shape-13 {
  position: absolute;
  top: 15%;
  z-index: -1;
}

[dir="ltr"] .counter__shape-13 {
  left: 0;
}

[dir="rtl"] .counter__shape-13 {
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter__shape-13 {
    top: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter__shape-13 {
    top: 1%;
    width: 25%;
  }
}

@media (max-width: 575px) {
  .counter__shape-13 {
    top: 0;
    width: 21%;
  }
}

.counter__shape-14 {
  position: absolute;
  top: 11%;
  z-index: -1;
}

[dir="ltr"] .counter__shape-14 {
  right: 8%;
}

[dir="rtl"] .counter__shape-14 {
  left: 8%;
}

@media (max-width: 575px) {
  .counter__shape-14 {
    top: 3%;
  }
}

.counter__shape-15 {
  position: absolute;
  bottom: 4%;
  z-index: -1;
}

[dir="ltr"] .counter__shape-15 {
  right: 1%;
}

[dir="rtl"] .counter__shape-15 {
  left: 1%;
}

.counter__shape-16 {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
}

[dir="ltr"] .counter__shape-16 {
  left: 0;
}

[dir="rtl"] .counter__shape-16 {
  right: 0;
}

.counter__icon-5 {
  margin-bottom: 15px;
}

.counter__icon-5 span {
  color: var(--tp-common-green-4);
}

.counter__icon-7 {
  margin-bottom: 40px;
}

.counter__icon-7 span {
  font-size: 60px;
  color: var(--tp-theme-7);
  position: relative;
}

.counter__icon-7-shape {
  position: absolute;
  top: -7px;
}

[dir="ltr"] .counter__icon-7-shape {
  left: -28px;
}

[dir="rtl"] .counter__icon-7-shape {
  right: -28px;
}

.counter__no {
  position: absolute;
  bottom: -65px;
}

[dir="ltr"] .counter__no {
  right: 30px;
}

[dir="rtl"] .counter__no {
  left: 30px;
}

[dir="ltr"] [dir=rtl] .counter__no {
  right: auto;
  left: 30px;
}

[dir="rtl"] [dir=rtl] .counter__no {
  left: auto;
  right: 30px;
}

.counter__no h4, .counter__no .h4 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 130px;
  letter-spacing: -0.04em;
  color: var(--tp-common-green-4);
  opacity: 0.2;
}

.counter__border-animation {
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 700px;
  width: 700px;
  z-index: -1;
}

[dir="ltr"] .counter__border-animation {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .counter__border-animation {
  right: 50%;
  transform: translate(50%, -50%);
}

.counter__border-animation::after, .counter__border-animation::before {
  position: absolute;
  content: "";
  top: 55%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(44, 174, 118, 0.4);
  background-color: transparent;
  animation: borderanimate 3.25s linear infinite;
  animation-delay: 0s;
}

[dir="ltr"] .counter__border-animation::after, [dir="ltr"] .counter__border-animation::before {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .counter__border-animation::after, [dir="rtl"] .counter__border-animation::before {
  right: 50%;
  transform: translate(50%, -50%);
}

.counter__border-animation::before {
  animation-delay: 1s;
}

.counter__info-5 p {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.04em;
  color: var(--tp-text-1);
}

.counter__info-5 p span {
  color: var(--tp-theme-5);
  font-weight: 700;
}

.counter__green {
  background-color: rgba(94, 183, 75, 0.1);
}

.counter__brown {
  background-color: rgba(171, 108, 86, 0.1);
}

.counter__brown .counter__icon-5 span {
  color: var(--tp-theme-4);
}

.counter__brown .counter__no h4, .counter__brown .counter__no .h4 {
  color: var(--tp-theme-4);
}

.counter__purple {
  background-color: rgba(124, 106, 221, 0.1);
}

.counter__purple .counter__icon-5 span {
  color: var(--tp-common-purple-4);
}

.counter__purple .counter__no h4, .counter__purple .counter__no .h4 {
  color: var(--tp-common-purple-4);
}

.counter__overlay-10 {
  position: relative;
}

.counter__overlay-10::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 65px;
  background-color: var(--tp-grey-4);
}

[dir="ltr"] .counter__overlay-10::after {
  left: 0;
}

[dir="rtl"] .counter__overlay-10::after {
  right: 0;
}

/* fun fact css start*/
.fact__item {
  padding: 40px 40px;
  box-shadow: 0px 20px 26px rgba(3, 4, 28, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fact__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fact__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fact__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .fact__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fact__icon p {
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  margin-bottom: 0;
  border: 2px solid var(--tp-theme-4);
  padding-top: 14px;
  border-radius: 50%;
}

[dir="ltr"] .fact__icon p {
  margin-right: 15px;
}

[dir="rtl"] .fact__icon p {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .fact__icon p {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .fact__icon p {
  margin-left: 0;
  margin-right: 15px;
}

.fact__icon p i {
  color: var(--tp-theme-4);
}

.fact__icon p svg {
  color: var(--tp-theme-4);
  margin-bottom: 6px;
}

.fact__icon p span {
  font-size: 16px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  font-weight: 700;
  display: block;
  line-height: 1;
}

.fact__content h4, .fact__content .h4 {
  font-size: 24px;
  color: var(--tp-common-black);
  margin-bottom: 0;
  font-family: var(--tp-ff-space);
}

@media (max-width: 575px) {
  .fact__content h4, .fact__content .h4 {
    font-size: 19px;
  }
}

.fact__content p {
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
}

.fact__banner {
  padding: 35px 40px 18px;
  min-height: 160px;
  box-shadow: 0px 20px 26px rgba(3, 4, 28, 0.1);
}

.fact__banner-overlay {
  position: relative;
}

.fact__banner-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

[dir="ltr"] .fact__banner-overlay::after {
  left: 0;
  background: linear-gradient(90deg, #002d28 49.48%, rgba(0, 45, 40, 0.1) 100%);
}

[dir="rtl"] .fact__banner-overlay::after {
  right: 0;
  background: linear-gradient(-90deg, #002d28 49.48%, rgba(0, 45, 40, 0.1) 100%);
}

.fact__banner-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[dir="ltr"] .fact__banner-bg {
  left: 0;
}

[dir="rtl"] .fact__banner-bg {
  right: 0;
}

.fact__banner-content {
  position: relative;
  z-index: 1;
}

.fact__banner-content h5, .fact__banner-content .h5 {
  font-size: 27px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}

.fact__banner-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}

.fact__translate {
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fact__translate {
    transform: translateY(-23%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fact__translate {
    transform: translateY(-25%);
  }
}

@media (max-width: 575px) {
  .fact__translate {
    transform: translateY(-20%);
  }
}
/*----------------------------------------*/
/*  09. SERVICES CSS START
/*----------------------------------------*/
.services__section-title-5 {
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__section-title-5 {
    padding-left: 0;
    padding-right: 0;
  }
}

.services__item {
  position: relative;
  z-index: 1;
}

.services__item-inner {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  padding-top: 50px;
  border: 1px solid var(--tp-border-5);
}

[dir="ltr"] .services__item-inner {
  padding-right: 25px;
}

[dir="rtl"] .services__item-inner {
  padding-left: 25px;
}

[dir="ltr"] [dir=rtl] .services__item-inner {
  padding-left: 30px;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .services__item-inner {
  padding-right: 30px;
  padding-left: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .services__item-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.services__item:hover .services__item-inner {
  background-color: var(--tp-common-purple);
  border-color: transparent;
}

.services__item:hover .services__title {
  color: var(--tp-common-white);
}

.services__item:hover .services__title a {
  color: var(--tp-common-white);
}

.services__item:hover .services__content p {
  color: var(--tp-common-white);
}

.services__item:hover .services__icon span {
  color: var(--tp-common-white-op-7);
}

.services__item:hover .services__btn .tp-btn-border {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.3);
}

.services__item:hover .services__btn .tp-btn-border:hover {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
}

.services__item:hover .services__shape-1 {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.services__item:hover .services__shape-2 {
  visibility: visible;
  opacity: 1;
}

[dir="ltr"] .services__item:hover .services__shape-2 {
  right: 0;
}

[dir="rtl"] .services__item:hover .services__shape-2 {
  left: 0;
}

[dir="ltr"] [dir=rtl] .services__item:hover .services__shape-2 {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .services__item:hover .services__shape-2 {
  left: auto;
  right: 0;
}

.services__item-4 {
  border: 2px solid var(--tp-border-5);
  background-color: var(--tp-common-white);
  padding: 47px 40px 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item-4 {
    padding: 25px 15px 30px;
  }
}

.services__item-4::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1411764706);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
}

.services__item-4:hover {
  background-color: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
}

.services__item-4:hover::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.services__item-4:hover .services-link-btn {
  color: var(--tp-common-white);
  bottom: 35px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}

.services__item-4:hover .services__title-4 {
  color: var(--tp-common-white);
  transform: translateY(-93px);
  transition-delay: 0s;
}

.services__item-4:hover .services__title-4 a {
  color: var(--tp-common-white);
}

.services__item-4:hover .services__thumb-4 {
  opacity: 0.14;
}

.services__item-4:hover .services__icon-4 i, .services__item-4:hover .services__icon-4 span {
  color: var(--tp-common-white);
  transform: scale(0);
}

.services__item-4:hover .services__content-4 p {
  color: var(--tp-common-white);
  transform: translateY(-93px);
  transition-delay: 0.1s;
}

.services__item-5 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.services__item-5-inner {
  padding: 63px 40px 50px;
  box-shadow: 0px 30px 40px rgba(2, 45, 62, 0.08);
  border-radius: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item-5-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .services__item-5-inner {
    padding: 50px 15px 42px;
  }
}

.services__item-5::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 20px;
  top: -4px;
  background-color: var(--tp-common-purple-3);
  border-radius: 10px;
  z-index: -1;
}

[dir="ltr"] .services__item-5::after {
  left: auto;
  right: 0;
}

[dir="rtl"] .services__item-5::after {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .services__item-5::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .services__item-5::after {
  left: auto;
  right: 0;
}

.services__item-5:hover::after {
  width: 100%;
}

[dir="ltr"] .services__item-5:hover::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .services__item-5:hover::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .services__item-5:hover::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .services__item-5:hover::after {
  right: auto;
  left: 0;
}

.services__item-wrapper-7 .row [class*=col-]:nth-child(2n) .services__content-7 {
  background-color: var(--tp-common-white);
  border-color: rgba(4, 18, 31, 0.1);
}

.services__item-wrapper-7 .row [class*=col-]:nth-child(2n) .services__icon-7 span {
  box-shadow: 0px 3px 5px rgba(47, 28, 6, 0.1);
  color: var(--tp-common-black-11);
}

[dir="ltr"] .services__item-wrapper-7 .row [class*=col-]:nth-child(2n) .services__icon-7 span {
  background: linear-gradient(35.1deg, #e8d8c1 18.5%, #fff9f0 92.94%);
}

[dir="rtl"] .services__item-wrapper-7 .row [class*=col-]:nth-child(2n) .services__icon-7 span {
  background: linear-gradient(-35.1deg, #e8d8c1 18.5%, #fff9f0 92.94%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .services__item-wrapper-14 {
    padding-left: 50px;
  }

  [dir="rtl"] .services__item-wrapper-14 {
    padding-right: 50px;
  }

  [dir="ltr"] [dir=rtl] .services__item-wrapper-14 {
    padding-left: 0;
    padding-right: 50px;
  }

  [dir="rtl"] [dir=rtl] .services__item-wrapper-14 {
    padding-right: 0;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__item-wrapper-14 {
    margin-top: 50px;
  }

  [dir="ltr"] .services__item-wrapper-14 {
    padding-left: 0;
  }

  [dir="rtl"] .services__item-wrapper-14 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .services__item-wrapper-14 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .services__item-wrapper-14 {
    padding-left: 0;
  }
}

.services__item-7:hover .services__icon-7 span {
  transform: translateY(0px) translate3d(0, 5px, 0);
}

.services__item-8 {
  padding: 21px 20px 7px 20px;
  border: 1.5px solid #0a2540;
  position: relative;
  z-index: 1;
  transition: border-color 0.3s ease;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item-8 {
    padding: 56px 40px 60px 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .services__item-8 {
    padding: 56px 35px 60px 30px;
  }

  [dir="rtl"] .services__item-8 {
    padding: 56px 30px 60px 35px;
  }
}

@media (max-width: 575px) {
  .services__item-8 {
    padding: 56px 30px 60px 30px;
  }
}

.services__item-8:hover {
  border-color: #b87333;
}

.services__item-8:hover .services__project-no span {
  color: var(--tp-theme-8);
}

.services__item-8:hover .services__shape-11 {
  opacity: 0.04;
}

.services__item-8:hover .services__icon-8 span i, .services__item-8:hover .services__icon-8 span svg, .services__item-8:hover .services__icon-8 span img {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.services__item-9 {
  border: 1px solid #eaeaef;
  background-color: var(--tp-common-white);
  position: relative;
}

[dir="ltr"] .services__item-9 {
  padding: 40px 42px 37px 40px;
}

[dir="rtl"] .services__item-9 {
  padding: 40px 40px 37px 42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services__item-9 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__item-9 {
    padding: 30px 25px 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__item-9 {
    padding: 35px 30px 32px;
  }
}

@media (max-width: 575px) {
  .services__item-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.services__item-9::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
  z-index: -1;
}

[dir="ltr"] .services__item-9::after {
  left: 0;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .services__item-9::after {
  right: 0;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

.services__item-9:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  box-shadow: 0px 20px 40px rgba(3, 4, 28, 0.14);
}

[dir="ltr"] .services__item-9:hover::after {
  transform: translate(8px, 8px);
}

[dir="rtl"] .services__item-9:hover::after {
  transform: translate(-8px, 8px);
}

.services__item-9:hover .services__icon-9 span i, .services__item-9:hover .services__icon-9 span svg {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}

.services__item-14 {
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services__item-14:hover .services__thumb-14 {
  transform: scale(1.1);
}

.services__item-14::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -o-linear-gradient(180deg, rgba(3, 4, 28, 0) 0.25%, #03041c 98.96%);
  z-index: -1;
}

[dir="ltr"] .services__item-14::after {
  left: 0;
  background-image: linear-gradient(180deg, rgba(3, 4, 28, 0) 0.25%, #03041c 98.96%);
}

[dir="rtl"] .services__item-14::after {
  right: 0;
  background-image: linear-gradient(-180deg, rgba(3, 4, 28, 0) 0.25%, #03041c 98.96%);
}

.services__item-15 {
  padding: 50px 60px 47px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .services__item-15 {
    padding: 40px 47px 37px;
  }
}

.services__item-15:hover {
  box-shadow: 0px 10px 20px rgba(3, 4, 28, 0.08);
}

.services__item-15:hover .services__icon-15 span i, .services__item-15:hover .services__icon-15 span svg {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.services__item-style-2::after {
  display: none;
}

.services__item-style-2:hover {
  box-shadow: 0px 10px 10px rgba(3, 4, 28, 0.1);
}

.services__item-style-2 .services__btn-9 a:hover {
  color: var(--tp-theme-1);
}

.services__icon {
  margin-bottom: 32px;
  min-height: 43px;
  display: flex;
  align-items: flex-end;
}

[dir=rtl] .services__icon {
  align-items: flex-start;
}

.services__icon span {
  font-size: 40px;
  color: var(--tp-common-purple);
}

.services__icon-4 {
  position: relative;
  z-index: 1;
}

.services__icon-4 i {
  display: inline-block;
  font-size: 50px;
  color: var(--tp-theme-4);
}

.services__icon-4 span {
  display: inline-block;
  font-size: 40px;
  color: var(--tp-theme-4);
  min-height: 52px;
}

.services__icon-7 {
  margin-bottom: -45px;
}

.services__icon-7 span {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: var(--tp-common-white);
  box-shadow: 0px 3px 5px rgba(14, 63, 42, 0.12);
  border-radius: 50%;
  font-size: 26px;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

[dir="ltr"] .services__icon-7 span {
  background: linear-gradient(213.79deg, #3ff1a5 11.02%, #2cae76 84.5%);
}

[dir="rtl"] .services__icon-7 span {
  background: linear-gradient(-213.79deg, #3ff1a5 11.02%, #2cae76 84.5%);
}

[dir="ltr"] [dir=rtl] .services__icon-8 {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .services__icon-8 {
  margin-left: 0;
  margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__icon-8 {
    margin-bottom: 30px;
  }
}

.services__icon-8 span {
  display: inline-block;
  font-size: 60px;
  color: #0a2540;
}

.services__icon-8 span svg, .services__icon-8 span i, .services__icon-8 span img {
  transition: 0.2s ease-in-out;
}

.services__icon-9 span {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  position: relative;
  color: var(--tp-common-black);
  margin-bottom: 37px;
}

.services__icon-9 span i, .services__icon-9 span svg {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.services__icon-9 span img {
  position: absolute;
  bottom: -17px;
}

[dir="ltr"] .services__icon-9 span img {
  right: -19px;
}

[dir="rtl"] .services__icon-9 span img {
  left: -19px;
}

[dir="ltr"] [dir=rtl] .services__icon-9 span img {
  right: auto;
  left: -19px;
}

[dir="rtl"] [dir=rtl] .services__icon-9 span img {
  left: auto;
  right: -19px;
}

.services__icon-15 {
  margin-top: 5px;
}

[dir="ltr"] [dir=rtl] .services__icon-15 {
  margin-right: 0;
  margin-left: 45px;
}

[dir="rtl"] [dir=rtl] .services__icon-15 {
  margin-left: 0;
  margin-right: 45px;
}

@media (max-width: 575px) {
  .services__icon-15 {
    margin-bottom: 30px;
  }
}

.services__icon-15 span {
  font-size: 42px;
  position: relative;
  min-width: 42px;
  display: inline-block;
}

.services__icon-15 span svg {
  transform: translateY(-2px);
}

.services__icon-15 span i, .services__icon-15 span svg {
  transition: 0.2s ease-in-out;
}

.services__icon-15 span::after {
  position: absolute;
  content: "";
  bottom: -17px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-image: -o-linear-gradient(314.27deg, rgba(3, 4, 28, 0.1) 0%, rgba(3, 4, 28, 0) 79.01%);
}

[dir="ltr"] .services__icon-15 span::after {
  left: 3px;
  background-image: linear-gradient(314.27deg, rgba(3, 4, 28, 0.1) 0%, rgba(3, 4, 28, 0) 79.01%);
}

[dir="rtl"] .services__icon-15 span::after {
  right: 3px;
  background-image: linear-gradient(-314.27deg, rgba(3, 4, 28, 0.1) 0%, rgba(3, 4, 28, 0) 79.01%);
}

[dir="ltr"] [dir=rtl] .services__icon-15 span::after {
  left: auto;
  right: 3px;
}

[dir="rtl"] [dir=rtl] .services__icon-15 span::after {
  right: auto;
  left: 3px;
}

.services__title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black-solid);
  margin-bottom: 11px;
}

.services__title-4 {
  font-family: var(--tp-ff-space);
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__title-4 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .services__title-4 {
    font-size: 22px;
  }
}

.services__title-5 {
  font-family: var(--tp-ff-space);
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
  font-size: 24px;
  color: var(--tp-common-black);
  margin-bottom: 12px;
}

.services__title-5 a:hover {
  color: var(--tp-theme-5);
}

.services__title-7 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: var(--tp-common-black-11);
  margin-bottom: 10px;
}

.services__title-7 a:hover {
  color: var(--tp-theme-7);
}

.services__title-8 {
  font-family: var(--tp-ff-space);
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-black);
  margin-bottom: 17px;
  line-height: 1;
}

.services__title-8 a:hover {
  color: #b87333;
}

.services__title-9 {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__title-9 {
    font-size: 22px;
  }
}

.services__title-9 a {
  background-image: linear-gradient(#03041c, #03041c), linear-gradient(#03041c, #03041c);
  background-size: 0% 2px, 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.2s linear;
}

[dir="ltr"] .services__title-9 a {
  background-position: 100% 100%, 0 100%;
}

[dir="rtl"] .services__title-9 a {
  background-position: 0% 100%, 100% 100%;
}

.services__title-9 a:hover {
  background-size: 0 2px, 100% 2px;
}

.services__title-14 {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 11px;
}

.services__title-14 a:hover {
  color: var(--tp-theme-1);
}

.services__title-15 {
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.02em;
}

.services__title-15 a:hover {
  color: var(--tp-theme-1);
}

.services__content p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  color: var(--tp-text-1);
  line-height: 1.4;
  margin-bottom: 35px;
}

.services__content-4 {
  position: relative;
  z-index: 1;
}

.services__content-4 p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--tp-text-1);
  transition-duration: 0.4s;
  transition-delay: 0s;
}

.services__content-5 p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--tp-text-1);
  margin-bottom: 35px;
}

.services__content-7 {
  padding: 77px 40px 35px;
  background-color: #f8f4ee;
  border: 1px solid #f8f4ee;
  border-radius: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .services__content-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.services__content-7 p {
  font-family: var(--tp-ff-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--tp-text-1);
  margin-bottom: 25px;
}

.services__content-8 p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1.5;
  color: #0a2540;
  opacity: 0.7;
  margin-bottom: 25px;
}

.services__content-14 {
  position: absolute;
  left: 60px;
  bottom: 60px;
  right: 60px;
}

@media (max-width: 575px) {
  .services__content-14 {
    bottom: 30px;
  }

  [dir="ltr"] .services__content-14 {
    left: 25px;
    right: 30px;
  }

  [dir="rtl"] .services__content-14 {
    right: 25px;
    left: 30px;
  }
}

.services__content-14 p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--tp-common-white);
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services__content-14 p br {
    display: none;
  }
}

.services__content-15 p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(3, 4, 28, 0.7);
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__content-15 p br {
    display: none;
  }
}

.services__shape-1 {
  position: absolute;
  top: -40px;
  visibility: hidden;
  opacity: 0;
  z-index: 111;
}

[dir="ltr"] .services__shape-1 {
  right: 0;
}

[dir="rtl"] .services__shape-1 {
  left: 0;
}

[dir=rtl] .services__shape-1 {
  transform: scale(-1, 1);
}

[dir="ltr"] [dir=rtl] .services__shape-1 {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .services__shape-1 {
  left: auto;
  right: 0;
}

.services__shape-2 {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 11;
}

[dir="ltr"] .services__shape-2 {
  right: -30px;
}

[dir="rtl"] .services__shape-2 {
  left: -30px;
}

[dir=rtl] .services__shape-2 {
  transform: scale(-1, 1);
}

[dir="ltr"] [dir=rtl] .services__shape-2 {
  right: auto;
  left: -30px;
}

[dir="rtl"] [dir=rtl] .services__shape-2 {
  left: auto;
  right: -30px;
}

.services__shape-3 {
  position: absolute;
  bottom: -25%;
  z-index: -1;
}

[dir="ltr"] .services__shape-3 {
  right: 20%;
}

[dir="rtl"] .services__shape-3 {
  left: 20%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__shape-3 {
    bottom: -34%;
  }

  [dir="ltr"] .services__shape-3 {
    right: 0%;
  }

  [dir="rtl"] .services__shape-3 {
    left: 0%;
  }
}

.services__shape-4 {
  position: absolute;
  top: 55%;
  animation: tprotate 2s infinite alternate;
}

[dir="ltr"] .services__shape-4 {
  left: 14%;
}

[dir="rtl"] .services__shape-4 {
  right: 14%;
}

.services__shape-5 {
  position: absolute;
  top: 20%;
  z-index: -1;
  animation: tpleftright 1s infinite alternate;
}

[dir="ltr"] .services__shape-5 {
  left: 26%;
}

[dir="rtl"] .services__shape-5 {
  right: 26%;
}

@media (max-width: 575px) {
  .services__shape-5 {
    display: none;
  }
}

.services__shape-6 {
  position: absolute;
  top: 10%;
  top: 10%;
  animation: tpleftright 1s infinite alternate;
}

[dir="ltr"] .services__shape-6 {
  left: 10%;
  left: 22%;
}

[dir="rtl"] .services__shape-6 {
  right: 10%;
  right: 22%;
}

.services__shape-7 {
  position: absolute;
  top: 17%;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .services__shape-7 {
  right: 23%;
}

[dir="rtl"] .services__shape-7 {
  left: 23%;
}

.services__shape-8 {
  position: absolute;
  top: 45%;
  animation: tpleftright 1s infinite alternate;
}

[dir="ltr"] .services__shape-8 {
  right: 12%;
}

[dir="rtl"] .services__shape-8 {
  left: 12%;
}

.services__shape-9 {
  position: absolute;
  bottom: 29%;
}

[dir="ltr"] .services__shape-9 {
  right: 26%;
}

[dir="rtl"] .services__shape-9 {
  left: 26%;
}

.services__shape-10 {
  position: absolute;
  bottom: 0%;
  z-index: -1;
}

[dir="ltr"] .services__shape-10 {
  left: 0%;
}

[dir="rtl"] .services__shape-10 {
  right: 0%;
}

.services__shape-11 {
  position: absolute;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}

[dir="ltr"] .services__shape-11 {
  right: 0;
}

[dir="rtl"] .services__shape-11 {
  left: 0;
}

[dir="ltr"] [dir=rtl] .services__list {
  padding-left: 0;
  padding-right: 100px;
}

[dir="rtl"] [dir=rtl] .services__list {
  padding-right: 0;
  padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  [dir="ltr"] .services__list {
    padding-left: 0;
  }

  [dir="rtl"] .services__list {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .services__list {
    padding-right: 5px;
  }

  [dir="rtl"] [dir=rtl] .services__list {
    padding-left: 5px;
  }
}

.services__list-item.active .services__list-title {
  font-weight: 700;
}

.services__list-item.active .services__list-title button {
  transform: scale(1.4);
  color: var(--tp-common-white);
}

.services__list-item.active .services__list-title .services-tab-link-btn {
  visibility: visible;
  opacity: 1;
}

[dir="ltr"] .services__list-item.active .services__list-title .services-tab-link-btn {
  left: -66px;
}

[dir="rtl"] .services__list-item.active .services__list-title .services-tab-link-btn {
  right: -66px;
}

[dir="ltr"] [dir=rtl] .services__list-item.active .services__list-title .services-tab-link-btn {
  left: auto;
  right: -66px;
}

[dir="rtl"] [dir=rtl] .services__list-item.active .services__list-title .services-tab-link-btn {
  right: auto;
  left: -66px;
}

#services-item-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black-12);
}

[dir="ltr"] #services-item-thumb {
  left: 0;
}

[dir="rtl"] #services-item-thumb {
  right: 0;
}

#services-item-thumb.services-img-1 .services-img-1 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-2 .services-img-2 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-3 .services-img-3 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-4 .services-img-4 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-5 .services-img-5 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-6 .services-img-6 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-7 .services-img-7 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-8 .services-img-8 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-9 .services-img-9 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-10 .services-img-10 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-11 .services-img-11 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-12 .services-img-12 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-13 .services-img-13 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-14 .services-img-14 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-15 .services-img-15 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-16 .services-img-16 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-17 .services-img-17 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-18 .services-img-18 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-19 .services-img-19 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-20 .services-img-20 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-21 .services-img-21 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-22 .services-img-22 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-23 .services-img-23 {
  visibility: visible;
  opacity: 1;
}

#services-item-thumb.services-img-24 .services-img-24 {
  visibility: visible;
  opacity: 1;
}

.services__list-title {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--tp-ff-space);
  color: rgba(255, 255, 255, 0.6);
  transition-duration: 0.3s;
  position: relative;
  margin-bottom: 26px;
  position: relative;
}

[dir="ltr"] .services__list-title {
  text-align: left;
}

[dir="rtl"] .services__list-title {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .services__list-title {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .services__list-title {
  text-align: left;
}

.services__list-title button {
  display: inline-block;
}

[dir="ltr"] .services__list-title button {
  transform-origin: left center;
}

[dir="rtl"] .services__list-title button {
  transform-origin: right center;
}

[dir="ltr"] [dir=rtl] .services__list-title button {
  transform-origin: right center;
}

[dir="rtl"] [dir=rtl] .services__list-title button {
  transform-origin: left center;
}

.services__list-title:hover {
  color: var(--tp-common-white);
}

.services-tab-link-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.0784313725);
  color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .services-tab-link-btn {
  left: -96px;
}

[dir="rtl"] .services-tab-link-btn {
  right: -96px;
}

[dir="ltr"] [dir=rtl] .services-tab-link-btn {
  left: auto;
  right: -96px;
}

[dir="rtl"] [dir=rtl] .services-tab-link-btn {
  right: auto;
  left: -96px;
}

@media (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services-tab-link-btn {
    display: none;
  }
}

.services-tab-link-btn::after {
  position: absolute;
  content: "";
  top: 48%;
  width: 68px;
  height: 2px;
  background-color: var(--tp-common-white);
}

[dir="ltr"] .services-tab-link-btn::after {
  left: 0;
  transform: translateX(-51%);
}

[dir="rtl"] .services-tab-link-btn::after {
  right: 0;
  transform: translateX(51%);
}

[dir="ltr"] [dir=rtl] .services-tab-link-btn::after {
  left: 110%;
}

[dir="rtl"] [dir=rtl] .services-tab-link-btn::after {
  right: 110%;
}

.services-tab-link-btn:hover {
  color: var(--tp-common-white);
}

.services__list-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .services__list-thumb {
  left: 0;
}

[dir="rtl"] .services__list-thumb {
  right: 0;
}

.services__tab-content {
  position: relative;
  max-width: 570px;
  height: 420px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .services__tab-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services__tab-content {
    padding-left: 0;
    margin-top: 50px;
    padding-right: 0;
  }
}

.services__tab-content::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  z-index: -1;
}

[dir="ltr"] .services__tab-content::after {
  left: 0;
  transform: rotate(-20deg);
}

[dir="rtl"] .services__tab-content::after {
  right: 0;
  transform: rotate(20deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services__tab-content::after {
    width: 93%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services__tab-content::after {
    width: 90%;
  }
}

@media (max-width: 575px) {
  .services__tab-content::after {
    display: none;
  }
}

.services__tab-logo {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

[dir="ltr"] .services__tab-logo {
  left: 50%;
  transform: translate(-50%, 50%);
}

[dir="rtl"] .services__tab-logo {
  right: 50%;
  transform: translate(50%, 50%);
}

.services__tab-logo-thumb {
  animation: rotate-infinite 15s linear infinite;
}

@keyframes rotate-infinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.services__tab-logo-icon {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .services__tab-logo-icon {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .services__tab-logo-icon {
  right: 50%;
  transform: translate(50%, -50%);
}

.services__thumb-3 {
  position: relative;
  z-index: 1;
}

.services__thumb-3::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #22264c;
  z-index: -1;
}

[dir="ltr"] .services__thumb-3::after {
  left: 0;
  transform: rotate(-20deg);
}

[dir="rtl"] .services__thumb-3::after {
  right: 0;
  transform: rotate(20deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .services__thumb-3::after {
    left: -7%;
  }

  [dir="rtl"] .services__thumb-3::after {
    right: -7%;
  }

  [dir="ltr"] [dir=rtl] .services__thumb-3::after {
    right: -7%;
    left: auto;
  }

  [dir="rtl"] [dir=rtl] .services__thumb-3::after {
    left: -7%;
    right: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .services__thumb-3::after {
    left: -12%;
  }

  [dir="rtl"] .services__thumb-3::after {
    right: -12%;
  }

  [dir="ltr"] [dir=rtl] .services__thumb-3::after {
    left: auto;
    right: -12%;
  }

  [dir="rtl"] [dir=rtl] .services__thumb-3::after {
    right: auto;
    left: -12%;
  }
}

.services__thumb-4 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

[dir="ltr"] .services__thumb-4 {
  left: 0;
}

[dir="rtl"] .services__thumb-4 {
  right: 0;
}

.services__thumb-5 img {
  height: 220px;
}

@media (max-width: 575px) {
  .services__thumb-5 img {
    max-width: 100%;
  }
}

.services__thumb-14 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[dir="ltr"] .services__thumb-14 {
  left: 0;
}

[dir="rtl"] .services__thumb-14 {
  right: 0;
}

.services__more .tp-link-btn-2 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  padding-bottom: 2px;
}

[dir="ltr"] .services__more .tp-link-btn-2 {
  text-align: right;
}

[dir="rtl"] .services__more .tp-link-btn-2 {
  text-align: left;
}

[dir="ltr"] [dir=rtl] .services__more .tp-link-btn-2 {
  text-align: left;
}

[dir="rtl"] [dir=rtl] .services__more .tp-link-btn-2 {
  text-align: right;
}

.services__more .tp-link-btn-2:hover {
  color: var(--tp-theme-1);
}

.services__more-4 p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  line-height: 24px;
}

.services__btn-5 {
  margin-bottom: 70px;
}

.services__btn-5 .tp-link-btn-circle {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

[dir="ltr"] .services__btn-5 .tp-link-btn-circle span {
  margin-left: 7px;
}

[dir="rtl"] .services__btn-5 .tp-link-btn-circle span {
  margin-right: 7px;
}

[dir="ltr"] [dir=rtl] .services__btn-5 .tp-link-btn-circle span {
  margin-left: 0;
  margin-right: 7px;
}

[dir="rtl"] [dir=rtl] .services__btn-5 .tp-link-btn-circle span {
  margin-right: 0;
  margin-left: 7px;
}

.services__btn-5 .tp-link-btn-circle:hover {
  color: var(--tp-theme-5);
}

.services__btn-5 .tp-link-btn-circle:hover span {
  border-color: var(--tp-theme-5);
  background-color: var(--tp-theme-5);
  color: var(--tp-common-white);
}

.services__btn-7 a {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--tp-common-black-solid);
}

[dir="ltr"] .services__btn-7 a {
  padding-right: 20px;
}

[dir="rtl"] .services__btn-7 a {
  padding-left: 20px;
}

[dir="ltr"] [dir=rtl] .services__btn-7 a {
  padding-right: 0;
  padding-left: 20px;
}

[dir="rtl"] [dir=rtl] .services__btn-7 a {
  padding-left: 0;
  padding-right: 20px;
}

.services__btn-7 a:hover {
  color: var(--tp-theme-7);
}

.services__btn-9 {
  transform: translateY(-4px);
}

.services__btn-9 a {
  font-size: 26px;
  position: relative;
  color: transparent;
  -webkit-background-clip: text;
  color: var(--tp-common-black);
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] .services__btn-9 a {
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .services__btn-9 a {
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

.services__btn-9 a:hover {
  color: transparent;
}

.services__btn-14 .tp-link-btn {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

.services__btn-14 .tp-link-btn:hover {
  color: var(--tp-theme-1);
}

.services__btn-15 a {
  color: var(--tp-common-black);
  font-size: 15px;
  font-weight: 500;
}

.services__btn-15 a:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] .services__btn-15 a:hover i, [dir="ltr"] .services__btn-15 a:hover svg {
  transform: translateX(6px);
}

[dir="rtl"] .services__btn-15 a:hover i, [dir="rtl"] .services__btn-15 a:hover svg {
  transform: translateX(-6px);
}

.services__btn-15 a i, .services__btn-15 a svg {
  transition: transform 0.3s ease-in-out;
}

[dir="ltr"] .services__btn-15 a i, [dir="ltr"] .services__btn-15 a svg {
  margin-left: 4px;
}

[dir="rtl"] .services__btn-15 a i, [dir="rtl"] .services__btn-15 a svg {
  margin-right: 4px;
}

[dir="ltr"] [dir=rtl] .services__btn-15 a i, [dir="ltr"] [dir=rtl] .services__btn-15 a svg {
  margin-left: 0;
  margin-right: 4px;
}

[dir="rtl"] [dir=rtl] .services__btn-15 a i, [dir="rtl"] [dir=rtl] .services__btn-15 a svg {
  margin-right: 0;
  margin-left: 4px;
}

.services__project-no span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #0a2540;
  transition: all 0.2s ease-out 0s;
}

.services__widget {
  position: sticky;
  top: 100px;
}

.services__widget-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}

.services__widget-tab .nav-tabs .nav-item {
  margin-bottom: 10px;
  border-radius: 0;
}

.services__widget-tab .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.services__widget-tab .nav-tabs .nav-item .nav-link {
  width: 100%;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-1);
  border: 1px solid #eaeaef;
  padding: 13px 30px;
  position: relative;
  border-radius: 0;
}

[dir="ltr"] .services__widget-tab .nav-tabs .nav-item .nav-link {
  text-align: left;
  padding-right: 35px;
}

[dir="rtl"] .services__widget-tab .nav-tabs .nav-item .nav-link {
  text-align: right;
  padding-left: 35px;
}

[dir="ltr"] [dir=rtl] .services__widget-tab .nav-tabs .nav-item .nav-link {
  padding-right: 30px;
  padding-left: 35px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .services__widget-tab .nav-tabs .nav-item .nav-link {
  padding-left: 30px;
  padding-right: 35px;
  text-align: left;
}

.services__widget-tab .nav-tabs .nav-item .nav-link svg, .services__widget-tab .nav-tabs .nav-item .nav-link i {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .services__widget-tab .nav-tabs .nav-item .nav-link svg, [dir="ltr"] .services__widget-tab .nav-tabs .nav-item .nav-link i {
  right: 24px;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .services__widget-tab .nav-tabs .nav-item .nav-link svg, [dir="rtl"] .services__widget-tab .nav-tabs .nav-item .nav-link i {
  left: 24px;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .services__widget-tab .nav-tabs .nav-item .nav-link svg, [dir="ltr"] [dir=rtl] .services__widget-tab .nav-tabs .nav-item .nav-link i {
  right: auto;
  left: 24px;
}

[dir="rtl"] [dir=rtl] .services__widget-tab .nav-tabs .nav-item .nav-link svg, [dir="rtl"] [dir=rtl] .services__widget-tab .nav-tabs .nav-item .nav-link i {
  left: auto;
  right: 24px;
}

.services__widget-tab .nav-tabs .nav-item .nav-link:hover, .services__widget-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.services__widget-tab-2 ul li {
  margin-bottom: 8px;
  border-radius: 0;
  list-style: none;
}

.services__widget-tab-2 ul li:last-child {
  margin-bottom: 0;
}

.services__widget-tab-2 ul li a {
  display: inline-block;
  width: 100%;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 17px;
  color: var(--tp-text-1);
  border: 1px solid #eaeaef;
  padding: 23px 35px;
  position: relative;
  border-radius: 0;
}

[dir="ltr"] .services__widget-tab-2 ul li a {
  text-align: left;
}

[dir="rtl"] .services__widget-tab-2 ul li a {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .services__widget-tab-2 ul li a {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .services__widget-tab-2 ul li a {
  text-align: left;
}

.services__widget-tab-2 ul li a > svg, .services__widget-tab-2 ul li a > i {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .services__widget-tab-2 ul li a > svg, [dir="ltr"] .services__widget-tab-2 ul li a > i {
  right: 24px;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .services__widget-tab-2 ul li a > svg, [dir="rtl"] .services__widget-tab-2 ul li a > i {
  left: 24px;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .services__widget-tab-2 ul li a > svg, [dir="ltr"] [dir=rtl] .services__widget-tab-2 ul li a > i {
  right: auto;
  left: 24px;
}

[dir="rtl"] [dir=rtl] .services__widget-tab-2 ul li a > svg, [dir="rtl"] [dir=rtl] .services__widget-tab-2 ul li a > i {
  left: auto;
  right: 24px;
}

.services__widget-tab-2 ul li a span {
  display: inline-block;
  min-width: 22px;
}

[dir="ltr"] .services__widget-tab-2 ul li a span {
  margin-right: 20px;
}

[dir="rtl"] .services__widget-tab-2 ul li a span {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .services__widget-tab-2 ul li a span {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .services__widget-tab-2 ul li a span {
  margin-left: 0;
  margin-right: 20px;
}

.services__widget-tab-2 ul li a span svg {
  transform: translateY(-2px);
}

.services__widget-tab-2 ul li a.active {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.services__widget-tab-2 ul li a.active:hover {
  background-color: var(--tp-theme-1);
}

.services__widget-tab-2 ul li a:hover {
  background-color: #f5f5f8;
}

.services__widget-2 {
  position: sticky;
  top: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .services__widget-2 {
    padding-right: 40px;
  }

  [dir="rtl"] .services__widget-2 {
    padding-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .services__widget-2 {
    padding-right: 0;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .services__widget-2 {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .services__widget-2 {
    padding-right: 0;
  }

  [dir="rtl"] .services__widget-2 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .services__widget-2 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .services__widget-2 {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__widget-2 {
    margin-top: 50px;
  }

  [dir="ltr"] .services__widget-2 {
    padding-right: 0;
  }

  [dir="rtl"] .services__widget-2 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .services__widget-2 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .services__widget-2 {
    padding-right: 0;
  }
}

.services__contact {
  border: 1px solid #eaeaef;
  padding: 22px 35px 45px;
}

.services__contact-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.services__contact-input {
  margin-bottom: 10px;
}

.services__contact-input input, .services__contact-input textarea {
  width: 100%;
  height: 54px;
  background-color: #f5f5f8;
  border: 1px solid #f5f5f8;
  color: var(--tp-common-black);
  padding: 0 24px;
}

[dir="ltr"] [dir=rtl] .services__contact-input input, [dir="ltr"] [dir=rtl] .services__contact-input textarea {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .services__contact-input input, [dir="rtl"] [dir=rtl] .services__contact-input textarea {
  text-align: left;
}

.services__contact-input input:focus, .services__contact-input textarea:focus {
  background-color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

.services__contact-input input:focus::placeholder, .services__contact-input textarea:focus::placeholder {
  color: var(--tp-common-black);
}

.services__contact-input textarea {
  height: 130px;
  padding: 20px 24px;
}

.services__contact-btn .tp-btn {
  font-size: 15px;
  padding: 12px 30px;
}

.services__contact-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.services__contact-info-item {
  background: var(--tp-common-white);
  border: 1px solid #eaeaef;
  padding: 25px 35px 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__contact-info-item {
    padding: 25px 28px 22px;
  }
}

@media (max-width: 575px) {
  .services__contact-info-item {
    padding: 25px 25px 22px;
  }
}

.services__contact-info-icon span {
  font-size: 30px;
  display: inline-block;
  min-width: 40px;
  position: relative;
}

[dir="ltr"] .services__contact-info-icon span {
  margin-right: 35px;
}

[dir="rtl"] .services__contact-info-icon span {
  margin-left: 35px;
}

[dir="ltr"] [dir=rtl] .services__contact-info-icon span {
  margin-right: 0;
  margin-left: 35px;
}

[dir="rtl"] [dir=rtl] .services__contact-info-icon span {
  margin-left: 0;
  margin-right: 35px;
}

.services__contact-info-icon span::after {
  position: absolute;
  content: "";
  top: 0;
  width: 50px;
  height: 50px;
  background-image: -o-linear-gradient(314.27deg, rgba(3, 4, 28, 0.08) 0%, rgba(3, 4, 28, 0) 79.01%);
  border-radius: 50%;
}

[dir="ltr"] .services__contact-info-icon span::after {
  left: 0;
  background-image: linear-gradient(314.27deg, rgba(3, 4, 28, 0.08) 0%, rgba(3, 4, 28, 0) 79.01%);
}

[dir="rtl"] .services__contact-info-icon span::after {
  right: 0;
  background-image: linear-gradient(-314.27deg, rgba(3, 4, 28, 0.08) 0%, rgba(3, 4, 28, 0) 79.01%);
}

[dir="ltr"] [dir=rtl] .services__contact-info-icon span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .services__contact-info-icon span::after {
  right: auto;
  left: 0;
}

.services__contact-info-content span {
  display: inline-block;
  color: #85858b;
}

.services__contact-info-content h4, .services__contact-info-content .h4 {
  font-size: 20px;
  line-height: 1;
}

.services__contact-info-content h4 a:hover, .services__contact-info-content .h4 a:hover {
  color: var(--tp-theme-1);
}

.services__details-wrapper p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 25px;
}

.services__details-title {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services__details-title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .services__details-title {
    font-size: 28px;
  }
}

.services__details-thumb {
  padding-top: 15px;
  margin-bottom: 42px;
}

.services__details-text-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 9px;
}

.services__details-text-title-2 {
  margin-bottom: 14px;
}

.services__details-list-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 15px;
}

.services__details-list ul li {
  font-size: 16px;
  color: var(--tp-common-black);
  list-style: none;
  position: relative;
}

[dir="ltr"] .services__details-list ul li {
  padding-left: 15px;
}

[dir="rtl"] .services__details-list ul li {
  padding-right: 15px;
}

[dir="ltr"] [dir=rtl] .services__details-list ul li {
  padding-left: 0;
  padding-right: 15px;
}

[dir="rtl"] [dir=rtl] .services__details-list ul li {
  padding-right: 0;
  padding-left: 15px;
}

.services__details-list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.services__details-list ul li::after {
  position: absolute;
  content: "";
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
}

[dir="ltr"] .services__details-list ul li::after {
  left: 0;
}

[dir="rtl"] .services__details-list ul li::after {
  right: 0;
}

.services__details-faq-title {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .services__details-faq-title {
    font-size: 28px;
  }
}

.services-link-btn {
  position: absolute;
  bottom: -35px;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  transition-delay: 0s;
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .services-link-btn {
  left: 40px;
}

[dir="rtl"] .services-link-btn {
  right: 40px;
}

[dir="ltr"] [dir=rtl] .services-link-btn {
  left: auto;
  right: 40px;
}

[dir="rtl"] [dir=rtl] .services-link-btn {
  right: auto;
  left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .services-link-btn {
    left: 20px;
  }

  [dir="rtl"] .services-link-btn {
    right: 20px;
  }

  [dir="ltr"] [dir=rtl] .services-link-btn {
    left: auto;
    right: 20px;
  }

  [dir="rtl"] [dir=rtl] .services-link-btn {
    right: auto;
    left: 20px;
  }
}

.services-link-btn i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  border-radius: 50%;
}

[dir="ltr"] .services-link-btn i {
  margin-left: 5px;
}

[dir="rtl"] .services-link-btn i {
  margin-right: 5px;
}

[dir="ltr"] [dir=rtl] .services-link-btn i {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] [dir=rtl] .services-link-btn i {
  margin-right: 0;
  margin-left: 5px;
}

.services-link-btn:hover i {
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  10. EVENT CSS START
/*----------------------------------------*/
.event__title {
  font-size: 20px;
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .event__title {
    margin-bottom: 10px;
  }
}

.event__title a:hover {
  color: var(--tp-theme-1);
}

.event__title-10 {
  font-size: 24px;
  margin-bottom: 0;
}

.event__title-10 a:hover {
  color: var(--tp-theme-10);
}

.event__item {
  padding: 13px 40px;
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.08);
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event__item {
    padding: 20px 25px;
  }
}

.event__item:hover {
  box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
  z-index: 1;
}

.event__item-10 {
  border-radius: 14px;
  border: 2px solid #eaeaef;
  padding: 30px;
  margin-bottom: 20px;
}

[dir="ltr"] .event__item-10 {
  padding-right: 40px;
}

[dir="rtl"] .event__item-10 {
  padding-left: 40px;
}

[dir="ltr"] [dir=rtl] .event__item-10 {
  padding-right: 30px;
  padding-left: 40px;
}

[dir="rtl"] [dir=rtl] .event__item-10 {
  padding-left: 30px;
  padding-right: 40px;
}

@media (max-width: 575px) {
  .event__item-10 {
    padding: 20px;
  }
}

.event__item-10:last-child {
  margin-bottom: 0;
}

.event__item-10-inner {
  width: 76%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event__item-10-inner {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__item-10-inner {
    width: 59%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event__item-10-inner {
    width: 100%;
  }
}

.event__item-10:hover {
  border-color: var(--tp-theme-10);
}

.event__item-10:hover .event__thumb-10 .event-thumb-shape {
  bottom: 0;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.event__item-10:hover .event__thumb-10-overlay h3, .event__item-10:hover .event__thumb-10-overlay .h3 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.event__item-10:hover .event__thumb-10-overlay span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.event__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.event__thumb img {
  border-radius: 10px;
}

.event__thumb-10 {
  width: 24%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

[dir="ltr"] [dir=rtl] .event__thumb-10 {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .event__thumb-10 {
  margin-left: 0;
  margin-right: 25px;
}

.event__thumb-10 img {
  border-radius: 10px;
  height: 140px;
  object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event__thumb-10 {
    width: 34%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event__thumb-10 {
    width: 41%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event__thumb-10 {
    width: 100%;
    margin-bottom: 25px;
  }

  .event__thumb-10 img {
    width: 100%;
  }
}

.event__thumb-10-overlay {
  position: absolute;
  bottom: 15px;
  z-index: 1;
}

[dir="ltr"] .event__thumb-10-overlay {
  left: 25px;
}

[dir="rtl"] .event__thumb-10-overlay {
  right: 25px;
}

[dir="ltr"] [dir=rtl] .event__thumb-10-overlay {
  left: auto;
  right: 25px;
}

[dir="rtl"] [dir=rtl] .event__thumb-10-overlay {
  right: auto;
  left: 25px;
}

.event__thumb-10-overlay .event-thumb-shape {
  position: absolute;
  bottom: -100px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.1s;
  width: inherit;
  max-width: inherit;
}

[dir="ltr"] .event__thumb-10-overlay .event-thumb-shape {
  left: 0;
  transform: translate(-26%, 40%);
}

[dir="rtl"] .event__thumb-10-overlay .event-thumb-shape {
  right: 0;
  transform: translate(26%, 40%);
}

.event__thumb-10-overlay h3, .event__thumb-10-overlay .h3 {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
}

.event__thumb-10-overlay span {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
}

@media (max-width: 575px) {
  .event__speaker {
    margin-bottom: 10px;
  }
}

.event__speaker ul {
  display: inline-block;
}

[dir="ltr"] .event__speaker ul {
  margin-right: 8px;
}

[dir="rtl"] .event__speaker ul {
  margin-left: 8px;
}

[dir="ltr"] [dir=rtl] .event__speaker ul {
  margin-right: 0;
  margin-left: 8px;
}

[dir="rtl"] [dir=rtl] .event__speaker ul {
  margin-left: 0;
  margin-right: 8px;
}

.event__speaker ul li {
  display: inline-block;
  list-style: none;
}

[dir="ltr"] .event__speaker ul li {
  margin-left: -8px;
}

[dir="rtl"] .event__speaker ul li {
  margin-right: -8px;
}

[dir="ltr"] [dir=rtl] .event__speaker ul li {
  margin-left: 0;
  margin-right: -8px;
}

[dir="rtl"] [dir=rtl] .event__speaker ul li {
  margin-right: 0;
  margin-left: -8px;
}

[dir="ltr"] .event__speaker ul li:first-child {
  margin-left: 0;
}

[dir="rtl"] .event__speaker ul li:first-child {
  margin-right: 0;
}

[dir="ltr"] [dir=rtl] .event__speaker ul li:first-child {
  margin-right: 0;
}

[dir="rtl"] [dir=rtl] .event__speaker ul li:first-child {
  margin-left: 0;
}

.event__speaker ul li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--tp-common-white);
}

.event__speaker span {
  font-size: 14px;
  color: var(--tp-text-1);
  font-weight: 500;
  font-family: var(--tp-ff-space);
  display: inline-block;
}

.event__speaker-item {
  background-color: var(--tp-common-white);
  border: 1px solid #eaeaef;
  padding: 18px 24px;
}

.event__speaker-item:not(:last-child) {
  margin-bottom: 6px;
}

.event__speaker-thumb img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

[dir="ltr"] .event__speaker-thumb img {
  margin-right: 16px;
}

[dir="rtl"] .event__speaker-thumb img {
  margin-left: 16px;
}

[dir="ltr"] [dir=rtl] .event__speaker-thumb img {
  margin-right: 0;
  margin-left: 16px;
}

[dir="rtl"] [dir=rtl] .event__speaker-thumb img {
  margin-left: 0;
  margin-right: 16px;
}

.event__speaker-title {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  line-height: 1;
}

.event__speaker-title a:hover {
  color: var(--tp-theme-1);
}

.event__speaker-designation {
  font-family: var(--tp-ff-space);
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
  line-height: 1;
}

@media (max-width: 575px) {
  .event__meta {
    margin-bottom: 10px;
  }
}

.event__meta span {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-text-1);
  font-weight: 500;
  font-family: var(--tp-ff-space);
  display: inline-block;
}

.event__meta-10 {
  margin-bottom: 12px;
}

.event__meta-10 span {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-text-1);
}

[dir="ltr"] .event__meta-10 span {
  margin-right: 15px;
}

[dir="rtl"] .event__meta-10 span {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .event__meta-10 span {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .event__meta-10 span {
  margin-left: 0;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .event__meta-10 span {
    display: block;
    margin-bottom: 10px;
  }
}

[dir="ltr"] .event__meta-10 span:last-child {
  margin-right: 0;
}

[dir="rtl"] .event__meta-10 span:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .event__meta-10 span:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .event__meta-10 span:last-child {
  margin-right: 0;
}

.event__meta-10 span.event-tag {
  background-color: var(--tp-common-purple-7);
  font-size: 13px;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 6px;
}

[dir="ltr"] .event__meta-10 span.event-tag {
  margin-right: 15px;
}

[dir="rtl"] .event__meta-10 span.event-tag {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .event__meta-10 span.event-tag {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .event__meta-10 span.event-tag {
  margin-left: 0;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .event__meta-10 span.event-tag {
    display: inline-block;
    margin-bottom: 10px;
  }
}

.event__meta-10 span.event-tag a:hover {
  color: var(--tp-common-white);
}

[dir="ltr"] .event__meta-10 span i {
  margin-right: 2px;
}

[dir="rtl"] .event__meta-10 span i {
  margin-left: 2px;
}

[dir="ltr"] [dir=rtl] .event__meta-10 span i {
  margin-right: 0;
  margin-left: 2px;
}

[dir="rtl"] [dir=rtl] .event__meta-10 span i {
  margin-left: 0;
  margin-right: 2px;
}

.event__meta-10 span a:hover {
  color: var(--tp-theme-10);
}

.event__content-10 > p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1.5;
  color: #84848b;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .event__more {
    margin-top: 15px;
  }
}

.event__more-10 {
  flex: 0 0 auto;
}

[dir="ltr"] .event__more-10 {
  margin-left: 20px;
}

[dir="rtl"] .event__more-10 {
  margin-right: 20px;
}

[dir="ltr"] [dir=rtl] .event__more-10 {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] [dir=rtl] .event__more-10 {
  margin-right: 0;
  margin-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event__more-10 {
    margin-top: 20px;
  }

  [dir="ltr"] .event__more-10 {
    margin-left: 0;
  }

  [dir="rtl"] .event__more-10 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .event__more-10 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .event__more-10 {
    margin-left: 0;
  }
}

.event__more-10 .tp-btn-border-9 {
  padding: 10px 26px 10px;
}

.event__details-tag span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple);
  padding: 8px 10px 10px;
}

.event__details-title {
  font-size: 50px;
  letter-spacing: -0.04em;
}

@media (max-width: 575px) {
  .event__details-title {
    font-size: 30px;
  }
}

.event__details-meta span {
  font-size: 14px;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event__details-meta span {
    margin-bottom: 15px;
  }
}

[dir="ltr"] .event__details-meta span:not(:last-child) {
  margin-right: 15px;
  padding-right: 18px;
}

[dir="rtl"] .event__details-meta span:not(:last-child) {
  margin-left: 15px;
  padding-left: 18px;
}

[dir="ltr"] [dir=rtl] .event__details-meta span:not(:last-child) {
  margin-right: 0;
  padding-right: 0;
  margin-left: 15px;
  padding-left: 18px;
}

[dir="rtl"] [dir=rtl] .event__details-meta span:not(:last-child) {
  margin-left: 0;
  padding-left: 0;
  margin-right: 15px;
  padding-right: 18px;
}

.event__details-meta span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #d9d9d9;
}

[dir="ltr"] .event__details-meta span:not(:last-child)::after {
  right: 0;
}

[dir="rtl"] .event__details-meta span:not(:last-child)::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .event__details-meta span:not(:last-child)::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .event__details-meta span:not(:last-child)::after {
  left: auto;
  right: 0;
}

[dir="ltr"] .event__details-meta span i, [dir="ltr"] .event__details-meta span svg {
  margin-right: 4px;
}

[dir="rtl"] .event__details-meta span i, [dir="rtl"] .event__details-meta span svg {
  margin-left: 4px;
}

[dir="ltr"] [dir=rtl] .event__details-meta span i, [dir="ltr"] [dir=rtl] .event__details-meta span svg {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] [dir=rtl] .event__details-meta span i, [dir="rtl"] [dir=rtl] .event__details-meta span svg {
  margin-left: 0;
  margin-right: 4px;
}

.event__details-meta span svg {
  transform: translateY(-1px);
}

.event__details-about-title {
  font-size: 40px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
  margin-bottom: 15px;
}

.event__details-about p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 27px;
}

[dir=rtl] .event__details-about p {
  display: inline-block;
}

.event__details-quote {
  background-color: #f4f4f9;
  padding: 30px 85px 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event__details-quote {
    padding: 30px 45px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .event__details-quote {
    padding: 30px 35px 20px;
  }
}

@media (max-width: 575px) {
  .event__details-quote {
    padding: 20px 25px 10px;
  }
}

.event__details-quote p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.event__details-quote-icon {
  margin-bottom: 8px;
}

.event__details-quote-icon span {
  color: #d1d1e7;
  font-size: 34px;
}

.event__details-list-title {
  font-size: 30px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
  margin-bottom: 25px;
}

.event__details-list ul li {
  list-style: none;
  font-size: 16px;
  position: relative;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

[dir="ltr"] .event__details-list ul li {
  padding-left: 16px;
}

[dir="rtl"] .event__details-list ul li {
  padding-right: 16px;
}

[dir="ltr"] [dir=rtl] .event__details-list ul li {
  padding-left: 0;
  padding-right: 16px;
}

[dir="rtl"] [dir=rtl] .event__details-list ul li {
  padding-right: 0;
  padding-left: 16px;
}

.event__details-list ul li:not(:last-child) {
  margin-bottom: 9px;
}

.event__details-list ul li::after {
  position: absolute;
  content: "";
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
}

[dir="ltr"] .event__details-list ul li::after {
  left: 0;
}

[dir="rtl"] .event__details-list ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .event__details-list ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .event__details-list ul li::after {
  right: auto;
  left: 0;
}

.event__details-list ul.has-two-side {
  overflow: hidden;
}

.event__details-list ul.has-two-side li {
  width: 50%;
}

[dir="ltr"] .event__details-list ul.has-two-side li {
  float: left;
}

[dir="rtl"] .event__details-list ul.has-two-side li {
  float: right;
}

[dir="ltr"] [dir=rtl] .event__details-list ul.has-two-side li {
  float: right;
}

[dir="rtl"] [dir=rtl] .event__details-list ul.has-two-side li {
  float: left;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .event__details-list ul.has-two-side li {
    float: none;
    width: 100%;
  }
}

.event__details-info {
  border: 1px solid #eaeaef;
  padding: 21px 30px 27px;
}

.event__details-info-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaef;
  margin-bottom: 23px;
}

.event__details-info-icon span {
  display: inline-block;
  min-width: 20px;
}

[dir="ltr"] .event__details-info-icon span {
  margin-right: 12px;
}

[dir="rtl"] .event__details-info-icon span {
  margin-left: 12px;
}

[dir="ltr"] [dir=rtl] .event__details-info-icon span {
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] [dir=rtl] .event__details-info-icon span {
  margin-left: 0;
  margin-right: 12px;
}

.event__details-info-icon span svg {
  transform: translateY(-2px);
}

.event__details-info-title {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

.event__details-info-content p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

.event__details-btn .tp-btn {
  padding: 12px 30px;
}

.event__details-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .event__details-left {
    padding-right: 0;
  }

  [dir="rtl"] .event__details-left {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .event__details-left {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .event__details-left {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .event__sidebar {
    margin-left: 0;
  }

  [dir="rtl"] .event__sidebar {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .event__sidebar {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .event__sidebar {
    margin-left: 0;
  }
}

.event__widget-title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}

/*----------------------------------------*/
/*  11. TEAM CSS START
/*----------------------------------------*/
.team__item:hover .team__thumb img {
  transform: scale(1.05);
}

.team__item-4:hover .team__social-4 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.team__item-4:hover .team__content-4 {
  top: 55px;
  padding: 20px 25px;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__item-4:hover .team__content-4 {
    top: 65px;
  }
}

.team__item-4:hover .team__content-4 > p {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

.team__item-6 {
  position: relative;
}

.team__item-6:hover .team__content-6-bg, .team__item-6:hover .team__title-6, .team__item-6:hover .team__designation-6 {
  transform: translateY(-70px);
}

.team__item-6:hover .team__content-6-bg {
  transition-delay: 0.1s;
}

.team__item-6:hover .team__thumb-6 img {
  transform: scale(1.05);
}

.team__item-6:hover .team__title-6 {
  transition-delay: 0.15s;
}

.team__item-6:hover .team__designation-6 {
  transition-delay: 0.17s;
}

.team__item-8 {
  transition: all 0.2s ease-out 0s;
  padding: 50px 25px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__item-8 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.team__item-8::after {
  position: absolute;
  content: "";
  top: 0;
  width: 0%;
  height: 2px;
  background-color: var(--tp-theme-8);
}

[dir="ltr"] .team__item-8::after {
  left: auto;
  right: 0;
}

[dir="rtl"] .team__item-8::after {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .team__item-8::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .team__item-8::after {
  right: 0;
  left: auto;
}

.team__item-8:hover {
  transform: translateY(-10px);
  transition-delay: 0;
}

.team__item-8:hover::after {
  width: 100%;
}

[dir="ltr"] .team__item-8:hover::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .team__item-8:hover::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .team__item-8:hover::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .team__item-8:hover::after {
  right: auto;
  left: 0;
}

.team__item-8:hover .team__thumb-8 img {
  padding: 0;
  border-color: transparent;
  transition-delay: 0.1s;
}

.team__item-10 {
  border-radius: 14px;
}

.team__item-10:hover .team__contact-overlay {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.team__thumb {
  position: relative;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.team__thumb-4 {
  position: relative;
  z-index: 1;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

.team__thumb-4::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 90%;
  background-color: #e9ecf1;
  z-index: -1;
}

[dir="ltr"] .team__thumb-4::after {
  left: 0;
}

[dir="rtl"] .team__thumb-4::after {
  right: 0;
}

.team__thumb-8 img {
  width: 160px;
  height: 160px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.2s ease-out 0s;
  transition-delay: 0s;
}

.team__thumb-10 img {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__thumb-10 img {
    width: 100%;
  }
}

.team__action {
  position: absolute;
  bottom: 20px;
}

[dir="ltr"] .team__action {
  right: 20px;
}

[dir="rtl"] .team__action {
  left: 20px;
}

.team__action ul li {
  position: relative;
  margin-bottom: 1px;
  z-index: 1;
  list-style: none;
}

.team__action ul li > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple);
}

.team__action ul li > a:hover {
  background-color: var(--tp-theme-1);
}

.team__action ul li:hover > .team__social ul li {
  visibility: visible;
  opacity: 1;
}

.team__action ul li:hover > .team__social ul li:nth-child(1) {
  z-index: -1;
}

[dir="ltr"] .team__action ul li:hover > .team__social ul li:nth-child(1) {
  right: calc(100% + 41px);
}

[dir="rtl"] .team__action ul li:hover > .team__social ul li:nth-child(1) {
  left: calc(100% + 41px);
}

.team__action ul li:hover > .team__social ul li:nth-child(2) {
  z-index: -2;
}

[dir="ltr"] .team__action ul li:hover > .team__social ul li:nth-child(2) {
  right: calc(100% + 82px);
}

[dir="rtl"] .team__action ul li:hover > .team__social ul li:nth-child(2) {
  left: calc(100% + 82px);
}

.team__action ul li:hover > .team__social ul li:nth-child(3) {
  z-index: -3;
}

[dir="ltr"] .team__action ul li:hover > .team__social ul li:nth-child(3) {
  right: calc(100% + 123px);
}

[dir="rtl"] .team__action ul li:hover > .team__social ul li:nth-child(3) {
  left: calc(100% + 123px);
}

.team__action ul li:hover > .team__social ul li:nth-child(4) {
  z-index: -4;
}

[dir="ltr"] .team__action ul li:hover > .team__social ul li:nth-child(4) {
  right: calc(100% + 164px);
}

[dir="rtl"] .team__action ul li:hover > .team__social ul li:nth-child(4) {
  left: calc(100% + 164px);
}

[dir="ltr"] .team__action ul li:hover > .team__social ul li:nth-child(5) {
  right: calc(100% + 205px);
}

[dir="rtl"] .team__action ul li:hover > .team__social ul li:nth-child(5) {
  left: calc(100% + 205px);
}

[dir="ltr"] .team__action ul li:hover > .team__social ul li:nth-child(6) {
  right: calc(100% + 246px);
}

[dir="rtl"] .team__action ul li:hover > .team__social ul li:nth-child(6) {
  left: calc(100% + 246px);
}

.team__social {
  position: absolute;
  top: 0;
  z-index: -1;
}

[dir="ltr"] .team__social {
  right: 0;
}

[dir="rtl"] .team__social {
  left: 0;
}

.team__social ul {
  display: flex;
  align-items: center;
}

.team__social ul li {
  display: inline-block;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: all 0.4s ease-out 0s;
}

[dir="ltr"] .team__social ul li {
  right: 0;
}

[dir="rtl"] .team__social ul li {
  left: 0;
}

.team__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
}

[dir="ltr"] .team__social ul li a {
  margin-left: 1px;
}

[dir="rtl"] .team__social ul li a {
  margin-right: 1px;
}

.team__social ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.team__social-4 {
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
  margin-bottom: 70px;
}

.team__social-4 a {
  color: var(--tp-common-white);
}

[dir="ltr"] .team__social-4 a {
  margin-right: 10px;
}

[dir="rtl"] .team__social-4 a {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .team__social-4 a {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .team__social-4 a {
  margin-left: 0;
  margin-right: 10px;
}

.team__social-4 a:hover {
  opacity: 0.7;
}

.team__social-8 a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--tp-common-white-op-1);
  margin: 0 0.5px;
}

.team__social-8 a:hover {
  background-color: var(--tp-theme-8);
  color: var(--tp-common-white);
}

.team__social-10 a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 31px;
  text-align: center;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: var(--tp-common-white);
}

[dir="ltr"] .team__social-10 a {
  margin-right: 2px;
}

[dir="rtl"] .team__social-10 a {
  margin-left: 2px;
}

[dir="ltr"] [dir=rtl] .team__social-10 a {
  margin-right: 0;
  margin-left: 2px;
}

[dir="rtl"] [dir=rtl] .team__social-10 a {
  margin-left: 0;
  margin-right: 2px;
}

[dir="ltr"] .team__social-10 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .team__social-10 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .team__social-10 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .team__social-10 a:last-child {
  margin-right: 0;
}

.team__social-10 a:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.team__title {
  font-size: 20px;
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
  line-height: 1.1;
}

.team__title a:hover {
  color: var(--tp-theme-1);
}

.team__title-4 {
  font-family: var(--tp-ff-space);
  font-size: 24px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  line-height: 1;
  margin-bottom: 0;
}

.team__title-6 {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-9);
  margin-bottom: 0;
  line-height: 1;
  font-family: var(--tp-ff-roboto);
  will-change: transform;
  transform: translateY(0px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.team__title-6 a:hover {
  color: var(--tp-theme-6);
}

.team__title-8 {
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.team__title-8 a:hover {
  color: var(--tp-theme-8);
}

.team__title-10 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.team__title-10 a:hover {
  color: var(--tp-theme-10);
}

.team__designation {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-text-1);
  display: inline-block;
  font-family: var(--tp-ff-space);
  text-transform: uppercase;
  line-height: 1;
}

.team__designation-4 {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.team__designation-6 {
  display: inline-block;
  font-size: 15px;
  color: var(--tp-text-18);
  font-family: var(--tp-ff-roboto);
  will-change: transform;
  transform: translateY(0px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.team__designation-8 {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  margin-bottom: 28px;
}

.team__designation-10 {
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  line-height: 1;
  color: #525258;
}

.team__content {
  padding-top: 18px;
}

.team__content-4 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  top: 72%;
  background-color: rgba(171, 108, 86, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1;
  padding: 15px 25px;
  transition: all 0.4s ease-out 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__content-4 {
    top: 77%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__content-4 {
    top: 72%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .team__content-4 {
    top: 74%;
  }
}

.team__content-4 > p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 54px;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.1s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team__content-4 > p {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__content-4 > p {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}

.team__content-6 {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 0;
  padding: 21px 30px 14px;
  background-color: transparent;
  transform: translateY(50%);
  z-index: 1;
}

.team__content-6-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 60px rgba(13, 18, 30, 0.1);
  z-index: -1;
  will-change: transform;
  transform: translateY(0px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

[dir="ltr"] .team__content-6-bg {
  left: 0;
}

[dir="rtl"] .team__content-6-bg {
  right: 0;
}

.team__content-10 {
  border: 2px solid #eaeaef;
  border-top: 0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding-top: 22px;
  padding-bottom: 18px;
}

.team__bg-8 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-repeat: no-repeat;
}

[dir="ltr"] .team__bg-8 {
  left: 0;
}

[dir="rtl"] .team__bg-8 {
  right: 0;
}

.team__border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.team__join .tp-link-btn-2 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  padding-bottom: 2px;
}

[dir="ltr"] .team__join .tp-link-btn-2 {
  text-align: right;
}

[dir="rtl"] .team__join .tp-link-btn-2 {
  text-align: left;
}

.team__join .tp-link-btn-2:hover {
  color: var(--tp-theme-1);
}

.team__contact-overlay {
  position: absolute;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-image: -o-linear-gradient(180deg, rgba(255, 57, 57, 0.95) 0.01%, rgba(191, 33, 50, 0.95) 100%);
  border-radius: 10px;
  text-align: center;
  padding: 35px 40px;
  transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  transform-origin: center center;
}

[dir="ltr"] .team__contact-overlay {
  left: 15px;
  background-image: linear-gradient(180deg, rgba(255, 57, 57, 0.95) 0.01%, rgba(191, 33, 50, 0.95) 100%);
}

[dir="rtl"] .team__contact-overlay {
  right: 15px;
  background-image: linear-gradient(-180deg, rgba(255, 57, 57, 0.95) 0.01%, rgba(191, 33, 50, 0.95) 100%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team__contact-overlay {
    padding: 25px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__contact-overlay {
    padding: 60px 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__contact-overlay {
    padding: 150px 40px;
  }
}

.team__contact-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  margin-bottom: 22px;
}

.team__contact-top span {
  font-size: 50px;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 15px;
}

.team__contact-top p {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  margin-bottom: 4px;
}

.team__contact-wrapper {
  margin-bottom: 25px;
}

.team__contact-wrapper p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--tp-common-white);
  margin-bottom: 5px;
}

.team__contact-wrapper p.team-tel {
  font-size: 18px;
  font-weight: 700;
}

.team__details-border {
  padding: 70px 100px;
  background: #ffffff;
  border: 1px solid #eaeaef;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team__details-border {
    padding: 70px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__details-border {
    padding: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-border {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .team__details-border {
    padding: 20px;
    padding-bottom: 30px;
  }
}

.team__details-subtitle {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

.team__details-title {
  font-family: var(--tp-ff-inter);
  font-size: 44px;
  letter-spacing: -0.02em;
}

@media (max-width: 575px) {
  .team__details-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .team__details-content {
    padding-right: 0;
  }

  [dir="rtl"] .team__details-content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__details-content {
    padding-right: 0;
    padding-left: 0;
  }
}

.team__details-content p {
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__details-content p br {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__details-thumb img {
    width: 100%;
  }
}

.team__details-contact-icon {
  font-size: 22px;
  color: var(--tp-common-black);
}

.team__details-contact-content p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 22px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.team__details-contact-content p a:hover {
  color: var(--tp-theme-1);
}

.team__details-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  background: var(--tp-common-white);
  border: 1px solid #eaeaef;
}

.team__details-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.team__details-about-border {
  border-bottom: 1px solid #eaeaef;
}

.team__details-about-title {
  font-size: 40px;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.team__details-about-content p {
  font-size: 16px;
  line-height: 1.62;
  color: var(--tp-text-1);
  opacity: 0.9;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team__details-about-content p br {
    display: none;
  }
}

.team__details-about-list ol li {
  font-size: 16px;
  color: var(--tp-text-1);
  opacity: 0.9;
}

.team__details-about-list ol li:not(:last-child) {
  margin-bottom: 8px;
}

.team__details-about-list ul li {
  font-size: 16px;
  color: var(--tp-text-1);
  opacity: 0.9;
}

.team__details-about-list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.team__details-shape-1 {
  position: absolute;
  top: 34%;
  z-index: -1;
  animation: tptranslateY2 4s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .team__details-shape-1 {
  left: 13.3%;
}

[dir="rtl"] .team__details-shape-1 {
  right: 13.3%;
}

.team__details-shape-2 {
  position: absolute;
  top: 19%;
  z-index: -1;
  animation: tprotate 6s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .team__details-shape-2 {
  left: 2%;
}

[dir="rtl"] .team__details-shape-2 {
  right: 2%;
}

.team__details-shape-3 {
  position: absolute;
  bottom: 14%;
  z-index: -1;
  animation: tptranslateY2 4s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .team__details-shape-3 {
  right: 15%;
}

[dir="rtl"] .team__details-shape-3 {
  left: 15%;
}

.team__details-shape-4 {
  position: absolute;
  top: 15%;
  z-index: -1;
  mix-blend-mode: darken;
  animation: tptranslateX 4s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .team__details-shape-4 {
  right: 9%;
}

[dir="rtl"] .team__details-shape-4 {
  left: 9%;
}

[dir="ltr"] div.team__details-shape-4 img {
  margin-left: 10px;
}

[dir="rtl"] div.team__details-shape-4 img {
  margin-right: 10px;
}

.team-slider-dot-10 .swiper-pagination-bullet {
  background-color: #e2e2e2;
}

.team-slider-dot-10 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-10);
  width: 50px;
}

/*----------------------------------------*/
/*  12. FAQ CSS START
/*----------------------------------------*/
.faq__text {
  position: absolute;
  top: 30%;
}

[dir="ltr"] .faq__text {
  left: 0;
  transform: rotate(-90deg) translateY(-102px);
}

[dir="rtl"] .faq__text {
  right: 0;
  transform: rotate(90deg) translateY(-102px);
}

[dir="ltr"] [dir=rtl] .faq__text {
  left: auto;
  right: -13%;
}

[dir="rtl"] [dir=rtl] .faq__text {
  right: auto;
  left: -13%;
}

.faq__text h3, .faq__text .h3 {
  color: rgba(213, 213, 223, 0.5019607843);
  font-size: 200px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
  position: relative;
}

.faq__wrapper .accordion-item {
  border-color: var(--tp-border-5);
  background-color: var(--tp-common-white);
}

.faq__wrapper .accordion-item:last-of-type {
  border-bottom: none;
}

.faq__wrapper .accordion-button {
  padding: 24px 25px 25px;
  font-size: 26px;
  font-weight: 700;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  position: relative;
  transform: inherit;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__wrapper .accordion-button {
    font-size: 20px;
  }
}

.faq__wrapper .accordion-button::before {
  position: absolute;
  content: "";
  top: 35px;
  width: 8px;
  height: 8px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
}

[dir="ltr"] .faq__wrapper .accordion-button::before {
  left: 0;
}

[dir="rtl"] .faq__wrapper .accordion-button::before {
  right: 0;
}

[dir="ltr"] [dir=rtl] .faq__wrapper .accordion-button::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .faq__wrapper .accordion-button::before {
  right: auto;
  left: 0;
}

.faq__wrapper .accordion-button::after {
  content: "\f068";
  display: none;
}

.faq__wrapper .accordion-button.collapsed::after {
  color: var(--tp-common-black);
  content: "+";
  transform: inherit;
}

.faq__wrapper .accordion-button:not(.collapsed) {
  color: var(--tp-common-black);
}

.faq__wrapper .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.faq__wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .faq__wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
}

[dir="rtl"] .faq__wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(50%) rotate(-90deg);
}

[dir="ltr"] [dir=rtl] .faq__wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(50%) rotate(90deg);
}

[dir="rtl"] [dir=rtl] .faq__wrapper .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(-90deg);
}

.faq__wrapper .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-theme-1);
}

.faq__wrapper .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
}

[dir="ltr"] .faq__wrapper .accordion-button .accordion-btn {
  right: 0;
}

[dir="rtl"] .faq__wrapper .accordion-button .accordion-btn {
  left: 0;
}

[dir="ltr"] [dir=rtl] .faq__wrapper .accordion-button .accordion-btn {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .faq__wrapper .accordion-button .accordion-btn {
  left: auto;
  right: 0;
}

.faq__wrapper .accordion-button .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #525258;
  border-radius: 2px;
}

[dir="ltr"] .faq__wrapper .accordion-button .accordion-btn::after {
  left: 0;
}

[dir="rtl"] .faq__wrapper .accordion-button .accordion-btn::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .faq__wrapper .accordion-button .accordion-btn::after {
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .faq__wrapper .accordion-button .accordion-btn::after {
  left: 0;
  right: auto;
}

.faq__wrapper .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  background-color: #525258;
  border-radius: 2px;
}

[dir="ltr"] .faq__wrapper .accordion-button .accordion-btn::before {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .faq__wrapper .accordion-button .accordion-btn::before {
  right: 50%;
  transform: translateX(50%);
}

[dir="ltr"] [dir=rtl] .faq__wrapper .accordion-button .accordion-btn::before {
  right: 50%;
  left: auto;
  transform: translateX(50%);
}

[dir="rtl"] [dir=rtl] .faq__wrapper .accordion-button .accordion-btn::before {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.faq__wrapper .accordion-button:hover {
  color: var(--tp-theme-1);
}

.faq__wrapper .accordion-body {
  padding: 0 0 15px;
  transform: translateY(-5px);
}

[dir="ltr"] .faq__wrapper .accordion-body {
  padding-right: 30px;
  padding-left: 25px;
}

[dir="rtl"] .faq__wrapper .accordion-body {
  padding-left: 30px;
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .faq__wrapper .accordion-body {
  padding-left: 30px;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .faq__wrapper .accordion-body {
  padding-right: 30px;
  padding-left: 25px;
}

.faq__wrapper .accordion-body p {
  font-size: 16px;
  color: var(--tp-text-1);
  font-family: var(--tp-ff-inter);
}

[dir="ltr"] [dir=rtl] .faq__tab {
  padding-right: 0;
  padding-left: 200px;
}

[dir="rtl"] [dir=rtl] .faq__tab {
  padding-left: 0;
  padding-right: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .faq__tab {
    padding-right: 150px;
  }

  [dir="rtl"] .faq__tab {
    padding-left: 150px;
  }

  [dir="ltr"] [dir=rtl] .faq__tab {
    padding-right: 0;
    padding-left: 150px;
  }

  [dir="rtl"] [dir=rtl] .faq__tab {
    padding-left: 0;
    padding-right: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__tab {
    margin-bottom: 50px;
  }

  [dir="ltr"] .faq__tab {
    padding-right: 0;
  }

  [dir="rtl"] .faq__tab {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .faq__tab {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .faq__tab {
    padding-right: 0;
  }
}

.faq__tab .nav-link {
  padding: 20px 30px;
  border-radius: 40px;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-1);
}

[dir="ltr"] .faq__tab .nav-link {
  text-align: left;
}

[dir="rtl"] .faq__tab .nav-link {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .faq__tab .nav-link {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .faq__tab .nav-link {
  text-align: left;
}

.faq__tab .nav-link span {
  display: inline-block;
  transform: translateY(-2px);
  color: var(--tp-theme-7);
}

[dir="ltr"] .faq__tab .nav-link span {
  margin-right: 10px;
}

[dir="rtl"] .faq__tab .nav-link span {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .faq__tab .nav-link span {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .faq__tab .nav-link span {
  margin-left: 0;
  margin-right: 10px;
}

.faq__tab .nav-link.active {
  background-color: rgba(44, 174, 118, 0.1019607843);
  color: var(--tp-theme-7);
}

.faq__tab .nav-link:hover {
  color: var(--tp-theme-7);
}

.faq__tab-content .accordion-item {
  border: 1px solid rgba(4, 18, 31, 0.0784313725);
  border-radius: 45px;
  margin-bottom: 15px;
  background-color: var(--tp-common-white);
}

.faq__tab-content .accordion-item:last-of-type {
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

[dir=rtl] .faq__tab-content .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

.faq__tab-content .accordion-button {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: var(--tp-common-black-11);
  padding: 33px 34px;
}

@media (max-width: 575px) {
  [dir="ltr"] .faq__tab-content .accordion-button {
    padding-left: 22px;
    padding-right: 40px;
  }

  [dir="rtl"] .faq__tab-content .accordion-button {
    padding-right: 22px;
    padding-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .faq__tab-content .accordion-button {
    padding-left: 40px;
    padding-right: 22px;
  }

  [dir="rtl"] [dir=rtl] .faq__tab-content .accordion-button {
    padding-right: 40px;
    padding-left: 22px;
  }
}

.faq__tab-content .accordion-button:not(.collapsed) {
  color: var(--tp-common-black-11);
}

.faq__tab-content .accordion-button.collapsed::after {
  color: var(--tp-common-black-11);
}

.faq__tab-content .accordion-button::after {
  top: 35%;
  color: var(--tp-common-black-11);
}

[dir="ltr"] .faq__tab-content .accordion-button::after {
  right: 34px;
}

[dir="rtl"] .faq__tab-content .accordion-button::after {
  left: 34px;
}

[dir="ltr"] [dir=rtl] .faq__tab-content .accordion-button::after {
  right: auto;
  left: 34px;
}

[dir="rtl"] [dir=rtl] .faq__tab-content .accordion-button::after {
  left: auto;
  right: 34px;
}

@media (max-width: 575px) {
  [dir="ltr"] .faq__tab-content .accordion-button::after {
    right: 20px;
  }

  [dir="rtl"] .faq__tab-content .accordion-button::after {
    left: 20px;
  }

  [dir="ltr"] [dir=rtl] .faq__tab-content .accordion-button::after {
    right: auto;
    left: 20px;
  }

  [dir="rtl"] [dir=rtl] .faq__tab-content .accordion-button::after {
    left: auto;
    right: 20px;
  }
}

.faq__tab-content .accordion-button:hover {
  color: #b87333;
}

.faq__tab-content .accordion-button:hover::after {
  color: #b87333;
}

.faq__tab-content .accordion-body {
  padding: 0 34px 29px;
}

.faq__tab-content .accordion-body.show {
  box-shadow: 0px 14px 50px rgba(4, 11, 17, 0.12);
}

.faq__tab-content .accordion-body p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  transform: translateY(-5px);
}

.faq__tab-2 {
  border-bottom: 1px solid #eaeaef;
}

.faq__tab-2 .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
  padding: 14px 30px;
  background-color: var(--tp-common-white);
  position: relative;
  border-radius: 0;
}

.faq__tab-2 .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  margin: auto;
  background-color: var(--tp-theme-1);
  height: 2px;
}

[dir="ltr"] .faq__tab-2 .nav-link span {
  margin-right: 7px;
}

[dir="rtl"] .faq__tab-2 .nav-link span {
  margin-left: 7px;
}

[dir="ltr"] [dir=rtl] .faq__tab-2 .nav-link span {
  margin-right: 0;
  margin-left: 7px;
}

[dir="rtl"] [dir=rtl] .faq__tab-2 .nav-link span {
  margin-left: 0;
  margin-right: 7px;
}

.faq__tab-2 .nav-link.active {
  color: var(--tp-theme-1);
  background-color: rgba(184, 115, 51, 0.06);
}

.faq__tab-2 .nav-link.active:hover {
  background-color: rgba(184, 115, 51, 0.06);
}

.faq__tab-2 .nav-link.active::after {
  width: 100%;
}

.faq__tab-2 .nav-link:hover {
  background-color: var(--tp-grey-16);
}

.faq__shape-1 {
  position: absolute;
  bottom: -8%;
  z-index: -1;
}

[dir="ltr"] .faq__shape-1 {
  right: 0;
}

[dir="rtl"] .faq__shape-1 {
  left: 0;
}

.faq__title {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__title {
    font-size: 40px;
  }
}

.faq__title-pre {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 12px;
}

.faq__title-2 {
  padding-top: 22px;
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__title-2 br {
    display: none;
  }
}

.faq__gradient-border {
  position: relative;
}

.faq__gradient-border::after, .faq__gradient-border::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 2px;
  background-image: -o-linear-gradient(90deg, rgb(3, 4, 28) 0%, rgb(255, 255, 255) 100%);
}

[dir="ltr"] .faq__gradient-border::after, [dir="ltr"] .faq__gradient-border::before {
  left: 0;
  background-image: linear-gradient(90deg, rgb(3, 4, 28) 0%, rgb(255, 255, 255) 100%);
}

[dir="rtl"] .faq__gradient-border::after, [dir="rtl"] .faq__gradient-border::before {
  right: 0;
  background-image: linear-gradient(-90deg, rgb(3, 4, 28) 0%, rgb(255, 255, 255) 100%);
}

[dir=rtl] .faq__gradient-border::after, [dir=rtl] .faq__gradient-border::before {
  background-image: -o-linear-gradient(-90deg, rgb(3, 4, 28) 0%, rgb(255, 255, 255) 100%);
}

[dir="ltr"] [dir=rtl] .faq__gradient-border::after, [dir="ltr"] [dir=rtl] .faq__gradient-border::before {
  background-image: linear-gradient(-90deg, rgb(3, 4, 28) 0%, rgb(255, 255, 255) 100%);
}

[dir="rtl"] [dir=rtl] .faq__gradient-border::after, [dir="rtl"] [dir=rtl] .faq__gradient-border::before {
  background-image: linear-gradient(90deg, rgb(3, 4, 28) 0%, rgb(255, 255, 255) 100%);
}

.faq__gradient-border::before {
  top: auto;
  bottom: 0;
}

.faq__video {
  position: absolute;
  top: 60px;
  width: 46%;
  height: calc(100% - 120px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

[dir="ltr"] .faq__video {
  left: 0;
}

[dir="rtl"] .faq__video {
  right: 0;
}

[dir="ltr"] [dir=rtl] .faq__video {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .faq__video {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq__video {
    position: relative;
    width: 100%;
    height: 560px;
    top: 0;
  }
}

.faq__video-btn {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .faq__video-btn {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .faq__video-btn {
  right: 50%;
  transform: translate(50%, -50%);
}

.faq__video-btn a {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
}

.faq__video-btn a::after, .faq__video-btn a::before {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 40px rgba(3, 4, 28, 0.06);
  backdrop-filter: blur(4px);
}

[dir="ltr"] .faq__video-btn a svg {
  transform: translate(2px, -1px);
}

[dir="rtl"] .faq__video-btn a svg {
  transform: translate(-2px, -1px);
}

.faq__style-2 {
  padding-top: 95px;
  padding-bottom: 100px;
}

[dir="ltr"] .faq__style-2 {
  padding-right: 415px;
  border-left: 2px solid var(--tp-common-black);
}

[dir="rtl"] .faq__style-2 {
  padding-left: 415px;
  border-right: 2px solid var(--tp-common-black);
}

[dir="ltr"] [dir=rtl] .faq__style-2 {
  border-left: 0;
  border-right: 2px solid var(--tp-common-black);
  padding-right: 160px;
  padding-left: 415px;
}

[dir="rtl"] [dir=rtl] .faq__style-2 {
  border-right: 0;
  border-left: 2px solid var(--tp-common-black);
  padding-left: 160px;
  padding-right: 415px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  [dir="ltr"] .faq__style-2 {
    padding-right: 230px;
  }

  [dir="rtl"] .faq__style-2 {
    padding-left: 230px;
  }

  [dir="ltr"] [dir=rtl] .faq__style-2 {
    padding-right: 160px;
    padding-left: 230px;
  }

  [dir="rtl"] [dir=rtl] .faq__style-2 {
    padding-left: 160px;
    padding-right: 230px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  [dir="ltr"] .faq__style-2 {
    padding-right: 210px;
  }

  [dir="rtl"] .faq__style-2 {
    padding-left: 210px;
  }

  [dir="ltr"] [dir=rtl] .faq__style-2 {
    padding-right: 160px;
    padding-left: 210px;
  }

  [dir="rtl"] [dir=rtl] .faq__style-2 {
    padding-left: 160px;
    padding-right: 210px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .faq__style-2 {
    padding-right: 120px;
  }

  [dir="rtl"] .faq__style-2 {
    padding-left: 120px;
  }

  [dir="ltr"] [dir=rtl] .faq__style-2 {
    padding-right: 160px;
    padding-left: 120px;
  }

  [dir="rtl"] [dir=rtl] .faq__style-2 {
    padding-left: 160px;
    padding-right: 120px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .faq__style-2 {
    padding-right: 60px;
    padding-left: 70px;
  }

  [dir="rtl"] .faq__style-2 {
    padding-left: 60px;
    padding-right: 70px;
  }

  [dir="ltr"] [dir=rtl] .faq__style-2 {
    padding-right: 100px;
    padding-left: 60px;
  }

  [dir="rtl"] [dir=rtl] .faq__style-2 {
    padding-left: 100px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .faq__style-2 {
    padding-right: 20px;
    padding-left: 70px;
  }

  [dir="rtl"] .faq__style-2 {
    padding-left: 20px;
    padding-right: 70px;
  }

  [dir="ltr"] [dir=rtl] .faq__style-2 {
    padding-right: 70px;
    padding-left: 20px;
  }

  [dir="rtl"] [dir=rtl] .faq__style-2 {
    padding-left: 70px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq__style-2 {
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 50px;
  }

  [dir=rtl] .faq__style-2 {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__style-2 {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 50px;
  }

  [dir=rtl] .faq__style-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .faq__style-2 {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
  }

  [dir=rtl] .faq__style-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.faq__style-2 .accordion-item {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 25px;
  padding-bottom: 25px;
}

.faq__style-2 .accordion-item:first-child {
  border-top: 1px solid #e7e7e7;
}

.faq__style-2 .accordion-item:first-of-type {
  border-radius: 0;
}

.faq__style-2 .accordion-button {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  padding-top: 0;
  padding-bottom: 0;
}

.faq__style-2 .accordion-button::after {
  display: none;
}

.faq__style-2 .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 14px;
  height: 14px;
}

[dir="ltr"] .faq__style-2 .accordion-button .accordion-btn {
  right: 0;
}

[dir="rtl"] .faq__style-2 .accordion-button .accordion-btn {
  left: 0;
}

[dir="ltr"] [dir=rtl] .faq__style-2 .accordion-button .accordion-btn {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .faq__style-2 .accordion-button .accordion-btn {
  left: auto;
  right: 0;
}

.faq__style-2 .accordion-button .accordion-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tp-common-black);
  border-radius: 2px;
}

[dir="ltr"] .faq__style-2 .accordion-button .accordion-btn::after {
  left: 0;
}

[dir="rtl"] .faq__style-2 .accordion-button .accordion-btn::after {
  right: 0;
}

.faq__style-2 .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  background-color: var(--tp-common-black);
  border-radius: 2px;
}

[dir="ltr"] .faq__style-2 .accordion-button .accordion-btn::before {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .faq__style-2 .accordion-button .accordion-btn::before {
  right: 50%;
  transform: translateX(50%);
}

.faq__style-2 .accordion-button:not(.collapsed) {
  color: var(--tp-theme-1);
}

.faq__style-2 .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .faq__style-2 .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(-50%) rotate(90deg);
}

[dir="rtl"] .faq__style-2 .accordion-button:not(.collapsed) .accordion-btn::before {
  transform: translateX(50%) rotate(-90deg);
}

.faq__style-2 .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--tp-theme-1);
}

.faq__style-2 .accordion-body {
  padding-top: 24px;
  padding-bottom: 0;
}

.faq__style-2 .accordion-body p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tp-text-1);
  margin-bottom: 2px;
}

[dir="ltr"] .faq__style-2 .accordion-body p {
  padding-right: 50px;
}

[dir="rtl"] .faq__style-2 .accordion-body p {
  padding-left: 50px;
}

[dir="ltr"] [dir=rtl] .faq__style-2 .accordion-body p {
  padding-right: 0;
  padding-left: 50px;
}

[dir="rtl"] [dir=rtl] .faq__style-2 .accordion-body p {
  padding-left: 0;
  padding-right: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .faq__style-2 .accordion-body p {
    padding-right: 0;
  }

  [dir="rtl"] .faq__style-2 .accordion-body p {
    padding-left: 0;
  }

  [dir=rtl] .faq__style-2 .accordion-body p {
    padding-left: 0;
    padding-right: 0;
  }
}

.faq__style-3 .section__title-pre-7 {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black);
  text-transform: uppercase;
}

.faq__style-3 .section__title-7 {
  font-family: var(--tp-ff-space);
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 11px;
}

.faq__style-3 .faq__tab .nav-link {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #eaeaef;
  color: var(--tp-text-1);
}

.faq__style-3 .faq__tab .nav-link:not(:last-child) {
  margin-bottom: 8px;
}

.faq__style-3 .faq__tab .nav-link span {
  color: var(--tp-text-1);
}

.faq__style-3 .faq__tab .nav-link.active {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.faq__style-3 .faq__tab .nav-link.active span {
  color: var(--tp-common-white);
}

.faq__style-3 .faq__tab-content .accordion-body {
  padding-bottom: 34px;
}

.faq__style-3 .faq__tab-content .accordion-item {
  background: var(--tp-common-white);
  border: 1px solid rgba(4, 18, 31, 0.08);
  border-radius: 0;
}

.faq__style-3 .faq__tab-content .accordion-button {
  font-family: var(--tp-ff-space);
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-black-11);
}

.faq__style-3 .faq__tab-content .accordion-button:hover {
  color: var(--tp-theme-1);
}

.faq__style-3 .faq__tab-content .accordion-button:hover::after {
  color: var(--tp-theme-1);
}

.faq__style-4 .accordion-item {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 27px;
  padding-bottom: 27px;
}

.faq__style-4 .accordion-item:first-of-type {
  border-radius: 0;
}

.faq__style-4 .accordion-item:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}

.faq__style-4 .accordion-button {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  padding-top: 0;
  padding-bottom: 0;
}

.faq__style-4 .accordion-button::before {
  width: 6px;
  height: 6px;
  top: 9px;
}

.faq__style-4 .accordion-body {
  padding-top: 24px;
  padding-bottom: 10px;
}

.faq__style-4 .accordion-body p {
  font-size: 16px;
}

[dir="ltr"] .faq__style-4 .accordion-body p {
  padding-right: 85px;
}

[dir="rtl"] .faq__style-4 .accordion-body p {
  padding-left: 85px;
}

[dir="ltr"] [dir=rtl] .faq__style-4 .accordion-body p {
  padding-right: 0;
  padding-left: 85px;
}

[dir="rtl"] [dir=rtl] .faq__style-4 .accordion-body p {
  padding-left: 0;
  padding-right: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .faq__style-4 .accordion-body p {
    padding-right: 0;
  }

  [dir="rtl"] .faq__style-4 .accordion-body p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .faq__style-4 .accordion-body p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .faq__style-4 .accordion-body p {
    padding-right: 0;
  }
}
/*----------------------------------------*/
/*  13. PORTFOLIO CSS START
/*----------------------------------------*/
.portfolio__item {
  position: relative;
  z-index: 1;
  min-height: 650px;
}

.portfolio__item:hover .portfolio__thumb {
  transform: translate3d(0px, 0, 0px) scale3d(0.955, 0.975, 1) skew(0deg);
}

.portfolio__item:hover .portfolio__thumb::after {
  opacity: 0.6;
}

.portfolio__item:hover .portfolio__text {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}

.portfolio__item-2 {
  position: relative;
  z-index: 1;
  padding: 0 100px;
  margin-bottom: 33px;
}

[dir="ltr"] .portfolio__item-2 {
  padding-right: 0;
}

[dir="rtl"] .portfolio__item-2 {
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__item-2 {
  direction: ltr;
}

[dir="rtl"] [dir=rtl] .portfolio__item-2 {
  direction: rtl;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__item-2 {
    padding: 0 40px;
  }
}

@media (max-width: 575px) {
  .portfolio__item-2 {
    padding: 0 15px;
  }
}

.portfolio__item-2::after, .portfolio__item-2::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #c7e4e4;
}

[dir="ltr"] .portfolio__item-2::after, [dir="ltr"] .portfolio__item-2::before {
  left: auto;
  right: 0;
}

[dir="rtl"] .portfolio__item-2::after, [dir="rtl"] .portfolio__item-2::before {
  right: auto;
  left: 0;
}

.portfolio__item-2::before {
  width: 0;
  background-color: var(--tp-theme-2);
  z-index: 1;
}

.portfolio__item-2:hover::before {
  width: 100%;
}

[dir="ltr"] .portfolio__item-2:hover::before {
  right: auto;
  left: 0;
}

[dir="rtl"] .portfolio__item-2:hover::before {
  left: auto;
  right: 0;
}

[dir="ltr"] .portfolio__item-2:nth-child(2n) {
  padding-left: 30px;
}

[dir="rtl"] .portfolio__item-2:nth-child(2n) {
  padding-right: 30px;
}

[dir="ltr"] .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
  padding-left: 70px;
}

[dir="rtl"] .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
  padding-right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
    padding-left: 0;
  }

  [dir="rtl"] .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
    padding-left: 0;
  }

  [dir="rtl"] .portfolio__item-2:nth-child(2n) .portfolio__content-2 {
    padding-right: 0;
  }
}

.portfolio__item-2.has-green {
  background-color: var(--tp-common-green-light-2);
}

.portfolio__item-2.has-purple {
  background-color: var(--tp-common-purple-light);
}

.portfolio__item-2.has-purple::after {
  background-color: #dbe1fc;
}

.portfolio__item-2.has-purple::before {
  background-color: var(--tp-common-purple-2);
}

.portfolio__item-2.has-purple .tp-btn-white:hover {
  background-color: var(--tp-common-purple-2);
}

.portfolio__item-2.has-purple .portfolio__icon-2 span {
  background-color: var(--tp-common-purple-2);
}

.portfolio__item-2.has-purple .portfolio__title-2:hover a {
  color: var(--tp-common-purple-2);
}

.portfolio__item-2.has-pink {
  background-color: var(--tp-common-pink-light);
}

.portfolio__item-2.has-pink::after {
  background-color: #ffd6dd;
}

.portfolio__item-2.has-pink::before {
  background-color: var(--tp-common-pink);
}

.portfolio__item-2.has-pink .tp-btn-white:hover {
  background-color: var(--tp-common-pink);
}

.portfolio__item-2.has-pink .portfolio__icon-2 span {
  background-color: var(--tp-common-pink);
}

.portfolio__item-2.has-pink .portfolio__title-2:hover a {
  color: var(--tp-common-pink);
}

.portfolio__item-3 {
  position: relative;
  z-index: 1;
  min-height: 600px;
  overflow: hidden;
}

.portfolio__item-3.carousel__slide {
  margin: 0 15px;
}

.portfolio__item-3:hover .portfolio__thumb-3::before {
  opacity: 0.7;
}

.portfolio__item-3:hover .portfolio__content-3 {
  bottom: 50px;
}

.portfolio__item-3:hover .portfolio__meta-3 {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.portfolio__item-5 {
  position: relative;
  z-index: 1;
  min-height: 550px;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.portfolio__item-5::after {
  position: absolute;
  content: "";
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
}

[dir="ltr"] .portfolio__item-5::after {
  transform: perspective(600px) rotateY(20deg);
}

[dir="rtl"] .portfolio__item-5::after {
  transform: perspective(600px) rotateY(-20deg);
}

.portfolio__item-5:hover::after {
  visibility: visible;
  opacity: 0.95;
  transform: perspective(600px) rotateY(0deg);
}

.portfolio__item-5:hover .portfolio__title-5 {
  transition-delay: 0.2s;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.portfolio__item-5:hover .portfolio__tag-5 {
  bottom: 15px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.portfolio__item-5:hover .portfolio__view-5 {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.portfolio__item-6 {
  filter: blur(5px);
  opacity: 0.5;
  transform: scale(0.98);
}

.portfolio__item-6:hover, .portfolio__item-6.active {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

.portfolio__item-6:hover {
  transform: scale(1.05);
}

div.portfolio__item-8 {
  height: 700px;
  position: relative;
  overflow: hidden;
}

[dir="ltr"] div.portfolio__item-8 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

[dir="rtl"] div.portfolio__item-8 {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

div.portfolio__item-8:hover .portfolio__content-8::after, div.portfolio__item-8.active .portfolio__content-8::after {
  transform: translateY(0);
  transition-delay: 0s;
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1);
}

.portfolio__item-9 {
  position: relative;
  height: 480px;
}

.portfolio__item-9:hover .portfolio__content-9::after {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.portfolio__item-9:hover .portfolio__tag-9 span {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}

.portfolio__item-9:hover .portfolio__title-9 {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.portfolio__thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.2s ease-out 0s;
  transform-style: preserve-3d;
}

[dir="ltr"] .portfolio__thumb {
  left: 0;
}

[dir="rtl"] .portfolio__thumb {
  right: 0;
}

.portfolio__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  background-color: var(--tp-common-black);
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}

[dir="ltr"] .portfolio__thumb::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .portfolio__thumb::after {
  right: 0;
  left: auto;
}

.portfolio__thumb-2.portfolio-thumb-2 {
  margin-top: -60px;
}

.portfolio__thumb-2 .portfolio-2-1 {
  margin-top: -20px;
  margin-bottom: -230px;
  animation-duration: 1s;
  animation-name: fadeInRightPortfolio1;
}

[dir="ltr"] .portfolio__thumb-2 .portfolio-2-1 {
  transform: rotate(-25deg);
}

[dir="rtl"] .portfolio__thumb-2 .portfolio-2-1 {
  transform: rotate(25deg);
}

.portfolio__thumb-2 .portfolio-2-2 {
  margin-top: -375px;
  animation-duration: 1s;
  animation-name: fadeInRightPortfolio2;
  animation-delay: 0.5s;
}

[dir="ltr"] .portfolio__thumb-2 .portfolio-2-2 {
  margin-left: 200px;
  transform: rotate(-25deg) translate(-30px, 169px);
}

[dir="rtl"] .portfolio__thumb-2 .portfolio-2-2 {
  margin-right: 200px;
  transform: rotate(25deg) translate(30px, 169px);
}

@media (max-width: 575px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-2 {
    transform: rotate(-25deg) translate(-200px, 169px);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-2 {
    transform: rotate(25deg) translate(200px, 169px);
  }
}

.portfolio__thumb-2 .portfolio-2-3 {
  animation-duration: 1s;
  animation-name: fadeInRightPortfolio3;
  animation-delay: 1s;
}

[dir="ltr"] .portfolio__thumb-2 .portfolio-2-3 {
  transform: translate(-66px, 107px) rotate(25deg);
}

[dir="rtl"] .portfolio__thumb-2 .portfolio-2-3 {
  transform: translate(66px, 107px) rotate(-25deg);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-3 {
    transform: translate(-79px, 93px) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-3 {
    transform: translate(79px, 93px) rotate(-25deg);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-3 {
    transform: translate(-202px, 50px) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-3 {
    transform: translate(202px, 50px) rotate(-25deg);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-3 {
    transform: translate(15px, 149px) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-3 {
    transform: translate(-15px, 149px) rotate(-25deg);
  }
}

.portfolio__thumb-2 .portfolio-2-4 {
  animation-duration: 1s;
  animation-name: fadeInRightPortfolio4;
  animation-delay: 1s;
  margin-bottom: 30px;
}

[dir="ltr"] .portfolio__thumb-2 .portfolio-2-4 {
  transform: translate(7px, 120px) rotate(25deg);
}

[dir="rtl"] .portfolio__thumb-2 .portfolio-2-4 {
  transform: translate(-7px, 120px) rotate(-25deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-4 {
    transform: translate(-70px, 120px) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-4 {
    transform: translate(70px, 120px) rotate(-25deg);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-4 {
    transform: translate(207px, 3px) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-4 {
    transform: translate(-207px, 3px) rotate(-25deg);
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-4 {
    transform: translate(-10px, 0) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-4 {
    transform: translate(10px, 0) rotate(-25deg);
  }
}

.portfolio__thumb-2 .portfolio-2-5 {
  animation-duration: 1s;
  animation-name: fadeInRightPortfolio5;
  animation-delay: 1.2s;
}

[dir="ltr"] .portfolio__thumb-2 .portfolio-2-5 {
  transform: translate(-105px, 88px) rotate(25deg);
}

[dir="rtl"] .portfolio__thumb-2 .portfolio-2-5 {
  transform: translate(105px, 88px) rotate(-25deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-5 {
    transform: translate(-180px, 88px) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-5 {
    transform: translate(180px, 88px) rotate(-25deg);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-5 {
    transform: translate(0px, -78px) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-5 {
    transform: translate(0px, -78px) rotate(-25deg);
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .portfolio__thumb-2 .portfolio-2-5 {
    transform: translate(5px, 8px) rotate(25deg);
  }

  [dir="rtl"] .portfolio__thumb-2 .portfolio-2-5 {
    transform: translate(-5px, 8px) rotate(-25deg);
  }
}

.portfolio__thumb-2 .portfolio-2-6 {
  animation-duration: 1s;
  animation-name: fadeInRightPortfolio6;
  animation-delay: 1s;
  transform: translateX(0px);
}

.portfolio__thumb-3 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[dir="ltr"] .portfolio__thumb-3 {
  left: 0;
}

[dir="rtl"] .portfolio__thumb-3 {
  right: 0;
}

.portfolio__thumb-3::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate(0%, 0%);
  background-color: var(--tp-common-black);
  opacity: 0;
}

[dir="ltr"] .portfolio__thumb-3::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .portfolio__thumb-3::after {
  right: 0;
  left: auto;
}

.portfolio__thumb-3::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(47.17deg, #ec1b98 36.14%, #2fa7ff 75.88%);
  opacity: 0;
}

[dir="ltr"] .portfolio__thumb-3::before {
  left: 0;
  background-image: linear-gradient(47.17deg, #ec1b98 36.14%, #2fa7ff 75.88%);
}

[dir="rtl"] .portfolio__thumb-3::before {
  right: 0;
  background-image: linear-gradient(-47.17deg, #ec1b98 36.14%, #2fa7ff 75.88%);
}

.portfolio__thumb-5 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[dir="ltr"] .portfolio__thumb-5 {
  left: 0;
}

[dir="rtl"] .portfolio__thumb-5 {
  right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__thumb-6 img {
    width: 100%;
  }
}

#portfolio-bg-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black-12);
}

[dir="ltr"] #portfolio-bg-img {
  left: 0;
}

[dir="rtl"] #portfolio-bg-img {
  right: 0;
}

#portfolio-bg-img .portfolio-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(1.025);
}

[dir="ltr"] #portfolio-bg-img .portfolio-bg {
  left: 0;
}

[dir="rtl"] #portfolio-bg-img .portfolio-bg {
  right: 0;
}

#portfolio-bg-img .portfolio-bg::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 6, 17, 0.5);
}

[dir="ltr"] #portfolio-bg-img .portfolio-bg::after {
  left: 0;
}

[dir="rtl"] #portfolio-bg-img .portfolio-bg::after {
  right: 0;
}

#portfolio-bg-img.portfolio-img-1 .portfolio-img-1 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-2 .portfolio-img-2 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-3 .portfolio-img-3 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-4 .portfolio-img-4 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-5 .portfolio-img-5 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-6 .portfolio-img-6 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-7 .portfolio-img-7 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-8 .portfolio-img-8 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-9 .portfolio-img-9 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-10 .portfolio-img-10 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-11 .portfolio-img-11 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-12 .portfolio-img-12 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-13 .portfolio-img-13 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-14 .portfolio-img-14 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-15 .portfolio-img-15 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-16 .portfolio-img-16 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-17 .portfolio-img-17 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-18 .portfolio-img-18 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-19 .portfolio-img-19 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-20 .portfolio-img-20 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-21 .portfolio-img-21 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-22 .portfolio-img-22 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-23 .portfolio-img-23 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

#portfolio-bg-img.portfolio-img-24 .portfolio-img-24 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.portfolio__thumb-9 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[dir="ltr"] .portfolio__thumb-9 {
  left: 0;
}

[dir="rtl"] .portfolio__thumb-9 {
  right: 0;
}

.portfolio__tag span {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  text-transform: uppercase;
  color: var(--tp-common-white);
  letter-spacing: 3px;
  position: relative;
}

[dir="ltr"] .portfolio__tag span {
  padding-left: 12px;
}

[dir="rtl"] .portfolio__tag span {
  padding-right: 12px;
}

[dir="ltr"] [dir=rtl] .portfolio__tag span {
  padding-right: 12px;
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__tag span {
  padding-left: 12px;
  padding-right: 0;
}

.portfolio__tag span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--tp-theme-1);
  border-radius: 50%;
}

[dir="ltr"] .portfolio__tag span::after {
  left: 0;
}

[dir="rtl"] .portfolio__tag span::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__tag span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__tag span::after {
  right: auto;
  left: 0;
}

.portfolio__tag-2 a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-black-solid);
  border: 1px solid rgba(3, 4, 28, 0.08);
  padding: 6px 12px 6px;
  line-height: 1;
  margin-bottom: 14px;
}

[dir="ltr"] .portfolio__tag-2 a {
  margin-right: 5px;
}

[dir="rtl"] .portfolio__tag-2 a {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .portfolio__tag-2 a {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .portfolio__tag-2 a {
  margin-left: 0;
  margin-right: 5px;
}

.portfolio__tag-2 a:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.portfolio__tag-3 {
  margin-bottom: 2px;
}

.portfolio__tag-3 a {
  font-size: 13px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  text-transform: uppercase;
  position: relative;
}

[dir="ltr"] .portfolio__tag-3 a {
  padding-left: 12px;
}

[dir="rtl"] .portfolio__tag-3 a {
  padding-right: 12px;
}

[dir="ltr"] [dir=rtl] .portfolio__tag-3 a {
  padding-left: 0;
  padding-right: 12px;
}

[dir="rtl"] [dir=rtl] .portfolio__tag-3 a {
  padding-right: 0;
  padding-left: 12px;
}

.portfolio__tag-3 a::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 2px;
  height: 16px;
  transform: translateY(-50%);
  background-color: var(--tp-common-white);
}

[dir="ltr"] .portfolio__tag-3 a::after {
  left: 0;
}

[dir="rtl"] .portfolio__tag-3 a::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__tag-3 a::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__tag-3 a::after {
  right: auto;
  left: 0;
}

.portfolio__tag-4 {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 15px;
}

.portfolio__tag-5 {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
  transform: translateY(40px);
}

.portfolio__tag-9 {
  margin-bottom: 5px;
}

.portfolio__tag-9 span {
  display: inline-block;
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--tp-common-black-solid);
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition-delay: 0.2s;
}

[dir="ltr"] .portfolio__tag-9 span {
  padding-left: 13px;
}

[dir="rtl"] .portfolio__tag-9 span {
  padding-right: 13px;
}

[dir="ltr"] [dir=rtl] .portfolio__tag-9 span {
  padding-left: 0;
  padding-right: 13px;
}

[dir="rtl"] [dir=rtl] .portfolio__tag-9 span {
  padding-right: 0;
  padding-left: 13px;
}

.portfolio__tag-9 span::after {
  position: absolute;
  content: "";
  top: 40%;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] .portfolio__tag-9 span::after {
  left: 0;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .portfolio__tag-9 span::after {
  right: 0;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] [dir=rtl] .portfolio__tag-9 span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__tag-9 span::after {
  right: auto;
  left: 0;
}

.portfolio__icon-2 {
  margin-bottom: 32px;
}

.portfolio__icon-2 span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  background-color: var(--tp-theme-2);
  font-size: 30px;
  color: var(--tp-common-white);
  border-radius: 50%;
}

.portfolio__icon-2 span svg path {
  fill: currentColor;
}

.portfolio__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__title {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .portfolio__title {
    font-size: 26px;
  }
}

.portfolio__title-2 {
  color: var(--tp-common-black);
  font-weight: 600;
  font-size: 34px;
  font-family: var(--tp-ff-oswald);
  margin-bottom: 42px;
}

@media (max-width: 575px) {
  .portfolio__title-2 {
    font-size: 28px;
  }
}

.portfolio__title-2 a:hover {
  color: var(--tp-theme-2);
}

.portfolio__title-3 {
  font-size: 34px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  margin-bottom: 25px;
}

.portfolio__title-3 a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 1px, 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

[dir="ltr"] .portfolio__title-3 a {
  background-position: 100% 100%, 0 100%;
}

[dir="rtl"] .portfolio__title-3 a {
  background-position: 0% 100%, 100% 100%;
}

.portfolio__title-3 a:hover {
  background-size: 0 1px, 100% 1px;
}

.portfolio__title-5 {
  font-family: var(--tp-ff-space);
  font-size: 28px;
  letter-spacing: -0.04em;
  margin-bottom: 0;
  transform: translateY(40px);
  visibility: hidden;
  opacity: 0;
}

.portfolio__title-5 a:hover {
  color: var(--tp-theme-5);
}

.portfolio__title-8 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  color: var(--tp-common-white);
}

.portfolio__title-8 a:hover {
  color: var(--tp-theme-8);
}

.portfolio__title-9 {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: var(--tp-common-black-solid);
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}

@media (max-width: 575px) {
  .portfolio__title-9 {
    line-height: 1.16;
  }
}

.portfolio__title-9 a {
  background-image: linear-gradient(#03041c, #03041c), linear-gradient(#03041c, #03041c);
  background-size: 0% 1.5px, 0 1.5px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

[dir="ltr"] .portfolio__title-9 a {
  background-position: 100% 100%, 0 100%;
}

[dir="rtl"] .portfolio__title-9 a {
  background-position: 0% 100%, 100% 100%;
}

.portfolio__title-9 a:hover {
  background-size: 0 1.5px, 100% 1.5px;
}

.portfolio__content {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__content {
    left: 30px;
    right: 30px;
  }
}

@media (max-width: 575px) {
  .portfolio__content {
    left: 20px;
    right: 20px;
  }
}

.portfolio__content-2 {
  padding: 71px 0 73px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__content-2 {
    padding: 40px 0;
  }
}

.portfolio__content-3 {
  position: absolute;
  bottom: -16px;
  transition-duration: 0.3s;
  z-index: 1;
}

[dir="ltr"] .portfolio__content-3 {
  left: 50px;
}

[dir="rtl"] .portfolio__content-3 {
  right: 50px;
}

[dir="ltr"] [dir=rtl] .portfolio__content-3 {
  right: 50px;
  left: auto;
}

[dir="rtl"] [dir=rtl] .portfolio__content-3 {
  left: 50px;
  right: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  [dir="ltr"] .portfolio__content-3 {
    left: 20px;
  }

  [dir="rtl"] .portfolio__content-3 {
    right: 20px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__content-3 {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .portfolio__content-3 {
    right: auto;
    left: 0;
  }
}

.portfolio__content-5 {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  padding-left: 43px;
  padding-right: 43px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__content-5 {
    left: 8px;
    right: 8px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.portfolio__content-8 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 60px;
  background-color: transparent;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__content-8 {
    padding: 40px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .portfolio__content-8 {
    padding: 30px 40px;
  }
}

.portfolio__content-8::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black-12);
  z-index: -1;
  transform: translateY(100%);
  transition: transform 0.65s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[dir="ltr"] .portfolio__content-8::after {
  left: 0;
}

[dir="rtl"] .portfolio__content-8::after {
  right: 0;
}

.portfolio__content-9 {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 30px;
  padding: 20px 35px 21px;
  background-color: transparent;
  z-index: 1;
}

@media (max-width: 575px) {
  .portfolio__content-9 {
    padding: 20px;
    left: 20px;
    right: 20px;
  }
}

.portfolio__content-9::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition-delay: 0.4s;
}

[dir="ltr"] .portfolio__content-9::after {
  left: 0;
}

[dir="rtl"] .portfolio__content-9::after {
  right: 0;
}

.portfolio__text {
  position: absolute;
  bottom: -20px;
  left: 40px;
  right: 40px;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .portfolio__text {
    left: 30px;
    right: 30px;
  }
}

@media (max-width: 575px) {
  .portfolio__text {
    left: 20px;
    right: 20px;
  }
}

.portfolio__text p {
  font-size: 16px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
}

.portfolio__shape-1 {
  position: absolute;
  z-index: -1;
  top: 6%;
}

[dir="ltr"] .portfolio__shape-1 {
  right: 8%;
}

[dir="rtl"] .portfolio__shape-1 {
  left: 8%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__shape-1 {
    top: 48%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__shape-1 {
    top: 39%;
  }
}

@media (max-width: 575px) {
  .portfolio__shape-1 {
    top: 52%;
  }
}

.portfolio__shape-2 {
  position: absolute;
  z-index: -1;
  top: 10%;
}

[dir="ltr"] .portfolio__shape-2 {
  left: 18%;
}

[dir="rtl"] .portfolio__shape-2 {
  right: 18%;
}

.portfolio__shape-3 {
  position: absolute;
  z-index: -1;
  top: 0%;
}

[dir="ltr"] .portfolio__shape-3 {
  right: 0%;
}

[dir="rtl"] .portfolio__shape-3 {
  left: 0%;
}

.portfolio__shape-4 {
  position: absolute;
  z-index: -1;
  top: 17%;
}

[dir="ltr"] .portfolio__shape-4 {
  right: 26%;
}

[dir="rtl"] .portfolio__shape-4 {
  left: 26%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__shape-4 {
    right: 10%;
  }

  [dir="rtl"] .portfolio__shape-4 {
    left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__shape-4 {
    top: 55%;
  }

  [dir="ltr"] .portfolio__shape-4 {
    right: 33%;
  }

  [dir="rtl"] .portfolio__shape-4 {
    left: 33%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__shape-4 {
    top: 42%;
  }
}

@media (max-width: 575px) {
  .portfolio__shape-4 {
    top: 48%;
  }
}

.portfolio__shape-5 {
  position: absolute;
  top: 8%;
  z-index: -1;
}

[dir="ltr"] .portfolio__shape-5 {
  left: 10%;
}

[dir="rtl"] .portfolio__shape-5 {
  right: 10%;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  [dir="ltr"] .portfolio__shape-5 {
    left: 0;
  }

  [dir="rtl"] .portfolio__shape-5 {
    right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__shape-5 {
    width: 100%;
  }

  [dir="ltr"] .portfolio__shape-5 {
    left: 0;
  }

  [dir="rtl"] .portfolio__shape-5 {
    right: 0;
  }
}

.portfolio__shape-6 {
  position: absolute;
  top: 14%;
  animation: tpleftright 1s infinite alternate;
}

[dir="ltr"] .portfolio__shape-6 {
  left: 21%;
}

[dir="rtl"] .portfolio__shape-6 {
  right: 21%;
}

.portfolio__shape-7 {
  position: absolute;
  top: 18%;
  animation: tpupdown 2s infinite alternate;
}

[dir="ltr"] .portfolio__shape-7 {
  right: 8%;
}

[dir="rtl"] .portfolio__shape-7 {
  left: 8%;
}

.portfolio__shape-8 {
  position: absolute;
  top: 17%;
  z-index: -1;
  animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-8 {
  left: 45%;
  transform-origin: top left;
}

[dir="rtl"] .portfolio__shape-8 {
  right: 45%;
  transform-origin: top right;
}

.portfolio__shape-9 {
  position: absolute;
  top: 20%;
  z-index: -1;
  animation: tprotate 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-9 {
  left: 10%;
}

[dir="rtl"] .portfolio__shape-9 {
  right: 10%;
}

.portfolio__shape-10 {
  position: absolute;
  top: 9%;
  z-index: -1;
  animation: tpupdown 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-10 {
  right: 8%;
}

[dir="rtl"] .portfolio__shape-10 {
  left: 8%;
}

.portfolio__shape-11 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
  animation: tpleftright 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-11 {
  left: 8%;
}

[dir="rtl"] .portfolio__shape-11 {
  right: 8%;
}

.portfolio__shape-12 {
  position: absolute;
  top: 23%;
  z-index: -1;
  animation: tprotate 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-12 {
  right: 13%;
}

[dir="rtl"] .portfolio__shape-12 {
  left: 13%;
}

.portfolio__shape-13 {
  position: absolute;
  z-index: -1;
  top: 10%;
}

[dir="ltr"] .portfolio__shape-13 {
  right: -7%;
}

[dir="rtl"] .portfolio__shape-13 {
  left: -7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__shape-13 {
    right: -30%;
  }

  [dir="rtl"] .portfolio__shape-13 {
    left: -30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .portfolio__shape-13 {
    right: -50%;
  }

  [dir="rtl"] .portfolio__shape-13 {
    left: -50%;
  }
}

.portfolio__shape-14 {
  position: absolute;
  z-index: -1;
  top: 27%;
}

[dir="ltr"] .portfolio__shape-14 {
  left: -6%;
}

[dir="rtl"] .portfolio__shape-14 {
  right: -6%;
}

.portfolio__shape-15 {
  position: absolute;
  z-index: -1;
  top: 8%;
}

[dir="ltr"] .portfolio__shape-15 {
  left: 4%;
}

[dir="rtl"] .portfolio__shape-15 {
  right: 4%;
}

.portfolio__shape-16 {
  position: absolute;
  z-index: -1;
  top: 14%;
  animation: tptranslateX 5s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-16 {
  left: 18%;
}

[dir="rtl"] .portfolio__shape-16 {
  right: 18%;
}

.portfolio__shape-17 {
  position: absolute;
  z-index: -1;
  top: 14%;
  animation: tptranslateY2 8s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-17 {
  right: 23%;
}

[dir="rtl"] .portfolio__shape-17 {
  left: 23%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .portfolio__shape-17 {
    right: 10%;
  }

  [dir="rtl"] .portfolio__shape-17 {
    left: 10%;
  }
}

.portfolio__shape-18 {
  position: absolute;
  z-index: -1;
  top: 4%;
  animation: tprotate 5s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-18 {
  right: 10%;
}

[dir="rtl"] .portfolio__shape-18 {
  left: 10%;
}

.portfolio__shape-19 {
  position: absolute;
  z-index: -1;
  top: 23%;
  animation: tprotate 8s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-19 {
  left: 10%;
}

[dir="rtl"] .portfolio__shape-19 {
  right: 10%;
}

.portfolio__shape-20 {
  position: absolute;
  z-index: -1;
  top: 18%;
  animation: tptranslateY2 4s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-20 {
  left: 14%;
}

[dir="rtl"] .portfolio__shape-20 {
  right: 14%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__shape-20 {
    top: 24%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__shape-20 {
    left: 6%;
  }

  [dir="rtl"] .portfolio__shape-20 {
    right: 6%;
  }
}

@media (max-width: 575px) {
  .portfolio__shape-20 {
    display: none;
  }
}

.portfolio__shape-21 {
  position: absolute;
  z-index: -1;
  top: 15%;
  animation: tptranslateX 4s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-21 {
  right: 8%;
}

[dir="rtl"] .portfolio__shape-21 {
  left: 8%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio__shape-21 {
    top: 20%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__shape-21 {
    right: 4%;
  }

  [dir="rtl"] .portfolio__shape-21 {
    left: 4%;
  }
}

@media (max-width: 575px) {
  .portfolio__shape-21 {
    display: none;
  }
}

.portfolio__shape-22 {
  position: absolute;
  z-index: -1;
  top: 4%;
  animation: tprotate 8s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-22 {
  left: 6%;
}

[dir="rtl"] .portfolio__shape-22 {
  right: 6%;
}

.portfolio__shape-23 {
  position: absolute;
  z-index: -1;
  top: 10%;
  animation: tprotate 8s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .portfolio__shape-23 {
  right: 23%;
}

[dir="rtl"] .portfolio__shape-23 {
  left: 23%;
}

.portfolio__overlay {
  position: relative;
  z-index: 1;
}

.portfolio__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[dir="ltr"] .portfolio__overlay::after {
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
}

[dir="rtl"] .portfolio__overlay::after {
  right: 0;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
}

.portfolio__overlay-5 {
  position: relative;
  z-index: 1;
}

.portfolio__overlay-5::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 65%;
  background-color: var(--tp-grey-7);
  z-index: -1;
}

[dir="ltr"] .portfolio__overlay-5::after {
  left: 0;
}

[dir="rtl"] .portfolio__overlay-5::after {
  right: 0;
}

.portfolio__overlay-9 {
  position: relative;
  z-index: 1;
}

.portfolio__overlay-9::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: var(--tp-grey-12);
  z-index: -1;
}

[dir="ltr"] .portfolio__overlay-9::after {
  left: 0;
}

[dir="rtl"] .portfolio__overlay-9::after {
  right: 0;
}

.portfolio__meta-3 {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition-duration: 0.5s;
}

.portfolio__meta-3 span {
  margin-bottom: 5px;
  display: inline-block;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 1px 20px;
}

[dir="ltr"] .portfolio__meta-3 span {
  margin-right: 5px;
}

[dir="rtl"] .portfolio__meta-3 span {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .portfolio__meta-3 span {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .portfolio__meta-3 span {
  margin-left: 0;
  margin-right: 5px;
}

[dir="ltr"] .portfolio__meta-3 span i {
  margin-right: 3px;
}

[dir="rtl"] .portfolio__meta-3 span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .portfolio__meta-3 span i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .portfolio__meta-3 span i {
  margin-left: 0;
  margin-right: 3px;
}

.portfolio__meta-3 span svg {
  transform: translateY(-2px);
}

[dir="ltr"] .portfolio__meta-3 span svg {
  margin-right: 5px;
}

[dir="rtl"] .portfolio__meta-3 span svg {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .portfolio__meta-3 span svg {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .portfolio__meta-3 span svg {
  margin-left: 0;
  margin-right: 5px;
}

.portfolio__meta-3 span a:hover {
  background-color: var(--tp-common-black-5);
  color: var(--tp-common-white);
}

.portfolio__meta-8 {
  margin-bottom: 5px;
}

.portfolio__meta-8 span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-white);
  display: inline-block;
  position: relative;
}

[dir="ltr"] .portfolio__meta-8 span {
  padding-right: 16px;
  margin-right: 8px;
}

[dir="rtl"] .portfolio__meta-8 span {
  padding-left: 16px;
  margin-left: 8px;
}

[dir="ltr"] .portfolio__meta-8 span:last-child {
  padding-right: 0;
  margin-right: 0;
}

[dir="rtl"] .portfolio__meta-8 span:last-child {
  padding-left: 0;
  margin-left: 0;
}

.portfolio__meta-8 span:last-child::after {
  display: none;
}

.portfolio__meta-8 span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d9d9d9;
}

[dir="ltr"] .portfolio__meta-8 span::after {
  right: 0;
}

[dir="rtl"] .portfolio__meta-8 span::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__meta-8 span::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__meta-8 span::after {
  left: auto;
  right: 0;
}

.portfolio__meta-8 span a:hover {
  color: var(--tp-theme-8);
}

.portfolio__slider .slick-list {
  margin: 0 -16px;
  overflow: visible;
}

.portfolio__slider .swiper {
  overflow: visible;
}

.portfolio__slider .carousel__viewport {
  overflow: visible;
}

.portfolio__slider .swiper-wrapper {
  margin: 0 -16px;
  overflow: visible;
}

.portfolio__slider .swiper-slide {
  margin: 0 16px;
}

.portfolio__slider-5 .portfolio-slider-dot-5 {
  text-align: center;
  margin-top: 40px;
}

.portfolio__slider-5 .portfolio-slider-dot-5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-5);
}

.portfolio__slider-5 .portfolio-slider-dot-5 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--tp-theme-5);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__slider-6 {
    margin-top: 50px;
  }
}

.portfolio__slider-9.has-scrollbar .portfolio__nav-9 button {
  top: 44%;
}

.portfolio__slider-9 .tp-scrollbar {
  background-color: #cdcdcd;
  height: 1px;
  margin-left: 370px;
  margin-right: 370px;
}

.portfolio__slider-9 .tp-scrollbar .swiper-scrollbar-drag {
  background-color: var(--tp-common-black);
  height: 3px;
  border-radius: 0;
}

.portfolio__view-5 {
  position: absolute;
  top: 45px;
  z-index: 1;
  transform: scale(0);
}

[dir="ltr"] .portfolio__view-5 {
  right: 45px;
}

[dir="rtl"] .portfolio__view-5 {
  left: 45px;
}

[dir="ltr"] [dir=rtl] .portfolio__view-5 {
  right: auto;
  left: 45px;
}

[dir="rtl"] [dir=rtl] .portfolio__view-5 {
  left: auto;
  right: 45px;
}

.portfolio__view-5 .portfolio-plus-btn {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid rgba(3, 4, 28, 0.1);
  color: var(--tp-common-black);
  border-radius: 50%;
  font-size: 16px;
}

.portfolio__view-5 .portfolio-plus-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
  border-color: var(--tp-theme-5);
}

.portfolio__nav-5 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 18px;
  box-shadow: 0px 30px 50px rgba(3, 4, 28, 0.2);
}

[dir="ltr"] .portfolio__nav-5 button {
  left: 15%;
}

[dir="rtl"] .portfolio__nav-5 button {
  right: 15%;
}

[dir="ltr"] [dir=rtl] .portfolio__nav-5 button {
  left: auto;
  right: 15%;
}

[dir="rtl"] [dir=rtl] .portfolio__nav-5 button {
  right: auto;
  left: 15%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__nav-5 button {
    left: 5%;
  }

  [dir="rtl"] .portfolio__nav-5 button {
    right: 5%;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-5 button {
    left: auto;
    right: 5%;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-5 button {
    right: auto;
    left: 5%;
  }
}

.portfolio__nav-5 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
}

[dir="ltr"] .portfolio__nav-5 button.portfolio-button-next-5 {
  left: auto;
  right: 15%;
}

[dir="rtl"] .portfolio__nav-5 button.portfolio-button-next-5 {
  right: auto;
  left: 15%;
}

[dir="ltr"] [dir=rtl] .portfolio__nav-5 button.portfolio-button-next-5 {
  left: 15%;
  right: auto;
}

[dir="rtl"] [dir=rtl] .portfolio__nav-5 button.portfolio-button-next-5 {
  right: 15%;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__nav-5 button.portfolio-button-next-5 {
    right: 5%;
  }

  [dir="rtl"] .portfolio__nav-5 button.portfolio-button-next-5 {
    left: 5%;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-5 button.portfolio-button-next-5 {
    right: auto;
    left: 5%;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-5 button.portfolio-button-next-5 {
    left: auto;
    right: 5%;
  }
}

.portfolio__nav-8 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  color: var(--tp-common-white);
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
}

[dir="ltr"] .portfolio__nav-8 button {
  left: 60px;
}

[dir="rtl"] .portfolio__nav-8 button {
  right: 60px;
}

[dir="ltr"] [dir=rtl] .portfolio__nav-8 button {
  left: auto;
  right: 60px;
}

[dir="rtl"] [dir=rtl] .portfolio__nav-8 button {
  right: auto;
  left: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__nav-8 button {
    left: 25px;
  }

  [dir="rtl"] .portfolio__nav-8 button {
    right: 25px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-8 button {
    left: auto;
    right: 25px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-8 button {
    right: auto;
    left: 25px;
  }
}

@media (max-width: 575px) {
  .portfolio__nav-8 button {
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 10%;
    font-size: 14px;
  }

  [dir="ltr"] .portfolio__nav-8 button {
    left: 20px;
  }

  [dir="rtl"] .portfolio__nav-8 button {
    right: 20px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-8 button {
    left: auto;
    right: 20px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-8 button {
    right: auto;
    left: 20px;
  }
}

.portfolio__nav-8 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

[dir="ltr"] .portfolio__nav-8 button.portfolio-button-next-8 {
  left: auto;
  right: 60px;
}

[dir="rtl"] .portfolio__nav-8 button.portfolio-button-next-8 {
  right: auto;
  left: 60px;
}

[dir="ltr"] [dir=rtl] .portfolio__nav-8 button.portfolio-button-next-8 {
  left: 60px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .portfolio__nav-8 button.portfolio-button-next-8 {
  right: 60px;
  left: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__nav-8 button.portfolio-button-next-8 {
    right: 25px;
  }

  [dir="rtl"] .portfolio__nav-8 button.portfolio-button-next-8 {
    left: 25px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-8 button.portfolio-button-next-8 {
    right: auto;
    left: 25px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-8 button.portfolio-button-next-8 {
    left: auto;
    right: 25px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .portfolio__nav-8 button.portfolio-button-next-8 {
    right: auto;
    left: 70px;
  }

  [dir="rtl"] .portfolio__nav-8 button.portfolio-button-next-8 {
    left: auto;
    right: 70px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-8 button.portfolio-button-next-8 {
    right: 70px;
    left: auto;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-8 button.portfolio-button-next-8 {
    left: 70px;
    right: auto;
  }
}

.portfolio__nav-9 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  z-index: 9;
}

[dir="ltr"] .portfolio__nav-9 button {
  left: 20%;
}

[dir="rtl"] .portfolio__nav-9 button {
  right: 20%;
}

[dir="ltr"] [dir=rtl] .portfolio__nav-9 button {
  left: auto;
  right: 20%;
}

[dir="rtl"] [dir=rtl] .portfolio__nav-9 button {
  right: auto;
  left: 20%;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  [dir="ltr"] .portfolio__nav-9 button {
    left: 27%;
  }

  [dir="rtl"] .portfolio__nav-9 button {
    right: 27%;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-9 button {
    left: auto;
    right: 27%;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-9 button {
    right: auto;
    left: 27%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__nav-9 button {
    left: 25px;
  }

  [dir="rtl"] .portfolio__nav-9 button {
    right: 25px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-9 button {
    left: auto;
    right: 25px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-9 button {
    right: auto;
    left: 25px;
  }
}

@media (max-width: 575px) {
  .portfolio__nav-9 button {
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 10%;
    font-size: 14px;
  }

  [dir="ltr"] .portfolio__nav-9 button {
    left: 20px;
  }

  [dir="rtl"] .portfolio__nav-9 button {
    right: 20px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-9 button {
    left: auto;
    right: 20px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-9 button {
    right: auto;
    left: 20px;
  }
}

.portfolio__nav-9 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

[dir="ltr"] .portfolio__nav-9 button.portfolio-button-next-9 {
  left: auto;
  right: 20%;
}

[dir="rtl"] .portfolio__nav-9 button.portfolio-button-next-9 {
  right: auto;
  left: 20%;
}

[dir="ltr"] [dir=rtl] .portfolio__nav-9 button.portfolio-button-next-9 {
  left: 20%;
  right: auto;
}

[dir="rtl"] [dir=rtl] .portfolio__nav-9 button.portfolio-button-next-9 {
  right: 20%;
  left: auto;
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  [dir="ltr"] .portfolio__nav-9 button.portfolio-button-next-9 {
    right: 27%;
  }

  [dir="rtl"] .portfolio__nav-9 button.portfolio-button-next-9 {
    left: 27%;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-9 button.portfolio-button-next-9 {
    right: auto;
    left: 27%;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-9 button.portfolio-button-next-9 {
    left: auto;
    right: 27%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__nav-9 button.portfolio-button-next-9 {
    right: 25px;
  }

  [dir="rtl"] .portfolio__nav-9 button.portfolio-button-next-9 {
    left: 25px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__nav-9 button.portfolio-button-next-9 {
    right: auto;
    left: 25px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__nav-9 button.portfolio-button-next-9 {
    left: auto;
    right: 25px;
  }
}

.portfolio__bg-6 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: hard-light;
  opacity: 0.1;
  z-index: -1;
}

[dir="ltr"] .portfolio__bg-6 {
  left: 0;
}

[dir="rtl"] .portfolio__bg-6 {
  right: 0;
}

.portfolio__grid-item:hover .portfolio__grid-category {
  transform: translateY(-30px);
  opacity: 0;
  transition-delay: 0s;
}

.portfolio__grid-item:hover .portfolio__grid-show-project {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0s;
}

.portfolio__grid-item:hover .portfolio__grid-popup {
  visibility: visible;
  opacity: 1;
}

[dir="ltr"] .portfolio__grid-item:hover .portfolio__grid-popup {
  transform: translate(-50%, -50%) scale(1);
}

[dir="rtl"] .portfolio__grid-item:hover .portfolio__grid-popup {
  transform: translate(50%, -50%) scale(1);
}

.portfolio__grid-thumb {
  position: relative;
}

.portfolio__grid-thumb .tp-img-reveal-wrapper {
  width: auto;
}

.portfolio__grid-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.portfolio__grid-title a:hover {
  color: var(--tp-theme-1);
}

.portfolio__grid-content {
  padding-top: 20px;
}

.portfolio__grid-bottom {
  overflow: hidden;
  height: 25px;
  position: relative;
}

.portfolio__grid-show-project {
  position: absolute;
  top: 0;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 0.2s;
}

[dir="ltr"] .portfolio__grid-show-project {
  left: 0;
}

[dir="rtl"] .portfolio__grid-show-project {
  right: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__grid-show-project {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__grid-show-project {
  right: auto;
  left: 0;
}

.portfolio__grid-show-project .portfolio-link-btn {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-theme-1);
  display: inline-block;
  transition: color 0.2s ease-in-out;
}

.portfolio__grid-show-project .portfolio-link-btn span {
  transition: padding 0.2s ease-in-out;
}

[dir="ltr"] .portfolio__grid-show-project .portfolio-link-btn:hover span {
  padding-left: 5px;
}

[dir="rtl"] .portfolio__grid-show-project .portfolio-link-btn:hover span {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .portfolio__grid-show-project .portfolio-link-btn:hover span {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .portfolio__grid-show-project .portfolio-link-btn:hover span {
  padding-right: 0;
  padding-left: 5px;
}

.portfolio__grid-category {
  opacity: 1;
  transition-delay: 0.2s;
}

.portfolio__grid-category span {
  font-size: 14px;
  line-height: 1;
  position: relative;
}

[dir="ltr"] .portfolio__grid-category span {
  padding-left: 25px;
}

[dir="rtl"] .portfolio__grid-category span {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .portfolio__grid-category span {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .portfolio__grid-category span {
  padding-right: 0;
  padding-left: 25px;
}

.portfolio__grid-category span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  background-color: var(--tp-text-1);
  height: 1px;
}

[dir="ltr"] .portfolio__grid-category span::after {
  left: 0;
}

[dir="rtl"] .portfolio__grid-category span::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__grid-category span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__grid-category span::after {
  right: auto;
  left: 0;
}

.portfolio__grid-category span a:hover {
  color: var(--tp-theme-1);
}

.portfolio__grid-video {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .portfolio__grid-video {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .portfolio__grid-video {
  right: 50%;
  transform: translate(50%, -50%);
}

.portfolio__grid-video .portfolio-play-btn {
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
}

.portfolio__grid-video .portfolio-play-btn svg {
  width: 14px;
}

[dir="ltr"] .portfolio__grid-video .portfolio-play-btn svg {
  transform: translate(3px, -2px);
}

[dir="rtl"] .portfolio__grid-video .portfolio-play-btn svg {
  transform: translate(-3px, -2px);
}

[dir="ltr"] [dir=rtl] .portfolio__grid-video .portfolio-play-btn svg {
  transform: translate(-3px, -2px);
}

[dir="rtl"] [dir=rtl] .portfolio__grid-video .portfolio-play-btn svg {
  transform: translate(3px, -2px);
}

.portfolio__grid-video .portfolio-play-btn:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.portfolio__grid-popup {
  position: absolute;
  top: 50%;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .portfolio__grid-popup {
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

[dir="rtl"] .portfolio__grid-popup {
  right: 50%;
  transform: translate(50%, -50%) scale(0);
}

.portfolio__grid-popup a {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--tp-common-white);
}

.portfolio__grid-popup a:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.portfolio__grid-popup a svg {
  transform: translateY(-2px);
}

.portfolio__section-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
}

@media (max-width: 575px) {
  .portfolio__section-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__section-title {
    font-size: 55px;
  }
}

.portfolio__section-title-pre {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #91919a;
  display: inline-block;
  margin-bottom: 3px;
}

.portfolio__masonary-btn button {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--tp-common-black);
  position: relative;
  padding-top: 6px;
}

[dir="ltr"] .portfolio__masonary-btn button {
  padding-right: 14px;
  margin-right: 26px;
}

[dir="rtl"] .portfolio__masonary-btn button {
  padding-left: 14px;
  margin-left: 26px;
}

[dir="ltr"] [dir=rtl] .portfolio__masonary-btn button {
  padding-right: 0;
  margin-right: 0;
  padding-left: 14px;
  margin-left: 26px;
}

[dir="rtl"] [dir=rtl] .portfolio__masonary-btn button {
  padding-left: 0;
  margin-left: 0;
  padding-right: 14px;
  margin-right: 26px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__masonary-btn button {
    margin-bottom: 25px;
  }
}

.portfolio__masonary-btn button::after {
  position: absolute;
  content: "";
  top: 16px;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #a2a2aa;
  border-radius: 50%;
}

[dir="ltr"] .portfolio__masonary-btn button::after {
  right: -10px;
}

[dir="rtl"] .portfolio__masonary-btn button::after {
  left: -10px;
}

[dir="ltr"] [dir=rtl] .portfolio__masonary-btn button::after {
  right: auto;
  left: -10px;
}

[dir="rtl"] [dir=rtl] .portfolio__masonary-btn button::after {
  left: auto;
  right: -10px;
}

[dir="ltr"] .portfolio__masonary-btn button:last-child {
  margin-right: 0;
}

[dir="rtl"] .portfolio__masonary-btn button:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__masonary-btn button:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__masonary-btn button:last-child {
  margin-right: 0;
}

.portfolio__masonary-btn button:last-child::after {
  display: none;
}

.portfolio__masonary-btn button span {
  position: absolute;
  top: 0;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
}

[dir="ltr"] .portfolio__masonary-btn button span {
  right: 0;
}

[dir="rtl"] .portfolio__masonary-btn button span {
  left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__masonary-btn button span {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__masonary-btn button span {
  left: auto;
  right: 0;
}

.portfolio__masonary-btn button.active {
  color: var(--tp-theme-1);
}

.portfolio__masonary-btn-2 button {
  font-weight: 500;
  font-size: 15px;
  position: relative;
}

[dir="ltr"] .portfolio__masonary-btn-2 button {
  margin-right: 26px;
}

[dir="rtl"] .portfolio__masonary-btn-2 button {
  margin-left: 26px;
}

[dir="ltr"] [dir=rtl] .portfolio__masonary-btn-2 button {
  margin-right: 0;
  margin-left: 26px;
}

[dir="rtl"] [dir=rtl] .portfolio__masonary-btn-2 button {
  margin-left: 0;
  margin-right: 26px;
}

.portfolio__masonary-btn-2 button::after {
  position: absolute;
  content: "";
  bottom: 3px;
  width: 0%;
  height: 1px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .portfolio__masonary-btn-2 button::after {
  left: auto;
  right: 0;
}

[dir="rtl"] .portfolio__masonary-btn-2 button::after {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__masonary-btn-2 button::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .portfolio__masonary-btn-2 button::after {
  right: 0;
  left: auto;
}

.portfolio__masonary-btn-2 button:hover, .portfolio__masonary-btn-2 button.active {
  color: var(--tp-theme-1);
}

.portfolio__masonary-btn-2 button:hover::after, .portfolio__masonary-btn-2 button.active::after {
  width: 100%;
}

[dir="ltr"] .portfolio__masonary-btn-2 button:hover::after, [dir="ltr"] .portfolio__masonary-btn-2 button.active::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .portfolio__masonary-btn-2 button:hover::after, [dir="rtl"] .portfolio__masonary-btn-2 button.active::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .portfolio__masonary-btn-2 button:hover::after, [dir="ltr"] [dir=rtl] .portfolio__masonary-btn-2 button.active::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__masonary-btn-2 button:hover::after, [dir="rtl"] [dir=rtl] .portfolio__masonary-btn-2 button.active::after {
  right: auto;
  left: 0;
}

.portfolio__metro-thumb {
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[dir="ltr"] .portfolio__metro-thumb {
  right: 0;
}

[dir="rtl"] .portfolio__metro-thumb {
  left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__metro-thumb {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__metro-thumb {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__metro-thumb {
    position: relative;
    height: 300px;
    width: 100%;
  }
}

.portfolio__metro-category {
  margin-bottom: 18px;
}

.portfolio__metro-category span {
  font-size: 14px;
  line-height: 1;
  position: relative;
}

[dir="ltr"] .portfolio__metro-category span {
  padding-left: 25px;
}

[dir="rtl"] .portfolio__metro-category span {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .portfolio__metro-category span {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .portfolio__metro-category span {
  padding-right: 0;
  padding-left: 25px;
}

.portfolio__metro-category span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  background-color: var(--tp-text-1);
  height: 1px;
}

[dir="ltr"] .portfolio__metro-category span::after {
  left: 0;
}

[dir="rtl"] .portfolio__metro-category span::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__metro-category span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__metro-category span::after {
  right: auto;
  left: 0;
}

.portfolio__metro-category span a:hover {
  color: var(--tp-theme-1);
}

.portfolio__metro-title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 13px;
}

.portfolio__metro-title a:hover {
  color: var(--tp-theme-1);
}

.portfolio__metro-content {
  position: relative;
  z-index: 1;
  padding: 50px;
  padding-bottom: 60px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.1);
}

[dir="ltr"] .portfolio__metro-content {
  padding-right: 130px;
}

[dir="rtl"] .portfolio__metro-content {
  padding-left: 130px;
}

[dir="ltr"] [dir=rtl] .portfolio__metro-content {
  padding-right: 50px;
  padding-left: 130px;
}

[dir="rtl"] [dir=rtl] .portfolio__metro-content {
  padding-left: 50px;
  padding-right: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .portfolio__metro-content {
    padding-right: 50px;
  }

  [dir="rtl"] .portfolio__metro-content {
    padding-left: 50px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__metro-content {
    padding-left: 50px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__metro-content {
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  .portfolio__metro-content {
    padding: 30px;
  }
}

.portfolio__metro-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 102px;
}

.portfolio__metro-btn .tp-btn-border {
  padding: 7px 27px;
}

.portfolio__metro-btn .tp-btn-border:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

[dir="ltr"] .portfolio__metro-btn .tp-btn-border span {
  margin-left: 6px;
}

[dir="rtl"] .portfolio__metro-btn .tp-btn-border span {
  margin-right: 6px;
}

[dir="ltr"] [dir=rtl] .portfolio__metro-btn .tp-btn-border span {
  margin-left: 0;
  margin-right: 6px;
}

[dir="rtl"] [dir=rtl] .portfolio__metro-btn .tp-btn-border span {
  margin-right: 0;
  margin-left: 6px;
}

.portfolio__metro-btn .tp-btn-border svg {
  transform: translateY(-1px);
}

.portfolio__horizontal-slider .swiper-slide-active .portfolio__horizontal-title, .portfolio__horizontal-slider .swiper-slide-active .portfolio__horizontal-meta, .portfolio__horizontal-slider .swiper-slide-active .portfolio__horizontal-content p, .portfolio__horizontal-slider .swiper-slide-active .portfolio__horizontal-btn {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.portfolio__horizontal-slider .swiper-slide-active .portfolio__horizontal-video a {
  animation-name: tpFadeInLeft;
  animation-fill-mode: both;
}

.portfolio__horizontal-slider .swiper-slide-active .portfolio__horizontal-social {
  animation-name: tpFadeInLeft2;
  animation-fill-mode: both;
}

.portfolio-horizontal-dot {
  position: absolute;
  top: 47% !important;
  transform: translateY(-50%);
  left: auto;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  width: inherit !important;
  z-index: 99;
}

[dir="ltr"] .portfolio-horizontal-dot {
  right: 65px;
  left: auto !important;
}

[dir="rtl"] .portfolio-horizontal-dot {
  left: 65px;
  right: auto !important;
}

[dir="ltr"] [dir=rtl] .portfolio-horizontal-dot {
  left: 65px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .portfolio-horizontal-dot {
  right: 65px;
  left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-horizontal-dot {
    top: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-horizontal-dot {
    top: 39%;
  }

  [dir="ltr"] .portfolio-horizontal-dot {
    right: 55px;
  }

  [dir="rtl"] .portfolio-horizontal-dot {
    left: 55px;
  }

  [dir="ltr"] [dir=rtl] .portfolio-horizontal-dot {
    right: auto;
    left: 55px;
  }

  [dir="rtl"] [dir=rtl] .portfolio-horizontal-dot {
    left: auto;
    right: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-horizontal-dot {
    top: 39%;
  }

  [dir="ltr"] .portfolio-horizontal-dot {
    right: 30px;
  }

  [dir="rtl"] .portfolio-horizontal-dot {
    left: 30px;
  }

  [dir="ltr"] [dir=rtl] .portfolio-horizontal-dot {
    right: auto;
    left: 30px;
  }

  [dir="rtl"] [dir=rtl] .portfolio-horizontal-dot {
    left: auto;
    right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-horizontal-dot {
    top: 35%;
  }

  [dir="ltr"] .portfolio-horizontal-dot {
    right: 25px;
  }

  [dir="rtl"] .portfolio-horizontal-dot {
    left: 25px;
  }

  [dir="ltr"] [dir=rtl] .portfolio-horizontal-dot {
    right: auto;
    left: 25px;
  }

  [dir="rtl"] [dir=rtl] .portfolio-horizontal-dot {
    left: auto;
    right: 25px;
  }
}

.portfolio-horizontal-dot .swiper-pagination-bullet {
  margin: 15px 0 !important;
  display: inline-block;
  opacity: 1;
  height: 0;
  width: 1px;
  background-color: var(--tp-common-black);
  border-radius: 0;
  position: relative;
}

.portfolio-horizontal-dot .swiper-pagination-bullet button {
  position: absolute;
  top: -38px;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: var(--tp-common-black);
  margin: 7px 0;
}

[dir="ltr"] .portfolio-horizontal-dot .swiper-pagination-bullet button {
  left: -9px;
  transform: rotate(90deg) translateY(-2px);
}

[dir="rtl"] .portfolio-horizontal-dot .swiper-pagination-bullet button {
  right: -9px;
  transform: rotate(-90deg) translateY(-2px);
}

[dir="ltr"] [dir=rtl] .portfolio-horizontal-dot .swiper-pagination-bullet button {
  left: auto;
  right: -9px;
}

[dir="rtl"] [dir=rtl] .portfolio-horizontal-dot .swiper-pagination-bullet button {
  right: auto;
  left: -9px;
}

.portfolio-horizontal-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 100px;
  margin: 23px 0 !important;
}

.portfolio-horizontal-dot .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  font-size: 20px;
}

[dir="ltr"] .portfolio-horizontal-dot .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  left: -13px;
}

[dir="rtl"] .portfolio-horizontal-dot .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  right: -13px;
}

[dir="ltr"] [dir=rtl] .portfolio-horizontal-dot .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  left: auto;
  right: -13px;
}

[dir="rtl"] [dir=rtl] .portfolio-horizontal-dot .swiper-pagination-bullet.swiper-pagination-bullet-active button {
  right: auto;
  left: -13px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__horizontal-wrapper {
    margin-left: 100px;
  }

  [dir="rtl"] .portfolio__horizontal-wrapper {
    margin-right: 100px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__horizontal-wrapper {
    margin-left: 0;
    margin-right: 100px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__horizontal-wrapper {
    margin-right: 0;
    margin-left: 100px;
  }
}

.portfolio__horizontal-item {
  position: relative;
  z-index: 1;
  height: 100vh;
}

.portfolio__horizontal-item .modal-video {
  position: absolute;
}

.portfolio__horizontal-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[dir="ltr"] .portfolio__horizontal-thumb {
  left: 0;
}

[dir="rtl"] .portfolio__horizontal-thumb {
  right: 0;
}

.portfolio__horizontal-inner {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding-bottom: 88px;
  padding-top: 210px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__horizontal-inner {
    padding-top: 120px;
  }
}

.portfolio__horizontal-title {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__horizontal-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__horizontal-title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .portfolio__horizontal-title {
    font-size: 35px;
  }
}

.portfolio__horizontal-title a {
  background-image: linear-gradient(#03041c, #03041c), linear-gradient(#03041c, #03041c);
  background-size: 0% 2px, 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

[dir="ltr"] .portfolio__horizontal-title a {
  background-position: 100% 100%, 0 85%;
}

[dir="rtl"] .portfolio__horizontal-title a {
  background-position: 0% 100%, 100% 85%;
}

.portfolio__horizontal-title a:hover {
  background-size: 0 2px, 100% 2px;
}

.portfolio__horizontal-meta {
  margin-bottom: 8px;
  animation-delay: 0.2s;
  animation-duration: 1s;
}

.portfolio__horizontal-meta span {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  position: relative;
}

[dir="ltr"] .portfolio__horizontal-meta span {
  padding-right: 6px;
  margin-right: 6px;
}

[dir="rtl"] .portfolio__horizontal-meta span {
  padding-left: 6px;
  margin-left: 6px;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-meta span {
  padding-right: 0;
  margin-right: 0;
  padding-left: 6px;
  margin-left: 6px;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-meta span {
  padding-left: 0;
  margin-left: 0;
  padding-right: 6px;
  margin-right: 6px;
}

.portfolio__horizontal-meta span::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: var(--tp-text-1);
  border-radius: 50%;
}

[dir="ltr"] .portfolio__horizontal-meta span::before {
  right: 0;
}

[dir="rtl"] .portfolio__horizontal-meta span::before {
  left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-meta span::before {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-meta span::before {
  left: auto;
  right: 0;
}

[dir="ltr"] .portfolio__horizontal-meta span:first-child {
  padding-left: 25px;
}

[dir="rtl"] .portfolio__horizontal-meta span:first-child {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-meta span:first-child {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-meta span:first-child {
  padding-right: 0;
  padding-left: 25px;
}

.portfolio__horizontal-meta span:first-child::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  background-color: var(--tp-text-1);
  height: 1px;
}

[dir="ltr"] .portfolio__horizontal-meta span:first-child::after {
  left: 0;
}

[dir="rtl"] .portfolio__horizontal-meta span:first-child::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-meta span:first-child::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-meta span:first-child::after {
  right: auto;
  left: 0;
}

.portfolio__horizontal-meta span:last-child::before {
  display: none;
}

.portfolio__horizontal-meta span a:hover {
  color: var(--tp-theme-1);
}

.portfolio__horizontal-content {
  position: relative;
  z-index: 1;
}

.portfolio__horizontal-content p {
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 25px;
  animation-delay: 0.9s;
  animation-duration: 1s;
}

[dir="ltr"] .portfolio__horizontal-content p {
  padding-right: 150px;
}

[dir="rtl"] .portfolio__horizontal-content p {
  padding-left: 150px;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-content p {
  padding-right: 0;
  padding-left: 150px;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-content p {
  padding-left: 0;
  padding-right: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .portfolio__horizontal-content p {
    padding-right: 50px;
  }

  [dir="rtl"] .portfolio__horizontal-content p {
    padding-left: 50px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__horizontal-content p {
    padding-right: 0;
    padding-left: 50px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__horizontal-content p {
    padding-left: 0;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .portfolio__horizontal-content p {
    padding-right: 60px;
  }

  [dir="rtl"] .portfolio__horizontal-content p {
    padding-left: 60px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__horizontal-content p {
    padding-right: 0;
    padding-left: 60px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__horizontal-content p {
    padding-left: 0;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__horizontal-content p {
    padding-right: 35px;
  }

  [dir="rtl"] .portfolio__horizontal-content p {
    padding-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__horizontal-content p {
    padding-right: 0;
    padding-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__horizontal-content p {
    padding-left: 0;
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .portfolio__horizontal-content p {
    padding-right: 0;
  }

  [dir="rtl"] .portfolio__horizontal-content p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .portfolio__horizontal-content p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .portfolio__horizontal-content p {
    padding-right: 0;
  }
}

.portfolio__horizontal-btn {
  animation-delay: 1.2s;
  animation-duration: 1s;
}

.portfolio__horizontal-btn .tp-btn-border {
  border-color: #525258;
  padding: 7px 27px;
}

.portfolio__horizontal-btn .tp-btn-border:hover {
  border-color: var(--tp-common-black);
}

.portfolio__horizontal-video {
  transform: translateY(8px);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__horizontal-video {
    margin-bottom: 20px;
  }
}

.portfolio__horizontal-video a {
  animation-delay: 0.6s;
  animation-duration: 1s;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  color: var(--tp-common-black);
  border: 2px solid var(--tp-common-black);
  border-radius: 50%;
}

[dir="ltr"] .portfolio__horizontal-video a {
  margin-right: 40px;
}

[dir="rtl"] .portfolio__horizontal-video a {
  margin-left: 40px;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-video a {
  margin-right: 0;
  margin-left: 40px;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-video a {
  margin-left: 0;
  margin-right: 40px;
}

[dir="ltr"] .portfolio__horizontal-video a svg {
  transform: translate(2px, -2px);
}

[dir="rtl"] .portfolio__horizontal-video a svg {
  transform: translate(-2px, -2px);
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-video a svg {
  transform: translate(-2px, -2px);
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-video a svg {
  transform: translate(2px, -2px);
}

.portfolio__horizontal-video a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.portfolio__horizontal-social {
  position: absolute;
  bottom: 17%;
  z-index: 9;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

[dir="ltr"] .portfolio__horizontal-social {
  left: 0%;
  transform: rotate(-90deg) translate(85px, -60px);
}

[dir="rtl"] .portfolio__horizontal-social {
  right: 0%;
  transform: rotate(90deg) translate(-85px, -60px);
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-social {
  left: auto;
  right: 0%;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-social {
  right: auto;
  left: 0%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__horizontal-social {
    bottom: 12%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__horizontal-social {
    display: none;
  }
}

.portfolio__horizontal-social span, .portfolio__horizontal-social a {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.portfolio__horizontal-social span {
  position: relative;
}

[dir="ltr"] .portfolio__horizontal-social span {
  padding-right: 22px;
  margin-right: 5px;
}

[dir="rtl"] .portfolio__horizontal-social span {
  padding-left: 22px;
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-social span {
  padding-right: 0;
  margin-right: 0;
  padding-left: 22px;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-social span {
  padding-left: 0;
  margin-left: 0;
  padding-right: 22px;
  margin-right: 5px;
}

.portfolio__horizontal-social span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tp-common-black);
  width: 12px;
  height: 2px;
}

[dir="ltr"] .portfolio__horizontal-social span::after {
  right: 0;
}

[dir="rtl"] .portfolio__horizontal-social span::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-social span::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-social span::after {
  left: auto;
  right: 0;
}

.portfolio__horizontal-social a {
  position: relative;
}

[dir="ltr"] .portfolio__horizontal-social a:not(:last-child) {
  padding-right: 13px;
  margin-right: 13px;
}

[dir="rtl"] .portfolio__horizontal-social a:not(:last-child) {
  padding-left: 13px;
  margin-left: 13px;
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-social a:not(:last-child) {
  padding-right: 0;
  margin-right: 0;
  padding-left: 13px;
  margin-left: 13px;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-social a:not(:last-child) {
  padding-left: 0;
  margin-left: 0;
  padding-right: 13px;
  margin-right: 13px;
}

.portfolio__horizontal-social a:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  background-color: var(--tp-common-black);
  width: 1px;
  height: 15px;
}

[dir="ltr"] .portfolio__horizontal-social a:not(:last-child)::after {
  right: -3px;
  transform: translateY(-50%) rotate(14deg);
}

[dir="rtl"] .portfolio__horizontal-social a:not(:last-child)::after {
  left: -3px;
  transform: translateY(-50%) rotate(-14deg);
}

[dir="ltr"] [dir=rtl] .portfolio__horizontal-social a:not(:last-child)::after {
  right: auto;
  left: -3px;
}

[dir="rtl"] [dir=rtl] .portfolio__horizontal-social a:not(:last-child)::after {
  left: auto;
  right: -3px;
}

.portfolio__horizontal-social a:hover {
  color: var(--tp-theme-1);
}

.portfolio__hover-wrapper {
  background-color: var(--tp-common-white);
  padding: 25px 27px 20px;
}

.portfolio__hover-title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

.portfolio__hover-category span {
  font-size: 14px;
  line-height: 1;
  position: relative;
}

[dir="ltr"] .portfolio__hover-category span {
  padding-left: 25px;
}

[dir="rtl"] .portfolio__hover-category span {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .portfolio__hover-category span {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .portfolio__hover-category span {
  padding-right: 0;
  padding-left: 25px;
}

.portfolio__hover-category span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  background-color: var(--tp-text-1);
  height: 1px;
}

[dir="ltr"] .portfolio__hover-category span::after {
  left: 0;
}

[dir="rtl"] .portfolio__hover-category span::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__hover-category span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__hover-category span::after {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .portfolio__details-wrapper {
    padding-right: 55px;
  }

  [dir="rtl"] .portfolio__details-wrapper {
    padding-left: 55px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__details-wrapper {
    padding-right: 0;
    padding-left: 55px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__details-wrapper {
    padding-left: 0;
    padding-right: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__details-wrapper {
    padding-right: 80px;
  }

  [dir="rtl"] .portfolio__details-wrapper {
    padding-left: 80px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__details-wrapper {
    padding-right: 0;
    padding-left: 80px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__details-wrapper {
    padding-left: 0;
    padding-right: 80px;
  }
}

.portfolio__details-subtitle {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--tp-theme-1);
  margin-bottom: 13px;
}

.portfolio__details-title {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio__details-title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .portfolio__details-title {
    font-size: 35px;
  }
}

.portfolio__details-title-2 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 17px;
}

@media (max-width: 575px) {
  .portfolio__details-title-2 {
    font-size: 42px;
  }
}

.portfolio__details-title-3 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .portfolio__details-title-3 {
    font-size: 45px;
  }
}

.portfolio__details-title-sm {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

.portfolio__details-title-sm-2 {
  color: var(--tp-theme-1);
}

.portfolio__details-content {
  margin-bottom: 50px;
}

.portfolio__details-content p {
  font-size: 16px;
  line-height: 1.62;
}

.portfolio__details-content-2 p {
  font-size: 16px;
  line-height: 1.62;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .portfolio__details-meta-slider {
    padding-left: 30px;
  }

  [dir="rtl"] .portfolio__details-meta-slider {
    padding-right: 30px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__details-meta-slider {
    padding-left: 0;
    padding-right: 30px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__details-meta-slider {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .portfolio__details-meta-slider {
    padding-left: 0;
  }

  [dir="rtl"] .portfolio__details-meta-slider {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .portfolio__details-meta-slider {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .portfolio__details-meta-slider {
    padding-left: 0;
  }
}

.portfolio__details-meta-item {
  margin-bottom: 25px;
}

[dir="ltr"] .portfolio__details-meta-item:not(:last-child) {
  margin-right: 66px;
}

[dir="rtl"] .portfolio__details-meta-item:not(:last-child) {
  margin-left: 66px;
}

[dir="ltr"] [dir=rtl] .portfolio__details-meta-item:not(:last-child) {
  margin-right: 0;
  margin-left: 66px;
}

[dir="rtl"] [dir=rtl] .portfolio__details-meta-item:not(:last-child) {
  margin-left: 0;
  margin-right: 66px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .portfolio__details-meta-item:not(:last-child) {
    margin-right: 55px;
  }

  [dir="rtl"] .portfolio__details-meta-item:not(:last-child) {
    margin-left: 55px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__details-meta-item:not(:last-child) {
    margin-right: 0;
    margin-left: 55px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__details-meta-item:not(:last-child) {
    margin-left: 0;
    margin-right: 55px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .portfolio__details-meta-item:not(:last-child) {
    margin-right: 35px;
  }

  [dir="rtl"] .portfolio__details-meta-item:not(:last-child) {
    margin-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .portfolio__details-meta-item:not(:last-child) {
    margin-right: 0;
    margin-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .portfolio__details-meta-item:not(:last-child) {
    margin-left: 0;
    margin-right: 35px;
  }
}

.portfolio__details-meta-icon {
  min-width: 15px;
  flex: 0 0 auto;
}

.portfolio__details-meta-icon span {
  color: var(--tp-common-black);
  font-size: 16px;
}

[dir="ltr"] .portfolio__details-meta-icon span {
  margin-right: 12px;
}

[dir="rtl"] .portfolio__details-meta-icon span {
  margin-left: 12px;
}

[dir="ltr"] [dir=rtl] .portfolio__details-meta-icon span {
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] [dir=rtl] .portfolio__details-meta-icon span {
  margin-left: 0;
  margin-right: 12px;
}

.portfolio__details-meta-icon span svg {
  transform: translateY(-3px);
}

.portfolio__details-meta-content h5, .portfolio__details-meta-content .h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
}

.portfolio__details-meta-content span {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

.portfolio__details-slider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details-slider .slick-list {
    overflow: hidden;
  }
}

.portfolio__details-slider .slick-list .slick-slide > div {
  margin: 0 15px;
}

.portfolio__details-slider .carousel__pagination {
  margin-top: 35px;
  text-align: center;
}

.portfolio__details-slider .carousel__pagination li {
  list-style: none;
  display: inline-block;
}

.portfolio__details-slider .carousel__pagination li .carousel__pagination-button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #e2e2e2;
  border-radius: 10px;
  margin: 0 5px;
}

.portfolio__details-slider .carousel__pagination li .carousel__pagination-button.carousel__pagination-button--active {
  width: 50px;
  background-color: var(--tp-theme-1);
}

.portfolio__details-slider .carousel__pagination li .carousel__pagination-button::after {
  display: none;
}

.portfolio__details-slider .swiper-pagination-bullets {
  margin-top: 35px;
  text-align: center;
  position: relative;
}

.portfolio__details-slider .swiper-pagination-bullets span {
  display: inline-block;
}

.portfolio__details-slider .swiper-pagination-bullets span.swiper-pagination-bullet {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #e2e2e2;
  border-radius: 10px;
  margin: 0 5px;
  opacity: 1;
}

.portfolio__details-slider .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  background-color: var(--tp-theme-1);
}

.portfolio__details-slider-item:focus-visible {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.portfolio__details-slider-item img {
  outline: 0;
  width: 100%;
}

.portfolio__details-slider-item img:focus-visible {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.portfolio__details-slider-2 .slick-list {
  overflow: visible;
  margin: 0 -50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details-slider-2 .slick-list {
    overflow: hidden;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__details-slider-2 .slick-list {
    margin: 0 -15px;
  }
}

.portfolio__details-slider-2 .slick-list .slick-slide > div {
  margin: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio__details-slider-2 .slick-list .slick-slide > div {
    margin: 0 15px;
  }
}

.portfolio__details-slider-2 .slick-dots {
  margin-top: 25px;
  text-align: center;
}

.portfolio__details-slider-2 .slick-dots li {
  list-style: none;
  display: inline-block;
}

.portfolio__details-slider-2 .slick-dots li button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #e2e2e2;
  border-radius: 10px;
  margin: 0 5px;
}

.portfolio__details-slider-2 .slick-dots li.slick-active button {
  width: 50px;
  background-color: var(--tp-theme-1);
}

.portfolio__details-img-list-box {
  position: relative;
}

.portfolio__details-img-list-social {
  position: absolute;
  top: 30px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
  padding: 10px 12px;
  text-align: center;
}

[dir="ltr"] .portfolio__details-img-list-social {
  left: 30px;
}

[dir="rtl"] .portfolio__details-img-list-social {
  right: 30px;
}

[dir="ltr"] [dir=rtl] .portfolio__details-img-list-social {
  left: auto;
  right: 30px;
}

[dir="rtl"] [dir=rtl] .portfolio__details-img-list-social {
  right: auto;
  left: 30px;
}

.portfolio__details-img-list-social a {
  color: var(--tp-text-1);
}

.portfolio__details-img-list-social a:hover {
  color: var(--tp-theme-1);
}

.portfolio__details-info-box-title {
  font-size: 1;
  letter-spacing: -0.02em;
}

.portfolio__details-info-wrapper {
  position: sticky;
  top: 100px;
}

[dir="ltr"] .portfolio__details-info-wrapper {
  margin-left: -30px;
}

[dir="rtl"] .portfolio__details-info-wrapper {
  margin-right: -30px;
}

[dir="ltr"] [dir=rtl] .portfolio__details-info-wrapper {
  margin-left: 0;
  margin-right: -30px;
}

[dir="rtl"] [dir=rtl] .portfolio__details-info-wrapper {
  margin-right: 0;
  margin-left: -30px;
}

.portfolio__details-info-content {
  margin-bottom: 30px;
}

.portfolio__details-info-content p {
  font-size: 16px;
  line-height: 1.62;
}

.portfolio__details-info-btn .tp-btn {
  padding: 12px 30px;
}

.portfolio__details-info-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.portfolio__details-category {
  margin-bottom: 3px;
}

.portfolio__details-category span {
  font-size: 14px;
  line-height: 1;
  position: relative;
}

[dir="ltr"] .portfolio__details-category span {
  padding-left: 25px;
}

[dir="rtl"] .portfolio__details-category span {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .portfolio__details-category span {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .portfolio__details-category span {
  padding-right: 0;
  padding-left: 25px;
}

.portfolio__details-category span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  background-color: var(--tp-text-1);
  height: 1px;
}

[dir="ltr"] .portfolio__details-category span::after {
  left: 0;
}

[dir="rtl"] .portfolio__details-category span::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__details-category span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__details-category span::after {
  right: auto;
  left: 0;
}

.portfolio__details-category span a:hover {
  color: var(--tp-theme-1);
}

.portfolio__details-task p {
  font-size: 16px;
  line-height: 1.62;
}

.portfolio__details-task-2 p {
  color: var(--tp-common-black);
}

[dir="ltr"] .portfolio__details-task-2 p {
  padding-right: 70px;
}

[dir="rtl"] .portfolio__details-task-2 p {
  padding-left: 70px;
}

[dir="ltr"] [dir=rtl] .portfolio__details-task-2 p {
  padding-right: 0;
  padding-left: 70px;
}

[dir="rtl"] [dir=rtl] .portfolio__details-task-2 p {
  padding-left: 0;
  padding-right: 70px;
}

.portfolio__details-btn a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-1);
}

.portfolio__details-btn a:hover {
  color: var(--tp-common-black);
}

[dir="ltr"] .portfolio__details-btn a:hover svg {
  transform: translate(6px, -1px);
}

[dir="rtl"] .portfolio__details-btn a:hover svg {
  transform: translate(-6px, -1px);
}

[dir="ltr"] [dir=rtl] .portfolio__details-btn a:hover svg {
  transform: translate(-6px, -1px);
}

[dir="rtl"] [dir=rtl] .portfolio__details-btn a:hover svg {
  transform: translate(6px, -1px);
}

.portfolio__details-btn a svg {
  transition: transform 0.3s ease-in-out;
}

[dir="ltr"] .portfolio__details-btn a svg {
  transform: translate(2px, -1px);
}

[dir="rtl"] .portfolio__details-btn a svg {
  transform: translate(-2px, -1px);
}

[dir="ltr"] [dir=rtl] .portfolio__details-btn a svg {
  transform: translate(-2px, -1px);
}

[dir="rtl"] [dir=rtl] .portfolio__details-btn a svg {
  transform: translate(2px, -1px);
}

.portfolio__details-btn-2 .tp-btn {
  font-size: 14px;
  padding: 10px 26px;
  background-color: var(--tp-common-black);
}

.portfolio__details-btn-2 .tp-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.portfolio__details-arrow button {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  background-color: var(--tp-common-white);
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  z-index: 9;
}

[dir="ltr"] .portfolio__details-arrow button {
  left: 8%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .portfolio__details-arrow button {
  right: 8%;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .portfolio__details-arrow button {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .portfolio__details-arrow button {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio__details-arrow button {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.portfolio__details-arrow button span, .portfolio__details-arrow button i {
  display: inline-block;
  background: var(--tp-common-white);
  border: 1px solid var(--tp-text-1);
  height: 90px;
  width: 90px;
  line-height: 86px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__details-arrow button span, .portfolio__details-arrow button i {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
}

.portfolio__details-arrow button span svg, .portfolio__details-arrow button i svg {
  transform: translateY(-2px);
}

.portfolio__details-arrow button:hover {
  color: var(--tp-common-white);
}

.portfolio__details-arrow button:hover span, .portfolio__details-arrow button:hover i {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

[dir="ltr"] .portfolio__details-arrow button.portfolio-details-2-button-next {
  left: auto;
  right: 8%;
  transform: translate(50%, -50%);
}

[dir="rtl"] .portfolio__details-arrow button.portfolio-details-2-button-next {
  right: auto;
  left: 8%;
  transform: translate(-50%, -50%);
}

[dir="ltr"] [dir=rtl] .portfolio__details-arrow button.portfolio-details-2-button-next {
  right: auto;
  left: 0%;
}

[dir="rtl"] [dir=rtl] .portfolio__details-arrow button.portfolio-details-2-button-next {
  left: auto;
  right: 0%;
}

.portfolio__more-border {
  border-top: 1px solid #eaeaef;
  padding-top: 32px;
  padding-bottom: 32px;
}

.portfolio__more-menu a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: var(--tp-common-black);
}

.portfolio__more-menu a svg {
  transform: translateY(-2px);
}

.portfolio__more-menu a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.portfolio__more-navigation {
  margin-top: 50px;
  padding: 35px 30px;
}

.portfolio__more-icon a {
  color: var(--tp-common-black);
  font-size: 16px;
}

[dir="ltr"] .portfolio__more-icon a {
  margin-right: 15px;
}

[dir="rtl"] .portfolio__more-icon a {
  margin-left: 15px;
}

.portfolio__more-icon a svg {
  transform: translateY(-2px);
}

.portfolio__more-icon a:hover {
  color: var(--tp-theme-1);
}

.portfolio__more-content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #88888b;
  margin-bottom: 5px;
}

.portfolio__more-content p a:hover {
  color: var(--tp-theme-1);
}

.portfolio__more-content h4, .portfolio__more-content .h4 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.portfolio__more-content h4 a:hover, .portfolio__more-content .h4 a:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] .portfolio__more-right {
  text-align: right;
}

[dir="rtl"] .portfolio__more-right {
  text-align: left;
}

[dir="ltr"] [dir=rtl] .portfolio__more-right {
  text-align: left;
}

[dir="rtl"] [dir=rtl] .portfolio__more-right {
  text-align: right;
}

[dir="ltr"] .portfolio__more-right .portfolio__more-icon a {
  margin-left: 15px;
  margin-right: 0;
}

[dir="rtl"] .portfolio__more-right .portfolio__more-icon a {
  margin-right: 15px;
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .portfolio__more-right .portfolio__more-icon a {
  margin-left: 0;
  margin-right: 15px;
}

[dir="rtl"] [dir=rtl] .portfolio__more-right .portfolio__more-icon a {
  margin-right: 0;
  margin-left: 15px;
}

.portfolio__comment-top {
  margin-bottom: 37px;
}

.portfolio__comment-title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

.portfolio__comment-input {
  position: relative;
  margin-bottom: 20px;
}

.portfolio__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}

.portfolio__comment-input input, .portfolio__comment-input textarea {
  height: 60px;
  padding: 0 27px;
  width: 100%;
  font-size: 14px;
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
  border-width: 1px;
}

.portfolio__comment-input input:focus, .portfolio__comment-input textarea:focus {
  border-color: var(--tp-theme-1);
}

.portfolio__comment-input input::-webkit-input-placeholder, .portfolio__comment-input textarea::-webkit-input-placeholder {
  color: #85858b;
}

.portfolio__comment-input input:-moz-placeholder, .portfolio__comment-input textarea:-moz-placeholder {
  color: #85858b;
}

.portfolio__comment-input input::-moz-placeholder, .portfolio__comment-input textarea::-moz-placeholder {
  color: #85858b;
}

.portfolio__comment-input input:-ms-input-placeholder, .portfolio__comment-input textarea:-ms-input-placeholder {
  color: #85858b;
}

.portfolio__comment-input textarea {
  height: 180px;
  resize: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

[dir="ltr"] .portfolio__comment-agree {
  padding-left: 5px;
}

[dir="rtl"] .portfolio__comment-agree {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .portfolio__comment-agree {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .portfolio__comment-agree {
  padding-right: 0;
  padding-left: 5px;
}

.portfolio__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1.5px solid #cfcfd7;
  border-radius: 3px;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-2.5px);
  padding: 0;
}

.portfolio__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.portfolio__comment-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
}

[dir="ltr"] .portfolio__comment-agree input:checked::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .portfolio__comment-agree input:checked::after {
  right: 50%;
  transform: translate(50%, -50%);
}

.portfolio__comment-agree input:hover {
  cursor: pointer;
}

.portfolio__comment-agree label {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
}

[dir="ltr"] .portfolio__comment-agree label {
  padding-left: 8px;
}

[dir="rtl"] .portfolio__comment-agree label {
  padding-right: 8px;
}

[dir="ltr"] [dir=rtl] .portfolio__comment-agree label {
  padding-left: 0;
  padding-right: 8px;
}

[dir="rtl"] [dir=rtl] .portfolio__comment-agree label {
  padding-right: 0;
  padding-left: 8px;
}

.portfolio__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
}

[dir="ltr"] .portfolio__comment-agree label a {
  padding-left: 4px;
}

[dir="rtl"] .portfolio__comment-agree label a {
  padding-right: 4px;
}

[dir="ltr"] [dir=rtl] .portfolio__comment-agree label a {
  padding-left: 0;
  padding-right: 4px;
}

[dir="rtl"] [dir=rtl] .portfolio__comment-agree label a {
  padding-right: 0;
  padding-left: 4px;
}

.portfolio__comment-agree label a:hover {
  color: var(--tp-theme-1);
}

.portfolio__comment-agree label:hover {
  cursor: pointer;
}

.portfolio__comment-btn .tp-btn {
  padding: 12px 21px;
}

.portfolio__comment-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.portfolio__area .portfolio__details-slider .carousel__viewport {
  overflow: visible;
}

.portfolio__area .portfolio__details-slider .portfolio__details-slider-item {
  padding: 0 15px;
}

.portfolio__area .portfolio__details-slider-2 .carousel__viewport {
  overflow: visible;
}

.portfolio__area .portfolio__details-slider-2 .portfolio__details-slider-item-2 {
  padding: 0 50px;
}

@keyframes fadeInRightPortfolio1 {
  0% {
    opacity: 0;
    transform: rotate(-25deg) translateX(20px);
  }

  100% {
    opacity: 1;
    transform: rotate(-25deg) translateX(0);
  }
}

@keyframes fadeInRightPortfolio2 {
  0% {
    opacity: 0;
    transform: rotate(-25deg) translate(20px, 169px);
  }

  100% {
    opacity: 1;
    transform: rotate(-25deg) translate(-30px, 169px);
  }
}

@keyframes fadeInRightPortfolio3 {
  0% {
    opacity: 0;
    transform: translate(-20px, 115px) rotate(25deg);
  }

  100% {
    opacity: 1;
    transform: translate(-66px, 107px) rotate(25deg);
  }
}

@keyframes fadeInRightPortfolio4 {
  0% {
    opacity: 0;
    transform: translate(-20px, 10px) rotate(25deg);
  }

  100% {
    opacity: 1;
    transform: translate(7px, 120px) rotate(25deg);
  }
}

@keyframes fadeInRightPortfolio5 {
  0% {
    opacity: 0;
    transform: translate(-70px, 0px) rotate(25deg);
  }

  100% {
    opacity: 1;
    transform: translate(-105px, 88px) rotate(25deg);
  }
}

@keyframes fadeInRightPortfolio6 {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

  @keyframes fadeInRightPortfolio3 {
    0% {
      opacity: 0;
      transform: translate(-20px, 115px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(-79px, 93px) rotate(25deg);
    }
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  @keyframes fadeInRightPortfolio3 {
    0% {
      opacity: 0;
      transform: translate(-20px, 115px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(-202px, 50px) rotate(25deg);
    }
  }

  @keyframes fadeInRightPortfolio4 {
    0% {
      opacity: 0;
      transform: translate(-30px, 120px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(-70px, 120px) rotate(25deg);
    }
  }

  @keyframes fadeInRightPortfolio5 {
    0% {
      opacity: 0;
      transform: translate(-70px, 0px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(-180px, 88px) rotate(25deg);
    }
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  @keyframes fadeInRightPortfolio3 {
    0% {
      opacity: 0;
      transform: translate(-20px, 115px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(15px, 149px) rotate(25deg);
    }
  }

  @keyframes fadeInRightPortfolio4 {
    0% {
      opacity: 0;
      transform: translate(-30px, 120px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(207px, 3px) rotate(25deg);
    }
  }

  @keyframes fadeInRightPortfolio5 {
    0% {
      opacity: 0;
      transform: translate(-70px, 0px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(0px, -78px) rotate(25deg);
    }
  }
}

@media (max-width: 575px) {

  @keyframes fadeInRightPortfolio2 {
    0% {
      opacity: 0;
      transform: rotate(-25deg) translate(20px, 169px);
    }

    100% {
      opacity: 1;
      transform: rotate(-25deg) translate(-200px, 169px);
    }
  }

  @keyframes fadeInRightPortfolio4 {
    0% {
      opacity: 0;
      transform: translate(-30px, 120px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(-10px, 0) rotate(25deg);
    }
  }

  @keyframes fadeInRightPortfolio5 {
    0% {
      opacity: 0;
      transform: translate(-70px, 0px) rotate(25deg);
    }

    100% {
      opacity: 1;
      transform: translate(5px, 8px) rotate(25deg);
    }
  }
}

@keyframes tpFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tpFadeInLeft {
  animation-name: tpFadeInLeft;
}

@keyframes tpFadeInLeft2 {
  0% {
    opacity: 0;
    transform: rotate(-90deg) translate(60px, -60px);
  }

  100% {
    opacity: 1;
    transform: rotate(-90deg) translate(75px, -60px);
  }
}

.tpFadeInLeft2 {
  animation-name: tpFadeInLeft2;
}

.tp-portfolio-load-more .grid-item.hidden, .tp-portfolio-load-more .grid-item.hidden * {
  transition: all 0.3 ease-out 0s;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

/* elements css */
.elements__carousel .carousel__viewport .elements__carousel-item {
  padding: 0 15px;
}

.elements__carousel .carousel__pagination {
  margin-top: 35px;
  text-align: center;
}

.elements__carousel .carousel__pagination li {
  list-style: none;
  display: inline-block;
}

.elements__carousel .carousel__pagination li .carousel__pagination-button {
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #e2e2e2;
  border-radius: 10px;
  margin: 0 5px;
}

.elements__carousel .carousel__pagination li .carousel__pagination-button.carousel__pagination-button--active {
  width: 50px;
  background-color: var(--tp-theme-1);
}

.elements__carousel .carousel__pagination li .carousel__pagination-button::after {
  display: none;
}

.elements__carousel .elements-arrow button,
.elements__carousel .elements-img-arrow button {
  position: absolute;
  top: calc(50% - 35px);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-radius: 50%;
}

[dir="ltr"] .elements__carousel .elements-arrow button,
[dir="ltr"] .elements__carousel .elements-img-arrow button {
  left: 0;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .elements__carousel .elements-arrow button,
[dir="rtl"] .elements__carousel .elements-img-arrow button {
  right: 0;
  transform: translate(50%, -50%);
}

.elements__carousel .elements-arrow button:hover,
.elements__carousel .elements-img-arrow button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .elements__carousel .elements-arrow button.slick-next,
[dir="ltr"] .elements__carousel .elements-img-arrow button.slick-next {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}

[dir="rtl"] .elements__carousel .elements-arrow button.slick-next,
[dir="rtl"] .elements__carousel .elements-img-arrow button.slick-next {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
}

.elements__carousel.elements__carousel-img .elements-img-arrow button {
  top: 50%;
  transform: translate(0, -50%);
}

[dir="ltr"] .elements__carousel.elements__carousel-img .elements-img-arrow button {
  left: 15px;
}

[dir="rtl"] .elements__carousel.elements__carousel-img .elements-img-arrow button {
  right: 15px;
}

[dir="ltr"] [dir=rtl] .elements__carousel.elements__carousel-img .elements-img-arrow button {
  left: auto;
  right: 15px;
}

[dir="rtl"] [dir=rtl] .elements__carousel.elements__carousel-img .elements-img-arrow button {
  right: auto;
  left: 15px;
}

[dir="ltr"] .elements__carousel.elements__carousel-img .elements-img-arrow button.slick-next {
  left: auto;
  right: 15px;
}

[dir="rtl"] .elements__carousel.elements__carousel-img .elements-img-arrow button.slick-next {
  right: auto;
  left: 15px;
}

[dir="ltr"] [dir=rtl] .elements__carousel.elements__carousel-img .elements-img-arrow button.slick-next {
  left: 15px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .elements__carousel.elements__carousel-img .elements-img-arrow button.slick-next {
  right: 15px;
  left: auto;
}

.elements__carousel.elements__carousel-img-dot .slick-dots {
  position: absolute;
  bottom: 15px;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.elements__parallax-item {
  height: 400px;
}

.portfolio__slider .slick-slide > div {
  margin: 0 16px;
}

.portfolio__slider-active-6 .swiper-wrapper {
  align-items: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__area .portfolio__details-img-list-box img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio__area .portfolio__details-info-wrapper {
    padding: 20px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .portfolio__details-slider-2 .portfolio__details-slider-active-2 .slick-dots {
    display: none !important;
  }
}

.portfolio__area .carousel__viewport {
  overflow: visible;
}

/*----------------------------------------*/
/*  14. TESTIMONIAL CSS START
/*----------------------------------------*/
.testimonial__wrapper .section__title-wrapper {
  padding-left: 125px;
  padding-right: 125px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__wrapper .section__title-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__wrapper .section__title-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__wrapper .section__title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonial__wrapper .section__title-pre.section__title-pre-1-2 {
  letter-spacing: 0;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__wrapper-8 {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__wrapper-8 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__wrapper-8 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__avater {
    margin-bottom: 25px;
  }
}

.testimonial__avater-8 {
  padding-bottom: 45px;
  padding-top: 45px;
}

.testimonial__avater-8.swiper-slide-thumb-active img {
  transform: scale(1.42);
}

[dir="ltr"] [dir=rtl] .testimonial__avater-thumb {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .testimonial__avater-thumb {
  margin-left: 0;
  margin-right: 15px;
}

.testimonial__avater-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial__avater-thumb-3 img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  mix-blend-mode: luminosity;
}

[dir="ltr"] .testimonial__avater-thumb-3 img {
  margin-right: 25px;
}

[dir="rtl"] .testimonial__avater-thumb-3 img {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .testimonial__avater-thumb-3 img {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .testimonial__avater-thumb-3 img {
  margin-left: 0;
  margin-right: 25px;
}

@media (max-width: 575px) {
  .testimonial__avater-thumb-3 img {
    margin-bottom: 25px;
  }

  [dir="ltr"] .testimonial__avater-thumb-3 img {
    margin-right: 0;
  }

  [dir="rtl"] .testimonial__avater-thumb-3 img {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__avater-thumb-3 img {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__avater-thumb-3 img {
    margin-right: 0;
  }
}

.testimonial__avater-thumb-4 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 25px;
}

[dir="ltr"] .testimonial__avater-thumb-4 img {
  margin-right: 20px;
}

[dir="rtl"] .testimonial__avater-thumb-4 img {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .testimonial__avater-thumb-4 img {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .testimonial__avater-thumb-4 img {
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .testimonial__avater-thumb-4 img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }

  [dir="ltr"] .testimonial__avater-thumb-4 img {
    margin-right: 0;
  }

  [dir="rtl"] .testimonial__avater-thumb-4 img {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__avater-thumb-4 img {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__avater-thumb-4 img {
    margin-right: 0;
  }
}

.testimonial__avater-thumb-5 {
  margin-bottom: 30px;
}

.testimonial__avater-thumb-5 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media (max-width: 575px) {
  .testimonial__avater-thumb-5 img {
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }
}

.testimonial__avater-thumb-6 img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

[dir="ltr"] .testimonial__avater-thumb-6 img {
  margin-right: 10px;
}

[dir="rtl"] .testimonial__avater-thumb-6 img {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .testimonial__avater-thumb-6 img {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .testimonial__avater-thumb-6 img {
  margin-left: 0;
  margin-right: 10px;
}

@media (max-width: 575px) {
  .testimonial__avater-thumb-6 img {
    margin-bottom: 25px;
  }
}

.testimonial__avater-thumb-7 img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

[dir="ltr"] .testimonial__avater-thumb-7 img {
  margin-right: 15px;
}

[dir="rtl"] .testimonial__avater-thumb-7 img {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .testimonial__avater-thumb-7 img {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .testimonial__avater-thumb-7 img {
  margin-left: 0;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .testimonial__avater-thumb-7 img {
    margin-bottom: 25px;
  }
}

.testimonial__avater-thumb-8 img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.testimonial__avater-thumb-9 img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.testimonial__avater-title {
  font-size: 20px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
}

.testimonial__avater-title-2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
  margin-bottom: 1px;
  line-height: 1;
}

.testimonial__avater-title-3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}

.testimonial__avater-title-4 {
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}

.testimonial__avater-title-5 {
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: -0.02em;
}

.testimonial__avater-title-6 {
  color: var(--tp-common-black-9);
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
  font-family: var(--tp-ff-roboto);
}

.testimonial__avater-title-7 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  color: var(--tp-common-black-11);
  margin-bottom: 0;
}

.testimonial__avater-title-8 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

.testimonial__avater-title-9 {
  font-family: var(--tp-ff-syne);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.testimonial__avater-title-10 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

[dir="ltr"] .testimonial__avater-title-10 {
  margin-right: 5px;
}

[dir="rtl"] .testimonial__avater-title-10 {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .testimonial__avater-title-10 {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .testimonial__avater-title-10 {
  margin-left: 0;
  margin-right: 5px;
}

.testimonial__avater-designation {
  font-size: 12px;
  font-weight: 400;
  color: var(--tp-common-white);
  text-transform: uppercase;
  font-family: var(--tp-ff-space);
}

.testimonial__avater-designation-2 {
  font-size: 14px;
  color: var(--tp-common-white);
  opacity: 0.8;
  line-height: 1;
}

.testimonial__avater-designation-3 {
  font-size: 16px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}

.testimonial__avater-designation-4 {
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
}

.testimonial__avater-designation-5 {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  color: #717388;
  line-height: 1;
}

.testimonial__avater-designation-6 {
  font-size: 13px;
  color: var(--tp-text-19);
  line-height: 1;
  font-family: var(--tp-ff-roboto);
}

.testimonial__avater-designation-7 {
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  line-height: 1;
}

.testimonial__avater-designation-8 {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  opacity: 0.7;
}

.testimonial__avater-designation-9 {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #525258;
}

.testimonial__avater-designation-10 {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .testimonial__avater-date {
    margin-top: 10px;
  }
}

.testimonial__avater-date span {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-common-white);
  position: relative;
}

[dir="ltr"] .testimonial__avater-date span {
  padding-left: 13px;
  margin-left: 13px;
}

[dir="rtl"] .testimonial__avater-date span {
  padding-right: 13px;
  margin-right: 13px;
}

[dir="ltr"] [dir=rtl] .testimonial__avater-date span {
  padding-left: 0;
  margin-left: 0;
  padding-right: 13px;
  margin-right: 13px;
}

[dir="rtl"] [dir=rtl] .testimonial__avater-date span {
  padding-right: 0;
  margin-right: 0;
  padding-left: 13px;
  margin-left: 13px;
}

@media (max-width: 575px) {
  [dir="ltr"] .testimonial__avater-date span {
    padding-left: 0;
    margin-left: 0;
  }

  [dir="rtl"] .testimonial__avater-date span {
    padding-right: 0;
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__avater-date span {
    padding-right: 0;
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__avater-date span {
    padding-left: 0;
    margin-left: 0;
  }
}

.testimonial__avater-date span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

[dir="ltr"] .testimonial__avater-date span::after {
  left: 0;
}

[dir="rtl"] .testimonial__avater-date span::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__avater-date span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .testimonial__avater-date span::after {
  right: auto;
  left: 0;
}

@media (max-width: 575px) {
  .testimonial__avater-date span::after {
    display: none;
  }
}

.testimonial__content {
  position: relative;
}

.testimonial__content::after {
  position: absolute;
  content: "";
  top: -20px;
  width: 1px;
  height: calc(100% + 40px);
  transform: translate(0, 0);
  background-color: var(--tp-border-1);
}

[dir="ltr"] .testimonial__content::after {
  left: -50px;
  right: auto;
}

[dir="rtl"] .testimonial__content::after {
  right: -50px;
  left: auto;
}

[dir="ltr"] [dir=rtl] .testimonial__content::after {
  left: auto;
  right: -50px;
}

[dir="rtl"] [dir=rtl] .testimonial__content::after {
  right: auto;
  left: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__content::after {
    display: none;
  }
}

.testimonial__content p {
  font-weight: 300;
  font-size: 20px;
  color: var(--tp-common-white);
  line-height: 1.4;
  margin-bottom: 0;
}

.testimonial__content-2 p {
  font-size: 22px;
  font-family: var(--tp-ff-oswald);
  font-weight: 300;
  color: var(--tp-common-white);
  line-height: 1.6;
  margin-bottom: 33px;
}

.testimonial__content-3 h4, .testimonial__content-3 .h4 {
  font-size: 22px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}

.testimonial__content-3 p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 0;
}

.testimonial__content-4 p {
  font-size: 20px;
  line-height: 1.5;
  color: var(--tp-common-white);
  margin-bottom: 22px;
}

.testimonial__content-5 p {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 35px;
}

.testimonial__content-6 p {
  color: var(--tp-common-black-9);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  font-family: var(--tp-ff-roboto);
}

.testimonial__content-7 {
  margin-bottom: 65px;
}

.testimonial__content-7 p {
  font-size: 16px;
  line-height: 1.6;
}

.testimonial__content-8 {
  margin-bottom: 3px;
}

.testimonial__content-8 p {
  font-family: var(--tp-ff-space);
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--tp-common-white);
  margin-bottom: 37px;
}

.testimonial__content-9 {
  margin-bottom: 3px;
}

.testimonial__content-9 .testimonial-heading {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 15px;
}

.testimonial__content-9 p {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  color: var(--tp-text-1);
  margin-bottom: 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__content-9 p br {
    display: none;
  }
}

.testimonial__content-10 p {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 15px;
}

.testimonial__slider .testimonial-slider-dot {
  text-align: center;
  width: auto;
}

[dir="ltr"] .testimonial__slider .testimonial-slider-dot {
  margin-right: 206px;
}

[dir="rtl"] .testimonial__slider .testimonial-slider-dot {
  margin-left: 206px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider .testimonial-slider-dot {
  margin-right: 0;
  margin-left: 206px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider .testimonial-slider-dot {
  margin-left: 0;
  margin-right: 206px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .testimonial__slider .testimonial-slider-dot {
    margin-right: 140px;
  }

  [dir="rtl"] .testimonial__slider .testimonial-slider-dot {
    margin-left: 140px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider .testimonial-slider-dot {
    margin-right: 0;
    margin-left: 140px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider .testimonial-slider-dot {
    margin-left: 0;
    margin-right: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .testimonial__slider .testimonial-slider-dot {
    margin-right: 0;
  }

  [dir="rtl"] .testimonial__slider .testimonial-slider-dot {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider .testimonial-slider-dot {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider .testimonial-slider-dot {
    margin-right: 0;
  }
}

.testimonial__slider-nav {
  margin-bottom: 25px;
}

.testimonial__slider-nav .swiper-slide-thumb-active::after {
  visibility: visible;
  opacity: 1;
}

.testimonial__slider-nav .swiper-slide-thumb-active .tp-border-loader svg circle:last-child {
  animation: tp-border-loader 8s linear infinite;
}

.testimonial__slider-nav-4 button {
  width: 40px;
  height: 180px;
  line-height: 176px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__slider-nav-4 button {
    margin-top: 10px;
    width: 50%;
    height: 40px;
    line-height: 36px;
  }
}

.testimonial__slider-nav-4 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
}

.testimonial__slider-nav-4 button.testimonial-4-button-prev {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .testimonial__slider-nav-4 button.testimonial-4-button-prev {
    margin-right: 5px;
  }

  [dir="rtl"] .testimonial__slider-nav-4 button.testimonial-4-button-prev {
    margin-left: 5px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-nav-4 button.testimonial-4-button-prev {
    margin-right: 0;
    margin-left: 5px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-nav-4 button.testimonial-4-button-prev {
    margin-left: 0;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .testimonial__slider-nav-4 button.testimonial-4-button-next {
    margin-left: 5px;
  }

  [dir="rtl"] .testimonial__slider-nav-4 button.testimonial-4-button-next {
    margin-right: 5px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-nav-4 button.testimonial-4-button-next {
    margin-left: 0;
    margin-right: 5px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-nav-4 button.testimonial-4-button-next {
    margin-right: 0;
    margin-left: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__slider-arrow-2 {
    display: none;
  }
}

.testimonial__slider-arrow-2 button {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 16px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

[dir="ltr"] .testimonial__slider-arrow-2 button {
  left: 70px;
}

[dir="rtl"] .testimonial__slider-arrow-2 button {
  right: 70px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-2 button {
  left: auto;
  right: 70px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-2 button {
  right: auto;
  left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .testimonial__slider-arrow-2 button {
    left: 40px;
  }

  [dir="rtl"] .testimonial__slider-arrow-2 button {
    right: 40px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-arrow-2 button {
    left: auto;
    right: 40px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-arrow-2 button {
    right: auto;
    left: 40px;
  }
}

[dir="ltr"] .testimonial__slider-arrow-2 button.testimonial-2-button-next {
  left: auto;
  right: 70px;
}

[dir="rtl"] .testimonial__slider-arrow-2 button.testimonial-2-button-next {
  right: auto;
  left: 70px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-2 button.testimonial-2-button-next {
  left: 70px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-2 button.testimonial-2-button-next {
  right: 70px;
  left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .testimonial__slider-arrow-2 button.testimonial-2-button-next {
    right: 40px;
  }

  [dir="rtl"] .testimonial__slider-arrow-2 button.testimonial-2-button-next {
    left: 40px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-arrow-2 button.testimonial-2-button-next {
    right: auto;
    left: 40px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-arrow-2 button.testimonial-2-button-next {
    left: auto;
    right: 40px;
  }
}

.testimonial__slider-arrow-2 button:hover {
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

.testimonial__slider-arrow-6 button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  border: 1px solid rgba(13, 18, 30, 0.2);
  color: var(--tp-common-black-10);
  border-radius: 50%;
}

.testimonial__slider-arrow-6 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
  border-color: var(--tp-theme-6);
}

[dir="ltr"] .testimonial__slider-arrow-6 button.testimonial-6-button-next {
  margin-left: 3px;
}

[dir="rtl"] .testimonial__slider-arrow-6 button.testimonial-6-button-next {
  margin-right: 3px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-6 button.testimonial-6-button-next {
  margin-left: 0;
  margin-right: 3px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-6 button.testimonial-6-button-next {
  margin-right: 0;
  margin-left: 3px;
}

.testimonial__slider-arrow-8 button {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: var(--tp-common-white);
  position: absolute;
  top: 50%;
}

[dir="ltr"] .testimonial__slider-arrow-8 button {
  left: 0;
}

[dir="rtl"] .testimonial__slider-arrow-8 button {
  right: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-8 button {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-8 button {
  right: auto;
  left: 0;
}

[dir="ltr"] .testimonial__slider-arrow-8 button.testimonial-8-button-next {
  left: auto;
  right: 0;
}

[dir="rtl"] .testimonial__slider-arrow-8 button.testimonial-8-button-next {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-8 button.testimonial-8-button-next {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-8 button.testimonial-8-button-next {
  right: 0;
  left: auto;
}

.testimonial__slider-arrow-8 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  border-color: var(--tp-theme-8);
}

.testimonial__slider-arrow-9 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-family: var(--tp-ff-syne);
  font-weight: 600;
  font-size: 14px;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--tp-common-black);
}

[dir="ltr"] .testimonial__slider-arrow-9 button {
  left: 0;
  padding-right: 30px;
}

[dir="rtl"] .testimonial__slider-arrow-9 button {
  right: 0;
  padding-left: 30px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-9 button {
  left: auto;
  right: 0;
  padding-right: 0;
  padding-left: 30px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-9 button {
  right: auto;
  left: 0;
  padding-left: 0;
  padding-right: 30px;
}

.testimonial__slider-arrow-9 button::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background-color: #eaeaef;
}

[dir="ltr"] .testimonial__slider-arrow-9 button::after {
  right: 0;
}

[dir="rtl"] .testimonial__slider-arrow-9 button::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-9 button::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-9 button::after {
  left: auto;
  right: 0;
}

.testimonial__slider-arrow-9 button:hover {
  color: #fa6490;
}

.testimonial__slider-arrow-9 button span {
  position: relative;
}

[dir="ltr"] .testimonial__slider-arrow-9 button i, [dir="ltr"] .testimonial__slider-arrow-9 button svg {
  margin-right: 4px;
}

[dir="rtl"] .testimonial__slider-arrow-9 button i, [dir="rtl"] .testimonial__slider-arrow-9 button svg {
  margin-left: 4px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-9 button i, [dir="ltr"] [dir=rtl] .testimonial__slider-arrow-9 button svg {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-9 button i, [dir="rtl"] [dir=rtl] .testimonial__slider-arrow-9 button svg {
  margin-left: 0;
  margin-right: 4px;
}

.testimonial__slider-arrow-9 button svg {
  transform: translateY(-1px);
}

[dir="ltr"] .testimonial__slider-arrow-9 button.testimonial-9-button-next {
  padding-left: 30px;
  padding-right: 0;
  left: auto;
  right: 0;
}

[dir="rtl"] .testimonial__slider-arrow-9 button.testimonial-9-button-next {
  padding-right: 30px;
  padding-left: 0;
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-9 button.testimonial-9-button-next {
  padding-left: 0;
  padding-right: 30px;
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-9 button.testimonial-9-button-next {
  padding-right: 0;
  padding-left: 30px;
  right: 0;
  left: auto;
}

[dir="ltr"] .testimonial__slider-arrow-9 button.testimonial-9-button-next::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .testimonial__slider-arrow-9 button.testimonial-9-button-next::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-9 button.testimonial-9-button-next::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-9 button.testimonial-9-button-next::after {
  right: auto;
  left: 0;
}

[dir="ltr"] .testimonial__slider-arrow-9 button.testimonial-9-button-next i, [dir="ltr"] .testimonial__slider-arrow-9 button.testimonial-9-button-next svg {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] .testimonial__slider-arrow-9 button.testimonial-9-button-next i, [dir="rtl"] .testimonial__slider-arrow-9 button.testimonial-9-button-next svg {
  margin-left: 0;
  margin-right: 4px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-9 button.testimonial-9-button-next i, [dir="ltr"] [dir=rtl] .testimonial__slider-arrow-9 button.testimonial-9-button-next svg {
  margin-right: 4px;
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-9 button.testimonial-9-button-next i, [dir="rtl"] [dir=rtl] .testimonial__slider-arrow-9 button.testimonial-9-button-next svg {
  margin-left: 4px;
  margin-right: 0;
}

.testimonial__slider-arrow-15 button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border: 2px solid #e7e7ef;
  color: var(--tp-common-black);
}

.testimonial__slider-arrow-15 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

[dir="ltr"] .testimonial__slider-arrow-15 button.testimonial-15-button-next {
  margin-left: 3px;
}

[dir="rtl"] .testimonial__slider-arrow-15 button.testimonial-15-button-next {
  margin-right: 3px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-arrow-15 button.testimonial-15-button-next {
  margin-left: 0;
  margin-right: 3px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-arrow-15 button.testimonial-15-button-next {
  margin-right: 0;
  margin-left: 3px;
}

.testimonial__slider-thumb-nav {
  position: relative;
  background-color: var(--tp-theme-2);
}

.testimonial__slider-thumb-nav:hover {
  cursor: pointer;
}

.testimonial__slider-thumb-nav img {
  width: 70px !important;
  height: 70px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 5px;
}

.testimonial__slider-thumb-nav .tp-border-loader {
  position: absolute;
  top: 0;
}

[dir="ltr"] .testimonial__slider-thumb-nav .tp-border-loader {
  left: 0;
}

[dir="rtl"] .testimonial__slider-thumb-nav .tp-border-loader {
  right: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-thumb-nav .tp-border-loader {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-thumb-nav .tp-border-loader {
  right: auto;
  left: 0;
}

.testimonial__slider-thumb-nav .tp-border-loader svg {
  width: 70px;
  height: 70px;
}

.testimonial__slider-5 .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

.testimonial__slider-5.swiper-container {
  overflow: visible;
}

.testimonial__slider-5 .slick-slide > div {
  margin: 0 15px;
}

[dir="ltr"] .testimonial__slider-6 {
  margin-right: -410px;
}

[dir="rtl"] .testimonial__slider-6 {
  margin-left: -410px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-6 {
  margin-right: 0;
  margin-left: -410px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-6 {
  margin-left: 0;
  margin-right: -410px;
}

@media (max-width: 575px) {
  [dir="ltr"] .testimonial__slider-6 {
    margin-right: 0;
  }

  [dir="rtl"] .testimonial__slider-6 {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-6 {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-6 {
    margin-right: 0;
  }
}

.testimonial__slider-8-thumb {
  width: 270px;
}

.testimonial__slider-9 {
  padding-left: 250px;
  padding-right: 250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__slider-9 {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__slider-9 {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__slider-9 {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__slider-9 {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonial__slider-9 .slick-current.slick-active .tp-border-loader svg circle:last-child {
  animation: tp-border-loader 8s linear infinite;
}

.testimonial__slider-9 .swiper-slide-thumb-active .tp-border-loader svg circle:last-child {
  animation: tp-border-loader 8s linear infinite;
}

.testimonial__slider-9-thumb-nav {
  position: relative;
}

.testimonial__slider-9-thumb-nav:hover {
  cursor: pointer;
}

.testimonial__slider-9-thumb-nav .tp-border-loader {
  position: absolute;
  top: 0;
}

[dir="ltr"] .testimonial__slider-9-thumb-nav .tp-border-loader {
  left: 0;
}

[dir="rtl"] .testimonial__slider-9-thumb-nav .tp-border-loader {
  right: 0;
}

.testimonial__slider-9-thumb-nav .tp-border-loader svg {
  width: 62px;
  height: 62px;
}

.testimonial__slider-9-thumb-nav .tp-border-loader svg circle {
  stroke: var(--tp-common-black);
}

.testimonial__slider-9-thumb-nav img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  padding: 4px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-9-thumb-nav img {
  margin-right: 12px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-9-thumb-nav img {
  margin-left: 12px;
}

.testimonial__slider-14 {
  padding: 40px 60px 90px;
  border: 1px solid #eaeaef;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__slider-14 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__slider-14 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

[dir="ltr"] .testimonial__slider-15 {
  margin-right: -770px;
}

[dir="rtl"] .testimonial__slider-15 {
  margin-left: -770px;
}

[dir="ltr"] [dir=rtl] .testimonial__slider-15 {
  margin-right: 0;
  margin-left: -770px;
}

[dir="rtl"] [dir=rtl] .testimonial__slider-15 {
  margin-left: 0;
  margin-right: -770px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  [dir="ltr"] .testimonial__slider-15 {
    margin-right: -400px;
  }

  [dir="rtl"] .testimonial__slider-15 {
    margin-left: -400px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-15 {
    margin-right: 0;
    margin-left: -400px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-15 {
    margin-left: 0;
    margin-right: -400px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .testimonial__slider-15 {
    margin-right: -600px;
  }

  [dir="rtl"] .testimonial__slider-15 {
    margin-left: -600px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-15 {
    margin-right: 0;
    margin-left: -600px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-15 {
    margin-left: 0;
    margin-right: -600px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .testimonial__slider-15 {
    margin-right: -300px;
  }

  [dir="rtl"] .testimonial__slider-15 {
    margin-left: -300px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-15 {
    margin-right: 0;
    margin-left: -300px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-15 {
    margin-left: 0;
    margin-right: -300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .testimonial__slider-15 {
    margin-right: 0;
  }

  [dir="rtl"] .testimonial__slider-15 {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__slider-15 {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__slider-15 {
    margin-right: 0;
  }
}

.testimonial__item-2 {
  padding: 0 70px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__item-2 {
    padding: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__item-2 {
    padding: 0 35px;
  }
}

.testimonial__item-3 {
  padding: 60px 60px 50px;
  background: #22264c;
}

@media (max-width: 575px) {
  .testimonial__item-3 {
    padding: 60px 35px 50px;
  }
}

.testimonial__item-4 {
  padding: 40px 60px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

@media (max-width: 575px) {
  .testimonial__item-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.testimonial__item-5 {
  position: relative;
  padding: 60px 40px 50px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 40px rgba(2, 45, 62, 0.08);
  border-radius: 10px;
}

@media (max-width: 575px) {
  .testimonial__item-5 {
    padding: 40px 20px 20px;
  }
}

.testimonial__item-6 {
  padding: 35px 30px 40px 30px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(13, 18, 30, 0.08);
  position: relative;
}

.testimonial__item-6::after {
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 2px;
  background-color: var(--tp-theme-6);
}

[dir="ltr"] .testimonial__item-6::after {
  left: auto;
  right: 0;
}

[dir="rtl"] .testimonial__item-6::after {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__item-6::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__item-6::after {
  right: 0;
  left: auto;
}

.testimonial__item-6:hover {
  box-shadow: 0px 30px 30px rgba(13, 18, 30, 0.08);
}

.testimonial__item-6:hover::after {
  width: 100%;
}

[dir="ltr"] .testimonial__item-6:hover::after {
  right: auto;
  left: 0;
}

[dir="rtl"] .testimonial__item-6:hover::after {
  left: auto;
  right: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__item-6:hover::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .testimonial__item-6:hover::after {
  right: auto;
  left: 0;
}

.testimonial__item-7 {
  border-radius: 40px;
  padding: 50px 35px 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__item-7 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 575px) {
  .testimonial__item-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.testimonial__item-7:hover {
  box-shadow: 0px 30px 50px rgba(4, 40, 34, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__item-wrapper-3 {
    margin-top: 30px;
  }
}

.testimonial__inner-2 {
  background-blend-mode: luminosity;
  padding-top: 90px;
  padding-bottom: 72px;
  box-shadow: 0px 40px 50px rgba(5, 31, 31, 0.14);
}

.testimonial__inner-10 {
  padding: 60px 100px 40px;
  background-color: #159bfc;
  border-radius: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__inner-10 {
    padding: 60px 50px 40px;
  }
}

@media (max-width: 575px) {
  .testimonial__inner-10 {
    padding: 60px 20px 40px;
  }
}

.testimonial__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-color: var(--tp-grey-7);
}

.testimonial__shape-quote {
  position: absolute;
  bottom: -7%;
}

[dir="ltr"] .testimonial__shape-quote {
  right: 6%;
}

[dir="rtl"] .testimonial__shape-quote {
  left: 6%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-quote {
  left: 6%;
  right: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-quote {
  right: 6%;
  left: auto;
}

.testimonial__shape-quote-8 {
  margin-bottom: 40px;
}

.testimonial__shape-quote-9 {
  margin-bottom: 35px;
}

.testimonial__shape-quote-9 img {
  display: inline-block !important;
}

.testimonial__shape-1 {
  position: absolute;
  top: -4%;
  z-index: -1;
}

[dir="ltr"] .testimonial__shape-1 {
  left: 14%;
}

[dir="rtl"] .testimonial__shape-1 {
  right: 14%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-1 {
  left: auto;
  right: 14%;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-1 {
  right: auto;
  left: 14%;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .testimonial__shape-1 {
    left: 0;
  }

  [dir="rtl"] .testimonial__shape-1 {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__shape-1 {
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__shape-1 {
    left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__shape-1 {
    width: 100%;
  }

  [dir="ltr"] .testimonial__shape-1 {
    left: 0;
  }

  [dir="rtl"] .testimonial__shape-1 {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__shape-1 {
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__shape-1 {
    left: 0;
  }
}

.testimonial__shape-2 {
  position: absolute;
  top: 15%;
}

[dir="ltr"] .testimonial__shape-2 {
  right: 40px;
}

[dir="rtl"] .testimonial__shape-2 {
  left: 40px;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-2 {
  right: auto;
  left: 40px;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-2 {
  left: auto;
  right: 40px;
}

.testimonial__shape-3 {
  position: absolute;
  top: 22%;
  z-index: -1;
  animation: tprotate 3s infinite alternate;
}

[dir="ltr"] .testimonial__shape-3 {
  right: 8%;
}

[dir="rtl"] .testimonial__shape-3 {
  left: 8%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-3 {
  right: auto;
  left: 8%;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-3 {
  left: auto;
  right: 8%;
}

.testimonial__shape-4 {
  position: absolute;
  bottom: 23%;
  z-index: -1;
  animation: tpleftright 1s infinite alternate;
}

[dir="ltr"] .testimonial__shape-4 {
  right: 9%;
}

[dir="rtl"] .testimonial__shape-4 {
  left: 9%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-4 {
  right: auto;
  left: 9%;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-4 {
  left: auto;
  right: 9%;
}

.testimonial__shape-5 {
  position: absolute;
  top: 20%;
  z-index: -1;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .testimonial__shape-5 {
  right: 20%;
}

[dir="rtl"] .testimonial__shape-5 {
  left: 20%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-5 {
  right: auto;
  left: 20%;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-5 {
  left: auto;
  right: 20%;
}

.testimonial__shape-6 {
  position: absolute;
  top: 16%;
  z-index: -1;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .testimonial__shape-6 {
  left: 12%;
}

[dir="rtl"] .testimonial__shape-6 {
  right: 12%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-6 {
  right: 12%;
  left: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-6 {
  left: 12%;
  right: auto;
}

.testimonial__shape-7 {
  position: absolute;
  bottom: 33%;
  z-index: -1;
  animation: tprotate 1s infinite alternate;
}

[dir="ltr"] .testimonial__shape-7 {
  left: 16%;
}

[dir="rtl"] .testimonial__shape-7 {
  right: 16%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-7 {
  right: 16%;
  left: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-7 {
  left: 16%;
  right: auto;
}

.testimonial__shape-8 {
  position: absolute;
  top: -5%;
  z-index: -1;
}

[dir="ltr"] .testimonial__shape-8 {
  left: 17%;
}

[dir="rtl"] .testimonial__shape-8 {
  right: 17%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-8 {
  right: 17%;
  left: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-8 {
  left: 17%;
  right: auto;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__shape-8 {
    width: 100%;
    object-fit: cover;
  }

  [dir="ltr"] .testimonial__shape-8 {
    left: 0;
  }

  [dir="rtl"] .testimonial__shape-8 {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__shape-8 {
    right: 0;
    left: auto;
  }

  [dir="rtl"] [dir=rtl] .testimonial__shape-8 {
    left: 0;
    right: auto;
  }
}

.testimonial__shape-9 {
  position: absolute;
  bottom: 11%;
  animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .testimonial__shape-9 {
  left: 9%;
}

[dir="rtl"] .testimonial__shape-9 {
  right: 9%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-9 {
  right: 9%;
  left: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-9 {
  left: 9%;
  right: auto;
}

.testimonial__shape-10 {
  position: absolute;
  bottom: 19%;
  animation: tptranslateX 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .testimonial__shape-10 {
  right: 9%;
}

[dir="rtl"] .testimonial__shape-10 {
  left: 9%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-10 {
  right: auto;
  left: 9%;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-10 {
  left: auto;
  right: 9%;
}

.testimonial__shape-11 {
  position: absolute;
  mix-blend-mode: luminosity;
  opacity: 0.04;
  bottom: -41%;
  z-index: -1;
}

[dir="ltr"] .testimonial__shape-11 {
  left: -11%;
}

[dir="rtl"] .testimonial__shape-11 {
  right: -11%;
}

[dir="ltr"] [dir=rtl] .testimonial__shape-11 {
  right: -11%;
  left: auto;
}

[dir="rtl"] [dir=rtl] .testimonial__shape-11 {
  left: -11%;
  right: auto;
}

.testimonial__rating {
  margin-bottom: 5px;
}

.testimonial__rating a {
  font-size: 16px;
  color: var(--tp-common-yellow);
}

.testimonial__rating-5 {
  margin-bottom: 0;
  line-height: 1;
}

.testimonial__rating-5 a {
  font-size: 11px;
}

.testimonial__rating-7 {
  margin-bottom: 30px;
  line-height: 1;
}

.testimonial__rating-7 a {
  font-size: 16px;
}

.testimonial__rating-content p {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

[dir="ltr"] [dir=rtl] .testimonial__rating-logo {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .testimonial__rating-logo {
  margin-left: 0;
  margin-right: 15px;
}

.testimonial__icon {
  margin-bottom: 24px;
}

.testimonial__icon span {
  color: var(--tp-common-white);
  font-size: 40px;
}

.testimonial__icon-10 {
  margin-bottom: 17px;
}

.testimonial__icon-10 span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  font-size: 24px;
  color: var(--tp-common-white);
}

.testimonial__gradient-bg {
  background-image: -o-linear-gradient(180deg, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
}

[dir="ltr"] .testimonial__gradient-bg {
  background-image: linear-gradient(180deg, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
}

[dir="rtl"] .testimonial__gradient-bg {
  background-image: linear-gradient(-180deg, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
}

.testimonial__gradient-bg-2 {
  position: absolute;
  top: 0;
  width: calc(100% - 300px);
  height: calc(100% + 20px);
  background-image: -o-linear-gradient(100.21deg, rgba(255, 63, 3, 0.1) -2.54%, rgba(123, 214, 80, 0.1) 50.09%, rgba(129, 108, 236, 0.1) 101.82%);
}

[dir="ltr"] .testimonial__gradient-bg-2 {
  left: 150px;
  background-image: linear-gradient(100.21deg, rgba(255, 63, 3, 0.1) -2.54%, rgba(123, 214, 80, 0.1) 50.09%, rgba(129, 108, 236, 0.1) 101.82%);
}

[dir="rtl"] .testimonial__gradient-bg-2 {
  right: 150px;
  background-image: linear-gradient(-100.21deg, rgba(255, 63, 3, 0.1) -2.54%, rgba(123, 214, 80, 0.1) 50.09%, rgba(129, 108, 236, 0.1) 101.82%);
}

[dir="ltr"] [dir=rtl] .testimonial__gradient-bg-2 {
  left: auto;
  right: 150px;
}

[dir="rtl"] [dir=rtl] .testimonial__gradient-bg-2 {
  right: auto;
  left: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__gradient-bg-2 {
    width: calc(100% - 100px);
  }

  [dir="ltr"] .testimonial__gradient-bg-2 {
    left: 50px;
  }

  [dir="rtl"] .testimonial__gradient-bg-2 {
    right: 50px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__gradient-bg-2 {
    left: auto;
    right: 50px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__gradient-bg-2 {
    right: auto;
    left: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__gradient-bg-2 {
    width: calc(100% - 40px);
  }

  [dir="ltr"] .testimonial__gradient-bg-2 {
    left: 20px;
  }

  [dir="rtl"] .testimonial__gradient-bg-2 {
    right: 20px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__gradient-bg-2 {
    left: auto;
    right: 20px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__gradient-bg-2 {
    right: auto;
    left: 20px;
  }
}

[dir="ltr"] .testimonial__info {
  padding-right: 60px;
}

[dir="rtl"] .testimonial__info {
  padding-left: 60px;
}

[dir="ltr"] [dir=rtl] .testimonial__info {
  padding-right: 0;
  padding-left: 60px;
}

[dir="rtl"] [dir=rtl] .testimonial__info {
  padding-left: 0;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .testimonial__info {
    padding-right: 40px;
  }

  [dir="rtl"] .testimonial__info {
    padding-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .testimonial__info {
    padding-right: 0;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .testimonial__info {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .testimonial__info {
    padding-right: 0;
  }

  [dir="rtl"] .testimonial__info {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__info {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__info {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__info {
    margin-bottom: 50px;
  }

  [dir="ltr"] .testimonial__info {
    padding-right: 0;
  }

  [dir="rtl"] .testimonial__info {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .testimonial__info {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .testimonial__info {
    padding-right: 0;
  }
}

.testimonial__info-title {
  font-size: 170px;
  line-height: 0.9;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__info-title {
    font-size: 158px;
  }
}

@media (max-width: 575px) {
  .testimonial__info-title {
    font-size: 120px;
  }
}

.testimonial__info-title img {
  transform: translateY(-6px);
}

.testimonial__info-title.has-background {
  -webkit-background-clip: text;
  color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial__info p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 37px;
}

.testimonial__info-btn .tp-btn {
  padding: 12px 28px;
}

.testimonial__info-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

@media (max-width: 575px) {
  .testimonial__nav-5 {
    margin-top: 40px;
  }
}

.testimonial__nav-5 button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid rgba(4, 18, 31, 0.1);
  font-size: 14px;
  color: var(--tp-common-black);
  background-color: transparent;
  border-radius: 50%;
}

.testimonial__nav-5 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
  border-color: var(--tp-theme-5);
}

[dir="ltr"] .testimonial__nav-5 button.testimonial-5-button-next {
  margin-left: 5px;
}

[dir="rtl"] .testimonial__nav-5 button.testimonial-5-button-next {
  margin-right: 5px;
}

[dir="ltr"] [dir=rtl] .testimonial__nav-5 button.testimonial-5-button-next {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] [dir=rtl] .testimonial__nav-5 button.testimonial-5-button-next {
  margin-right: 0;
  margin-left: 5px;
}

.testimonial__heading {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: var(--tp-common-black-11);
  margin-bottom: 10px;
}

.testimonial__style-black .testimonial__item-4 {
  padding: 0;
  background: var(--tp-common-white);
  border: none;
}

.testimonial__style-black .testimonial__icon span {
  color: var(--tp-common-black);
}

.testimonial__style-black .testimonial__content-4 p {
  color: #03041c;
}

.testimonial__style-black .testimonial__avater-title-4 {
  color: var(--tp-common-black);
}

.testimonial__style-black .testimonial__avater-designation-4 {
  color: var(--tp-text-1);
}

.testimonial__style-black .testimonial__avater-thumb-4 img {
  margin-bottom: 60px;
}

.testimonial__style-2 .testimonial__item-5 {
  border-radius: 0;
  padding: 50px 40px 34px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial__style-2 .testimonial__item-5 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial__style-2 .testimonial__item-5 {
    padding: 40px 30px 34px;
  }
}

.testimonial__style-2 .testimonial__content-5 p {
  margin-bottom: 46px;
}

.testimonial__style-3 .testimonial__rating {
  margin-bottom: 10px;
}

.testimonial__style-3 .testimonial__item-6 {
  padding: 48px 50px 50px;
}

@media (max-width: 575px) {
  .testimonial__style-3 .testimonial__item-6 {
    padding: 48px 30px 50px;
  }
}

.testimonial__style-3 .testimonial__item-6::after {
  background-color: var(--tp-theme-1);
}

.testimonial__style-3 .testimonial__content-6 p {
  font-family: var(--tp-ff-space);
  font-size: 20px;
  line-height: 1.4;
  color: var(--tp-text-1);
}

.testimonial__style-3 .testimonial__avater-title-6 {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
}

.testimonial__style-3 .testimonial__avater-designation-6 {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-text-1);
}

.testimonial-slider-dot-2 .swiper-pagination-bullet {
  background-color: var(--tp-common-white-op-7);
}

.testimonial-slider-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}

.testimonial-slider-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--tp-common-white);
}

.testimonial-slider-dot-7 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.1411764706);
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.testimonial-slider-dot-7 .swiper-pagination-bullet::after {
  display: none;
}

.testimonial-slider-dot-7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.testimonial-slider-dot-9 .swiper-pagination-bullet {
  background-color: rgba(3, 4, 28, 0.3);
}

.testimonial-slider-dot-9 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #03041c;
}

.testimonial-slider-dot-9 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: #03041c;
}

.testimonial-slider-dot-10 .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 4px !important;
}

.testimonial-slider-dot-10 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
  width: 50px;
}

.testimonial-slider-dot-10 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: white;
}

.testimonial-slider-dot-14 {
  position: absolute;
  bottom: 40px !important;
}

[dir="ltr"] .testimonial-slider-dot-14 {
  left: 20.5% !important;
}

[dir="rtl"] .testimonial-slider-dot-14 {
  right: 20.5% !important;
}

[dir="ltr"] [dir=rtl] .testimonial-slider-dot-14 {
  left: auto;
  right: 20.5%;
}

[dir="rtl"] [dir=rtl] .testimonial-slider-dot-14 {
  right: auto;
  left: 20.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .testimonial-slider-dot-14 {
    left: 21.5%;
  }

  [dir="rtl"] .testimonial-slider-dot-14 {
    right: 21.5%;
  }

  [dir="ltr"] [dir=rtl] .testimonial-slider-dot-14 {
    left: auto;
    right: 21.5%;
  }

  [dir="rtl"] [dir=rtl] .testimonial-slider-dot-14 {
    right: auto;
    left: 21.5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .testimonial-slider-dot-14 {
    left: 21.5%;
  }

  [dir="rtl"] .testimonial-slider-dot-14 {
    right: 21.5%;
  }

  [dir="ltr"] [dir=rtl] .testimonial-slider-dot-14 {
    left: auto;
    right: 21.5%;
  }

  [dir="rtl"] [dir=rtl] .testimonial-slider-dot-14 {
    right: auto;
    left: 21.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .testimonial-slider-dot-14 {
    left: 17.5%;
  }

  [dir="rtl"] .testimonial-slider-dot-14 {
    right: 17.5%;
  }

  [dir="ltr"] [dir=rtl] .testimonial-slider-dot-14 {
    left: auto;
    right: 17.5%;
  }

  [dir="rtl"] [dir=rtl] .testimonial-slider-dot-14 {
    right: auto;
    left: 17.5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .testimonial-slider-dot-14 {
    left: 19.5%;
  }

  [dir="rtl"] .testimonial-slider-dot-14 {
    right: 19.5%;
  }

  [dir="ltr"] [dir=rtl] .testimonial-slider-dot-14 {
    left: auto;
    right: 19.5%;
  }

  [dir="rtl"] [dir=rtl] .testimonial-slider-dot-14 {
    right: auto;
    left: 19.5%;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .testimonial-slider-dot-14 {
    left: 7.5%;
  }

  [dir="rtl"] .testimonial-slider-dot-14 {
    right: 7.5%;
  }

  [dir="ltr"] [dir=rtl] .testimonial-slider-dot-14 {
    left: auto;
    right: 7.5%;
  }

  [dir="rtl"] [dir=rtl] .testimonial-slider-dot-14 {
    right: auto;
    left: 7.5%;
  }
}

.testimonial-slider-dot-14 .swiper-pagination-bullet {
  background-color: #dbdbe6;
  margin: 0 4px !important;
}

.testimonial-slider-dot-14 .swiper-pagination-bullet::after {
  display: none;
}

.testimonial-slider-dot-14 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
}

.testimonial-slider-dot .swiper-pagination-bullet {
  background-color: var(--tp-common-white-op-3);
}

.testimonial-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}

.testimonial-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  15. BRAND CSS START
/*----------------------------------------*/
.brand__inner {
  padding: 40px 0;
  border-top: 1px solid var(--tp-border-1);
}

.brand__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
  display: inline-block;
  flex: 0 0 auto;
}

[dir="ltr"] .brand__title {
  margin-right: 60px;
}

[dir="rtl"] .brand__title {
  margin-left: 60px;
}

[dir="ltr"] [dir=rtl] .brand__title {
  margin-right: 0;
  margin-left: 60px;
}

[dir="rtl"] [dir=rtl] .brand__title {
  margin-left: 0;
  margin-right: 60px;
}

@media (max-width: 575px) {
  .brand__title {
    margin-bottom: 15px;
  }

  [dir="ltr"] .brand__title {
    margin-right: 0;
  }

  [dir="rtl"] .brand__title {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .brand__title {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .brand__title {
    margin-right: 0;
  }
}

.brand__thumb {
  text-align: center;
}

.brand__thumb img {
  opacity: 0.5;
}

.brand__thumb:hover img {
  opacity: 1;
}

.brand__item-2 {
  text-align: center;
}

.brand__item-2 img {
  opacity: 0.6;
}

.brand__item-2:hover img {
  opacity: 1;
}

.brand__item-3 {
  position: relative;
  padding: 60px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 150px;
  z-index: 1;
}

[dir="ltr"] .brand__item-3 {
  margin: -1px 0 0 -1px;
}

[dir="rtl"] .brand__item-3 {
  margin: -1px -1px 0 0;
}

.brand__item-3::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

[dir="ltr"] .brand__item-3::after {
  left: 0;
}

[dir="rtl"] .brand__item-3::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .brand__item-3::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .brand__item-3::after {
  right: auto;
  left: 0;
}

.brand__item-3:hover::after {
  visibility: visible;
  opacity: 1;
}

.brand__item-3:hover .brand__tooltip {
  visibility: visible;
  opacity: 1;
}

[dir="ltr"] .brand__item-3:hover .brand__tooltip {
  transform: translate(-50%, -50%);
}

[dir="rtl"] .brand__item-3:hover .brand__tooltip {
  transform: translate(50%, -50%);
}

.brand__item-5 {
  width: 260px !important;
  height: 160px;
  border: 1px solid rgba(4, 18, 31, 0.1019607843);
  text-align: center;
  line-height: 160px;
  border-radius: 14px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.brand__item-5:hover {
  background: #f8f8f8;
}

.brand__item-6 {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .brand__item-6 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 270px) and (max-width: 575px) {
  .brand__item-6 {
    width: 50%;
  }
}

.brand__item-6 img {
  opacity: 0.5;
}

.brand__item-6:hover img {
  opacity: 1;
}

.brand__item-7 img {
  opacity: 0.5;
}

.brand__item-7:hover img {
  opacity: 1;
}

.brand__tooltip {
  position: absolute;
  top: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  background-color: var(--tp-theme-3);
  padding: 9px 20px;
  min-width: 160px;
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .brand__tooltip {
  left: 50%;
  transform: translate(-50%, -20%);
}

[dir="rtl"] .brand__tooltip {
  right: 50%;
  transform: translate(50%, -20%);
}

.brand__tooltip::after {
  position: absolute;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--tp-theme-3);
  position: absolute;
  bottom: -5px;
}

[dir="ltr"] .brand__tooltip::after {
  left: 50%;
  transform: translateX(-50%);
}

[dir="rtl"] .brand__tooltip::after {
  right: 50%;
  transform: translateX(50%);
}

.brand__slider-7 span {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand__slider-7 span {
    margin-bottom: 20px;
  }
}

.brand__slider-5 .swiper-wrapper, .brand__slider-5-1 .swiper-wrapper {
  transition-timing-function: linear !important;
}

.brand__slider-5 .slick-list, .brand__slider-5-1 .slick-list {
  margin: 0 6px;
}

.brand__slider-5 .slick-slide, .brand__slider-5-1 .slick-slide {
  margin: 0 6px;
}

.brand__info p {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.04em;
  color: #525258;
  margin-bottom: 50px;
}

.brand__info p span {
  color: var(--tp-theme-5);
}

.brand__info-2 p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--tp-common-black-9);
  font-family: var(--tp-ff-roboto);
}

.brand__info-2 p span {
  color: var(--tp-theme-6);
}

.brand__style-square .brand__item-5 {
  border-radius: 0;
}

.brand-wrapper {
  transition-timing-function: linear;
}

/*----------------------------------------*/
/*  16. SKILL CSS START
/*----------------------------------------*/
@media (max-width: 575px) {
  .skill__item {
    flex-wrap: wrap;
  }
}

.skill__item-9 {
  margin-bottom: 56px;
}

[dir="ltr"] .skill__item-wrapper-9 .row [class*=col-]:nth-child(2n) .skill__item-9 {
  padding-left: 20px;
}

[dir="rtl"] .skill__item-wrapper-9 .row [class*=col-]:nth-child(2n) .skill__item-9 {
  padding-right: 20px;
}

[dir="ltr"] [dir=rtl] .skill__item-wrapper-9 .row [class*=col-]:nth-child(2n) .skill__item-9 {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] [dir=rtl] .skill__item-wrapper-9 .row [class*=col-]:nth-child(2n) .skill__item-9 {
  padding-right: 0;
  padding-left: 20px;
}

.skill__item-wrapper-9 .row [class*=col-]:last-child .skill__item-9 {
  margin-bottom: 0;
}

.skill__item-wrapper-9 .row [class*=col-]:nth-last-child(2) .skill__item-9 {
  margin-bottom: 0;
}

.skill__single {
  padding: 45px 0 35px;
  border-radius: 200px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 2px 3px rgba(22, 34, 19, 0.1);
  width: 130px;
}

[dir="ltr"] [dir=rtl] .skill__single {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .skill__single {
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .skill__single {
    width: 120px;
  }

  [dir="ltr"] .skill__single {
    margin-right: 10px;
  }

  [dir="rtl"] .skill__single {
    margin-left: 10px;
  }

  [dir="ltr"] [dir=rtl] .skill__single {
    margin-right: 0;
    margin-left: 10px;
  }

  [dir="rtl"] [dir=rtl] .skill__single {
    margin-left: 0;
    margin-right: 10px;
  }
}

.skill__icon {
  margin-bottom: 17px;
}

.skill__icon-9 {
  margin-bottom: 13px;
}

.skill__icon-9 span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.08);
  border-radius: 50%;
}

.skill__content h4, .skill__content .h4 {
  font-size: 22px;
  color: var(--tp-text-6);
  font-family: var(--tp-ff-oswald);
  margin-bottom: 0;
  font-weight: 400;
}

.skill__content-9 h4, .skill__content-9 .h4 {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #525258;
}

@media (max-width: 575px) {
  .skill__content-9 h4, .skill__content-9 .h4 {
    font-size: 16px;
  }
}

.skill__content-9 h4 span, .skill__content-9 .h4 span {
  font-weight: 500;
  color: var(--tp-common-black);
}

.skill__style-2 .skill__content-9 h4, .skill__style-2 .skill__content-9 .h4 {
  font-family: var(--tp-ff-space);
}

.skill__wrapper-14 .skill-section-title {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .skill__wrapper-14 .skill-section-title {
    font-size: 40px;
  }
}

.skill__wrapper-14 p {
  font-size: 16px;
}

.skill__bar {
  padding-top: 6px;
}

.skill__bar-title {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-black-solid);
  margin-bottom: 11px;
}

.skill__bar-title span {
  color: var(--tp-text-1);
  font-size: 14px;
  min-width: 21px;
  display: inline-block;
}

[dir="ltr"] .skill__bar-title span {
  text-align: left;
}

[dir="rtl"] .skill__bar-title span {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .skill__bar-title span {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .skill__bar-title span {
  text-align: left;
}

.skill__bar-title span svg {
  transform: translateY(-2px);
}

.skill__bar-item {
  margin-bottom: 35px;
}

.skill__bar-item .progress {
  height: 30px;
  background-color: #f0eff0;
  border-radius: 20px;
  overflow: visible;
}

.skill__bar-item .progress .progress-bar {
  background-color: #50cd57;
  border-radius: 30px;
  position: relative;
  overflow: visible;
}

.skill__bar-item .progress .progress-bar span {
  position: absolute;
  top: 0;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: var(--tp-common-black-solid);
  width: 36px;
  height: 30px;
  border-radius: 20px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 4px rgba(3, 4, 28, 0.1);
}

[dir="ltr"] .skill__bar-item .progress .progress-bar span {
  right: 0;
  transform: translateX(50%);
}

[dir="rtl"] .skill__bar-item .progress .progress-bar span {
  left: 0;
  transform: translateX(-50%);
}

[dir="ltr"] [dir=rtl] .skill__bar-item .progress .progress-bar span {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .skill__bar-item .progress .progress-bar span {
  left: auto;
  right: 0;
}

.skill__bar-item.is-blue .progress .progress-bar {
  background-color: #29b4ef;
}

.skill__bar-item.is-brown .progress .progress-bar {
  background-color: var(--tp-theme-4);
}

.skill__bar-item.is-pink .progress .progress-bar {
  background-color: var(--tp-theme-1);
}

.skill__bar-progress {
  overflow: hidden;
  border-radius: 30px;
}

.skill__bar-count {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black-solid);
  margin-bottom: 11px;
}

.career-link-btn {
  display: inline-block;
  font-size: 18px;
  color: var(--tp-common-black);
}

.career-link-btn:hover {
  color: var(--tp-theme-2);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .career__wrapper {
    padding-left: 0;
  }

  [dir="rtl"] .career__wrapper {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .career__wrapper {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .career__wrapper {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .career__wrapper {
    margin-top: 50px;
  }

  [dir="ltr"] .career__wrapper {
    padding-left: 0;
  }

  [dir="rtl"] .career__wrapper {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .career__wrapper {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .career__wrapper {
    padding-left: 0;
  }
}

.career__item {
  padding: 43px 40px 37px;
  box-shadow: 0px 1px 3px rgba(22, 34, 19, 0.1), 0px 6px 0px #ededed;
  margin-bottom: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .career__item {
    padding: 32px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .career__item {
    padding: 32px 10px;
  }
}

.career__item:last-child {
  margin-bottom: 0;
}

.career__item:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0px 30px 50px rgba(3, 4, 28, 0.1), 0px 6px 0px #008080;
}

.career__logo {
  width: 50px;
}

[dir="ltr"] [dir=rtl] .career__logo {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .career__logo {
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .career__logo {
    margin-bottom: 15px;
  }
}

.career__logo span {
  font-size: 50px;
  color: var(--tp-theme-2);
}

.career__info {
  width: 70%;
}

@media (max-width: 575px) {
  .career__info {
    margin-bottom: 15px;
    width: 100%;
  }
}

.career__info-title {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--tp-ff-oswald);
  margin-bottom: 4px;
}

.career__info-designation {
  font-size: 16px;
  font-family: var(--tp-ff-inter);
  color: var(--tp-text-6);
}

.career__year {
  width: 46%;
}

@media (max-width: 575px) {
  .career__year {
    width: 100%;
  }
}

.career__year-info p {
  font-size: 15px;
  font-family: var(--tp-ff-inter);
  color: var(--tp-text-6);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

[dir="ltr"] .career__year-info p {
  padding-left: 14px;
}

[dir="rtl"] .career__year-info p {
  padding-right: 14px;
}

[dir="ltr"] [dir=rtl] .career__year-info p {
  padding-left: 0;
  padding-right: 14px;
}

[dir="rtl"] [dir=rtl] .career__year-info p {
  padding-right: 0;
  padding-left: 14px;
}

.career__year-info p::after {
  position: absolute;
  content: "";
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--tp-text-6);
}

[dir="ltr"] .career__year-info p::after {
  left: 0;
}

[dir="rtl"] .career__year-info p::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .career__year-info p::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .career__year-info p::after {
  right: auto;
  left: 0;
}

.career__btn {
  margin-bottom: 5px;
}

.career__style-2 {
  padding-top: 43px;
}

.career__style-2 .career__title {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}

.career__style-2 .career__item {
  padding: 23px 30px;
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.08);
  margin-bottom: 10px;
}

.career__style-2 .career__item:last-child {
  margin-bottom: 0;
}

.career__style-2 .career__item:hover {
  box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
  position: relative;
  z-index: 1;
}

.career__style-2 .career__logo span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #eaeaef;
  border-radius: 50%;
}

.career__style-2 .career__logo span img {
  transform: translateY(-5px);
}

.career__style-2 .career__info-title {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: var(--tp-common-black);
}

.career__style-2 .career__info-designation {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 16px;
  line-height: 0.62;
  color: #525258;
}

.career__style-2 .career__year-info p {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 16px;
  color: #525258;
}

.career__style-2 .career__btn .career-link-btn:hover {
  color: #fa6490;
}

.career__style-3 .career__title {
  font-family: var(--tp-ff-space);
}

.career__style-3 .career__info-title {
  font-family: var(--tp-ff-space);
}

.career__style-3 .career__info-designation {
  font-family: var(--tp-ff-space);
}

.career__style-3 .career__year-info p {
  font-family: var(--tp-ff-space);
}

.career__style-3 .career__btn .career-link-btn:hover {
  color: var(--tp-theme-1) !important;
}

/*----------------------------------------*/
/*  17. AWARD CSS START
/*----------------------------------------*/
.award__item {
  border: 2px solid var(--tp-border-8);
  padding: 50px 40px;
  position: relative;
}

.award__item:hover {
  border-color: var(--tp-common-white);
  box-shadow: 0px 4px 0px #008080, 0px 20px 30px rgba(22, 34, 19, 0.1);
}

.award__item:hover .award__icon span, .award__item:hover .award__icon i {
  border-color: var(--tp-theme-2);
  color: var(--tp-theme-2);
}

@media (max-width: 575px) {
  .award__item-4 {
    margin-bottom: 30px;
  }
}

.award__item-5 {
  padding: 70px 50px 55px;
  background-color: rgba(94, 183, 75, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .award__item-5 {
    padding: 50px 30px 35px;
  }
}

.award__item-8 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award__item-8 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.award__item-8:hover {
  background-color: #101223;
}

.award__item-8:last-child {
  border-bottom: 0;
}

.award__item-9 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 43px;
  border-top: 1px solid #eaeaef;
}

.award__item-9:last-child {
  border-bottom: 1px solid #eaeaef;
}

.award__item-9::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0%;
  height: 2px;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  transition: all 0.6s ease-out 0s;
}

[dir="ltr"] .award__item-9::after {
  left: auto;
  right: 0;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .award__item-9::after {
  right: auto;
  left: 0;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] [dir=rtl] .award__item-9::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .award__item-9::after {
  right: 0;
  left: auto;
}

.award__item-9:hover::after {
  width: 100%;
}

[dir="ltr"] .award__item-9:hover::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .award__item-9:hover::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .award__item-9:hover::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .award__item-9:hover::after {
  right: auto;
  left: 0;
}

.award__item-9:hover .award__thumb img {
  transform: scaleY(1);
}

.award__icon {
  margin-bottom: 30px;
}

.award__icon > span {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid var(--tp-border-8);
  color: var(--tp-theme-2);
}

.award__icon i {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  border: 2px solid var(--tp-border-8);
  color: var(--tp-theme-2);
}

.award__icon-5 {
  margin-bottom: 36px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award__icon-8 {
    margin-bottom: 20px;
  }

  [dir="ltr"] .award__icon-8 {
    padding-left: 0;
  }

  [dir="rtl"] .award__icon-8 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .award__icon-8 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .award__icon-8 {
    padding-left: 0;
  }
}

.award__icon-8 span {
  display: inline-block;
  min-height: 70px;
}

.award__title {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--tp-ff-oswald);
  margin-bottom: 10px;
}

.award__title a:hover {
  color: var(--tp-theme-2);
}

.award__title-4 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 18px;
  color: var(--tp-common-black-solid);
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award__title-4 {
    margin-bottom: 25px;
  }
}

.award__title-5 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.award__title-5 a:hover {
  color: var(--tp-common-green-4);
}

.award__title-8 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 6px;
}

.award__title-8 a:hover {
  color: var(--tp-theme-8);
}

.award__title-9 {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award__title-9 {
    line-height: 1.16;
  }
}

.award__title-9 a {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-size: 0% 2px, 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

[dir="ltr"] .award__title-9 a {
  background-position: 100% 100%, 0 100%;
}

[dir="rtl"] .award__title-9 a {
  background-position: 0% 100%, 100% 100%;
}

.award__title-9 a:hover {
  background-size: 0 2px, 100% 2px;
}

.award__content > p {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-6);
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}

[dir="ltr"] .award__content > p {
  padding-left: 12px;
}

[dir="rtl"] .award__content > p {
  padding-right: 12px;
}

[dir="ltr"] [dir=rtl] .award__content > p {
  padding-left: 0;
  padding-right: 12px;
}

[dir="rtl"] [dir=rtl] .award__content > p {
  padding-right: 0;
  padding-left: 12px;
}

.award__content > p::after {
  position: absolute;
  content: "";
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--tp-theme-2);
}

[dir="ltr"] .award__content > p::after {
  left: 0;
}

[dir="rtl"] .award__content > p::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .award__content > p::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .award__content > p::after {
  right: auto;
  left: 0;
}

.award__content-5 > p {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #525258;
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award__content-8 {
    margin-bottom: 20px;
  }
}

.award__content-8 > p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 20px;
  color: var(--tp-common-white);
  opacity: 0.6;
  margin-bottom: 0;
}

.award__content-9 > p {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #525258;
  margin-bottom: 0;
}

.award__thumb {
  position: absolute;
  top: 51%;
  z-index: 99;
}

[dir="ltr"] .award__thumb {
  right: 14.5%;
}

[dir="rtl"] .award__thumb {
  left: 14.5%;
}

[dir="ltr"] [dir=rtl] .award__thumb {
  right: auto;
  left: 14.5%;
}

[dir="rtl"] [dir=rtl] .award__thumb {
  left: auto;
  right: 14.5%;
}

.award__thumb img {
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.2);
  transform: scaleY(0);
  transform-origin: top center;
}

@media (max-width: 575px) {
  .award__thumb {
    top: 90%;
  }

  [dir="ltr"] .award__thumb {
    right: 9.5%;
  }

  [dir="rtl"] .award__thumb {
    left: 9.5%;
  }

  [dir="ltr"] [dir=rtl] .award__thumb {
    right: auto;
    left: 9.5%;
  }

  [dir="rtl"] [dir=rtl] .award__thumb {
    left: auto;
    right: 9.5%;
  }
}

.award__brown {
  background-color: rgba(171, 108, 86, 0.1);
}

.award__brown .award__title-5 a:hover {
  color: var(--tp-theme-4);
}

.award__purple {
  background-color: rgba(67, 83, 255, 0.1);
}

.award__purple .award__title-5 a:hover {
  color: var(--tp-theme-5);
}

.award__stroke {
  transform: translateY(41px);
}

@media (max-width: 575px) {
  .award__stroke img {
    width: 100%;
  }
}

.award__shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 4%;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .award__shape-1 {
  left: 13%;
}

[dir="rtl"] .award__shape-1 {
  right: 13%;
}

[dir="ltr"] [dir=rtl] .award__shape-1 {
  left: auto;
  right: 13%;
}

[dir="rtl"] [dir=rtl] .award__shape-1 {
  right: auto;
  left: 13%;
}

.award__shape-2 {
  position: absolute;
  z-index: -1;
  top: 30%;
  animation: tprotate 2s infinite alternate;
}

[dir="ltr"] .award__shape-2 {
  right: 14%;
}

[dir="rtl"] .award__shape-2 {
  left: 14%;
}

[dir="ltr"] [dir=rtl] .award__shape-2 {
  right: auto;
  left: 14%;
}

[dir="rtl"] [dir=rtl] .award__shape-2 {
  left: auto;
  right: 14%;
}

.award__year span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}

.award__topic p {
  font-family: var(--tp-ff-syne);
  font-size: 18px;
  line-height: 1;
  color: var(--tp-common-black-solid);
  margin-bottom: 0;
  padding-bottom: 16px;
}

[dir="ltr"] .award__btn-8 {
  padding-left: 28px;
}

[dir="rtl"] .award__btn-8 {
  padding-right: 28px;
}

[dir="ltr"] [dir=rtl] .award__btn-8 {
  padding-left: 0;
  padding-right: 28px;
}

[dir="rtl"] [dir=rtl] .award__btn-8 {
  padding-right: 0;
  padding-left: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .award__btn-8 {
    padding-left: 0;
  }

  [dir="rtl"] .award__btn-8 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .award__btn-8 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .award__btn-8 {
    padding-left: 0;
  }
}

.award__btn-8 a {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
}

.award__btn-8 a:hover {
  color: var(--tp-theme-8);
}

.award__btn-8 a:hover i {
  color: var(--tp-theme-8);
}

.award__btn-8 a span {
  transform: translateY(1px);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award__btn-9 {
    margin-top: 20px;
  }
}

.award__btn-9 a {
  color: var(--tp-common-black-16);
}

.award__btn-9 a:hover {
  color: #fa6490;
}

.award__style-2 .award__item-9::after {
  background-image: none;
  background-color: var(--tp-theme-1);
}

.award__style-2 .award__topic p {
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black);
}

.award__style-2 .award__title-9 {
  font-family: var(--tp-ff-space);
}

.award__style-2 .award__title-9 a {
  background-image: none;
}

.award__style-2 .award__title-9 a:hover {
  color: var(--tp-theme-1);
}

.award__style-2 .award__content-9 p {
  font-family: var(--tp-ff-inter);
}

.award__style-2 .award__btn-9 a:hover {
  color: var(--tp-theme-1);
}

.award__item-9 .tp-hover-reveal-bg {
  position: absolute;
  top: 0;
  width: 210px;
  height: 295px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

[dir="ltr"] .award__item-9 .tp-hover-reveal-bg {
  left: 0;
  margin: -150px 0 0 -150px;
}

[dir="rtl"] .award__item-9 .tp-hover-reveal-bg {
  right: 0;
  margin: -150px -150px 0 0;
}

.award__item-9:hover .tp-hover-reveal-bg {
  z-index: 1;
  opacity: 1;
}

.tp-img-reveal-item .tp-hover-reveal-bg {
  position: absolute;
  top: 0;
  width: auto;
  height: 270px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[dir="ltr"] .tp-img-reveal-item .tp-hover-reveal-bg {
  left: 0;
  transform: translate(10px, 10px);
}

[dir="rtl"] .tp-img-reveal-item .tp-hover-reveal-bg {
  right: 0;
  transform: translate(-10px, 10px);
}

.tp-img-reveal-item:hover .tp-hover-reveal-bg {
  z-index: 1;
  opacity: 1;
}

/*----------------------------------------*/
/*  18. CTA CSS START
/*----------------------------------------*/
.cta__wrapper-7 .section__title-7 {
  letter-spacing: -0.02em;
}

.cta__title {
  font-size: 60px;
  font-weight: 500;
  font-family: var(--tp-ff-oswald);
  line-height: 1.05;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .cta__title {
    font-size: 40px;
  }
}

.cta__title-5 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta__title-5 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__title-5 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__title-5 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .cta__title-5 {
    font-size: 38px;
  }
}

.cta__title-6 {
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
  font-family: var(--tp-ff-roboto);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__title-6 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__title-6 {
    font-size: 47px;
    line-height: 57px;
  }
}

.cta__title-13 {
  font-family: var(--tp-ff-roboto);
  font-size: 34px;
  line-height: 1.18;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__title-13 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .cta__title-13 {
    margin-bottom: 20px;
    font-size: 23px;
  }
}

.cta__inner {
  padding-top: 115px;
  padding-bottom: 125px;
  border-bottom: 1px solid var(--tp-border-9);
}

.cta__inner-5 {
  padding: 90px 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 40px 50px rgba(7, 18, 133, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__inner-5 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__inner-5 {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .cta__inner-5 {
    padding: 40px 30px;
  }
}

.cta__inner-6 {
  padding: 65px 70px;
}

@media (max-width: 575px) {
  .cta__inner-6 {
    padding: 35px 26px;
  }
}

.cta__inner-10 {
  padding: 55px 100px 60px;
  background: #ff8848;
  box-shadow: 0px 30px 50px rgba(129, 51, 10, 0.2);
  border-radius: 20px;
  position: relative;
  z-index: 9;
  background-blend-mode: overlay;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__inner-10 {
    padding: 35px 50px 30px;
  }
}

@media (max-width: 575px) {
  .cta__inner-10 {
    padding: 35px 30px 30px;
  }
}

.cta__inner-13 {
  padding: 60px 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__inner-13 {
    padding: 40px 50px;
  }
}

@media (max-width: 575px) {
  .cta__inner-13 {
    padding: 30px;
  }
}

[dir="ltr"] .cta__form {
  padding-left: 200px;
}

[dir="rtl"] .cta__form {
  padding-right: 200px;
}

[dir="ltr"] [dir=rtl] .cta__form {
  padding-left: 0;
  padding-right: 200px;
}

[dir="rtl"] [dir=rtl] .cta__form {
  padding-right: 0;
  padding-left: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .cta__form {
    padding-left: 0;
  }

  [dir="rtl"] .cta__form {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .cta__form {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .cta__form {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__form {
    margin-top: 50px;
  }

  [dir="ltr"] .cta__form {
    padding-left: 0;
  }

  [dir="rtl"] .cta__form {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .cta__form {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .cta__form {
    padding-left: 0;
  }
}

.cta__form-10 .cta-form-title {
  font-size: 30px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 2px;
}

.cta__form-10 p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 25px;
}

.cta__input {
  position: relative;
}

.cta__input input {
  width: 100%;
  height: 60px;
  line-height: 56px;
  border: 2px solid var(--tp-common-black);
  font-family: var(--tp-ff-inter);
  background-color: var(--tp-common-white);
}

[dir="ltr"] .cta__input input {
  padding-left: 25px;
  padding-right: 150px;
}

[dir="rtl"] .cta__input input {
  padding-right: 25px;
  padding-left: 150px;
}

[dir=rtl] .cta__input input {
  padding-left: 0;
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .cta__input input {
  padding-left: 150px;
  padding-right: 25px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .cta__input input {
  padding-right: 150px;
  padding-left: 25px;
  text-align: left;
}

.cta__input input::-webkit-input-placeholder {
  color: var(--tp-text-6);
  font-size: 15px;
  font-family: var(--tp-ff-inter);
}

.cta__input input:-moz-placeholder {
  color: var(--tp-text-6);
  font-size: 15px;
  font-family: var(--tp-ff-inter);
}

.cta__input input::-moz-placeholder {
  color: var(--tp-text-6);
  font-size: 15px;
  font-family: var(--tp-ff-inter);
}

.cta__input input:-ms-input-placeholder {
  color: var(--tp-text-6);
  font-size: 15px;
  font-family: var(--tp-ff-inter);
}

.cta__input input:focus {
  border-color: var(--tp-theme-2);
}

@media (max-width: 575px) {
  [dir="ltr"] .cta__input input {
    padding-right: 25px;
  }

  [dir="rtl"] .cta__input input {
    padding-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .cta__input input {
    padding-right: 0;
    padding-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .cta__input input {
    padding-left: 0;
    padding-right: 25px;
  }
}

.cta__input button {
  position: absolute;
  top: 7px;
  padding: 10px 30px;
}

[dir="ltr"] .cta__input button {
  right: 7px;
}

[dir="rtl"] .cta__input button {
  left: 7px;
}

[dir="ltr"] [dir=rtl] .cta__input button {
  right: auto;
  left: 7px;
}

[dir="rtl"] [dir=rtl] .cta__input button {
  left: auto;
  right: 7px;
}

@media (max-width: 575px) {
  .cta__input button {
    position: relative;
  }

  [dir="ltr"] .cta__input button {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .cta__input button {
    left: auto;
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .cta__input button {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .cta__input button {
    right: auto;
    left: 0;
  }
}

.cta__input button:hover {
  background-color: var(--tp-theme-2-dark);
}

.cta__input-10 {
  margin-bottom: 20px;
}

[dir="ltr"] .cta__input-10 {
  margin-right: 20px;
}

[dir="rtl"] .cta__input-10 {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .cta__input-10 {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .cta__input-10 {
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 575px) {
  [dir="ltr"] .cta__input-10 {
    margin-right: 0;
  }

  [dir="rtl"] .cta__input-10 {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .cta__input-10 {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .cta__input-10 {
    margin-right: 0;
  }
}

.cta__input-10 input {
  height: 56px;
  line-height: 56px;
  width: 244px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  font-size: 16px;
  padding: 0 24px;
}

[dir="ltr"] [dir=rtl] .cta__input-10 input {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .cta__input-10 input {
  text-align: left;
}

.cta__input-10 input::-webkit-input-placeholder {
  color: var(--tp-common-white);
}

.cta__input-10 input:-moz-placeholder {
  color: var(--tp-common-white);
}

.cta__input-10 input::-moz-placeholder {
  color: var(--tp-common-white);
}

.cta__input-10 input:-ms-input-placeholder {
  color: var(--tp-common-white);
}

.cta__input-10 input:focus {
  border-color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .cta__input-10 input {
    width: 100%;
  }
}

[dir="ltr"] .cta__input-10.sm-input {
  margin-right: 0;
}

[dir="rtl"] .cta__input-10.sm-input {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .cta__input-10.sm-input {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .cta__input-10.sm-input {
  margin-right: 0;
}

.cta__input-10.sm-input input {
  width: 150px;
}

.cta__input-13 {
  position: relative;
}

.cta__input-13 input {
  height: 64px;
  background: #ffffff;
  border: 1px solid var(--tp-common-black);
  font-size: 15px;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .cta__input-13 input {
  padding-right: 170px;
}

[dir="rtl"] .cta__input-13 input {
  padding-left: 170px;
}

[dir="ltr"] [dir=rtl] .cta__input-13 input {
  padding-right: 29px;
  padding-left: 170px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .cta__input-13 input {
  padding-left: 29px;
  padding-right: 170px;
  text-align: left;
}

.cta__input-13 input::-webkit-input-placeholder {
  color: #7d7f82;
}

.cta__input-13 input:-moz-placeholder {
  color: #7d7f82;
}

.cta__input-13 input::-moz-placeholder {
  color: #7d7f82;
}

.cta__input-13 input:-ms-input-placeholder {
  color: #7d7f82;
}

.cta__input-13 input:focus {
  border-color: var(--tp-common-black);
}

@media (max-width: 575px) {
  [dir="ltr"] .cta__input-13 input {
    padding-right: 26px;
  }

  [dir="rtl"] .cta__input-13 input {
    padding-left: 26px;
  }

  [dir="ltr"] [dir=rtl] .cta__input-13 input {
    padding-right: 0;
    padding-left: 26px;
  }

  [dir="rtl"] [dir=rtl] .cta__input-13 input {
    padding-left: 0;
    padding-right: 26px;
  }
}

.cta__input-13 .tp-btn {
  position: absolute;
  top: 10px;
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 10px 42px;
}

[dir="ltr"] .cta__input-13 .tp-btn {
  right: 10px;
}

[dir="rtl"] .cta__input-13 .tp-btn {
  left: 10px;
}

[dir="ltr"] [dir=rtl] .cta__input-13 .tp-btn {
  right: auto;
  left: 10px;
}

[dir="rtl"] [dir=rtl] .cta__input-13 .tp-btn {
  left: auto;
  right: 10px;
}

@media (max-width: 575px) {
  .cta__input-13 .tp-btn {
    position: static;
    margin-top: 15px;
  }
}

.cta__input-13 .tp-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.cta__shape {
  /* home 5 shape css start */
}

.cta__shape-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: luminosity;
}

[dir="ltr"] .cta__shape-bg {
  left: 0;
}

[dir="rtl"] .cta__shape-bg {
  right: 0;
}

.cta__shape-1 {
  position: absolute;
  top: 11%;
  z-index: -1;
}

[dir="ltr"] .cta__shape-1 {
  right: 21%;
}

[dir="rtl"] .cta__shape-1 {
  left: 21%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta__shape-1 {
    top: 12%;
  }

  [dir="ltr"] .cta__shape-1 {
    right: 7%;
  }

  [dir="rtl"] .cta__shape-1 {
    left: 7%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .cta__shape-1 {
    right: 3%;
  }

  [dir="rtl"] .cta__shape-1 {
    left: 3%;
  }
}

.cta__shape-2 {
  position: absolute;
  top: 8%;
  z-index: -1;
  animation: tptranslateX 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .cta__shape-2 {
  left: 8%;
}

[dir="rtl"] .cta__shape-2 {
  right: 8%;
}

.cta__shape-3 {
  position: absolute;
  top: -18px;
  z-index: -1;
  animation: tptranslateX 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .cta__shape-3 {
  left: 5%;
}

[dir="rtl"] .cta__shape-3 {
  right: 5%;
}

.cta__shape-4 {
  position: absolute;
  top: -17%;
  z-index: -1;
  animation: tptranslateY 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .cta__shape-4 {
  right: 5%;
}

[dir="rtl"] .cta__shape-4 {
  left: 5%;
}

.cta__shape-5 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
  animation: tptranslateX2 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .cta__shape-5 {
  right: 8%;
}

[dir="rtl"] .cta__shape-5 {
  left: 8%;
}

.cta__shape-6 {
  position: absolute;
  top: 22%;
  z-index: -1;
}

[dir="ltr"] .cta__shape-6 {
  right: 46%;
}

[dir="rtl"] .cta__shape-6 {
  left: 46%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__shape-6 {
    top: 14%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__shape-6 {
    top: 20%;
  }

  [dir="ltr"] .cta__shape-6 {
    right: 20%;
  }

  [dir="rtl"] .cta__shape-6 {
    left: 20%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__shape-6 {
    top: 2%;
  }

  [dir="ltr"] .cta__shape-6 {
    right: 21%;
  }

  [dir="rtl"] .cta__shape-6 {
    left: 21%;
  }
}

@media (max-width: 575px) {
  .cta__shape-6 {
    top: 4px;
  }

  [dir="ltr"] .cta__shape-6 {
    right: 12px;
  }

  [dir="rtl"] .cta__shape-6 {
    left: 12px;
  }
}

.cta__shape-7 {
  position: absolute;
  z-index: -1;
  top: 0;
  opacity: 0.6;
}

[dir="ltr"] .cta__shape-7 {
  left: 0;
}

[dir="rtl"] .cta__shape-7 {
  right: 0;
}

.cta__shape-8 {
  position: absolute;
  z-index: -1;
  top: 0;
}

[dir="ltr"] .cta__shape-8 {
  left: 0;
}

[dir="rtl"] .cta__shape-8 {
  right: 0;
}

.cta__shape-9 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  opacity: 0.6;
}

[dir="ltr"] .cta__shape-9 {
  right: 0;
}

[dir="rtl"] .cta__shape-9 {
  left: 0;
}

.cta__shape-10 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  mix-blend-mode: overlay;
}

[dir="ltr"] .cta__shape-10 {
  right: 0;
}

[dir="rtl"] .cta__shape-10 {
  left: 0;
}

.cta__shape-11 {
  position: absolute;
  z-index: -1;
  bottom: -12px;
  mix-blend-mode: color-dodge;
}

[dir="ltr"] .cta__shape-11 {
  left: 3%;
}

[dir="rtl"] .cta__shape-11 {
  right: 3%;
}

.cta__shape-12 {
  position: absolute;
  z-index: -1;
  top: 28%;
  mix-blend-mode: color-dodge;
}

[dir="ltr"] .cta__shape-12 {
  left: 46%;
}

[dir="rtl"] .cta__shape-12 {
  right: 46%;
}

.cta__shape-13 {
  position: absolute;
  z-index: -1;
  bottom: 6%;
  mix-blend-mode: color-dodge;
}

[dir="ltr"] .cta__shape-13 {
  right: 33%;
}

[dir="rtl"] .cta__shape-13 {
  left: 33%;
}

.cta__shape-14 {
  position: absolute;
  z-index: -1;
  top: -4%;
  mix-blend-mode: color-dodge;
}

[dir="ltr"] .cta__shape-14 {
  right: 23%;
}

[dir="rtl"] .cta__shape-14 {
  left: 23%;
}

.cta__shape-15 {
  position: absolute;
  z-index: -1;
  top: 25%;
  mix-blend-mode: color-burn;
}

[dir="ltr"] .cta__shape-15 {
  right: 38%;
}

[dir="rtl"] .cta__shape-15 {
  left: 38%;
}

.cta__shape-16 {
  position: absolute;
  z-index: -1;
  top: 25%;
}

[dir="ltr"] .cta__shape-16 {
  right: 38%;
}

[dir="rtl"] .cta__shape-16 {
  left: 38%;
}

.cta__shape-17 {
  position: absolute;
  top: 0;
  z-index: -1;
}

[dir="ltr"] .cta__shape-17 {
  left: 27%;
}

[dir="rtl"] .cta__shape-17 {
  right: 27%;
}

@media (max-width: 575px) {
  .cta__shape-17 {
    width: 100%;
  }

  [dir="ltr"] .cta__shape-17 {
    left: 0;
  }

  [dir="rtl"] .cta__shape-17 {
    right: 0;
  }
}

.cta__shape-18 {
  position: absolute;
  top: 22%;
  z-index: -1;
}

[dir="ltr"] .cta__shape-18 {
  right: 12%;
}

[dir="rtl"] .cta__shape-18 {
  left: 12%;
}

.cta__shape-19 {
  position: absolute;
  top: 14%;
  z-index: -1;
  mix-blend-mode: darken;
}

[dir="ltr"] .cta__shape-19 {
  right: 2%;
}

[dir="rtl"] .cta__shape-19 {
  left: 2%;
}

.cta__shape-20 {
  position: absolute;
  bottom: 7%;
  z-index: -1;
}

[dir="ltr"] .cta__shape-20 {
  left: 2%;
}

[dir="rtl"] .cta__shape-20 {
  right: 2%;
}

.cta__content-5 span {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 15px;
}

[dir="ltr"] .cta__content-6 {
  padding-right: 50px;
}

[dir="rtl"] .cta__content-6 {
  padding-left: 50px;
}

[dir="ltr"] [dir=rtl] .cta__content-6 {
  padding-right: 0;
  padding-left: 50px;
}

[dir="rtl"] [dir=rtl] .cta__content-6 {
  padding-left: 0;
  padding-right: 50px;
}

@media (max-width: 575px) {
  [dir="ltr"] .cta__content-6 {
    padding-right: 0;
  }

  [dir="rtl"] .cta__content-6 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .cta__content-6 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .cta__content-6 {
    padding-right: 0;
  }
}

.cta__overlay-5 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: var(--tp-common-black-7);
}

[dir="ltr"] .cta__overlay-5 {
  left: 0;
}

[dir="rtl"] .cta__overlay-5 {
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__btn-5 {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta__btn-wrapper-7 .tp-cta-btn-yellow {
    padding: 35px 30px 32px 30px;
  }
}

[dir="ltr"] [dir=rtl] .cta__btn-wrapper-7 a:first-child {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .cta__btn-wrapper-7 a:first-child {
  margin-left: 0;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta__features-wrapper {
    margin-top: 50px;
  }
}

.cta__features-item {
  padding: 50px 45px 35px;
  border-radius: 14px;
  box-shadow: 0px 20px 50px rgba(122, 55, 17, 0.2);
  overflow: hidden;
  width: 300px;
  margin-bottom: -100px;
  transform: translateY(5px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta__features-item {
    padding: 30px 25px 25px;
  }
}

@media (max-width: 575px) {
  .cta__features-item {
    margin-bottom: 0;
    width: 100%;
    padding: 30px 25px 25px;
  }
}

.cta__features-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .cta__features-overlay {
  left: 0;
}

[dir="rtl"] .cta__features-overlay {
  right: 0;
}

.cta__features-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 83, 206, 0.9);
}

[dir="ltr"] .cta__features-overlay::after {
  left: 0;
}

[dir="rtl"] .cta__features-overlay::after {
  right: 0;
}

.cta__features-video {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}

.cta__features-video a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 20px rgba(72, 30, 8, 0.2);
  backdrop-filter: blur(6px);
  color: var(--tp-common-white);
  border-radius: 50%;
  margin-bottom: 10px;
}

.cta__features-video a svg {
  transform: translateY(-2px);
}

.cta__features-video span {
  display: block;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tp-common-white);
}

.cta__features-content {
  position: relative;
  z-index: 1;
}

.cta__features-content > p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  color: var(--tp-common-white);
}

.cta__features-title {
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 7px;
}

.cta__counter {
  margin-top: 28px;
}

[dir="ltr"] .cta__counter {
  margin-left: 50px;
}

[dir="rtl"] .cta__counter {
  margin-right: 50px;
}

[dir="ltr"] [dir=rtl] .cta__counter {
  margin-left: 0;
  margin-right: 50px;
}

[dir="rtl"] [dir=rtl] .cta__counter {
  margin-right: 0;
  margin-left: 50px;
}

@media (max-width: 575px) {
  .cta__counter {
    margin-top: 50px;
  }

  [dir="ltr"] .cta__counter {
    margin-left: 0;
  }

  [dir="rtl"] .cta__counter {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .cta__counter {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .cta__counter {
    margin-left: 0;
  }
}

.cta__counter-icon {
  margin-bottom: 42px;
}

.cta__counter-icon span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 60px;
}

.cta__counter-content h4, .cta__counter-content .h4 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  color: var(--tp-common-white);
  margin-bottom: 3px;
}

.cta__counter-content p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  line-height: 1;
}

.cta__translate .cta__inner-10 {
  margin-top: -190px;
}

.cta__half-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: var(--tp-common-footer-bg-blue);
  z-index: -1;
}

[dir="ltr"] .cta__half-bg {
  left: 0;
}

[dir="rtl"] .cta__half-bg {
  right: 0;
}

.cta__style-2 {
  position: relative;
}

.cta__style-2 .tp-btn-orange-2 {
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
  border-radius: 0;
  padding: 22px 53px 21px;
}

.cta__style-2 .cta__inner-5 {
  background-color: var(--tp-common-purple);
  border-radius: 0;
}

.cta__style-2 .cta__inner-5::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(270deg, #013e93 0%, #00549a 100%);
  mix-blend-mode: luminosity;
  opacity: 0.5;
  z-index: -1;
}

[dir="ltr"] .cta__style-2 .cta__inner-5::after {
  left: 0;
  background-image: linear-gradient(270deg, #013e93 0%, #00549a 100%);
}

[dir="rtl"] .cta__style-2 .cta__inner-5::after {
  right: 0;
  background-image: linear-gradient(-270deg, #013e93 0%, #00549a 100%);
}

.cta__style-3 .section__title-pre-7 {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-theme-1);
}

.cta__style-3 .section__title-7 {
  font-family: var(--tp-ff-space);
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

@media (max-width: 575px) {
  .cta__style-3 .section__title-7 {
    font-size: 40px;
  }
}

.cta__style-3 .section__title-7-highlight svg {
  display: none;
}

[dir="ltr"] .cta__style-3 .cta__btn-wrapper-7 {
  padding-left: 60px;
}

[dir="rtl"] .cta__style-3 .cta__btn-wrapper-7 {
  padding-right: 60px;
}

[dir="ltr"] [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 {
  padding-left: 0;
  padding-right: 60px;
}

[dir="rtl"] [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 {
  padding-right: 0;
  padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .cta__style-3 .cta__btn-wrapper-7 {
    padding-left: 0;
  }

  [dir="rtl"] .cta__style-3 .cta__btn-wrapper-7 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .cta__style-3 .cta__btn-wrapper-7 {
    padding-left: 0;
  }

  [dir="rtl"] .cta__style-3 .cta__btn-wrapper-7 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 {
    padding-left: 0;
  }
}

.cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn {
  background-color: #6364db;
  border-radius: 0;
}

[dir="ltr"] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn {
  padding: 25px 55px 23px 35px;
}

[dir="rtl"] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn {
  padding: 25px 35px 23px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn {
    padding-right: 35px;
  }

  [dir="rtl"] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn {
    padding-left: 35px;
  }

  [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn-yellow {
  border-radius: 0;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn-yellow {
  padding: 25px 55px 23px 35px;
}

[dir="rtl"] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn-yellow {
  padding: 25px 35px 23px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn-yellow {
    padding-right: 35px;
  }

  [dir="rtl"] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn-yellow {
    padding-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn-yellow {
    padding-right: 55px;
    padding-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn-yellow {
    padding-left: 55px;
    padding-right: 35px;
  }
}

.cta__style-3 .cta__btn-wrapper-7 .tp-cta-btn-yellow:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.subscribe__overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  background-color: var(--tp-common-black-9);
  z-index: -1;
}

[dir="ltr"] .subscribe__overlay {
  left: 0;
}

[dir="rtl"] .subscribe__overlay {
  right: 0;
}

.subscribe__bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #f0f0f5;
  z-index: -1;
}

[dir="ltr"] .subscribe__bg {
  left: 0;
}

[dir="rtl"] .subscribe__bg {
  right: 0;
}

.subscribe__title {
  font-weight: 800;
  font-size: 46px;
  color: var(--tp-common-white);
  margin-bottom: 10px;
  font-family: var(--tp-ff-roboto);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe__title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .subscribe__title {
    font-size: 40px;
  }
}

.subscribe__title-11 {
  font-family: var(--tp-ff-rajdhani);
  font-size: 76px;
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 35px;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe__title-11 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .subscribe__title-11 {
    font-size: 40px;
  }
}

.subscribe__title-14 {
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .subscribe__title-14 {
    margin-bottom: 25px;
  }
}

.subscribe__input {
  position: relative;
  margin-bottom: 12px;
}

.subscribe__input input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  border: 0;
  background-color: var(--tp-common-white);
}

[dir="ltr"] .subscribe__input input {
  padding-right: 135px;
}

[dir="rtl"] .subscribe__input input {
  padding-left: 135px;
}

[dir="ltr"] [dir=rtl] .subscribe__input input {
  padding-right: 24px;
  padding-left: 135px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .subscribe__input input {
  padding-left: 24px;
  padding-right: 135px;
  text-align: left;
}

.subscribe__input input::-webkit-input-placeholder {
  color: rgba(65, 70, 81, 0.7);
}

.subscribe__input input:-moz-placeholder {
  color: rgba(65, 70, 81, 0.7);
}

.subscribe__input input::-moz-placeholder {
  color: rgba(65, 70, 81, 0.7);
}

.subscribe__input input:-ms-input-placeholder {
  color: rgba(65, 70, 81, 0.7);
}

.subscribe__input button {
  position: absolute;
  top: 7px;
  bottom: 7px;
  display: inline-block;
  padding: 10px 27px;
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black-9);
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .subscribe__input button {
  right: 7px;
}

[dir="rtl"] .subscribe__input button {
  left: 7px;
}

[dir="ltr"] [dir=rtl] .subscribe__input button {
  right: auto;
  left: 7px;
}

[dir="rtl"] [dir=rtl] .subscribe__input button {
  left: auto;
  right: 7px;
}

.subscribe__input button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
}

@media (max-width: 575px) {
  .subscribe__input button {
    position: static;
    margin-top: 20px;
  }

  .subscribe__input button:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black-9);
  }
}

.subscribe__input-10 input {
  width: 100%;
  height: 64px;
  background-color: var(--tp-common-white);
  border-radius: 6px;
  line-height: 64px;
  padding: 0 25px;
  border: 0;
  outline: 0;
  font-family: var(--tp-ff-space);
  font-size: 16px;
}

[dir="ltr"] .subscribe__input-10 input {
  padding-right: 190px;
}

[dir="rtl"] .subscribe__input-10 input {
  padding-left: 190px;
}

[dir="ltr"] [dir=rtl] .subscribe__input-10 input {
  padding-right: 25px;
  padding-left: 190px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .subscribe__input-10 input {
  padding-left: 25px;
  padding-right: 190px;
  text-align: left;
}

@media (max-width: 575px) {
  [dir="ltr"] .subscribe__input-10 input {
    padding-right: 25px;
  }

  [dir="rtl"] .subscribe__input-10 input {
    padding-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .subscribe__input-10 input {
    padding-right: 0;
    padding-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .subscribe__input-10 input {
    padding-left: 0;
    padding-right: 25px;
  }
}

.subscribe__input-10 input::-webkit-input-placeholder {
  color: #84848b;
}

.subscribe__input-10 input:-moz-placeholder {
  color: #84848b;
}

.subscribe__input-10 input::-moz-placeholder {
  color: #84848b;
}

.subscribe__input-10 input:-ms-input-placeholder {
  color: #84848b;
}

.subscribe__input-10 button {
  position: absolute;
  top: 0;
  box-shadow: 0;
  padding: 20px 33px 18px;
}

[dir="ltr"] .subscribe__input-10 button {
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir="rtl"] .subscribe__input-10 button {
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir="ltr"] [dir=rtl] .subscribe__input-10 button {
  right: auto;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

[dir="rtl"] [dir=rtl] .subscribe__input-10 button {
  left: auto;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media (max-width: 575px) {
  .subscribe__input-10 button {
    position: relative;
    margin-top: 15px;
  }

  [dir="ltr"] .subscribe__input-10 button {
    text-align: left;
  }

  [dir="rtl"] .subscribe__input-10 button {
    text-align: right;
  }

  [dir="ltr"] [dir=rtl] .subscribe__input-10 button {
    text-align: right;
  }

  [dir="rtl"] [dir=rtl] .subscribe__input-10 button {
    text-align: left;
  }
}

.subscribe__input-10 button:hover {
  transform: inherit;
}

.subscribe__input-11 {
  position: relative;
  margin-bottom: 60px;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.subscribe__input-11 input {
  width: 100%;
  height: 70px;
  line-height: 70px;
  box-shadow: 0px 1px 3px rgba(5, 18, 20, 0.1);
  font-family: var(--tp-ff-syne);
  font-size: 16px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  outline: 0;
  border: 0;
}

[dir="ltr"] .subscribe__input-11 input {
  padding-left: 34px;
  padding-right: 170px;
}

[dir="rtl"] .subscribe__input-11 input {
  padding-right: 34px;
  padding-left: 170px;
}

[dir="ltr"] [dir=rtl] .subscribe__input-11 input {
  padding-left: 170px;
  padding-right: 34px;
}

[dir="rtl"] [dir=rtl] .subscribe__input-11 input {
  padding-right: 170px;
  padding-left: 34px;
}

@media (max-width: 575px) {
  [dir="ltr"] .subscribe__input-11 input {
    padding-right: 34px;
  }

  [dir="rtl"] .subscribe__input-11 input {
    padding-left: 34px;
  }

  [dir="ltr"] [dir=rtl] .subscribe__input-11 input {
    padding-right: 0;
    padding-left: 34px;
  }

  [dir="rtl"] [dir=rtl] .subscribe__input-11 input {
    padding-left: 0;
    padding-right: 34px;
  }
}

.subscribe__input-11 input::-webkit-input-placeholder {
  color: #84848b;
}

.subscribe__input-11 input:-moz-placeholder {
  color: #84848b;
}

.subscribe__input-11 input::-moz-placeholder {
  color: #84848b;
}

.subscribe__input-11 input:-ms-input-placeholder {
  color: #84848b;
}

.subscribe__input-11 button {
  position: absolute;
  top: 0;
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  padding: 22px 32px;
}

[dir="ltr"] .subscribe__input-11 button {
  right: 0;
}

[dir="rtl"] .subscribe__input-11 button {
  left: 0;
}

@media (max-width: 575px) {
  .subscribe__input-11 button {
    position: relative;
    margin-top: 20px;
  }
}

.subscribe__input-11 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.subscribe__wrapper > p {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 32px;
  font-family: var(--tp-ff-roboto);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .subscribe__wrapper-11 {
    transform: translateY(-80px);
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .subscribe__wrapper-11 {
    transform: translateY(-50px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe__wrapper-11 {
    transform: translateY(90px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe__wrapper-11 {
    transform: translateY(130px);
  }
}

.subscribe__wrapper-11 p {
  animation-delay: 0.3s;
  animation-duration: 1s;
  font-family: var(--tp-ff-syne);
  font-size: 18px;
  line-height: 1.11;
  color: var(--tp-common-black-19);
  position: relative;
  margin-bottom: 27px;
}

[dir="ltr"] .subscribe__wrapper-11 p {
  padding-left: 17px;
}

[dir="rtl"] .subscribe__wrapper-11 p {
  padding-right: 17px;
}

[dir="ltr"] [dir=rtl] .subscribe__wrapper-11 p {
  padding-left: 0;
  padding-right: 17px;
}

[dir="rtl"] [dir=rtl] .subscribe__wrapper-11 p {
  padding-right: 0;
  padding-left: 17px;
}

.subscribe__wrapper-11 p::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% + 10px);
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .subscribe__wrapper-11 p::after {
  left: 0;
}

[dir="rtl"] .subscribe__wrapper-11 p::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .subscribe__wrapper-11 p::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .subscribe__wrapper-11 p::after {
  right: auto;
  left: 0;
}

.subscribe__inner {
  padding: 80px 0;
}

.subscribe__inner-10.has-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.subscribe__inner-10 .section__title-pre-10 {
  color: var(--tp-theme-10);
}

.subscribe__inner-14 {
  padding: 25px 100px;
  background-color: var(--tp-common-purple);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe__inner-14 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe__inner-14 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .subscribe__inner-14 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.subscribe__form {
  padding: 0 35px;
}

@media (max-width: 575px) {
  .subscribe__form {
    padding: 0 10px;
  }
}

.subscribe__form-list ul li {
  list-style: none;
  display: inline-block;
}

[dir="ltr"] .subscribe__form-list ul li {
  margin-right: 30px;
}

[dir="rtl"] .subscribe__form-list ul li {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .subscribe__form-list ul li {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .subscribe__form-list ul li {
  margin-left: 0;
  margin-right: 30px;
}

[dir="ltr"] .subscribe__form-list ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .subscribe__form-list ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .subscribe__form-list ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .subscribe__form-list ul li:last-child {
  margin-right: 0;
}

.subscribe__form-list ul li span {
  font-size: 15px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .subscribe__form-list ul li span i {
  margin-right: 5px;
}

[dir="rtl"] .subscribe__form-list ul li span i {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .subscribe__form-list ul li span i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .subscribe__form-list ul li span i {
  margin-left: 0;
  margin-right: 5px;
}

.subscribe__form-14 {
  position: relative;
}

.subscribe__form-14 input {
  width: 100%;
  height: 60px;
  padding: 0 26px;
  border: 0;
  outline: 0;
  background-color: var(--tp-common-white);
}

[dir="ltr"] .subscribe__form-14 input {
  padding-right: 180px;
}

[dir="rtl"] .subscribe__form-14 input {
  padding-left: 180px;
}

[dir="ltr"] [dir=rtl] .subscribe__form-14 input {
  padding-right: 26px;
  padding-left: 180px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .subscribe__form-14 input {
  padding-left: 26px;
  padding-right: 180px;
  text-align: left;
}

@media (max-width: 575px) {
  [dir="ltr"] .subscribe__form-14 input {
    padding-right: 26px;
  }

  [dir="rtl"] .subscribe__form-14 input {
    padding-left: 26px;
  }

  [dir="ltr"] [dir=rtl] .subscribe__form-14 input {
    padding-right: 0;
    padding-left: 26px;
  }

  [dir="rtl"] [dir=rtl] .subscribe__form-14 input {
    padding-left: 0;
    padding-right: 26px;
  }
}

.subscribe__form-14 button {
  position: absolute;
  top: 0;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 17px 36px;
}

[dir="ltr"] .subscribe__form-14 button {
  right: 0;
}

[dir="rtl"] .subscribe__form-14 button {
  left: 0;
}

[dir="ltr"] [dir=rtl] .subscribe__form-14 button {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .subscribe__form-14 button {
  left: auto;
  right: 0;
}

@media (max-width: 575px) {
  .subscribe__form-14 button {
    position: static;
    margin-top: 20px;
  }
}

.subscribe__form-14 button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.subscribe__shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

[dir="ltr"] .subscribe__shape-1 {
  right: 0;
}

[dir="rtl"] .subscribe__shape-1 {
  left: 0;
}

[dir="ltr"] [dir=rtl] .subscribe__shape-1 {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .subscribe__shape-1 {
  left: auto;
  right: 0;
}

.subscribe__shape-2 {
  position: absolute;
  z-index: -1;
  top: 0;
}

[dir="ltr"] .subscribe__shape-2 {
  left: 0;
}

[dir="rtl"] .subscribe__shape-2 {
  right: 0;
}

[dir="ltr"] [dir=rtl] .subscribe__shape-2 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .subscribe__shape-2 {
  right: auto;
  left: 0;
}

.subscribe__shape-3 {
  position: absolute;
  top: 0%;
  width: 100%;
}

[dir="ltr"] .subscribe__shape-3 {
  left: 0%;
}

[dir="rtl"] .subscribe__shape-3 {
  right: 0%;
}

.subscribe__social {
  animation-delay: 0.9s;
  animation-duration: 1s;
}

.subscribe__social a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: var(--tp-border-9);
  background-color: var(--tp-common-white);
  border-radius: 50%;
  box-shadow: 0px 1px 2px 1px rgba(50, 5, 48, 0.06);
  color: rgba(5, 18, 20, 0.7);
}

[dir="ltr"] .subscribe__social a {
  margin-right: 4px;
}

[dir="rtl"] .subscribe__social a {
  margin-left: 4px;
}

[dir="ltr"] [dir=rtl] .subscribe__social a {
  margin-right: 0;
  margin-left: 1px;
}

[dir="rtl"] [dir=rtl] .subscribe__social a {
  margin-left: 0;
  margin-right: 1px;
}

.subscribe__social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.subscribe__thumb {
  position: relative;
  animation-delay: 0.5s;
  animation-duration: 1s;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .subscribe__thumb {
    transform: translateX(-170px);
  }

  [dir="rtl"] .subscribe__thumb {
    transform: translateX(170px);
  }

  [dir="ltr"] [dir=rtl] .subscribe__thumb {
    transform: translateX(170px);
  }

  [dir="rtl"] [dir=rtl] .subscribe__thumb {
    transform: translateX(-170px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .subscribe__thumb {
    transform: scale(0.8) translateY(122px) translateX(-320px);
  }

  [dir="rtl"] .subscribe__thumb {
    transform: scale(0.8) translateY(122px) translateX(320px);
  }

  [dir="ltr"] [dir=rtl] .subscribe__thumb {
    transform: scale(0.8) translateY(122px) translateX(320px);
  }

  [dir="rtl"] [dir=rtl] .subscribe__thumb {
    transform: scale(0.8) translateY(122px) translateX(-320px);
  }
}

@media (max-width: 575px) {
  .subscribe__thumb {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .subscribe__thumb img {
    transform: translate(-400px, 200px) scale(0.6);
  }

  [dir="rtl"] .subscribe__thumb img {
    transform: translate(400px, 200px) scale(0.6);
  }

  [dir="ltr"] [dir=rtl] .subscribe__thumb img {
    transform: translate(400px, 200px) scale(0.6);
  }

  [dir="rtl"] [dir=rtl] .subscribe__thumb img {
    transform: translate(-400px, 200px) scale(0.6);
  }
}

.subscribe__thumb-animation-1, .subscribe__thumb-animation-2 {
  position: absolute;
  top: 24%;
  width: 700px;
  height: 700px;
  z-index: -1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  animation: tp-hotspot 3s infinite cubic-bezier(0.4, 0, 1, 1);
  animation-delay: 0s;
}

[dir="ltr"] .subscribe__thumb-animation-1, [dir="ltr"] .subscribe__thumb-animation-2 {
  left: 20%;
}

[dir="rtl"] .subscribe__thumb-animation-1, [dir="rtl"] .subscribe__thumb-animation-2 {
  right: 20%;
}

[dir="ltr"] [dir=rtl] .subscribe__thumb-animation-1, [dir="ltr"] [dir=rtl] .subscribe__thumb-animation-2 {
  left: auto;
  right: 20%;
}

[dir="rtl"] [dir=rtl] .subscribe__thumb-animation-1, [dir="rtl"] [dir=rtl] .subscribe__thumb-animation-2 {
  right: auto;
  left: 20%;
}

.subscribe__thumb-animation-1 {
  animation-delay: 1s;
}

/*----------------------------------------*/
/*  19. PRICING CSS START
/*----------------------------------------*/
.pricing__item {
  padding: 40px 70px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing__item {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 575px) {
  .pricing__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pricing__item.price-active .pricing__btn .tp-btn-border-pink-2 {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
}

.pricing__item.price-active .pricing__btn .tp-btn-border-pink-2:hover {
  color: var(--tp-common-black-5);
  border-color: var(--tp-common-white);
  background-color: var(--tp-common-white);
}

.pricing__item-5 {
  background-color: var(--tp-common-white);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.pricing__item-5.has-popular .pricing__popular {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

[dir="ltr"] .pricing__item-5.has-popular .pricing__popular {
  right: 0;
}

[dir="rtl"] .pricing__item-5.has-popular .pricing__popular {
  left: 0;
}

.pricing__item-5.has-popular .pricing__tag-5 {
  top: 40px;
}

.pricing__item-5.has-popular .pricing__btn-5 .tp-btn-grey {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
}

.pricing__item-5.has-popular .pricing__btn-5 .tp-btn-grey:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.pricing__feature {
  position: relative;
}

[dir="ltr"] .pricing__feature {
  padding-right: 40px;
}

[dir="rtl"] .pricing__feature {
  padding-left: 40px;
}

[dir="ltr"] [dir=rtl] .pricing__feature {
  padding-right: 0;
  padding-left: 40px;
}

[dir="rtl"] [dir=rtl] .pricing__feature {
  padding-left: 0;
  padding-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .pricing__feature {
    padding-right: 0;
  }

  [dir="rtl"] .pricing__feature {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .pricing__feature {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .pricing__feature {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__feature {
    margin-bottom: 35px;
  }

  [dir="ltr"] .pricing__feature {
    padding-right: 0;
  }

  [dir="rtl"] .pricing__feature {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .pricing__feature {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .pricing__feature {
    padding-right: 0;
  }
}

.pricing__feature::after, .pricing__feature::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 90px;
  transform: translateY(-50%);
  background-color: var(--tp-common-white);
  opacity: 0.16;
}

[dir="ltr"] .pricing__feature::after, [dir="ltr"] .pricing__feature::before {
  left: -55px;
}

[dir="rtl"] .pricing__feature::after, [dir="rtl"] .pricing__feature::before {
  right: -55px;
}

[dir="ltr"] [dir=rtl] .pricing__feature::after, [dir="ltr"] [dir=rtl] .pricing__feature::before {
  left: auto;
  right: -55px;
}

[dir="rtl"] [dir=rtl] .pricing__feature::after, [dir="rtl"] [dir=rtl] .pricing__feature::before {
  right: auto;
  left: -55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__feature::after, .pricing__feature::before {
    display: none;
  }
}

[dir="ltr"] .pricing__feature::after {
  left: auto;
  right: -25px;
}

[dir="rtl"] .pricing__feature::after {
  right: auto;
  left: -25px;
}

[dir="ltr"] [dir=rtl] .pricing__feature::after {
  left: -25px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .pricing__feature::after {
  right: -25px;
  left: auto;
}

.pricing__feature ul {
  overflow: hidden;
}

.pricing__feature ul li {
  list-style: none;
  font-size: 15px;
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-white-op-7);
  position: relative;
  margin-bottom: 10px;
}

[dir="ltr"] .pricing__feature ul li {
  padding-left: 30px;
}

[dir="rtl"] .pricing__feature ul li {
  padding-right: 30px;
}

[dir="ltr"] [dir=rtl] .pricing__feature ul li {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .pricing__feature ul li {
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__feature ul li {
    width: 100%;
    float: inherit;
  }
}

.pricing__feature ul li:last-child {
  margin-bottom: 0;
}

.pricing__feature ul li:first-child {
  margin-bottom: 10px;
}

.pricing__feature ul li::after {
  position: absolute;
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  font-weight: 700;
  top: 4px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 9px;
  color: var(--tp-common-white);
  background-image: -o-linear-gradient(326.31deg, #0f9351 26.11%, #44c987 83.89%);
  box-shadow: 0px 3px 6px rgba(15, 147, 81, 0.4);
  border-radius: 50%;
}

[dir="ltr"] .pricing__feature ul li::after {
  left: 0;
  background-image: linear-gradient(326.31deg, #0f9351 26.11%, #44c987 83.89%);
}

[dir="rtl"] .pricing__feature ul li::after {
  right: 0;
  background-image: linear-gradient(-326.31deg, #0f9351 26.11%, #44c987 83.89%);
}

[dir="ltr"] [dir=rtl] .pricing__feature ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .pricing__feature ul li::after {
  right: auto;
  left: 0;
}

.pricing__feature ul li.has-denied {
  color: var(--tp-common-white-op-03);
}

.pricing__feature ul li.has-denied::after {
  content: "\f00d";
  color: var(--tp-common-white);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 6px rgba(3, 4, 28, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__feature-left {
    margin-bottom: 12px;
  }
}

.pricing__feature-5 {
  margin-bottom: 45px;
}

.pricing__feature-5 > p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
  color: #84858d;
  margin-bottom: 15px;
}

.pricing__feature-5 ul li {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #525258;
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}

[dir="ltr"] .pricing__feature-5 ul li {
  padding-left: 35px;
}

[dir="rtl"] .pricing__feature-5 ul li {
  padding-right: 35px;
}

[dir="ltr"] [dir=rtl] .pricing__feature-5 ul li {
  padding-left: 0;
  padding-right: 35px;
}

[dir="rtl"] [dir=rtl] .pricing__feature-5 ul li {
  padding-right: 0;
  padding-left: 35px;
}

.pricing__feature-5 ul li:last-child {
  margin-bottom: 0;
}

.pricing__feature-5 ul li::after {
  position: absolute;
  content: "\f00c";
  top: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-family: var(--tp-ff-fontawesome);
  color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

[dir="ltr"] .pricing__feature-5 ul li::after {
  left: 0;
  background: linear-gradient(142.96deg, #22e17f 14.78%, #0eac60 95.99%);
}

[dir="rtl"] .pricing__feature-5 ul li::after {
  right: 0;
  background: linear-gradient(-142.96deg, #22e17f 14.78%, #0eac60 95.99%);
}

[dir="ltr"] [dir=rtl] .pricing__feature-5 ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .pricing__feature-5 ul li::after {
  right: auto;
  left: 0;
}

.pricing__feature-info-item {
  border-bottom: 1px solid rgba(4, 18, 31, 0.08);
}

.pricing__feature-info-content {
  padding: 30px 35px;
}

[dir="ltr"] .pricing__feature-info-content {
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] .pricing__feature-info-content {
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="ltr"] [dir=rtl] .pricing__feature-info-content {
  border-right: 0;
}

[dir="rtl"] [dir=rtl] .pricing__feature-info-content {
  border-left: 0;
}

.pricing__feature-info-content:hover .pricing__feature-info-tooltip {
  visibility: visible;
  opacity: 1;
  top: -78px;
}

.pricing__feature-info-content:hover .pricing__feature-info-details span {
  color: #8e959b;
}

.pricing__feature-info-available {
  width: 33.33%;
  line-height: 1;
  height: 100%;
  padding: 30px;
}

[dir="ltr"] .pricing__feature-info-available {
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] .pricing__feature-info-available {
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="ltr"] [dir=rtl] .pricing__feature-info-available {
  border-right: 0;
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] [dir=rtl] .pricing__feature-info-available {
  border-left: 0;
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="ltr"] .pricing__feature-info-available:last-child {
  border-right: 0;
}

[dir="rtl"] .pricing__feature-info-available:last-child {
  border-left: 0;
}

[dir="ltr"] [dir=rtl] .pricing__feature-info-available:last-child {
  border-left: 0;
}

[dir="rtl"] [dir=rtl] .pricing__feature-info-available:last-child {
  border-right: 0;
}

[dir="ltr"] .pricing__feature-info-available:first-child {
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] .pricing__feature-info-available:first-child {
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

.pricing__feature-info-available p {
  font-size: 16px;
  color: var(--tp-common-black-11);
  margin-bottom: 0;
}

.pricing__feature-info-available p span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
  border-radius: 50%;
}

[dir="ltr"] .pricing__feature-info-available p span {
  background: linear-gradient(142.96deg, #28d58a 14.78%, #2cae76 95.99%);
}

[dir="rtl"] .pricing__feature-info-available p span {
  background: linear-gradient(-142.96deg, #28d58a 14.78%, #2cae76 95.99%);
}

.pricing__feature-info-available p span svg {
  transform: translateY(-2px);
}

.pricing__feature-info-details {
  position: relative;
}

.pricing__feature-info-details span {
  color: #bcbfc2;
}

[dir="ltr"] .pricing__feature-info-details span {
  margin-right: 7px;
}

[dir="rtl"] .pricing__feature-info-details span {
  margin-left: 7px;
}

[dir="ltr"] [dir=rtl] .pricing__feature-info-details span {
  margin-right: 0;
  margin-left: 7px;
}

[dir="rtl"] [dir=rtl] .pricing__feature-info-details span {
  margin-left: 0;
  margin-right: 7px;
}

.pricing__feature-info-details span svg {
  transform: translateY(-2px);
}

.pricing__feature-info-details span:hover {
  cursor: pointer;
}

.pricing__feature-info-details:hover span {
  color: #8e959b;
}

.pricing__feature-info-tooltip {
  position: absolute;
  top: -50px;
  min-width: 286px;
  background-color: var(--tp-common-white);
  padding: 13px 20px 15px;
  border-radius: 14px;
  box-shadow: 0px 10px 30px rgba(4, 11, 17, 0.14);
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .pricing__feature-info-tooltip {
  left: -29px;
}

[dir="rtl"] .pricing__feature-info-tooltip {
  right: -29px;
}

[dir="ltr"] [dir=rtl] .pricing__feature-info-tooltip {
  left: auto;
  right: -29px;
}

[dir="rtl"] [dir=rtl] .pricing__feature-info-tooltip {
  right: auto;
  left: -29px;
}

.pricing__feature-info-tooltip::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 18px;
  height: 18px;
  background-color: var(--tp-common-white);
}

[dir="ltr"] .pricing__feature-info-tooltip::after {
  left: 35px;
  transform: rotate(45deg) translateY(50%);
}

[dir="rtl"] .pricing__feature-info-tooltip::after {
  right: 35px;
  transform: rotate(-45deg) translateY(50%);
}

[dir="ltr"] [dir=rtl] .pricing__feature-info-tooltip::after {
  left: auto;
  right: 35px;
}

[dir="rtl"] [dir=rtl] .pricing__feature-info-tooltip::after {
  right: auto;
  left: 35px;
}

.pricing__feature-info-tooltip p {
  font-size: 14px;
  line-height: 1.43;
  color: #525258;
  margin-bottom: 0;
}

.pricing__feature-info-text p {
  font-size: 16px;
  color: var(--tp-common-black-11);
  margin-bottom: 0;
}

.pricing__feature-item-wrapper {
  border: 1px solid rgba(4, 18, 31, 0.08);
  border-top: 0;
  border-bottom-left-radius: 41px;
  border-bottom-right-radius: 41px;
}

.pricing__header {
  min-height: 240px;
  border-top-left-radius: 41px;
  border-top-right-radius: 41px;
  border-left: 1px solid rgba(4, 18, 31, 0.08);
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

.pricing__header-title {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black-11);
  margin-bottom: 20px;
}

.pricing__header-content {
  position: relative;
  padding: 52px 35px;
  border-top: 1px solid rgba(4, 18, 31, 0.08);
  height: 100%;
}

[dir="ltr"] .pricing__header-content {
  border-right: 1px solid rgba(4, 18, 31, 0.08);
  border-top-left-radius: 41px;
}

[dir="rtl"] .pricing__header-content {
  border-left: 1px solid rgba(4, 18, 31, 0.08);
  border-top-right-radius: 41px;
}

[dir="ltr"] [dir=rtl] .pricing__header-content {
  border-top-left-radius: 0;
  border-top-right-radius: 41px;
  border-right: 0;
}

[dir="rtl"] [dir=rtl] .pricing__header-content {
  border-top-right-radius: 0;
  border-top-left-radius: 41px;
  border-left: 0;
}

.pricing__header-content .pricing-header-shape {
  position: absolute;
  bottom: 19%;
}

[dir="ltr"] .pricing__header-content .pricing-header-shape {
  right: 2%;
}

[dir="rtl"] .pricing__header-content .pricing-header-shape {
  left: 2%;
}

[dir="ltr"] [dir=rtl] .pricing__header-content .pricing-header-shape {
  right: auto;
  left: 2%;
}

[dir="rtl"] [dir=rtl] .pricing__header-content .pricing-header-shape {
  left: auto;
  right: 2%;
}

.pricing__header-top-wrapper .pricing__top-7 {
  border-top: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="ltr"] .pricing__header-top-wrapper .pricing__top-7:last-child {
  border-top-right-radius: 41px;
  border-right: 0;
}

[dir="rtl"] .pricing__header-top-wrapper .pricing__top-7:last-child {
  border-top-left-radius: 41px;
  border-left: 0;
}

[dir="ltr"] [dir=rtl] .pricing__header-top-wrapper .pricing__top-7:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 41px;
  border-left: 0;
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] [dir=rtl] .pricing__header-top-wrapper .pricing__top-7:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 41px;
  border-right: 0;
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

.pricing__category span {
  font-size: 20px;
  font-weight: 700;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  display: inline-block;
  position: relative;
  margin-bottom: 2px;
}

[dir="ltr"] .pricing__category span {
  padding-left: 9px;
}

[dir="rtl"] .pricing__category span {
  padding-right: 9px;
}

[dir="ltr"] [dir=rtl] .pricing__category span {
  padding-left: 0;
  padding-right: 9px;
}

[dir="rtl"] [dir=rtl] .pricing__category span {
  padding-right: 0;
  padding-left: 9px;
}

.pricing__category span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: var(--tp-common-green-2);
}

[dir="ltr"] .pricing__category span::after {
  left: 0;
}

[dir="rtl"] .pricing__category span::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .pricing__category span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .pricing__category span::after {
  right: auto;
  left: 0;
}

.pricing__category span.standard::after {
  background-color: var(--tp-common-pink-2);
}

.pricing__category span.premium::after {
  background-color: var(--tp-common-purple-2);
}

.pricing__title {
  font-size: 46px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  margin-bottom: 0;
}

.pricing__title .pricing-currency {
  font-size: 20px;
}

.pricing__title-5 {
  font-family: var(--tp-ff-space);
  font-style: normal;
  font-weight: 500;
  font-size: 60px;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
}

.pricing__title-5 span {
  font-weight: 400;
  font-size: 16px;
  color: #84858d;
  letter-spacing: -0.01em;
}

.pricing__title-7 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 54px;
  color: var(--tp-common-black-11);
  margin-bottom: 12px;
}

.pricing__title-wrapper p {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.pricing__title-wrapper-7 p {
  font-size: 15px;
  line-height: 1.33;
  color: #525258;
  margin-bottom: 0;
}

.pricing__shape-1 {
  position: absolute;
  top: 1%;
  z-index: -1;
}

[dir="ltr"] .pricing__shape-1 {
  left: 10%;
}

[dir="rtl"] .pricing__shape-1 {
  right: 10%;
}

[dir=rtl] .pricing__shape-1 {
  width: 100%;
}

[dir="ltr"] [dir=rtl] .pricing__shape-1 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .pricing__shape-1 {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  [dir="ltr"] .pricing__shape-1 {
    left: 0;
  }

  [dir="rtl"] .pricing__shape-1 {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .pricing__shape-1 {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .pricing__shape-1 {
    right: auto;
    left: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__shape-1 {
    width: 100%;
  }

  [dir="ltr"] .pricing__shape-1 {
    left: 0;
  }

  [dir="rtl"] .pricing__shape-1 {
    right: 0;
  }
}

.pricing__shape-2 {
  position: absolute;
  z-index: -1;
  bottom: 37%;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .pricing__shape-2 {
  left: 13%;
}

[dir="rtl"] .pricing__shape-2 {
  right: 13%;
}

.pricing__shape-3 {
  position: absolute;
  z-index: -1;
  top: 6%;
  animation: tpleftright 1s infinite alternate;
}

[dir="ltr"] .pricing__shape-3 {
  left: 30%;
}

[dir="rtl"] .pricing__shape-3 {
  right: 30%;
}

.pricing__shape-4 {
  position: absolute;
  z-index: -1;
  top: 2%;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .pricing__shape-4 {
  right: 4%;
}

[dir="rtl"] .pricing__shape-4 {
  left: 4%;
}

.pricing__shape-5 {
  position: absolute;
  z-index: -1;
  top: 35%;
  animation: tprotate 2s infinite alternate;
}

[dir="ltr"] .pricing__shape-5 {
  right: 16%;
}

[dir="rtl"] .pricing__shape-5 {
  left: 16%;
}

.pricing__shape-6 {
  position: absolute;
  z-index: -1;
  bottom: 0%;
}

[dir="ltr"] .pricing__shape-6 {
  left: 0%;
}

[dir="rtl"] .pricing__shape-6 {
  right: 0%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__content {
    margin-bottom: 35px;
  }
}

.pricing__content-5 {
  border: 1px solid rgba(4, 18, 31, 0.08);
  border-top: 0;
  padding: 30px 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing__content-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__content-5 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .pricing__content-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pricing__content-5-inner {
  height: 100%;
}

.pricing__icon-5 {
  margin-bottom: 35px;
}

.pricing__icon-5 img {
  mix-blend-mode: darken;
  height: 100px;
}

.pricing__tag-5 {
  position: absolute;
  top: 20px;
  z-index: 1;
}

[dir="ltr"] .pricing__tag-5 {
  right: 20px;
}

[dir="rtl"] .pricing__tag-5 {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .pricing__tag-5 {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .pricing__tag-5 {
  left: auto;
  right: 20px;
}

.pricing__tag-5 span {
  display: inline-block;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
  border-radius: 14px;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: var(--tp-common-black);
  padding: 0 19px;
}

.pricing__tag-7 {
  margin-bottom: 13px;
}

.pricing__tag-7 span {
  font-size: 18px;
  color: var(--tp-common-black-11);
}

.pricing__top-5 {
  padding: 35px 40px 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing__top-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .pricing__top-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pricing__top-7 {
  padding-top: 40px;
  padding-bottom: 44px;
  width: 33.33%;
}

[dir="ltr"] .pricing__top-7 {
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] .pricing__top-7 {
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

.pricing__popular {
  display: none;
  background-color: var(--tp-theme-5);
  padding: 4px 0;
}

.pricing__popular p {
  margin-bottom: 0;
  font-family: var(--tp-ff-inter);
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #ffffff;
  line-height: 1;
}

.pricing__popular-2 {
  position: absolute;
  top: -2px;
}

[dir="ltr"] .pricing__popular-2 {
  left: 50%;
  transform: translateX(-50px);
}

[dir="rtl"] .pricing__popular-2 {
  right: 50%;
  transform: translateX(50px);
}

.pricing__popular-2 span {
  font-family: var(--tp-ff-inter);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: var(--tp-common-white);
  background-color: #ff9f39;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  display: inline-block;
  padding: 7px 10px;
}

.pricing__tab-nav {
  padding: 8px;
  background-color: var(--tp-grey-11);
  border-radius: 10px;
  width: 356px;
}

@media (max-width: 366px) {
  .pricing__tab-nav {
    width: 100%;
  }
}

.pricing__tab-nav .nav-link {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 14px;
  background-color: transparent;
  color: var(--tp-text-1);
  padding: 6px 27px;
  border-radius: 10px;
  border: 0;
}

[dir="ltr"] .pricing__tab-nav .nav-link {
  padding-right: 14px;
}

[dir="rtl"] .pricing__tab-nav .nav-link {
  padding-left: 14px;
}

[dir="ltr"] [dir=rtl] .pricing__tab-nav .nav-link {
  padding-right: 44px;
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .pricing__tab-nav .nav-link {
  padding-left: 44px;
  padding-right: 0;
}

.pricing__tab-nav .nav-link span {
  font-weight: 700;
  font-size: 13px;
  color: #f46a35;
  padding: 4px 7px;
  border-radius: 30px;
  background: rgba(244, 106, 53, 0.1);
  display: inline-block;
  line-height: 1;
}

[dir="ltr"] .pricing__tab-nav .nav-link span {
  margin-left: 5px;
}

[dir="rtl"] .pricing__tab-nav .nav-link span {
  margin-right: 5px;
}

[dir="ltr"] [dir=rtl] .pricing__tab-nav .nav-link span {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] [dir=rtl] .pricing__tab-nav .nav-link span {
  margin-right: 0;
  margin-left: 5px;
}

[dir="ltr"] .pricing__tab-nav .nav-link:first-child {
  padding-right: 29px;
}

[dir="rtl"] .pricing__tab-nav .nav-link:first-child {
  padding-left: 29px;
}

[dir="ltr"] [dir=rtl] .pricing__tab-nav .nav-link:first-child {
  padding-right: 0;
  padding-left: 29px;
}

[dir="rtl"] [dir=rtl] .pricing__tab-nav .nav-link:first-child {
  padding-left: 0;
  padding-right: 29px;
}

.pricing__tab-nav .nav-link.active {
  background-color: transparent;
  color: var(--tp-common-black);
}

.pricing__tab-nav .price-tab-slide {
  position: relative;
  z-index: 1;
}

.pricing__tab-nav .price-tab-slide:hover {
  cursor: pointer;
}

.pricing__tab-nav .price-tab-slide label:hover {
  cursor: pointer;
}

.pricing__tab-nav .price-tab-slide #price-tab-check {
  display: none;
}

.pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
  width: 150px;
}

[dir="ltr"] .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
  right: 190px;
}

[dir="rtl"] .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
  left: 190px;
}

[dir="ltr"] [dir=rtl] .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
  right: auto;
  left: 190px;
}

[dir="rtl"] [dir=rtl] .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
  left: auto;
  right: 190px;
}

@media (max-width: 366px) {
  .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
    bottom: 38px;
    width: 100%;
  }

  [dir="ltr"] .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
    right: 0;
  }

  [dir="rtl"] .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
    left: 0;
    right: auto;
  }

  [dir="rtl"] [dir=rtl] .pricing__tab-nav .price-tab-slide #price-tab-check:checked + i {
    right: 0;
    left: auto;
  }
}

.pricing__tab-nav .price-tab-slide i {
  position: absolute;
  top: 0;
  width: 175px;
  height: 38px;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 4px rgba(0, 20, 90, 0.1);
  border-radius: 10px;
  transform: translate3d(0, 0);
  transition: 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

[dir="ltr"] .pricing__tab-nav .price-tab-slide i {
  right: 0;
}

[dir="rtl"] .pricing__tab-nav .price-tab-slide i {
  left: 0;
}

[dir="ltr"] [dir=rtl] .pricing__tab-nav .price-tab-slide i {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .pricing__tab-nav .price-tab-slide i {
  right: 0;
  left: auto;
}

@media (max-width: 366px) {
  .pricing__tab-nav .price-tab-slide i {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

.pricing__btn .tp-btn-border-3 {
  font-size: 16px;
  padding: 17px 31px 17px;
}

.pricing__btn .tp-btn-border-3:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-3);
  background-color: var(--tp-theme-3);
}

.pricing__btn-7 {
  width: 33.33%;
  padding: 40px 20px 37px;
}

[dir="ltr"] .pricing__btn-7 {
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] .pricing__btn-7 {
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

.pricing__btn-7:last-child {
  border: 0;
}

[dir="ltr"] [dir=rtl] .pricing__btn-7:last-child {
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] [dir=rtl] .pricing__btn-7:last-child {
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

[dir=rtl] .pricing__btn-7:first-child {
  border: 0;
}

.pricing__btn-7.price-active .tp-btnr-border-2 {
  background-color: var(--tp-theme-7);
  border-color: var(--tp-theme-7);
  color: var(--tp-common-white);
}

.pricing__btn-7.price-active .tp-btnr-border-2:hover {
  background-color: var(--tp-common-yellow-3);
  border-color: var(--tp-common-yellow-3);
  color: var(--tp-common-black);
}

.pricing__btn-7 .tp-btnr-border-2:hover {
  background-color: var(--tp-theme-7);
  border-color: var(--tp-theme-7);
  color: var(--tp-common-white);
}

.pricing__btn-7 .tp-btnr-border-2::after {
  display: none;
}

.pricing__table {
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__table {
    overflow-x: scroll;
  }
}

.pricing__table-wrapper {
  border-radius: 41px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing__table-wrapper {
    width: 1120px;
  }
}

.pricing__footer-content {
  height: 100%;
}

[dir="ltr"] .pricing__footer-content {
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] .pricing__footer-content {
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="ltr"] [dir=rtl] .pricing__footer-content {
  border-right: 0;
  border-left: 1px solid rgba(4, 18, 31, 0.08);
}

[dir="rtl"] [dir=rtl] .pricing__footer-content {
  border-left: 0;
  border-right: 1px solid rgba(4, 18, 31, 0.08);
}

.pricing__style-2 .tp-btn-11:hover {
  background-color: var(--tp-theme-1);
}

.pricing__style-2 .tp-btnr-border-2 {
  border-radius: 0;
  border-width: 1px;
}

[dir="ltr"] .pricing__style-2 .tp-btnr-border-2 {
  padding: 11px 33px 11px 36px;
}

[dir="rtl"] .pricing__style-2 .tp-btnr-border-2 {
  padding: 11px 36px 11px 33px;
}

.pricing__style-2 .tp-btnr-border-2:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.pricing__style-2 .pricing__btn-7.price-active .tp-btnr-border-2 {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.pricing__style-2 .pricing__btn-7.price-active .tp-btnr-border-2:hover {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.pricing__style-2 .pricing-header-shape {
  bottom: 8%;
}

[dir="ltr"] .pricing__style-2 .pricing-header-shape {
  right: 3%;
}

[dir="rtl"] .pricing__style-2 .pricing-header-shape {
  left: 3%;
}

.pricing__style-2 .pricing__feature-item-wrapper {
  border-radius: 0;
}

.pricing__style-2 .pricing__header {
  background-color: #f5f5f8;
  border-radius: 0;
}

.pricing__style-2 .pricing__header-content {
  border-radius: 0;
}

.pricing__style-2 .pricing__header-top-wrapper .pricing__top-7:last-child {
  border-radius: 0;
}

.pricing__style-2 .pricing__popular-2 span {
  background-color: #6364db;
}

.pricing__style-2 .pricing__tag-7 span {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  20. REVIEW CSS START
/*----------------------------------------*/
.review__inner {
  position: relative;
  z-index: 1;
  margin-left: 260px;
  margin-right: 260px;
  background: rgba(255, 255, 255, 0.06);
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .review__inner {
    margin-left: 200px;
    margin-right: 200px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .review__inner {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .review__inner {
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .review__inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review__inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .review__inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .review__inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.review__person ul {
  display: flex;
  align-items: center;
}

.review__person ul li {
  list-style: none;
}

[dir="ltr"] .review__person ul li {
  margin-left: -15px;
}

[dir="rtl"] .review__person ul li {
  margin-right: -15px;
}

[dir="ltr"] [dir=rtl] .review__person ul li {
  margin-left: 0;
  margin-right: -15px;
}

[dir="rtl"] [dir=rtl] .review__person ul li {
  margin-right: 0;
  margin-left: -15px;
}

[dir="ltr"] .review__person ul li:first-child {
  margin-left: 0;
}

[dir="rtl"] .review__person ul li:first-child {
  margin-right: 0;
}

[dir="ltr"] [dir=rtl] .review__person ul li:first-child {
  margin-right: 0;
}

[dir="rtl"] [dir=rtl] .review__person ul li:first-child {
  margin-left: 0;
}

.review__person ul li span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-white);
}

.review__person ul li span img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 4px solid var(--tp-common-black-6);
}

.review__person ul li:last-child span {
  border: 4px solid var(--tp-common-black-6);
  background-image: -o-linear-gradient(47.17deg, #f06ff3 9.62%, #31a8ff 89.45%);
  border-radius: 50%;
}

[dir="ltr"] .review__person ul li:last-child span {
  background-image: linear-gradient(47.17deg, #f06ff3 9.62%, #31a8ff 89.45%);
}

[dir="rtl"] .review__person ul li:last-child span {
  background-image: linear-gradient(-47.17deg, #f06ff3 9.62%, #31a8ff 89.45%);
}

.review__person p {
  font-size: 11px;
  font-weight: 600;
  color: var(--tp-common-white);
  opacity: 0.6;
  font-family: var(--tp-ff-inter);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.5;
}

[dir="ltr"] .review__person p {
  margin-left: 5px;
}

[dir="rtl"] .review__person p {
  margin-right: 5px;
}

[dir="ltr"] [dir=rtl] .review__person p {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] [dir=rtl] .review__person p {
  margin-right: 0;
  margin-left: 5px;
}

@media (max-width: 575px) {
  .review__skill {
    margin-top: 30px;
  }
}

[dir="ltr"] .review__skill-score {
  text-align: right;
}

[dir="rtl"] .review__skill-score {
  text-align: left;
}

.review__skill-score p {
  font-size: 16px;
  font-weight: 700;
  color: var(--tp-common-white);
  margin-bottom: 15px;
  font-family: var(--tp-ff-space);
  line-height: 1;
}

.review__skill-score p span {
  font-size: 100px;
  margin-bottom: 0;
}

.review__skill-item {
  padding: 22px 30px;
  background-image: -o-linear-gradient(87.58deg, #f87171 0.25%, #facc15 42.09%, #4ade80 63.34%, #38bdf8 97.01%);
  animation: reviewbg 3s ease-in-out 1s forwards infinite alternate;
  background-size: 150% 150%;
}

[dir="ltr"] .review__skill-item {
  background-image: linear-gradient(87.58deg, #f87171 0.25%, #facc15 42.09%, #4ade80 63.34%, #38bdf8 97.01%);
}

[dir="rtl"] .review__skill-item {
  background-image: linear-gradient(-87.58deg, #f87171 0.25%, #facc15 42.09%, #4ade80 63.34%, #38bdf8 97.01%);
}

.review__skill-item p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
}

@media (max-width: 575px) {
  .review__skill-item-sm {
    margin-bottom: 15px;
  }

  [dir="ltr"] .review__skill-item-sm {
    margin-left: 0;
  }

  [dir="rtl"] .review__skill-item-sm {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .review__skill-item-sm {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .review__skill-item-sm {
    margin-left: 0;
  }
}

.review__skill-item-sm p {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-white);
  margin-bottom: 0;
}

[dir="ltr"] .review__skill-item-sm p {
  margin-right: 15px;
}

[dir="rtl"] .review__skill-item-sm p {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .review__skill-item-sm p {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .review__skill-item-sm p {
  margin-left: 0;
  margin-right: 15px;
}

.review__skill-item-sm-bar {
  background-image: -o-linear-gradient(87.58deg, #f87171 0.25%, #facc15 42.09%, #4ade80 63.34%, #38bdf8 97.01%);
  height: 20px;
  width: 220px;
  animation: reviewbg 3s ease-in-out 1s forwards infinite alternate;
  background-size: 150% 150%;
}

[dir="ltr"] .review__skill-item-sm-bar {
  background-image: linear-gradient(87.58deg, #f87171 0.25%, #facc15 42.09%, #4ade80 63.34%, #38bdf8 97.01%);
}

[dir="rtl"] .review__skill-item-sm-bar {
  background-image: linear-gradient(-87.58deg, #f87171 0.25%, #facc15 42.09%, #4ade80 63.34%, #38bdf8 97.01%);
}

@media (max-width: 575px) {
  [dir="ltr"] .review__skill-item-xs {
    margin-left: 0;
  }

  [dir="rtl"] .review__skill-item-xs {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .review__skill-item-xs {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .review__skill-item-xs {
    margin-left: 0;
  }
}

.review__skill-item-xs p {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--tp-ff-inter);
  color: var(--tp-common-white);
  margin-bottom: 0;
  opacity: 0.5;
}

[dir="ltr"] .review__skill-item-xs p {
  margin-right: 15px;
}

[dir="rtl"] .review__skill-item-xs p {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .review__skill-item-xs p {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .review__skill-item-xs p {
  margin-left: 0;
  margin-right: 15px;
}

.review__skill-item-xs-bar {
  border-radius: 2px;
  width: 130px;
  height: 20px;
  background-color: var(--tp-common-white);
  opacity: 0.2;
}

.review__shape-1 {
  position: absolute;
  z-index: -1;
  top: -11%;
  animation: tprotate 7s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .review__shape-1 {
  left: 6%;
}

[dir="rtl"] .review__shape-1 {
  right: 6%;
}

.review__shape-2 {
  position: absolute;
  z-index: -1;
  top: 12%;
  animation: tptranslateY2 5s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .review__shape-2 {
  right: -2%;
}

[dir="rtl"] .review__shape-2 {
  left: -2%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .review__shape-2 {
    right: 0;
  }

  [dir="rtl"] .review__shape-2 {
    left: 0;
  }
}

.review__shape-3 {
  position: absolute;
  z-index: -1;
  top: 18%;
  animation: tptranslateY2 4s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .review__shape-3 {
  right: 3%;
}

[dir="rtl"] .review__shape-3 {
  left: 3%;
}

.review__shape-4 {
  position: absolute;
  z-index: -1;
  bottom: -3%;
}

[dir="ltr"] .review__shape-4 {
  right: 30%;
}

[dir="rtl"] .review__shape-4 {
  left: 30%;
}

.review__shape-5 {
  position: absolute;
  z-index: -1;
  top: 31%;
}

[dir="ltr"] .review__shape-5 {
  right: 40%;
}

[dir="rtl"] .review__shape-5 {
  left: 40%;
}

.review__shape-6 {
  position: absolute;
  z-index: -1;
  top: 10%;
}

[dir="ltr"] .review__shape-6 {
  left: 14%;
}

[dir="rtl"] .review__shape-6 {
  right: 14%;
}

.review__shape-7 {
  position: absolute;
  z-index: -1;
  top: -5%;
}

[dir="ltr"] .review__shape-7 {
  left: 6%;
}

[dir="rtl"] .review__shape-7 {
  right: 6%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .review__shape-7 {
    width: 100%;
  }

  [dir="ltr"] .review__shape-7 {
    left: 0;
  }

  [dir="rtl"] .review__shape-7 {
    right: 0;
  }
}

@keyframes reviewbg {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}
/*----------------------------------------*/
/*  21. INSTAGRAM CSS START
/*----------------------------------------*/
.instagram__item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.instagram__item::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black);
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .instagram__item::after {
  left: 0;
}

[dir="rtl"] .instagram__item::after {
  right: 0;
}

.instagram__item:hover::after {
  opacity: 0.6;
  visibility: visible;
}

.instagram__item:hover .instagram__btn {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.instagram__btn {
  position: absolute;
  top: 60%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

[dir="ltr"] .instagram__btn {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .instagram__btn {
  right: 50%;
  transform: translate(50%, -50%);
}

.tp-instagram-btn {
  font-size: 24px;
  color: var(--tp-common-white);
  display: inline-block;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 76px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}

.tp-instagram-btn:hover {
  color: var(--tp-common-black);
  border-color: transparent;
  background-color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  22. CASE CSS START
/*----------------------------------------*/
.case__price span {
  display: inline-block;
  font-weight: 700;
  color: var(--tp-theme-4);
  font-size: 20px;
  margin-bottom: 2px;
  position: relative;
  font-family: var(--tp-ff-space);
}

[dir="ltr"] .case__price span {
  padding-left: 14px;
}

[dir="rtl"] .case__price span {
  padding-right: 14px;
}

[dir="ltr"] [dir=rtl] .case__price span {
  padding-left: 0;
  padding-right: 14px;
}

[dir="rtl"] [dir=rtl] .case__price span {
  padding-right: 0;
  padding-left: 14px;
}

.case__price span::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: var(--tp-theme-4);
  transform: translateY(-50%);
  border-radius: 50%;
}

[dir="ltr"] .case__price span::after {
  left: 0;
}

[dir="rtl"] .case__price span::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .case__price span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .case__price span::after {
  right: auto;
  left: 0;
}

.case__title {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.02em;
}

.case__title a:hover {
  color: var(--tp-theme-4);
}

.case__content {
  background-color: var(--tp-common-white);
  padding: 35px 40px 40px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px rgba(3, 4, 28, 0.08);
  transform: translateY(-60px);
}

[dir="ltr"] .case__content {
  padding-right: 50px;
  margin-right: 50px;
}

[dir="rtl"] .case__content {
  padding-left: 50px;
  margin-left: 50px;
}

[dir="ltr"] [dir=rtl] .case__content {
  margin-right: 0;
  margin-left: 50px;
}

[dir="rtl"] [dir=rtl] .case__content {
  margin-left: 0;
  margin-right: 50px;
}

@media (max-width: 575px) {
  .case__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  [dir="ltr"] .case__content {
    margin-right: 0;
  }

  [dir="rtl"] .case__content {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .case__content {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .case__content {
    margin-right: 0;
  }
}

.case__content p {
  font-family: var(--tp-ff-inter);
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 25px;
}

.case__content:hover {
  transform: translateY(-80px);
}

/*----------------------------------------*/
/*  23. VIDEO CSS START
/*----------------------------------------*/
.video__content {
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.video__content-2 {
  padding: 0 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .video__content-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__content-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.video__content-2 > span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tp-common-white);
  display: inline-block;
  margin-bottom: 20px;
}

.video__content-8 {
  position: relative;
  z-index: 1;
  padding-left: 110px;
  padding-right: 110px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .video__content-8 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .video__content-8 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video__content-8 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video__content-8 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .video__content-8 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.video__title {
  font-size: 60px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  line-height: 1;
  margin-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .video__title {
    font-size: 30px;
  }
}

.video__title-2 {
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .video__title-2 {
    font-size: 30px;
  }
}

.video__play {
  margin-bottom: 15px;
}

.video__play-2 {
  margin-bottom: 42px;
}

.video__play-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.video__play-btn .video-play-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(45deg, #c6471a 15%, #ffad91 85.5%);
  border-radius: 50%;
  box-shadow: 0px 2px 2px rgba(136, 39, 6, 0.3);
}

[dir="ltr"] .video__play-btn .video-play-bg {
  left: 0;
  background-image: linear-gradient(45deg, #c6471a 15%, #ffad91 85.5%);
}

[dir="rtl"] .video__play-btn .video-play-bg {
  right: 0;
  background-image: linear-gradient(-45deg, #c6471a 15%, #ffad91 85.5%);
}

.video__play-btn img {
  position: absolute;
  top: 53%;
}

[dir="ltr"] .video__play-btn img {
  left: 53%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .video__play-btn img {
  right: 53%;
  transform: translate(50%, -50%);
}

.video__play-btn:hover .video-play-bg {
  transform: scale(1.1);
}

.video__play-btn-8 {
  position: relative;
}

.video__play-btn-8 .video-play-bg {
  box-shadow: 0px 2px 2px rgba(136, 39, 6, 0.3);
}

.video__play-btn-2 {
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  color: var(--tp-theme-1);
  box-shadow: 0px 0px 50px rgba(3, 4, 28, 0.1);
  border-radius: 50%;
}

[dir="ltr"] .video__play-btn-2 svg {
  transform: translate(4px, -2px);
}

[dir="rtl"] .video__play-btn-2 svg {
  transform: translate(-4px, -2px);
}

.video__play-btn-2 .video-play-bg {
  background-image: -o-linear-gradient(164.71deg, #ffffff 8.83%, #eaeaef 128.86%);
}

[dir="ltr"] .video__play-btn-2 .video-play-bg {
  background-image: linear-gradient(164.71deg, #ffffff 8.83%, #eaeaef 128.86%);
}

[dir="rtl"] .video__play-btn-2 .video-play-bg {
  background-image: linear-gradient(-164.71deg, #ffffff 8.83%, #eaeaef 128.86%);
}

.video__play-btn-2:hover {
  color: var(--tp-theme-1);
}

.video__inner-8 {
  position: relative;
  box-shadow: 0px 50px 60px rgba(12, 15, 33, 0.9);
}

.video__inner-8::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 15, 33, 0.4);
}

[dir="ltr"] .video__inner-8::after {
  left: 0;
}

[dir="rtl"] .video__inner-8::after {
  right: 0;
}

.video__overlay {
  position: relative;
  z-index: 1;
}

.video__overlay::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: var(--tp-common-black-12);
  z-index: -1;
}

[dir="ltr"] .video__overlay::after {
  left: 0;
}

[dir="rtl"] .video__overlay::after {
  right: 0;
}

.video__bg {
  background-image: -o-linear-gradient(173.39deg, #6364db -16.2%, #4d4ecc 101.3%);
}

[dir="ltr"] .video__bg {
  background-image: linear-gradient(173.39deg, #6364db -16.2%, #4d4ecc 101.3%);
}

[dir="rtl"] .video__bg {
  background-image: linear-gradient(-173.39deg, #6364db -16.2%, #4d4ecc 101.3%);
}

.video__bg-shape {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  z-index: -1;
}

[dir="ltr"] .video__bg-shape {
  left: 0;
}

[dir="rtl"] .video__bg-shape {
  right: 0;
}

.video__pt-183 {
  padding-top: 183px;
}

.video__pb-223 {
  padding-bottom: 223px;
}

@media (max-width: 575px) {
  .video__pb-223 {
    padding-bottom: 160px;
  }
}

.video__shape-1 {
  position: absolute;
  top: 16%;
  z-index: -1;
  animation: tptranslateX 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .video__shape-1 {
  left: 15%;
}

[dir="rtl"] .video__shape-1 {
  right: 15%;
}

.video__shape-2 {
  position: absolute;
  bottom: 28%;
  z-index: -1;
  animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .video__shape-2 {
  right: 8%;
}

[dir="rtl"] .video__shape-2 {
  left: 8%;
}

/*----------------------------------------*/
/*  24. HISTORY CSS START
/*----------------------------------------*/
.history__thumb {
  position: relative;
  z-index: -2;
}

@media (max-width: 575px) {
  .history__thumb img {
    width: 100%;
  }
}

[dir="ltr"] [dir=rtl] .history__thumb-wrapper {
  padding-right: 0;
  padding-left: 70px;
}

[dir="rtl"] [dir=rtl] .history__thumb-wrapper {
  padding-left: 0;
  padding-right: 70px;
}

@media (max-width: 575px) {
  [dir="ltr"] .history__thumb-wrapper {
    padding-right: 0;
  }

  [dir="rtl"] .history__thumb-wrapper {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .history__thumb-wrapper {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .history__thumb-wrapper {
    padding-right: 0;
  }
}

.history__thumb-right {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  margin-top: 100px;
  text-align: center;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 230px;
  height: 370px;
}

[dir="ltr"] .history__thumb-right {
  padding: 255px 86px 75px 28px;
}

[dir="rtl"] .history__thumb-right {
  padding: 255px 28px 75px 86px;
}

.history__thumb-right-wrapper {
  position: relative;
}

[dir="ltr"] .history__thumb-right-wrapper {
  margin-left: -100px;
}

[dir="rtl"] .history__thumb-right-wrapper {
  margin-right: -100px;
}

[dir="ltr"] [dir=rtl] .history__thumb-right-wrapper {
  margin-left: 0;
  margin-right: -100px;
}

[dir="rtl"] [dir=rtl] .history__thumb-right-wrapper {
  margin-right: 0;
  margin-left: -100px;
}

@media (max-width: 575px) {
  [dir="ltr"] .history__thumb-right-wrapper {
    margin-left: 65px;
  }

  [dir="rtl"] .history__thumb-right-wrapper {
    margin-right: 65px;
  }

  [dir="ltr"] [dir=rtl] .history__thumb-right-wrapper {
    margin-left: 0;
    margin-right: 65px;
  }

  [dir="rtl"] [dir=rtl] .history__thumb-right-wrapper {
    margin-right: 0;
    margin-left: 65px;
  }
}

.history__thumb-right-wrapper .history-thumb-text {
  position: absolute;
  bottom: 5%;
  z-index: 1;
}

[dir="ltr"] .history__thumb-right-wrapper .history-thumb-text {
  left: 36px;
}

[dir="rtl"] .history__thumb-right-wrapper .history-thumb-text {
  right: 36px;
}

[dir="ltr"] [dir=rtl] .history__thumb-right-wrapper .history-thumb-text {
  left: auto;
  right: 36px;
}

[dir="rtl"] [dir=rtl] .history__thumb-right-wrapper .history-thumb-text {
  right: auto;
  left: 36px;
}

.history__thumb-right-wrapper .history-thumb-text p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  opacity: 0.8;
  font-family: var(--tp-ff-inter);
}

[dir="ltr"] [dir=rtl] .history__thumb-right {
  padding-left: 86px;
  padding-right: 28px;
}

[dir="rtl"] [dir=rtl] .history__thumb-right {
  padding-right: 86px;
  padding-left: 28px;
}

@media (max-width: 575px) {
  .history__thumb-right {
    margin-top: -70px;
    height: 270px;
    padding-top: 155px;
  }
}

.history__thumb-right::after, .history__thumb-right::before {
  position: absolute;
  content: "";
}

.history__thumb-right::before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}

.history__thumb-right::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(54, 93, 192, 0.9);
  backdrop-filter: blur(14px);
}

.history__year {
  flex: 0 0 auto;
}

.history__year-title {
  font-size: 14px;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  color: var(--tp-text-1);
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
}

[dir="ltr"] .history__year-title {
  margin-right: 24px;
  padding-right: 30px;
}

[dir="rtl"] .history__year-title {
  margin-left: 24px;
  padding-left: 30px;
}

[dir="ltr"] [dir=rtl] .history__year-title {
  margin-right: 0;
  padding-left: 0;
  margin-left: 24px;
  padding-left: 30px;
}

[dir="rtl"] [dir=rtl] .history__year-title {
  margin-left: 0;
  padding-right: 0;
  margin-right: 24px;
  padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .history__list {
    padding-right: 0;
  }

  [dir="rtl"] .history__list {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .history__list {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .history__list {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .history__list {
    padding-right: 0;
    padding-left: 0;
    margin-top: 50px;
  }
}

.history__list-item {
  margin-bottom: 50px;
}

.history__list-item:last-child {
  margin-bottom: 0;
}

.history__list-item:last-child .history__list-content::after {
  display: none;
}

.history__list-content {
  position: relative;
}

.history__list-content::after {
  position: absolute;
  content: "";
  top: 37px;
  width: 1px;
  height: 100%;
  background-color: #eaeaef;
}

[dir="ltr"] .history__list-content::after {
  left: -30px;
}

[dir="rtl"] .history__list-content::after {
  right: -30px;
}

[dir="ltr"] [dir=rtl] .history__list-content::after {
  left: auto;
  right: -30px;
}

[dir="rtl"] [dir=rtl] .history__list-content::after {
  right: auto;
  left: -30px;
}

.history__list-content > p {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.history__list-dot {
  position: absolute;
  top: 4px;
}

[dir="ltr"] .history__list-dot {
  left: -25px;
}

[dir="rtl"] .history__list-dot {
  right: -25px;
}

[dir="ltr"] [dir=rtl] .history__list-dot {
  left: auto;
  right: -25px;
}

[dir="rtl"] [dir=rtl] .history__list-dot {
  right: auto;
  left: -25px;
}

.history__list-dot span {
  display: inline-block;
  position: absolute;
  content: "";
  top: 4px;
  width: 10px;
  height: 10px;
  box-shadow: 0px 1px 2px rgba(14, 53, 49, 0.2);
  border-radius: 50%;
}

[dir="ltr"] .history__list-dot span {
  right: 0;
  background: linear-gradient(180deg, #0cceba 0%, #017266 100%);
}

[dir="rtl"] .history__list-dot span {
  left: 0;
  background: linear-gradient(-180deg, #0cceba 0%, #017266 100%);
}

[dir="ltr"] [dir=rtl] .history__list-dot span {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .history__list-dot span {
  left: auto;
  right: 0;
}

.history__list-dot span::before {
  position: absolute;
  content: "";
  top: -7px;
  width: 24px;
  height: 24px;
  background: rgba(21, 165, 150, 0.1019607843);
  border-radius: 50%;
  animation: pulse-2 1.75s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

[dir="ltr"] .history__list-dot span::before {
  right: -7px;
}

[dir="rtl"] .history__list-dot span::before {
  left: -7px;
}

[dir="ltr"] [dir=rtl] .history__list-dot span::before {
  right: auto;
  left: -7px;
}

[dir="rtl"] [dir=rtl] .history__list-dot span::before {
  left: auto;
  right: -7px;
}

.history__list-title {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.history__list-meta span {
  display: inline-block;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--tp-ff-space);
  color: var(--tp-text-1);
  background-color: var(--tp-grey-9);
  border-radius: 20px;
}

.history__list-meta span:hover {
  background-color: var(--tp-theme-4);
  color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  25. CONTACT CSS START
/*----------------------------------------*/
.contact__wrapper > p {
  font-family: var(--tp-ff-space);
  font-size: 20px;
  color: var(--tp-common-black);
  margin-bottom: 50px;
}

[dir="ltr"] .contact__wrapper-2 {
  margin-right: -30px;
}

[dir="rtl"] .contact__wrapper-2 {
  margin-left: -30px;
}

[dir="ltr"] [dir=rtl] .contact__wrapper-2 {
  margin-right: 0;
  margin-left: -30px;
}

[dir="rtl"] [dir=rtl] .contact__wrapper-2 {
  margin-left: 0;
  margin-right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__wrapper-2 {
    margin-bottom: 30px;
  }

  [dir="ltr"] .contact__wrapper-2 {
    margin-right: 0;
  }

  [dir="rtl"] .contact__wrapper-2 {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .contact__wrapper-2 {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .contact__wrapper-2 {
    margin-right: 0;
  }
}

.contact__form {
  padding: 50px 50px;
  border: 2px solid var(--tp-border-5);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .contact__form {
    margin-left: 0;
  }

  [dir="rtl"] .contact__form {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .contact__form {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .contact__form {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form {
    margin-top: 50px;
    padding: 25px 25px;
  }

  [dir="ltr"] .contact__form {
    margin-left: 0;
  }

  [dir="rtl"] .contact__form {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .contact__form {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .contact__form {
    margin-left: 0;
  }
}

.contact__form-2 {
  padding: 73px 100px 95px;
  border: 2px solid #eaeaef;
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__form-2 {
    padding: 43px 50px 55px;
  }
}

@media (max-width: 575px) {
  .contact__form-2 {
    padding: 20px;
  }
}

.contact__form-2-title {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -0.04em;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .contact__form-2-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.contact__form-3 {
  padding: 60px 50px 70px 50px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 2px 4px rgba(3, 4, 28, 0.1);
}

[dir="ltr"] [dir=rtl] .contact__form-3 {
  margin-left: 0;
  margin-right: 70px;
}

[dir="rtl"] [dir=rtl] .contact__form-3 {
  margin-right: 0;
  margin-left: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .contact__form-3 {
    margin-left: 0;
  }

  [dir="rtl"] .contact__form-3 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .contact__form-3 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .contact__form-3 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .contact__form-3 {
    padding: 60px 25px 70px 30px;
  }

  [dir="rtl"] .contact__form-3 {
    padding: 60px 30px 70px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .contact__form-9 {
    padding-left: 0;
  }

  [dir="rtl"] .contact__form-9 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .contact__form-9 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .contact__form-9 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form-9 {
    margin-top: 40px;
  }

  [dir="ltr"] .contact__form-9 {
    padding-left: 0;
  }

  [dir="rtl"] .contact__form-9 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .contact__form-9 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .contact__form-9 {
    padding-left: 0;
  }
}

.contact__form-9-title {
  font-family: var(--tp-ff-p);
  font-weight: 700;
  font-size: 30px;
  color: var(--tp-common-black);
  margin-bottom: 55px;
}

.contact__form-11 {
  padding: 50px 45px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(5, 18, 20, 0.06);
  animation-delay: 0.6s;
  animation-duration: 1s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .contact__form-11 {
    margin-left: 0;
  }

  [dir="rtl"] .contact__form-11 {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .contact__form-11 {
    padding: 30px 25px;
  }

  [dir="ltr"] .contact__form-11 {
    margin-left: 0;
  }

  [dir="rtl"] .contact__form-11 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .contact__form-11 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .contact__form-11 {
    margin-left: 0;
  }
}

.contact__form-call {
  display: none;
}

[dir="ltr"] [dir=rtl] .contact__form-call {
  text-align: left;
}

[dir="rtl"] [dir=rtl] .contact__form-call {
  text-align: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form-call {
    margin-top: 15px;
  }
}

.contact__form-call span {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: #636363;
}

.contact__form-call p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 0.1;
  color: var(--tp-theme-1);
  margin-bottom: 0;
}

.contact__icon {
  margin-bottom: 37px;
  min-height: 80px;
}

.contact__input {
  margin-bottom: 20px;
}

.contact__input input, .contact__input textarea {
  width: 100%;
  height: 60px;
  border: 2px solid var(--tp-grey-7);
  outline: 0;
  background-color: var(--tp-grey-7);
  color: var(--tp-common-black);
  font-family: var(--tp-ff-inter);
  padding: 0 25px;
}

.contact__input input::-webkit-input-placeholder, .contact__input textarea::-webkit-input-placeholder {
  color: var(--tp-text-10);
  font-family: var(--tp-ff-inter);
}

.contact__input input:-moz-placeholder, .contact__input textarea:-moz-placeholder {
  color: var(--tp-text-10);
  font-family: var(--tp-ff-inter);
}

.contact__input input::-moz-placeholder, .contact__input textarea::-moz-placeholder {
  color: var(--tp-text-10);
  font-family: var(--tp-ff-inter);
}

.contact__input input:-ms-input-placeholder, .contact__input textarea:-ms-input-placeholder {
  color: var(--tp-text-10);
  font-family: var(--tp-ff-inter);
}

.contact__input input:focus, .contact__input textarea:focus {
  border-color: var(--tp-theme-4);
  background-color: var(--tp-common-white);
}

.contact__input textarea {
  height: 160px;
  padding: 23px 25px;
  resize: none;
}

.contact__input textarea:focus {
  border-color: var(--tp-theme-4);
  background-color: var(--tp-common-white);
}

.contact__input-2 {
  margin-bottom: 20px;
}

.contact__input-2 input, .contact__input-2 textarea {
  width: 100%;
  height: 60px;
  border: 1px solid var(--tp-grey-15);
  outline: 0;
  background-color: var(--tp-grey-15);
  color: var(--tp-common-black);
  padding: 0 25px;
}

.contact__input-2 input::-webkit-input-placeholder, .contact__input-2 textarea::-webkit-input-placeholder {
  color: #85858b;
}

.contact__input-2 input:-moz-placeholder, .contact__input-2 textarea:-moz-placeholder {
  color: #85858b;
}

.contact__input-2 input::-moz-placeholder, .contact__input-2 textarea::-moz-placeholder {
  color: #85858b;
}

.contact__input-2 input:-ms-input-placeholder, .contact__input-2 textarea:-ms-input-placeholder {
  color: #85858b;
}

.contact__input-2 input:focus, .contact__input-2 textarea:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.contact__input-2 textarea {
  height: 160px;
  padding: 23px 25px;
  resize: none;
}

.contact__input-3 input, .contact__input-3 textarea {
  border-width: 2px;
  padding: 0 26px;
  background-color: var(--tp-grey-7);
  border-color: var(--tp-grey-7);
}

.contact__input-3 textarea {
  height: 180px;
  padding: 23px 26px;
  resize: none;
}

.contact__input-3 textarea:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.contact__input-3 .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  line-height: 56px;
  border: 2px solid var(--tp-grey-7);
  background-color: var(--tp-grey-7);
  padding: 0 26px;
  border-radius: 0;
}

.contact__input-3 .nice-select:focus {
  border-color: var(--tp-theme-1);
}

[dir="ltr"] .contact__input-3 .nice-select::after {
  right: 26px;
}

[dir="rtl"] .contact__input-3 .nice-select::after {
  left: 26px;
}

[dir="ltr"] [dir=rtl] .contact__input-3 .nice-select::after {
  right: auto;
  left: 26px;
}

[dir="rtl"] [dir=rtl] .contact__input-3 .nice-select::after {
  left: auto;
  right: 26px;
}

.contact__input-3 .nice-select .list {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 9px;
}

.contact__input-3 .nice-select .list .option {
  line-height: 29px;
  min-height: 29px;
  padding-left: 18px;
  padding-right: 18px;
}

.contact__input-3 .nice-select .list .option:first-child {
  display: none !important;
}

.contact__input-3 .nice-select .list .option:hover {
  color: var(--tp-theme-1);
}

.contact__input-3 .nice-select .list .option.selected {
  color: var(--tp-theme-1);
}

.contact__input-9 {
  margin-bottom: 20px;
}

.contact__input-9 input, .contact__input-9 textarea {
  width: 100%;
  height: 60px;
  line-height: 56px;
  outline: 0;
  border: 1.5px solid #f6f6f9;
  background-color: #f6f6f9;
  padding: 0 30px;
  color: var(--tp-common-black);
}

.contact__input-9 input::-webkit-input-placeholder, .contact__input-9 textarea::-webkit-input-placeholder {
  color: #7b7c89;
}

.contact__input-9 input:-moz-placeholder, .contact__input-9 textarea:-moz-placeholder {
  color: #7b7c89;
}

.contact__input-9 input::-moz-placeholder, .contact__input-9 textarea::-moz-placeholder {
  color: #7b7c89;
}

.contact__input-9 input:-ms-input-placeholder, .contact__input-9 textarea:-ms-input-placeholder {
  color: #7b7c89;
}

.contact__input-9 input:focus, .contact__input-9 textarea:focus {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-black);
}

.contact__input-9 textarea {
  height: 180px;
  resize: none;
  line-height: 1.2;
  padding: 20px 30px;
}

.contact__input-11 {
  margin-bottom: 20px;
}

.contact__input-11 input, .contact__input-11 textarea {
  border-width: 1px;
}

.contact__input-11 input:focus, .contact__input-11 textarea:focus {
  background-color: var(--tp-common-white);
  border-color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .contact__list-9 {
    margin-right: 0;
  }

  [dir="rtl"] .contact__list-9 {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .contact__list-9 {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .contact__list-9 {
    margin-right: 0;
  }
}

.contact__list-item {
  margin-bottom: 10px;
}

.contact__list-item:last-child {
  margin-bottom: 0;
}

.contact__list-item-9 {
  padding: 37px 40px;
  background: #ffffff;
  border: 1px solid #eaeaef;
  position: relative;
  margin-bottom: 28px;
}

.contact__list-item-9:last-child {
  margin-bottom: 0;
}

.contact__list-item-9::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
  z-index: -1;
  transition: all 0.15s ease-out 0s;
}

[dir="ltr"] .contact__list-item-9::after {
  left: 0;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .contact__list-item-9::after {
  right: 0;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] [dir=rtl] .contact__list-item-9::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .contact__list-item-9::after {
  right: auto;
  left: 0;
}

.contact__list-item-9:hover::after {
  top: 8px;
}

[dir="ltr"] .contact__list-item-9:hover::after {
  left: 8px;
}

[dir="rtl"] .contact__list-item-9:hover::after {
  right: 8px;
}

.contact__list-item-9:hover .contact__list-icon-9 span i, .contact__list-item-9:hover .contact__list-icon-9 span svg {
  transform: translateY(-2px) translate3d(0, -2px, 0);
}

.contact__list-item-11 {
  padding-top: 31px;
  padding-bottom: 26px;
  background-color: var(--tp-common-brown);
  margin-bottom: 20px;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

[dir="ltr"] .contact__list-item-11 {
  padding-right: 55px;
}

[dir="rtl"] .contact__list-item-11 {
  padding-left: 55px;
}

[dir="ltr"] [dir=rtl] .contact__list-item-11 {
  padding-right: 0;
  padding-left: 55px;
}

[dir="rtl"] [dir=rtl] .contact__list-item-11 {
  padding-left: 0;
  padding-right: 55px;
}

.contact__list-item-11:nth-child(2) {
  animation-delay: 0.6s;
}

.contact__list-item-11:nth-child(3) {
  animation-delay: 0.9s;
}

.contact__list-item-11:nth-child(4) {
  animation-delay: 1.2s;
}

.contact__list-item-11:last-child {
  margin-bottom: 0;
}

.contact__list-item-11.is-green {
  background-color: var(--tp-common-green-light-5);
}

.contact__list-item-11.is-green .contact__list-icon-11 span {
  color: var(--tp-common-green-7);
}

.contact__list-item-11.is-brown {
  background-color: var(--tp-common-brown-light);
}

.contact__list-item-11.is-brown .contact__list-icon-11 span {
  color: var(--tp-common-brown-dark-2);
}

.contact__list-icon span {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 63px;
  text-align: center;
  font-size: 26px;
  background-color: var(--tp-grey-8);
  color: var(--tp-common-green-3);
}

[dir="ltr"] .contact__list-icon span {
  margin-right: 20px;
}

[dir="rtl"] .contact__list-icon span {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .contact__list-icon span {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .contact__list-icon span {
  margin-left: 0;
  margin-right: 20px;
}

.contact__list-icon-9 span {
  display: inline-block;
  font-size: 24px;
  position: relative;
  color: var(--tp-common-black);
}

[dir="ltr"] .contact__list-icon-9 span {
  margin-right: 30px;
}

[dir="rtl"] .contact__list-icon-9 span {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .contact__list-icon-9 span {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .contact__list-icon-9 span {
  margin-left: 0;
  margin-right: 30px;
}

@media (max-width: 575px) {
  .contact__list-icon-9 span {
    margin-bottom: 25px;
  }
}

.contact__list-icon-9 span .contact-icon-shape {
  position: absolute;
  bottom: -12px;
}

[dir="ltr"] .contact__list-icon-9 span .contact-icon-shape {
  right: -16px;
}

[dir="rtl"] .contact__list-icon-9 span .contact-icon-shape {
  left: -16px;
}

[dir="ltr"] [dir=rtl] .contact__list-icon-9 span .contact-icon-shape {
  right: auto;
  left: -16px;
}

[dir="rtl"] [dir=rtl] .contact__list-icon-9 span .contact-icon-shape {
  left: auto;
  right: -16px;
}

.contact__list-icon-9 span svg, .contact__list-icon-9 span i {
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.contact__list-icon-11 span {
  display: inline-block;
  color: var(--tp-common-brown-dark);
  font-size: 55px;
}

[dir="ltr"] .contact__list-icon-11 span {
  transform: translateX(-50%) translateY(-15%);
}

[dir="rtl"] .contact__list-icon-11 span {
  transform: translateX(50%) translateY(-15%);
}

.contact__list-content h5, .contact__list-content .h5 {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.04em;
  margin-bottom: 2px;
  color: var(--tp-text-1);
}

.contact__list-content p {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.contact__list-content-9 h5, .contact__list-content-9 .h5 {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #525258;
  margin-bottom: 10px;
}

.contact__list-content-9 p {
  font-family: var(--tp-ff-p);
  font-weight: 600;
  font-size: 22px;
  line-height: 15px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.contact__list-content-9 p a {
  position: relative;
}

.contact__list-content-9 p a::after {
  position: absolute;
  content: "";
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .contact__list-content-9 p a::after {
  left: auto;
  right: 0;
}

[dir="rtl"] .contact__list-content-9 p a::after {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .contact__list-content-9 p a::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .contact__list-content-9 p a::after {
  right: 0;
  left: auto;
}

.contact__list-content-9 p a:hover::after {
  width: 100%;
}

[dir="ltr"] .contact__list-content-9 p a:hover::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .contact__list-content-9 p a:hover::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .contact__list-content-9 p a:hover::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .contact__list-content-9 p a:hover::after {
  right: auto;
  left: 0;
}

[dir="ltr"] .contact__list-content-11 {
  margin-left: 3px;
}

[dir="rtl"] .contact__list-content-11 {
  margin-right: 3px;
}

[dir="ltr"] [dir=rtl] .contact__list-content-11 {
  margin-left: 0;
  margin-right: 3px;
}

[dir="rtl"] [dir=rtl] .contact__list-content-11 {
  margin-right: 0;
  margin-left: 3px;
}

.contact__list-content-11 h5, .contact__list-content-11 .h5 {
  font-family: var(--tp-ff-rajdhani);
  font-weight: 600;
  font-size: 22px;
  line-height: 0.82;
  color: var(--tp-common-black);
}

.contact__list-content-11 p {
  font-family: var(--tp-ff-p);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #53535a;
  margin-bottom: 0;
}

.contact__list-content-11 p a {
  position: relative;
}

.contact__list-content-11 p a:hover {
  color: var(--tp-theme-1);
}

.contact__btn .tp-btn-brown {
  padding: 11px 32px 13px;
}

.contact__btn-2 .tp-btn {
  padding: 12px 47px;
}

.contact__btn-2 .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.contact__btn-3 .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.contact__shape-1 {
  position: absolute;
  top: 12%;
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-image: -o-linear-gradient(329deg, rgba(255, 145, 250, 0.1) 13.55%, rgba(250, 100, 144, 0.1) 48.54%, rgba(247, 216, 106, 0.1) 86.44%);
}

[dir="ltr"] .contact__shape-1 {
  left: 15%;
  background-image: linear-gradient(329deg, rgba(255, 145, 250, 0.1) 13.55%, rgba(250, 100, 144, 0.1) 48.54%, rgba(247, 216, 106, 0.1) 86.44%);
}

[dir="rtl"] .contact__shape-1 {
  right: 15%;
  background-image: linear-gradient(-329deg, rgba(255, 145, 250, 0.1) 13.55%, rgba(250, 100, 144, 0.1) 48.54%, rgba(247, 216, 106, 0.1) 86.44%);
}

[dir="ltr"] [dir=rtl] .contact__shape-1 {
  left: auto;
  right: 15%;
}

[dir="rtl"] [dir=rtl] .contact__shape-1 {
  right: auto;
  left: 15%;
}

.contact__shape-2 {
  position: absolute;
  bottom: -1%;
  z-index: 1;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

[dir="ltr"] .contact__shape-2 {
  right: -17%;
}

[dir="rtl"] .contact__shape-2 {
  left: -17%;
}

[dir="ltr"] [dir=rtl] .contact__shape-2 {
  right: auto;
  left: -17%;
}

[dir="rtl"] [dir=rtl] .contact__shape-2 {
  left: auto;
  right: -17%;
}

@media (max-width: 575px) {
  .contact__shape-2 {
    display: none;
  }
}

.contact__shape-circle {
  position: absolute;
  content: "";
  top: 2%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 1px solid rgba(119, 55, 255, 0.1);
  background-color: transparent;
  z-index: -1;
}

[dir="ltr"] .contact__shape-circle {
  right: -13%;
}

[dir="rtl"] .contact__shape-circle {
  left: -13%;
}

[dir="ltr"] [dir=rtl] .contact__shape-circle {
  right: auto;
  left: -13%;
}

[dir="rtl"] [dir=rtl] .contact__shape-circle {
  left: auto;
  right: -13%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__inner-11 {
    margin-top: 75px;
  }

  .contact__inner-11 .section__title-wrapper-11 {
    margin-bottom: 30px;
  }
}

.contact__item {
  padding: 60px 40px 58px;
  box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .contact__item {
    padding: 60px 20px 58px;
  }
}

.contact__content .contact-item-subtitle {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  text-decoration-line: underline;
  color: #96969c;
  margin-bottom: 15px;
}

.contact__content p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.contact__content p a:hover {
  color: var(--tp-theme-1);
}

.contact__content-2 {
  margin-bottom: 43px;
}

.contact__content-2 .contact-title {
  font-size: 34px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}

.contact__content-2 p {
  font-size: 15px;
  line-height: 1.6;
}

.contact__info-box {
  padding: 40px 40px 45px;
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(3, 4, 28, 0.1);
}

.contact__info-box-title {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.contact__info-box p {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 32px;
}

@media (max-width: 575px) {
  .contact__info-box p br {
    display: none;
  }
}

.contact__info-box-refund p {
  font-size: 14px;
  margin-bottom: 0;
}

.contact__info-box-refund p a:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] .contact__info-item:not(:last-child) {
  margin-right: 46px;
}

[dir="rtl"] .contact__info-item:not(:last-child) {
  margin-left: 46px;
}

[dir="ltr"] [dir=rtl] .contact__info-item:not(:last-child) {
  margin-right: 0;
  margin-left: 46px;
}

[dir="rtl"] [dir=rtl] .contact__info-item:not(:last-child) {
  margin-left: 0;
  margin-right: 46px;
}

.contact__info-item:hover .contact__info-icon span svg, .contact__info-item:hover .contact__info-icon span i {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.contact__info-icon span {
  font-size: 26px;
  color: var(--tp-common-purple);
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.contact__info-icon span::after {
  position: absolute;
  content: "";
  top: 0;
  width: 38px;
  height: 38px;
  background-image: -o-linear-gradient(151.63deg, rgba(99, 100, 219, 0) 4.91%, rgba(99, 100, 219, 0.12) 88.78%);
  border-radius: 50%;
}

[dir="ltr"] .contact__info-icon span::after {
  left: 0;
  background-image: linear-gradient(151.63deg, rgba(99, 100, 219, 0) 4.91%, rgba(99, 100, 219, 0.12) 88.78%);
}

[dir="rtl"] .contact__info-icon span::after {
  right: 0;
  background-image: linear-gradient(-151.63deg, rgba(99, 100, 219, 0) 4.91%, rgba(99, 100, 219, 0.12) 88.78%);
}

[dir="ltr"] [dir=rtl] .contact__info-icon span::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .contact__info-icon span::after {
  right: auto;
  left: 0;
}

.contact__info-icon span svg {
  transform: translateY(-2px);
}

.contact__info-icon span svg, .contact__info-icon span i {
  transition: 0.2s ease-in-out;
}

.contact__info-content p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.contact__info-content p a:hover {
  color: var(--tp-theme-1);
}

.contact__info-content.has-fw-400 p {
  font-weight: 400;
}

.contact__info-content.has-fw-400 p a {
  text-decoration: underline;
}

.contact__agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #d9d9de;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-2.5px);
  padding: 0;
}

.contact__agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.contact__agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
}

[dir="ltr"] .contact__agree input:checked::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .contact__agree input:checked::after {
  right: 50%;
  transform: translate(50%, -50%);
}

.contact__agree input:hover {
  cursor: pointer;
}

.contact__agree label {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  font-family: var(--tp-ff-inter);
}

[dir="ltr"] .contact__agree label {
  padding-left: 10px;
}

[dir="rtl"] .contact__agree label {
  padding-right: 10px;
}

[dir="ltr"] [dir=rtl] .contact__agree label {
  padding-left: 0;
  padding-right: 10px;
}

[dir="rtl"] [dir=rtl] .contact__agree label {
  padding-right: 0;
  padding-left: 10px;
}

.contact__agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
}

[dir="ltr"] .contact__agree label a {
  padding-left: 4px;
}

[dir="rtl"] .contact__agree label a {
  padding-right: 4px;
}

[dir="ltr"] [dir=rtl] .contact__agree label a {
  padding-left: 0;
  padding-right: 4px;
}

[dir="rtl"] [dir=rtl] .contact__agree label a {
  padding-right: 0;
  padding-left: 4px;
}

.contact__agree label a:hover {
  color: var(--tp-theme-1);
}

.contact__agree label:hover {
  cursor: pointer;
}

.contact__location-item {
  padding-top: 33px;
  padding-bottom: 33px;
  border-bottom: 1px solid #eaeaef;
}

.contact__location-title {
  width: 300px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__location-info {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .contact__location-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

[dir="ltr"] [dir=rtl] .contact__location-icon {
  margin-right: 0;
  margin-left: 45px;
}

[dir="rtl"] [dir=rtl] .contact__location-icon {
  margin-left: 0;
  margin-right: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .contact__location-icon {
    margin-right: 15px;
  }

  [dir="rtl"] .contact__location-icon {
    margin-left: 15px;
  }

  [dir="ltr"] [dir=rtl] .contact__location-icon {
    margin-right: 0;
    margin-left: 15px;
  }

  [dir="rtl"] [dir=rtl] .contact__location-icon {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media (max-width: 575px) {
  .contact__location-icon {
    margin-bottom: 20px;
  }
}

.contact__location-content p {
  font-family: var(--tp-ff-space);
  font-size: 15px;
  line-height: 1.47;
  letter-spacing: -0.02em;
  color: #525258;
  margin-bottom: 0;
  word-wrap: break-word;
}

.contact__location-content p a:hover {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__location-btn {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__location-btn {
    margin-top: 15px;
  }
}

.contact__location-btn .tp-btn-border {
  padding: 9px 31px;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.contact__location-btn .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.contact__location-box {
  padding: 60px 50px;
  box-shadow: 0px 20px 40px rgba(3, 4, 28, 0.08);
}

.contact__location-box:hover .contact__location-box-icon img {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.contact__location-box-title {
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #eaeaef;
}

.contact__location-box-icon {
  margin-bottom: 33px;
  min-height: 56px;
}

.contact__location-box-icon img {
  transition: 0.2s ease-in-out;
}

.contact__location-box-info {
  margin-bottom: 30px;
}

.contact__location-box-info p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
  margin-bottom: 0;
}

.contact__location-box-info p a:hover {
  color: var(--tp-theme-1);
}

.contact__location-box-btn .tp-btn-border {
  padding: 9px 36px;
  font-size: 15px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.contact__location-box-btn .tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.contact__social a {
  font-size: 16px;
  color: #b9b9bf;
  margin: 0 10px;
}

.contact__social a:hover {
  color: var(--tp-theme-1);
}

.contact__translate {
  position: relative;
  z-index: 1;
  margin-top: -180px;
  border: 0;
}

.contact__translate-2 {
  position: relative;
  z-index: 1;
  margin-top: -190px;
  border: 0;
}

.contact__map-height {
  height: 500px;
}

.contact__map-height iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact__map-black {
  filter: grayscale(100%);
}

.contact__style-2 {
  background-color: var(--tp-common-white);
  box-shadow: 0px 20px 40px rgba(3, 4, 28, 0.08);
}

.contact__style-2 .contact__form-call {
  display: block;
}

@keyframes tpshake {
  10% {
    transform: translateY(-10px);
  }

  50% {
    transform: skew(15deg);
  }

  80% {
    transform: rotate(10deg);
  }

  100% {
    transform: translate(0);
  }
}
/*----------------------------------------*/
/*  26. TICKET CSS START
/*----------------------------------------*/
.ticket__shape-1 {
  position: absolute;
  top: 0;
  z-index: -1;
}

[dir="ltr"] .ticket__shape-1 {
  left: 0;
}

[dir="rtl"] .ticket__shape-1 {
  right: 0;
}

.ticket__shape-2 {
  position: absolute;
  top: 0;
  z-index: -1;
}

[dir="ltr"] .ticket__shape-2 {
  right: 40%;
}

[dir="rtl"] .ticket__shape-2 {
  left: 40%;
}

.ticket__shape-3 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

[dir="ltr"] .ticket__shape-3 {
  right: 0;
}

[dir="rtl"] .ticket__shape-3 {
  left: 0;
}

.ticket__wrapper {
  padding: 20px 50px;
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .ticket__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.ticket__title {
  font-family: var(--tp-ff-space);
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 0;
}

.ticket__content p {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .ticket__inner {
    margin-bottom: 30px;
  }
}

[dir="ltr"] [dir=rtl] .ticket__icon {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .ticket__icon {
  margin-left: 0;
  margin-right: 15px;
}

@media (max-width: 575px) {
  .ticket__icon {
    margin-bottom: 20px;
  }
}
/*----------------------------------------*/
/*  27. FEATURES CSS START
/*----------------------------------------*/
.features__section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.14;
  letter-spacing: -0.04em;
  color: var(--tp-common-black);
}

@media (max-width: 575px) {
  .features__section-title {
    font-size: 30px;
  }
}

.features__section-title-wrapper {
  padding-left: 35px;
  padding-right: 35px;
  overflow-x: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__section-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.features__wrapper-9 {
  padding-top: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__wrapper-9 {
    margin-top: 0;
  }

  [dir="ltr"] .features__wrapper-9 {
    margin-right: 0;
  }

  [dir="rtl"] .features__wrapper-9 {
    margin-left: 0;
  }
}

.features__wrapper-10 .row [class*=col-]:nth-child(2n) .features__item-10 {
  margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__wrapper-10 .row [class*=col-]:nth-child(2n) .features__item-10 {
    margin-top: 0;
  }
}

.features__wrapper-15 {
  position: relative;
  z-index: 1;
  box-shadow: 0px 20px 40px rgba(3, 4, 28, 0.08);
}

.features__wrapper-15.is-translate-50 {
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__wrapper-15.is-translate-50 {
    transform: translateY(-25%);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__wrapper-15.is-translate-50 {
    transform: translateY(0%);
    margin-top: 50px;
    margin-bottom: 120px;
  }
}

[dir="ltr"] .features__wrapper-15 .row [class*=col-]:nth-child(3n) .features__item-15 {
  border-right: 0;
}

[dir="rtl"] .features__wrapper-15 .row [class*=col-]:nth-child(3n) .features__item-15 {
  border-left: 0;
}

[dir="ltr"] [dir=rtl] .features__wrapper-15 .row [class*=col-]:nth-child(3n) .features__item-15 {
  border-left: 0;
}

[dir="rtl"] [dir=rtl] .features__wrapper-15 .row [class*=col-]:nth-child(3n) .features__item-15 {
  border-right: 0;
}

.features__item {
  padding: 40px 30px 30px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(13, 18, 30, 0.08);
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .features__item {
    padding: 35px 20px 10px;
  }
}

.features__item::after {
  position: absolute;
  content: "";
  top: 0;
  width: 0;
  height: 2px;
  background-color: var(--tp-common-blue-3);
}

[dir="ltr"] .features__item::after {
  left: auto;
  right: 0;
}

[dir="rtl"] .features__item::after {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .features__item::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .features__item::after {
  right: 0;
  left: auto;
}

.features__item:hover {
  box-shadow: 0px 30px 30px rgba(13, 18, 30, 0.08);
  transform: translateY(-10px);
}

.features__item:hover::after {
  width: 100%;
}

[dir="ltr"] .features__item:hover::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .features__item:hover::after {
  right: 0;
  left: auto;
}

.features__item.has-green::after {
  background-color: var(--tp-common-green-5);
}

.features__item.has-green .features__icon span {
  color: var(--tp-common-green-5);
}

.features__item.has-green .features__btn a {
  color: var(--tp-common-green-5);
}

.features__item.has-red::after {
  background-color: var(--tp-common-red);
}

.features__item.has-red .features__icon span {
  color: var(--tp-common-red);
}

.features__item.has-red .features__btn a {
  color: var(--tp-common-red);
}

.features__item.has-pink::after {
  background-color: var(--tp-common-pink-3);
}

.features__item.has-pink .features__icon span {
  color: var(--tp-common-pink-3);
}

.features__item.has-pink .features__btn a {
  color: var(--tp-common-pink-3);
}

.features__item.has-purple::after {
  background-color: var(--tp-common-purple-5);
}

.features__item.has-purple .features__icon span {
  color: var(--tp-common-purple-5);
}

.features__item.has-purple .features__btn a {
  color: var(--tp-common-purple-5);
}

.features__item-7 {
  border: 1px solid rgba(4, 18, 31, 0.1);
  border-radius: 40px;
  padding: 52px 45px 57px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features__item-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__item-7 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.features__item-7:hover {
  background-color: #f8f4ee;
  border-color: #f8f4ee;
}

.features__item-10 {
  padding: 55px 50px 57px;
  border: 2px solid #eaeaef;
  border-radius: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features__item-10 {
    padding: 35px 30px 37px;
  }
}

.features__item-10:hover {
  border-color: #fc3839;
}

.features__item-10:hover .features__icon-10 span {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.features__item-13:hover .features__icon-13 span svg, .features__item-13:hover .features__icon-13 span i {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.features__item-14 {
  padding: 0 40px 15px;
}

.features__item-15 {
  padding: 65px 60px 45px;
  height: 100%;
}

[dir="ltr"] .features__item-15 {
  border-right: 1px solid #eaeaef;
}

[dir="rtl"] .features__item-15 {
  border-left: 1px solid #eaeaef;
}

[dir="ltr"] [dir=rtl] .features__item-15 {
  border-right: 0;
  border-left: 1px solid #eaeaef;
}

[dir="rtl"] [dir=rtl] .features__item-15 {
  border-left: 0;
  border-right: 1px solid #eaeaef;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .features__item-15 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__item-15 {
    border: 0;
    border-bottom: 1px solid #eaeaef;
  }
}

.features__item-15:hover .features__icon-15 svg, .features__item-15:hover .features__icon-15 i {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.features__icon {
  margin-bottom: 33px;
}

.features__icon span {
  font-size: 45px;
  color: var(--tp-common-blue-3);
}

.features__icon-7 span {
  display: inline-block;
  font-size: 80px;
  color: var(--tp-common-yellow-3);
  min-height: 100px;
  margin-bottom: 25px;
}

.features__icon-10 span {
  display: inline-block;
  font-size: 70px;
  color: var(--tp-common-black-solid);
  min-height: 70px;
  margin-bottom: 40px;
  transition: 0.2s ease-in-out;
}

.features__icon-13 span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  background: var(--tp-common-white);
  border: 1px solid rgba(3, 4, 28, 0.1);
  border-radius: 45px;
  color: var(--tp-common-black);
}

[dir="ltr"] .features__icon-13 span {
  margin-right: 16px;
}

[dir="rtl"] .features__icon-13 span {
  margin-left: 16px;
}

[dir="ltr"] [dir=rtl] .features__icon-13 span {
  margin-right: 0;
  margin-left: 16px;
}

[dir="rtl"] [dir=rtl] .features__icon-13 span {
  margin-left: 0;
  margin-right: 16px;
}

.features__icon-13 span svg {
  transform: translateY(-1px);
}

.features__icon-13 span svg, .features__icon-13 span i {
  transition: 0.2s ease-in-out;
}

.features__icon-14 span {
  display: inline-block;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #eeeeee;
  margin-bottom: 17px;
  margin-top: -47px;
}

.features__icon-15 span {
  font-size: 45px;
  color: var(--tp-theme-1);
  position: relative;
}

.features__icon-15 span::after {
  position: absolute;
  content: "";
  bottom: -18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-image: -o-linear-gradient(314.27deg, rgba(245, 9, 99, 0.12) 0%, rgba(255, 255, 255, 0) 79.01%);
}

[dir="ltr"] .features__icon-15 span::after {
  left: 6px;
  background-image: linear-gradient(314.27deg, rgba(245, 9, 99, 0.12) 0%, rgba(255, 255, 255, 0) 79.01%);
}

[dir="rtl"] .features__icon-15 span::after {
  right: 6px;
  background-image: linear-gradient(-314.27deg, rgba(245, 9, 99, 0.12) 0%, rgba(255, 255, 255, 0) 79.01%);
}

[dir="ltr"] [dir=rtl] .features__icon-15 span::after {
  left: auto;
  right: 6px;
}

[dir="rtl"] [dir=rtl] .features__icon-15 span::after {
  right: auto;
  left: 6px;
}

.features__icon-15 span svg, .features__icon-15 span i {
  transition: 0.2s ease-in-out;
}

.features__title {
  font-family: var(--tp-ff-roboto);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--tp-common-black-9);
  margin-bottom: 10px;
}

.features__title-7 {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: var(--tp-text-23);
  margin-bottom: 23px;
}

.features__title-9 {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  color: var(--tp-text-25);
}

.features__title-10 {
  font-size: 26px;
  letter-spacing: -0.02em;
  margin-bottom: 17px;
}

.features__title-10 a:hover {
  color: var(--tp-theme-10);
}

.features__title-13 {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-solid);
  margin-bottom: 5px;
}

.features__title-13 a:hover {
  color: var(--tp-theme-1);
}

.features__title-14 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
}

.features__title-15 {
  font-size: 22px;
  letter-spacing: -0.04em;
}

.features__title-15 a:hover {
  color: var(--tp-theme-1);
}

.features__content > p {
  color: var(--tp-text-18);
  font-size: 15px;
  margin-bottom: 30px;
  font-family: var(--tp-ff-roboto);
}

.features__content-7 > p {
  font-family: var(--tp-ff-inter);
  font-size: 22px;
  line-height: 1.4;
  color: var(--tp-common-black-11);
  margin-bottom: 30px;
}

.features__content-9 {
  border: 1px solid #eaeaef;
  margin-bottom: 10px;
  padding: 30px 28px 18px;
  position: relative;
}

.features__content-9::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  width: 3px;
  height: 0;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .features__content-9::after {
  left: 0;
}

[dir="rtl"] .features__content-9::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .features__content-9::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .features__content-9::after {
  right: auto;
  left: 0;
}

.features__content-9:last-child {
  margin-bottom: 0;
}

.features__content-9 span {
  font-family: var(--tp-ff-syne);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--tp-common-black);
  display: block;
  margin-bottom: 1px;
}

#features-item-thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-common-black-12);
  overflow: hidden;
}

[dir="ltr"] #features-item-thumb {
  left: 0;
}

[dir="rtl"] #features-item-thumb {
  right: 0;
}

#features-item-thumb.features-img-1 .features-img-1 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-2 .features-img-2 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-3 .features-img-3 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-4 .features-img-4 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-5 .features-img-5 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-6 .features-img-6 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-7 .features-img-7 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-8 .features-img-8 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-9 .features-img-9 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-10 .features-img-10 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-11 .features-img-11 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-12 .features-img-12 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-13 .features-img-13 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-14 .features-img-14 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-15 .features-img-15 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-16 .features-img-16 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-17 .features-img-17 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-18 .features-img-18 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-19 .features-img-19 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-20 .features-img-20 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-21 .features-img-21 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-22 .features-img-22 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-23 .features-img-23 {
  visibility: visible;
  opacity: 1;
}

#features-item-thumb.features-img-24 .features-img-24 {
  visibility: visible;
  opacity: 1;
}

.features__content-9:hover, .features__content-9.active {
  cursor: pointer;
}

.features__content-9:hover::after, .features__content-9.active::after {
  height: 100%;
  bottom: auto;
  top: 0;
}

.features__content-9:hover .features__title-9, .features__content-9.active .features__title-9 {
  color: var(--tp-common-black);
}

.features__content-10 > span {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 20px;
  color: #84848b;
  margin-bottom: 5px;
}

.features__content-10 > p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1.38;
  color: #525258;
  margin-bottom: 40px;
}

.features__content-13 p {
  font-family: var(--tp-ff-roboto);
  font-size: 15px;
  line-height: 1.33;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__content-13 p br {
    display: none;
  }
}

.features__content-14 p {
  line-height: 1.57;
}

.features__content-15 p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(3, 4, 28, 0.8);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__more-10 {
    margin-bottom: 40px;
  }
}

.features__btn a {
  color: var(--tp-common-blue-3);
}

.features__btn a:hover {
  color: var(--tp-common-blue-3);
}

.features__btn-7 a {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--tp-common-black-solid);
}

.features__btn-7 a:hover {
  color: var(--tp-theme-7);
}

.features__shape-1 {
  position: absolute;
  right: 0;
  top: 19%;
  z-index: -1;
  left: 0;
}

.features__shape-2 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
}

[dir="ltr"] .features__shape-2 {
  left: 0;
}

[dir="rtl"] .features__shape-2 {
  right: 0;
}

.features__shape-3 {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  overflow: hidden;
  animation: tpupdown 1s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .features__shape-3 {
  right: 0;
}

[dir="rtl"] .features__shape-3 {
  left: 0;
}

.features__shape-4 {
  position: absolute;
  top: 14%;
  z-index: -1;
  animation: tprotate 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .features__shape-4 {
  right: 8%;
}

[dir="rtl"] .features__shape-4 {
  left: 8%;
}

.features__shape-5 {
  position: absolute;
  top: 10%;
  z-index: -1;
}

[dir="ltr"] .features__shape-5 {
  left: 0;
}

[dir="rtl"] .features__shape-5 {
  right: 0;
}

.features__shape-6 {
  position: absolute;
  top: 16%;
  z-index: -1;
}

[dir="ltr"] .features__shape-6 {
  left: 0;
}

[dir="rtl"] .features__shape-6 {
  right: 0;
}

.features__shape-7 {
  position: absolute;
  top: -15%;
  z-index: -2;
}

[dir="ltr"] .features__shape-7 {
  right: 10%;
}

[dir="rtl"] .features__shape-7 {
  left: 10%;
}

.features__shape-8 {
  position: absolute;
  top: 3%;
  z-index: -1;
}

[dir="ltr"] .features__shape-8 {
  right: 2%;
}

[dir="rtl"] .features__shape-8 {
  left: 2%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__shape-8 {
    top: 0%;
  }

  [dir="ltr"] .features__shape-8 {
    right: 0%;
  }

  [dir="rtl"] .features__shape-8 {
    left: 0%;
  }
}

@media (max-width: 575px) {
  .features__shape-8 {
    top: 10%;
  }
}

.features__offer {
  background-color: #f8f4ee;
  border-radius: 100px;
  padding: 20px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__offer {
    padding: 20px 20px;
  }
}

.features__offer span {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: var(--tp-common-black-11);
  background-color: #ffd584;
  border-radius: 20px;
  padding: 2px 25px;
}

[dir="ltr"] .features__offer span {
  margin-right: 15px;
}

[dir="rtl"] .features__offer span {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .features__offer span {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .features__offer span {
  margin-left: 0;
  margin-right: 15px;
}

.features__offer p {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black-11);
  margin-bottom: 0;
}

.features__offer p a {
  font-weight: 600;
  font-size: 16px;
  color: var(--tp-theme-7);
  position: relative;
}

.features__offer p a::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--tp-theme-7);
}

[dir="ltr"] .features__offer p a::after {
  left: 0;
}

[dir="rtl"] .features__offer p a::after {
  right: 0;
}

.features__offer p a:hover {
  color: var(--tp-common-black-11);
}

.features__offer p a:hover::after {
  background-color: var(--tp-common-black-11);
}

.features__list-inner {
  border-radius: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features__list-inner {
    padding: 70px 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__list-inner {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .features__list-inner {
    padding: 40px 20px;
  }
}

.features__list-wrapper {
  position: relative;
  z-index: 1;
}

[dir="ltr"] .features__list-wrapper {
  padding-right: 12px;
}

[dir="rtl"] .features__list-wrapper {
  padding-left: 12px;
}

[dir="ltr"] [dir=rtl] .features__list-wrapper {
  padding-right: 0;
  padding-left: 12px;
}

[dir="rtl"] [dir=rtl] .features__list-wrapper {
  padding-left: 0;
  padding-right: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .features__list-wrapper {
    padding-right: 0;
  }

  [dir="rtl"] .features__list-wrapper {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .features__list-wrapper {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .features__list-wrapper {
    padding-right: 0;
  }
}

.features__list-wrapper .nav-tabs .nav-item {
  width: 100%;
}

.features__list-wrapper .nav-tabs .nav-item:not(:last-child) {
  margin-bottom: 10px;
}

.features__list-wrapper .nav-tabs .nav-item .nav-link {
  width: 100%;
}

.features__list-wrapper .nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}

.features__list-wrapper .nav-tabs .nav-item .nav-link:hover, .features__list-wrapper .nav-tabs .nav-item .nav-link.active {
  box-shadow: 0px 30px 50px rgba(5, 47, 40, 0.12);
  z-index: 1;
  cursor: pointer;
}

[dir="ltr"] .features__list-wrapper .nav-tabs .nav-item .nav-link:hover::after, [dir="ltr"] .features__list-wrapper .nav-tabs .nav-item .nav-link.active::after {
  left: -3px;
}

[dir="rtl"] .features__list-wrapper .nav-tabs .nav-item .nav-link:hover::after, [dir="rtl"] .features__list-wrapper .nav-tabs .nav-item .nav-link.active::after {
  right: -3px;
}

.features__list-wrapper .nav-tabs .nav-item .nav-link:hover .features__list-title, .features__list-wrapper .nav-tabs .nav-item .nav-link.active .features__list-title {
  color: var(--tp-theme-7);
}

.features__list-wrapper .nav-tabs .nav-item .nav-link:hover .features__list-btn a, .features__list-wrapper .nav-tabs .nav-item .nav-link.active .features__list-btn a {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-7);
}

.features__list-item {
  border-radius: 45px;
  position: relative;
}

.features__list-item-wrapper {
  border-radius: 45px;
}

[dir="ltr"] .features__list-item-wrapper {
  padding: 20px 25px 15px 30px;
}

[dir="rtl"] .features__list-item-wrapper {
  padding: 20px 30px 15px 25px;
}

.features__list-item::after {
  position: absolute;
  content: "";
  top: 0;
  width: 40%;
  height: 100%;
  background-color: var(--tp-theme-7);
  z-index: -1;
  border-radius: 45px;
}

[dir="ltr"] .features__list-item::after {
  left: 3px;
}

[dir="rtl"] .features__list-item::after {
  right: 3px;
}

[dir="ltr"] [dir=rtl] .features__list-item::after {
  left: auto;
  right: 3px;
}

[dir="rtl"] [dir=rtl] .features__list-item::after {
  right: auto;
  left: 3px;
}

@media (max-width: 575px) {
  .features__list-item-inner {
    margin-bottom: 20px;
  }
}

[dir="ltr"] [dir=rtl] .features__list-icon {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .features__list-icon {
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .features__list-icon {
    margin-bottom: 20px;
  }
}

.features__list-icon span {
  font-size: 24px;
  color: var(--tp-theme-7);
}

.features__list-title {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
  color: var(--tp-common-black-11);
  margin-bottom: 0;
}

[dir="ltr"] .features__list-title {
  text-align: left;
}

[dir="rtl"] .features__list-title {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .features__list-title {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .features__list-title {
  text-align: left;
}

.features__list-title a:hover {
  color: var(--tp-theme-7);
}

.features__list-content > p {
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  margin-bottom: 0;
}

.features__list-btn a {
  background-color: rgba(4, 18, 31, 0.0588235294);
  color: var(--tp-common-black-11);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  display: inline-block;
}

.features__list-btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-7);
}

.features__list-thumb-wrapper {
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__list-thumb-wrapper {
    margin-top: 50px;
  }
}

.features__list-thumb-1 {
  position: relative;
  z-index: 1;
  top: 0;
  box-shadow: 0px 40px 70px rgba(86, 55, 8, 0.1);
  border-radius: 20px;
}

[dir="ltr"] .features__list-thumb-1 {
  left: 45px;
}

[dir="rtl"] .features__list-thumb-1 {
  right: 45px;
}

[dir="ltr"] [dir=rtl] .features__list-thumb-1 {
  left: auto;
  right: 45px;
}

[dir="rtl"] [dir=rtl] .features__list-thumb-1 {
  right: auto;
  left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .features__list-thumb-1 {
    left: 0;
  }

  [dir="rtl"] .features__list-thumb-1 {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .features__list-thumb-1 {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .features__list-thumb-1 {
    right: auto;
    left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__list-thumb-1 {
    top: 0;
  }

  [dir="ltr"] .features__list-thumb-1 {
    left: 45px;
  }

  [dir="rtl"] .features__list-thumb-1 {
    right: 45px;
  }

  [dir="ltr"] [dir=rtl] .features__list-thumb-1 {
    left: auto;
    right: 45px;
  }

  [dir="rtl"] [dir=rtl] .features__list-thumb-1 {
    right: auto;
    left: 45px;
  }
}

@media (max-width: 575px) {
  .features__list-thumb-1 {
    top: 0;
    width: 100%;
  }

  [dir="ltr"] .features__list-thumb-1 {
    left: 0;
  }

  [dir="rtl"] .features__list-thumb-1 {
    right: 0;
  }
}

.features__list-thumb-2 {
  position: absolute;
  top: 58%;
  box-shadow: 0px 30px 70px rgba(86, 55, 8, 0.1);
  border-radius: 20px;
}

[dir="ltr"] .features__list-thumb-2 {
  left: 19%;
}

[dir="rtl"] .features__list-thumb-2 {
  right: 19%;
}

[dir="ltr"] [dir=rtl] .features__list-thumb-2 {
  left: auto;
  right: 19%;
}

[dir="rtl"] [dir=rtl] .features__list-thumb-2 {
  right: auto;
  left: 19%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .features__list-thumb-2 {
    left: 0;
  }

  [dir="rtl"] .features__list-thumb-2 {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .features__list-thumb-2 {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .features__list-thumb-2 {
    right: auto;
    left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__list-thumb-2 {
    position: relative;
    top: 0;
  }

  [dir="ltr"] .features__list-thumb-2 {
    left: 0;
  }

  [dir="rtl"] .features__list-thumb-2 {
    right: 0;
  }

  [dir="ltr"] [dir=rtl] .features__list-thumb-2 {
    left: auto;
    right: 0;
  }

  [dir="rtl"] [dir=rtl] .features__list-thumb-2 {
    right: auto;
    left: 0;
  }
}

@media (max-width: 575px) {
  .features__list-thumb-2 {
    position: relative;
    top: 0;
    width: 100%;
  }

  [dir="ltr"] .features__list-thumb-2 {
    left: 0;
  }

  [dir="rtl"] .features__list-thumb-2 {
    right: 0;
  }
}

.features__list-thumb-3 {
  position: absolute;
  bottom: -95%;
  z-index: -1;
  border-radius: 10px;
}

[dir="ltr"] .features__list-thumb-3 {
  right: 13%;
}

[dir="rtl"] .features__list-thumb-3 {
  left: 13%;
}

[dir="ltr"] [dir=rtl] .features__list-thumb-3 {
  right: auto;
  left: 13%;
}

[dir="rtl"] [dir=rtl] .features__list-thumb-3 {
  left: auto;
  right: 13%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features__list-thumb-3 {
    bottom: 22%;
  }

  [dir="ltr"] .features__list-thumb-3 {
    right: -14%;
  }

  [dir="rtl"] .features__list-thumb-3 {
    left: -14%;
  }

  [dir="ltr"] [dir=rtl] .features__list-thumb-3 {
    right: auto;
    left: -14%;
  }

  [dir="rtl"] [dir=rtl] .features__list-thumb-3 {
    left: auto;
    right: -14%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .features__list-thumb-3 {
    position: relative;
    bottom: 0;
  }

  [dir="ltr"] .features__list-thumb-3 {
    right: 0;
  }

  [dir="rtl"] .features__list-thumb-3 {
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .features__list-thumb-3 {
    right: auto;
    left: 0;
  }

  [dir="rtl"] [dir=rtl] .features__list-thumb-3 {
    left: auto;
    right: 0;
  }
}

@media (max-width: 575px) {
  .features__list-thumb-3 {
    position: relative;
    bottom: 0;
    width: 100%;
  }

  [dir="ltr"] .features__list-thumb-3 {
    right: 0;
  }

  [dir="rtl"] .features__list-thumb-3 {
    left: 0;
  }
}

.features__tab .nav-tabs .nav-item .nav-link span {
  font-family: var(--tp-ff-syne);
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #525258;
  display: block;
  margin-bottom: 5px;
}

.features__tab .nav-tabs .nav-item .nav-link h3, .features__tab .nav-tabs .nav-item .nav-link .h3 {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 50px;
  line-height: 0.8;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  position: relative;
  display: inline-block;
}

[dir="ltr"] .features__tab .nav-tabs .nav-item .nav-link h3, [dir="ltr"] .features__tab .nav-tabs .nav-item .nav-link .h3 {
  padding-left: 0;
}

[dir="rtl"] .features__tab .nav-tabs .nav-item .nav-link h3, [dir="rtl"] .features__tab .nav-tabs .nav-item .nav-link .h3 {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link h3, [dir="ltr"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link .h3 {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link h3, [dir="rtl"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link .h3 {
  padding-left: 0;
}

.features__tab .nav-tabs .nav-item .nav-link h3::after, .features__tab .nav-tabs .nav-item .nav-link .h3::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: -o-linear-gradient(327.72deg, #fa6490 29.82%, #f7d86a 91.13%);
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .features__tab .nav-tabs .nav-item .nav-link h3::after, [dir="ltr"] .features__tab .nav-tabs .nav-item .nav-link .h3::after {
  left: 0;
  background-image: linear-gradient(327.72deg, #fa6490 29.82%, #f7d86a 91.13%);
}

[dir="rtl"] .features__tab .nav-tabs .nav-item .nav-link h3::after, [dir="rtl"] .features__tab .nav-tabs .nav-item .nav-link .h3::after {
  right: 0;
  background-image: linear-gradient(-327.72deg, #fa6490 29.82%, #f7d86a 91.13%);
}

[dir="ltr"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link h3::after, [dir="ltr"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link .h3::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link h3::after, [dir="rtl"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link .h3::after {
  right: auto;
  left: 0;
}

.features__tab .nav-tabs .nav-item .nav-link h3::before, .features__tab .nav-tabs .nav-item .nav-link .h3::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: calc(0% - 23px);
  height: 2px;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .features__tab .nav-tabs .nav-item .nav-link h3::before, [dir="ltr"] .features__tab .nav-tabs .nav-item .nav-link .h3::before {
  left: 23px;
}

[dir="rtl"] .features__tab .nav-tabs .nav-item .nav-link h3::before, [dir="rtl"] .features__tab .nav-tabs .nav-item .nav-link .h3::before {
  right: 23px;
}

[dir="ltr"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link h3::before, [dir="ltr"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link .h3::before {
  left: auto;
  right: 23px;
}

[dir="rtl"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link h3::before, [dir="rtl"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link .h3::before {
  right: auto;
  left: 23px;
}

.features__tab .nav-tabs .nav-item .nav-link:hover {
  cursor: pointer;
}

[dir="ltr"] .features__tab .nav-tabs .nav-item .nav-link.active h3, [dir="ltr"] .features__tab .nav-tabs .nav-item .nav-link.active .h3 {
  padding-left: 23px;
}

[dir="rtl"] .features__tab .nav-tabs .nav-item .nav-link.active h3, [dir="rtl"] .features__tab .nav-tabs .nav-item .nav-link.active .h3 {
  padding-right: 23px;
}

[dir="ltr"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link.active h3, [dir="ltr"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link.active .h3 {
  padding-left: 0;
  padding-right: 23px;
}

[dir="rtl"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link.active h3, [dir="rtl"] [dir=rtl] .features__tab .nav-tabs .nav-item .nav-link.active .h3 {
  padding-right: 0;
  padding-left: 23px;
}

.features__tab .nav-tabs .nav-item .nav-link.active h3::after, .features__tab .nav-tabs .nav-item .nav-link.active .h3::after {
  opacity: 1;
  visibility: visible;
}

.features__tab .nav-tabs .nav-item .nav-link.active h3::before, .features__tab .nav-tabs .nav-item .nav-link.active .h3::before {
  width: calc(100% - 23px);
}

.features__tab-content {
  height: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features__tab-content {
    margin-top: 30px;
  }

  [dir="ltr"] .features__tab-content {
    padding-left: 0;
  }

  [dir="rtl"] .features__tab-content {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .features__tab-content {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .features__tab-content {
    padding-left: 0;
  }
}

.features__tab-content * {
  height: 100%;
}

.features__tab-content img {
  object-fit: cover;
}

.features__thumb-wrapper-9 {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.features__thumb-wrapper-9::after {
  position: absolute;
  content: "";
  top: 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
  z-index: -1;
}

[dir="ltr"] .features__thumb-wrapper-9::after {
  right: 0;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .features__thumb-wrapper-9::after {
  left: 0;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] [dir=rtl] .features__thumb-wrapper-9::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .features__thumb-wrapper-9::after {
  left: auto;
  right: 0;
}

.features__thumb-9 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .features__thumb-9 {
  left: 0;
}

[dir="rtl"] .features__thumb-9 {
  right: 0;
}

.features__thumb-9 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features__thumb-9-content {
  position: absolute;
  bottom: 0;
  background-color: var(--tp-common-white);
  padding: 20px 40px 25px;
  width: 100%;
  max-width: 294px;
}

[dir="ltr"] .features__thumb-9-content {
  left: 0;
}

[dir="rtl"] .features__thumb-9-content {
  right: 0;
}

[dir="ltr"] [dir=rtl] .features__thumb-9-content {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .features__thumb-9-content {
  right: auto;
  left: 0;
}

.features__thumb-9-content p {
  font-family: var(--tp-ff-syne);
  font-size: 18px;
  line-height: 1.33;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}

.features__thumb-9 .features-users img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid var(--tp-common-white);
}

[dir="ltr"] .features__thumb-9 .features-users img:not(:first-child) {
  margin-left: -18px;
}

[dir="rtl"] .features__thumb-9 .features-users img:not(:first-child) {
  margin-right: -18px;
}

[dir="ltr"] [dir=rtl] .features__thumb-9 .features-users img:not(:first-child) {
  margin-left: 0;
  margin-right: -18px;
}

[dir="rtl"] [dir=rtl] .features__thumb-9 .features-users img:not(:first-child) {
  margin-right: 0;
  margin-left: -18px;
}

.features__list-area {
  overflow-x: hidden !important;
  position: relative;
}

.features__list-area .nav-tabs .nav-link {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/*----------------------------------------*/
/*  28. SUPPORT CSS START
/*----------------------------------------*/
.support__wrapper > p {
  font-family: var(--tp-ff-inter);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}

[dir="ltr"] .support__item {
  padding-right: 55px;
}

[dir="rtl"] .support__item {
  padding-left: 55px;
}

[dir="ltr"] [dir=rtl] .support__item {
  padding-right: 0;
  padding-left: 55px;
}

[dir="rtl"] [dir=rtl] .support__item {
  padding-left: 0;
  padding-right: 55px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .support__item {
    padding-right: 0;
  }

  [dir="rtl"] .support__item {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .support__item {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .support__item {
    padding-right: 0;
  }
}

.support__item:hover .support__icon span {
  transform: translateY(0) translate3d(0, -5px, 0);
}

.support__item-2 {
  border: 1px solid #eaeaef;
  padding: 18px 30px;
  min-width: 240px;
}

[dir="ltr"] .support__item-2 {
  margin-right: 10px;
}

[dir="rtl"] .support__item-2 {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .support__item-2 {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .support__item-2 {
  margin-left: 0;
  margin-right: 10px;
}

[dir="ltr"] .support__item-2:last-child {
  margin-right: 0;
}

[dir="rtl"] .support__item-2:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .support__item-2:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .support__item-2:last-child {
  margin-right: 0;
}

.support__icon {
  margin-bottom: 23px;
}

.support__icon span {
  font-size: 20px;
  color: var(--tp-theme-7);
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  box-shadow: 0px 3px 5px rgba(47, 28, 6, 0.1);
  border-radius: 50%;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

[dir="ltr"] .support__icon span {
  background: linear-gradient(35.1deg, #e8d8c1 18.5%, #fff9f0 92.94%);
}

[dir="rtl"] .support__icon span {
  background: linear-gradient(-35.1deg, #e8d8c1 18.5%, #fff9f0 92.94%);
}

[dir="ltr"] [dir=rtl] .support__icon-2 {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .support__icon-2 {
  margin-left: 0;
  margin-right: 15px;
}

.support__icon-2 span svg {
  transform: translateY(-2px);
}

.support__title {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: var(--tp-common-black-11);
}

.support__title-2 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.support__content p {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  line-height: 22px;
}

.support__thumb img {
  border-radius: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .support__thumb img {
    width: 100%;
  }
}

.support__thumb-wrapper {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .support__thumb-wrapper {
    margin-top: 50px;
  }

  [dir="ltr"] .support__thumb-wrapper {
    padding-left: 0;
  }

  [dir="rtl"] .support__thumb-wrapper {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .support__thumb-wrapper {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .support__thumb-wrapper {
    padding-left: 0;
  }
}

[dir="ltr"] [dir=rtl] .support__btn .tp-btnr-2 {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .support__btn .tp-btnr-2 {
  margin-left: 0;
  margin-right: 5px;
}

.support__btn .tp-btnr-2:hover {
  background-color: var(--tp-common-yellow-3);
  border-color: var(--tp-common-yellow-3);
  color: var(--tp-common-black);
}

.support__shape-1 {
  width: 300px;
  position: absolute;
  z-index: 1;
  bottom: 60px;
  border-radius: 30px;
  box-shadow: 0px 30px 50px rgba(4, 18, 31, 0.1);
  animation: tptranslateY2 4s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .support__shape-1 {
  left: 1%;
}

[dir="rtl"] .support__shape-1 {
  right: 1%;
}

@media (max-width: 575px) {
  .support__shape-1 {
    display: none;
  }
}

.support__shape-2 {
  position: absolute;
  z-index: -1;
  bottom: -10%;
}

[dir="ltr"] .support__shape-2 {
  right: -7%;
}

[dir="rtl"] .support__shape-2 {
  left: -7%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .support__shape-2 {
    right: 0;
  }

  [dir="rtl"] .support__shape-2 {
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .support__shape-2 {
    right: auto;
    left: 0;
  }

  [dir="rtl"] .support__shape-2 {
    left: auto;
    right: 0;
  }
}

.support__shape-3 {
  position: absolute;
  z-index: -1;
  top: 10%;
}

[dir="ltr"] .support__shape-3 {
  right: -12%;
}

[dir="rtl"] .support__shape-3 {
  left: -12%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .support__shape-3 {
    right: 0;
  }

  [dir="rtl"] .support__shape-3 {
    left: 0;
  }
}

.support__shape-4 {
  position: absolute;
  z-index: -1;
  top: 0%;
}

[dir="ltr"] .support__shape-4 {
  right: 0%;
}

[dir="rtl"] .support__shape-4 {
  left: 0%;
}

/*----------------------------------------*/
/*  29. DONATE CSS START
/*----------------------------------------*/
.donate__inner {
  padding: 90px 180px 100px;
  border-radius: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .donate__inner {
    padding: 90px 150px 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .donate__inner {
    padding: 90px 30px 100px;
  }
}

@media (max-width: 575px) {
  .donate__inner {
    padding: 90px 20px 100px;
  }
}

.donate__title {
  font-size: 50px;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

@media (max-width: 575px) {
  .donate__title {
    font-size: 35px;
  }
}

.donate__content > p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 20px;
  color: #84848b;
}

.donate__ammount {
  margin-bottom: 10px;
}

[dir="ltr"] .donate__ammount {
  margin-right: 16px;
}

[dir="rtl"] .donate__ammount {
  margin-left: 16px;
}

[dir="ltr"] [dir=rtl] .donate__ammount {
  margin-right: 0;
  margin-left: 16px;
}

[dir="rtl"] [dir=rtl] .donate__ammount {
  margin-left: 0;
  margin-right: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .donate__ammount {
    margin-right: 10px;
  }

  [dir="rtl"] .donate__ammount {
    margin-left: 10px;
  }

  [dir="ltr"] [dir=rtl] .donate__ammount {
    margin-right: 0;
    margin-left: 10px;
  }

  [dir="rtl"] [dir=rtl] .donate__ammount {
    margin-left: 0;
    margin-right: 10px;
  }
}

[dir="ltr"] .donate__ammount:last-child {
  margin-right: 0;
}

[dir="rtl"] .donate__ammount:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .donate__ammount:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .donate__ammount:last-child {
  margin-right: 0;
}

[dir="ltr"] [dir=rtl] .donate__ammount-wrapper {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .donate__ammount-wrapper {
  margin-left: 0;
  margin-right: 20px;
}

.donate__ammount button, .donate__ammount input {
  display: inline-block;
  width: 90px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: var(--tp-common-white);
  border: 0;
  outline: 0;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
  border-radius: 6px;
  font-size: 18px;
  font-family: var(--tp-ff-space);
  padding: 0 15px;
}

.donate__ammount button:hover, .donate__ammount input:hover {
  box-shadow: 0px 30px 40px rgba(3, 4, 28, 0.1);
}

.donate__ammount input::-webkit-input-placeholder {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  color: #525258;
}

.donate__ammount input:-moz-placeholder {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  color: #525258;
}

.donate__ammount input::-moz-placeholder {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  color: #525258;
}

.donate__ammount input:-ms-input-placeholder {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  color: #525258;
}

.donate__ammount-more button, .donate__ammount-more input {
  width: 110px;
}

.donate__ammount-more button:hover, .donate__ammount-more input:hover {
  box-shadow: 0px 30px 40px rgba(3, 4, 28, 0.1);
}

.donate__more .tp-btn-7 {
  padding: 16px 31px 18px;
  box-shadow: none;
}

.donate__more .tp-btn-7:hover {
  box-shadow: 0px 4px 10px rgba(150, 21, 35, 0.3);
}

/*----------------------------------------*/
/*  30. VISION CSS START
/*----------------------------------------*/
.vision__tab .nav-tabs .nav-item {
  margin-bottom: 12px;
}

.vision__tab .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}

.vision__tab .nav-tabs .nav-item .nav-link {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 17px;
  color: var(--tp-text-1);
  padding: 24px 36px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

[dir="ltr"] .vision__tab .nav-tabs .nav-item .nav-link {
  text-align: left;
}

[dir="rtl"] .vision__tab .nav-tabs .nav-item .nav-link {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .vision__tab .nav-tabs .nav-item .nav-link {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .vision__tab .nav-tabs .nav-item .nav-link {
  text-align: left;
}

.vision__tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

[dir="ltr"] .vision__tab .nav-tabs .nav-item .nav-link::after {
  left: 0;
  background-image: linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
}

[dir="rtl"] .vision__tab .nav-tabs .nav-item .nav-link::after {
  right: 0;
  background-image: linear-gradient(-180deg, #ff3939 0.01%, #bf2132 100%);
}

.vision__tab .nav-tabs .nav-item .nav-link span {
  color: #5253ce;
  display: inline-block;
  width: 26px;
}

[dir="ltr"] .vision__tab .nav-tabs .nav-item .nav-link span {
  margin-right: 20px;
  text-align: right;
}

[dir="rtl"] .vision__tab .nav-tabs .nav-item .nav-link span {
  margin-left: 20px;
  text-align: left;
}

[dir="ltr"] [dir=rtl] .vision__tab .nav-tabs .nav-item .nav-link span {
  text-align: left;
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .vision__tab .nav-tabs .nav-item .nav-link span {
  text-align: right;
  margin-left: 0;
  margin-right: 20px;
}

.vision__tab .nav-tabs .nav-item .nav-link span svg {
  transform: translateY(-3px);
}

.vision__tab .nav-tabs .nav-item .nav-link:hover, .vision__tab .nav-tabs .nav-item .nav-link.active {
  box-shadow: 0px 4px 10px rgba(150, 21, 35, 0.3);
  color: var(--tp-common-white);
}

.vision__tab .nav-tabs .nav-item .nav-link:hover span, .vision__tab .nav-tabs .nav-item .nav-link.active span {
  color: var(--tp-common-white);
}

.vision__tab .nav-tabs .nav-item .nav-link:hover::after, .vision__tab .nav-tabs .nav-item .nav-link.active::after {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .vision__tab-content {
    padding-left: 30px;
  }

  [dir="rtl"] .vision__tab-content {
    padding-right: 30px;
  }

  [dir="ltr"] [dir=rtl] .vision__tab-content {
    padding-left: 0;
    padding-right: 30px;
  }

  [dir="rtl"] [dir=rtl] .vision__tab-content {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .vision__tab-content {
    padding-left: 30px;
  }

  [dir="rtl"] .vision__tab-content {
    padding-right: 30px;
  }

  [dir="ltr"] [dir=rtl] .vision__tab-content {
    padding-left: 0;
    padding-right: 30px;
  }

  [dir="rtl"] [dir=rtl] .vision__tab-content {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .vision__tab-content {
    padding-left: 0;
  }

  [dir="rtl"] .vision__tab-content {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .vision__tab-content {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .vision__tab-content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vision__tab-content {
    margin-top: 30px;
  }

  [dir="ltr"] .vision__tab-content {
    padding-left: 0;
  }

  [dir="rtl"] .vision__tab-content {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .vision__tab-content {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .vision__tab-content {
    padding-left: 0;
  }
}

.vision__thumb img {
  background: #ffffff;
  border: 10px solid var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
  border-radius: 20px;
}

.vision__content p {
  font-family: var(--tp-ff-space);
  font-size: 20px;
  line-height: 1.5;
  color: var(--tp-common-black);
  margin-bottom: 25px;
}

.vision__list ul li {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 2.12;
  color: var(--tp-text-1);
  list-style: none;
}

.vision__list ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-image: -o-linear-gradient(142.96deg, #28d58a 14.78%, #2cae76 95.99%);
  box-shadow: 0px 1px 2px rgba(6, 138, 75, 0.3);
  color: var(--tp-common-white);
}

[dir="ltr"] .vision__list ul li span {
  background-image: linear-gradient(142.96deg, #28d58a 14.78%, #2cae76 95.99%);
  margin-right: 8px;
}

[dir="rtl"] .vision__list ul li span {
  background-image: linear-gradient(-142.96deg, #28d58a 14.78%, #2cae76 95.99%);
  margin-left: 8px;
}

[dir="ltr"] [dir=rtl] .vision__list ul li span {
  margin-right: 0;
  margin-left: 8px;
}

[dir="rtl"] [dir=rtl] .vision__list ul li span {
  margin-left: 0;
  margin-right: 8px;
}

.vision__list ul li span svg {
  transform: translateY(-1px);
}

.vision__style-2 .vision__tab .nav-tabs .nav-item .nav-link {
  color: var(--tp-text-1);
  border-radius: 0;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
}

.vision__style-2 .vision__tab .nav-tabs .nav-item .nav-link span {
  color: var(--tp-text-1);
}

.vision__style-2 .vision__tab .nav-tabs .nav-item .nav-link::after {
  display: none;
}

.vision__style-2 .vision__tab .nav-tabs .nav-item .nav-link:hover, .vision__style-2 .vision__tab .nav-tabs .nav-item .nav-link.active {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  box-shadow: 0;
}

.vision__style-2 .vision__tab .nav-tabs .nav-item .nav-link:hover span, .vision__style-2 .vision__tab .nav-tabs .nav-item .nav-link.active span {
  color: var(--tp-common-white);
}

.vision__style-2 .vision__thumb img {
  border-radius: 0;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
}

/*----------------------------------------*/
/*  31. BIOGRAPHY CSS START
/*----------------------------------------*/
.biography__height {
  height: 800px;
}

.biography__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

[dir="ltr"] .biography__bg {
  left: 0;
}

[dir="rtl"] .biography__bg {
  right: 0;
}

[dir="ltr"] [dir=rtl] .biography__bg {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .biography__bg {
  right: auto;
  left: 0;
}

.biography__bg::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 4, 28, 0.6);
}

[dir="ltr"] .biography__bg::after {
  left: 0;
}

[dir="rtl"] .biography__bg::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .biography__bg::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .biography__bg::after {
  right: auto;
  left: 0;
}

.biography__title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 20px;
  animation-delay: 0.4s;
  animation-duration: 1s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .biography__title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .biography__title {
    font-size: 35px;
  }
}

.biography__content {
  padding-top: 130px;
}

.biography__content p {
  font-family: var(--tp-ff-space);
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  animation-delay: 0.6s;
  animation-duration: 1s;
}

[dir="ltr"] .biography__content p {
  padding-right: 140px;
}

[dir="rtl"] .biography__content p {
  padding-left: 140px;
}

[dir="ltr"] [dir=rtl] .biography__content p {
  padding-right: 0;
  padding-left: 140px;
}

[dir="rtl"] [dir=rtl] .biography__content p {
  padding-left: 0;
  padding-right: 140px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .biography__content p {
    padding-right: 40px;
  }

  [dir="rtl"] .biography__content p {
    padding-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .biography__content p {
    padding-right: 0;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .biography__content p {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .biography__content p {
    padding-right: 0;
  }

  [dir="rtl"] .biography__content p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .biography__content p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .biography__content p {
    padding-right: 0;
  }
}

.biography__meta {
  margin-bottom: 12px;
  animation-delay: 0.2s;
  animation-duration: 1s;
}

.biography__meta span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: var(--tp-common-white);
}

.biography__year {
  position: relative;
  padding: 0 30px;
  padding-top: 10px;
}

.biography__year:hover {
  cursor: pointer;
}

.biography__year p {
  font-family: var(--tp-ff-space);
  font-size: 26px;
  text-align: center;
  color: var(--tp-common-white);
  display: inline-block;
  background-color: transparent;
  padding: 21px 31px 11px;
  position: relative;
  z-index: 1;
}

.biography__year p::after {
  position: absolute;
  content: "";
  top: -10px;
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
}

[dir="ltr"] .biography__year p::after {
  left: 47%;
}

[dir="rtl"] .biography__year p::after {
  right: 47%;
}

[dir="ltr"] [dir=rtl] .biography__year p::after {
  left: auto;
  right: 47%;
}

[dir="rtl"] [dir=rtl] .biography__year p::after {
  right: auto;
  left: 47%;
}

.biography__year p .tp-biography-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

[dir="ltr"] .biography__year p .tp-biography-bg {
  left: 0;
}

[dir="rtl"] .biography__year p .tp-biography-bg {
  right: 0;
}

[dir="ltr"] [dir=rtl] .biography__year p .tp-biography-bg {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .biography__year p .tp-biography-bg {
  right: auto;
  left: 0;
}

.biography__year p .tp-biography-bg.is-solid {
  visibility: hidden;
  opacity: 0;
}

.biography__year p:hover {
  box-shadow: 0px 4px 10px rgba(150, 21, 35, 0.3);
}

.biography__year p:hover::after {
  background-color: var(--tp-theme-10);
}

.biography__year p:hover .tp-biography-bg {
  visibility: hidden;
  opacity: 0;
}

.biography__year p:hover .tp-biography-bg.is-solid {
  visibility: visible;
  opacity: 1;
}

.biography__slider {
  margin-top: -198px;
}

[dir="ltr"] .biography__slider {
  margin-right: -350px;
}

[dir="rtl"] .biography__slider {
  margin-left: -350px;
}

[dir="ltr"] [dir=rtl] .biography__slider {
  margin-right: 0;
  margin-left: -350px;
}

[dir="rtl"] [dir=rtl] .biography__slider {
  margin-left: 0;
  margin-right: -350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .biography__slider {
    margin-right: 0;
  }

  [dir="rtl"] .biography__slider {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .biography__slider {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .biography__slider {
    margin-right: 0;
  }
}

.biography__slider-content-active .swiper-slide-active .biography__title, .biography__slider-content-active .swiper-slide-active .biography__content p, .biography__slider-content-active .swiper-slide-active .biography__meta, .biography__slider-content-active .swiper-slide-active .biography__btn {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.biography__slider-nav {
  position: relative;
}

.biography__slider-nav::after {
  position: absolute;
  content: "";
  top: 3px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

[dir="ltr"] .biography__slider-nav::after {
  left: 0;
}

[dir="rtl"] .biography__slider-nav::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .biography__slider-nav::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .biography__slider-nav::after {
  right: auto;
  left: 0;
}

.biography__slider-nav .slick-active.slick-current .biography__year p::after {
  background-color: var(--tp-theme-10);
}

.biography__slider-nav .slick-active.slick-current .biography__year p .tp-biography-bg {
  visibility: hidden;
  opacity: 0;
}

.biography__slider-nav .slick-active.slick-current .biography__year p .tp-biography-bg.is-solid {
  visibility: visible;
  opacity: 1;
}

.biography__slider-nav .swiper-slide-thumb-active.biography__year p::after {
  background-color: var(--tp-theme-10);
}

.biography__slider-nav .swiper-slide-thumb-active.biography__year p .tp-biography-bg {
  visibility: hidden;
  opacity: 0;
}

.biography__slider-nav .swiper-slide-thumb-active.biography__year p .tp-biography-bg.is-solid {
  visibility: visible;
  opacity: 1;
}

.biography__btn {
  animation-delay: 0.8s;
  animation-duration: 1s;
}

.biography__btn a {
  font-size: 16px;
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.2);
  padding: 9px 27px 11px;
}

/*----------------------------------------*/
/*  32. PRODUCT CSS START
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__features-wrapper {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__features-wrapper {
    transform: scale(0.9) translateY(65px);
  }
}

@media (max-width: 575px) {
  .product__features-wrapper {
    transform: scale(0.9) translateY(50px);
  }
}

.product__features-wrapper .product-section-title {
  font-family: var(--tp-ff-rajdhani);
  font-size: 70px;
  line-height: 0.74;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .product__features-wrapper .product-section-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__features-item {
    margin-bottom: 20px;
  }
}

[dir="ltr"] .product__features-item-wrapper .row [class*=col-]:nth-child(2n) .product__features-item {
  margin-left: -25px;
}

[dir="rtl"] .product__features-item-wrapper .row [class*=col-]:nth-child(2n) .product__features-item {
  margin-right: -25px;
}

[dir="ltr"] [dir=rtl] .product__features-item-wrapper .row [class*=col-]:nth-child(2n) .product__features-item {
  margin-left: 0;
  margin-right: -25px;
}

[dir="rtl"] [dir=rtl] .product__features-item-wrapper .row [class*=col-]:nth-child(2n) .product__features-item {
  margin-right: 0;
  margin-left: -25px;
}

@media (max-width: 575px) {
  [dir="ltr"] .product__features-item-wrapper .row [class*=col-]:nth-child(2n) .product__features-item {
    margin-left: 0;
  }

  [dir="rtl"] .product__features-item-wrapper .row [class*=col-]:nth-child(2n) .product__features-item {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .product__features-item-wrapper .row [class*=col-]:nth-child(2n) .product__features-item {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .product__features-item-wrapper .row [class*=col-]:nth-child(2n) .product__features-item {
    margin-left: 0;
  }
}

.product__features-item-wrapper .row [class*=col-]:nth-last-child(2) .product__features-item, .product__features-item-wrapper .row [class*=col-]:last-child .product__features-item {
  margin-bottom: 0;
}

.product__features-item:hover .product__features-icon span svg, .product__features-item:hover .product__features-icon span i {
  animation-name: tpshake;
  animation-timing-function: ease-in-out;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
}

.product__features-title {
  font-family: var(--tp-ff-rajdhani);
  font-size: 22px;
  margin-bottom: 1px;
  line-height: 1;
}

.product__features-content > p {
  font-family: var(--tp-ff-syne);
  font-size: 16px;
  color: #525258;
  line-height: 1.3;
}

.product__features-icon span {
  display: inline-block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  color: var(--tp-common-black);
  border-radius: 50%;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px 1px rgba(50, 5, 48, 0.06);
  margin-bottom: 19px;
}

.product__features-icon span svg {
  transform: translateY(-2px);
}

.product__features-icon span svg, .product__features-icon span i {
  transition: 0.2s ease-in-out;
}

.product__features-thumb {
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__features-thumb {
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__features-thumb {
    transform: scale(0.5);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__features-thumb {
    transform: scale(0.4);
  }
}

@media (max-width: 575px) {
  .product__features-thumb {
    display: none;
  }
}

.product__features-thumb img {
  animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
  margin-top: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .product__features-thumb img {
    margin-left: -145px;
  }

  [dir="rtl"] .product__features-thumb img {
    margin-right: -145px;
  }

  [dir="ltr"] [dir=rtl] .product__features-thumb img {
    margin-left: 0;
    margin-right: -145px;
  }

  [dir="rtl"] [dir=rtl] .product__features-thumb img {
    margin-right: 0;
    margin-left: -145px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .product__features-thumb img {
    margin-left: -205px;
  }

  [dir="rtl"] .product__features-thumb img {
    margin-right: -205px;
  }

  [dir="ltr"] [dir=rtl] .product__features-thumb img {
    margin-left: 0;
    margin-right: -205px;
  }

  [dir="rtl"] [dir=rtl] .product__features-thumb img {
    margin-right: 0;
    margin-left: -205px;
  }
}

.product__features-thumb::after {
  position: absolute;
  content: "";
  bottom: 8%;
  width: 342px;
  height: 342px;
  border-radius: 50%;
  background-image: -o-linear-gradient(90deg, #91dede 0%, #3cbab2 100%);
  z-index: -1;
  transform: scale(0);
  transition-delay: 0s;
  transition-duration: 1s;
}

[dir="ltr"] .product__features-thumb::after {
  left: 8%;
  background-image: linear-gradient(90deg, #91dede 0%, #3cbab2 100%);
}

[dir="rtl"] .product__features-thumb::after {
  right: 8%;
  background-image: linear-gradient(-90deg, #91dede 0%, #3cbab2 100%);
}

[dir="ltr"] [dir=rtl] .product__features-thumb::after {
  left: auto;
  right: 8%;
}

[dir="rtl"] [dir=rtl] .product__features-thumb::after {
  right: auto;
  left: 8%;
}

.product__features-thumb::before {
  position: absolute;
  content: "";
  top: 17%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background-image: -o-linear-gradient(151.79deg, #ffdad6 8.35%, #ff4343 98.03%);
  z-index: -1;
  transform: scale(0);
  transition-delay: 0.3s;
  transition-duration: 1s;
}

[dir="ltr"] .product__features-thumb::before {
  right: -11%;
  background-image: linear-gradient(151.79deg, #ffdad6 8.35%, #ff4343 98.03%);
}

[dir="rtl"] .product__features-thumb::before {
  left: -11%;
  background-image: linear-gradient(-151.79deg, #ffdad6 8.35%, #ff4343 98.03%);
}

[dir="ltr"] [dir=rtl] .product__features-thumb::before {
  left: -11%;
  right: auto;
}

[dir="rtl"] [dir=rtl] .product__features-thumb::before {
  right: -11%;
  left: auto;
}

.product__category-slider .tp-scrollbar {
  background-color: #e7e7e7;
  height: 2px;
}

.product__category-slider .tp-scrollbar .swiper-scrollbar-drag {
  background-color: var(--tp-theme-1);
  height: 2px;
  border-radius: 0;
}

.product__category-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-text-1);
  margin-bottom: 0;
}

.product__category-title a:hover {
  color: var(--tp-theme-1);
}

.product__category-content {
  padding-top: 21px;
  padding-bottom: 21px;
}

[dir="ltr"] .product__tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 25px;
}

[dir="rtl"] .product__tab .nav-tabs .nav-item:not(:last-child) {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .product__tab .nav-tabs .nav-item:not(:last-child) {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .product__tab .nav-tabs .nav-item:not(:last-child) {
  margin-left: 0;
  margin-right: 25px;
}

.product__tab .nav-tabs .nav-item .nav-link {
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-text-1);
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.product__tab .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: 1px;
  width: 0;
  height: 2px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .product__tab .nav-tabs .nav-item .nav-link::after {
  left: auto;
  right: 0;
}

[dir="rtl"] .product__tab .nav-tabs .nav-item .nav-link::after {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .product__tab .nav-tabs .nav-item .nav-link::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .product__tab .nav-tabs .nav-item .nav-link::after {
  right: 0;
  left: auto;
}

.product__tab .nav-tabs .nav-item .nav-link.active {
  color: var(--tp-theme-1);
}

.product__tab .nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}

[dir="ltr"] .product__tab .nav-tabs .nav-item .nav-link.active::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .product__tab .nav-tabs .nav-item .nav-link.active::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .product__tab .nav-tabs .nav-item .nav-link.active::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .product__tab .nav-tabs .nav-item .nav-link.active::after {
  right: auto;
  left: 0;
}

.product__tab .nav-tabs .nav-item .nav-link:hover {
  color: var(--tp-theme-1);
}

.product__item:hover .product__thumb img {
  transform: scale(1.1);
}

.product__item:hover .product__add {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.product__item:hover .product__action a, .product__item:hover .product__action button {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

.product__item:hover .product__action a:nth-child(1), .product__item:hover .product__action button:nth-child(1) {
  transition-delay: 0s;
}

.product__item:hover .product__action a:nth-child(2), .product__item:hover .product__action button:nth-child(2) {
  transition-delay: 0.1s;
}

.product__item:hover .product__action a:nth-child(3), .product__item:hover .product__action button:nth-child(3) {
  transition-delay: 0.12s;
}

.product__item:hover .product__action a:nth-child(4), .product__item:hover .product__action button:nth-child(4) {
  transition-delay: 0.14s;
}

.product__content {
  padding-top: 14px;
}

.product__rating span {
  font-size: 11px;
  color: var(--tp-common-yellow-5);
  display: inline-block;
}

[dir="ltr"] .product__rating span:not(:last-child) {
  margin-right: 3px;
}

[dir="rtl"] .product__rating span:not(:last-child) {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .product__rating span:not(:last-child) {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .product__rating span:not(:last-child) {
  margin-left: 0;
  margin-right: 3px;
}

.product__rating-2 {
  margin-bottom: 2px;
}

.product__rating-2 span {
  font-size: 12px;
}

.product__title {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
}

.product__title a:hover {
  color: var(--tp-theme-1);
}

.product__ammount {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
}

.product__badge {
  position: absolute;
  top: 20px;
}

[dir="ltr"] .product__badge {
  left: 0;
}

[dir="rtl"] .product__badge {
  right: 0;
}

.product__badge-item {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  padding: 4px 10px 4px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.product__badge-item.has-new {
  background-color: var(--tp-theme-1);
}

.product__action {
  position: absolute;
  top: 40px;
}

[dir="ltr"] .product__action {
  right: 10px;
}

[dir="rtl"] .product__action {
  left: 10px;
}

.product__action a, .product__action button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
  text-align: center;
  position: relative;
  margin-bottom: 6px;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s 0.1s ease-out, opacity 0.3s 0.15s ease-out, transform 0.3s 0.1s ease-out;
}

[dir="ltr"] .product__action a, [dir="ltr"] .product__action button {
  transform: translateX(100%);
}

[dir="rtl"] .product__action a, [dir="rtl"] .product__action button {
  transform: translateX(-100%);
}

.product__action a svg, .product__action button svg {
  transform: translateY(-2px);
}

.product__action a:nth-child(1), .product__action button:nth-child(1) {
  transition-delay: 0.14s;
}

.product__action a:nth-child(2), .product__action button:nth-child(2) {
  transition-delay: 0.12s;
}

.product__action a:nth-child(3), .product__action button:nth-child(3) {
  transition-delay: 0.1s;
}

.product__action a:nth-child(4), .product__action button:nth-child(4) {
  transition-delay: 0s;
}

.product__action a:hover, .product__action button:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.product__add {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}

.product__list-item {
  background: var(--tp-common-white);
  border: 1px solid #e9e9f0;
}

.product__list-thumb {
  height: 100%;
}

.product__list-thumb img {
  height: 100%;
  object-fit: cover;
  width: 330px;
  height: 318px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__list-thumb img {
    width: 100%;
    height: 100%;
  }
}

.product__list-title {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}

.product__list-title a:hover {
  color: var(--tp-theme-1);
}

.product__list-action button {
  margin-bottom: 6px;
}

[dir="ltr"] .product__list-action button:not(:last-child) {
  margin-right: 6px;
}

[dir="rtl"] .product__list-action button:not(:last-child) {
  margin-left: 6px;
}

[dir="ltr"] [dir=rtl] .product__list-action button:not(:last-child) {
  margin-right: 0;
  margin-left: 6px;
}

[dir="rtl"] [dir=rtl] .product__list-action button:not(:last-child) {
  margin-left: 0;
  margin-right: 6px;
}

.product__list-action button.product-action-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 1px solid #dadce0;
}

.product__list-action button.product-action-btn .product-action-tooltip {
  top: auto;
  bottom: 90%;
  left: auto;
  right: auto;
  margin: auto;
  margin-bottom: 10px;
}

[dir="ltr"] .product__list-action button.product-action-btn .product-action-tooltip {
  transform: translate(-60%, 0%);
}

[dir="rtl"] .product__list-action button.product-action-btn .product-action-tooltip {
  transform: translate(60%, 0%);
}

[dir="ltr"] [dir=rtl] .product__list-action button.product-action-btn .product-action-tooltip {
  transform: translate(60%, 0%);
}

[dir="rtl"] [dir=rtl] .product__list-action button.product-action-btn .product-action-tooltip {
  transform: translate(-60%, 0%);
}

.product__list-action button.product-action-btn .product-action-tooltip::after {
  top: 100%;
}

[dir="ltr"] .product__list-action button.product-action-btn .product-action-tooltip::after {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%) rotate(45deg);
}

[dir="rtl"] .product__list-action button.product-action-btn .product-action-tooltip::after {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product__list-action button.product-action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.product__list-action button.product-action-btn:hover .product-action-tooltip {
  bottom: 100%;
  top: auto;
}

[dir="ltr"] .product__list-action button.product-action-btn:hover .product-action-tooltip {
  right: auto;
}

[dir="rtl"] .product__list-action button.product-action-btn:hover .product-action-tooltip {
  left: auto;
}

.product__list-content {
  padding-top: 47px;
  padding-bottom: 40px;
}

[dir="ltr"] .product__list-content {
  padding-right: 75px;
  margin-left: -5px;
}

[dir="rtl"] .product__list-content {
  padding-left: 75px;
  margin-right: -5px;
}

[dir="ltr"] [dir=rtl] .product__list-content {
  padding-right: 0;
  padding-left: 75px;
  margin-left: 0;
  margin-right: -5px;
}

[dir="rtl"] [dir=rtl] .product__list-content {
  padding-left: 0;
  padding-right: 75px;
  margin-right: 0;
  margin-left: -5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .product__list-content {
    padding-right: 45px;
    margin-left: 0;
    padding-left: 15px;
  }

  [dir="rtl"] .product__list-content {
    padding-left: 45px;
    margin-right: 0;
    padding-right: 15px;
  }

  [dir=rtl] .product__list-content {
    padding-right: 0;
    padding-left: 45px;
  }

  [dir="ltr"] [dir=rtl] .product__list-content {
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  [dir="rtl"] [dir=rtl] .product__list-content {
    margin-left: 0;
    padding-right: 0;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .product__list-content {
    padding-right: 30px;
    margin-left: 0;
    padding-left: 15px;
  }

  [dir="rtl"] .product__list-content {
    padding-left: 30px;
    margin-right: 0;
    padding-right: 15px;
  }

  [dir=rtl] .product__list-content {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .product__list-content {
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  [dir="rtl"] [dir=rtl] .product__list-content {
    margin-left: 0;
    padding-right: 0;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__list-content {
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  [dir="ltr"] .product__list-content {
    margin-left: 0;
  }

  [dir="rtl"] .product__list-content {
    margin-right: 0;
  }

  [dir=rtl] .product__list-content {
    padding-right: 0;
    padding-left: 20px;
  }

  [dir="ltr"] [dir=rtl] .product__list-content {
    padding-left: 0;
    padding-right: 20px;
  }

  [dir="rtl"] [dir=rtl] .product__list-content {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__list-content {
    padding: 35px;
  }

  [dir="ltr"] .product__list-content {
    margin-left: 0;
  }

  [dir="rtl"] .product__list-content {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .product__list-content {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .product__list-content {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .product__list-content {
    padding: 25px;
  }

  [dir="ltr"] .product__list-content {
    margin-left: 0;
  }

  [dir="rtl"] .product__list-content {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .product__list-content {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .product__list-content {
    margin-left: 0;
  }
}

.product__list-content p {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 28px;
}

.product__list-price {
  margin-bottom: 8px;
}

.product__list-ammount {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-1);
}

[dir="ltr"] [dir=rtl] .product__details-thumb-tab {
  margin-right: 0;
  margin-left: 70px;
}

[dir="rtl"] [dir=rtl] .product__details-thumb-tab {
  margin-left: 0;
  margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .product__details-thumb-tab {
    margin-right: 0;
  }

  [dir="rtl"] .product__details-thumb-tab {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .product__details-thumb-tab {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .product__details-thumb-tab {
    margin-right: 0;
  }
}

.product__details-thumb-content {
  margin-bottom: 14px;
}

.product__details-thumb-nav .nav-link {
  width: 110px;
  height: 110px;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  [dir="ltr"] .product__details-thumb-nav .nav-link {
    margin-right: 12px;
  }

  [dir="rtl"] .product__details-thumb-nav .nav-link {
    margin-left: 12px;
  }

  [dir="ltr"] [dir=rtl] .product__details-thumb-nav .nav-link {
    margin-right: 0;
    margin-left: 12px;
  }

  [dir="rtl"] [dir=rtl] .product__details-thumb-nav .nav-link {
    margin-left: 0;
    margin-right: 12px;
  }
}

.product__details-thumb-nav .nav-link::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--tp-theme-1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out 0s;
}

[dir="ltr"] .product__details-thumb-nav .nav-link::after {
  left: 0;
}

[dir="rtl"] .product__details-thumb-nav .nav-link::after {
  right: 0;
}

.product__details-thumb-nav .nav-link.active::after {
  visibility: visible;
  opacity: 1;
}

.product__details-stock {
  margin-bottom: 13px;
}

.product__details-stock span {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-theme-1);
  border: 1px solid rgba(184, 115, 51, 0.1);
  padding: 5px 18px;
}

.product__details-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 5px;
}

.product__details-rating {
  margin-bottom: 13px;
}

[dir="ltr"] .product__details-rating .product__rating {
  margin-right: 10px;
}

[dir="rtl"] .product__details-rating .product__rating {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .product__details-rating .product__rating {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .product__details-rating .product__rating {
  margin-left: 0;
  margin-right: 10px;
}

.product__details-rating-count {
  position: relative;
  margin-bottom: 2px;
}

[dir="ltr"] .product__details-rating-count {
  padding-left: 9px;
}

[dir="rtl"] .product__details-rating-count {
  padding-right: 9px;
}

[dir="ltr"] [dir=rtl] .product__details-rating-count {
  padding-left: 0;
  padding-right: 9px;
}

[dir="rtl"] [dir=rtl] .product__details-rating-count {
  padding-right: 0;
  padding-left: 9px;
}

.product__details-rating-count::after {
  position: absolute;
  content: "";
  top: 3px;
  width: 1px;
  height: 20px;
  background-color: #dadce0;
}

[dir="ltr"] .product__details-rating-count::after {
  left: 0;
}

[dir="rtl"] .product__details-rating-count::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .product__details-rating-count::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .product__details-rating-count::after {
  right: auto;
  left: 0;
}

.product__details-rating-count span {
  font-family: var(--tp-ff-roboto);
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-wrapper {
    margin-top: 40px;
  }
}

.product__details-wrapper p {
  font-family: var(--tp-ff-roboto);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 23px;
}

.product__details-price {
  margin-bottom: 35px;
}

.product__details-price span {
  font-family: var(--tp-ff-roboto);
  line-height: 1;
}

.product__details-ammount {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-black);
}

.product__details-ammount.old-ammount {
  font-weight: 400;
  font-size: 16px;
  text-decoration-line: line-through;
  color: var(--tp-text-1);
}

.product__details-ammount.new-ammount {
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-black);
}

[dir="ltr"] .product__details-ammount.new-ammount {
  margin-left: 1px;
}

[dir="rtl"] .product__details-ammount.new-ammount {
  margin-right: 1px;
}

[dir="ltr"] [dir=rtl] .product__details-ammount.new-ammount {
  margin-left: 0;
  margin-right: 1px;
}

[dir="rtl"] [dir=rtl] .product__details-ammount.new-ammount {
  margin-right: 0;
  margin-left: 1px;
}

.product__details-offer {
  font-weight: 700;
  font-size: 13px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  padding: 3px 9px;
  display: inline-block;
  transform: translateY(-4px);
}

[dir="ltr"] .product__details-offer {
  margin-left: 2px;
}

[dir="rtl"] .product__details-offer {
  margin-right: 2px;
}

[dir="ltr"] [dir=rtl] .product__details-offer {
  margin-left: 0;
  margin-right: 2px;
}

[dir="rtl"] [dir=rtl] .product__details-offer {
  margin-right: 0;
  margin-left: 2px;
}

.product__details-quantity {
  margin-bottom: 40px;
}

.product__details-action {
  padding-bottom: 34px;
  border-bottom: 1px solid #dadce0;
  margin-bottom: 32px;
}

.product__details-action button {
  margin-bottom: 6px;
}

[dir="ltr"] .product__details-action button:not(:last-child) {
  margin-right: 6px;
}

[dir="rtl"] .product__details-action button:not(:last-child) {
  margin-left: 6px;
}

[dir="ltr"] [dir=rtl] .product__details-action button:not(:last-child) {
  margin-right: 0;
  margin-left: 6px;
}

[dir="rtl"] [dir=rtl] .product__details-action button:not(:last-child) {
  margin-left: 0;
  margin-right: 6px;
}

.product__details-action button.product-action-btn {
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: var(--tp-common-black);
  border: 1px solid #dadce0;
}

.product__details-action button.product-action-btn .product-action-tooltip {
  top: auto;
  bottom: 90%;
  left: auto;
  right: auto;
  margin: auto;
  margin-bottom: 10px;
}

[dir="ltr"] .product__details-action button.product-action-btn .product-action-tooltip {
  transform: translate(-57%, 0%);
}

[dir="rtl"] .product__details-action button.product-action-btn .product-action-tooltip {
  transform: translate(57%, 0%);
}

[dir="ltr"] [dir=rtl] .product__details-action button.product-action-btn .product-action-tooltip {
  transform: translate(57%, 0%);
}

[dir="rtl"] [dir=rtl] .product__details-action button.product-action-btn .product-action-tooltip {
  transform: translate(-57%, 0%);
}

.product__details-action button.product-action-btn .product-action-tooltip::after {
  top: 100%;
}

[dir="ltr"] .product__details-action button.product-action-btn .product-action-tooltip::after {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%) rotate(45deg);
}

[dir="rtl"] .product__details-action button.product-action-btn .product-action-tooltip::after {
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product__details-action button.product-action-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.product__details-action button.product-action-btn:hover .product-action-tooltip {
  bottom: 100%;
  top: auto;
}

[dir="ltr"] .product__details-action button.product-action-btn:hover .product-action-tooltip {
  right: auto;
}

[dir="rtl"] .product__details-action button.product-action-btn:hover .product-action-tooltip {
  left: auto;
}

.product__details-more p {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
}

.product__details-more span {
  font-size: 15px;
  line-height: 1;
  color: var(--tp-text-1);
}

.product__details-more span a:hover {
  color: var(--tp-theme-1);
}

.product__details-categories {
  margin-bottom: 15px;
}

.product__details-tags {
  margin-bottom: 15px;
}

.product__details-tags span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
}

[dir="ltr"] .product__details-tags span {
  margin-right: 3px;
}

[dir="rtl"] .product__details-tags span {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .product__details-tags span {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .product__details-tags span {
  margin-left: 0;
  margin-right: 3px;
}

.product__details-tags a {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  border: 1px solid #dadce0;
  padding: 4px 12px;
  margin-bottom: 6px;
  display: inline-block;
}

.product__details-tags a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.product__details-share span {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
}

[dir="ltr"] .product__details-share span {
  margin-right: 9px;
}

[dir="rtl"] .product__details-share span {
  margin-left: 9px;
}

[dir="ltr"] [dir=rtl] .product__details-share span {
  margin-right: 0;
  margin-left: 9px;
}

[dir="rtl"] [dir=rtl] .product__details-share span {
  margin-left: 0;
  margin-right: 9px;
}

.product__details-share a {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  margin-bottom: 6px;
}

[dir="ltr"] .product__details-share a {
  margin-right: 10px;
}

[dir="rtl"] .product__details-share a {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .product__details-share a {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .product__details-share a {
  margin-left: 0;
  margin-right: 10px;
}

.product__details-share a:hover {
  color: var(--tp-theme-1);
}

.product__details-tab-nav {
  border-bottom: 1px solid #dadce0;
}

.product__details-tab-nav-inner {
  position: relative;
}

.product__details-tab-nav .nav-link {
  position: relative;
  padding: 11px 14px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-text-1);
}

.product__details-tab-nav .nav-link.active, .product__details-tab-nav .nav-link:hover {
  color: var(--tp-common-black);
}

.product__details-tab-nav .nav-link.active::after, .product__details-tab-nav .nav-link:hover::after {
  width: 100%;
}

[dir="ltr"] .product__details-tab-nav .nav-link.active::after, [dir="ltr"] .product__details-tab-nav .nav-link:hover::after {
  left: 0;
  right: auto;
}

[dir="rtl"] .product__details-tab-nav .nav-link.active::after, [dir="rtl"] .product__details-tab-nav .nav-link:hover::after {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .product__details-tab-nav .nav-link.active::after, [dir="ltr"] [dir=rtl] .product__details-tab-nav .nav-link:hover::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .product__details-tab-nav .nav-link.active::after, [dir="rtl"] [dir=rtl] .product__details-tab-nav .nav-link:hover::after {
  right: auto;
  left: 0;
}

@media (max-width: 575px) {
  .product__details-tab-nav .nav-link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    width: 0%;
    height: 2px;
    background-color: var(--tp-theme-3);
    transition: all 0.3s ease-out 0s;
  }

  [dir="ltr"] .product__details-tab-nav .nav-link::after {
    left: auto;
    right: 0;
  }

  [dir="rtl"] .product__details-tab-nav .nav-link::after {
    right: auto;
    left: 0;
  }

  [dir="ltr"] [dir=rtl] .product__details-tab-nav .nav-link::after {
    left: 0;
    right: auto;
  }

  [dir="rtl"] [dir=rtl] .product__details-tab-nav .nav-link::after {
    right: 0;
    left: auto;
  }
}

.product__details-tab-nav .tp-tab-menu {
  position: relative;
}

.product__details-tab-nav .tp-tab-line {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 38%;
  height: 2px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .product__details-tab-nav .tp-tab-line {
  left: 0;
}

[dir="rtl"] .product__details-tab-nav .tp-tab-line {
  right: 0;
}

[dir="ltr"] [dir=rtl] .product__details-tab-nav .tp-tab-line {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .product__details-tab-nav .tp-tab-line {
  right: auto;
  left: 0;
}

@media (max-width: 575px) {
  [dir="ltr"] .product__details-description-content {
    padding-right: 0;
  }

  [dir="rtl"] .product__details-description-content {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .product__details-description-content {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .product__details-description-content {
    padding-right: 0;
  }
}

.product__details-description-content .product-desc-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 34px;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .product__details-description-content .product-desc-title {
    font-size: 25px;
  }
}

.product__details-description-content p {
  font-family: var(--tp-ff-roboto);
  font-size: 18px;
  line-height: 1.67;
  color: var(--tp-text-1);
  margin-bottom: 25px;
}

.product__details-description .product-desc-feature-thumb {
  margin-bottom: 30px;
}

[dir="ltr"] [dir=rtl] .product__details-description .product-desc-feature-thumb {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .product__details-description .product-desc-feature-thumb {
  margin-left: 0;
  margin-right: 25px;
}

.product__details-description .product-desc-feature-content p {
  line-height: 1.56;
}

[dir="ltr"] .product__details-description .product-desc-feature-content p {
  padding-right: 75px;
}

[dir="rtl"] .product__details-description .product-desc-feature-content p {
  padding-left: 75px;
}

[dir="ltr"] [dir=rtl] .product__details-description .product-desc-feature-content p {
  padding-right: 0;
  padding-left: 75px;
}

[dir="rtl"] [dir=rtl] .product__details-description .product-desc-feature-content p {
  padding-left: 0;
  padding-right: 75px;
}

@media (max-width: 575px) {
  [dir="ltr"] .product__details-description .product-desc-feature-content p {
    padding-right: 0;
  }

  [dir="rtl"] .product__details-description .product-desc-feature-content p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .product__details-description .product-desc-feature-content p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .product__details-description .product-desc-feature-content p {
    padding-right: 0;
  }
}

.product__details-additional {
  margin-top: 67px;
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-additional {
    overflow-x: scroll;
  }
}

.product__details-additional-inner {
  padding: 45px 70px 45px;
  border: 1px solid #e9e9f0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-additional-inner {
    padding: 15px 40px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-additional-inner {
    width: 768px;
  }
}

.product__details-additional table {
  width: 100%;
}

.product__details-additional table tr {
  padding: 16px 0 14px;
  display: block;
}

.product__details-additional table tr:not(:last-child) {
  border-bottom: 1px solid #e9e9f0;
}

.product__details-additional table tr th {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  width: 28%;
  display: inline-block;
}

.product__details-additional table tr td {
  width: 71%;
  display: inline-block;
  font-family: var(--tp-ff-roboto);
  font-size: 15px;
  color: var(--tp-text-1);
}

.product__details-review-inner {
  padding: 62px 70px 70px;
  border: 1px solid #e9e9f0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-review-inner {
    padding: 35px 40px 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__details-review-inner {
    padding: 25px 30px 30px;
  }
}

@media (max-width: 575px) {
  .product__details-review-inner {
    padding: 15px 20px 20px;
  }
}

.product__details-review .product-rating-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 22px;
}

.product__details-review .product-rating-number {
  text-align: center;
  width: 160px;
  height: 125px;
  border: 1px solid #e9e9f0;
  padding-top: 21px;
  padding-bottom: 21px;
}

[dir="ltr"] [dir=rtl] .product__details-review .product-rating-number {
  margin-right: 0;
  margin-left: 40px;
}

[dir="rtl"] [dir=rtl] .product__details-review .product-rating-number {
  margin-left: 0;
  margin-right: 40px;
}

@media (max-width: 575px) {
  .product__details-review .product-rating-number {
    margin-bottom: 15px;
  }
}

.product__details-review .product-rating-number-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  color: var(--tp-common-black-solid);
  margin-bottom: 0;
}

.product__details-review .product-rating-star {
  line-height: 1;
}

.product__details-review .product-rating-star span {
  line-height: 1;
  font-size: 12px;
  color: var(--tp-common-yellow-5);
  display: inline-block;
}

[dir="ltr"] .product__details-review .product-rating-star span:not(:last-child) {
  margin-right: 3px;
}

[dir="rtl"] .product__details-review .product-rating-star span:not(:last-child) {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .product__details-review .product-rating-star span:not(:last-child) {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .product__details-review .product-rating-star span:not(:last-child) {
  margin-left: 0;
  margin-right: 3px;
}

.product__details-review .product-rating-bar {
  width: 100%;
  background-color: #e9e9e9;
  border-radius: 10px;
}

.product__details-review .product-rating-bar-wrapper {
  width: 71.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 66%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 52%;
  }
}

@media (max-width: 575px) {
  .product__details-review .product-rating-bar-wrapper {
    width: 100%;
  }
}

.product__details-review .product-rating-bar .single-progress {
  background-color: var(--tp-theme-1);
  height: 8px;
  border-radius: 10px;
}

.product__details-review .product-rating-bar-text {
  width: 3.5%;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .product__details-review .product-rating-bar-text {
    width: 7.5%;
  }
}

.product__details-review .product-rating-bar-text span {
  font-family: var(--tp-ff-roboto);
  font-size: 14px;
  color: var(--tp-text-1);
}

.product__details-review .product-rating-bar-item:not(:last-child) {
  margin-bottom: 5px;
}

.product__details-review .product-review-item {
  margin-bottom: 30px;
}

.product__details-review .product-review-item:last-child {
  margin-bottom: 0;
}

.product__details-review .product-review-item p {
  font-family: var(--tp-ff-roboto);
  font-size: 15px;
  line-height: 1.6;
  color: var(--tp-text-1);
}

.product__details-review .product-review-avater {
  margin-bottom: 11px;
}

.product__details-review .product-review-avater-thumb img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

[dir="ltr"] .product__details-review .product-review-avater-thumb img {
  margin-right: 10px;
}

[dir="rtl"] .product__details-review .product-review-avater-thumb img {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .product__details-review .product-review-avater-thumb img {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .product__details-review .product-review-avater-thumb img {
  margin-left: 0;
  margin-right: 10px;
}

.product__details-review .product-review-avater-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}

.product__details-review .product-review-rating {
  margin-bottom: 5px;
}

[dir="ltr"] .product__details-review .product-review-rating-wrapper {
  margin-right: 10px;
}

[dir="rtl"] .product__details-review .product-review-rating-wrapper {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .product__details-review .product-review-rating-wrapper {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .product__details-review .product-review-rating-wrapper {
  margin-left: 0;
  margin-right: 10px;
}

.product__details-review .product-review-rating-wrapper span {
  line-height: 1;
  font-size: 12px;
  color: var(--tp-common-yellow-5);
  display: inline-block;
}

[dir="ltr"] .product__details-review .product-review-rating-wrapper span:not(:last-child) {
  margin-right: 3px;
}

[dir="rtl"] .product__details-review .product-review-rating-wrapper span:not(:last-child) {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .product__details-review .product-review-rating-wrapper span:not(:last-child) {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .product__details-review .product-review-rating-wrapper span:not(:last-child) {
  margin-left: 0;
  margin-right: 3px;
}

.product__details-review .product-review-rating-date span {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 13px;
  color: var(--tp-text-1);
}

.product__details-review .product-review-form p {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  margin-bottom: 20px;
}

.product__details-review .product-review-form-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.product__details-review .product-review-form-rating .rate-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
}

.product__details-review .product-review-input {
  margin-bottom: 18px;
  line-height: 1;
}

.product__details-review .product-review-input.is-textarea {
  margin-bottom: 30px;
}

.product__details-review .product-review-input input, .product__details-review .product-review-input textarea {
  height: 60px;
  line-height: 60px;
  background-color: #f7f7f7;
  border: 1.5px solid #f7f7f7;
}

.product__details-review .product-review-input input:focus, .product__details-review .product-review-input textarea:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.product__details-review .product-review-input textarea {
  height: 180px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.product__details-review .product-review-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #b2b2b9;
  border-radius: 4px;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(3px);
  padding: 0;
}

.product__details-review .product-review-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.product__details-review .product-review-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
}

[dir="ltr"] .product__details-review .product-review-agree input:checked::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .product__details-review .product-review-agree input:checked::after {
  right: 50%;
  transform: translate(50%, -50%);
}

.product__details-review .product-review-agree input:hover {
  cursor: pointer;
}

.product__details-review .product-review-agree label {
  font-size: 14px;
  line-height: 1.71;
  color: var(--tp-text-1);
}

[dir="ltr"] .product__details-review .product-review-agree label {
  padding-left: 8px;
}

[dir="rtl"] .product__details-review .product-review-agree label {
  padding-right: 8px;
}

[dir="ltr"] [dir=rtl] .product__details-review .product-review-agree label {
  padding-left: 0;
  padding-right: 8px;
}

[dir="rtl"] [dir=rtl] .product__details-review .product-review-agree label {
  padding-right: 0;
  padding-left: 8px;
}

.product__details-review .product-review-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
}

[dir="ltr"] .product__details-review .product-review-agree label a {
  padding-left: 4px;
}

[dir="rtl"] .product__details-review .product-review-agree label a {
  padding-right: 4px;
}

.product__details-review .product-review-agree label a:hover {
  color: var(--tp-theme-1);
}

.product__details-review .product-review-agree label:hover {
  cursor: pointer;
}

.product__details-review .product-review-btn .tp-btn {
  font-family: var(--tp-ff-roboto);
  font-weight: 600;
  font-size: 15px;
  padding: 12px 37px;
}

.product__details-review .product-review-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.product__modal .modal-dialog {
  max-width: 1200px;
  border-radius: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product__modal .modal-dialog {
    max-width: 1100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product__modal .modal-dialog {
    max-width: 900px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product__modal .modal-dialog {
    max-width: 700px;
  }
}

.product__modal .modal-content {
  padding: 40px;
  border-radius: 0;
}

@media (max-width: 575px) {
  .product__modal .modal-content {
    padding: 20px;
  }
}

.product__modal .product__details-thumb-nav .nav-link {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}

.product__modal .product__details-thumb-nav .nav-link img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .product__modal .product__details-thumb-nav .nav-link {
    width: 70px;
    height: 70px;
  }
}

.product__modal-close {
  position: absolute;
  top: 20px;
}

[dir="ltr"] .product__modal-close {
  right: 20px;
}

[dir="rtl"] .product__modal-close {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .product__modal-close {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .product__modal-close {
  left: auto;
  right: 20px;
}

.product__modal-close-btn {
  display: inline-block;
  font-size: 16px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  background-color: transparent;
  color: var(--tp-text-1);
  border-radius: 50%;
}

.product__modal-close-btn:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] .product__modal-close-btn:hover {
  transform: rotate(90deg);
}

[dir="rtl"] .product__modal-close-btn:hover {
  transform: rotate(-90deg);
}

.product__modal-close-btn svg {
  transform: translateY(-2px);
}

.product-action-btn {
  position: relative;
}

.product-action-btn .product-action-tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  z-index: 1;
  display: inline-block;
  width: max-content;
  line-height: 1;
  padding: 4px 8px;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .product-action-btn .product-action-tooltip {
  right: 90%;
  margin-right: 8px;
}

[dir="rtl"] .product-action-btn .product-action-tooltip {
  left: 90%;
  margin-left: 8px;
}

.product-action-btn .product-action-tooltip::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 8px;
  width: 8px;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .product-action-btn .product-action-tooltip::after {
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
}

[dir="rtl"] .product-action-btn .product-action-tooltip::after {
  left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.product-action-btn svg {
  transform: translateY(-1px);
}

.product-action-btn:hover .product-action-tooltip {
  visibility: visible;
  opacity: 1;
}

[dir="ltr"] .product-action-btn:hover .product-action-tooltip {
  right: 100%;
}

[dir="rtl"] .product-action-btn:hover .product-action-tooltip {
  left: 100%;
}

.product-add-cart-btn {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
  display: inline-block;
  padding: 7px 25px;
  text-align: center;
}

[dir="ltr"] .product-add-cart-btn svg, [dir="ltr"] .product-add-cart-btn i {
  margin-right: 7px;
}

[dir="rtl"] .product-add-cart-btn svg, [dir="rtl"] .product-add-cart-btn i {
  margin-left: 7px;
}

[dir="ltr"] [dir=rtl] .product-add-cart-btn svg, [dir="ltr"] [dir=rtl] .product-add-cart-btn i {
  margin-right: 0;
  margin-left: 7px;
}

[dir="rtl"] [dir=rtl] .product-add-cart-btn svg, [dir="rtl"] [dir=rtl] .product-add-cart-btn i {
  margin-left: 0;
  margin-right: 7px;
}

.product-add-cart-btn svg {
  transform: translateY(-2px);
}

.product-add-cart-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.product-add-cart-btn-2 {
  border: 1px solid #dadce0;
  color: var(--tp-common-black);
  background-color: var(--tp-common-white);
  font-size: 15px;
  font-weight: 500;
  padding: 6px 33px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-add-cart-btn-2 {
    padding: 6px 21px;
  }
}

@media (max-width: 575px) {
  .product-add-cart-btn-2 {
    width: 100%;
  }
}

.product-add-cart-btn-2:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.product-add-cart-btn-3 {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
  padding: 12px 45px;
}

.product-add-cart-btn-3:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

@media (max-width: 575px) {
  .product-add-cart-btn-3 {
    width: 100%;
  }
}

.shop__top {
  padding: 15px 20px;
  border: 1px solid rgba(3, 4, 28, 0.1);
}

[dir="ltr"] .shop__top {
  padding-left: 30px;
}

[dir="rtl"] .shop__top {
  padding-right: 30px;
}

[dir="ltr"] [dir=rtl] .shop__top {
  padding-left: 20px;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .shop__top {
  padding-right: 20px;
  padding-left: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .shop__result {
    margin-bottom: 15px;
  }
}

.shop__result p {
  font-family: var(--tp-ff-roboto);
  font-size: 16px;
  margin-bottom: 0;
}

.shop__sort-tab .nav-link {
  font-size: 18px;
  color: #ababab;
}

[dir="ltr"] .shop__sort-tab .nav-link {
  margin-right: 20px;
}

[dir="rtl"] .shop__sort-tab .nav-link {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .shop__sort-tab .nav-link {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .shop__sort-tab .nav-link {
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .shop__sort-tab .nav-link {
    margin-bottom: 20px;
  }
}

.shop__sort-tab .nav-link.active {
  color: var(--tp-theme-1);
}

.shop__sort-select .nice-select {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e9e9f0;
  width: 230px;
  border-radius: 0;
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  padding: 0 20px;
}

[dir="ltr"] .shop__sort-select .nice-select::after {
  right: 14px;
}

[dir="rtl"] .shop__sort-select .nice-select::after {
  left: 14px;
}

[dir="ltr"] [dir=rtl] .shop__sort-select .nice-select::after {
  right: auto;
  left: 14px;
}

[dir="rtl"] [dir=rtl] .shop__sort-select .nice-select::after {
  left: auto;
  right: 14px;
}

.shop__sort-select .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  padding: 12px 0;
}

.shop__sort-select .nice-select .list .option {
  line-height: 30px;
  min-height: 30px;
}

.shop__sort-select .nice-select .list .option:hover {
  color: var(--tp-common-black);
}

.shop__sort-select .nice-select .list .option.selected {
  font-weight: 400;
  color: var(--tp-common-black);
}

.shop__sidebar.on-left {
  margin-bottom: 50px;
}

[dir="ltr"] .shop__sidebar.on-left {
  margin-right: 30px;
}

[dir="rtl"] .shop__sidebar.on-left {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .shop__sidebar.on-left {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .shop__sidebar.on-left {
  margin-left: 0;
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .shop__sidebar.on-left {
    margin-right: 0;
  }

  [dir="rtl"] .shop__sidebar.on-left {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .shop__sidebar.on-left {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .shop__sidebar.on-left {
    margin-right: 0;
  }
}

.shop__sidebar.on-right {
  margin-bottom: 50px;
}

[dir="ltr"] .shop__sidebar.on-right {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] .shop__sidebar.on-right {
  margin-left: 0;
  margin-right: 30px;
}

[dir="ltr"] [dir=rtl] .shop__sidebar.on-right {
  margin-right: 30px;
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .shop__sidebar.on-right {
  margin-left: 30px;
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .shop__sidebar.on-right {
    margin-bottom: 0;
    margin-top: 50px;
  }

  [dir="ltr"] .shop__sidebar.on-right {
    margin-left: 0;
  }

  [dir="rtl"] .shop__sidebar.on-right {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .shop__sidebar.on-right {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .shop__sidebar.on-right {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop__sidebar.on-right {
    margin-bottom: 0;
    margin-top: 0;
  }

  [dir="ltr"] .shop__sidebar.on-right {
    margin-left: 0;
  }

  [dir="rtl"] .shop__sidebar.on-right {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .shop__sidebar.on-right {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .shop__sidebar.on-right {
    margin-left: 0;
  }
}

.shop__widget {
  margin-bottom: 8px;
}

.shop__widget .accordion-button {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 17px;
  line-height: 12px;
  color: var(--tp-common-black-solid);
  border-bottom: 1px solid #dadce0;
  padding: 10px 0;
  margin-bottom: 25px;
}

[dir=rtl] .shop__widget .accordion-button {
  justify-content: end;
}

.shop__widget .accordion-button:not(.collapsed) {
  color: var(--tp-common-black-solid);
}

.shop__widget .accordion-button::after {
  top: 37%;
  color: var(--tp-common-black-solid);
}

.shop__widget .accordion-button.collapsed::after {
  color: var(--tp-common-black-solid);
}

.shop__widget .accordion-button:hover {
  color: var(--tp-theme-1);
}

.shop__widget .accordion-button:hover::after {
  color: var(--tp-theme-1);
}

.shop__widget-list-item:not(:last-child) {
  margin-bottom: 6px;
}

.shop__widget-list-item input {
  display: none;
}

.shop__widget-list-item input:checked ~ label {
  color: var(--tp-common-black);
}

.shop__widget-list-item input:checked ~ label::after {
  background-color: var(--tp-common-black);
  border-color: var(--tp-common-black);
}

.shop__widget-list-item input:checked ~ label::before {
  color: var(--tp-common-white);
}

.shop__widget-list-item label {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  position: relative;
}

[dir="ltr"] .shop__widget-list-item label {
  padding-left: 31px;
}

[dir="rtl"] .shop__widget-list-item label {
  padding-right: 31px;
}

[dir="ltr"] [dir=rtl] .shop__widget-list-item label {
  padding-left: 0;
  padding-right: 31px;
}

[dir="rtl"] [dir=rtl] .shop__widget-list-item label {
  padding-right: 0;
  padding-left: 31px;
}

.shop__widget-list-item label::after, .shop__widget-list-item label::before {
  position: absolute;
  content: "";
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #dadce0;
  transition: all 0.1s ease-out 0s;
}

[dir="ltr"] .shop__widget-list-item label::after, [dir="ltr"] .shop__widget-list-item label::before {
  left: 0;
}

[dir="rtl"] .shop__widget-list-item label::after, [dir="rtl"] .shop__widget-list-item label::before {
  right: 0;
}

[dir="ltr"] [dir=rtl] .shop__widget-list-item label::after, [dir="ltr"] [dir=rtl] .shop__widget-list-item label::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .shop__widget-list-item label::after, [dir="rtl"] [dir=rtl] .shop__widget-list-item label::before {
  right: auto;
  left: 0;
}

.shop__widget-list-item label::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: -2px;
  font-size: 12px;
}

[dir="ltr"] .shop__widget-list-item label::before {
  left: 4px;
}

[dir="rtl"] .shop__widget-list-item label::before {
  right: 4px;
}

[dir="ltr"] [dir=rtl] .shop__widget-list-item label::before {
  left: auto;
  right: 4px;
}

[dir="rtl"] [dir=rtl] .shop__widget-list-item label::before {
  right: auto;
  left: 4px;
}

.shop__widget-list-item label:hover {
  cursor: pointer;
}

.shop__widget-list-item-2:not(:last-child) {
  margin-bottom: 10px;
}

.shop__widget-list-item-2 input {
  display: none;
}

.shop__widget-list-item-2 input:checked ~ label::before {
  color: var(--tp-common-white);
}

.shop__widget-list-item-2 label {
  font-family: var(--tp-ff-roboto);
  font-weight: 400;
  font-size: 14px;
  color: var(--tp-text-1);
  position: relative;
}

[dir="ltr"] .shop__widget-list-item-2 label {
  padding-left: 31px;
}

[dir="rtl"] .shop__widget-list-item-2 label {
  padding-right: 31px;
}

[dir="ltr"] [dir=rtl] .shop__widget-list-item-2 label {
  padding-left: 0;
  padding-right: 31px;
}

[dir="rtl"] [dir=rtl] .shop__widget-list-item-2 label {
  padding-right: 0;
  padding-left: 31px;
}

.shop__widget-list-item-2 label::after, .shop__widget-list-item-2 label::before {
  position: absolute;
  content: "";
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: all 0.1s ease-out 0s;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .shop__widget-list-item-2 label::after, [dir="ltr"] .shop__widget-list-item-2 label::before {
  left: 0;
}

[dir="rtl"] .shop__widget-list-item-2 label::after, [dir="rtl"] .shop__widget-list-item-2 label::before {
  right: 0;
}

[dir="ltr"] [dir=rtl] .shop__widget-list-item-2 label::after, [dir="ltr"] [dir=rtl] .shop__widget-list-item-2 label::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .shop__widget-list-item-2 label::after, [dir="rtl"] [dir=rtl] .shop__widget-list-item-2 label::before {
  right: auto;
  left: 0;
}

.shop__widget-list-item-2 label::before {
  content: "\f00c";
  font-family: var(--tp-ff-fontawesome);
  color: transparent;
  z-index: 1;
  border: 0;
  width: inherit;
  height: inherit;
  top: 0px;
  font-size: 12px;
  background-color: transparent;
}

[dir="ltr"] .shop__widget-list-item-2 label::before {
  left: 6px;
}

[dir="rtl"] .shop__widget-list-item-2 label::before {
  right: 6px;
}

[dir="ltr"] [dir=rtl] .shop__widget-list-item-2 label::before {
  left: auto;
  right: 6px;
}

[dir="rtl"] [dir=rtl] .shop__widget-list-item-2 label::before {
  right: auto;
  left: 6px;
}

.shop__widget-list-item-2 label:hover {
  cursor: pointer;
}

.shop__widget-list-item-2.has-orange label::after {
  background-color: #ffb733;
}

.shop__widget-list-item-2.has-green label::after {
  background-color: #95c995;
}

.shop__widget-list-item-2.has-red label::after {
  background-color: #ff5656;
}

.shop__widget-list-item-2.has-yellow label::after {
  background-color: #e2e20d;
}

.shop__widget-search-input {
  position: relative;
}

.shop__widget-search-input input {
  width: 100%;
  height: 46px;
  border: 1px solid #dadce0;
  padding: 0 20px;
  background-color: var(--tp-common-white);
  font-size: 14px;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .shop__widget-search-input input {
  padding-right: 45px;
}

[dir="rtl"] .shop__widget-search-input input {
  padding-left: 45px;
}

[dir="ltr"] [dir=rtl] .shop__widget-search-input input {
  padding-right: 20px;
  padding-left: 45px;
}

[dir="rtl"] [dir=rtl] .shop__widget-search-input input {
  padding-left: 20px;
  padding-right: 45px;
}

.shop__widget-search-input input::-webkit-input-placeholder {
  color: #767a7d;
}

.shop__widget-search-input input:-moz-placeholder {
  color: #767a7d;
}

.shop__widget-search-input input::-moz-placeholder {
  color: #767a7d;
}

.shop__widget-search-input input:-ms-input-placeholder {
  color: #767a7d;
}

.shop__widget-search-input input:focus {
  border-color: var(--tp-theme-1);
}

.shop__widget-search-input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .shop__widget-search-input button {
  right: 20px;
}

[dir="rtl"] .shop__widget-search-input button {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .shop__widget-search-input button {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .shop__widget-search-input button {
  left: auto;
  right: 20px;
}

.shop__widget-search-input button svg {
  transform: translateY(-2px);
}

.shop__widget-search-input button:hover {
  color: var(--tp-theme-1);
}

/* 16. Cart */
.tp-wishlist-btn .tp-btn {
  padding: 16px 40px 18px;
}

.tp-continue-shopping {
  margin-bottom: 30px;
  padding: 17px 37px;
  background-color: var(--tp-grey-1);
}

.tp-continue-shopping p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: var(--tp-ff-space);
  color: var(--tp-common-black);
}

[dir="ltr"] .tp-continue-shopping p i {
  padding-left: 2px;
}

[dir="rtl"] .tp-continue-shopping p i {
  padding-right: 2px;
}

[dir="ltr"] [dir=rtl] .tp-continue-shopping p i {
  padding-left: 0;
  padding-right: 2px;
}

[dir="rtl"] [dir=rtl] .tp-continue-shopping p i {
  padding-right: 0;
  padding-left: 2px;
}

.tp-continue-shopping p a:hover {
  color: var(--tp-theme-1);
}

.table > :not(:first-child) {
  border-top: 0;
}

.table-content table {
  background: #ffffff;
  border-color: #eaedff;
  border-radius: 0;
  border-style: solid;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

[dir="ltr"] .table-content table {
  border-width: 1px 0 0 1px;
}

[dir="rtl"] .table-content table {
  border-width: 1px 1px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .table-content table {
    width: 800px;
  }
}

.table-content .product-quantity {
  float: none;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.table-content table td.product-name a:hover {
  color: var(--tp-theme-1);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid var(--tp-border-5);
}

[dir="ltr"] .table-content table th,
[dir="ltr"] .table-content table td {
  border-right: 1px solid var(--tp-border-5);
}

[dir="rtl"] .table-content table th,
[dir="rtl"] .table-content table td {
  border-left: 1px solid var(--tp-border-5);
}

[dir="ltr"] [dir=rtl] .table-content table th,
[dir="ltr"] [dir=rtl] .table-content table td {
  border-left: 1px solid var(--tp-border-5);
  border-right: 0;
}

[dir="rtl"] [dir=rtl] .table-content table th,
[dir="rtl"] [dir=rtl] .table-content table td {
  border-right: 1px solid var(--tp-border-5);
  border-left: 0;
}

.product-quantity input {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid var(--tp-border-5);
}

.table td,
.table th {
  border-top: 1px solid var(--tp-border-5);
}

.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-quantity .tp-product-quantity {
  margin: auto;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  display: flex;
}

[dir="ltr"] .coupon {
  float: left;
}

[dir="rtl"] .coupon {
  float: right;
}

[dir="ltr"] [dir=rtl] .coupon {
  float: right;
}

[dir="rtl"] [dir=rtl] .coupon {
  float: left;
}

.coupon .tp-btn {
  padding: 16px 29px 18px;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}

#coupon_code {
  width: 64%;
  height: 60px;
  border: 1px solid var(--tp-grey-15);
  background-color: transparent;
  background-color: var(--tp-grey-15);
  color: var(--tp-common-black);
}

[dir="ltr"] #coupon_code {
  margin-right: 10px;
}

[dir="rtl"] #coupon_code {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] #coupon_code {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] #coupon_code {
  margin-left: 0;
  margin-right: 10px;
}

#coupon_code::-webkit-input-placeholder {
  color: #85858b;
}

#coupon_code:-moz-placeholder {
  color: #85858b;
}

#coupon_code::-moz-placeholder {
  color: #85858b;
}

#coupon_code:-ms-input-placeholder {
  color: #85858b;
}

#coupon_code:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #coupon_code {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

[dir="ltr"] .coupon2 {
  float: right;
}

[dir="rtl"] .coupon2 {
  float: left;
}

[dir="ltr"] [dir=rtl] .coupon2 {
  float: left;
}

[dir="rtl"] [dir=rtl] .coupon2 {
  float: right;
}

.coupon2 .tp-btn {
  padding: 16px 29px 18px;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total .tp-btn {
  padding: 16px 29px 16px;
  border: 1px solid var(--tp-border-5);
  background-color: transparent;
  color: var(--tp-common-black);
}

.cart-page-total .tp-btn:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.cart-page-total > h2, .cart-page-total > .h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid var(--tp-border-5);
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: var(--tp-common-black);
  padding: 10px 30px;
  border-bottom: 1px solid var(--tp-border-5);
  font-weight: 500;
}

.cart-page-total > ul > li span {
  color: var(--tp-text-1);
  font-weight: 400;
}

[dir="ltr"] .cart-page-total ul > li > span {
  float: right;
}

[dir="rtl"] .cart-page-total ul > li > span {
  float: left;
}

[dir="ltr"] [dir=rtl] .cart-page-total ul > li > span {
  float: left;
}

[dir="rtl"] [dir=rtl] .cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3, .coupon-accordion .h3 {
  background-color: var(--tp-common-white);
  border-top: 3px solid var(--tp-theme-1);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  position: relative;
  width: auto;
}

[dir="ltr"] .coupon-accordion h3, [dir="ltr"] .coupon-accordion .h3 {
  padding: 1em 2em 1em 3.5em;
}

[dir="rtl"] .coupon-accordion h3, [dir="rtl"] .coupon-accordion .h3 {
  padding: 1em 3.5em 1em 2em;
}

.coupon-accordion h3::before, .coupon-accordion .h3::before {
  content: "\f07b";
  top: 13px;
  position: absolute;
  color: var(--tp-text-1);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

[dir="ltr"] .coupon-accordion h3::before, [dir="ltr"] .coupon-accordion .h3::before {
  left: 15px;
}

[dir="rtl"] .coupon-accordion h3::before, [dir="rtl"] .coupon-accordion .h3::before {
  right: 15px;
}

.coupon-accordion span {
  color: var(--tp-text-1);
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: var(--tp-theme-1);
}

.coupon-content {
  border: 1px solid #eaedff;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 20px;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: var(--tp-text-1);
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  width: 100%;
  height: 60px;
  border: 1px solid var(--tp-grey-15);
  outline: 0;
  background-color: var(--tp-grey-15);
  color: var(--tp-common-black);
  padding: 0 25px;
}

.coupon-info p.form-row-first input::-webkit-input-placeholder,
.coupon-info p.form-row-last input::-webkit-input-placeholder {
  color: #85858b;
}

.coupon-info p.form-row-first input:-moz-placeholder,
.coupon-info p.form-row-last input:-moz-placeholder {
  color: #85858b;
}

.coupon-info p.form-row-first input::-moz-placeholder,
.coupon-info p.form-row-last input::-moz-placeholder {
  color: #85858b;
}

.coupon-info p.form-row-first input:-ms-input-placeholder,
.coupon-info p.form-row-last input:-ms-input-placeholder {
  color: #85858b;
}

.coupon-info p.form-row-first input:focus,
.coupon-info p.form-row-last input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.coupon-info .form-row .tp-btn {
  padding: 17px 47px;
}

.coupon-info .form-row .tp-btn:hover {
  background-color: var(--tp-common-black);
}

[dir="ltr"] .coupon-info p.form-row input[type=submit]:hover,
[dir="ltr"] p.checkout-coupon input[type=submit]:hover {
  background: var(--tp-theme-1) none repeat scroll 0 0;
}

[dir="rtl"] .coupon-info p.form-row input[type=submit]:hover,
[dir="rtl"] p.checkout-coupon input[type=submit]:hover {
  background: var(--tp-theme-1) none repeat scroll 100% 0;
}

.coupon-info p.form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  color: var(--tp-text-1);
}

[dir="ltr"] .form-row > label {
  margin-left: 15px;
}

[dir="rtl"] .form-row > label {
  margin-right: 15px;
}

[dir="ltr"] [dir=rtl] .form-row > label {
  margin-left: 0;
  margin-right: 15px;
}

[dir="rtl"] [dir=rtl] .form-row > label {
  margin-right: 0;
  margin-left: 15px;
}

.buttons-cart input,
.coupon input[type=submit],
.buttons-cart a,
.coupon-info p.form-row input[type=submit] {
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

[dir="ltr"] .buttons-cart input,
[dir="ltr"] .coupon input[type=submit],
[dir="ltr"] .buttons-cart a,
[dir="ltr"] .coupon-info p.form-row input[type=submit] {
  background: var(--tp-common-black) none repeat scroll 0 0;
  float: left;
  margin-right: 15px;
}

[dir="rtl"] .buttons-cart input,
[dir="rtl"] .coupon input[type=submit],
[dir="rtl"] .buttons-cart a,
[dir="rtl"] .coupon-info p.form-row input[type=submit] {
  background: var(--tp-common-black) none repeat scroll 100% 0;
  float: right;
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .buttons-cart input,
[dir="ltr"] [dir=rtl] .coupon input[type=submit],
[dir="ltr"] [dir=rtl] .buttons-cart a,
[dir="ltr"] [dir=rtl] .coupon-info p.form-row input[type=submit] {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .buttons-cart input,
[dir="rtl"] [dir=rtl] .coupon input[type=submit],
[dir="rtl"] [dir=rtl] .buttons-cart a,
[dir="rtl"] [dir=rtl] .coupon-info p.form-row input[type=submit] {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

.checkout-coupon .tp-btn {
  padding: 17px 47px;
}

.checkout-coupon .tp-btn:hover {
  background-color: var(--tp-common-black);
}

p.checkout-coupon input[type=text] {
  width: 100%;
  height: 60px;
  border: 1px solid var(--tp-grey-15);
  outline: 0;
  background-color: var(--tp-grey-15);
  color: var(--tp-common-black);
  padding: 0 25px;
}

p.checkout-coupon input[type=text]::-webkit-input-placeholder {
  color: #85858b;
}

p.checkout-coupon input[type=text]:-moz-placeholder {
  color: #85858b;
}

p.checkout-coupon input[type=text]::-moz-placeholder {
  color: #85858b;
}

p.checkout-coupon input[type=text]:-ms-input-placeholder {
  color: #85858b;
}

p.checkout-coupon input[type=text]:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

p.checkout-coupon button {
  margin-top: 15px;
}

.checkbox-form h3, .checkbox-form .h3 {
  border-bottom: 1px solid #eaedff;
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label,
.checkout-form-list label {
  color: var(--tp-text-1);
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}

.country-select .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  border: 1px solid var(--tp-grey-15);
  border-radius: 0;
  line-height: 58px;
  background-color: var(--tp-grey-15);
  color: var(--tp-common-black);
  padding: 0 25px;
}

.country-select .nice-select::-webkit-input-placeholder {
  color: #85858b;
}

.country-select .nice-select:-moz-placeholder {
  color: #85858b;
}

.country-select .nice-select::-moz-placeholder {
  color: #85858b;
}

.country-select .nice-select:-ms-input-placeholder {
  color: #85858b;
}

.country-select .nice-select:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.country-select .nice-select .current {
  color: var(--tp-common-black);
}

.country-select .nice-select::after {
  color: var(--tp-common-black);
}

[dir="ltr"] .country-select .nice-select::after {
  right: 25px;
}

[dir="rtl"] .country-select .nice-select::after {
  left: 25px;
}

[dir="ltr"] [dir=rtl] .country-select .nice-select::after {
  right: auto;
  left: 25px;
}

[dir="rtl"] [dir=rtl] .country-select .nice-select::after {
  left: auto;
  right: 25px;
}

.country-select .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
}

.country-select .nice-select .list .option.selected {
  color: var(--tp-theme-1);
}

.country-select .nice-select .list .option:hover {
  color: var(--tp-common-black);
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: var(--tp-text-1);
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
  width: 100%;
  height: 60px;
  border: 1px solid var(--tp-grey-15);
  outline: 0;
  background-color: var(--tp-grey-15);
  color: var(--tp-common-black);
  padding: 0 25px;
}

.checkout-form-list input[type=text]::-webkit-input-placeholder,
.checkout-form-list input[type=password]::-webkit-input-placeholder,
.checkout-form-list input[type=email]::-webkit-input-placeholder {
  color: #85858b;
}

.checkout-form-list input[type=text]:-moz-placeholder,
.checkout-form-list input[type=password]:-moz-placeholder,
.checkout-form-list input[type=email]:-moz-placeholder {
  color: #85858b;
}

.checkout-form-list input[type=text]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=email]::-moz-placeholder {
  color: #85858b;
}

.checkout-form-list input[type=text]:-ms-input-placeholder,
.checkout-form-list input[type=password]:-ms-input-placeholder,
.checkout-form-list input[type=email]:-ms-input-placeholder {
  color: #85858b;
}

.checkout-form-list input[type=text]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=email]:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.checkout-form-list input[type=checkbox] {
  display: inline-block;
  position: relative;
  top: 1px;
}

[dir="ltr"] .checkout-form-list input[type=checkbox] {
  margin-right: 10px;
}

[dir="rtl"] .checkout-form-list input[type=checkbox] {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .checkout-form-list input[type=checkbox] {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .checkout-form-list input[type=checkbox] {
  margin-left: 0;
  margin-right: 10px;
}

.create-acc label {
  color: var(--tp-text-1);
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label, .ship-different-title .h3 label {
  display: inline-block;
  color: var(--tp-text-1);
}

[dir="ltr"] .ship-different-title h3 label, [dir="ltr"] .ship-different-title .h3 label {
  margin-right: 20px;
}

[dir="rtl"] .ship-different-title h3 label, [dir="rtl"] .ship-different-title .h3 label {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .ship-different-title h3 label, [dir="ltr"] [dir=rtl] .ship-different-title .h3 label {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .ship-different-title h3 label, [dir="rtl"] [dir=rtl] .ship-different-title .h3 label {
  margin-left: 0;
  margin-right: 20px;
}

.order-notes textarea {
  width: 100%;
  height: 180px;
  border: 1px solid var(--tp-grey-15);
  outline: 0;
  background-color: var(--tp-grey-15);
  color: var(--tp-common-black);
  padding: 20px 25px;
}

.order-notes textarea::-webkit-input-placeholder {
  color: #85858b;
}

.order-notes textarea:-moz-placeholder {
  color: #85858b;
}

.order-notes textarea::-moz-placeholder {
  color: #85858b;
}

.order-notes textarea:-ms-input-placeholder {
  color: #85858b;
}

.order-notes textarea:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid var(--tp-border-5);
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3, .your-order .h3 {
  border-bottom: 1px solid var(--tp-border-5);
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid var(--tp-border-5);
  color: var(--tp-text-1);
  font-size: 14px;
  padding: 15px 0;
}

[dir="ltr"] .your-order-table table th,
[dir="ltr"] .your-order-table table td {
  border-right: medium none;
  text-align: left;
}

[dir="rtl"] .your-order-table table th,
[dir="rtl"] .your-order-table table td {
  border-left: medium none;
  text-align: right;
}

[dir="ltr"] [dir=rtl] .your-order-table table th,
[dir="ltr"] [dir=rtl] .your-order-table table td {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .your-order-table table th,
[dir="rtl"] [dir=rtl] .your-order-table table td {
  text-align: left;
}

@media (max-width: 767px) {
  [dir="ltr"] .your-order-table table th,
  [dir="ltr"] .your-order-table table td {
    padding-right: 10px;
  }

  [dir="rtl"] .your-order-table table th,
  [dir="rtl"] .your-order-table table td {
    padding-left: 10px;
  }

  [dir="ltr"] [dir=rtl] .your-order-table table th,
  [dir="ltr"] [dir=rtl] .your-order-table table td {
    padding-right: 0;
    padding-left: 10px;
  }

  [dir="rtl"] [dir=rtl] .your-order-table table th,
  [dir="rtl"] [dir=rtl] .your-order-table table td {
    padding-left: 0;
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: var(--tp-text-1);
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

[dir="ltr"] .your-order-table table th {
  text-align: left;
}

[dir="rtl"] .your-order-table table th {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .your-order-table table th {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .your-order-table table th {
  text-align: left;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li {
  list-style: none;
  margin-bottom: 6px;
}

.your-order-table table .shipping ul li input[type=radio], .your-order-table table .shipping ul li input[type=checkbox] {
  display: none;
}

.your-order-table table .shipping ul li input[type=radio]:checked ~ label::after, .your-order-table table .shipping ul li input[type=checkbox]:checked ~ label::after {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.your-order-table table .shipping ul li input[type=radio]:checked ~ label::before, .your-order-table table .shipping ul li input[type=checkbox]:checked ~ label::before {
  background-color: var(--tp-theme-1);
}

.your-order-table table .shipping ul li label {
  position: relative;
  font-size: 14px;
}

[dir="ltr"] .your-order-table table .shipping ul li label {
  padding-left: 30px;
}

[dir="rtl"] .your-order-table table .shipping ul li label {
  padding-right: 30px;
}

[dir="ltr"] [dir=rtl] .your-order-table table .shipping ul li label {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .your-order-table table .shipping ul li label {
  padding-right: 0;
  padding-left: 30px;
}

.your-order-table table .shipping ul li label:hover {
  cursor: pointer;
}

.your-order-table table .shipping ul li label::after, .your-order-table table .shipping ul li label::before {
  position: absolute;
  content: "";
  top: 5px;
  width: 18px;
  height: 18px;
  background-color: var(--tp-common-white);
  border: 1px solid #eaeaef;
  border-radius: 50%;
  transition: all 0.2s linear;
}

[dir="ltr"] .your-order-table table .shipping ul li label::after, [dir="ltr"] .your-order-table table .shipping ul li label::before {
  left: 0;
}

[dir="rtl"] .your-order-table table .shipping ul li label::after, [dir="rtl"] .your-order-table table .shipping ul li label::before {
  right: 0;
}

[dir="ltr"] [dir=rtl] .your-order-table table .shipping ul li label::after, [dir="ltr"] [dir=rtl] .your-order-table table .shipping ul li label::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .your-order-table table .shipping ul li label::after, [dir="rtl"] [dir=rtl] .your-order-table table .shipping ul li label::before {
  right: auto;
  left: 0;
}

.your-order-table table .shipping ul li label::before {
  transform: scale(0.35);
  border: 0;
  background-color: var(--tp-common-white);
  z-index: 1;
}

.your-order-table table .shipping ul li label {
  color: var(--tp-text-1);
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: var(--tp-theme-1);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.payment-method .accordion-button {
  font-size: 16px;
}

[dir="ltr"] .payment-method .accordion-button {
  padding: 24px 25px 25px 20px;
}

[dir="rtl"] .payment-method .accordion-button {
  padding: 24px 20px 25px 25px;
}

.payment-method .accordion-button::before {
  top: 31px;
  width: 5px;
  height: 5px;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

[dir="ltr"] .order-button-payment input {
  background: #232323 none repeat scroll 0 0;
}

[dir="rtl"] .order-button-payment input {
  background: #232323 none repeat scroll 100% 0;
}

[dir="ltr"] .order-button-payment input:hover {
  background: #3e976c none repeat scroll 0 0;
}

[dir="rtl"] .order-button-payment input:hover {
  background: #3e976c none repeat scroll 100% 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.payment-method .card {
  background-color: #ffffff;
  border: 1px solid #eaedff;
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid #eaedff;
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
  width: 100%;
  padding: 17px 47px;
}

.order-button-payment button:hover {
  background-color: var(--tp-common-black);
}

.coupon .tp-btn {
  padding: 16px 29px 18px;
  flex: 0 0 auto;
}

/*----------------------------------------*/
/*  33. NEWSLETTER CSS START
/*----------------------------------------*/
.newsletter-popup {
  visibility: hidden;
  opacity: 0;
  transition-delay: 0s;
}

.newsletter-popup.opened {
  opacity: 1;
  visibility: visible;
  transition-delay: 5s;
}

.newsletter-overlay {
  background-color: var(--tp-common-black);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s;
}

[dir="ltr"] .newsletter-overlay {
  left: 0;
}

[dir="rtl"] .newsletter-overlay {
  right: 0;
}

.newsletter-overlay.opened {
  opacity: 0.9;
  visibility: visible;
  transition-delay: 5s;
}

.newsletter__area {
  position: fixed;
  top: 50%;
  width: 870px;
  background-color: var(--tp-common-white);
  z-index: 999;
}

[dir="ltr"] .newsletter__area {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .newsletter__area {
  right: 50%;
  transform: translate(50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter__area {
    width: 670px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__area {
    width: 500px;
  }
}

@media (max-width: 575px) {
  .newsletter__area {
    width: 95%;
  }
}

.newsletter__area-2 {
  width: 770px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter__area-2 {
    width: 670px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__area-2 {
    width: 500px;
  }
}

@media (max-width: 575px) {
  .newsletter__area-2 {
    width: 95%;
  }
}

.newsletter__area-3 {
  width: 800px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter__area-3 {
    width: 670px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__area-3 {
    width: 500px;
  }
}

@media (max-width: 575px) {
  .newsletter__area-3 {
    width: 95%;
  }
}

.newsletter__area.newsletter-demo {
  position: relative;
  top: 0;
  z-index: inherit;
}

[dir="ltr"] .newsletter__area.newsletter-demo {
  left: 50%;
  transform: translate(-50%, 0%);
}

[dir="rtl"] .newsletter__area.newsletter-demo {
  right: 50%;
  transform: translate(50%, 0%);
}

.newsletter__close {
  position: absolute;
  top: 20px;
  z-index: 1;
}

[dir="ltr"] .newsletter__close {
  right: 20px;
}

[dir="rtl"] .newsletter__close {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .newsletter__close {
  left: 20px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .newsletter__close {
  right: 20px;
  left: auto;
}

.newsletter__close-3 {
  top: 30px;
}

[dir="ltr"] .newsletter__close-3 {
  right: 30px;
}

[dir="rtl"] .newsletter__close-3 {
  left: 30px;
}

[dir="ltr"] [dir=rtl] .newsletter__close-3 {
  right: auto;
  left: 30px;
}

[dir="rtl"] [dir=rtl] .newsletter__close-3 {
  left: auto;
  right: 30px;
}

@media (max-width: 575px) {
  .newsletter__close-3 {
    top: 15px;
  }

  [dir="ltr"] .newsletter__close-3 {
    right: 15px;
  }

  [dir="rtl"] .newsletter__close-3 {
    left: 15px;
  }

  [dir="ltr"] [dir=rtl] .newsletter__close-3 {
    right: auto;
    left: 15px;
  }

  [dir="rtl"] [dir=rtl] .newsletter__close-3 {
    left: auto;
    right: 15px;
  }
}

.newsletter__close-btn {
  color: var(--tp-common-white);
  font-size: 18px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .newsletter__close-btn {
    color: #7e7e83;
  }
}

.newsletter__close-btn svg, .newsletter__close-btn i {
  display: inline-block;
}

.newsletter__close-btn:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] .newsletter__close-btn:hover svg, [dir="ltr"] .newsletter__close-btn:hover i {
  transform: rotate(90deg);
}

[dir="rtl"] .newsletter__close-btn:hover svg, [dir="rtl"] .newsletter__close-btn:hover i {
  transform: rotate(-90deg);
}

.newsletter__close-btn-2 {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter__close-btn-2:hover {
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .newsletter__close-btn-2 {
    color: #7e7e83;
  }

  .newsletter__close-btn-2:hover {
    color: var(--tp-theme-1);
  }
}

.newsletter__close-btn-3 {
  color: #7e7e83;
}

.newsletter__close-btn-3:hover {
  color: #484aff;
}

.newsletter__wrapper {
  padding: 56px 40px 42px;
  position: relative;
  background-color: var(--tp-common-white);
}

[dir="ltr"] .newsletter__wrapper {
  padding-right: 415px;
}

[dir="rtl"] .newsletter__wrapper {
  padding-left: 415px;
}

[dir="ltr"] [dir=rtl] .newsletter__wrapper {
  padding-right: 40px;
  padding-left: 415px;
}

[dir="rtl"] [dir=rtl] .newsletter__wrapper {
  padding-left: 40px;
  padding-right: 415px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .newsletter__wrapper {
    padding-right: 250px;
  }

  [dir="rtl"] .newsletter__wrapper {
    padding-left: 250px;
  }

  [dir="ltr"] [dir=rtl] .newsletter__wrapper {
    padding-left: 250px;
    padding-right: 40px;
  }

  [dir="rtl"] [dir=rtl] .newsletter__wrapper {
    padding-right: 250px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .newsletter__wrapper {
    padding: 20px 20px;
    padding-top: 60px;
  }
}

.newsletter__wrapper-2 {
  padding: 65px 50px 32px;
}

[dir="ltr"] .newsletter__wrapper-2 {
  padding-right: 365px;
}

[dir="rtl"] .newsletter__wrapper-2 {
  padding-left: 365px;
}

[dir="ltr"] [dir=rtl] .newsletter__wrapper-2 {
  padding-left: 365px;
  padding-left: 50px;
}

[dir="rtl"] [dir=rtl] .newsletter__wrapper-2 {
  padding-right: 365px;
  padding-right: 50px;
}

.newsletter__wrapper-2 p {
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .newsletter__wrapper-2 {
    padding-right: 280px;
  }

  [dir="rtl"] .newsletter__wrapper-2 {
    padding-left: 280px;
  }

  [dir="ltr"] [dir=rtl] .newsletter__wrapper-2 {
    padding-left: 280px;
    padding-right: 50px;
  }

  [dir="rtl"] [dir=rtl] .newsletter__wrapper-2 {
    padding-right: 280px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .newsletter__wrapper-2 {
    padding-right: 50px;
  }

  [dir="rtl"] .newsletter__wrapper-2 {
    padding-left: 50px;
  }

  [dir="ltr"] [dir=rtl] .newsletter__wrapper-2 {
    padding-left: 50px;
  }

  [dir="rtl"] [dir=rtl] .newsletter__wrapper-2 {
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  .newsletter__wrapper-2 {
    padding: 20px;
    padding-top: 40px;
  }
}

.newsletter__wrapper-3 {
  padding: 65px 60px 32px;
}

[dir="ltr"] .newsletter__wrapper-3 {
  padding-left: 380px;
}

[dir="rtl"] .newsletter__wrapper-3 {
  padding-right: 380px;
}

[dir="ltr"] [dir=rtl] .newsletter__wrapper-3 {
  padding-right: 380px;
  padding-left: 60px;
}

[dir="rtl"] [dir=rtl] .newsletter__wrapper-3 {
  padding-left: 380px;
  padding-right: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .newsletter__wrapper-3 {
    padding-left: 280px;
  }

  [dir="rtl"] .newsletter__wrapper-3 {
    padding-right: 280px;
  }

  [dir="ltr"] [dir=rtl] .newsletter__wrapper-3 {
    padding-right: 280px;
    padding-left: 60px;
  }

  [dir="rtl"] [dir=rtl] .newsletter__wrapper-3 {
    padding-left: 280px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .newsletter__wrapper-3 {
    padding: 20px;
    padding-top: 40px;
  }
}

.newsletter__wrapper-3 p {
  font-size: 16px;
  line-height: 1.38;
  color: var(--tp-common-black);
  margin-bottom: 33px;
}

.newsletter__thumb {
  position: absolute;
  width: 340px;
  height: 100%;
  top: 0;
}

[dir="ltr"] .newsletter__thumb {
  right: 0;
}

[dir="rtl"] .newsletter__thumb {
  left: 0;
}

[dir="ltr"] [dir=rtl] .newsletter__thumb {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .newsletter__thumb {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter__thumb {
    width: 230px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .newsletter__thumb {
    display: none;
  }
}

[dir="ltr"] .newsletter__thumb-3 {
  left: 0;
  right: auto;
}

[dir="rtl"] .newsletter__thumb-3 {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] .newsletter__thumb-3 {
  right: 0;
  left: auto;
}

[dir="rtl"] [dir=rtl] .newsletter__thumb-3 {
  left: 0;
  right: auto;
}

.newsletter__title {
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 32px;
}

.newsletter__title-pre {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #484aff;
}

.newsletter__title-2 {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 5px;
}

.newsletter__title-3 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 9px;
}

@media (max-width: 575px) {
  .newsletter__title-3 {
    font-size: 40px;
  }
}

.newsletter__input {
  position: relative;
  margin-bottom: 20px;
}

[dir="ltr"] .newsletter__input {
  margin-right: 15px;
}

[dir="rtl"] .newsletter__input {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .newsletter__input {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .newsletter__input {
  margin-left: 0;
  margin-right: 15px;
}

.newsletter__input input {
  width: 100%;
  height: 52px;
  line-height: 52px;
  padding: 0 27px;
  background-color: #f2f2f2;
  border: 1px solid #eaeaea;
  font-size: 14px;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-space);
  border-radius: 6px;
}

[dir="ltr"] .newsletter__input input {
  padding-right: 120px;
}

[dir="rtl"] .newsletter__input input {
  padding-left: 120px;
}

[dir="ltr"] [dir=rtl] .newsletter__input input {
  padding-right: 27px;
  padding-left: 120px;
}

[dir="rtl"] [dir=rtl] .newsletter__input input {
  padding-left: 27px;
  padding-right: 120px;
}

.newsletter__input input::-webkit-input-placeholder {
  color: #7e7e83;
}

.newsletter__input input:-moz-placeholder {
  color: #7e7e83;
}

.newsletter__input input::-moz-placeholder {
  color: #7e7e83;
}

.newsletter__input input:-ms-input-placeholder {
  color: #7e7e83;
}

.newsletter__input input:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .newsletter__input input {
    padding-right: 27px;
  }

  [dir="rtl"] .newsletter__input input {
    padding-left: 27px;
  }
}

.newsletter__input button {
  position: absolute;
  top: 0;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  padding: 13px 28px;
}

[dir="ltr"] .newsletter__input button {
  right: 0;
  border-radius: 0px 6px 6px 0;
}

[dir="rtl"] .newsletter__input button {
  left: 0;
  border-radius: 6px 0px 0 6px;
}

[dir="ltr"] [dir=rtl] .newsletter__input button {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .newsletter__input button {
  left: auto;
  right: 0;
}

.newsletter__input button:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .newsletter__input button {
    position: static;
    margin-top: 10px;
    border-radius: 6px;
  }
}

.newsletter__input-2 {
  margin-bottom: 19px;
}

[dir="ltr"] .newsletter__input-2 {
  margin-right: 0;
}

[dir="rtl"] .newsletter__input-2 {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .newsletter__input-2 {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .newsletter__input-2 {
  margin-right: 0;
}

.newsletter__input-2 input {
  width: 220px;
  height: 54px;
  border: 2px solid #e4e5eb;
  font-family: var(--tp-ff-space);
  font-size: 14px;
  outline: 0;
  background-color: transparent;
  padding: 0 26px;
  border-radius: 0;
}

[dir="ltr"] .newsletter__input-2 input {
  margin-right: 4px;
}

[dir="rtl"] .newsletter__input-2 input {
  margin-left: 4px;
}

[dir="ltr"] [dir=rtl] .newsletter__input-2 input {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] [dir=rtl] .newsletter__input-2 input {
  margin-left: 0;
  margin-right: 4px;
}

@media (max-width: 575px) {
  .newsletter__input-2 input {
    width: 100%;
  }
}

.newsletter__input-2 input:focus {
  border-color: var(--tp-theme-1);
}

.newsletter__input-2 button {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-common-white);
  padding: 14px 27px;
  background-color: var(--tp-theme-1);
  border-radius: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .newsletter__input-2 button {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .newsletter__input-2 button {
    margin-top: 15px;
  }
}

.newsletter__input-2 button:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.newsletter__input-3 input {
  width: 100%;
  background: #f0f0f5;
  border: 1px solid #e4e5eb;
  border-radius: 0;
}

.newsletter__input-3 input:focus {
  border-color: #484aff;
}

.newsletter__input-3 button {
  position: static;
  margin-top: 15px;
  font-size: 16px;
  background-color: #484aff;
  border-radius: 0;
  padding: 10px 31px;
  margin-bottom: 5px;
}

[dir="ltr"] .newsletter__input-3 button i, [dir="ltr"] .newsletter__input-3 button svg {
  margin-left: 3px;
}

[dir="rtl"] .newsletter__input-3 button i, [dir="rtl"] .newsletter__input-3 button svg {
  margin-right: 3px;
}

[dir="ltr"] [dir=rtl] .newsletter__input-3 button i, [dir="ltr"] [dir=rtl] .newsletter__input-3 button svg {
  margin-left: 0;
  margin-right: 3px;
}

[dir="rtl"] [dir=rtl] .newsletter__input-3 button i, [dir="rtl"] [dir=rtl] .newsletter__input-3 button svg {
  margin-right: 0;
  margin-left: 3px;
}

.newsletter__input-3 button svg {
  transform: translateY(-1px);
}

.newsletter__agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 2px solid #b2b2b9;
  border-radius: 4px;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(3px);
  padding: 0;
}

.newsletter__agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.newsletter__agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
}

[dir="ltr"] .newsletter__agree input:checked::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .newsletter__agree input:checked::after {
  right: 50%;
  transform: translate(50%, -50%);
}

.newsletter__agree input:hover {
  cursor: pointer;
}

.newsletter__agree label {
  font-size: 14px;
  line-height: 1.5;
  color: var(--tp-text-1);
}

[dir="ltr"] .newsletter__agree label {
  padding-left: 8px;
}

[dir="rtl"] .newsletter__agree label {
  padding-right: 8px;
}

.newsletter__agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
}

[dir="ltr"] .newsletter__agree label a {
  padding-left: 4px;
}

[dir="rtl"] .newsletter__agree label a {
  padding-right: 4px;
}

[dir="ltr"] [dir=rtl] .newsletter__agree label a {
  padding-left: 0;
  padding-right: 4px;
}

[dir="rtl"] [dir=rtl] .newsletter__agree label a {
  padding-right: 0;
  padding-left: 4px;
}

.newsletter__agree label a:hover {
  color: var(--tp-theme-1);
}

.newsletter__agree label:hover {
  cursor: pointer;
}

.newsletter__agree-2 label a {
  color: var(--tp-text-1);
  text-decoration: underline;
}

.newsletter__option p {
  font-size: 18px;
  line-height: 22px;
  color: var(--tp-common-black);
}

.newsletter__proposal p {
  margin-bottom: 12px;
}

.newsletter__proposal p a {
  color: #484aff;
  text-decoration: underline;
}

.newsletter__proposal p a:hover {
  color: var(--tp-common-black);
}

.newsletter__social a {
  color: #7e7e83;
}

[dir="ltr"] .newsletter__social a {
  margin-right: 6px;
}

[dir="rtl"] .newsletter__social a {
  margin-left: 6px;
}

[dir="ltr"] [dir=rtl] .newsletter__social a {
  margin-right: 0;
  margin-left: 6px;
}

[dir="rtl"] [dir=rtl] .newsletter__social a {
  margin-left: 0;
  margin-right: 6px;
}

.newsletter__social a:hover {
  color: #484aff;
}

/*----------------------------------------*/
/*  34. JOB CSS START
/*----------------------------------------*/
.job__item {
  background: var(--tp-common-white);
  border: 1px solid #eaeaef;
}

[dir="ltr"] .job__item {
  padding: 33px 60px 32px 40px;
}

[dir="rtl"] .job__item {
  padding: 33px 40px 32px 60px;
}

[dir="ltr"] [dir=rtl] .job__item {
  padding-right: 40px;
  padding-left: 60px;
}

[dir="rtl"] [dir=rtl] .job__item {
  padding-left: 40px;
  padding-right: 60px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .job__item {
    padding: 33px 30px 32px 30px;
  }
}

.job__item:not(:last-child) {
  margin-bottom: 20px;
}

.job__item:hover {
  border-color: var(--tp-theme-1);
}

.job__title {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.job__title a:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] .job__meta-item {
  margin-right: 14px;
}

[dir="rtl"] .job__meta-item {
  margin-left: 14px;
}

[dir="ltr"] [dir=rtl] .job__meta-item {
  margin-right: 0;
  margin-left: 14px;
}

[dir="rtl"] [dir=rtl] .job__meta-item {
  margin-left: 0;
  margin-right: 14px;
}

.job__meta-item span {
  font-size: 14px;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .job__meta-item span {
    margin-bottom: 15px;
  }
}

[dir="ltr"] .job__meta-item span:not(:last-child) {
  margin-right: 15px;
  padding-right: 18px;
}

[dir="rtl"] .job__meta-item span:not(:last-child) {
  margin-left: 15px;
  padding-left: 18px;
}

[dir="ltr"] [dir=rtl] .job__meta-item span:not(:last-child) {
  margin-right: 0;
  padding-right: 0;
  margin-left: 15px;
  padding-left: 18px;
}

[dir="rtl"] [dir=rtl] .job__meta-item span:not(:last-child) {
  margin-left: 0;
  padding-left: 0;
  margin-right: 15px;
  padding-right: 18px;
}

.job__meta-item span:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #d9d9d9;
}

[dir="ltr"] .job__meta-item span:not(:last-child)::after {
  right: 0;
}

[dir="rtl"] .job__meta-item span:not(:last-child)::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .job__meta-item span:not(:last-child)::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .job__meta-item span:not(:last-child)::after {
  left: auto;
  right: 0;
}

[dir="ltr"] .job__meta-item span i, [dir="ltr"] .job__meta-item span svg {
  margin-right: 4px;
}

[dir="rtl"] .job__meta-item span i, [dir="rtl"] .job__meta-item span svg {
  margin-left: 4px;
}

[dir="ltr"] [dir=rtl] .job__meta-item span i, [dir="ltr"] [dir=rtl] .job__meta-item span svg {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] [dir=rtl] .job__meta-item span i, [dir="rtl"] [dir=rtl] .job__meta-item span svg {
  margin-left: 0;
  margin-right: 4px;
}

.job__meta-item span svg {
  transform: translateY(-1px);
}

.job__tag span {
  display: inline-block;
  padding: 4px 10px 5px;
  margin-bottom: 0;
  color: var(--tp-common-purple);
  background-color: rgba(99, 100, 219, 0.06);
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .job__tag span {
    margin-bottom: 15px;
  }
}

.job__vacancies {
  position: relative;
}

[dir="ltr"] .job__vacancies {
  padding-left: 30px;
}

[dir="rtl"] .job__vacancies {
  padding-right: 30px;
}

[dir="ltr"] [dir=rtl] .job__vacancies {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .job__vacancies {
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .job__vacancies {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  [dir="ltr"] .job__vacancies {
    padding-left: 0;
  }

  [dir="rtl"] .job__vacancies {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .job__vacancies {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .job__vacancies {
    padding-left: 0;
  }

  .job__vacancies::after {
    display: none;
  }
}

.job__vacancies::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 80px;
  background-color: #eaeaef;
}

[dir="ltr"] .job__vacancies::after {
  left: 0;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .job__vacancies::after {
  right: 0;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .job__vacancies::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .job__vacancies::after {
  right: auto;
  left: 0;
}

.job__vacancies span {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-text-10);
  line-height: 1;
  margin-bottom: 7px;
}

.job__vacancies p {
  font-size: 14px;
  color: var(--tp-text-10);
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .job__btn {
    padding-left: 0;
  }

  [dir="rtl"] .job__btn {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .job__btn {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .job__btn {
    padding-left: 0;
  }
}

.job__btn a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-text-1);
  padding: 13px 47px;
  position: relative;
}

.job__btn a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.job__btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 80px;
  background-color: #eaeaef;
}

[dir="ltr"] .job__btn a::after {
  left: -68px;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .job__btn a::after {
  right: -68px;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .job__btn a::after {
  left: auto;
  right: -68px;
}

[dir="rtl"] [dir=rtl] .job__btn a::after {
  right: auto;
  left: -68px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .job__btn a::after {
    left: -35px;
  }

  [dir="rtl"] .job__btn a::after {
    right: -35px;
  }

  [dir="ltr"] [dir=rtl] .job__btn a::after {
    left: auto;
    right: -35px;
  }

  [dir="rtl"] [dir=rtl] .job__btn a::after {
    right: auto;
    left: -35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .job__btn a::after {
    display: none;
  }
}

.job__box-145 {
  padding-left: 145px;
  padding-right: 145px;
  padding-bottom: 125px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .job__box-145 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
  .job__box-145 {
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .job__box-145 {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .job__box-145 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .job__box-145 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .job__box-145 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .job__box-145 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 70px;
  }
}

.job__details-tag span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple);
  padding: 8px 17px 10px;
}

.job__details-title {
  font-size: 50px;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .job__details-title {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .job__details-title {
    font-size: 27px;
  }
}

.job__details-content p {
  font-size: 22px;
  line-height: 1.55;
  color: var(--tp-common-black);
}

.job__details-about-title {
  font-size: 40px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
}

@media (max-width: 575px) {
  .job__details-about-title {
    font-size: 33px;
  }
}

.job__details-about p {
  font-size: 16px;
  line-height: 1.75;
}

[dir="ltr"] .job__details-about p {
  padding-right: 70px;
}

[dir="rtl"] .job__details-about p {
  padding-left: 70px;
}

[dir="ltr"] [dir=rtl] .job__details-about p {
  padding-right: 0;
  padding-left: 70px;
}

[dir="rtl"] [dir=rtl] .job__details-about p {
  padding-left: 0;
  padding-right: 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .job__details-about p {
    padding-right: 0;
  }

  [dir="rtl"] .job__details-about p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .job__details-about p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .job__details-about p {
    padding-right: 0;
  }
}

.job__details-list-title {
  font-size: 24px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
  margin-bottom: 20px;
}

.job__details-list-title-2 {
  font-size: 34px;
  margin-bottom: 20px;
}

.job__details-list ul li {
  list-style: none;
  font-size: 16px;
  position: relative;
}

[dir="ltr"] .job__details-list ul li {
  padding-left: 17px;
}

[dir="rtl"] .job__details-list ul li {
  padding-right: 17px;
}

[dir="ltr"] [dir=rtl] .job__details-list ul li {
  padding-right: 17px;
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .job__details-list ul li {
  padding-left: 17px;
  padding-right: 0;
}

.job__details-list ul li:not(:last-child) {
  margin-bottom: 8px;
}

.job__details-list ul li::after {
  position: absolute;
  content: "";
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: var(--tp-text-1);
  border-radius: 50%;
}

[dir="ltr"] .job__details-list ul li::after {
  left: 0;
}

[dir="rtl"] .job__details-list ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .job__details-list ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .job__details-list ul li::after {
  right: auto;
  left: 0;
}

.job__details-info-wrapper {
  margin-bottom: 27px;
}

.job__details-info:not(:last-child) {
  margin-bottom: 30px;
}

.job__details-info-title {
  font-size: 22px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
  margin-bottom: 0;
}

.job__details-info p {
  font-size: 15px;
}

.job__details-info p span {
  color: var(--tp-common-black);
  font-weight: 500;
}

.job__details-deadline {
  margin-bottom: 46px;
}

.job__details-deadline p {
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-common-black);
}

.job__details-deadline p span {
  font-weight: 400;
  color: var(--tp-text-1);
}

.job__details-cv {
  margin-bottom: 34px;
}

.job__details-cv p {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
}

.job__details-btn .tp-btn {
  padding: 14px 39px;
}

.job__details-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.job__form {
  background-color: var(--tp-grey-4);
  padding: 55px 70px 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .job__form {
    padding: 55px 40px 45px;
  }
}

@media (max-width: 575px) {
  .job__form {
    padding: 35px 30px 35px;
  }
}

.job__form-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 23px;
}

.job__form-details-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 23px;
}

.job__form-details p {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 23px;
  margin-bottom: 21px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .job__form-details p br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .job__form-details-meta span {
    margin-right: 22px;
    padding-right: 28px;
  }

  [dir="rtl"] .job__form-details-meta span {
    margin-left: 22px;
    padding-left: 28px;
  }

  [dir="ltr"] [dir=rtl] .job__form-details-meta span {
    margin-right: 0;
    padding-right: 0;
    margin-left: 22px;
    padding-right: 28px;
  }

  [dir="rtl"] [dir=rtl] .job__form-details-meta span {
    margin-left: 0;
    padding-left: 0;
    margin-right: 22px;
    padding-left: 28px;
  }
}

.job__form-level {
  margin-top: 45px;
  margin-bottom: 45px;
}

.job__form-level-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.job__form-level-input {
  margin-bottom: 6px;
}

.job__form-level-input input[type=radio], .job__form-level-input input[type=checkbox] {
  display: none;
}

.job__form-level-input input[type=radio]:checked ~ label::after, .job__form-level-input input[type=checkbox]:checked ~ label::after {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.job__form-level-input input[type=radio]:checked ~ label::before, .job__form-level-input input[type=checkbox]:checked ~ label::before {
  background-color: var(--tp-theme-1);
}

.job__form-level-input label {
  position: relative;
  font-size: 14px;
}

[dir="ltr"] .job__form-level-input label {
  padding-left: 30px;
}

[dir="rtl"] .job__form-level-input label {
  padding-right: 30px;
}

[dir="ltr"] [dir=rtl] .job__form-level-input label {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .job__form-level-input label {
  padding-right: 0;
  padding-left: 30px;
}

.job__form-level-input label:hover {
  cursor: pointer;
}

.job__form-level-input label::after, .job__form-level-input label::before {
  position: absolute;
  content: "";
  top: 3px;
  width: 18px;
  height: 18px;
  background-color: var(--tp-common-white);
  border: 1px solid #eaeaef;
  border-radius: 50%;
  transition: all 0.2s linear;
}

[dir="ltr"] .job__form-level-input label::after, [dir="ltr"] .job__form-level-input label::before {
  left: 0;
}

[dir="rtl"] .job__form-level-input label::after, [dir="rtl"] .job__form-level-input label::before {
  right: 0;
}

[dir="ltr"] [dir=rtl] .job__form-level-input label::after, [dir="ltr"] [dir=rtl] .job__form-level-input label::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .job__form-level-input label::after, [dir="rtl"] [dir=rtl] .job__form-level-input label::before {
  right: auto;
  left: 0;
}

.job__form-level-input label::before {
  transform: scale(0.35);
  border: 0;
  background-color: var(--tp-common-white);
  z-index: 1;
}

.job__form-btn .tp-btn {
  font-size: 15px;
  padding: 17px 34px;
  letter-spacing: 0;
  margin-bottom: 16px;
}

[dir="ltr"] .job__form-btn .tp-btn {
  margin-right: 15px;
}

[dir="rtl"] .job__form-btn .tp-btn {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .job__form-btn .tp-btn {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .job__form-btn .tp-btn {
  margin-left: 0;
  margin-right: 15px;
}

.job__form-btn .tp-btn:hover {
  background-color: var(--tp-theme-1-dark);
}

.job__form-btn .tp-btn.is-purple {
  background-color: var(--tp-common-purple);
}

.job__form-btn .tp-btn.is-purple:hover {
  background-color: #4546b7;
}

.job__form-btn input[type=file] {
  display: none;
}

.job__form-btn label:hover {
  cursor: pointer;
}

.job__input {
  position: relative;
  margin-bottom: 20px;
}

.job__input > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .job__input > span {
  left: 27px;
}

[dir="rtl"] .job__input > span {
  right: 27px;
}

[dir="ltr"] [dir=rtl] .job__input > span {
  left: auto;
  right: 27px;
}

[dir="rtl"] [dir=rtl] .job__input > span {
  right: auto;
  left: 27px;
}

.job__input > span svg {
  transform: translateY(-2px);
}

.job__input input, .job__input textarea {
  background: var(--tp-common-white);
  border: 1px solid #eaeaef;
  height: 60px;
}

[dir="ltr"] .job__input input, [dir="ltr"] .job__input textarea {
  padding-left: 55px;
  padding-right: 27px;
}

[dir="rtl"] .job__input input, [dir="rtl"] .job__input textarea {
  padding-right: 55px;
  padding-left: 27px;
}

[dir="ltr"] [dir=rtl] .job__input input, [dir="ltr"] [dir=rtl] .job__input textarea {
  padding-left: 27px;
  padding-right: 55px;
}

[dir="rtl"] [dir=rtl] .job__input input, [dir="rtl"] [dir=rtl] .job__input textarea {
  padding-right: 27px;
  padding-left: 55px;
}

.job__input input:focus, .job__input textarea:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.job__input textarea {
  height: 160px;
  resize: none;
}

.job__input.input-sm input {
  width: 405px;
}

@media (max-width: 575px) {
  .job__input.input-sm input {
    width: 100%;
  }
}

.job__input.no-icon input {
  padding-left: 27px;
  padding-right: 27px;
}

.job__input .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  border: 1px solid #eaeaef;
  border-radius: 0;
  line-height: 58px;
}

[dir="ltr"] .job__input .nice-select {
  padding-left: 27px;
}

[dir="rtl"] .job__input .nice-select {
  padding-right: 27px;
}

[dir="ltr"] [dir=rtl] .job__input .nice-select {
  padding-left: 0;
  padding-right: 27px;
}

[dir="rtl"] [dir=rtl] .job__input .nice-select {
  padding-right: 0;
  padding-left: 27px;
}

.job__input .nice-select .current {
  color: var(--tp-common-black);
}

.job__input .nice-select::after {
  color: var(--tp-common-black);
}

[dir="ltr"] .job__input .nice-select::after {
  right: 25px;
}

[dir="rtl"] .job__input .nice-select::after {
  left: 25px;
}

[dir="ltr"] [dir=rtl] .job__input .nice-select::after {
  right: auto;
  left: 25px;
}

[dir="rtl"] [dir=rtl] .job__input .nice-select::after {
  left: auto;
  right: 25px;
}

.job__input .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
}

.job__input .nice-select .list .option:hover {
  color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  35. LOGIN CSS START
/*----------------------------------------*/
.login__wrapper {
  padding: 50px 85px 55px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 60px rgba(3, 4, 28, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .login__wrapper {
    padding: 50px 60px 55px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login__wrapper {
    padding: 50px 40px 55px;
  }
}

@media (max-width: 575px) {
  .login__wrapper {
    padding: 40px 25px 45px;
  }
}

.login__title {
  font-size: 34px;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.login__top p {
  font-size: 16px;
}

.login__input {
  position: relative;
}

.login__input-wrapper {
  margin-bottom: 14px;
}

.login__input input {
  background: #ffffff;
  border: 1px solid #eaeaef;
  height: 60px;
  line-height: 60px;
}

[dir="ltr"] .login__input input {
  padding-left: 55px;
  padding-right: 50px;
}

[dir="rtl"] .login__input input {
  padding-right: 55px;
  padding-left: 50px;
}

[dir="ltr"] [dir=rtl] .login__input input {
  padding-left: 50px;
  padding-right: 55px;
}

[dir="rtl"] [dir=rtl] .login__input input {
  padding-right: 50px;
  padding-left: 55px;
}

.login__input input:focus {
  border-color: var(--tp-theme-1);
}

.login__input span {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 3px));
}

[dir="ltr"] .login__input span {
  left: 27px;
}

[dir="rtl"] .login__input span {
  right: 27px;
}

[dir="ltr"] [dir=rtl] .login__input span {
  left: auto;
  right: 27px;
}

[dir="rtl"] [dir=rtl] .login__input span {
  right: auto;
  left: 27px;
}

.login__input-item {
  position: relative;
}

.login__input-item:not(:last-child) {
  margin-bottom: 20px;
}

.login__input-item > span {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 3px));
}

[dir="ltr"] .login__input-item > span {
  right: 22px;
}

[dir="rtl"] .login__input-item > span {
  left: 22px;
}

[dir="ltr"] [dir=rtl] .login__input-item > span {
  right: auto;
  left: 22px;
}

[dir="rtl"] [dir=rtl] .login__input-item > span {
  left: auto;
  right: 22px;
}

.login__input-item > span:hover {
  cursor: pointer;
}

.login__remember input[type=checkbox], .login__remember input[type=radio] {
  display: none;
}

.login__remember input[type=checkbox]:checked ~ label::after, .login__remember input[type=radio]:checked ~ label::after {
  background-color: transparent;
  border-color: var(--tp-theme-1);
}

.login__remember input[type=checkbox]:checked ~ label::before, .login__remember input[type=radio]:checked ~ label::before {
  transform: scale(1);
}

.login__remember label {
  font-size: 14px;
  position: relative;
}

[dir="ltr"] .login__remember label {
  padding-left: 30px;
}

[dir="rtl"] .login__remember label {
  padding-right: 30px;
}

[dir="ltr"] [dir=rtl] .login__remember label {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .login__remember label {
  padding-right: 0;
  padding-left: 30px;
}

.login__remember label::after, .login__remember label::before {
  position: absolute;
  content: "";
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: var(--tp-common-white);
  border: 1px solid #eaeaef;
  transition: all 0.2s ease-out 0s;
}

[dir="ltr"] .login__remember label::after, [dir="ltr"] .login__remember label::before {
  left: 0;
}

[dir="rtl"] .login__remember label::after, [dir="rtl"] .login__remember label::before {
  right: 0;
}

[dir="ltr"] [dir=rtl] .login__remember label::after, [dir="ltr"] [dir=rtl] .login__remember label::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .login__remember label::after, [dir="rtl"] [dir=rtl] .login__remember label::before {
  right: auto;
  left: 0;
}

.login__remember label::before {
  width: 14px;
  height: 14px;
  background-color: var(--tp-theme-1);
  left: 3px;
  top: 5px;
  right: 3px;
  bottom: 3px;
  transform: scale(0);
}

[dir="ltr"] [dir=rtl] .login__remember label::before {
  left: auto;
  right: 3px;
}

[dir="rtl"] [dir=rtl] .login__remember label::before {
  right: auto;
  left: 3px;
}

.login__remember label:hover {
  cursor: pointer;
}

.login__forgot a {
  font-size: 14px;
  color: var(--tp-common-black);
  text-transform: capitalize;
}

.login__forgot a:hover {
  color: var(--tp-theme-1);
}

.login__btn {
  margin-bottom: 18px;
}

.login__btn .tp-btn {
  font-size: 18px;
  padding: 17px 30px;
}

.login__btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.login__social-header {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 25px;
}

.login__social-header::after, .login__social-header::before {
  position: absolute;
  content: "";
  top: 10px;
  width: 30px;
  height: 1px;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .login__social-header::after, [dir="ltr"] .login__social-header::before {
  left: 100%;
}

[dir="rtl"] .login__social-header::after, [dir="rtl"] .login__social-header::before {
  right: 100%;
}

[dir="ltr"] [dir=rtl] .login__social-header::after, [dir="ltr"] [dir=rtl] .login__social-header::before {
  left: auto;
  right: 100%;
}

[dir="rtl"] [dir=rtl] .login__social-header::after, [dir="rtl"] [dir=rtl] .login__social-header::before {
  right: auto;
  left: 100%;
}

[dir="ltr"] .login__social-header::before {
  left: auto;
  right: 100%;
}

[dir="rtl"] .login__social-header::before {
  right: auto;
  left: 100%;
}

[dir="ltr"] [dir=rtl] .login__social-header::before {
  left: 100%;
  right: auto;
}

[dir="rtl"] [dir=rtl] .login__social-header::before {
  right: 100%;
  left: auto;
}

.login__social-item a {
  display: inline-block;
  padding: 11px 25px;
  font-weight: 500;
  font-size: 14px;
  background: var(--tp-common-white);
  border: 1px solid #eaeaef;
  margin-bottom: 20px;
}

[dir="ltr"] .login__social-item a {
  margin-right: 5px;
}

[dir="rtl"] .login__social-item a {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .login__social-item a {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .login__social-item a {
  margin-left: 0;
  margin-right: 5px;
}

@media (max-width: 575px) {
  .login__social-item a {
    width: 100%;
  }

  [dir="ltr"] .login__social-item a {
    margin-right: 0;
  }

  [dir="rtl"] .login__social-item a {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .login__social-item a {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .login__social-item a {
    margin-right: 0;
  }
}

[dir="ltr"] .login__social-item a:last-child {
  margin-right: 0;
}

[dir="rtl"] .login__social-item a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .login__social-item a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .login__social-item a:last-child {
  margin-right: 0;
}

[dir="ltr"] .login__social-item a .login-social-icon {
  margin-right: 3px;
}

[dir="rtl"] .login__social-item a .login-social-icon {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .login__social-item a .login-social-icon {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .login__social-item a .login-social-icon {
  margin-left: 0;
  margin-right: 3px;
}

.login__social-item a .login-social-icon svg {
  transform: translateY(-2px);
}

.login__social-item a:hover {
  border-color: var(--tp-theme-1);
}

.login__register-now {
  text-align: center;
}

.login__register-now p {
  font-size: 14px;
  color: #525258;
  margin-bottom: 0;
}

.login__register-now p a {
  color: var(--tp-theme-1);
  font-weight: 500;
}

.login__shape-1 {
  position: absolute;
  bottom: 32%;
  z-index: -1;
}

[dir="ltr"] .login__shape-1 {
  right: 14%;
}

[dir="rtl"] .login__shape-1 {
  left: 14%;
}

.login__shape-2 {
  position: absolute;
  bottom: 14%;
  z-index: -1;
}

[dir="ltr"] .login__shape-2 {
  right: -1%;
}

[dir="rtl"] .login__shape-2 {
  left: -1%;
}

.login__shape-3 {
  position: absolute;
  top: 35%;
  z-index: -1;
}

[dir="ltr"] .login__shape-3 {
  left: 3%;
}

[dir="rtl"] .login__shape-3 {
  right: 3%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .login__shape-3 {
    left: -4%;
  }

  [dir="rtl"] .login__shape-3 {
    right: -4%;
  }
}

.login__shape-4 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
}

[dir="ltr"] .login__shape-4 {
  left: 18%;
}

[dir="rtl"] .login__shape-4 {
  right: 18%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .login__shape-4 {
    left: 0%;
  }

  [dir="rtl"] .login__shape-4 {
    right: 0%;
  }
}

.login__shape-5 {
  position: absolute;
  top: 43%;
  z-index: -1;
}

[dir="ltr"] .login__shape-5 {
  right: 20%;
}

[dir="rtl"] .login__shape-5 {
  left: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .login__shape-5 {
    right: 0%;
  }

  [dir="rtl"] .login__shape-5 {
    left: 0%;
  }
}

.login__shape-6 {
  position: absolute;
  top: 27%;
  z-index: -1;
}

[dir="ltr"] .login__shape-6 {
  right: 22%;
}

[dir="rtl"] .login__shape-6 {
  left: 22%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .login__shape-6 {
    right: 1%;
  }

  [dir="rtl"] .login__shape-6 {
    left: 1%;
  }
}
/*----------------------------------------*/
/*  36. ERROR CSS START
/*----------------------------------------*/
.error__title {
  font-size: 50px;
  letter-spacing: -0.04em;
}

@media (max-width: 575px) {
  .error__title {
    font-size: 30px;
  }
}

.error__content p {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 70px;
  margin-bottom: 27px;
}

@media (max-width: 575px) {
  .error__content p {
    padding: 0;
  }
}

.error__content .tp-btn {
  padding: 12px 26px;
}

.error__content .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.error__bg {
  background-image: -o-linear-gradient(180deg, #f0f0f5 0%, rgba(240, 240, 245, 0) 82.84%);
}

[dir="ltr"] .error__bg {
  background-image: linear-gradient(180deg, #f0f0f5 0%, rgba(240, 240, 245, 0) 82.84%);
}

[dir="rtl"] .error__bg {
  background-image: linear-gradient(-180deg, #f0f0f5 0%, rgba(240, 240, 245, 0) 82.84%);
}

@media (max-width: 575px) {
  .error__thumb svg {
    width: 100%;
    height: auto;
  }
}

.error__hair {
  transform-origin: top center;
  animation: one 3s cubic-bezier(0.65, 0, 0.35, 1) 0s infinite forwards;
}

.error__z {
  animation: note-anim 2s 4.5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-animation: note-anim 2s 4.5s infinite linear;
  -webkit-animation-fill-mode: forwards;
}

.error__z.z-2 {
  animation: note-anim 2s 4s infinite linear;
  animation-fill-mode: forwards;
  -webkit-animation: note-anim 2s 4s infinite linear;
  -webkit-animation-fill-mode: forwards;
}

.error__z.z-3 {
  animation: note-anim 2s 3.5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-animation: note-anim 2s 3.5s infinite linear;
  -webkit-animation-fill-mode: forwards;
}

.error__leaves {
  animation: skew 3s infinite;
  transform: skew;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__leaves-2 {
  animation: skew-2 3s infinite;
  transform: skew-2;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__leaves-3 {
  animation: skew-3 3s infinite;
  transform: skew-3;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__leaves-line {
  animation: skew 3s infinite;
  transform: skew;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__leaves-line-2 {
  animation: skew-2 3s infinite;
  transform: skew-2;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__leaves-line-3 {
  animation: skew-3 3s infinite;
  transform: skew-3;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__sm-leaves {
  animation: skew 3s infinite;
  transform: skew;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__sm-leaves-2 {
  animation: skew-2 3s infinite;
  transform: skew-2;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__sm-leaves-3 {
  animation: skew-3 3s infinite;
  transform: skew-3;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__sm-leaves-line {
  animation: skew 3s infinite;
  transform: skew;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__sm-leaves-line-2 {
  animation: skew-2 3s infinite;
  transform: skew-2;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__sm-leaves-line-3 {
  animation: skew-3 3s infinite;
  transform: skew-3;
  animation-direction: alternate;
  transform-origin: bottom center;
}

.error__text {
  font-size: 440px;
  color: var(--tp-common-white);
  position: absolute;
  top: 0;
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  z-index: -1;
}

[dir="ltr"] .error__text {
  left: 0;
  transform: translate(-150px, 0);
}

[dir="rtl"] .error__text {
  right: 0;
  transform: translate(150px, 0);
}

[dir="ltr"] [dir=rtl] .error__text {
  left: auto;
  right: 0;
  transform: translate(150px, 0);
}

[dir="rtl"] [dir=rtl] .error__text {
  right: auto;
  left: 0;
  transform: translate(-150px, 0);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error__text {
    font-size: 385px;
  }

  [dir="ltr"] .error__text {
    transform: translate(-98px, 0);
  }

  [dir="rtl"] .error__text {
    transform: translate(98px, 0);
  }

  [dir="ltr"] [dir=rtl] .error__text {
    transform: translate(98px, 0);
  }

  [dir="rtl"] [dir=rtl] .error__text {
    transform: translate(-98px, 0);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .error__text {
    transform: translate(0px, 60px);
    font-size: 268px;
  }

  [dir=rtl] .error__text {
    transform: translate(0px, -60px);
  }
}

@media (max-width: 575px) {
  .error__text {
    transform: translate(0, 0);
    font-size: 150px;
  }
}

@keyframes one {
  0%, 100% {
    transform: rotate(7deg) translateY(23px) translateX(33px);
  }

  30%, 60% {
    transform: rotate(0) translateY(0) translateX(0);
  }
}

@keyframes note-anim {
  0% {
    transform: translate(0, 0) translateZ(0);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-10px, 0) translateZ(0);
  }
}

@keyframes skew {
  0% {
    transform: skewX(5deg) translate(-7px);
  }

  100% {
    transform: skewX(-5deg) translate(7px);
  }
}

@keyframes skew-2 {
  0% {
    transform: skewX(-10deg) translate(7px);
  }

  100% {
    transform: skewX(10deg) translate(-7px);
  }
}

@keyframes skew-3 {
  0% {
    transform: skewX(-2deg) translate(4px);
  }

  100% {
    transform: skewX(2deg) translate(-4px);
  }
}
/*----------------------------------------*/
/*  37. COMING CSS START
/*----------------------------------------*/
.coming__height {
  min-height: 950px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coming__height {
    min-height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .coming__thumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .coming__thumb img {
    width: 100%;
  }
}

.coming__countdown {
  margin-bottom: 17px;
}

.coming__countdown ul li {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-text-1);
  line-height: 1;
  position: relative;
}

[dir="ltr"] .coming__countdown ul li {
  margin-right: 43px;
}

[dir="rtl"] .coming__countdown ul li {
  margin-left: 43px;
}

[dir="ltr"] [dir=rtl] .coming__countdown ul li {
  margin-right: 0;
  margin-left: 43px;
}

[dir="rtl"] [dir=rtl] .coming__countdown ul li {
  margin-left: 0;
  margin-right: 43px;
}

@media (max-width: 575px) {
  [dir="ltr"] .coming__countdown ul li {
    margin-right: 30px;
  }

  [dir="rtl"] .coming__countdown ul li {
    margin-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .coming__countdown ul li {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .coming__countdown ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}

[dir="ltr"] .coming__countdown ul li:last-child {
  margin-right: 0;
}

[dir="rtl"] .coming__countdown ul li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .coming__countdown ul li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .coming__countdown ul li:last-child {
  margin-right: 0;
}

.coming__countdown ul li:not(:last-child)::after, .coming__countdown ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 14px;
  width: 3px;
  height: 3px;
  background-color: #bcc2c6;
  border-radius: 50%;
}

[dir="ltr"] .coming__countdown ul li:not(:last-child)::after, [dir="ltr"] .coming__countdown ul li:not(:last-child)::before {
  right: -24px;
}

[dir="rtl"] .coming__countdown ul li:not(:last-child)::after, [dir="rtl"] .coming__countdown ul li:not(:last-child)::before {
  left: -24px;
}

[dir="ltr"] [dir=rtl] .coming__countdown ul li:not(:last-child)::after, [dir="ltr"] [dir=rtl] .coming__countdown ul li:not(:last-child)::before {
  right: auto;
  left: -24px;
}

[dir="rtl"] [dir=rtl] .coming__countdown ul li:not(:last-child)::after, [dir="rtl"] [dir=rtl] .coming__countdown ul li:not(:last-child)::before {
  left: auto;
  right: -24px;
}

@media (max-width: 575px) {
  [dir="ltr"] .coming__countdown ul li:not(:last-child)::after, [dir="ltr"] .coming__countdown ul li:not(:last-child)::before {
    right: -15px;
  }

  [dir="rtl"] .coming__countdown ul li:not(:last-child)::after, [dir="rtl"] .coming__countdown ul li:not(:last-child)::before {
    left: -15px;
  }

  [dir="ltr"] [dir=rtl] .coming__countdown ul li:not(:last-child)::after, [dir="ltr"] [dir=rtl] .coming__countdown ul li:not(:last-child)::before {
    right: auto;
    left: -15px;
  }

  [dir="rtl"] [dir=rtl] .coming__countdown ul li:not(:last-child)::after, [dir="rtl"] [dir=rtl] .coming__countdown ul li:not(:last-child)::before {
    left: auto;
    right: -15px;
  }
}

.coming__countdown ul li:not(:last-child)::after {
  bottom: 14px;
  top: auto;
}

.coming__countdown ul li span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 24px;
  color: var(--tp-common-black);
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.coming__title {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .coming__title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .coming__title {
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  .coming__title {
    font-size: 33px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .coming__content {
    padding-top: 150px;
  }
}

.coming__content p {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 42px;
}

[dir="ltr"] .coming__content p {
  padding-right: 135px;
}

[dir="rtl"] .coming__content p {
  padding-left: 135px;
}

[dir="ltr"] [dir=rtl] .coming__content p {
  padding-right: 0;
  padding-left: 135px;
}

[dir="rtl"] [dir=rtl] .coming__content p {
  padding-left: 0;
  padding-right: 135px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .coming__content p {
    padding-right: 0;
  }

  [dir="rtl"] .coming__content p {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .coming__content p {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .coming__content p {
    padding-right: 0;
  }
}

.coming__input {
  position: relative;
  margin-bottom: 50px;
}

[dir="ltr"] .coming__input {
  margin-right: 120px;
}

[dir="rtl"] .coming__input {
  margin-left: 120px;
}

[dir="ltr"] [dir=rtl] .coming__input {
  margin-right: 0;
  margin-left: 120px;
}

[dir="rtl"] [dir=rtl] .coming__input {
  margin-left: 0;
  margin-right: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .coming__input {
    margin-right: 20px;
  }

  [dir="rtl"] .coming__input {
    margin-left: 20px;
  }

  [dir="ltr"] [dir=rtl] .coming__input {
    margin-right: 0;
    margin-left: 20px;
  }

  [dir="rtl"] [dir=rtl] .coming__input {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .coming__input {
    margin-right: 0;
  }

  [dir="rtl"] .coming__input {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .coming__input {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .coming__input {
    margin-right: 0;
  }
}

.coming__input input {
  width: 100%;
  height: 60px;
  background: var(--tp-common-white);
  border: 1.5px solid #eaeaef;
}

[dir="ltr"] .coming__input input {
  padding-right: 160px;
}

[dir="rtl"] .coming__input input {
  padding-left: 160px;
}

[dir="ltr"] [dir=rtl] .coming__input input {
  padding-right: 25px;
  padding-left: 160px;
}

[dir="rtl"] [dir=rtl] .coming__input input {
  padding-left: 25px;
  padding-right: 160px;
}

.coming__input input:focus {
  border-color: var(--tp-theme-1);
}

.coming__input button {
  position: absolute;
  top: 0;
  padding: 17px 38px;
}

[dir="ltr"] .coming__input button {
  right: 0;
}

[dir="rtl"] .coming__input button {
  left: 0;
}

[dir="ltr"] [dir=rtl] .coming__input button {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .coming__input button {
  left: auto;
  right: 0;
}

@media (max-width: 575px) {
  .coming__input button {
    position: relative;
    margin-top: 15px;
  }
}

.coming__input button:hover {
  background-color: var(--tp-common-black);
}

.coming__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: var(--tp-common-white);
  border: 1px solid #eaeaef;
  backdrop-filter: blur(30px);
  border-radius: 25px;
  text-align: center;
}

[dir="ltr"] .coming__social a {
  margin-right: 3px;
}

[dir="rtl"] .coming__social a {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .coming__social a {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .coming__social a {
  margin-left: 0;
  margin-right: 3px;
}

.coming__social a:hover {
  background-color: var(--tp-theme-1);
  border-color: transparent;
  color: var(--tp-common-white);
}

.coming__shape-1 {
  position: absolute;
  top: 32%;
  z-index: -1;
  animation: tptranslateY2 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .coming__shape-1 {
  left: 0;
}

[dir="rtl"] .coming__shape-1 {
  right: 0;
}

[dir="ltr"] [dir=rtl] .coming__shape-1 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .coming__shape-1 {
  right: auto;
  left: 0;
}

/*----------------------------------------*/
/*  38. POLICY CSS START
/*----------------------------------------*/
.policy__translate {
  margin-top: -200px;
}

.policy__meta {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.policy__wrapper {
  padding: 70px 60px 63px;
  background: var(--tp-common-white);
  box-shadow: 0px 30px 40px rgba(3, 4, 28, 0.1);
}

[dir="ltr"] .policy__wrapper {
  padding-right: 70px;
}

[dir="rtl"] .policy__wrapper {
  padding-left: 70px;
}

[dir="ltr"] [dir=rtl] .policy__wrapper {
  padding-right: 60px;
  padding-left: 70px;
}

[dir="rtl"] [dir=rtl] .policy__wrapper {
  padding-left: 60px;
  padding-right: 70px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .policy__wrapper {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .policy__wrapper {
    padding: 30px 35px;
  }
}

.policy__wrapper p {
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 11px;
}

.policy__title {
  font-size: 34px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
  margin-bottom: 17px;
}

@media (max-width: 575px) {
  .policy__title {
    font-size: 25px;
  }
}

.policy__title-2 {
  margin-bottom: 3px;
}

.policy__item-2 p {
  margin-bottom: 25px;
}

.policy__list ul li {
  font-size: 16px;
  position: relative;
  list-style: none;
}

[dir="ltr"] .policy__list ul li {
  padding-left: 15px;
}

[dir="rtl"] .policy__list ul li {
  padding-right: 15px;
}

[dir="ltr"] [dir=rtl] .policy__list ul li {
  padding-left: 0;
  padding-right: 17px;
}

[dir="rtl"] [dir=rtl] .policy__list ul li {
  padding-right: 0;
  padding-left: 17px;
}

.policy__list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.policy__list ul li::after {
  position: absolute;
  content: "";
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: var(--tp-text-1);
  border-radius: 50%;
}

[dir="ltr"] .policy__list ul li::after {
  left: 0;
}

[dir="rtl"] .policy__list ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .policy__list ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .policy__list ul li::after {
  right: auto;
  left: 0;
}

.policy__contact ul {
  margin-bottom: 15px;
}

.policy__contact ul li {
  list-style: none;
  font-size: 16px;
  color: var(--tp-common-black);
}

.policy__contact ul li:not(:last-child) {
  margin-bottom: 4px;
}

.policy__contact ul li span a:hover {
  color: var(--tp-theme-1);
}

.policy__contact > p {
  margin-bottom: 14px;
}

.policy__address p {
  font-size: 16px;
  line-height: 1.5;
}

.policy__address p a:hover {
  color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  39. HELP CSS START
/*----------------------------------------*/
.help__title {
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .help__title {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .help__title {
    font-size: 35px;
  }
}

.help__content p {
  font-size: 16px;
  margin-bottom: 42px;
}

.help__input {
  position: relative;
}

.help__input-box {
  position: relative;
  margin-bottom: 35px;
}

.help__input-box button {
  position: absolute;
  top: 0;
  padding: 22px 43px;
}

[dir="ltr"] .help__input-box button {
  right: 0;
}

[dir="rtl"] .help__input-box button {
  left: 0;
}

[dir="ltr"] [dir=rtl] .help__input-box button {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .help__input-box button {
  left: auto;
  right: 0;
}

@media (max-width: 575px) {
  .help__input-box button {
    position: relative;
    margin-top: 15px;
  }
}

.help__input-box button:hover {
  background-color: var(--tp-common-black);
}

.help__input input {
  width: 100%;
  height: 70px;
  background-color: var(--tp-common-white);
  border: 1px solid var(--tp-common-white);
}

[dir="ltr"] .help__input input {
  padding-left: 60px;
  padding-right: 167px;
  box-shadow: -3px 0px 0px var(--tp-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.14);
}

[dir="rtl"] .help__input input {
  padding-right: 60px;
  padding-left: 167px;
  box-shadow: 3px 0px 0px var(--tp-theme-1), 0px 1px 2px rgba(3, 4, 28, 0.14);
}

[dir="ltr"] [dir=rtl] .help__input input {
  padding-left: 167px;
  padding-right: 60px;
}

[dir="rtl"] [dir=rtl] .help__input input {
  padding-right: 167px;
  padding-left: 60px;
}

@media (max-width: 575px) {
  [dir="ltr"] .help__input input {
    padding-right: 25px;
  }

  [dir="rtl"] .help__input input {
    padding-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .help__input input {
    padding-right: 0;
    padding-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .help__input input {
    padding-left: 0;
    padding-right: 25px;
  }
}

.help__input span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #a0a0b5;
}

[dir="ltr"] .help__input span {
  left: 30px;
}

[dir="rtl"] .help__input span {
  right: 30px;
}

[dir="ltr"] [dir=rtl] .help__input span {
  left: auto;
  right: 30px;
}

[dir="rtl"] [dir=rtl] .help__input span {
  right: auto;
  left: 30px;
}

.help__input span svg {
  transform: translateY(-2px);
}

.help__features-item {
  margin-bottom: 30px;
}

[dir="ltr"] .help__features-item {
  margin-right: 50px;
}

[dir="rtl"] .help__features-item {
  margin-left: 50px;
}

[dir="ltr"] [dir=rtl] .help__features-item {
  margin-right: 10p0x;
  margin-left: 50px;
}

[dir="rtl"] [dir=rtl] .help__features-item {
  margin-left: 10p0x;
  margin-right: 50px;
}

[dir="ltr"] .help__features-item:last-child {
  margin-right: 0;
}

[dir="rtl"] .help__features-item:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .help__features-item:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .help__features-item:last-child {
  margin-right: 0;
}

.help__features-icon span {
  display: inline-block;
  background-color: var(--tp-common-white);
  box-shadow: 0px 2px 4px rgba(3, 4, 28, 0.1);
  border-radius: 30px;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  color: var(--tp-common-black);
}

[dir="ltr"] .help__features-icon span {
  margin-right: 13px;
}

[dir="rtl"] .help__features-icon span {
  margin-left: 13px;
}

[dir="ltr"] [dir=rtl] .help__features-icon span {
  margin-right: 0;
  margin-left: 13px;
}

[dir="rtl"] [dir=rtl] .help__features-icon span {
  margin-left: 0;
  margin-right: 13px;
}

.help__features-icon span svg {
  transform: translateY(-2px);
}

.help__features-content p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 3px;
}

.help__features-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--tp-common-black-solid);
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  40. ARTICLE CSS START
/*----------------------------------------*/
.articles__item {
  padding: 35px 40px;
  min-height: 450px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .articles__item {
    padding: 25px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .articles__item {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .articles__item {
    padding: 30px 20px;
  }
}

.articles__item-sm {
  min-height: 290px;
}

.articles__thumb img {
  position: absolute;
  bottom: 0;
  width: 100%;
  mix-blend-mode: overlay;
  z-index: -1;
}

[dir="ltr"] .articles__thumb img {
  right: 0;
}

[dir="rtl"] .articles__thumb img {
  left: 0;
}

[dir="ltr"] [dir=rtl] .articles__thumb img {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .articles__thumb img {
  left: auto;
  right: 0;
}

.articles__thumb img.has-opacity-6 {
  opacity: 0.6;
}

.articles__title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 15px;
}

[dir="ltr"] .articles__title {
  margin-right: 10px;
}

[dir="rtl"] .articles__title {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .articles__title {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .articles__title {
  margin-left: 0;
  margin-right: 10px;
}

.articles__number {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  background-color: #3f40b7;
  padding: 5px 12px;
}

.articles__content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(255, 255, 255, 0.9);
}

.articles__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .articles__icon {
  right: 40px;
}

[dir="rtl"] .articles__icon {
  left: 40px;
}

[dir="ltr"] [dir=rtl] .articles__icon {
  right: auto;
  left: 40px;
}

[dir="rtl"] [dir=rtl] .articles__icon {
  left: auto;
  right: 40px;
}

@media (max-width: 575px) {
  [dir="ltr"] .articles__icon {
    right: 20px;
  }

  [dir="rtl"] .articles__icon {
    left: 20px;
  }

  [dir="ltr"] [dir=rtl] .articles__icon {
    right: auto;
    left: 20px;
  }

  [dir="rtl"] [dir=rtl] .articles__icon {
    left: auto;
    right: 20px;
  }
}

.articles__icon span {
  font-size: 50px;
  color: var(--tp-common-khaki-4);
}

.articles__icon span svg {
  transform: translateY(-2px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .articles__icon span {
    opacity: 0.4;
  }
}

.articles__style-2 {
  min-height: 130px;
}

[dir="ltr"] .articles__style-2 {
  padding-right: 90px;
}

[dir="rtl"] .articles__style-2 {
  padding-left: 90px;
}

[dir="ltr"] [dir=rtl] .articles__style-2 {
  padding-right: 0;
  padding-left: 90px;
}

[dir="rtl"] [dir=rtl] .articles__style-2 {
  padding-left: 0;
  padding-right: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .articles__style-2 {
    padding: 20px;
  }

  [dir="ltr"] .articles__style-2 {
    padding-right: 35px;
  }

  [dir="rtl"] .articles__style-2 {
    padding-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .articles__style-2 {
    padding-right: 0;
    padding-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .articles__style-2 {
    padding-left: 0;
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .articles__style-2 {
    padding-right: 15px;
  }

  [dir="rtl"] .articles__style-2 {
    padding-left: 15px;
  }

  [dir="ltr"] [dir=rtl] .articles__style-2 {
    padding-right: 0;
    padding-left: 15px;
  }

  [dir="rtl"] [dir=rtl] .articles__style-2 {
    padding-left: 0;
    padding-right: 15px;
  }
}

.articles__style-2 .articles__title {
  color: var(--tp-common-black);
}

.articles__style-2 .articles__number {
  background-color: var(--tp-common-khaki-3);
  color: var(--tp-text-1);
}

.articles__style-2 .articles__content p {
  color: rgba(82, 82, 88, 0.9);
  margin-bottom: -4px;
}

/*----------------------------------------*/
/*  41. BANNER CSS START
/*----------------------------------------*/
.banner__inner {
  padding: 100px 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__inner {
    padding: 100px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner__inner {
    padding: 60px 60px;
  }

  [dir="ltr"] .banner__inner {
    background-position: left;
  }

  [dir="rtl"] .banner__inner {
    background-position: right;
  }

  [dir="ltr"] [dir=rtl] .banner__inner {
    background-position: right;
  }

  [dir="rtl"] [dir=rtl] .banner__inner {
    background-position: left;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__inner {
    padding: 45px;
  }

  [dir="ltr"] .banner__inner {
    background-position: left;
  }

  [dir="rtl"] .banner__inner {
    background-position: right;
  }

  [dir="ltr"] [dir=rtl] .banner__inner {
    background-position: right;
  }

  [dir="rtl"] [dir=rtl] .banner__inner {
    background-position: left;
  }
}

@media (max-width: 575px) {
  .banner__inner {
    padding: 35px;
  }

  [dir="ltr"] .banner__inner {
    background-position: left;
  }

  [dir="rtl"] .banner__inner {
    background-position: right;
  }

  [dir="ltr"] [dir=rtl] .banner__inner {
    background-position: right;
  }

  [dir="rtl"] [dir=rtl] .banner__inner {
    background-position: left;
  }
}

.banner__title {
  font-family: var(--tp-ff-roboto);
  font-weight: 600;
  font-size: 44px;
  line-height: 1.09;
  margin-bottom: 21px;
}

@media (max-width: 575px) {
  .banner__title {
    font-size: 28px;
  }
}

.banner__title a:hover {
  color: var(--tp-theme-1);
}

.banner__content > span {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
  display: inline-block;
  margin-bottom: 7px;
}

.banner__content p {
  font-family: var(--tp-ff-roboto);
  font-style: normal;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 35px;
}

.banner__content p span {
  font-weight: 700;
  font-size: 24px;
  color: var(--tp-common-black);
}

.banner__btn .tp-btn {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 14px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
  color: var(--tp-common-black);
  padding: 9px 25px;
}

.banner__btn .tp-btn:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.banner__btn .tp-btn svg {
  transform: translateY(-1px);
}

/*----------------------------------------*/
/*  42. PROFILE CSS START
/*----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .profile__tab {
    margin-bottom: 50px;
  }

  [dir="ltr"] .profile__tab {
    margin-right: 0;
  }

  [dir="rtl"] .profile__tab {
    margin-left: 0;
  }
}

.profile__tab .nav-tabs {
  background-color: var(--tp-common-white);
  padding: 0;
  border: 0;
  margin: 0;
  box-shadow: 0px 30px 50px rgba(5, 47, 40, 0.12);
}

.profile__tab .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-text-1);
  padding: 14px 30px;
  background-color: var(--tp-common-white);
  position: relative;
  border-radius: 0;
  border: 0;
}

[dir="ltr"] .profile__tab .nav-tabs .nav-link {
  text-align: left;
}

[dir="rtl"] .profile__tab .nav-tabs .nav-link {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .profile__tab .nav-tabs .nav-link {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .profile__tab .nav-tabs .nav-link {
  text-align: left;
}

[dir="ltr"] .profile__tab .nav-tabs .nav-link span {
  margin-right: 7px;
}

[dir="rtl"] .profile__tab .nav-tabs .nav-link span {
  margin-left: 7px;
}

[dir="ltr"] [dir=rtl] .profile__tab .nav-tabs .nav-link span {
  margin-right: 0;
  margin-left: 7px;
}

[dir="rtl"] [dir=rtl] .profile__tab .nav-tabs .nav-link span {
  margin-left: 0;
  margin-right: 7px;
}

.profile__tab .nav-tabs .nav-link.active {
  color: var(--tp-theme-1);
  background-color: rgba(184, 115, 51, 0.06);
}

.profile__tab .nav-tabs .nav-link.active:hover {
  background-color: rgba(184, 115, 51, 0.06);
}

.profile__tab .nav-tabs .nav-link:hover {
  background-color: var(--tp-grey-16);
}

.profile__tab .tp-tab-menu {
  position: relative;
}

.profile__tab .tp-tab-line {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 2px;
  height: auto;
  background-color: var(--tp-theme-3);
}

[dir="ltr"] .profile__tab .tp-tab-line {
  left: 0;
}

[dir="rtl"] .profile__tab .tp-tab-line {
  right: 0;
}

[dir="ltr"] [dir=rtl] .profile__tab .tp-tab-line {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .profile__tab .tp-tab-line {
  right: auto;
  left: 0;
}

.profile__tab-content {
  padding: 25px 30px 30px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 30px 50px rgba(5, 47, 40, 0.12);
}

.profile__info-title {
  font-size: 20px;
  margin-bottom: 25px;
}

.profile__input {
  margin-bottom: 25px;
  position: relative;
}

.profile__input-box h4, .profile__input-box .h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}

.profile__input-box h4 span, .profile__input-box .h4 span {
  color: var(--tp-theme-1);
}

.profile__input-box p {
  font-size: 13px;
  color: var(--tp-common-white);
  opacity: 0.7;
  margin-bottom: 10px;
}

.profile__input > span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .profile__input > span {
  left: 20px;
}

[dir="rtl"] .profile__input > span {
  right: 20px;
}

[dir="ltr"] [dir=rtl] .profile__input > span {
  left: auto;
  right: 20px;
}

[dir="rtl"] [dir=rtl] .profile__input > span {
  right: auto;
  left: 20px;
}

.profile__input > span svg {
  transform: translateY(-2px);
}

.profile__input input, .profile__input textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  border: 0;
  outline: 0;
  border: 1px solid #eaeaef;
  background-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

[dir="ltr"] .profile__input input, [dir="ltr"] .profile__input textarea {
  padding-left: 50px;
}

[dir="rtl"] .profile__input input, [dir="rtl"] .profile__input textarea {
  padding-right: 50px;
}

[dir="ltr"] [dir=rtl] .profile__input input, [dir="ltr"] [dir=rtl] .profile__input textarea {
  padding-left: 25px;
  padding-right: 50px;
}

[dir="rtl"] [dir=rtl] .profile__input input, [dir="rtl"] [dir=rtl] .profile__input textarea {
  padding-right: 25px;
  padding-left: 50px;
}

.profile__input input:focus, .profile__input textarea:focus {
  border-color: var(--tp-theme-1);
}

.profile__input textarea {
  line-height: 1.5;
  padding: 20px;
  resize: none;
  height: 200px;
  resize: none;
}

.profile__input .nice-select {
  width: 100%;
  float: none;
  height: 60px;
  border: 1px solid #eaeaef;
  border-radius: 0;
  line-height: 58px;
}

[dir="ltr"] .profile__input .nice-select {
  padding-left: 27px;
}

[dir="rtl"] .profile__input .nice-select {
  padding-right: 27px;
}

[dir="ltr"] [dir=rtl] .profile__input .nice-select {
  padding-left: 0;
  padding-right: 27px;
}

[dir="rtl"] [dir=rtl] .profile__input .nice-select {
  padding-right: 0;
  padding-left: 27px;
}

.profile__input .nice-select .current {
  color: var(--tp-common-black);
}

.profile__input .nice-select::after {
  color: var(--tp-common-black);
}

[dir="ltr"] .profile__input .nice-select::after {
  right: 25px;
}

[dir="rtl"] .profile__input .nice-select::after {
  left: 25px;
}

[dir="ltr"] [dir=rtl] .profile__input .nice-select::after {
  left: 25px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .profile__input .nice-select::after {
  right: 25px;
  left: auto;
}

.profile__input .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  padding: 13px 8px;
}

.profile__input .nice-select .list .option:hover {
  color: var(--tp-common-black);
}

.profile__password input {
  padding: 0 20px;
}

.profile__ticket {
  border: 1px solid #eaeaef;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .profile__ticket {
    overflow-x: scroll;
  }
}

.profile__ticket table thead tr {
  background-color: transparent;
}

.profile__ticket table th {
  color: var(--tp-common-black);
  border-color: #eaeaef;
  box-shadow: none;
}

.profile__ticket table td {
  color: var(--tp-common-black);
}

.profile__ticket table tbody > tr:first-child {
  background-color: transparent;
}

.profile__ticket table tbody > tr:not(:last-child) {
  border-bottom: 1px solid #eaeaef;
}

.profile__ticket table tbody > tr td, .profile__ticket table tbody > tr th {
  color: var(--tp-common-black);
  vertical-align: middle;
}

.profile__ticket table tbody > tr > th {
  padding-left: 15px;
  padding-right: 15px;
}

.profile__ticket table tbody > tr th[scope=row] {
  color: var(--tp-theme-1);
}

.profile__ticket table tbody > tr td[data-info="status done"] {
  color: var(--tp-common-green-2);
}

.profile__ticket table tbody > tr td[data-info="status pending"] {
  color: var(--tp-common-purple);
}

.profile__ticket table tbody > tr td[data-info="status reply"] {
  color: var(--tp-common-brown-dark-2);
}

.profile__ticket table tbody > tr td[data-info="status hold"] {
  color: var(--tp-common-yellow);
}

.profile__ticket table tbody > tr .tp-btn {
  padding: 7px 18px;
  background-color: var(--tp-grey-1);
  color: var(--tp-common-black);
  font-weight: 500;
  min-width: 90px;
}

.profile__ticket table tbody > tr .tp-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.profile__ticket .table {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .profile__ticket .table {
    width: 700px;
  }
}

.profile__ticket .table > :not(:first-child) {
  border-color: #eaeaef;
  border-top-width: 1px;
}

.profile__ticket .table > :not(caption) > * > * {
  padding: 1rem 1.5rem;
  border: 0;
  box-shadow: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .profile__address-item {
    margin-bottom: 40px;
  }
}

.profile__address-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.profile__address-icon span {
  display: inline-block;
  min-width: 45px;
}

[dir="ltr"] .profile__address-icon span {
  margin-right: 20px;
}

[dir="rtl"] .profile__address-icon span {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .profile__address-icon span {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .profile__address-icon span {
  margin-left: 0;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .profile__address-icon span {
    margin-bottom: 20px;
  }
}

.profile__address-icon span svg {
  width: 45px;
}

.profile__address-icon span svg path {
  fill: var(--tp-theme-1);
}

.profile__address-content p {
  font-size: 14px;
  margin-bottom: 10px;
}

.profile__address-content p span {
  color: var(--tp-common-black);
  font-weight: 500;
}

[dir="ltr"] .profile__address-content p span {
  margin-right: 7px;
}

[dir="rtl"] .profile__address-content p span {
  margin-left: 7px;
}

[dir="ltr"] [dir=rtl] .profile__address-content p span {
  margin-right: 0;
  margin-left: 7px;
}

[dir="rtl"] [dir=rtl] .profile__address-content p span {
  margin-left: 0;
  margin-right: 7px;
}

.profile__notification-title {
  font-size: 24px;
  color: var(--tp-common-black);
  margin-bottom: 10px;
}

.profile__notification-item .form-check-input {
  margin-top: 0;
  width: 40px;
  height: 20px;
  box-shadow: none;
}

.profile__notification-item .form-check-label {
  font-size: 16px;
  color: var(--tp-common-black);
}

[dir="ltr"] .profile__notification-item .form-check-label {
  margin-left: 10px;
}

[dir="rtl"] .profile__notification-item .form-check-label {
  margin-right: 10px;
}

[dir="ltr"] [dir=rtl] .profile__notification-item .form-check-label {
  margin-left: 0;
  margin-right: 10px;
}

[dir="rtl"] [dir=rtl] .profile__notification-item .form-check-label {
  margin-right: 0;
  margin-left: 10px;
}

.profile__notification-item .form-check-label:hover {
  cursor: pointer;
  color: var(--tp-common-black);
}

.profile__notification-item .form-check-input:checked {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.profile__btn .tp-btn {
  padding: 14px 39px;
}

.profile__btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

@media (max-width: 575px) {
  .profile__main-inner {
    margin-bottom: 20px;
  }
}

.profile__main-thumb {
  position: relative;
}

.profile__main-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

[dir="ltr"] .profile__main-thumb img {
  margin-right: 16px;
}

[dir="rtl"] .profile__main-thumb img {
  margin-left: 16px;
}

[dir="ltr"] [dir=rtl] .profile__main-thumb img {
  margin-right: 0;
  margin-left: 16px;
}

[dir="rtl"] [dir=rtl] .profile__main-thumb img {
  margin-left: 0;
  margin-right: 16px;
}

@media (max-width: 575px) {
  .profile__main-thumb img {
    margin-bottom: 20px;
  }
}

.profile__main-thumb-edit input {
  display: none;
}

.profile__main-thumb-edit label {
  position: absolute;
  bottom: 8px;
  color: var(--tp-common-white);
  width: 30px;
  height: 30px;
  line-height: 24px;
  border: 2px solid var(--tp-common-white);
  text-align: center;
  background-color: var(--tp-theme-1);
  border-radius: 50%;
}

[dir="ltr"] .profile__main-thumb-edit label {
  right: 8px;
}

[dir="rtl"] .profile__main-thumb-edit label {
  left: 8px;
}

[dir=rtl] .profile__main-thumb-edit label {
  bottom: 0;
}

[dir="ltr"] [dir=rtl] .profile__main-thumb-edit label {
  right: 0;
}

[dir="rtl"] [dir=rtl] .profile__main-thumb-edit label {
  left: 0;
}

[dir="ltr"] .profile__main-thumb-edit label i {
  margin-left: 2px;
}

[dir="rtl"] .profile__main-thumb-edit label i {
  margin-right: 2px;
}

.profile__main-thumb-edit label:hover {
  cursor: pointer;
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.profile__main-title {
  font-size: 24px;
  margin-bottom: 0;
}

.profile__main-content p {
  font-size: 14px;
  margin-bottom: 0;
}

.profile__main-content p span {
  color: var(--tp-theme-1);
  font-weight: 500;
}

.profile__main-info-item {
  border: 1px solid #eaeaef;
  text-align: center;
  padding: 27px 30px 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .profile__main-info-item {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile__main-info-item {
    padding: 22px 0 20px;
  }
}

.profile__main-info-icon {
  position: relative;
  margin-bottom: 15px;
}

.profile__main-info-icon > span {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.profile__main-info-icon > span svg {
  width: 60px;
}

.profile__main-info-icon > span svg path {
  fill: var(--tp-common-black);
}

.profile__main-info-icon .profile-icon-count {
  position: absolute;
  top: 2px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  border: 2px solid var(--tp-common-white);
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
}

[dir="ltr"] .profile__main-info-icon .profile-icon-count {
  right: -8px;
}

[dir="rtl"] .profile__main-info-icon .profile-icon-count {
  left: -8px;
}

[dir="ltr"] [dir=rtl] .profile__main-info-icon .profile-icon-count {
  right: auto;
  left: -8px;
}

[dir="rtl"] [dir=rtl] .profile__main-info-icon .profile-icon-count {
  left: auto;
  right: -8px;
}

.profile__main-info-title {
  font-size: 18px;
  margin-bottom: 0;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .profile__shape {
    display: none;
  }
}

.profile__shape-1 {
  position: absolute;
  bottom: 32%;
  z-index: -1;
}

[dir="ltr"] .profile__shape-1 {
  right: -10%;
}

[dir="rtl"] .profile__shape-1 {
  left: -10%;
}

.profile__shape-2 {
  position: absolute;
  bottom: 14%;
  z-index: -1;
}

[dir="ltr"] .profile__shape-2 {
  right: -19%;
}

[dir="rtl"] .profile__shape-2 {
  left: -19%;
}

.profile__shape-3 {
  position: absolute;
  top: 12%;
  z-index: -1;
}

[dir="ltr"] .profile__shape-3 {
  left: -12%;
}

[dir="rtl"] .profile__shape-3 {
  right: -12%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .profile__shape-3 {
    left: -4%;
  }

  [dir="rtl"] .profile__shape-3 {
    right: -4%;
  }
}

.profile__shape-4 {
  position: absolute;
  bottom: 10%;
  z-index: -1;
}

[dir="ltr"] .profile__shape-4 {
  left: -7%;
}

[dir="rtl"] .profile__shape-4 {
  right: -7%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .profile__shape-4 {
    left: 0%;
  }

  [dir="rtl"] .profile__shape-4 {
    right: 0%;
  }
}

.profile__shape-5 {
  position: absolute;
  top: 43%;
  z-index: -1;
}

[dir="ltr"] .profile__shape-5 {
  right: -20%;
}

[dir="rtl"] .profile__shape-5 {
  left: -20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .profile__shape-5 {
    right: 0%;
  }

  [dir="rtl"] .profile__shape-5 {
    left: 0%;
  }
}

.profile__shape-6 {
  position: absolute;
  top: 9%;
  z-index: -1;
}

[dir="ltr"] .profile__shape-6 {
  right: -4%;
}

[dir="rtl"] .profile__shape-6 {
  left: -4%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .profile__shape-6 {
    right: 1%;
  }

  [dir="rtl"] .profile__shape-6 {
    left: 1%;
  }
}
/*----------------------------------------*/
/*  43. BLOG CSS START
/*----------------------------------------*/
.blog__section-title-7 .section__title-wrapper-7 > p {
  font-family: var(--tp-ff-inter);
  font-size: 20px;
  line-height: 1.5;
  color: #525258;
}

.blog__border-7 .row [class*=col-]:last-child .blog__item-7::after {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__border-7 .row [class*=col-]:nth-child(2n) .blog__item-7::after {
    display: none;
  }
}

.blog__item {
  padding: 20px 20px;
  position: relative;
}

.blog__item:hover {
  box-shadow: 0px 20px 40px rgba(3, 4, 28, 0.1);
  z-index: 9;
}

.blog__item-2 {
  box-shadow: 0px 6px 0px #efefef, 0px 1px 2px rgba(22, 34, 19, 0.1);
}

.blog__item-2:hover {
  box-shadow: 0px 30px 50px rgba(22, 34, 19, 0.1), 0px 6px 0px #008080;
}

[dir="ltr"] .blog__item-2:hover .blog__thumb-2 img {
  transform: scale(1.17) rotate(6deg);
}

[dir="rtl"] .blog__item-2:hover .blog__thumb-2 img {
  transform: scale(1.17) rotate(-6deg);
}

.blog__item-4 {
  margin-bottom: 70px;
  box-shadow: 0px 20px 30px rgba(4, 50, 96, 0.4509803922);
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__item-4 {
    visibility: visible;
    opacity: 1;
  }
}

.blog__item-4.swiper-slide-prev, .blog__item-4.swiper-slide-active, .blog__item-4.swiper-slide-next {
  visibility: visible;
  opacity: 1;
  width: 480.5px !important;
}

.blog__item-5 {
  border-radius: 10px;
  border: 1px solid rgba(3, 4, 28, 0.1);
  overflow: hidden;
  background-color: var(--tp-common-white);
  position: relative;
}

.blog__item-6 {
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(13, 18, 30, 0.1);
}

.blog__item-6:first-child {
  border-top: 1px solid rgba(13, 18, 30, 0.1);
}

.blog__item-6:hover .blog__thumb-6 {
  visibility: visible;
  opacity: 1;
}

[dir="ltr"] .blog__item-6:hover .blog__thumb-6 {
  transform: scale(1) rotate(-13deg);
}

[dir="rtl"] .blog__item-6:hover .blog__thumb-6 {
  transform: scale(1) rotate(13deg);
}

.blog__item-7 {
  position: relative;
}

.blog__item-7::after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(4, 18, 31, 0.1019607843);
}

[dir="ltr"] .blog__item-7::after {
  right: -30px;
}

[dir="rtl"] .blog__item-7::after {
  left: -30px;
}

[dir="ltr"] [dir=rtl] .blog__item-7::after {
  right: auto;
  left: -30px;
}

[dir="rtl"] [dir=rtl] .blog__item-7::after {
  left: auto;
  right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .blog__item-7::after {
    right: -25px;
  }

  [dir="rtl"] .blog__item-7::after {
    left: -25px;
  }

  [dir="ltr"] [dir=rtl] .blog__item-7::after {
    right: auto;
    left: -25px;
  }

  [dir="rtl"] [dir=rtl] .blog__item-7::after {
    left: auto;
    right: -25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .blog__item-7::after {
    right: -15px;
  }

  [dir="rtl"] .blog__item-7::after {
    left: -15px;
  }

  [dir="ltr"] [dir=rtl] .blog__item-7::after {
    right: auto;
    left: -15px;
  }

  [dir="rtl"] [dir=rtl] .blog__item-7::after {
    left: auto;
    right: -15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__item-7::after {
    display: none;
  }
}

[dir="ltr"] .blog__item-7:hover .blog__thumb-7::after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}

[dir="rtl"] .blog__item-7:hover .blog__thumb-7::after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}

.blog__item-8 {
  height: 500px;
}

.blog__item-8:hover .blog__thumb-8 {
  transform: scale(1.1);
}

.blog__item-9:hover .blog__thumb-9 img {
  transform: scale(1.1);
}

.blog__item-10 {
  border: 0;
  border-radius: 14px;
}

.blog__item-10:hover .blog__thumb-10 img {
  transform: scale(1.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__item-10-wrapper {
    margin: 0 -10px;
  }
}

.blog__item-10-sm {
  margin-bottom: 12px;
  border: 2px solid #eaeaef;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__item-10-sm {
    margin: 0 10px;
    margin-bottom: 12px;
  }
}

.blog__item-10-sm:hover {
  border-color: var(--tp-theme-10);
}

.blog__item-10-sm:last-child {
  bottom: 0;
}

.blog__item-10-sm .blog__content-10 {
  border: 0;
}

.blog__item-10-sm .blog__content-10-top {
  padding: 19px 22px 0;
}

.blog__item-10-sm .blog__content-10-bottom {
  padding: 14px 22px 13px;
  padding-top: 0;
  border-top: 0;
}

.blog__item-10-overlay {
  position: relative;
  height: 511px;
  border: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__item-10-overlay {
    height: 605px;
  }
}

.blog__item-10-overlay:hover .blog__thumb-10 {
  transform: scale(1.1);
}

.blog__item-10-overlay .blog__thumb-10 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

[dir="ltr"] .blog__item-10-overlay .blog__thumb-10 {
  left: 0;
}

[dir="rtl"] .blog__item-10-overlay .blog__thumb-10 {
  right: 0;
}

[dir="ltr"] [dir=rtl] .blog__item-10-overlay .blog__thumb-10 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__item-10-overlay .blog__thumb-10 {
  right: auto;
  left: 0;
}

.blog__item-10-overlay .blog__thumb-10::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(180deg, rgba(3, 4, 28, 0) 0%, rgba(3, 4, 28, 0.4) 58.32%, #03041c 100%);
}

[dir="ltr"] .blog__item-10-overlay .blog__thumb-10::after {
  left: 0;
  background-image: linear-gradient(180deg, rgba(3, 4, 28, 0) 0%, rgba(3, 4, 28, 0.4) 58.32%, #03041c 100%);
}

[dir="rtl"] .blog__item-10-overlay .blog__thumb-10::after {
  right: 0;
  background-image: linear-gradient(-180deg, rgba(3, 4, 28, 0) 0%, rgba(3, 4, 28, 0.4) 58.32%, #03041c 100%);
}

[dir="ltr"] [dir=rtl] .blog__item-10-overlay .blog__thumb-10::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__item-10-overlay .blog__thumb-10::after {
  right: auto;
  left: 0;
}

.blog__item-10-overlay .blog__content-10 {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
}

[dir="ltr"] .blog__item-10-overlay .blog__content-10 {
  left: 0;
}

[dir="rtl"] .blog__item-10-overlay .blog__content-10 {
  right: 0;
}

[dir="ltr"] [dir=rtl] .blog__item-10-overlay .blog__content-10 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__item-10-overlay .blog__content-10 {
  right: auto;
  left: 0;
}

@media (max-width: 575px) {
  .blog__item-10-overlay .blog__content-10 {
    padding: 0;
  }
}

.blog__item-10-overlay .blog__content-10-bottom {
  border-top: 2px;
  padding-top: 1px;
}

.blog__item-10-overlay .blog__tag-10 a {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--tp-common-white);
}

.blog__item-10-overlay .blog__tag-10 a:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black-11);
}

.blog__item-10-overlay .blog__meta-10 span {
  color: var(--tp-common-white);
}

.blog__item-10-overlay .blog__meta-10 span a:hover {
  color: var(--tp-common-white);
}

.blog__item-10-overlay .blog__meta-10.blog-meta-10-2 span {
  color: var(--tp-common-white);
}

.blog__item-10-overlay .blog__meta-author-content-10::after {
  background-color: var(--tp-common-white);
}

.blog__item-10-overlay .blog__meta-author-content-10 span {
  color: var(--tp-common-white);
}

.blog__item-10-overlay .blog__meta-author-content-10 span a {
  color: var(--tp-common-white);
}

.blog__item-10-overlay .blog__title-10 {
  color: var(--tp-common-white);
  font-size: 34px;
  line-height: 1;
}

.blog__item-10-overlay .blog__title-10 a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 2px, 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

[dir="ltr"] .blog__item-10-overlay .blog__title-10 a {
  background-position: 100% 100%, 0 100%;
}

[dir="rtl"] .blog__item-10-overlay .blog__title-10 a {
  background-position: 0% 100%, 100% 100%;
}

.blog__item-10-overlay .blog__title-10 a:hover {
  color: var(--tp-common-white);
  background-size: 0 2px, 100% 2px;
}

.blog__title {
  font-size: 22px;
  font-family: var(--tp-ff-space);
  margin-bottom: 17px;
  line-height: 1.15;
}

@media (max-width: 575px) {
  .blog__title {
    font-size: 20px;
  }
}

.blog__title a:hover {
  color: var(--tp-theme-1);
}

.blog__title-2 {
  font-size: 24px;
  font-weight: 500;
  opacity: 0.9;
  font-family: var(--tp-ff-oswald);
  margin-bottom: 17px;
}

.blog__title-2 a {
  opacity: 1;
}

.blog__title-2 a:hover {
  color: var(--tp-theme-2);
}

.blog__title-4 {
  font-family: var(--tp-ff-space);
  font-size: 23px;
  letter-spacing: -0.02em;
}

.blog__title-4 a:hover {
  color: var(--tp-theme-4);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .blog__title-4 {
    font-size: 22px;
  }
}

.blog__title-5 {
  font-family: var(--tp-ff-space);
  font-size: 24px;
  letter-spacing: -0.03em;
}

.blog__title-5 a:hover {
  color: var(--tp-theme-5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__title-5 {
    font-size: 22px;
  }
}

.blog__title-6 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: var(--tp-common-black-9);
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .blog__title-6 {
  padding-left: 50px;
}

[dir="rtl"] .blog__title-6 {
  padding-right: 50px;
}

[dir="ltr"] [dir=rtl] .blog__title-6 {
  padding-left: 0;
  padding-right: 50px;
}

[dir="rtl"] [dir=rtl] .blog__title-6 {
  padding-right: 0;
  padding-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__title-6 {
    margin-bottom: 15px;
  }

  [dir="ltr"] .blog__title-6 {
    padding-left: 0;
  }

  [dir="rtl"] .blog__title-6 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__title-6 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__title-6 {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .blog__title-6 {
    margin-bottom: 20px;
  }

  [dir="ltr"] .blog__title-6 {
    padding-left: 0;
  }

  [dir="rtl"] .blog__title-6 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__title-6 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__title-6 {
    padding-left: 0;
  }

  .blog__title-6 br {
    display: none;
  }
}

.blog__title-6 a:hover {
  color: var(--tp-theme-6);
}

.blog__title-7 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--tp-common-black-11);
  margin-bottom: 9px;
}

.blog__title-7 a:hover {
  color: var(--tp-theme-7);
}

.blog__title-8 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .blog__title-8 {
    font-size: 24px;
  }
}

.blog__title-8 a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 1px, 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

[dir="ltr"] .blog__title-8 a {
  background-position: 100% 100%, 0 100%;
}

[dir="rtl"] .blog__title-8 a {
  background-position: 0% 100%, 100% 100%;
}

.blog__title-8 a:hover {
  background-size: 0 1px, 100% 1px;
}

.blog__title-9 {
  font-family: var(--tp-ff-syne);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.23;
  color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__title-9 br {
    display: none;
  }
}

.blog__title-9 a {
  background-image: linear-gradient(#03041c, #03041c), linear-gradient(#03041c, #03041c);
  background-size: 0% 2px, 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

[dir="ltr"] .blog__title-9 a {
  background-position: 100% 100%, 0 100%;
}

[dir="rtl"] .blog__title-9 a {
  background-position: 0% 100%, 100% 100%;
}

.blog__title-9 a:hover {
  background-size: 0 2px, 100% 2px;
}

.blog__title-10 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}

.blog__title-10 a:hover {
  color: var(--tp-theme-10);
}

.blog__tag a {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-text-1);
  display: inline-block;
  padding: 0 16px;
  border: 2px solid var(--tp-border-5);
  font-family: var(--tp-ff-space);
  text-transform: uppercase;
  margin-bottom: 12px;
}

[dir="ltr"] .blog__tag a {
  margin-right: 5px;
}

[dir="rtl"] .blog__tag a {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .blog__tag a {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .blog__tag a {
  margin-left: 0;
  margin-right: 5px;
}

.blog__tag a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.blog__tag-2 {
  margin-bottom: 12px;
}

.blog__tag-2 a {
  display: inline-block;
  padding: 0px 11px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--tp-ff-inter);
  color: var(--tp-theme-2);
  background-color: rgba(0, 128, 128, 0.1);
}

.blog__tag-2 a:hover {
  background-color: var(--tp-theme-2);
  color: var(--tp-common-white);
}

.blog__tag-4 {
  margin-bottom: 12px;
}

.blog__tag-4 a {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-theme-4);
  background-color: rgba(171, 108, 86, 0.1019607843);
  padding: 1px 13px;
}

.blog__tag-4 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
}

.blog__tag-5 {
  margin-bottom: 11px;
}

.blog__tag-5 a {
  display: inline-block;
  padding: 0 17px 1px;
  background-color: rgba(244, 106, 53, 0.1);
  color: var(--tp-common-orange);
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  border-radius: 20px;
}

.blog__tag-5 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-orange);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__tag-6 {
    margin-bottom: 15px;
  }
}

.blog__tag-6 a {
  display: inline-block;
  color: var(--tp-text-18);
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .blog__tag-6 a i, [dir="ltr"] .blog__tag-6 a svg {
  margin-right: 5px;
}

[dir="rtl"] .blog__tag-6 a i, [dir="rtl"] .blog__tag-6 a svg {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .blog__tag-6 a i, [dir="ltr"] [dir=rtl] .blog__tag-6 a svg {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .blog__tag-6 a i, [dir="rtl"] [dir=rtl] .blog__tag-6 a svg {
  margin-left: 0;
  margin-right: 5px;
}

.blog__tag-6 a:hover {
  color: var(--tp-theme-6);
}

.blog__tag-7 a {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-theme-7);
  position: relative;
}

[dir="ltr"] .blog__tag-7 a {
  padding-right: 18px;
  margin-right: 20px;
}

[dir="rtl"] .blog__tag-7 a {
  padding-left: 18px;
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .blog__tag-7 a {
  padding-right: 0;
  margin-right: 0;
  padding-left: 18px;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .blog__tag-7 a {
  padding-left: 0;
  margin-left: 0;
  padding-right: 18px;
  margin-right: 20px;
}

.blog__tag-7 a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background-color: rgba(4, 18, 31, 0.2);
}

[dir="ltr"] .blog__tag-7 a::after {
  right: 0;
}

[dir="rtl"] .blog__tag-7 a::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .blog__tag-7 a::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .blog__tag-7 a::after {
  left: auto;
  right: 0;
}

.blog__tag-7 a:hover {
  color: var(--tp-common-black-11);
}

.blog__tag-8 {
  position: absolute;
  top: 20px;
}

[dir="ltr"] .blog__tag-8 {
  right: 25px;
}

[dir="rtl"] .blog__tag-8 {
  left: 25px;
}

[dir="ltr"] [dir=rtl] .blog__tag-8 {
  right: auto;
  left: 25px;
}

[dir="rtl"] [dir=rtl] .blog__tag-8 {
  left: auto;
  right: 25px;
}

.blog__tag-8 a {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--tp-common-black-12);
  padding: 4px 13px 5px;
  background-color: var(--tp-common-white);
}

.blog__tag-8 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
}

[dir="ltr"] [dir=rtl] .blog__tag-10 {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .blog__tag-10 {
  margin-left: 0;
  margin-right: 10px;
}

.blog__tag-10 a {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-common-purple-7);
  display: inline-block;
  border: 1px solid rgba(82, 83, 206, 0.1215686275);
  border-radius: 6px;
  line-height: 1;
  padding: 3px 11px;
}

.blog__tag-10 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple-7);
  border-color: var(--tp-common-purple-7);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__content {
    padding-top: 25px;
  }
}

.blog__content-2 {
  padding: 40px 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__content-2 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__content-2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 575px) {
  .blog__content-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.blog__content-2 > p {
  font-size: 15px;
  color: var(--tp-text-6);
  margin-bottom: 30px;
}

.blog__content-4 {
  padding-top: 30px;
}

[dir="ltr"] .blog__content-4 {
  padding-right: 40px;
  margin-left: -10px;
}

[dir="rtl"] .blog__content-4 {
  padding-left: 40px;
  margin-right: -10px;
}

[dir="ltr"] [dir=rtl] .blog__content-4 {
  padding-right: 0;
  margin-left: 0;
  padding-left: 40px;
  margin-right: -10px;
}

[dir="rtl"] [dir=rtl] .blog__content-4 {
  padding-left: 0;
  margin-right: 0;
  padding-right: 40px;
  margin-left: -10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .blog__content-4 {
    padding-right: 30px;
  }

  [dir="rtl"] .blog__content-4 {
    padding-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .blog__content-4 {
    padding-right: 0;
    padding-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .blog__content-4 {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .blog__content-4 {
    padding-right: 15px;
    margin-left: 0;
  }

  [dir="rtl"] .blog__content-4 {
    padding-left: 15px;
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__content-4 {
    padding-right: 0;
    padding-left: 15px;
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__content-4 {
    padding-left: 0;
    padding-right: 15px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .blog__content-4 {
    margin-left: -30px;
  }

  [dir="rtl"] .blog__content-4 {
    margin-right: -30px;
  }

  [dir="ltr"] [dir=rtl] .blog__content-4 {
    margin-left: 0;
    margin-right: -30px;
  }

  [dir="rtl"] [dir=rtl] .blog__content-4 {
    margin-right: 0;
    margin-left: -30px;
  }
}

@media (max-width: 575px) {
  .blog__content-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  [dir="ltr"] .blog__content-4 {
    margin-left: 0;
  }

  [dir="rtl"] .blog__content-4 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__content-4 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__content-4 {
    margin-left: 0;
  }
}

.blog__content-4 p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  letter-spacing: -0.04em;
  margin-bottom: 15px;
}

[dir="ltr"] .blog__content-5 {
  padding: 46px 60px 48px 20px;
}

[dir="rtl"] .blog__content-5 {
  padding: 46px 20px 48px 60px;
}

[dir="ltr"] [dir=rtl] .blog__content-5 {
  padding-left: 60px;
  padding-right: 20px;
}

[dir="rtl"] [dir=rtl] .blog__content-5 {
  padding-right: 60px;
  padding-left: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__content-5 {
    padding: 23px 30px 22px 30px;
  }

  [dir=rtl] .blog__content-5 {
    padding: 23px 30px 22px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__content-5 {
    padding: 40px 30px;
  }

  [dir=rtl] .blog__content-5 {
    padding: 40px 30px;
  }
}

@media (max-width: 575px) {
  .blog__content-5 {
    padding: 20px 15px;
  }

  [dir=rtl] .blog__content-5 {
    padding: 20px 15px;
  }
}

.blog__content-5 p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 22px;
  margin-bottom: 15px;
}

[dir="ltr"] .blog__content-6 {
  padding-left: 55px;
  padding-right: 35px;
}

[dir="rtl"] .blog__content-6 {
  padding-right: 55px;
  padding-left: 35px;
}

[dir="ltr"] [dir=rtl] .blog__content-6 {
  padding-right: 55px;
  padding-left: 35px;
}

[dir="rtl"] [dir=rtl] .blog__content-6 {
  padding-left: 55px;
  padding-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .blog__content-6 {
    padding-left: 0;
  }

  [dir="rtl"] .blog__content-6 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__content-6 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__content-6 {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .blog__content-6 {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog__content-6 > p {
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-text-18);
  margin-bottom: 70px;
  font-family: var(--tp-ff-roboto);
}

.blog__content-7 > p {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin-bottom: 23px;
}

.blog__content-8 {
  position: absolute;
  bottom: 35px;
  padding: 0 50px;
}

[dir="ltr"] .blog__content-8 {
  left: 0;
  padding-right: 40px;
}

[dir="rtl"] .blog__content-8 {
  right: 0;
  padding-left: 40px;
}

[dir="ltr"] [dir=rtl] .blog__content-8 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__content-8 {
  right: auto;
  left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .blog__content-8 {
    padding-left: 25px;
  }

  [dir="rtl"] .blog__content-8 {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__content-8 {
    bottom: 30px;
    padding: 0 30px;
  }
}

@media (max-width: 575px) {
  .blog__content-8 {
    bottom: 15px;
    padding: 0 20px;
  }
}

.blog__content-9 {
  padding-top: 25px;
}

.blog__content-top-7 {
  margin-bottom: 18px;
}

.blog__content-10 {
  border: 2px solid #eaeaef;
  border-top: 0;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.blog__content-10 p {
  font-family: var(--tp-ff-space);
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-text-1);
  margin-bottom: 69px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__content-10 p {
    margin-bottom: 9px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__content-10 p {
    margin-bottom: 23px;
  }
}

.blog__content-10-top {
  padding: 25px 22px 0;
}

.blog__content-10-bottom {
  padding: 14px 22px 13px;
  border-top: 1px solid #eaeaef;
}

.blog__meta {
  border-top: 1px solid var(--tp-border-7);
  padding-top: 10px;
}

.blog__meta span {
  font-size: 14px;
  color: var(--tp-text-1);
  font-family: var(--tp-ff-inter);
  position: relative;
  display: inline-block;
}

[dir="ltr"] .blog__meta span {
  padding-right: 11px;
  margin-right: 8px;
}

[dir="rtl"] .blog__meta span {
  padding-left: 11px;
  margin-left: 8px;
}

[dir="ltr"] [dir=rtl] .blog__meta span {
  padding-right: 0;
  margin-right: 0;
  margin-left: 6px;
  padding-left: 8px;
}

[dir="rtl"] [dir=rtl] .blog__meta span {
  padding-left: 0;
  margin-left: 0;
  margin-right: 6px;
  padding-right: 8px;
}

[dir="ltr"] .blog__meta span i {
  margin-right: 5px;
}

[dir="rtl"] .blog__meta span i {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .blog__meta span i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .blog__meta span i {
  margin-left: 0;
  margin-right: 5px;
}

.blog__meta span svg {
  transform: translateY(-1px);
}

.blog__meta span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: var(--tp-border-6);
}

[dir="ltr"] .blog__meta span::after {
  right: 0;
}

[dir="rtl"] .blog__meta span::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta span::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .blog__meta span::after {
  right: 0;
  left: auto;
}

[dir="ltr"] .blog__meta span:last-child {
  margin-right: 0;
  padding-right: 0;
}

[dir="rtl"] .blog__meta span:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta span:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .blog__meta span:last-child {
  margin-right: 0;
  padding-right: 0;
}

.blog__meta span:last-child::after {
  display: none;
}

.blog__meta span a:hover {
  color: var(--tp-theme-1);
}

.blog__meta-2 {
  position: absolute;
  top: 20px;
  background-color: var(--tp-common-white);
  padding: 10px 16px;
}

[dir="ltr"] .blog__meta-2 {
  right: 20px;
}

[dir="rtl"] .blog__meta-2 {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .blog__meta-2 {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .blog__meta-2 {
  left: auto;
  right: 20px;
}

.blog__meta-2 h4, .blog__meta-2 .h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--tp-ff-oswald);
  margin-bottom: 0;
}

.blog__meta-2 h4 span, .blog__meta-2 .h4 span {
  font-size: 13px;
  font-weight: 500;
  color: var(--tp-text-6);
  display: block;
  font-family: var(--tp-ff-inter);
}

.blog__meta-4 {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid rgba(3, 4, 28, 0.1019607843);
}

.blog__meta-4 span {
  font-size: 14px;
  color: var(--tp-text-1);
  font-family: var(--tp-ff-inter);
}

.blog__meta-4 span a:hover {
  color: var(--tp-theme-4);
}

.blog__meta-4 span svg {
  transform: translateY(-1px);
}

.blog__meta-5 {
  margin-bottom: 20px;
}

.blog__meta-5 span {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 13px;
  color: var(--tp-text-14);
}

[dir="ltr"] .blog__meta-5 span {
  margin-right: 13px;
}

[dir="rtl"] .blog__meta-5 span {
  margin-left: 13px;
}

[dir="ltr"] [dir=rtl] .blog__meta-5 span {
  margin-right: 0;
  margin-left: 13px;
}

[dir="rtl"] [dir=rtl] .blog__meta-5 span {
  margin-left: 0;
  margin-right: 13px;
}

[dir="ltr"] .blog__meta-5 span i {
  margin-right: 3px;
}

[dir="rtl"] .blog__meta-5 span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .blog__meta-5 span i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .blog__meta-5 span i {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .blog__meta-5 span:last-child {
  margin-right: 0;
}

[dir="rtl"] .blog__meta-5 span:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta-5 span:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .blog__meta-5 span:last-child {
  margin-right: 0;
}

.blog__meta-5 span a:hover {
  color: var(--tp-theme-5);
}

.blog__meta-6 span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: var(--tp-text-21);
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .blog__meta-6 span {
  margin-right: 13px;
}

[dir="rtl"] .blog__meta-6 span {
  margin-left: 13px;
}

[dir="ltr"] [dir=rtl] .blog__meta-6 span {
  margin-right: 0;
  margin-left: 13px;
}

[dir="rtl"] [dir=rtl] .blog__meta-6 span {
  margin-left: 0;
  margin-right: 13px;
}

.blog__meta-6 span i {
  color: var(--tp-text-18);
}

[dir="ltr"] .blog__meta-6 span i {
  margin-right: 3px;
}

[dir="rtl"] .blog__meta-6 span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .blog__meta-6 span i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .blog__meta-6 span i {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .blog__meta-6 span:last-child {
  margin-right: 0;
}

[dir="rtl"] .blog__meta-6 span:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta-6 span:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .blog__meta-6 span:last-child {
  margin-right: 0;
}

.blog__meta-6 span a:hover {
  color: var(--tp-theme-5);
}

.blog__meta-7 span {
  font-family: var(--tp-ff-inter);
  font-size: 14px;
}

[dir="ltr"] .blog__meta-7 span {
  margin-right: 15px;
}

[dir="rtl"] .blog__meta-7 span {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .blog__meta-7 span {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .blog__meta-7 span {
  margin-left: 0;
  margin-right: 15px;
}

.blog__meta-7 span i {
  color: var(--tp-text-1);
}

[dir="ltr"] .blog__meta-7 span i {
  margin-right: 3px;
}

[dir="rtl"] .blog__meta-7 span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .blog__meta-7 span i {
  margin-left: 3px;
  margin-right: 0;
}

[dir="rtl"] [dir=rtl] .blog__meta-7 span i {
  margin-right: 3px;
  margin-left: 0;
}

[dir="ltr"] .blog__meta-7 span:last-child {
  margin-right: 0;
}

[dir="rtl"] .blog__meta-7 span:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta-7 span:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .blog__meta-7 span:last-child {
  margin-right: 0;
}

.blog__meta-7 span a:hover {
  color: var(--tp-theme-7);
}

.blog__meta-8 {
  margin-bottom: 8px;
}

.blog__meta-8 span {
  font-family: var(--tp-ff-space);
  font-size: 14px;
  color: var(--tp-common-white);
  position: relative;
  display: inline-block;
}

[dir="ltr"] .blog__meta-8 span {
  padding-right: 16px;
  margin-right: 18px;
}

[dir="rtl"] .blog__meta-8 span {
  padding-left: 16px;
  margin-left: 18px;
}

[dir="ltr"] [dir=rtl] .blog__meta-8 span {
  padding-right: 0;
  margin-right: 0;
  padding-left: 16px;
  margin-left: 18px;
}

[dir="rtl"] [dir=rtl] .blog__meta-8 span {
  padding-left: 0;
  margin-left: 0;
  padding-right: 16px;
  margin-right: 18px;
}

.blog__meta-8 span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

[dir="ltr"] .blog__meta-8 span::after {
  right: 0;
}

[dir="rtl"] .blog__meta-8 span::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta-8 span::after {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] .blog__meta-8 span::after {
  right: 0;
  left: auto;
}

.blog__meta-8 span.blog-category {
  font-weight: 500;
  text-transform: uppercase;
}

.blog__meta-8 span i {
  color: var(--tp-common-white);
}

[dir="ltr"] .blog__meta-8 span i {
  margin-right: 3px;
}

[dir="rtl"] .blog__meta-8 span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .blog__meta-8 span i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .blog__meta-8 span i {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .blog__meta-8 span:last-child {
  margin-right: 0;
  padding-right: 0;
}

[dir="rtl"] .blog__meta-8 span:last-child {
  margin-left: 0;
  padding-left: 0;
}

.blog__meta-8 span:last-child::after {
  display: none;
}

.blog__meta-8 span a:hover {
  color: var(--tp-theme-8);
}

.blog__meta-9 {
  margin-bottom: 5px;
}

.blog__meta-9 span {
  font-family: var(--tp-ff-syne);
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #525258;
  position: relative;
  display: inline-block;
}

[dir="ltr"] .blog__meta-9 span {
  padding-right: 20px;
  margin-right: 8px;
}

[dir="rtl"] .blog__meta-9 span {
  padding-left: 20px;
  margin-left: 8px;
}

[dir="ltr"] [dir=rtl] .blog__meta-9 span {
  padding-right: 0;
  margin-right: 0;
  padding-left: 20px;
  margin-left: 8px;
}

[dir="rtl"] [dir=rtl] .blog__meta-9 span {
  padding-left: 0;
  margin-left: 0;
  padding-right: 20px;
  margin-right: 8px;
}

.blog__meta-9 span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 1px;
  background-color: #525258;
}

[dir="ltr"] .blog__meta-9 span::after {
  right: 0;
}

[dir="rtl"] .blog__meta-9 span::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta-9 span::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .blog__meta-9 span::after {
  left: auto;
  right: 0;
}

.blog__meta-9 span:last-child::after {
  display: none;
}

.blog__meta-9 span a:hover {
  color: var(--tp-common-black);
}

.blog__meta-10-wrapper {
  margin-bottom: 12px;
}

.blog__meta-10 span {
  font-family: var(--tp-ff-space);
  font-size: 14px;
  color: var(--tp-text-1);
}

[dir="ltr"] .blog__meta-10 span {
  margin-right: 10px;
}

[dir="rtl"] .blog__meta-10 span {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .blog__meta-10 span {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .blog__meta-10 span {
  margin-left: 0;
  margin-right: 10px;
}

[dir="ltr"] .blog__meta-10 span:last-child {
  margin-right: 0;
}

[dir="rtl"] .blog__meta-10 span:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta-10 span:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .blog__meta-10 span:last-child {
  margin-right: 0;
}

[dir="ltr"] .blog__meta-10 span svg, [dir="ltr"] .blog__meta-10 span i {
  margin-right: 3px;
}

[dir="rtl"] .blog__meta-10 span svg, [dir="rtl"] .blog__meta-10 span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .blog__meta-10 span svg, [dir="ltr"] [dir=rtl] .blog__meta-10 span i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .blog__meta-10 span svg, [dir="rtl"] [dir=rtl] .blog__meta-10 span i {
  margin-left: 0;
  margin-right: 3px;
}

.blog__meta-10 span svg {
  transform: translateY(-1px);
}

.blog__meta-10 span a:hover {
  color: var(--tp-theme-10);
}

.blog__meta-10.blog-meta-10-2 span {
  font-family: var(--tp-ff-space);
  font-size: 14px;
  color: var(--tp-text-1);
  color: #84848b;
}

.blog__meta-10.blog-meta-10-2 span a:hover {
  color: var(--tp-theme-10);
}

.blog__meta-author-10 {
  position: relative;
}

[dir="ltr"] .blog__meta-author-10 {
  padding-right: 15px;
  margin-right: 15px;
}

[dir="rtl"] .blog__meta-author-10 {
  padding-left: 15px;
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .blog__meta-author-10 {
  padding-right: 0;
  margin-right: 0;
  padding-left: 15px;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .blog__meta-author-10 {
  padding-left: 0;
  margin-left: 0;
  padding-right: 15px;
  margin-right: 15px;
}

.blog__meta-author-10::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #eaeaef;
}

[dir="ltr"] .blog__meta-author-10::after {
  right: 0;
}

[dir="rtl"] .blog__meta-author-10::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .blog__meta-author-10::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .blog__meta-author-10::after {
  left: auto;
  right: 0;
}

.blog__meta-author-thumb img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

[dir="ltr"] .blog__meta-author-thumb img {
  margin-right: 10px;
}

[dir="rtl"] .blog__meta-author-thumb img {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .blog__meta-author-thumb img {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .blog__meta-author-thumb img {
  margin-left: 0;
  margin-right: 10px;
}

.blog__meta-author-thumb-10 img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

[dir="ltr"] .blog__meta-author-thumb-10 img {
  margin-right: 10px;
}

[dir="rtl"] .blog__meta-author-thumb-10 img {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .blog__meta-author-thumb-10 img {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .blog__meta-author-thumb-10 img {
  margin-left: 0;
  margin-right: 10px;
}

.blog__meta-author-content span {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  color: #7a7e83;
}

.blog__meta-author-content span a {
  color: var(--tp-common-black-11);
  font-weight: 500;
}

.blog__meta-author-content span a:hover {
  color: var(--tp-theme-7);
}

.blog__meta-author-content-10 span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  color: #7a7e83;
}

.blog__meta-author-content-10 span a {
  color: var(--tp-common-black-11);
}

.blog__meta-author-content-10 span a:hover {
  color: var(--tp-theme-10);
}

.blog__thumb {
  position: relative;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  height: 100%;
}

.blog__thumb img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__thumb img {
    width: 100%;
  }
}

.blog__thumb-2 img {
  transition: all 0.4s ease-out 0s;
}

.blog__thumb-4 {
  height: 100%;
}

.blog__thumb-4 img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .blog__thumb-4 img {
    width: 100%;
    height: 250px;
  }
}

.blog__thumb-5 {
  height: 100%;
}

@media (max-width: 575px) {
  .blog__thumb-5 {
    position: relative;
    width: inherit;
  }
}

.blog__thumb-5 img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__thumb-5 img {
    width: 100%;
    height: 300px;
  }
}

.blog__thumb-6 {
  position: absolute;
  top: -35%;
  transform-origin: center;
  visibility: hidden;
  opacity: 0;
}

[dir="ltr"] .blog__thumb-6 {
  left: 0;
  transform: rotate(-13deg) scale(0.8);
}

[dir="rtl"] .blog__thumb-6 {
  right: 0;
  transform: rotate(13deg) scale(0.8);
}

[dir="ltr"] [dir=rtl] .blog__thumb-6 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__thumb-6 {
  right: auto;
  left: 0;
}

@media (max-width: 575px) {
  .blog__thumb-6 {
    top: -12%;
  }
}

.blog__thumb-7 {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.blog__thumb-7::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.6s;
}

[dir="ltr"] .blog__thumb-7::after {
  left: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}

[dir="rtl"] .blog__thumb-7::after {
  right: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}

[dir="ltr"] [dir=rtl] .blog__thumb-7::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__thumb-7::after {
  right: auto;
  left: 0;
}

.blog__thumb-8 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

[dir="ltr"] .blog__thumb-8 {
  left: 0;
}

[dir="rtl"] .blog__thumb-8 {
  right: 0;
}

[dir="ltr"] [dir=rtl] .blog__thumb-8 {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__thumb-8 {
  right: auto;
  left: 0;
}

.blog__thumb-8::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 3, 9, 0.5019607843);
}

[dir="ltr"] .blog__thumb-8::after {
  left: 0;
}

[dir="rtl"] .blog__thumb-8::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .blog__thumb-8::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__thumb-8::after {
  right: auto;
  left: 0;
}

.blog__author-thumb img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

[dir="ltr"] .blog__author-thumb img {
  margin-right: 10px;
}

[dir="rtl"] .blog__author-thumb img {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .blog__author-thumb img {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .blog__author-thumb img {
  margin-left: 0;
  margin-right: 10px;
}

.blog__author-title {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.blog__author-title a:hover {
  color: var(--tp-theme-4);
}

.blog__slider {
  position: relative;
}

.blog__slider .swiper-container {
  overflow: hidden;
}

[dir="ltr"] .blog__slider .swiper-container {
  margin-right: 0px;
}

[dir="rtl"] .blog__slider .swiper-container {
  margin-left: 0px;
}

[dir="ltr"] [dir=rtl] .blog__slider .swiper-container {
  margin-right: 0;
  margin-left: 0px;
}

[dir="rtl"] [dir=rtl] .blog__slider .swiper-container {
  margin-left: 0;
  margin-right: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .blog__slider .swiper-container {
    margin-right: 0;
  }

  [dir="rtl"] .blog__slider .swiper-container {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__slider .swiper-container {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__slider .swiper-container {
    margin-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .blog__slider .swiper-container {
    margin-right: 0px;
  }

  [dir="rtl"] .blog__slider .swiper-container {
    margin-left: 0px;
  }

  [dir="ltr"] [dir=rtl] .blog__slider .swiper-container {
    margin-right: 0;
    margin-left: 0px;
  }

  [dir="rtl"] [dir=rtl] .blog__slider .swiper-container {
    margin-left: 0;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .blog__slider .swiper-container {
    margin-right: 0px;
  }

  [dir="rtl"] .blog__slider .swiper-container {
    margin-left: 0px;
  }

  [dir="ltr"] [dir=rtl] .blog__slider .swiper-container {
    margin-right: 0;
    margin-left: 0px;
  }

  [dir="rtl"] [dir=rtl] .blog__slider .swiper-container {
    margin-left: 0;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .blog__slider .swiper-container {
    margin-right: 0;
  }

  [dir="rtl"] .blog__slider .swiper-container {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__slider .swiper-container {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__slider .swiper-container {
    margin-right: 0;
  }
}

.blog__slider .blog-slider-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-4);
}

.blog__slider .blog-slider-4 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--tp-theme-4);
}

.blog__slider-8 .swiper-slide-active {
  width: calc(60% - 30px) !important;
}

[dir="ltr"] .blog__slider-8 .swiper-slide-active {
  margin-right: 30px;
}

[dir="rtl"] .blog__slider-8 .swiper-slide-active {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .blog__slider-8 .swiper-slide-active {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .blog__slider-8 .swiper-slide-active {
  margin-left: 0;
  margin-right: 30px;
}

.blog__slider-8 .swiper-slide-next {
  width: 40% !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__slider-8 .swiper-slide-active {
    width: calc(50% - 30px) !important;
  }

  [dir="ltr"] .blog__slider-8 .swiper-slide-active {
    margin-right: 30px;
  }

  [dir="rtl"] .blog__slider-8 .swiper-slide-active {
    margin-left: 30px;
  }

  [dir="ltr"] [dir=rtl] .blog__slider-8 .swiper-slide-active {
    margin-right: 0;
    margin-left: 30px;
  }

  [dir="rtl"] [dir=rtl] .blog__slider-8 .swiper-slide-active {
    margin-left: 0;
    margin-right: 30px;
  }

  .blog__slider-8 .swiper-slide-next {
    width: 50% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__slider-8 .swiper-slide-active {
    width: inherit !important;
  }

  [dir="ltr"] .blog__slider-8 .swiper-slide-active {
    margin-right: 0;
  }

  [dir="rtl"] .blog__slider-8 .swiper-slide-active {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__slider-8 .swiper-slide-active {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__slider-8 .swiper-slide-active {
    margin-right: 0;
  }

  .blog__slider-8 .swiper-slide-next {
    width: inherit !important;
  }
}

@media (max-width: 575px) {
  .blog__nav {
    margin-bottom: 60px;
  }
}

.blog__nav button {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 2px solid var(--tp-border-5);
  font-size: 18px;
  color: var(--tp-common-black);
}

.blog__nav button:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-4);
  background-color: var(--tp-theme-4);
}

[dir="ltr"] .blog__nav button.blog-slider-button-next {
  margin-left: 5px;
}

[dir="rtl"] .blog__nav button.blog-slider-button-next {
  margin-right: 5px;
}

[dir="ltr"] [dir=rtl] .blog__nav button.blog-slider-button-next {
  margin-left: 0;
  margin-right: 5px;
}

[dir="rtl"] [dir=rtl] .blog__nav button.blog-slider-button-next {
  margin-right: 0;
  margin-left: 5px;
}

.blog__shape-1 {
  position: absolute;
  z-index: -1;
  bottom: 21%;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .blog__shape-1 {
  left: 10%;
}

[dir="rtl"] .blog__shape-1 {
  right: 10%;
}

[dir="ltr"] [dir=rtl] .blog__shape-1 {
  left: auto;
  right: 10%;
}

[dir="rtl"] [dir=rtl] .blog__shape-1 {
  right: auto;
  left: 10%;
}

.blog__shape-2 {
  position: absolute;
  z-index: -1;
  top: 18%;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .blog__shape-2 {
  left: 17%;
}

[dir="rtl"] .blog__shape-2 {
  right: 17%;
}

[dir="ltr"] [dir=rtl] .blog__shape-2 {
  left: auto;
  right: 17%;
}

[dir="rtl"] [dir=rtl] .blog__shape-2 {
  right: auto;
  left: 17%;
}

.blog__shape-3 {
  position: absolute;
  z-index: -1;
  top: 21%;
  animation: tpupdown 1s infinite alternate;
}

[dir="ltr"] .blog__shape-3 {
  right: 10%;
}

[dir="rtl"] .blog__shape-3 {
  left: 10%;
}

[dir="ltr"] [dir=rtl] .blog__shape-3 {
  right: auto;
  left: 10%;
}

[dir="rtl"] [dir=rtl] .blog__shape-3 {
  left: auto;
  right: 10%;
}

.blog__shape-4 {
  position: absolute;
  z-index: -1;
  bottom: 36%;
  animation: tprotate 1s infinite alternate;
}

[dir="ltr"] .blog__shape-4 {
  right: 15%;
}

[dir="rtl"] .blog__shape-4 {
  left: 15%;
}

[dir="ltr"] [dir=rtl] .blog__shape-4 {
  right: auto;
  left: 15%;
}

[dir="rtl"] [dir=rtl] .blog__shape-4 {
  left: auto;
  right: 15%;
}

.blog__play {
  margin-top: 38px;
}

.blog__play-btn {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 53px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(13, 18, 30, 0.1);
  border-radius: 50%;
}

[dir="ltr"] .blog__play-btn i {
  margin-left: 3px;
}

[dir="rtl"] .blog__play-btn i {
  margin-right: 3px;
}

[dir="ltr"] [dir=rtl] .blog__play-btn i {
  margin-left: 0;
  margin-right: 3px;
}

[dir="rtl"] [dir=rtl] .blog__play-btn i {
  margin-right: 0;
  margin-left: 3px;
}

.blog__play-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
  border-color: var(--tp-theme-6);
}

.blog__more-6 a {
  padding: 9px 26px;
}

.blog__more-10 a {
  font-size: 16px;
  padding: 15px 122px 15px;
}

@media (max-width: 575px) {
  .blog__more-10 a {
    padding: 15px 50px 15px;
  }
}

.blog__btn-5 .tp-link-btn-circle {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

[dir="ltr"] .blog__btn-5 .tp-link-btn-circle span {
  margin-left: 7px;
}

[dir="rtl"] .blog__btn-5 .tp-link-btn-circle span {
  margin-right: 7px;
}

[dir="ltr"] [dir=rtl] .blog__btn-5 .tp-link-btn-circle span {
  margin-left: 0;
  margin-right: 7px;
}

[dir="rtl"] [dir=rtl] .blog__btn-5 .tp-link-btn-circle span {
  margin-right: 0;
  margin-left: 7px;
}

.blog__btn-5 .tp-link-btn-circle:hover {
  color: var(--tp-theme-5);
}

.blog__btn-5 .tp-link-btn-circle:hover span {
  border-color: var(--tp-theme-5);
  background-color: var(--tp-theme-5);
  color: var(--tp-common-white);
}

.blog__breadcrumb-item.swiper-slide-active .blog__breadcrumb-title, .blog__breadcrumb-item.swiper-slide-active .blog__breadcrumb-content p, .blog__breadcrumb-item.swiper-slide-active .blog__breadcrumb-meta, .blog__breadcrumb-item.swiper-slide-active .blog__breadcrumb-tag, .blog__breadcrumb-item.swiper-slide-active .blog__breadcrumb-btn {
  animation-name: fadeInUp;
  animation-fill-mode: both;
}

.blog__breadcrumb-height {
  min-height: 600px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__breadcrumb-height {
    min-height: 500px;
  }
}

.blog__breadcrumb-tag {
  margin-bottom: 10px;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

.blog__breadcrumb-tag a {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 15px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  line-height: 1;
  padding: 4px 12px 6px;
}

.blog__breadcrumb-content {
  padding-bottom: 80px;
}

.blog__breadcrumb-content p {
  font-size: 16px;
  color: var(--tp-common-white);
  margin-bottom: 20px;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.blog__breadcrumb-title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 13px;
  animation-delay: 0.5s;
  animation-duration: 1s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog__breadcrumb-title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .blog__breadcrumb-title {
    font-size: 30px;
  }
}

.blog__breadcrumb-title a {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0% 2px, 0 2px;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
}

[dir="ltr"] .blog__breadcrumb-title a {
  background-position: 100% 100%, 0 85%;
}

[dir="rtl"] .blog__breadcrumb-title a {
  background-position: 0% 100%, 100% 85%;
}

.blog__breadcrumb-title a:hover {
  background-size: 0 2px, 100% 2px;
}

.blog__breadcrumb-meta {
  margin-bottom: 22px;
  animation-delay: 0.7s;
  animation-duration: 1s;
}

.blog__breadcrumb-meta span {
  display: inline-block;
  font-size: 14px;
  color: var(--tp-common-white);
  margin-bottom: 10px;
}

[dir="ltr"] .blog__breadcrumb-meta span {
  margin-right: 23px;
}

[dir="rtl"] .blog__breadcrumb-meta span {
  margin-left: 23px;
}

[dir="ltr"] [dir=rtl] .blog__breadcrumb-meta span {
  margin-right: 0;
  margin-left: 23px;
}

[dir="rtl"] [dir=rtl] .blog__breadcrumb-meta span {
  margin-left: 0;
  margin-right: 23px;
}

[dir="ltr"] .blog__breadcrumb-meta span i, [dir="ltr"] .blog__breadcrumb-meta span svg {
  margin-right: 3px;
}

[dir="rtl"] .blog__breadcrumb-meta span i, [dir="rtl"] .blog__breadcrumb-meta span svg {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .blog__breadcrumb-meta span i, [dir="ltr"] [dir=rtl] .blog__breadcrumb-meta span svg {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .blog__breadcrumb-meta span i, [dir="rtl"] [dir=rtl] .blog__breadcrumb-meta span svg {
  margin-left: 0;
  margin-right: 3px;
}

.blog__breadcrumb-meta span svg {
  transform: translateY(-1px);
}

.blog__breadcrumb-meta span a:hover {
  color: var(--tp-theme-1);
}

.blog__breadcrumb-overlay {
  position: relative;
  z-index: 1;
}

.blog__breadcrumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(184.84deg, rgba(3, 4, 28, 0) 3.74%, rgba(3, 4, 28, 0.9) 96.1%);
  z-index: -1;
}

[dir="ltr"] .blog__breadcrumb-overlay::after {
  left: 0;
  background-image: linear-gradient(184.84deg, rgba(3, 4, 28, 0) 3.74%, rgba(3, 4, 28, 0.9) 96.1%);
}

[dir="rtl"] .blog__breadcrumb-overlay::after {
  right: 0;
  background-image: linear-gradient(-184.84deg, rgba(3, 4, 28, 0) 3.74%, rgba(3, 4, 28, 0.9) 96.1%);
}

[dir="ltr"] [dir=rtl] .blog__breadcrumb-overlay::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__breadcrumb-overlay::after {
  right: auto;
  left: 0;
}

.blog__breadcrumb-btn {
  animation-delay: 0.9s;
  animation-duration: 1s;
}

.blog__breadcrumb-btn .tp-btn-border-2 {
  font-size: 16px;
  font-weight: 50;
  letter-spacing: -0.02em;
  padding: 9px 32px 11px;
}

.blog-slider-dot-breadcrumb {
  position: absolute;
  bottom: 30px !important;
  z-index: 1;
  width: auto !important;
}

[dir="ltr"] .blog-slider-dot-breadcrumb {
  right: 19%;
  left: auto !important;
}

[dir="rtl"] .blog-slider-dot-breadcrumb {
  left: 19%;
  right: auto !important;
}

[dir="ltr"] [dir=rtl] .blog-slider-dot-breadcrumb {
  right: auto;
  left: 19%;
}

[dir="rtl"] [dir=rtl] .blog-slider-dot-breadcrumb {
  left: auto;
  right: 19%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .blog-slider-dot-breadcrumb {
    right: 6%;
  }

  [dir="rtl"] .blog-slider-dot-breadcrumb {
    left: 6%;
  }

  [dir="ltr"] [dir=rtl] .blog-slider-dot-breadcrumb {
    right: auto;
    left: 6%;
  }

  [dir="rtl"] [dir=rtl] .blog-slider-dot-breadcrumb {
    left: auto;
    right: 6%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-slider-dot-breadcrumb {
    bottom: 20px;
  }

  [dir="ltr"] .blog-slider-dot-breadcrumb {
    right: 4%;
  }

  [dir="rtl"] .blog-slider-dot-breadcrumb {
    left: 4%;
  }

  [dir="ltr"] [dir=rtl] .blog-slider-dot-breadcrumb {
    right: auto;
    left: 4%;
  }

  [dir="rtl"] [dir=rtl] .blog-slider-dot-breadcrumb {
    left: auto;
    right: 4%;
  }
}

@media (max-width: 575px) {
  .blog-slider-dot-breadcrumb {
    bottom: 10px;
  }

  [dir="ltr"] .blog-slider-dot-breadcrumb {
    right: 3%;
  }

  [dir="rtl"] .blog-slider-dot-breadcrumb {
    left: 3%;
  }

  [dir="ltr"] [dir=rtl] .blog-slider-dot-breadcrumb {
    right: auto;
    left: 3%;
  }

  [dir="rtl"] [dir=rtl] .blog-slider-dot-breadcrumb {
    left: auto;
    right: 3%;
  }
}

.blog-slider-dot-breadcrumb .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3019607843);
  margin: 0 4px !important;
}

.blog-slider-dot-breadcrumb .swiper-pagination-bullet::after {
  display: none;
}

.blog-slider-dot-breadcrumb .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-common-white);
}

.blog__grid-item.blog__masonary.no-img .blog__thumb-10 {
  display: none;
}

.blog__grid-item.blog__masonary.no-img .blog__content-10 {
  border: 1px solid #eaeaef;
}

.blog__grid-item.blog__masonary.no-img .blog__content-10-top {
  padding-top: 40px;
}

.blog__grid-item.blog__masonary.no-img .blog__content-10-top .blog__tag-10 {
  display: block;
  position: static;
  margin-bottom: 17px;
}

.blog__grid-item.blog__masonary.no-img .blog__content-10-top .blog__tag-10 a {
  color: var(--tp-common-black);
  border: 1px solid #eaeaef;
}

.blog__grid-item.blog__masonary .blog__item-10 {
  box-shadow: none;
}

.blog__grid-item.blog__masonary .blog__content-10 {
  border: 1px solid #eaeaef;
  border-top: 0;
  border-radius: 0;
}

.blog__grid-item.blog__masonary .blog__content-10-top {
  padding: 33px 35px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .blog__grid-item.blog__masonary .blog__content-10-top {
    padding: 33px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__grid-item.blog__masonary .blog__content-10-top {
    padding: 33px 30px;
  }

  [dir="ltr"] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-right: 50px;
  }

  [dir="rtl"] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-left: 50px;
  }

  [dir="ltr"] [dir=rtl] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-right: 30px;
    padding-left: 50px;
  }

  [dir="rtl"] [dir=rtl] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-left: 30px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__grid-item.blog__masonary .blog__content-10-top {
    padding: 27px 25px;
  }

  [dir="ltr"] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-right: 40px;
  }

  [dir="rtl"] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-right: 25px;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-left: 25px;
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .blog__grid-item.blog__masonary .blog__content-10-top {
    padding: 20px 20px;
  }

  [dir="ltr"] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-right: 15px;
  }

  [dir="rtl"] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-left: 15px;
  }

  [dir="ltr"] [dir=rtl] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-right: 20px;
    padding-left: 15px;
  }

  [dir="rtl"] [dir=rtl] .blog__grid-item.blog__masonary .blog__content-10-top {
    padding-left: 20px;
    padding-right: 15px;
  }
}

.blog__grid-item.blog__masonary .blog__content-10-top .blog__tag-10 {
  display: none;
}

.blog__grid-item.blog__masonary .blog__content-10-bottom {
  padding: 15px 35px 14px;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .blog__grid-item.blog__masonary .blog__content-10-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__grid-item.blog__masonary .blog__content-10-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__grid-item.blog__masonary .blog__content-10-bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 575px) {
  .blog__grid-item.blog__masonary .blog__content-10-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog__grid-item.blog__masonary .blog__grid-quote {
  padding: 50px 40px 45px;
  border: 1px solid #eaeaef;
  box-shadow: none;
}

.blog__grid-item.blog__masonary .blog__grid-quote p {
  margin-bottom: 70px;
}

.blog__grid-item .blog__thumb-10 {
  position: relative;
}

.blog__grid-item .blog__tag-10 {
  position: absolute;
  top: 20px;
  z-index: 1;
}

[dir="ltr"] .blog__grid-item .blog__tag-10 {
  right: 20px;
}

[dir="rtl"] .blog__grid-item .blog__tag-10 {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .blog__grid-item .blog__tag-10 {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .blog__grid-item .blog__tag-10 {
  left: auto;
  right: 20px;
}

.blog__grid-item .blog__tag-10 a {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: var(--tp-common-black);
  border: 0;
  background-color: var(--tp-common-white);
  border-radius: 0;
  padding: 6px 12px 7px;
  line-height: 1;
}

.blog__grid-item .blog__item-10 {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
}

.blog__grid-item .blog__title-10 {
  font-size: 22px;
  line-height: 1.18;
  color: var(--tp-common-black);
}

.blog__grid-item .blog__title-10 a:hover {
  color: var(--tp-theme-1);
}

.blog__grid-item .blog__meta-10-wrapper {
  margin-bottom: 8px;
}

.blog__grid-item .blog__meta-10 span {
  font-family: var(--tp-ff-inter);
  color: var(--tp-text-1);
}

[dir="ltr"] .blog__grid-item .blog__meta-10 span {
  margin-right: 12px;
}

[dir="rtl"] .blog__grid-item .blog__meta-10 span {
  margin-left: 12px;
}

[dir="ltr"] .blog__grid-item .blog__meta-10 span:last-child {
  margin-right: 0;
}

[dir="rtl"] .blog__grid-item .blog__meta-10 span:last-child {
  margin-left: 0;
}

.blog__grid-item .blog__meta-10 span a {
  color: var(--tp-text-1);
}

.blog__grid-item .blog__meta-10 span svg {
  stroke: #7a7e83;
}

.blog__grid-item .blog__meta-10 span i {
  color: #7a7e83;
}

[dir="ltr"] .blog__grid-item .blog__meta-10 span svg, [dir="ltr"] .blog__grid-item .blog__meta-10 span i {
  margin-right: 4px;
}

[dir="rtl"] .blog__grid-item .blog__meta-10 span svg, [dir="rtl"] .blog__grid-item .blog__meta-10 span i {
  margin-left: 4px;
}

[dir="ltr"] [dir=rtl] .blog__grid-item .blog__meta-10 span svg, [dir="ltr"] [dir=rtl] .blog__grid-item .blog__meta-10 span i {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] [dir=rtl] .blog__grid-item .blog__meta-10 span svg, [dir="rtl"] [dir=rtl] .blog__grid-item .blog__meta-10 span i {
  margin-left: 0;
  margin-right: 4px;
}

.blog__grid-item .blog__meta-10 span a:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] .blog__grid-item .blog__meta-10.has-date span svg, [dir="ltr"] .blog__grid-item .blog__meta-10.has-date span i {
  margin-right: 3px;
}

[dir="rtl"] .blog__grid-item .blog__meta-10.has-date span svg, [dir="rtl"] .blog__grid-item .blog__meta-10.has-date span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .blog__grid-item .blog__meta-10.has-date span svg, [dir="ltr"] [dir=rtl] .blog__grid-item .blog__meta-10.has-date span i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .blog__grid-item .blog__meta-10.has-date span svg, [dir="rtl"] [dir=rtl] .blog__grid-item .blog__meta-10.has-date span i {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .blog__grid-item .blog__meta-author-10 {
  padding-right: 0;
  margin-right: 10px;
}

[dir="rtl"] .blog__grid-item .blog__meta-author-10 {
  padding-left: 0;
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] .blog__grid-item .blog__meta-author-10 {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .blog__grid-item .blog__meta-author-10 {
  margin-left: 0;
  margin-right: 10px;
}

.blog__grid-item .blog__meta-author-10::after {
  display: none;
}

.blog__grid-item .blog__meta-author-content-10 span {
  color: #7a7e83;
  font-family: var(--tp-ff-inter);
}

.blog__grid-item .blog__meta-author-content-10 span a:hover {
  color: var(--tp-theme-1);
}

.blog__grid-item .blog__content-10 {
  border-radius: 0;
  border: 0;
}

.blog__grid-item .blog__content-10 p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-text-1);
  margin-bottom: 10px;
}

.blog__grid-item .blog__content-10-top {
  padding: 33px 40px;
}

[dir="ltr"] .blog__grid-item .blog__content-10-top {
  padding-right: 60px;
}

[dir="rtl"] .blog__grid-item .blog__content-10-top {
  padding-left: 60px;
}

[dir="ltr"] [dir=rtl] .blog__grid-item .blog__content-10-top {
  padding-right: 40px;
  padding-left: 60px;
}

[dir="rtl"] [dir=rtl] .blog__grid-item .blog__content-10-top {
  padding-left: 40px;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__grid-item .blog__content-10-top {
    padding: 33px 30px;
  }

  [dir="ltr"] .blog__grid-item .blog__content-10-top {
    padding-right: 50px;
  }

  [dir="rtl"] .blog__grid-item .blog__content-10-top {
    padding-left: 50px;
  }

  [dir="ltr"] [dir=rtl] .blog__grid-item .blog__content-10-top {
    padding-right: 30px;
    padding-left: 50px;
  }

  [dir="rtl"] [dir=rtl] .blog__grid-item .blog__content-10-top {
    padding-left: 30px;
    padding-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__grid-item .blog__content-10-top {
    padding: 27px 25px;
  }

  [dir="ltr"] .blog__grid-item .blog__content-10-top {
    padding-right: 40px;
  }

  [dir="rtl"] .blog__grid-item .blog__content-10-top {
    padding-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .blog__grid-item .blog__content-10-top {
    padding-right: 25px;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .blog__grid-item .blog__content-10-top {
    padding-left: 25px;
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .blog__grid-item .blog__content-10-top {
    padding: 20px 20px;
  }

  [dir="ltr"] .blog__grid-item .blog__content-10-top {
    padding-right: 15px;
  }

  [dir="rtl"] .blog__grid-item .blog__content-10-top {
    padding-left: 15px;
  }

  [dir="ltr"] [dir=rtl] .blog__grid-item .blog__content-10-top {
    padding-right: 20px;
    padding-left: 15px;
  }

  [dir="rtl"] [dir=rtl] .blog__grid-item .blog__content-10-top {
    padding-left: 20px;
    padding-right: 15px;
  }
}

.blog__grid-item .blog__content-10-bottom {
  border-color: #eff0f7;
  padding: 15px 40px 14px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__grid-item .blog__content-10-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__grid-item .blog__content-10-bottom {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 575px) {
  .blog__grid-item .blog__content-10-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog__grid-quote {
  padding: 70px 40px 67px;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__grid-quote {
    padding: 60px 30px 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__grid-quote {
    height: calc(100% - 30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__grid-quote {
    padding: 40px 40px 35px;
  }
}

.blog__grid-quote-2 {
  border: 1px solid #eaeaef;
  box-shadow: none;
}

.blog__grid-quote-icon {
  margin-bottom: 20px;
}

.blog__grid-quote-icon span {
  display: inline-block;
  font-size: 24px;
  color: var(--tp-theme-1);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #eff0f6;
  border-radius: 50%;
}

.blog__grid-quote-icon span svg {
  transform: translateY(-2px);
}

.blog__grid-quote-content span {
  font-size: 14px;
  color: #525258;
  display: inline-block;
  margin-bottom: 15px;
}

.blog__grid-quote-content p {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 21.5px;
  line-height: 1.27;
  color: var(--tp-common-black);
  margin-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__grid-quote-content p {
    margin-bottom: 65px;
  }
}

.blog__grid-quote-content cite {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-solid);
  font-style: normal;
  position: relative;
  padding-top: 12px;
}

.blog__grid-quote-content cite::after {
  position: absolute;
  content: "";
  top: 0;
  width: 30px;
  height: 2px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .blog__grid-quote-content cite::after {
  left: 0;
}

[dir="rtl"] .blog__grid-quote-content cite::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .blog__grid-quote-content cite::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__grid-quote-content cite::after {
  right: auto;
  left: 0;
}

.blog__list-item {
  padding: 25px 25px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  margin-bottom: 20px;
}

[dir="ltr"] .blog__list-item {
  padding-right: 45px;
}

[dir="rtl"] .blog__list-item {
  padding-left: 45px;
}

[dir="ltr"] [dir=rtl] .blog__list-item {
  padding-right: 25px;
  padding-left: 45px;
}

[dir="rtl"] [dir=rtl] .blog__list-item {
  padding-left: 25px;
  padding-right: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__list-item {
    padding: 25px;
  }
}

.blog__list-item:hover .blog__thumb-10 img {
  transform: scale(1);
}

.blog__list-item .blog__thumb-10 {
  position: relative;
  width: 300px;
  height: 232px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__list-item .blog__thumb-10 {
    width: 100%;
    height: 100%;
  }
}

.blog__list-item .blog__thumb-10 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog__list-item .blog__thumb-10:hover img {
  transform: scale(1.1);
}

[dir="ltr"] .blog__list-item .blog__tag-10 {
  margin-right: 15px;
}

[dir="rtl"] .blog__list-item .blog__tag-10 {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .blog__list-item .blog__tag-10 {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .blog__list-item .blog__tag-10 {
  margin-left: 0;
  margin-right: 15px;
}

.blog__list-item .blog__tag-10 a {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-purple);
  background-color: rgba(99, 100, 219, 0.06);
  border: 0;
  border-radius: 0;
  line-height: 1;
  padding: 5px 12px;
}

.blog__list-item .blog__tag-10 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple);
}

.blog__list-item .blog__item-10 {
  border: 0;
  border-radius: 0;
}

.blog__list-item .blog__title-10 {
  font-size: 22px;
  line-height: 1.27;
  color: var(--tp-common-black);
}

.blog__list-item .blog__title-10 a:hover {
  color: var(--tp-theme-1);
}

.blog__list-item .blog__meta-10-wrapper {
  margin-bottom: 12px;
}

.blog__list-item .blog__meta-10 span {
  font-family: var(--tp-ff-inter);
  color: var(--tp-text-1);
}

[dir="ltr"] .blog__list-item .blog__meta-10 span {
  margin-right: 30px;
}

[dir="rtl"] .blog__list-item .blog__meta-10 span {
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .blog__list-item .blog__meta-10 span {
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .blog__list-item .blog__meta-10 span {
  margin-left: 0;
  margin-right: 30px;
}

[dir="ltr"] .blog__list-item .blog__meta-10 span:last-child {
  margin-right: 0;
}

[dir="rtl"] .blog__list-item .blog__meta-10 span:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .blog__list-item .blog__meta-10 span:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .blog__list-item .blog__meta-10 span:last-child {
  margin-right: 0;
}

.blog__list-item .blog__meta-10 span a:hover {
  color: var(--tp-theme-1);
}

.blog__list-item .blog__meta-10 span svg {
  stroke: var(--tp-text-1);
}

.blog__list-item .blog__meta-10 span i {
  color: var(--tp-text-1);
}

[dir="ltr"] .blog__list-item .blog__meta-10.has-date span svg, [dir="ltr"] .blog__list-item .blog__meta-10.has-date span i {
  margin-right: 3px;
}

[dir="rtl"] .blog__list-item .blog__meta-10.has-date span svg, [dir="rtl"] .blog__list-item .blog__meta-10.has-date span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .blog__list-item .blog__meta-10.has-date span svg, [dir="ltr"] [dir=rtl] .blog__list-item .blog__meta-10.has-date span i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .blog__list-item .blog__meta-10.has-date span svg, [dir="rtl"] [dir=rtl] .blog__list-item .blog__meta-10.has-date span i {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .blog__list-item .blog__meta-author-10 {
  padding-right: 0;
  margin-right: 30px;
}

[dir="rtl"] .blog__list-item .blog__meta-author-10 {
  padding-left: 0;
  margin-left: 30px;
}

[dir="ltr"] [dir=rtl] .blog__list-item .blog__meta-author-10 {
  padding-left: 0;
  margin-right: 0;
  margin-left: 30px;
}

[dir="rtl"] [dir=rtl] .blog__list-item .blog__meta-author-10 {
  padding-right: 0;
  margin-left: 0;
  margin-right: 30px;
}

.blog__list-item .blog__meta-author-10::after {
  display: none;
}

.blog__list-item .blog__meta-author-content-10 span {
  color: #7a7e83;
  font-family: var(--tp-ff-inter);
}

.blog__list-item .blog__meta-author-content-10 span a:hover {
  color: var(--tp-theme-1);
}

.blog__list-item .blog__content-10 {
  padding-top: 14px;
  border-radius: 0;
  border: 0;
}

[dir="ltr"] .blog__list-item .blog__content-10 {
  padding-left: 25px;
}

[dir="rtl"] .blog__list-item .blog__content-10 {
  padding-right: 25px;
}

[dir="ltr"] [dir=rtl] .blog__list-item .blog__content-10 {
  padding-left: 0;
  padding-right: 25px;
}

[dir="rtl"] [dir=rtl] .blog__list-item .blog__content-10 {
  padding-right: 0;
  padding-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .blog__list-item .blog__content-10 {
    padding-left: 40px;
  }

  [dir="rtl"] .blog__list-item .blog__content-10 {
    padding-right: 40px;
  }

  [dir="ltr"] [dir=rtl] .blog__list-item .blog__content-10 {
    padding-left: 0;
    padding-right: 40px;
  }

  [dir="rtl"] [dir=rtl] .blog__list-item .blog__content-10 {
    padding-right: 0;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__list-item .blog__content-10 {
    padding-top: 10px;
  }

  [dir="ltr"] .blog__list-item .blog__content-10 {
    padding-left: 0;
  }

  [dir="rtl"] .blog__list-item .blog__content-10 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__list-item .blog__content-10 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__list-item .blog__content-10 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog__list-item .blog__content-10 {
    padding-top: 25px;
  }

  [dir="ltr"] .blog__list-item .blog__content-10 {
    padding-left: 0;
  }

  [dir="rtl"] .blog__list-item .blog__content-10 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .blog__list-item .blog__content-10 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .blog__list-item .blog__content-10 {
    padding-left: 0;
  }
}

.blog__list-item .blog__content-10 p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.47;
  color: var(--tp-text-1);
  margin-bottom: 23px;
}

[dir="ltr"] .blog__list-item .blog__content-10 p {
  padding-right: 30px;
}

[dir="rtl"] .blog__list-item .blog__content-10 p {
  padding-left: 30px;
}

[dir="ltr"] [dir=rtl] .blog__list-item .blog__content-10 p {
  padding-right: 0;
  padding-left: 30px;
}

[dir="rtl"] [dir=rtl] .blog__list-item .blog__content-10 p {
  padding-left: 0;
  padding-right: 30px;
}

.blog__list-item .blog__content-10-top {
  padding: 0;
}

.blog__list-item .blog__content-10-bottom {
  border: 0;
  padding: 0;
}

.blog__list-quote {
  padding: 70px 40px 65px;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  background-color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog__list-quote {
    padding: 60px 30px 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog__list-quote {
    height: calc(100% - 30px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__list-quote {
    padding: 40px 40px 35px;
  }
}

.blog__list-quote-icon {
  margin-bottom: 20px;
}

.blog__list-quote-icon span {
  display: inline-block;
  font-size: 24px;
  color: var(--tp-theme-1);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #eff0f6;
  border-radius: 50%;
}

.blog__list-quote-icon span svg {
  transform: translateY(-2px);
}

.blog__list-quote-content span {
  font-size: 14px;
  color: #525258;
  display: inline-block;
  margin-bottom: 15px;
}

.blog__list-quote-content p {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27;
  color: var(--tp-common-black);
  margin-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog__list-quote-content p {
    margin-bottom: 81px;
  }
}

.blog__list-quote-content cite {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-black-solid);
  font-style: normal;
  position: relative;
  padding-top: 12px;
}

.blog__list-quote-content cite::after {
  position: absolute;
  content: "";
  top: 0;
  width: 30px;
  height: 2px;
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .blog__list-quote-content cite::after {
  left: 0;
}

[dir="rtl"] .blog__list-quote-content cite::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .blog__list-quote-content cite::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .blog__list-quote-content cite::after {
  right: auto;
  left: 0;
}

.blog__style-2 .blog__nav button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.blog__style-2 .blog__author-title a:hover {
  color: var(--tp-theme-1);
}

.blog__style-2 .blog__tag-4 a {
  color: var(--tp-common-purple);
  background-color: rgba(99, 100, 219, 0.1);
}

.blog__style-2 .blog__tag-4 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-purple);
}

.blog__style-2 .blog__title-4 a:hover {
  color: var(--tp-theme-1);
}

.blog__style-2 .blog-slider-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tp-theme-1);
}

.blog__style-2 .blog-slider-4 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  border-color: var(--tp-theme-1);
}

.postbox__breadcrumb {
  margin-bottom: 72px;
}

.postbox__main-wrapper p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--tp-text-body);
  margin-bottom: 17px;
}

.postbox__category {
  margin-bottom: 5px;
}

.postbox__category a {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  padding: 4px 12px 5px;
}

.postbox__category a:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.postbox__title {
  font-size: 38px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .postbox__title {
    font-size: 25px;
  }
}

.postbox__title a:hover {
  color: var(--tp-theme-1);
}

.postbox__meta {
  margin-bottom: 7px;
}

.postbox__meta-wrapper {
  margin-bottom: 10px;
}

[dir="ltr"] .postbox__meta-wrapper {
  text-align: left;
}

[dir="rtl"] .postbox__meta-wrapper {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .postbox__meta-wrapper {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .postbox__meta-wrapper {
  text-align: left;
}

.postbox__meta-author-thumb img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

[dir="ltr"] .postbox__meta-author-thumb img {
  margin-right: 12px;
}

[dir="rtl"] .postbox__meta-author-thumb img {
  margin-left: 12px;
}

[dir="ltr"] [dir=rtl] .postbox__meta-author-thumb img {
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] [dir=rtl] .postbox__meta-author-thumb img {
  margin-left: 0;
  margin-right: 12px;
}

[dir="ltr"] .postbox__meta-item {
  margin-right: 47px;
}

[dir="rtl"] .postbox__meta-item {
  margin-left: 47px;
}

[dir="ltr"] [dir=rtl] .postbox__meta-item {
  margin-right: 0;
  margin-left: 47px;
}

[dir="rtl"] [dir=rtl] .postbox__meta-item {
  margin-left: 0;
  margin-right: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .postbox__meta-item {
    margin-right: 40px;
  }

  [dir="rtl"] .postbox__meta-item {
    margin-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .postbox__meta-item {
    margin-right: 0;
    margin-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .postbox__meta-item {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .postbox__meta-item {
    margin-right: 35px;
  }

  [dir="rtl"] .postbox__meta-item {
    margin-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .postbox__meta-item {
    margin-right: 0;
    margin-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .postbox__meta-item {
    margin-left: 0;
    margin-right: 35px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .postbox__meta-item {
    margin-right: 25px;
  }

  [dir="rtl"] .postbox__meta-item {
    margin-left: 25px;
  }

  [dir="ltr"] [dir=rtl] .postbox__meta-item {
    margin-right: 0;
    margin-left: 25px;
  }

  [dir="rtl"] [dir=rtl] .postbox__meta-item {
    margin-left: 0;
    margin-right: 25px;
  }
}

[dir="ltr"] .postbox__meta-item:last-child {
  margin-right: 0;
}

[dir="rtl"] .postbox__meta-item:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .postbox__meta-item:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .postbox__meta-item:last-child {
  margin-right: 0;
}

.postbox__meta-type {
  font-size: 14px;
  line-height: 1;
  color: #6b6b7b;
}

p.postbox__meta-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 4px;
}

.postbox__meta span {
  font-family: var(--tp-ff-space);
  font-size: 14px;
  color: var(--tp-text-1);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

[dir="ltr"] .postbox__meta span {
  margin-right: 30px;
}

[dir="rtl"] .postbox__meta span {
  margin-left: 30px;
}

[dir="ltr"] .postbox__meta span:last-child {
  margin-right: 0;
}

[dir="rtl"] .postbox__meta span:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .postbox__meta span:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .postbox__meta span:last-child {
  margin-right: 0;
}

[dir="ltr"] .postbox__meta span svg, [dir="ltr"] .postbox__meta span i {
  margin-right: 5px;
}

[dir="rtl"] .postbox__meta span svg, [dir="rtl"] .postbox__meta span i {
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .postbox__meta span svg, [dir="ltr"] [dir=rtl] .postbox__meta span i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .postbox__meta span svg, [dir="rtl"] [dir=rtl] .postbox__meta span i {
  margin-left: 0;
  margin-right: 5px;
}

.postbox__meta span svg {
  transform: translateY(-2px);
}

.postbox__meta span svg path {
  stroke: var(--tp-common-black);
}

.postbox__meta span i {
  color: var(--tp-common-black);
}

.postbox__meta span a:hover {
  color: var(--tp-theme-10);
}

.postbox__details-title {
  font-size: 30px;
  line-height: 1.27;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .postbox__details-title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox__details-title br {
    display: none;
  }
}

.postbox__details-title-2 {
  font-size: 40px;
  letter-spacing: -0.04em;
  color: var(--tp-common-black-solid);
  line-height: 1;
  margin-bottom: 20px;
}

.postbox__details-title-3 {
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
}

.postbox__details-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 1px solid #dddde3;
  text-align: center;
  color: var(--tp-common-black);
  margin-bottom: 8px;
  border-radius: 50%;
}

[dir="ltr"] .postbox__details-social a {
  margin-right: 6px;
}

[dir="rtl"] .postbox__details-social a {
  margin-left: 6px;
}

[dir="ltr"] [dir=rtl] .postbox__details-social a {
  margin-right: 0;
  margin-left: 6px;
}

[dir="rtl"] [dir=rtl] .postbox__details-social a {
  margin-left: 0;
  margin-right: 6px;
}

.postbox__details-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.postbox__details-social ul li {
  list-style: none;
}

.postbox__details-social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #dddde3;
  text-align: center;
  color: var(--tp-common-black);
}

.postbox__details-social ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.postbox__details-content {
  padding-top: 52px;
  margin-top: 50px;
  margin-bottom: 35px;
  border-top: 1px solid #eaeaef;
}

[dir="ltr"] .postbox__details-content p {
  padding-right: 15px;
}

[dir="rtl"] .postbox__details-content p {
  padding-left: 15px;
}

[dir="ltr"] [dir=rtl] .postbox__details-content p {
  padding-right: 0;
  padding-left: 15px;
}

[dir="rtl"] [dir=rtl] .postbox__details-content p {
  padding-left: 0;
  padding-right: 15px;
}

.postbox__img-caption {
  text-align: center;
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 13px;
  color: #6b6b7b;
  margin-top: 18px;
}

.postbox__img-caption a {
  font-weight: 500;
  color: var(--tp-common-black);
}

.postbox__features {
  margin-bottom: 30px;
}

.postbox__features-title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black-solid);
  margin-bottom: 15px;
}

.postbox__features p {
  margin-bottom: 30px;
}

.postbox__features ul li {
  font-size: 16px;
  line-height: 2;
  color: var(--tp-common-black);
  position: relative;
  list-style: none;
}

[dir="ltr"] .postbox__features ul li {
  padding-left: 15px;
}

[dir="rtl"] .postbox__features ul li {
  padding-right: 15px;
}

[dir="ltr"] [dir=rtl] .postbox__features ul li {
  padding-left: 0;
  padding-right: 15px;
}

[dir="rtl"] [dir=rtl] .postbox__features ul li {
  padding-right: 0;
  padding-left: 15px;
}

.postbox__features ul li::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--tp-common-black);
}

[dir="ltr"] .postbox__features ul li::after {
  left: 0;
}

[dir="rtl"] .postbox__features ul li::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .postbox__features ul li::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .postbox__features ul li::after {
  right: auto;
  left: 0;
}

.postbox__features-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.postbox__more-menu span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  border: 2px solid rgba(3, 4, 28, 0.14);
  border-radius: 50%;
}

.postbox__more-menu span svg {
  transform: translateY(-1px);
}

.postbox__more-menu span:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.postbox__more-navigation {
  margin-top: 50px;
  padding: 35px 30px;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
}

.postbox__more-navigation-2 {
  padding: 40px 30px 25px;
}

.postbox__more-icon a {
  color: var(--tp-common-black);
  font-size: 16px;
}

[dir="ltr"] .postbox__more-icon a {
  margin-right: 15px;
}

[dir="rtl"] .postbox__more-icon a {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .postbox__more-icon a {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .postbox__more-icon a {
  margin-left: 0;
  margin-right: 15px;
}

.postbox__more-icon a svg {
  transform: translateY(-2px);
}

.postbox__more-icon a:hover {
  color: var(--tp-theme-1);
}

.postbox__more-content p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #88888b;
  margin-bottom: 5px;
}

.postbox__more-content p a:hover {
  color: var(--tp-theme-1);
}

.postbox__more-content h4, .postbox__more-content .h4 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.postbox__more-content h4 a:hover, .postbox__more-content .h4 a:hover {
  color: var(--tp-theme-1);
}

[dir="ltr"] .postbox__more-right {
  text-align: right;
}

[dir="rtl"] .postbox__more-right {
  text-align: left;
}

[dir="ltr"] [dir=rtl] .postbox__more-right {
  text-align: left;
}

[dir="rtl"] [dir=rtl] .postbox__more-right {
  text-align: right;
}

[dir="ltr"] .postbox__more-right .postbox__more-icon a {
  margin-left: 15px;
  margin-right: 0;
}

[dir="rtl"] .postbox__more-right .postbox__more-icon a {
  margin-right: 15px;
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .postbox__more-right .postbox__more-icon a {
  margin-left: 0;
  margin-right: 15px;
}

[dir="rtl"] [dir=rtl] .postbox__more-right .postbox__more-icon a {
  margin-right: 0;
  margin-left: 15px;
}

.postbox__author {
  padding: 34px 34px;
}

[dir="ltr"] .postbox__author {
  padding-right: 75px;
}

[dir="rtl"] .postbox__author {
  padding-left: 75px;
}

[dir="ltr"] [dir=rtl] .postbox__author {
  padding-right: 34px;
  padding-left: 75px;
}

[dir="rtl"] [dir=rtl] .postbox__author {
  padding-left: 34px;
  padding-right: 75px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .postbox__author {
    padding-right: 35px;
  }

  [dir="rtl"] .postbox__author {
    padding-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .postbox__author {
    padding-right: 0;
    padding-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .postbox__author {
    padding-left: 0;
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .postbox__author {
    padding-right: 34px;
  }

  [dir="rtl"] .postbox__author {
    padding-left: 34px;
  }

  [dir="ltr"] [dir=rtl] .postbox__author {
    padding-right: 0;
    padding-left: 34px;
  }

  [dir="rtl"] [dir=rtl] .postbox__author {
    padding-left: 0;
    padding-right: 34px;
  }
}

@media (max-width: 575px) {
  .postbox__author-thumb {
    margin-bottom: 20px;
  }
}

.postbox__author-thumb img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

[dir="ltr"] .postbox__author-thumb img {
  margin-right: 24px;
}

[dir="rtl"] .postbox__author-thumb img {
  margin-left: 24px;
}

[dir="ltr"] [dir=rtl] .postbox__author-thumb img {
  margin-right: 0;
  margin-left: 24px;
}

[dir="rtl"] [dir=rtl] .postbox__author-thumb img {
  margin-left: 0;
  margin-right: 24px;
}

.postbox__author-title {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 18px;
  color: var(--tp-common-black);
}

.postbox__author-content p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--tp-text-1);
  margin-bottom: 22px;
}

.postbox__author-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: var(--tp-common-black);
  border: 1px solid #eaeaef;
}

[dir="ltr"] .postbox__author-social a {
  margin-right: 4px;
}

[dir="rtl"] .postbox__author-social a {
  margin-left: 4px;
}

[dir="ltr"] [dir=rtl] .postbox__author-social a {
  margin-right: 0;
  margin-left: 4px;
}

[dir="rtl"] [dir=rtl] .postbox__author-social a {
  margin-left: 0;
  margin-right: 4px;
}

[dir="ltr"] .postbox__author-social a:last-child {
  margin-right: 0;
}

[dir="rtl"] .postbox__author-social a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .postbox__author-social a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .postbox__author-social a:last-child {
  margin-right: 0;
}

.postbox__author-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.postbox__author-2 {
  border: 1px solid var(--tp-common-black);
  padding-bottom: 45px;
}

.postbox__comment ul li {
  margin-bottom: 20px;
  list-style: none;
}

.postbox__comment ul.children {
  margin-top: 20px;
}

[dir="ltr"] .postbox__comment ul.children {
  margin-left: 100px;
}

[dir="rtl"] .postbox__comment ul.children {
  margin-right: 100px;
}

[dir="ltr"] [dir=rtl] .postbox__comment ul.children {
  margin-left: 0;
  margin-right: 100px;
}

[dir="rtl"] [dir=rtl] .postbox__comment ul.children {
  margin-right: 0;
  margin-left: 100px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .postbox__comment ul.children {
    margin-left: 40px;
  }

  [dir="rtl"] .postbox__comment ul.children {
    margin-right: 40px;
  }

  [dir="ltr"] [dir=rtl] .postbox__comment ul.children {
    margin-left: 0;
    margin-right: 40px;
  }

  [dir="rtl"] [dir=rtl] .postbox__comment ul.children {
    margin-right: 0;
    margin-left: 40px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .postbox__comment ul.children {
    margin-left: 15px;
  }

  [dir="rtl"] .postbox__comment ul.children {
    margin-right: 15px;
  }

  [dir=rtl] .postbox__comment ul.children {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.postbox__comment ul.children .postbox__comment-avater img {
  width: 60px;
  height: 60px;
}

.postbox__comment-form-title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.postbox__comment-form p {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
  margin-bottom: 47px;
}

.postbox__comment-input {
  position: relative;
  margin-bottom: 20px;
}

.postbox__comment-input span {
  font-weight: 600;
  color: var(--tp-common-black);
  margin-bottom: 12px;
  display: block;
}

.postbox__comment-input input, .postbox__comment-input textarea {
  height: 60px;
  padding: 0 25px;
  width: 100%;
  font-size: 14px;
  color: var(--tp-common-black);
  border-color: var(--tp-common-white);
  background: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  border-width: 1px;
}

.postbox__comment-input input:focus, .postbox__comment-input textarea:focus {
  border-color: var(--tp-theme-1);
}

.postbox__comment-input input::-webkit-input-placeholder, .postbox__comment-input textarea::-webkit-input-placeholder {
  color: #85858b;
}

.postbox__comment-input input:-moz-placeholder, .postbox__comment-input textarea:-moz-placeholder {
  color: #85858b;
}

.postbox__comment-input input::-moz-placeholder, .postbox__comment-input textarea::-moz-placeholder {
  color: #85858b;
}

.postbox__comment-input input:-ms-input-placeholder, .postbox__comment-input textarea:-ms-input-placeholder {
  color: #85858b;
}

.postbox__comment-input textarea {
  height: 180px;
  resize: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.postbox__comment-title {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 37px;
}

.postbox__comment-box {
  padding: 30px;
  padding-bottom: 33px;
  background: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
}

[dir="ltr"] .postbox__comment-box {
  padding-right: 85px;
}

[dir="rtl"] .postbox__comment-box {
  padding-left: 85px;
}

[dir="ltr"] [dir=rtl] .postbox__comment-box {
  padding-right: 0;
  padding-left: 85px;
}

[dir="rtl"] [dir=rtl] .postbox__comment-box {
  padding-left: 0;
  padding-right: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .postbox__comment-box {
    padding-right: 35px;
  }

  [dir="rtl"] .postbox__comment-box {
    padding-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .postbox__comment-box {
    padding-right: 0;
    padding-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .postbox__comment-box {
    padding-left: 0;
    padding-right: 35px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .postbox__comment-box {
    padding-right: 35px;
  }

  [dir="rtl"] .postbox__comment-box {
    padding-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .postbox__comment-box {
    padding-right: 0;
    padding-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .postbox__comment-box {
    padding-left: 0;
    padding-right: 35px;
  }
}

.postbox__comment-info {
  flex: 0 0 auto;
}

.postbox__comment-avater img {
  width: 80px;
  height: 80px;
}

[dir="ltr"] .postbox__comment-avater img {
  margin-right: 20px;
}

[dir="rtl"] .postbox__comment-avater img {
  margin-left: 20px;
}

[dir="ltr"] [dir=rtl] .postbox__comment-avater img {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .postbox__comment-avater img {
  margin-left: 0;
  margin-right: 20px;
}

.postbox__comment-name {
  margin-bottom: 5px;
}

.postbox__comment-name h5, .postbox__comment-name .h5 {
  font-size: 20px;
  line-height: 1;
  color: var(--tp-common-black-solid);
  margin-bottom: 10px;
}

.postbox__comment-name span {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--tp-text-1);
}

@media (max-width: 575px) {
  .postbox__comment-text {
    margin-top: 15px;
  }

  [dir="ltr"] .postbox__comment-text {
    margin-left: 0;
  }

  [dir="rtl"] .postbox__comment-text {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .postbox__comment-text {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .postbox__comment-text {
    margin-left: 0;
  }
}

.postbox__comment-text p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--tp-text-1);
  margin-bottom: 22px;
}

.postbox__comment-reply {
  margin-top: 10px;
}

.postbox__comment-reply a {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  border: 1px solid #eaeaef;
  padding: 7px 18px;
}

.postbox__comment-reply a:hover {
  color: var(--tp-common-white);
  background: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

[dir="ltr"] .postbox__comment-agree {
  padding-left: 5px;
}

[dir="rtl"] .postbox__comment-agree {
  padding-right: 5px;
}

[dir="ltr"] [dir=rtl] .postbox__comment-agree {
  padding-left: 0;
  padding-right: 5px;
}

[dir="rtl"] [dir=rtl] .postbox__comment-agree {
  padding-right: 0;
  padding-left: 5px;
}

.postbox__comment-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  background: #f0f0f5;
  border: 1px solid #c5c5ce;
  outline: none;
  flex: 0 0 auto;
  transform: translateY(-2.5px);
  padding: 0;
}

.postbox__comment-agree input:checked {
  position: relative;
  background-color: var(--tp-theme-1);
  border-color: transparent;
}

.postbox__comment-agree input:checked::after {
  box-sizing: border-box;
  position: absolute;
  content: "\f00c";
  font-weight: 700;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
}

[dir="ltr"] .postbox__comment-agree input:checked::after {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .postbox__comment-agree input:checked::after {
  right: 50%;
  transform: translate(50%, -50%);
}

.postbox__comment-agree input:hover {
  cursor: pointer;
}

.postbox__comment-agree label {
  font-size: 14px;
  line-height: 1;
  color: var(--tp-text-1);
}

[dir="ltr"] .postbox__comment-agree label {
  padding-left: 8px;
}

[dir="rtl"] .postbox__comment-agree label {
  padding-right: 8px;
}

[dir="ltr"] [dir=rtl] .postbox__comment-agree label {
  padding-left: 0;
  padding-right: 8px;
}

[dir="rtl"] [dir=rtl] .postbox__comment-agree label {
  padding-right: 0;
  padding-left: 8px;
}

.postbox__comment-agree label a {
  color: var(--tp-common-black);
  font-weight: 600;
}

[dir="ltr"] .postbox__comment-agree label a {
  padding-left: 4px;
}

[dir="rtl"] .postbox__comment-agree label a {
  padding-right: 4px;
}

[dir="ltr"] [dir=rtl] .postbox__comment-agree label a {
  padding-left: 0;
  padding-right: 4px;
}

[dir="rtl"] [dir=rtl] .postbox__comment-agree label a {
  padding-right: 0;
  padding-left: 4px;
}

.postbox__comment-agree label a:hover {
  color: var(--tp-theme-1);
}

.postbox__comment-agree label:hover {
  cursor: pointer;
}

.postbox__comment-btn .tp-btn {
  font-size: 14px;
  padding: 12px 29px;
}

.postbox__comment-btn .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.postbox__comment-style-2 .postbox__comment ul li {
  margin-bottom: 0;
}

.postbox__comment-style-2 .postbox__comment ul.children {
  margin-top: 0;
}

.postbox__comment-style-2 .postbox__comment ul.children li {
  border-bottom: 1px solid #eaeaef;
}

.postbox__comment-style-2 .postbox__comment ul.children li:first-child {
  border-top: 1px solid #eaeaef;
}

.postbox__comment-style-2 .postbox__comment ul.children .postbox__comment-box {
  padding-top: 37px;
}

.postbox__comment-style-2 .postbox__comment-title {
  margin-bottom: 15px;
}

.postbox__comment-style-2 .postbox__comment-box {
  box-shadow: none;
  padding-bottom: 38px;
}

[dir="ltr"] .postbox__comment-style-2 .postbox__comment-box {
  padding-left: 0;
}

[dir="rtl"] .postbox__comment-style-2 .postbox__comment-box {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .postbox__comment-style-2 .postbox__comment-box {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .postbox__comment-style-2 .postbox__comment-box {
  padding-left: 0;
}

.postbox__comment-style-2 .postbox__comment-input input, .postbox__comment-style-2 .postbox__comment-input textarea {
  background-color: var(--tp-grey-7);
  border-color: var(--tp-grey-7);
  box-shadow: none;
}

.postbox__comment-style-2 .postbox__comment-input input:focus, .postbox__comment-style-2 .postbox__comment-input textarea:focus {
  border-color: var(--tp-theme-1);
  background-color: var(--tp-common-white);
}

.postbox__comment-style-2 .postbox__comment-agree input {
  border: 2px solid #d9d9de;
  background-color: transparent;
  border-radius: 3px;
}

.postbox__comment-style-2 .postbox__comment-agree input:checked {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.postbox__related-title {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 35px;
}

.postbox__quote {
  margin-top: 40px;
  text-align: center;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
}

.postbox__quote-icon span {
  font-size: 34px;
  display: inline-block;
  color: #e1e1e9;
  margin-bottom: 9px;
}

.postbox__quote p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.36;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
  margin-bottom: 0;
}

.postbox__quote blockquote {
  padding: 32px 60px 35px;
  background-color: var(--tp-common-white);
  margin-bottom: 45px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__quote blockquote {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .postbox__quote blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.postbox__quote-style-2 {
  box-shadow: none;
}

.postbox__quote-style-2 blockquote {
  border: 1px solid var(--tp-common-black);
  padding-bottom: 37px;
  margin-top: 50px;
  margin-bottom: 50px;
}

[dir="ltr"] .postbox__quote-style-3 {
  text-align: left;
}

[dir="rtl"] .postbox__quote-style-3 {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .postbox__quote-style-3 {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .postbox__quote-style-3 {
  text-align: left;
}

.postbox__quote-style-3 .blog__grid-quote {
  padding: 70px 60px 67px;
}

@media (max-width: 575px) {
  .postbox__quote-style-3 .blog__grid-quote {
    padding: 50px 40px 47px;
  }
}

.postbox__quote-style-3 p {
  margin-bottom: 40px;
}

[dir="ltr"] .postbox__quote-style-3 p {
  text-align: left;
}

[dir="rtl"] .postbox__quote-style-3 p {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .postbox__quote-style-3 p {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .postbox__quote-style-3 p {
  text-align: left;
}

.postbox__quote-style-3 blockquote {
  border: 1px solid var(--tp-common-black);
  padding-bottom: 37px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox__tag {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .postbox__share-wrapper .tagcloud {
    margin-bottom: 20px;
  }
}

.postbox__share span {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-common-black);
}

[dir="ltr"] .postbox__share span {
  margin-right: 12px;
}

[dir="rtl"] .postbox__share span {
  margin-left: 12px;
}

[dir="ltr"] [dir=rtl] .postbox__share span {
  margin-left: 0;
  margin-right: 12px;
}

[dir="rtl"] [dir=rtl] .postbox__share span {
  margin-right: 0;
  margin-left: 12px;
}

.postbox__share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: var(--tp-text-1);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.1);
  background-color: var(--tp-common-white);
  margin-bottom: 6px;
}

.postbox__share a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.postbox__share-2 a {
  border: 1px solid #eaeaef;
  line-height: 34px;
  box-shadow: none;
}

[dir="ltr"] .postbox__share-2 a {
  margin-right: 1px;
}

[dir="rtl"] .postbox__share-2 a {
  margin-left: 1px;
}

[dir="ltr"] [dir=rtl] .postbox__share-2 a {
  margin-right: 0;
  margin-left: 1px;
}

[dir="rtl"] [dir=rtl] .postbox__share-2 a {
  margin-left: 0;
  margin-right: 1px;
}

.postbox__share-2 a:hover {
  border-color: var(--tp-theme-1);
}

.postbox__thumb-overlay {
  position: relative;
}

.postbox__thumb-overlay::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 4, 28, 0.3);
}

[dir="ltr"] .postbox__thumb-overlay::after {
  left: 0;
}

[dir="rtl"] .postbox__thumb-overlay::after {
  right: 0;
}

.postbox__content {
  background-color: var(--tp-common-white);
  padding: 43px 50px 45px;
}

@media (max-width: 575px) {
  .postbox__content {
    padding: 33px 28px 35px;
  }
}

.postbox__content p {
  margin-bottom: 30px;
}

.postbox__content .tp-btn {
  font-size: 16px;
  text-transform: capitalize;
  padding: 17px 40px;
}

.postbox__content .tp-btn:hover {
  background-color: var(--tp-common-black);
}

.postbox__video .play-btn {
  position: absolute;
  top: 50%;
}

[dir="ltr"] .postbox__video .play-btn {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .postbox__video .play-btn {
  right: 50%;
  transform: translate(50%, -50%);
}

.postbox__video .play-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.postbox__audio {
  height: 420px;
}

.postbox__audio iframe {
  width: 100%;
  height: 100%;
}

.postbox__nav button {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-color: transparent;
  color: var(--tp-common-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 18px;
}

[dir="ltr"] .postbox__nav button {
  left: 15px;
}

[dir="rtl"] .postbox__nav button {
  right: 15px;
}

.postbox__nav button:hover {
  background-color: var(--tp-common-white);
  border-color: var(--tp-common-white);
  color: var(--tp-common-black);
}

[dir="ltr"] .postbox__nav button.postbox-slider-button-next {
  right: 15px;
  left: auto;
}

[dir="rtl"] .postbox__nav button.postbox-slider-button-next {
  left: 15px;
  right: auto;
}

[dir="ltr"] [dir=rtl] .postbox__nav button.postbox-slider-button-next {
  left: 15px;
  right: auto;
}

[dir="rtl"] [dir=rtl] .postbox__nav button.postbox-slider-button-next {
  right: 15px;
  left: auto;
}

.postbox__style-2 .postbox__top {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 185px;
  padding-bottom: 150px;
}

.postbox__style-2 .postbox__title {
  color: var(--tp-common-white);
  margin-bottom: 27px;
  font-size: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .postbox__style-2 .postbox__title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .postbox__style-2 .postbox__title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .postbox__style-2 .postbox__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .postbox__style-2 .postbox__title {
    font-size: 30px;
  }
}

.postbox__style-2 .postbox__thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

[dir="ltr"] .postbox__style-2 .postbox__thumb {
  left: 0;
}

[dir="rtl"] .postbox__style-2 .postbox__thumb {
  right: 0;
}

.postbox__style-2 .postbox__meta-type {
  color: rgba(255, 255, 255, 0.7607843137);
}

.postbox__style-2 p.postbox__meta-name {
  color: var(--tp-common-white);
}

.rc__post {
  padding: 12px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  margin-bottom: 6px;
}

[dir="ltr"] .rc__post {
  padding-right: 35px;
}

[dir="rtl"] .rc__post {
  padding-left: 35px;
}

[dir="ltr"] [dir=rtl] .rc__post {
  padding-right: 12px;
  padding-left: 35px;
}

[dir="rtl"] [dir=rtl] .rc__post {
  padding-left: 12px;
  padding-right: 35px;
}

.rc__post:hover .rc__post-thumb img {
  transform: scale(1.1);
}

.rc__post:last-child {
  margin-bottom: 0;
}

.rc__post-thumb {
  overflow: hidden;
  flex: 0 0 auto;
}

[dir="ltr"] .rc__post-thumb {
  margin-right: 25px;
}

[dir="rtl"] .rc__post-thumb {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .rc__post-thumb {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .rc__post-thumb {
  margin-left: 0;
  margin-right: 25px;
}

.rc__post-thumb img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.rc__post-title {
  font-size: 16px;
  line-height: 1.25;
}

.rc__post-title a:hover {
  color: var(--tp-theme-1);
}

.rc__meta span {
  font-size: 14px;
}

[dir="ltr"] .rc__meta span svg, [dir="ltr"] .rc__meta span i {
  margin-right: 6px;
}

[dir="rtl"] .rc__meta span svg, [dir="rtl"] .rc__meta span i {
  margin-left: 6px;
}

[dir="ltr"] [dir=rtl] .rc__meta span svg, [dir="ltr"] [dir=rtl] .rc__meta span i {
  margin-right: 0;
  margin-left: 6px;
}

[dir="rtl"] [dir=rtl] .rc__meta span svg, [dir="rtl"] [dir=rtl] .rc__meta span i {
  margin-left: 0;
  margin-right: 6px;
}

.rc__meta span svg {
  transform: translateY(-2px);
}

.rc__meta span:hover a {
  color: var(--tp-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .sidebar__wrapper {
    padding-left: 0;
  }

  [dir="rtl"] .sidebar__wrapper {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .sidebar__wrapper {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .sidebar__wrapper {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar__wrapper {
    margin-top: 40px;
  }

  [dir="ltr"] .sidebar__wrapper {
    padding-left: 0;
  }

  [dir="rtl"] .sidebar__wrapper {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .sidebar__wrapper {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .sidebar__wrapper {
    padding-left: 0;
  }
}

.sidebar__widget-title {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 23px;
}

.sidebar__widget ul li {
  list-style: none;
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-text-1);
  margin-bottom: 6px;
}

.sidebar__widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar__widget ul li a {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
  position: relative;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  display: block;
}

[dir="ltr"] .sidebar__widget ul li a {
  padding-left: 14px;
  padding-left: 33px;
}

[dir="rtl"] .sidebar__widget ul li a {
  padding-right: 14px;
  padding-right: 33px;
}

[dir] .sidebar__widget ul li a {
  padding: 7px 14px;
}

[dir="ltr"] [dir=rtl] .sidebar__widget ul li a {
  padding-left: 14px;
  padding-right: 33px;
}

[dir="rtl"] [dir=rtl] .sidebar__widget ul li a {
  padding-right: 14px;
  padding-left: 33px;
}

.sidebar__widget ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 4px;
  height: 4px;
  background-color: var(--tp-common-black);
  border-radius: 50%;
}

[dir="ltr"] .sidebar__widget ul li a::after {
  left: 20px;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .sidebar__widget ul li a::after {
  right: 20px;
  transform: translate(50%, -50%);
}

[dir="ltr"] [dir=rtl] .sidebar__widget ul li a::after {
  left: auto;
  right: 20px;
}

[dir="rtl"] [dir=rtl] .sidebar__widget ul li a::after {
  right: auto;
  left: 20px;
}

.sidebar__widget ul li a span {
  font-family: var(--tp-ff-inter);
  font-weight: 500;
  font-size: 12px;
  color: var(--tp-text-1);
  display: inline-block;
  line-height: 1;
  padding: 4px 11px 5px;
  border: 1px solid #eaeaef;
  border-radius: 20px;
  margin-top: 2px;
}

[dir="ltr"] .sidebar__widget ul li a span {
  float: right;
}

[dir="rtl"] .sidebar__widget ul li a span {
  float: left;
}

[dir="ltr"] [dir=rtl] .sidebar__widget ul li a span {
  float: left;
}

[dir="rtl"] [dir=rtl] .sidebar__widget ul li a span {
  float: right;
}

.sidebar__widget ul li a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

.sidebar__widget ul li a:hover::after {
  background-color: var(--tp-common-white);
}

.sidebar__widget ul li a:hover span {
  color: var(--tp-common-white);
  border-color: rgba(255, 255, 255, 0.3);
}

.sidebar__widget ul li:hover {
  color: var(--tp-common-white);
}

.sidebar__widget ul li ul {
  padding-top: 6px;
}

[dir="ltr"] .sidebar__widget ul li ul {
  padding-left: 15px;
}

[dir="rtl"] .sidebar__widget ul li ul {
  padding-right: 15px;
}

[dir="ltr"] [dir=rtl] .sidebar__widget ul li ul {
  padding-left: 0;
  padding-right: 15px;
}

[dir="rtl"] [dir=rtl] .sidebar__widget ul li ul {
  padding-right: 0;
  padding-left: 15px;
}

.sidebar__widget-style-2 ul li a {
  border: 1px solid #eaeaef;
  box-shadow: none;
}

.sidebar__widget-style-2 ul li a:hover {
  border-color: var(--tp-theme-1);
}

.sidebar__widget-style-2 .sidebar__author {
  border: 1px solid #eaeaef;
  box-shadow: none;
}

.sidebar__widget-style-2 .sidebar__search input {
  border: 1px solid #eaeaef;
  box-shadow: none;
}

.sidebar__widget-style-2 .sidebar__search input:focus, .sidebar__widget-style-2 .sidebar__search input:hover {
  border-color: var(--tp-common-black);
}

.sidebar__widget-style-2 .sidebar__search button {
  background-color: transparent;
}

.sidebar__widget-style-2 .rc__post {
  background: var(--tp-common-white);
  border: 1px solid #eaeaef;
  box-shadow: none;
}

.sidebar__widget-style-2 .tagcloud a {
  border: 1px solid #eaeaef;
  box-shadow: none;
}

.sidebar__widget-style-2 .tagcloud a:hover {
  border-color: var(--tp-theme-1);
}

.sidebar__search {
  position: relative;
}

.sidebar__search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: var(--tp-common-white);
  outline: 0;
  border: 0;
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  font-size: 15px;
}

[dir="ltr"] .sidebar__search input {
  padding-left: 25px;
  padding-right: 50px;
}

[dir="rtl"] .sidebar__search input {
  padding-right: 25px;
  padding-left: 50px;
}

[dir="ltr"] [dir=rtl] .sidebar__search input {
  padding-right: 25px;
  padding-left: 50px;
}

[dir="rtl"] [dir=rtl] .sidebar__search input {
  padding-left: 25px;
  padding-right: 50px;
}

.sidebar__search input::-webkit-input-placeholder {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #919193;
}

.sidebar__search input:-moz-placeholder {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #919193;
}

.sidebar__search input::-moz-placeholder {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #919193;
}

.sidebar__search input:-ms-input-placeholder {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #919193;
}

.sidebar__search button {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 24px;
  color: var(--tp-common-black);
  line-height: 60px;
  background-color: var(--tp-common-white);
}

[dir="ltr"] .sidebar__search button {
  right: 0;
}

[dir="rtl"] .sidebar__search button {
  left: 0;
}

[dir="ltr"] [dir=rtl] .sidebar__search button {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .sidebar__search button {
  left: auto;
  right: 0;
}

.sidebar__search button svg {
  transform: translateY(-2px);
}

.sidebar__search button:hover {
  color: var(--tp-theme-1);
}

.sidebar__banner::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

[dir="ltr"] .sidebar__banner::after {
  left: 0;
}

[dir="rtl"] .sidebar__banner::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .sidebar__banner::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .sidebar__banner::after {
  right: auto;
  left: 0;
}

.sidebar__banner-content {
  position: absolute;
  top: 50%;
  z-index: 1;
  background: var(--tp-common-white);
}

[dir="ltr"] .sidebar__banner-content {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .sidebar__banner-content {
  right: 50%;
  transform: translate(50%, -50%);
}

.sidebar__banner-content h4, .sidebar__banner-content .h4 {
  padding: 15px 20px;
  font-size: 24px;
  color: var(--tp-common-black);
  text-transform: uppercase;
  margin-bottom: 0;
}

.sidebar__author {
  padding: 45px 50px 50px;
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  text-align: center;
}

.sidebar__author-thumb {
  margin-bottom: 25px;
}

.sidebar__author-thumb img {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  padding: 12px;
  border: 1px solid #e0e0e0;
}

.sidebar__author-title {
  font-size: 18px;
  margin-bottom: 14px;
}

.sidebar__author-content p {
  font-size: 15px;
  line-height: 1.47;
  margin-bottom: 22px;
}

.sidebar__author-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #eaeaef;
  color: var(--tp-common-black);
}

[dir="ltr"] .sidebar__author-social a {
  margin-right: 3px;
}

[dir="rtl"] .sidebar__author-social a {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .sidebar__author-social a {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .sidebar__author-social a {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .sidebar__author-social a:last-child {
  margin-right: 0;
}

[dir="rtl"] .sidebar__author-social a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .sidebar__author-social a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .sidebar__author-social a:last-child {
  margin-right: 0;
}

.sidebar__author-social a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
}

.tagcloud span {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 14px;
  color: var(--tp-common-black);
}

[dir="ltr"] .tagcloud span {
  margin-right: 12px;
}

[dir="rtl"] .tagcloud span {
  margin-left: 12px;
}

[dir="ltr"] [dir=rtl] .tagcloud span {
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] [dir=rtl] .tagcloud span {
  margin-left: 0;
  margin-right: 12px;
}

.tagcloud a {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--tp-common-black);
  box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.06);
  padding: 9px 18.5px;
  background-color: var(--tp-common-white);
  text-transform: capitalize;
  margin-bottom: 6px;
}

[dir="ltr"] .tagcloud a {
  margin-right: 2px;
}

[dir="rtl"] .tagcloud a {
  margin-left: 2px;
}

[dir="ltr"] [dir=rtl] .tagcloud a {
  margin-right: 0;
  margin-left: 2px;
}

[dir="rtl"] [dir=rtl] .tagcloud a {
  margin-left: 0;
  margin-right: 2px;
}

.tagcloud a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.tagcloud-sm a {
  padding: 8px 12.5px;
}

.tagcloud-style-2 a {
  padding: 7px 11.5px;
  border: 1px solid #eaeaef;
  box-shadow: none;
}

.tagcloud-style-2 a:hover {
  background-color: var(--tp-theme-1);
  border-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

blockquote {
  background: var(--tp-grey-1);
  padding: 35px 50px;
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
}

blockquote p {
  line-height: 1.5;
  font-size: 20px;
  color: #57565e;
  font-weight: 400;
}

blockquote cite {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  color: #070337;
  font-style: inherit;
  font-weight: 600;
  position: relative;
}

blockquote cite::before {
  content: "";
  font-size: 28px;
  color: var(--tp-theme-1);
  padding-bottom: 0px;
  display: inline-block;
  background: var(--tp-theme-1);
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  position: relative;
}

[dir="ltr"] blockquote cite::before {
  margin-right: 10px;
}

[dir="rtl"] blockquote cite::before {
  margin-left: 10px;
}

[dir="ltr"] [dir=rtl] blockquote cite::before {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] blockquote cite::before {
  margin-left: 0;
  margin-right: 10px;
}

/*----------------------------------------*/
/*  44. FOOTER CSS START
/*----------------------------------------*/
.footer__widget-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__widget-title {
  font-size: 24px;
  color: var(--tp-common-white);
  margin-bottom: 25px;
  position: relative;
  font-family: var(--tp-ff-space);
}

.footer__widget-title-6 {
  font-weight: 600;
  font-size: 20px;
  color: var(--tp-common-white);
  margin-bottom: 25px;
  margin-top: 15px;
}

.footer__widget-title-7 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 24px;
  color: var(--tp-common-white);
  margin-bottom: 40px;
  margin-top: 0;
}

.footer__widget-title-8 {
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 22px;
  color: var(--tp-common-white);
  margin-bottom: 45px;
  margin-top: 0;
}

.footer__widget ul li {
  list-style: none;
  margin-bottom: 17px;
  line-height: 1;
  color: var(--tp-text-3);
}

.footer__widget ul li a {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  color: var(--tp-text-3);
  position: relative;
}

[dir="ltr"] .footer__widget ul li a {
  padding-left: 13px;
}

[dir="rtl"] .footer__widget ul li a {
  padding-right: 13px;
}

[dir="ltr"] [dir=rtl] .footer__widget ul li a {
  padding-left: 0;
  padding-right: 13px;
}

[dir="rtl"] [dir=rtl] .footer__widget ul li a {
  padding-right: 0;
  padding-left: 13px;
}

.footer__widget ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tp-text-3);
  width: 5px;
  height: 5px;
  background-color: var(--tp-text-3);
  border-radius: 50%;
}

[dir="ltr"] .footer__widget ul li a::after {
  left: 0;
}

[dir="rtl"] .footer__widget ul li a::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .footer__widget ul li a::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .footer__widget ul li a::after {
  right: auto;
  left: 0;
}

.footer__widget ul li a:hover {
  color: var(--tp-theme-1);
}

.footer__widget p {
  color: var(--tp-text-4);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tp-ff-inter);
  margin-bottom: 20px;
}

.footer__widget-3 .footer__widget-title {
  margin-bottom: 50px;
  font-size: 22px;
}

.footer__widget-3 ul li {
  list-style: none;
  margin-bottom: 24px;
  line-height: 1;
}

.footer__widget-3 ul li a {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  color: var(--tp-text-8);
  position: relative;
  font-weight: 500;
}

[dir="ltr"] .footer__widget-3 ul li a {
  padding-left: 0;
}

[dir="rtl"] .footer__widget-3 ul li a {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .footer__widget-3 ul li a {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .footer__widget-3 ul li a {
  padding-left: 0;
}

.footer__widget-3 ul li a::after {
  display: none;
}

.footer__widget-3 ul li a:hover {
  color: var(--tp-theme-1);
}

.footer__widget-4 p {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tp-ff-inter);
  margin-bottom: 27px;
  color: #ffffff;
  opacity: 0.7;
}

.footer__widget-4 ul li {
  color: var(--tp-text-12);
}

.footer__widget-4 ul li a {
  color: var(--tp-text-12);
}

.footer__widget-4 ul li a::after {
  background-color: var(--tp-text-12);
}

.footer__widget-4 ul li a:hover {
  color: var(--tp-theme-4);
}

.footer__widget-5 p {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--tp-text-3);
  margin-bottom: 27px;
}

.footer__widget-5 ul li {
  color: var(--tp-text-3);
}

.footer__widget-5 ul li a {
  color: var(--tp-text-3);
}

.footer__widget-5 ul li a::after {
  background-color: var(--tp-text-3);
}

.footer__widget-5 ul li a:hover {
  color: var(--tp-common-white);
}

.footer__widget-5 .footer__logo {
  margin-bottom: 25px;
}

.footer__widget-7 p {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.38;
  color: var(--tp-text-24);
  margin-bottom: 27px;
}

.footer__widget-6 p {
  font-family: var(--tp-ff-roboto);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--tp-text-3);
  margin-bottom: 27px;
}

.footer__widget-6 ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--tp-ff-roboto);
}

.footer__widget-6 ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] [dir=rtl] .footer__widget-6 ul li a {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .footer__widget-6 ul li a {
  padding-left: 0;
}

.footer__widget-6 ul li a:hover {
  color: var(--tp-common-white);
}

.footer__widget-6 .footer__logo {
  margin-bottom: 25px;
}

.footer__widget-6 .footer__info p {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--tp-common-white);
  margin-bottom: 20px;
}

.footer__widget-6 .footer__info .link-btn-2 {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 15px;
  color: #8f98aa;
}

.footer__widget-6 .footer__info .link-btn-2::after {
  background-color: #8f98aa;
}

.footer__widget-6 .footer__info .link-btn-2::before {
  background-color: var(--tp-theme-6);
}

.footer__widget-6 .footer__info .link-btn-2:hover {
  color: var(--tp-theme-6);
}

.footer__widget-8 p {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
}

.footer__widget-8 ul li {
  list-style: none;
  color: #c5c5c5;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tp-ff-space);
}

.footer__widget-8 ul li a {
  color: #c5c5c5;
  font-family: var(--tp-ff-space);
}

[dir="ltr"] .footer__widget-8 ul li a {
  padding-left: 0;
}

[dir="rtl"] .footer__widget-8 ul li a {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .footer__widget-8 ul li a {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .footer__widget-8 ul li a {
  padding-left: 0;
}

.footer__widget-8 ul li a::after {
  display: none;
}

.footer__widget-8 ul li a:hover {
  color: var(--tp-theme-8);
}

.footer__widget-8 .footer__logo {
  margin-bottom: 26px;
}

.footer__widget-9 .footer__logo {
  margin-bottom: 0;
}

.footer__widget-9 p {
  font-family: var(--tp-ff-syne);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgba(5, 18, 20, 0.8);
}

.footer__widget-9 ul li {
  list-style: none;
  color: rgba(5, 18, 20, 0.8);
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--tp-ff-syne);
}

.footer__widget-9 ul li a {
  color: rgba(5, 18, 20, 0.8);
  font-family: var(--tp-ff-syne);
}

[dir="ltr"] .footer__widget-9 ul li a {
  padding-left: 0;
}

[dir="rtl"] .footer__widget-9 ul li a {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .footer__widget-9 ul li a {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .footer__widget-9 ul li a {
  padding-left: 0;
}

.footer__widget-9 ul li a::after {
  display: none;
}

.footer__widget-9 ul li a:hover {
  color: var(--tp-common-black);
}

.footer__widget-10 .footer__logo {
  margin-bottom: 21px;
}

.footer__widget-10 .footer__widget-title {
  margin-bottom: 30px;
}

.footer__widget-10 p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #c5c5c5;
}

.footer__widget-10 ul li {
  font-family: var(--tp-ff-space);
  font-size: 16px;
  color: #c5c5c5;
}

.footer__widget-10 ul li a {
  color: #c5c5c5;
  font-family: var(--tp-ff-space);
}

[dir="ltr"] .footer__widget-10 ul li a {
  padding-left: 15px;
}

[dir="rtl"] .footer__widget-10 ul li a {
  padding-right: 15px;
}

[dir="ltr"] [dir=rtl] .footer__widget-10 ul li a {
  padding-left: 0;
  padding-right: 15px;
}

[dir="rtl"] [dir=rtl] .footer__widget-10 ul li a {
  padding-right: 0;
  padding-left: 15px;
}

.footer__widget-10 ul li a::after {
  background-color: #c5c5c5;
}

.footer__widget-10 ul li a:hover {
  color: var(--tp-theme-10);
}

.footer__widget-10 ul li a:hover::after {
  background-color: var(--tp-theme-10);
}

.footer__logo {
  margin-bottom: 15px;
}

.footer__blog-item {
  margin-bottom: 15px;
}

.footer__blog-item:last-child {
  margin-bottom: 0;
}

.footer__blog-item-2 {
  margin-bottom: 22px;
}

.footer__blog-item-2:last-child {
  margin-bottom: 0;
}

.footer__blog-meta {
  margin-bottom: 3px;
}

.footer__blog-meta span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.footer__blog-meta span i {
  color: var(--tp-theme-3);
}

[dir="ltr"] .footer__blog-meta span i {
  margin-right: 3px;
}

[dir="rtl"] .footer__blog-meta span i {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .footer__blog-meta span i {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .footer__blog-meta span i {
  margin-left: 0;
  margin-right: 3px;
}

.footer__blog-meta span a:hover {
  color: var(--tp-theme-3);
}

.footer__blog-meta-4 span {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: var(--tp-text-11);
}

.footer__blog-thumb img {
  width: 86px;
  height: 86px;
  border-radius: 2px;
}

[dir="ltr"] .footer__blog-thumb img {
  margin-right: 13px;
}

[dir="rtl"] .footer__blog-thumb img {
  margin-left: 13px;
}

[dir="ltr"] [dir=rtl] .footer__blog-thumb img {
  margin-right: 0;
  margin-left: 13px;
}

[dir="rtl"] [dir=rtl] .footer__blog-thumb img {
  margin-left: 0;
  margin-right: 13px;
}

.footer__blog-title {
  font-size: 17px;
  text-transform: capitalize;
  color: var(--tp-common-white);
  margin-bottom: 4px;
  line-height: 1.3;
  font-family: var(--tp-ff-space);
  letter-spacing: -1px;
}

.footer__blog-title a:hover {
  color: var(--tp-theme-3);
}

.footer__blog-title-4 {
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.04em;
  color: var(--tp-common-white);
  margin-bottom: 7px;
  line-height: 1.3;
}

.footer__blog-title-4 a:hover {
  color: var(--tp-theme-4);
}

.footer__blog-content {
  padding-top: 4px;
}

.footer__blog-tag a {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tp-theme-4);
  position: relative;
}

[dir="ltr"] .footer__blog-tag a {
  padding-left: 12px;
}

[dir="rtl"] .footer__blog-tag a {
  padding-right: 12px;
}

[dir="ltr"] [dir=rtl] .footer__blog-tag a {
  padding-left: 0;
  padding-right: 12px;
}

[dir="rtl"] [dir=rtl] .footer__blog-tag a {
  padding-right: 0;
  padding-left: 12px;
}

.footer__blog-tag a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--tp-theme-4);
  border-radius: 50%;
}

[dir="ltr"] .footer__blog-tag a::after {
  left: 0;
}

[dir="rtl"] .footer__blog-tag a::after {
  right: 0;
}

[dir="ltr"] [dir=rtl] .footer__blog-tag a::after {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] .footer__blog-tag a::after {
  right: auto;
  left: 0;
}

.footer__info-8 p {
  font-weight: 500;
  font-size: 18px;
  color: var(--tp-common-white);
  margin-bottom: 27px;
}

.footer__info-10 .footer__info-icon-8 span {
  color: var(--tp-theme-10);
}

.footer__info-10 .footer__info-icon-8 span svg {
  width: 20px;
}

.footer__info-10 .footer__info-text-8 h4, .footer__info-10 .footer__info-text-8 .h4 {
  color: #c5c5c5;
  opacity: 1;
  font-weight: 400;
}

.footer__info-10 .footer__info-text-8 a:hover {
  color: var(--tp-theme-10);
}

.footer__info-item {
  margin-bottom: 20px;
}

.footer__info-item-6 {
  margin-bottom: 10px;
}

.footer__info-item-6:last-child {
  margin-bottom: 35px;
}

.footer__info-item-8 {
  margin-bottom: 20px;
}

.footer__info-item-8:last-child {
  margin-bottom: 0px;
}

[dir="ltr"] [dir=rtl] .footer__info-icon {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .footer__info-icon {
  margin-left: 0;
  margin-right: 20px;
}

.footer__info-icon i {
  display: inline-block;
  color: var(--tp-common-white);
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.footer__info-icon span {
  display: inline-block;
  color: var(--tp-common-white);
  font-size: 16px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.footer__info-icon span svg {
  transform: translateY(-2px);
}

[dir="ltr"] [dir=rtl] .footer__info-icon-6 {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .footer__info-icon-6 {
  margin-left: 0;
  margin-right: 20px;
}

.footer__info-icon-6 i, .footer__info-icon-6 span {
  font-size: 16px;
  color: var(--tp-common-white);
}

.footer__info-icon-6 svg {
  width: 16px;
}

[dir="ltr"] [dir=rtl] .footer__info-icon-8 {
  margin-right: 0;
  margin-left: 20px;
}

[dir="rtl"] [dir=rtl] .footer__info-icon-8 {
  margin-left: 0;
  margin-right: 20px;
}

.footer__info-icon-8 i, .footer__info-icon-8 span {
  font-size: 16px;
  color: var(--tp-theme-8);
}

.footer__info-icon-8 svg {
  transform: translateY(-3px);
}

.footer__info-text h4, .footer__info-text .h4 {
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}

.footer__info-text a {
  color: var(--tp-text-3);
  font-weight: 400;
  font-size: 14px;
  font-family: var(--tp-ff-inter);
}

.footer__info-text a:hover {
  color: var(--tp-common-white);
}

.footer__info-text-6 a {
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--tp-ff-roboto);
}

.footer__info-text-6 a:hover {
  color: var(--tp-common-white);
}

.footer__info-text-8 h4, .footer__info-text-8 .h4 {
  font-family: var(--tp-ff-space);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--tp-common-white);
  opacity: 0.7;
  margin-bottom: 0;
}

.footer__info-text-8 a {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-space);
}

.footer__info-text-8 a:hover {
  color: var(--tp-theme-8);
}

.footer__info .tp-link-btn-text {
  color: var(--tp-text-20);
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  position: relative;
}

[dir="ltr"] .footer__info .tp-link-btn-text {
  padding-right: 20px;
}

[dir="rtl"] .footer__info .tp-link-btn-text {
  padding-left: 20px;
}

[dir="ltr"] [dir=rtl] .footer__info .tp-link-btn-text {
  padding-right: 0;
  padding-left: 20px;
}

[dir="rtl"] [dir=rtl] .footer__info .tp-link-btn-text {
  padding-left: 0;
  padding-right: 20px;
}

.footer__info .tp-link-btn-text::after {
  position: absolute;
  content: "";
  bottom: -1px;
  width: 100%;
  background-color: var(--tp-text-20);
  height: 1px;
}

[dir="ltr"] .footer__info .tp-link-btn-text::after {
  left: 0;
}

[dir="rtl"] .footer__info .tp-link-btn-text::after {
  right: 0;
}

.footer__info .tp-link-btn-text:hover {
  color: var(--tp-common-white);
}

.footer__info .tp-link-btn-text:hover::after {
  background-color: var(--tp-common-white);
}

.footer__contact {
  margin-bottom: 12px;
}

.footer__contact p {
  color: var(--tp-text-1);
  font-size: 16px;
  margin-bottom: 20px;
}

.footer__contact iframe {
  width: 100%;
  height: 110px;
  filter: grayscale(100%);
}

.footer__contact-call span {
  font-size: 20px;
  font-weight: 500;
  color: var(--tp-common-white);
  font-family: var(--tp-ff-inter);
}

.footer__contact-call span i {
  color: var(--tp-theme-1);
}

.footer__contact-call span a:hover {
  color: var(--tp-theme-1);
}

.footer__contact-mail span {
  font-size: 16px;
  color: var(--tp-text-3);
  font-family: var(--tp-ff-inter);
  line-height: 1;
}

.footer__contact-mail span i {
  color: var(--tp-theme-1);
}

.footer__contact-mail span a:hover {
  color: var(--tp-theme-1);
}

.footer__subscribe p {
  color: var(--tp-text-1);
  font-size: 16px;
  margin-bottom: 20px;
}

.footer__subscribe-7 p {
  margin-bottom: 22px;
}

.footer__subscribe-8 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
  margin-bottom: 17px;
}

.footer__subscribe-box {
  position: relative;
}

.footer__subscribe-box-3 {
  position: relative;
}

.footer__subscribe-box-3 .footer-sub-btn-3 {
  display: inline-block;
  font-size: 20px;
  color: var(--tp-common-white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .footer__subscribe-box-3 .footer-sub-btn-3 {
  right: 20px;
}

[dir="rtl"] .footer__subscribe-box-3 .footer-sub-btn-3 {
  left: 20px;
}

[dir="ltr"] [dir=rtl] .footer__subscribe-box-3 .footer-sub-btn-3 {
  right: auto;
  left: 20px;
}

[dir="rtl"] [dir=rtl] .footer__subscribe-box-3 .footer-sub-btn-3 {
  left: auto;
  right: 20px;
}

.footer__subscribe-box-3 .footer-sub-btn-3:hover {
  color: var(--tp-theme-1);
}

.footer__subscribe-input input {
  width: 100%;
  height: 60px;
  padding: 0 23px;
  border: 1px solid #ccc;
  background-color: transparent;
  font-size: 16px;
  color: var(--tp-common-black);
}

[dir="ltr"] .footer__subscribe-input input {
  padding-right: 70px;
}

[dir="rtl"] .footer__subscribe-input input {
  padding-left: 70px;
}

[dir="ltr"] [dir=rtl] .footer__subscribe-input input {
  padding-right: 23px;
  padding-left: 70px;
}

[dir="rtl"] [dir=rtl] .footer__subscribe-input input {
  padding-left: 23px;
  padding-right: 70px;
}

.footer__subscribe-input input::-webkit-input-placeholder {
  color: var(--tp-text-1);
}

.footer__subscribe-input input:-moz-placeholder {
  color: var(--tp-text-1);
}

.footer__subscribe-input input::-moz-placeholder {
  color: var(--tp-text-1);
}

.footer__subscribe-input input:-ms-input-placeholder {
  color: var(--tp-text-1);
}

.footer__subscribe-input-3 {
  position: relative;
}

.footer__subscribe-input-3 input {
  width: 100%;
  height: 60px;
  padding: 0 60px;
  border: 0;
  box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 2px 0px rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(4px);
  font-size: 16px;
  color: var(--tp-common-white);
}

[dir="ltr"] .footer__subscribe-input-3 input {
  padding-right: 45px;
}

[dir="rtl"] .footer__subscribe-input-3 input {
  padding-left: 45px;
}

[dir="ltr"] [dir=rtl] .footer__subscribe-input-3 input {
  padding-left: 45px;
  padding-right: 60px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .footer__subscribe-input-3 input {
  padding-right: 45px;
  padding-left: 60px;
  text-align: left;
}

.footer__subscribe-input-3 input::-webkit-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-inter);
}

.footer__subscribe-input-3 input:-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-inter);
}

.footer__subscribe-input-3 input::-moz-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-inter);
}

.footer__subscribe-input-3 input:-ms-input-placeholder {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--tp-ff-inter);
}

.footer__subscribe-input-3 input:focus {
  box-shadow: 0px 2px 0px var(--tp-theme-3);
}

.footer__subscribe-input-3 i, .footer__subscribe-input-3 svg {
  display: inline-block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

[dir="ltr"] .footer__subscribe-input-3 i, [dir="ltr"] .footer__subscribe-input-3 svg {
  left: 25px;
}

[dir="rtl"] .footer__subscribe-input-3 i, [dir="rtl"] .footer__subscribe-input-3 svg {
  right: 25px;
}

[dir="ltr"] [dir=rtl] .footer__subscribe-input-3 i, [dir="ltr"] [dir=rtl] .footer__subscribe-input-3 svg {
  left: auto;
  right: 25px;
}

[dir="rtl"] [dir=rtl] .footer__subscribe-input-3 i, [dir="rtl"] [dir=rtl] .footer__subscribe-input-3 svg {
  right: auto;
  left: 25px;
}

.footer__subscribe-input-3 svg path {
  stroke: rgba(255, 255, 255, 0.6);
}

.footer__subscribe-input-7 {
  position: relative;
}

.footer__subscribe-input-7 input {
  width: 100%;
  height: 60px;
  background-color: var(--tp-common-white);
  border-radius: 30px;
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  border: 0;
  outline: 0;
}

[dir="ltr"] .footer__subscribe-input-7 input {
  padding-left: 30px;
  padding-right: 60px;
}

[dir="rtl"] .footer__subscribe-input-7 input {
  padding-right: 30px;
  padding-left: 60px;
}

[dir="ltr"] [dir=rtl] .footer__subscribe-input-7 input {
  padding-left: 60px;
  padding-right: 30px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .footer__subscribe-input-7 input {
  padding-right: 60px;
  padding-left: 30px;
  text-align: left;
}

.footer__subscribe-input-7 input::-webkit-input-placeholder {
  color: #7d8995;
}

.footer__subscribe-input-7 input:-moz-placeholder {
  color: #7d8995;
}

.footer__subscribe-input-7 input::-moz-placeholder {
  color: #7d8995;
}

.footer__subscribe-input-7 input:-ms-input-placeholder {
  color: #7d8995;
}

.footer__subscribe-input-7 button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-common-black-11);
  background-color: var(--tp-common-yellow-3);
  border-radius: 50%;
  font-size: 18px;
  position: absolute;
  top: 5px;
}

[dir="ltr"] .footer__subscribe-input-7 button {
  right: 5px;
}

[dir="rtl"] .footer__subscribe-input-7 button {
  left: 5px;
}

[dir="ltr"] [dir=rtl] .footer__subscribe-input-7 button {
  right: auto;
  left: 5px;
}

[dir="rtl"] [dir=rtl] .footer__subscribe-input-7 button {
  left: auto;
  right: 5px;
}

.footer__subscribe-input-7 button:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-7);
}

.footer__subscribe-input-8 {
  position: relative;
}

.footer__subscribe-input-8 input {
  width: 100%;
  height: 60px;
  background-color: #313446;
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  border: 0;
  outline: 0;
  color: var(--tp-common-white);
}

[dir="ltr"] .footer__subscribe-input-8 input {
  padding-left: 25px;
  padding-right: 140px;
}

[dir="rtl"] .footer__subscribe-input-8 input {
  padding-right: 25px;
  padding-left: 140px;
}

[dir="ltr"] [dir=rtl] .footer__subscribe-input-8 input {
  padding-left: 140px;
  padding-right: 25px;
  text-align: right;
}

[dir="rtl"] [dir=rtl] .footer__subscribe-input-8 input {
  padding-right: 140px;
  padding-left: 25px;
  text-align: left;
}

.footer__subscribe-input-8 input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}

.footer__subscribe-input-8 input:-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}

.footer__subscribe-input-8 input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.6;
}

.footer__subscribe-input-8 input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}

.footer__subscribe-input-8 button {
  display: inline-block;
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  padding: 0 26px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
  position: absolute;
  top: 0;
}

[dir="ltr"] .footer__subscribe-input-8 button {
  right: 0;
}

[dir="rtl"] .footer__subscribe-input-8 button {
  left: 0;
}

[dir="ltr"] [dir=rtl] .footer__subscribe-input-8 button {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .footer__subscribe-input-8 button {
  left: auto;
  right: 0;
}

.footer__subscribe-input-8 button:hover {
  color: var(--tp-common-black-12);
  background-color: var(--tp-common-white);
}

.footer__subscribe-title {
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  font-family: var(--tp-ff-space);
  background-image: -o-linear-gradient(89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  animation: sectionPreTitle 3s ease-in-out 1s forwards infinite alternate;
  background-size: 150% 150%;
  margin-bottom: 35px;
}

[dir="ltr"] .footer__subscribe-title {
  background-image: linear-gradient(89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
}

[dir="rtl"] .footer__subscribe-title {
  background-image: linear-gradient(-89.64deg, #f87171 0.32%, #facc15 32.07%, #4ade80 60.55%, #38bdf8 99.28%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__subscribe-title {
    font-size: 45px;
  }
}

@media (max-width: 575px) {
  .footer__subscribe-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__copyright {
    margin-bottom: 20px;
  }
}

.footer__copyright p {
  font-size: 14px;
  color: var(--tp-text-3);
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--tp-ff-inter);
}

.footer__copyright p a {
  color: var(--tp-common-white);
  display: inline-block;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__copyright-2 {
    margin-bottom: 20px;
  }
}

.footer__copyright-2 p {
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
}

.footer__copyright-2 p a {
  font-weight: 600;
  color: var(--tp-theme-2);
  display: inline-block;
}

.footer__copyright-2 p a:hover {
  color: var(--tp-common-black);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__copyright-3 {
    margin-bottom: 20px;
  }
}

.footer__copyright-3 p {
  font-size: 14px;
  font-weight: 400;
  color: var(--tp-text-9);
  font-family: var(--tp-ff-inter);
  margin-bottom: 0;
}

.footer__copyright-3 p a {
  font-weight: 600;
  color: var(--tp-common-white);
  display: inline-block;
}

.footer__copyright-4 p {
  color: var(--tp-text-11);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: var(--tp-ff-inter);
}

.footer__copyright-4 p a {
  color: var(--tp-common-white);
  display: inline-block;
}

.footer__copyright-5 p {
  color: var(--tp-text-15);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--tp-ff-inter);
}

.footer__copyright-5 p a {
  font-weight: 600;
  color: var(--tp-common-white);
  display: inline-block;
}

.footer__copyright-6 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer__copyright-6 p a {
  font-weight: 500;
  color: var(--tp-common-white);
  display: inline-block;
}

.footer__copyright-7 p {
  font-family: var(--tp-ff-inter);
  color: var(--tp-text-24);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer__copyright-7 p a {
  font-weight: 500;
  color: var(--tp-theme-7);
  display: inline-block;
}

.footer__copyright-8 p {
  font-family: var(--tp-ff-inter);
  font-size: 15px;
  color: #93949b;
  margin-bottom: 0;
}

.footer__copyright-8 p a {
  font-weight: 500;
  color: var(--tp-common-white);
  display: inline-block;
}

.footer__copyright-8 p a:hover {
  color: var(--tp-theme-8);
}

.footer__copyright-9 p {
  font-family: var(--tp-ff-syne);
  font-weight: 400;
  font-size: 16px;
  color: #626272;
  margin-bottom: 0;
}

.footer__copyright-9 p a {
  font-weight: 500;
  color: var(--tp-common-black);
  display: inline-block;
}

.footer__copyright-10 p {
  font-family: var(--tp-ff-space);
  font-size: 15px;
  color: #c5c5c5;
}

.footer__copyright-10 p a {
  color: var(--tp-theme-10);
  display: inline-block;
}

.footer__social a {
  display: inline-block;
  color: var(--tp-common-white);
  font-size: 16px;
}

[dir="ltr"] .footer__social a {
  margin-right: 15px;
}

[dir="rtl"] .footer__social a {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .footer__social a {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .footer__social a {
  margin-left: 0;
  margin-right: 15px;
}

[dir="ltr"] .footer__social a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__social a:last-child {
  margin-right: 0;
}

.footer__social a:hover {
  color: var(--tp-theme-1);
}

.footer__social-2 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid rgba(22, 34, 19, 0.1);
  font-size: 14px;
  color: #5e6167;
  text-align: center;
}

[dir="ltr"] .footer__social-2 a {
  margin-right: 2px;
}

[dir="rtl"] .footer__social-2 a {
  margin-left: 2px;
}

[dir="ltr"] [dir=rtl] .footer__social-2 a {
  margin-right: 0;
  margin-left: 2px;
}

[dir="rtl"] [dir=rtl] .footer__social-2 a {
  margin-left: 0;
  margin-right: 2px;
}

[dir="ltr"] .footer__social-2 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social-2 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social-2 a:last-child {
  margin-left: 2px;
}

[dir="rtl"] [dir=rtl] .footer__social-2 a:last-child {
  margin-right: 2px;
}

.footer__social-2 a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-theme-2);
  background-color: var(--tp-theme-2);
}

.footer__social-3 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 14px;
}

[dir="ltr"] .footer__social-3 a {
  margin-right: 3px;
}

[dir="rtl"] .footer__social-3 a {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .footer__social-3 a {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .footer__social-3 a {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .footer__social-3 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social-3 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social-3 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__social-3 a:last-child {
  margin-right: 0;
}

.footer__social-3 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-3);
  border-color: var(--tp-theme-3);
}

.footer__social-4 h5, .footer__social-4 .h5 {
  font-family: var(--tp-ff-space);
  font-size: 18px;
  color: var(--tp-common-white);
}

.footer__social-4 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: var(--tp-common-white);
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
}

[dir="ltr"] .footer__social-4 a {
  margin-right: 2px;
}

[dir="rtl"] .footer__social-4 a {
  margin-left: 2px;
}

[dir="ltr"] [dir=rtl] .footer__social-4 a {
  margin-right: 0;
  margin-left: 2px;
}

[dir="rtl"] [dir=rtl] .footer__social-4 a {
  margin-left: 0;
  margin-right: 2px;
}

[dir="ltr"] .footer__social-4 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social-4 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social-4 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__social-4 a:last-child {
  margin-right: 0;
}

.footer__social-4 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-4);
  border-color: var(--tp-theme-4);
}

@media (max-width: 575px) {
  .footer__social-5 {
    margin-top: 15px;
  }
}

.footer__social-5 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--tp-common-white);
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
}

[dir="ltr"] .footer__social-5 a {
  margin-right: 3px;
}

[dir="rtl"] .footer__social-5 a {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .footer__social-5 a {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .footer__social-5 a {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .footer__social-5 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social-5 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social-5 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__social-5 a:last-child {
  margin-right: 0;
}

.footer__social-5 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-5);
}

@media (max-width: 575px) {
  .footer__social-6 {
    margin-top: 15px;
  }
}

.footer__social-6 a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  color: var(--tp-common-white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

[dir="ltr"] .footer__social-6 a {
  margin-right: 3px;
}

[dir="rtl"] .footer__social-6 a {
  margin-left: 3px;
}

[dir="ltr"] [dir=rtl] .footer__social-6 a {
  margin-right: 0;
  margin-left: 3px;
}

[dir="rtl"] [dir=rtl] .footer__social-6 a {
  margin-left: 0;
  margin-right: 3px;
}

[dir="ltr"] .footer__social-6 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social-6 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social-6 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__social-6 a:last-child {
  margin-right: 0;
}

.footer__social-6 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-6);
  border-color: var(--tp-theme-6);
}

@media (max-width: 575px) {
  .footer__social-8 {
    margin-top: 15px;
  }
}

.footer__social-8 a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--tp-common-white);
  background-color: #313446;
}

[dir="ltr"] .footer__social-8 a {
  margin-right: 2px;
}

[dir="rtl"] .footer__social-8 a {
  margin-left: 2px;
}

[dir="ltr"] [dir=rtl] .footer__social-8 a {
  margin-right: 0;
  margin-left: 2px;
}

[dir="rtl"] [dir=rtl] .footer__social-8 a {
  margin-left: 0;
  margin-right: 2px;
}

[dir="ltr"] .footer__social-8 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social-8 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social-8 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__social-8 a:last-child {
  margin-right: 0;
}

.footer__social-8 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-theme-8);
}

@media (max-width: 575px) {
  .footer__social-9 {
    margin-top: 15px;
    justify-content: start;
  }

  [dir=rtl] .footer__social-9 {
    justify-content: end;
  }
}

.footer__social-9 a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: rgba(5, 18, 20, 0.7);
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.08);
}

[dir="ltr"] .footer__social-9 a {
  margin-right: 6px;
}

[dir="rtl"] .footer__social-9 a {
  margin-left: 6px;
}

[dir="ltr"] [dir=rtl] .footer__social-9 a {
  margin-right: 0;
  margin-left: 6px;
}

[dir="rtl"] [dir=rtl] .footer__social-9 a {
  margin-left: 0;
  margin-right: 6px;
}

[dir="ltr"] .footer__social-9 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social-9 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social-9 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__social-9 a:last-child {
  margin-right: 0;
}

.footer__social-9 a:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

.footer__social-10 {
  margin-top: 2px;
}

@media (max-width: 575px) {
  .footer__social-10 {
    margin-top: 15px;
  }
}

.footer__social-10 a {
  display: inline-block;
  text-align: center;
  color: var(--tp-common-white);
}

[dir="ltr"] .footer__social-10 a {
  margin-right: 15px;
}

[dir="rtl"] .footer__social-10 a {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .footer__social-10 a {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .footer__social-10 a {
  margin-left: 0;
  margin-right: 15px;
}

[dir="ltr"] .footer__social-10 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__social-10 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__social-10 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__social-10 a:last-child {
  margin-right: 0;
}

.footer__social-10 a:hover {
  color: var(--tp-theme-10);
}

.footer__top {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
  z-index: 1;
}

.footer__top-2 {
  padding-top: 130px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--tp-border-9);
}

.footer__top-3 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__top-4 {
  padding-top: 95px;
  padding-bottom: 30px;
}

.footer__top-5 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__top-6 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 50px;
  z-index: 1;
}

.footer__top-7 {
  position: relative;
  padding-top: 103px;
  padding-bottom: 45px;
  z-index: 1;
}

.footer__top-8 {
  position: relative;
  padding-top: 113px;
  padding-bottom: 65px;
  z-index: 1;
  border-bottom: 1px solid var(--tp-border-1);
}

.footer__top-9 {
  padding: 0;
}

.footer__top-9-inner {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  z-index: 1;
  border-bottom: 1px solid #e2e2e8;
}

.footer__bottom {
  position: relative;
  z-index: 1;
}

.footer__bottom-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--tp-border-1);
}

.footer__bottom-inner-2 {
  padding-top: 20px;
  padding-bottom: 33px;
}

.footer__bottom-inner-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--tp-border-1);
}

.footer__bottom-inner-6 {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--tp-border-1);
}

.footer__bottom-inner-7 {
  padding-top: 22px;
  padding-bottom: 40px;
  border-top: 1px solid var(--tp-border-1);
}

.footer__bottom-3 {
  padding-top: 26px;
  padding-bottom: 37px;
  position: relative;
  z-index: 1;
}

.footer__bottom-5 {
  padding-top: 22px;
  padding-bottom: 40px;
}

.footer__bottom-8 {
  padding-top: 23px;
  padding-bottom: 23px;
  background-color: rgba(17, 20, 40, 0.4);
}

.footer__bottom-9 {
  padding-top: 23px;
  padding-bottom: 28px;
  position: relative;
}

.footer__bottom-9::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: -o-linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="ltr"] .footer__bottom-9::after {
  left: 0;
  background-image: linear-gradient(329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

[dir="rtl"] .footer__bottom-9::after {
  right: 0;
  background-image: linear-gradient(-329deg, #ff91fa 13.55%, #fa6490 48.54%, #f7d86a 86.44%);
}

.footer__bottom-10 {
  padding: 14px 0 7px;
  background-color: rgba(255, 255, 255, 0.04);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__bottom-10 {
    padding-bottom: 20px;
  }
}

.footer__bottom-line {
  position: relative;
}

.footer__bottom-line::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 5px;
  background-image: -o-linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
}

[dir="ltr"] .footer__bottom-line::after {
  left: 0;
  background-image: linear-gradient(180deg, #ff3939 0.01%, #bf2132 100%);
}

[dir="rtl"] .footer__bottom-line::after {
  right: 0;
  background-image: linear-gradient(-180deg, #ff3939 0.01%, #bf2132 100%);
}

.footer__app-item {
  margin-bottom: 10px;
}

.footer__qrcode {
  background-color: var(--tp-common-white);
  padding: 10px 10px;
}

[dir="ltr"] [dir=rtl] .footer__qrcode-thumb {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] [dir=rtl] .footer__qrcode-thumb {
  margin-left: 0;
  margin-right: 10px;
}

.footer__qrcode-thumb img {
  width: 44px;
  height: 44px;
}

.footer__qrcode-content p {
  margin-bottom: 0;
  font-family: var(--tp-ff-inter);
  color: #525258;
  font-size: 14px;
}

.footer__qrcode-content p a:hover {
  color: var(--tp-theme-1);
}

.footer__link a {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-3);
}

[dir="ltr"] .footer__link a {
  margin-right: 25px;
}

[dir="rtl"] .footer__link a {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .footer__link a {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .footer__link a {
  margin-left: 0;
  margin-right: 25px;
}

[dir="ltr"] .footer__link a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__link a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__link a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__link a:last-child {
  margin-right: 0;
}

.footer__link a:hover {
  color: var(--tp-common-white);
}

.footer__link-4 a {
  display: inline-block;
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-11);
}

[dir="ltr"] .footer__link-4 a {
  margin-right: 25px;
}

[dir="rtl"] .footer__link-4 a {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .footer__link-4 a {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .footer__link-4 a {
  margin-left: 0;
  margin-right: 25px;
}

[dir="ltr"] .footer__link-4 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__link-4 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__link-4 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__link-4 a:last-child {
  margin-right: 0;
}

.footer__link-4 a:hover {
  color: var(--tp-common-white);
}

.footer__link-6 a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-family: var(--tp-ff-roboto);
}

[dir="ltr"] .footer__link-6 a {
  padding-right: 12px;
  margin-right: 5px;
}

[dir="rtl"] .footer__link-6 a {
  padding-left: 12px;
  margin-left: 5px;
}

[dir="ltr"] [dir=rtl] .footer__link-6 a {
  padding-right: 0;
  margin-right: 0;
  padding-left: 12px;
  margin-left: 5px;
}

[dir="rtl"] [dir=rtl] .footer__link-6 a {
  padding-left: 0;
  margin-left: 0;
  padding-right: 12px;
  margin-right: 5px;
}

.footer__link-6 a::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

[dir="ltr"] .footer__link-6 a::after {
  right: 0;
}

[dir="rtl"] .footer__link-6 a::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .footer__link-6 a::after {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .footer__link-6 a::after {
  left: auto;
  right: 0;
}

[dir="ltr"] .footer__link-6 a:last-child {
  margin-right: 0;
  padding-right: 0;
}

[dir="rtl"] .footer__link-6 a:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__link-6 a:last-child {
  margin-left: 0;
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__link-6 a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer__link-6 a:last-child::after {
  display: none;
}

.footer__link-6 a:hover {
  color: var(--tp-common-white);
}

@media (max-width: 575px) {
  .footer__link-7 {
    margin-bottom: 15px;
  }
}

.footer__link-7 a {
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-24);
  position: relative;
}

[dir="ltr"] .footer__link-7 a {
  margin-right: 25px;
}

[dir="rtl"] .footer__link-7 a {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] .footer__link-7 a {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] .footer__link-7 a {
  margin-left: 0;
  margin-right: 25px;
}

[dir="ltr"] .footer__link-7 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__link-7 a:last-child {
  margin-left: 0;
}

[dir="ltr"] .footer__link-7 a:first-child {
  margin-left: 0;
}

[dir="rtl"] .footer__link-7 a:first-child {
  margin-right: 0;
}

.footer__link-7 a:hover {
  color: var(--tp-common-white);
}

.footer__link-10 a {
  font-family: var(--tp-ff-space);
  font-size: 15px;
  color: #c5c5c5;
  display: inline-block;
}

[dir="ltr"] .footer__link-10 a {
  margin-right: 15px;
}

[dir="rtl"] .footer__link-10 a {
  margin-left: 15px;
}

[dir="ltr"] [dir=rtl] .footer__link-10 a {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .footer__link-10 a {
  margin-left: 0;
  margin-right: 15px;
}

[dir="ltr"] .footer__link-10 a:last-child {
  margin-right: 0;
}

[dir="rtl"] .footer__link-10 a:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__link-10 a:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__link-10 a:last-child {
  margin-right: 0;
}

.footer__link-10 a:hover {
  color: var(--tp-theme-10);
}

.footer__hello a {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-text-6);
  font-family: var(--tp-ff-inter);
}

.footer__hello a:hover {
  color: var(--tp-theme-2);
}

[dir="ltr"] [dir=rtl] .footer__opening-icon {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .footer__opening-icon {
  margin-left: 0;
  margin-right: 15px;
}

.footer__opening-icon i {
  color: var(--tp-common-orange);
  font-size: 35px;
}

.footer__opening-icon span {
  color: var(--tp-common-orange);
}

[dir="ltr"] .footer__opening-content {
  padding-right: 80px;
}

[dir="rtl"] .footer__opening-content {
  padding-left: 80px;
}

[dir="ltr"] [dir=rtl] .footer__opening-content {
  padding-right: 0;
  padding-left: 80px;
}

[dir="rtl"] [dir=rtl] .footer__opening-content {
  padding-left: 0;
  padding-right: 80px;
}

.footer__opening-content h4, .footer__opening-content .h4 {
  font-family: var(--tp-ff-space);
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--tp-common-white);
}

.footer__opening-content p {
  font-family: var(--tp-ff-space);
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: var(--tp-text-3);
}

.footer__shape-1 {
  position: absolute;
  bottom: 35%;
  animation: tprotate 3s ease-in-out 1s forwards infinite alternate;
}

[dir="ltr"] .footer__shape-1 {
  left: 8%;
}

[dir="rtl"] .footer__shape-1 {
  right: 8%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer__shape-1 {
    bottom: 47%;
  }

  [dir="ltr"] .footer__shape-1 {
    left: 6%;
  }

  [dir="rtl"] .footer__shape-1 {
    right: 6%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__shape-1 {
    bottom: 65%;
  }
}

.footer__shape-3 {
  position: absolute;
  top: -6%;
  z-index: -1;
}

[dir="ltr"] .footer__shape-3 {
  left: 10%;
}

[dir="rtl"] .footer__shape-3 {
  right: 10%;
}

@media only screen and (min-width: 1700px) and (max-width: 1899px), only screen and (min-width: 1600px) and (max-width: 1699px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .footer__shape-3 {
    left: 0;
  }

  [dir="rtl"] .footer__shape-3 {
    right: 0;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__shape-3 {
    width: 100%;
  }

  [dir="ltr"] .footer__shape-3 {
    left: 0;
  }

  [dir="rtl"] .footer__shape-3 {
    right: 0;
  }
}

.footer__shape-4 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

[dir="ltr"] .footer__shape-4 {
  left: 0%;
}

[dir="rtl"] .footer__shape-4 {
  right: 0%;
}

.footer__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.1;
  background-blend-mode: luminosity;
}

[dir="ltr"] .footer__bg {
  left: 0;
}

[dir="rtl"] .footer__bg {
  right: 0;
}

.footer__lang {
  position: relative;
  z-index: 9;
}

[dir="ltr"] .footer__lang {
  padding-right: 0;
}

[dir="rtl"] .footer__lang {
  padding-left: 0;
}

[dir="ltr"] [dir=rtl] .footer__lang {
  padding-left: 0;
}

[dir="rtl"] [dir=rtl] .footer__lang {
  padding-right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer__lang {
    margin-top: 15px;
  }
}

.footer__lang .nice-select {
  padding: 0;
  font-size: 14px;
  border: 0;
  color: var(--tp-common-white);
  background-color: transparent;
}

[dir="ltr"] .footer__lang .nice-select {
  padding-right: 18px;
  padding-left: 28px;
}

[dir="rtl"] .footer__lang .nice-select {
  padding-left: 18px;
  padding-right: 28px;
}

[dir="ltr"] [dir=rtl] .footer__lang .nice-select {
  padding-right: 28px;
  padding-left: 18px;
}

[dir="rtl"] [dir=rtl] .footer__lang .nice-select {
  padding-left: 28px;
  padding-right: 18px;
}

.footer__lang .nice-select .current {
  color: var(--tp-common-white);
  font-size: 14px;
  font-weight: 500;
}

.footer__lang .nice-select .list {
  border-radius: 0;
  margin-top: 0;
}

[dir="ltr"] .footer__lang .nice-select .list {
  left: auto;
  right: 0;
}

[dir="rtl"] .footer__lang .nice-select .list {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] .footer__lang .nice-select .list {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .footer__lang .nice-select .list {
  left: auto;
  right: 0;
}

.footer__lang .nice-select .list .option {
  color: var(--tp-text-1);
}

.footer__lang .nice-select .list .option:hover, .footer__lang .nice-select .list .option.selected.focus {
  color: var(--tp-theme-1);
}

.footer__lang-selected-lang {
  color: var(--tp-common-white-op-7);
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  position: relative;
  font-family: var(--tp-ff-inter);
}

[dir="ltr"] .footer__lang-selected-lang {
  padding-right: 20px;
}

[dir="rtl"] .footer__lang-selected-lang {
  padding-left: 20px;
}

[dir="ltr"] [dir=rtl] .footer__lang-selected-lang {
  padding-right: 0;
  padding-left: 20px;
}

[dir="rtl"] [dir=rtl] .footer__lang-selected-lang {
  padding-left: 0;
  padding-right: 20px;
}

.footer__lang-selected-lang:hover {
  cursor: pointer;
}

.footer__lang-selected-lang::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  transform: translateY(-50%);
  color: var(--tp-common-white);
  font-size: 14px;
  font-family: var(--tp-ff-fontawesome);
}

[dir="ltr"] .footer__lang-selected-lang::after {
  right: 0;
}

[dir="rtl"] .footer__lang-selected-lang::after {
  left: 0;
}

[dir="ltr"] [dir=rtl] .footer__lang-selected-lang::after {
  right: auto;
  left: -20px;
}

[dir="rtl"] [dir=rtl] .footer__lang-selected-lang::after {
  left: auto;
  right: -20px;
}

.footer__lang-wrapper {
  position: relative;
}

.footer__lang-list {
  position: absolute;
  bottom: 150%;
  background-color: var(--tp-common-white);
  z-index: 11;
  padding: 15px 28px;
  border-radius: 4px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-out 0s;
}

[dir="ltr"] .footer__lang-list {
  right: 0;
}

[dir="rtl"] .footer__lang-list {
  left: 0;
}

[dir="ltr"] [dir=rtl] .footer__lang-list {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .footer__lang-list {
  left: auto;
  right: 0;
}

.footer__lang-list.tp-lang-list-2.tp-lang-list-open-2 {
  visibility: visible;
  opacity: 1;
  bottom: 112%;
}

.footer__lang-list li {
  list-style: none;
  color: var(--tp-common-black);
}

[dir="ltr"] .footer__lang-list li {
  text-align: left;
}

[dir="rtl"] .footer__lang-list li {
  text-align: right;
}

[dir="ltr"] [dir=rtl] .footer__lang-list li {
  text-align: right;
}

[dir="rtl"] [dir=rtl] .footer__lang-list li {
  text-align: left;
}

.footer__lang-list li:hover {
  color: var(--tp-theme-7);
  cursor: pointer;
}

[dir="ltr"] [dir=rtl] .footer__lang-img {
  margin-right: 0;
  margin-left: 15px;
}

[dir="rtl"] [dir=rtl] .footer__lang-img {
  margin-left: 0;
  margin-right: 15px;
}

.footer__text {
  font-size: 14px;
  line-height: 1.43;
  color: var(--tp-text-1);
  margin-bottom: 8px;
}

.footer__text a {
  color: var(--tp-theme-1);
  text-decoration: underline;
}

#footer-list-inline li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}

[dir="ltr"] #footer-list-inline li {
  margin-right: 25px;
}

[dir="rtl"] #footer-list-inline li {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] #footer-list-inline li {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] #footer-list-inline li {
  margin-left: 0;
  margin-right: 25px;
}

[dir="ltr"] #footer-list-inline li:last-child {
  margin-right: 0;
}

[dir="rtl"] #footer-list-inline li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] #footer-list-inline li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] #footer-list-inline li:last-child {
  margin-right: 0;
}

#footer-list-inline li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-6);
  font-family: var(--tp-ff-inter);
  display: inline-block;
  text-transform: uppercase;
}

[dir="ltr"] #footer-list-inline li a {
  padding-left: 0;
}

[dir="rtl"] #footer-list-inline li a {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] #footer-list-inline li a {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] #footer-list-inline li a {
  padding-left: 0;
}

#footer-list-inline li a::after {
  display: none;
}

#footer-list-inline li a:hover {
  color: var(--tp-theme-2);
}

#footer-list-inline-2 li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}

[dir="ltr"] #footer-list-inline-2 li {
  margin-right: 25px;
}

[dir="rtl"] #footer-list-inline-2 li {
  margin-left: 25px;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-2 li {
  margin-right: 0;
  margin-left: 25px;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-2 li {
  margin-left: 0;
  margin-right: 25px;
}

[dir="ltr"] #footer-list-inline-2 li:last-child {
  margin-right: 0;
}

[dir="rtl"] #footer-list-inline-2 li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-2 li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-2 li:last-child {
  margin-right: 0;
}

#footer-list-inline-2 li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--tp-text-6);
  font-family: var(--tp-ff-inter);
  display: inline-block;
  text-transform: uppercase;
}

[dir="ltr"] #footer-list-inline-2 li a {
  padding-left: 0;
}

[dir="rtl"] #footer-list-inline-2 li a {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-2 li a {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-2 li a {
  padding-left: 0;
}

#footer-list-inline-2 li a::after {
  display: none;
}

#footer-list-inline-2 li a:hover {
  color: var(--tp-theme-2);
}

[dir="ltr"] #footer-list-inline-3 {
  float: right;
}

[dir="rtl"] #footer-list-inline-3 {
  float: left;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-3 {
  float: left;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-3 {
  float: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #footer-list-inline-3 {
    float: none;
    margin-top: 15px;
  }
}

#footer-list-inline-3 li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}

[dir="ltr"] #footer-list-inline-3 li {
  margin-right: 35px;
}

[dir="rtl"] #footer-list-inline-3 li {
  margin-left: 35px;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-3 li {
  margin-right: 0;
  margin-left: 35px;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-3 li {
  margin-left: 0;
  margin-right: 35px;
}

@media (max-width: 575px) {
  [dir="ltr"] #footer-list-inline-3 li {
    margin-right: 15px;
  }

  [dir="rtl"] #footer-list-inline-3 li {
    margin-left: 15px;
  }

  [dir="ltr"] [dir=rtl] #footer-list-inline-3 li {
    margin-right: 0;
    margin-left: 15px;
  }

  [dir="rtl"] [dir=rtl] #footer-list-inline-3 li {
    margin-left: 0;
    margin-right: 15px;
  }
}

[dir="ltr"] #footer-list-inline-3 li:last-child {
  margin-right: 0;
}

[dir="rtl"] #footer-list-inline-3 li:last-child {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-3 li:last-child {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-3 li:last-child {
  margin-right: 0;
}

#footer-list-inline-3 li a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(5, 18, 20, 0.8);
  font-family: var(--tp-ff-syne);
  display: inline-block;
  position: relative;
}

[dir="ltr"] #footer-list-inline-3 li a {
  padding-left: 0;
}

[dir="rtl"] #footer-list-inline-3 li a {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-3 li a {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-3 li a {
  padding-left: 0;
}

#footer-list-inline-3 li a::after {
  display: none;
}

#footer-list-inline-3 li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tp-common-black);
}

[dir="ltr"] #footer-list-inline-3 li a::before {
  left: auto;
  right: 0;
}

[dir="rtl"] #footer-list-inline-3 li a::before {
  right: auto;
  left: 0;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-3 li a::before {
  left: 0;
  right: auto;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-3 li a::before {
  right: 0;
  left: auto;
}

#footer-list-inline-3 li a:hover {
  color: var(--tp-common-black);
}

#footer-list-inline-3 li a:hover::before {
  width: 100%;
}

[dir="ltr"] #footer-list-inline-3 li a:hover::before {
  left: 0;
  right: auto;
}

[dir="rtl"] #footer-list-inline-3 li a:hover::before {
  right: 0;
  left: auto;
}

[dir="ltr"] [dir=rtl] #footer-list-inline-3 li a:hover::before {
  left: auto;
  right: 0;
}

[dir="rtl"] [dir=rtl] #footer-list-inline-3 li a:hover::before {
  right: auto;
  left: 0;
}

#footer-float-link {
  overflow: hidden;
}

#footer-float-link li {
  width: 50%;
}

[dir="ltr"] #footer-float-link li {
  float: left;
}

[dir="rtl"] #footer-float-link li {
  float: right;
}

[dir="ltr"] [dir=rtl] #footer-float-link li {
  float: right;
}

[dir="rtl"] [dir=rtl] #footer-float-link li {
  float: left;
}

@media (max-width: 575px) {
  #footer-float-link li {
    width: 100%;
    float: none;
  }
}

.footer-sub-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

[dir="ltr"] .footer-sub-btn {
  right: 0;
}

[dir="rtl"] .footer-sub-btn {
  left: 0;
}

[dir="ltr"] [dir=rtl] .footer-sub-btn {
  right: auto;
  left: 0;
}

[dir="rtl"] [dir=rtl] .footer-sub-btn {
  left: auto;
  right: 0;
}

.footer-sub-btn:hover {
  color: var(--tp-common-white);
  background-color: var(--tp-common-black);
}

/* footer col design for home 1 */
[dir="ltr"] .footer-col-1 {
  padding-right: 15px;
}

[dir="rtl"] .footer-col-1 {
  padding-left: 15px;
}

[dir="ltr"] [dir=rtl] .footer-col-1 {
  padding-right: 0;
  padding-left: 15px;
}

[dir="rtl"] [dir=rtl] .footer-col-1 {
  padding-left: 0;
  padding-right: 15px;
}

[dir="ltr"] .footer-col-2 {
  padding-left: 100px;
}

[dir="rtl"] .footer-col-2 {
  padding-right: 100px;
}

[dir="ltr"] [dir=rtl] .footer-col-2 {
  padding-left: 0;
  padding-right: 100px;
}

[dir="rtl"] [dir=rtl] .footer-col-2 {
  padding-right: 0;
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-2 {
    padding-left: 40px;
  }

  [dir="rtl"] .footer-col-2 {
    padding-right: 40px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-2 {
    padding-left: 0;
    padding-right: 40px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-2 {
    padding-right: 0;
    padding-left: 40px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .footer-col-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-2 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-3 {
  padding-left: 40px;
}

[dir="rtl"] .footer-col-3 {
  padding-right: 40px;
}

[dir="ltr"] [dir=rtl] .footer-col-3 {
  padding-left: 0;
  padding-right: 40px;
}

[dir="rtl"] [dir=rtl] .footer-col-3 {
  padding-right: 0;
  padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-3 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-3 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-4 {
  padding-right: 70px;
}

[dir="rtl"] .footer-col-4 {
  padding-left: 70px;
}

[dir="ltr"] [dir=rtl] .footer-col-4 {
  padding-right: 0;
  padding-left: 70px;
}

[dir="rtl"] [dir=rtl] .footer-col-4 {
  padding-left: 0;
  padding-right: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] [dir=rtl] .footer-col-4 {
    padding-right: 0;
    padding-left: 60px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-4 {
    padding-left: 0;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-4 {
    padding-right: 20px;
  }

  [dir="rtl"] .footer-col-4 {
    padding-left: 20px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-4 {
    padding-right: 0;
    padding-left: 20px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-4 {
    padding-left: 0;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  [dir="ltr"] .footer-col-4 {
    padding-right: 35px;
  }

  [dir="rtl"] .footer-col-4 {
    padding-left: 35px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-4 {
    padding-right: 0;
    padding-left: 35px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-4 {
    padding-left: 0;
    padding-right: 35px;
  }
}
/* footer col design for home 2 */
.footer-col-2-1 .footer__logo {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-2-1 {
    margin-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-2-1 {
    margin-bottom: 20px;
  }
}

[dir="ltr"] .footer-col-2-2 {
  margin-left: -50px;
}

[dir="rtl"] .footer-col-2-2 {
  margin-right: -50px;
}

[dir="ltr"] [dir=rtl] .footer-col-2-2 {
  margin-left: 0;
  margin-right: -50px;
}

[dir="rtl"] [dir=rtl] .footer-col-2-2 {
  margin-right: 0;
  margin-left: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-col-2-2 {
    margin-bottom: 20px;
  }

  [dir="ltr"] .footer-col-2-2 {
    margin-left: 0;
  }

  [dir="rtl"] .footer-col-2-2 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-2-2 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-2-2 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-col-2-2 {
    margin-bottom: 20px;
  }

  [dir="ltr"] .footer-col-2-2 {
    text-align: right;
  }

  [dir="rtl"] .footer-col-2-2 {
    text-align: left;
  }

  [dir="ltr"] [dir=rtl] .footer-col-2-2 {
    text-align: left;
  }

  [dir="rtl"] [dir=rtl] .footer-col-2-2 {
    text-align: right;
  }
}

@media (max-width: 575px) {
  .footer-col-2-2 {
    margin-bottom: 20px;
  }

  [dir="ltr"] .footer-col-2-2 {
    margin-left: 0;
  }

  [dir="rtl"] .footer-col-2-2 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-2-2 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-2-2 {
    margin-left: 0;
  }
}

[dir="ltr"] .footer-col-2-3 {
  text-align: right;
  margin-right: -80px;
}

[dir="rtl"] .footer-col-2-3 {
  text-align: left;
  margin-left: -80px;
}

[dir="ltr"] [dir=rtl] .footer-col-2-3 {
  text-align: left;
  margin-right: 0;
  margin-left: -80px;
}

[dir="rtl"] [dir=rtl] .footer-col-2-3 {
  text-align: right;
  margin-left: 0;
  margin-right: -80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-2-3 {
    margin-right: -45px;
  }

  [dir="rtl"] .footer-col-2-3 {
    margin-left: -45px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-2-3 {
    margin-right: 0;
    margin-left: -45px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-2-3 {
    margin-left: 0;
    margin-right: -45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-2-3 {
    margin-bottom: 20px;
  }

  [dir="ltr"] .footer-col-2-3 {
    text-align: left;
    margin-right: 0;
  }

  [dir="rtl"] .footer-col-2-3 {
    text-align: right;
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-2-3 {
    text-align: right;
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-2-3 {
    text-align: left;
    margin-right: 0;
  }
}

[dir="ltr"] .footer-col-2-4 {
  text-align: right;
}

[dir="rtl"] .footer-col-2-4 {
  text-align: left;
}

[dir="ltr"] [dir=rtl] .footer-col-2-4 {
  text-align: left;
}

[dir="rtl"] [dir=rtl] .footer-col-2-4 {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-col-2-4 {
    margin-bottom: 20px;
  }

  [dir="ltr"] .footer-col-2-4 {
    text-align: left;
    margin-right: 0;
  }

  [dir="rtl"] .footer-col-2-4 {
    text-align: right;
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-2-4 {
    text-align: right;
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-2-4 {
    text-align: left;
    margin-right: 0;
  }
}
/* footer col design for home 3 */
[dir="ltr"] .footer-col-3-1 {
  padding-right: 70px;
}

[dir="rtl"] .footer-col-3-1 {
  padding-left: 70px;
}

[dir="ltr"] [dir=rtl] .footer-col-3-1 {
  padding-right: 0;
  padding-left: 70px;
}

[dir="rtl"] [dir=rtl] .footer-col-3-1 {
  padding-left: 0;
  padding-right: 70px;
}

@media (max-width: 575px) {
  [dir="ltr"] .footer-col-3-1 {
    padding-right: 0;
  }

  [dir="rtl"] .footer-col-3-1 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-3-1 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-3-1 {
    padding-right: 0;
  }
}

.footer-col-3-1 .footer__logo {
  margin-bottom: 33px;
  padding-top: 10px;
}

[dir="ltr"] .footer-col-3-3 {
  padding-left: 30px;
}

[dir="rtl"] .footer-col-3-3 {
  padding-right: 30px;
}

[dir="ltr"] [dir=rtl] .footer-col-3-3 {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .footer-col-3-3 {
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  [dir="ltr"] .footer-col-3-3 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-3-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-3-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-3-3 {
    padding-left: 0;
  }
}
/* footer col design for home 4 */
[dir="ltr"] .footer-col-4-1 {
  padding-right: 30px;
}

[dir="rtl"] .footer-col-4-1 {
  padding-left: 30px;
}

[dir="ltr"] [dir=rtl] .footer-col-4-1 {
  padding-right: 0;
  padding-left: 30px;
}

[dir="rtl"] [dir=rtl] .footer-col-4-1 {
  padding-left: 0;
  padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-4-1 {
    padding-right: 0;
  }

  [dir="rtl"] .footer-col-4-1 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-4-1 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-4-1 {
    padding-right: 0;
  }
}

[dir="ltr"] .footer-col-4-2 {
  padding-left: 100px;
}

[dir="rtl"] .footer-col-4-2 {
  padding-right: 100px;
}

[dir="ltr"] [dir=rtl] .footer-col-4-2 {
  padding-left: 0;
  padding-right: 100px;
}

[dir="rtl"] [dir=rtl] .footer-col-4-2 {
  padding-right: 0;
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-4-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-4-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-4-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-4-2 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-4-3 {
  padding-left: 40px;
}

[dir="rtl"] .footer-col-4-3 {
  padding-right: 40px;
}

[dir="ltr"] [dir=rtl] .footer-col-4-3 {
  padding-left: 0;
  padding-right: 40px;
}

[dir="rtl"] [dir=rtl] .footer-col-4-3 {
  padding-right: 0;
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-4-3 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-4-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-4-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-4-3 {
    padding-left: 0;
  }
}
/* footer col design for home 5 */
[dir="ltr"] .footer-col-5-1 {
  padding-right: 75px;
}

[dir="rtl"] .footer-col-5-1 {
  padding-left: 75px;
}

[dir="ltr"] [dir=rtl] .footer-col-5-1 {
  padding-right: 0;
  padding-left: 75px;
}

[dir="rtl"] [dir=rtl] .footer-col-5-1 {
  padding-left: 0;
  padding-right: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .footer-col-5-1 {
    padding-right: 55px;
  }

  [dir="rtl"] .footer-col-5-1 {
    padding-left: 55px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-5-1 {
    padding-right: 0;
    padding-left: 55px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-5-1 {
    padding-left: 0;
    padding-right: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  [dir="ltr"] .footer-col-5-1 {
    padding-right: 40px;
  }

  [dir="rtl"] .footer-col-5-1 {
    padding-left: 40px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-5-1 {
    padding-right: 0;
    padding-left: 40px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-5-1 {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .footer-col-5-1 {
    padding-right: 0;
  }

  [dir="rtl"] .footer-col-5-1 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-5-1 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-5-1 {
    padding-right: 0;
  }
}

[dir="ltr"] .footer-col-5-3 {
  padding-left: 100px;
}

[dir="rtl"] .footer-col-5-3 {
  padding-right: 100px;
}

[dir="ltr"] [dir=rtl] .footer-col-5-3 {
  padding-left: 0;
  padding-right: 100px;
}

[dir="rtl"] [dir=rtl] .footer-col-5-3 {
  padding-right: 0;
  padding-left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  [dir="ltr"] .footer-col-5-3 {
    padding-left: 70px;
  }

  [dir="rtl"] .footer-col-5-3 {
    padding-right: 70px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-5-3 {
    padding-left: 0;
    padding-right: 70px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-5-3 {
    padding-right: 0;
    padding-left: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-5-3 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-5-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-5-3 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-5-3 {
    padding-right: 0;
  }
}
/* footer col design for home 6 */
[dir="ltr"] .footer-col-6-1 {
  padding-right: 5px;
}

[dir="rtl"] .footer-col-6-1 {
  padding-left: 5px;
}

[dir="ltr"] [dir=rtl] .footer-col-6-1 {
  padding-right: 0;
  padding-left: 5px;
}

[dir="rtl"] [dir=rtl] .footer-col-6-1 {
  padding-left: 0;
  padding-right: 5px;
}

[dir="ltr"] .footer-col-6-2 {
  padding-left: 70px;
}

[dir="rtl"] .footer-col-6-2 {
  padding-right: 70px;
}

[dir="ltr"] [dir=rtl] .footer-col-6-2 {
  padding-left: 0;
  padding-right: 70px;
}

[dir="rtl"] [dir=rtl] .footer-col-6-2 {
  padding-right: 0;
  padding-left: 70px;
}

@media (max-width: 575px) {
  [dir="ltr"] .footer-col-6-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-6-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-6-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-6-2 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-6-4 {
  padding-left: 70px;
}

[dir="rtl"] .footer-col-6-4 {
  padding-right: 70px;
}

[dir="ltr"] [dir=rtl] .footer-col-6-4 {
  padding-left: 0;
  padding-right: 70px;
}

[dir="rtl"] [dir=rtl] .footer-col-6-4 {
  padding-right: 0;
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  [dir="ltr"] .footer-col-6-4 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-6-4 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-6-4 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-6-4 {
    padding-left: 0;
  }
}
/* footer col design for home 7 */
[dir="ltr"] .footer-col-7-1 {
  padding-right: 15px;
}

[dir="rtl"] .footer-col-7-1 {
  padding-left: 15px;
}

[dir="ltr"] [dir=rtl] .footer-col-7-1 {
  padding-right: 0;
  padding-left: 15px;
}

[dir="rtl"] [dir=rtl] .footer-col-7-1 {
  padding-left: 0;
  padding-right: 15px;
}

[dir="ltr"] .footer-col-7-2 {
  padding-left: 100px;
}

[dir="rtl"] .footer-col-7-2 {
  padding-right: 100px;
}

[dir="ltr"] [dir=rtl] .footer-col-7-2 {
  padding-left: 0;
  padding-right: 100px;
}

[dir="rtl"] [dir=rtl] .footer-col-7-2 {
  padding-right: 0;
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-7-2 {
    padding-left: 40px;
  }

  [dir="rtl"] .footer-col-7-2 {
    padding-right: 40px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-7-2 {
    padding-left: 0;
    padding-right: 40px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-7-2 {
    padding-right: 0;
    padding-left: 40px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .footer-col-7-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-7-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-7-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-7-2 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-7-3 {
  padding-left: 40px;
}

[dir="rtl"] .footer-col-7-3 {
  padding-right: 40px;
}

[dir="ltr"] [dir=rtl] .footer-col-7-3 {
  padding-left: 0;
  padding-right: 40px;
}

[dir="rtl"] [dir=rtl] .footer-col-7-3 {
  padding-right: 0;
  padding-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-7-3 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-7-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-7-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-7-3 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-7-4 {
  padding-left: 70px;
}

[dir="rtl"] .footer-col-7-4 {
  padding-right: 70px;
}

[dir="ltr"] [dir=rtl] .footer-col-7-4 {
  padding-left: 0;
  padding-right: 70px;
}

[dir="rtl"] [dir=rtl] .footer-col-7-4 {
  padding-right: 0;
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-7-4 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-7-4 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-7-4 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-7-4 {
    padding-left: 0;
  }
}
/* footer col design for home 8 */
[dir="ltr"] .footer-col-8-2 {
  padding-left: 100px;
}

[dir="rtl"] .footer-col-8-2 {
  padding-right: 100px;
}

[dir="ltr"] [dir=rtl] .footer-col-8-2 {
  padding-left: 0;
  padding-right: 100px;
}

[dir="rtl"] [dir=rtl] .footer-col-8-2 {
  padding-right: 0;
  padding-left: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-8-2 {
    padding-left: 55px;
  }

  [dir="rtl"] .footer-col-8-2 {
    padding-right: 55px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-8-2 {
    padding-left: 0;
    padding-right: 55px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-8-2 {
    padding-right: 0;
    padding-left: 55px;
  }
}

@media (max-width: 575px) {
  [dir="ltr"] .footer-col-8-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-8-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-8-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-8-2 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-8-3 {
  padding-left: 30px;
}

[dir="rtl"] .footer-col-8-3 {
  padding-right: 30px;
}

[dir="ltr"] [dir=rtl] .footer-col-8-3 {
  padding-left: 0;
  padding-right: 30px;
}

[dir="rtl"] [dir=rtl] .footer-col-8-3 {
  padding-right: 0;
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-8-3 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-8-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-8-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-8-3 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-8-4 {
  padding-left: 40px;
}

[dir="rtl"] .footer-col-8-4 {
  padding-right: 40px;
}

[dir="ltr"] [dir=rtl] .footer-col-8-4 {
  padding-left: 0;
  padding-right: 40px;
}

[dir="rtl"] [dir=rtl] .footer-col-8-4 {
  padding-right: 0;
  padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-8-4 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-8-4 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-8-4 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-8-4 {
    padding-left: 0;
  }
}
/* footer col design for home 10 */
[dir="ltr"] .footer-col-10-2 {
  padding-left: 38px;
}

[dir="rtl"] .footer-col-10-2 {
  padding-right: 38px;
}

[dir="ltr"] [dir=rtl] .footer-col-10-2 {
  padding-left: 0;
  padding-right: 38px;
}

[dir="rtl"] [dir=rtl] .footer-col-10-2 {
  padding-right: 0;
  padding-left: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-10-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-10-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-10-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-10-2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-10-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-10-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-10-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-10-2 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-10-3 {
  padding-left: 60px;
}

[dir="rtl"] .footer-col-10-3 {
  padding-right: 60px;
}

[dir="ltr"] [dir=rtl] .footer-col-10-3 {
  padding-left: 0;
  padding-right: 60px;
}

[dir="rtl"] [dir=rtl] .footer-col-10-3 {
  padding-right: 0;
  padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-10-3 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-10-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-10-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-10-3 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-11-1 {
  padding-right: 70px;
}

[dir="rtl"] .footer-col-11-1 {
  padding-left: 70px;
}

[dir="ltr"] [dir=rtl] .footer-col-11-1 {
  padding-right: 0;
  padding-left: 70px;
}

[dir="rtl"] [dir=rtl] .footer-col-11-1 {
  padding-left: 0;
  padding-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-11-1 {
    padding-right: 0;
  }

  [dir="rtl"] .footer-col-11-1 {
    padding-left: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-11-1 {
    padding-left: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-11-1 {
    padding-right: 0;
  }
}

[dir="ltr"] .footer-col-11-2 {
  padding-left: 28px;
}

[dir="rtl"] .footer-col-11-2 {
  padding-right: 28px;
}

[dir="ltr"] [dir=rtl] .footer-col-11-2 {
  padding-left: 0;
  padding-right: 28px;
}

[dir="rtl"] [dir=rtl] .footer-col-11-2 {
  padding-right: 0;
  padding-left: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-11-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-11-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-11-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-11-2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-11-2 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-11-2 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-11-2 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-11-2 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-11-3 {
  padding-left: 42px;
}

[dir="rtl"] .footer-col-11-3 {
  padding-right: 42px;
}

[dir="ltr"] [dir=rtl] .footer-col-11-3 {
  padding-left: 0;
  padding-right: 42px;
}

[dir="rtl"] [dir=rtl] .footer-col-11-3 {
  padding-right: 0;
  padding-left: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-11-3 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-11-3 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-11-3 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-11-3 {
    padding-left: 0;
  }
}

[dir="ltr"] .footer-col-11-4 {
  margin-left: -13px;
}

[dir="rtl"] .footer-col-11-4 {
  margin-right: -13px;
}

[dir="ltr"] [dir=rtl] .footer-col-11-4 {
  margin-left: 0;
  margin-right: -13px;
}

[dir="rtl"] [dir=rtl] .footer-col-11-4 {
  margin-right: 0;
  margin-left: -13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  [dir="ltr"] .footer-col-11-4 {
    margin-left: 0;
    padding-left: 15px;
  }

  [dir="rtl"] .footer-col-11-4 {
    margin-right: 0;
    padding-right: 15px;
  }

  [dir="ltr"] [dir=rtl] .footer-col-11-4 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  [dir="rtl"] [dir=rtl] .footer-col-11-4 {
    margin-left: 0;
    padding-right: 0;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  [dir="ltr"] .footer-col-11-4 {
    margin-left: 0;
  }

  [dir="rtl"] .footer-col-11-4 {
    margin-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-11-4 {
    margin-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-11-4 {
    margin-left: 0;
  }
}

[dir="ltr"] .footer-col-11-5 {
  padding-left: 70px;
}

[dir="rtl"] .footer-col-11-5 {
  padding-right: 70px;
}

[dir="ltr"] [dir=rtl] .footer-col-11-5 {
  padding-left: 0;
  padding-right: 70px;
}

[dir="rtl"] [dir=rtl] .footer-col-11-5 {
  padding-right: 0;
  padding-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  [dir="ltr"] .footer-col-11-5 {
    padding-left: 0;
  }

  [dir="rtl"] .footer-col-11-5 {
    padding-right: 0;
  }

  [dir="ltr"] [dir=rtl] .footer-col-11-5 {
    padding-right: 0;
  }

  [dir="rtl"] [dir=rtl] .footer-col-11-5 {
    padding-left: 0;
  }
}
/* footer style 7 */
.footer__style-green .footer__logo {
  margin-bottom: 20px;
}

.footer__style-green .footer__contact-call span i {
  color: var(--tp-common-yellow-3);
}

.footer__style-green .footer__contact-call span a:hover {
  color: var(--tp-theme-7);
}

.footer__style-green .footer__contact-mail span {
  color: var(--tp-text-24);
}

.footer__style-green .footer__contact-mail span a:hover {
  color: var(--tp-theme-7);
}

.footer__style-green .footer__widget p {
  color: var(--tp-text-24);
}

.footer__style-green .footer__social a {
  color: var(--tp-common-white);
}

.footer__style-green .footer__social a:hover {
  color: var(--tp-theme-7);
}

.footer__style-green .footer__widget ul li a {
  color: var(--tp-text-24);
}

.footer__style-green .footer__widget ul li a::after {
  background-color: var(--tp-text-24);
}

.footer__style-green .footer__widget ul li a:hover {
  color: var(--tp-common-white);
}

.footer__style-blue .footer__contact-call span i {
  color: #ffd584;
}

.footer__style-blue .footer__contact-mail span {
  color: var(--tp-text-24);
}

.footer__style-blue .footer__widget p {
  color: var(--tp-text-24);
}

.footer__style-blue .footer__widget ul li a {
  color: var(--tp-text-24);
}

.footer__style-blue .footer__widget ul li a::after {
  background-color: var(--tp-text-24);
}

.footer__style-blue .footer__widget ul li a:hover {
  color: var(--tp-theme-1);
}

.footer__style-blue .footer__link-7 a:hover {
  color: var(--tp-theme-1);
}

.footer__style-blue .footer__copyright-7 p a {
  color: var(--tp-theme-1);
}

.footer__style-blue .footer__copyright-7 p a:hover {
  color: var(--tp-common-white);
}

.footer__style-blue .footer__subscribe-input-7 input {
  border-radius: 0;
}

.footer__style-blue .footer__subscribe-input-7 button {
  border-radius: 0;
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.footer__style-blue .footer__subscribe-input-7 button:hover {
  background-color: var(--tp-common-black);
  color: var(--tp-common-white);
}

.footer__style-blue .footer__lang-selected-lang:hover::after,
.footer__style-blue .footer__lang-selected-lang:hover {
  color: var(--tp-theme-1);
}

.footer__style-blue .footer__lang-list li:hover {
  color: var(--tp-theme-1);
}

.footer__style-blue .footer__lang-list {
  border-radius: 0;
}

.footer__style-2 .footer__widget p {
  color: #b0b0b8;
}

.footer__style-2 .footer__widget ul li a {
  color: #b0b0b8;
}

.footer__style-2 .footer__widget ul li a:hover {
  color: var(--tp-theme-1);
}

.footer__style-2 .footer__subscribe-title {
  -webkit-text-fill-color: var(--tp-common-white);
  background-clip: inherit;
  color: var(--tp-common-white);
  background: none;
  letter-spacing: -0.04em;
}

.footer__style-2 .footer__bottom-inner {
  padding-bottom: 30px;
}

.footer__style-3 .footer__widget-title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}

.footer__style-3 .footer__widget p {
  color: var(--tp-text-1);
  line-height: 1.5;
}

.footer__style-3 .footer__widget ul li a {
  color: var(--tp-text-1);
}

.footer__style-3 .footer__widget ul li a::after {
  background-color: var(--tp-text-1);
}

.footer__style-3 .footer__widget ul li a:hover {
  color: var(--tp-theme-1);
}

.footer__style-3 .footer__opening-icon span {
  color: var(--tp-common-purple);
}

.footer__style-3 .footer__opening-content h4, .footer__style-3 .footer__opening-content .h4 {
  color: var(--tp-common-black);
}

.footer__style-3 .footer__opening-content p {
  font-weight: 400;
  color: var(--tp-text-1);
}

.footer__style-3 .footer__info-icon span {
  background-color: var(--tp-common-white);
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
  border-radius: 0;
  color: var(--tp-text-1);
}

.footer__style-3 .footer__info-text h4, .footer__style-3 .footer__info-text .h4 {
  font-size: 16px;
  color: var(--tp-common-black);
}

.footer__style-3 .footer__info-text a {
  color: var(--tp-text-1);
}

.footer__style-3 .footer__info-text a:hover {
  color: var(--tp-theme-1);
}

.footer__style-3 .footer__bottom-5 {
  padding-top: 27px;
  padding-bottom: 35px;
  border-top: 1px solid #e1e1ec;
}

.footer__style-3 .footer__copyright-5 p {
  color: #81849b;
  font-size: 15px;
}

.footer__style-3 .footer__copyright-5 p a {
  color: var(--tp-theme-1);
}

.footer__style-3 .footer__social-5 a {
  border-radius: 0;
  box-shadow: 0px 1px 2px rgba(3, 4, 28, 0.1);
  background-color: var(--tp-common-white);
  color: var(--tp-text-1);
}

.footer__style-3 .footer__social-5 a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.footer__style-4 .footer__widget .footer__widget-title {
  font-family: var(--tp-ff-roboto);
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: var(--tp-common-black);
  margin-bottom: 36px;
  padding-top: 3px;
}

.footer__style-4 .footer__widget p {
  font-size: 16px;
  line-height: 1.38;
  color: var(--tp-text-1);
  font-weight: 400;
}

.footer__style-4 .footer__widget ul li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 15px;
  color: var(--tp-text-1);
}

.footer__style-4 .footer__widget ul li a {
  font-family: var(--tp-ff-inter);
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-text-1);
}

[dir="ltr"] .footer__style-4 .footer__widget ul li a {
  padding-left: 0;
}

[dir="rtl"] .footer__style-4 .footer__widget ul li a {
  padding-right: 0;
}

[dir="ltr"] [dir=rtl] .footer__style-4 .footer__widget ul li a {
  padding-right: 0;
}

[dir="rtl"] [dir=rtl] .footer__style-4 .footer__widget ul li a {
  padding-left: 0;
}

.footer__style-4 .footer__widget ul li a::after {
  display: none;
}

.footer__style-4 .footer__widget ul li a:hover {
  color: var(--tp-theme-1);
}

.footer__style-4 .footer__contact-call span {
  color: var(--tp-common-black);
}

.footer__style-4 .footer__contact-call span:hover {
  color: var(--tp-theme-1);
}

.footer__style-4 .footer__contact-mail span {
  font-size: 15px;
  color: var(--tp-text-1);
}

.footer__style-4 .footer__contact-mail span:hover {
  color: var(--tp-theme-1);
}

.footer__style-4 .footer__social a {
  color: var(--tp-text-1);
}

.footer__style-4 .footer__social a:hover {
  color: var(--tp-theme-1);
}

.footer__style-4 .footer__bottom-inner {
  padding-top: 20px;
  padding-bottom: 40px;
  border-color: #ebeced;
}

.footer__style-4 .footer__copyright p {
  color: #7d7f82;
  font-weight: 400;
}

.footer__style-4 .footer__copyright p a {
  color: var(--tp-theme-1);
}

.zoom-instagram-widget__items {
  list-style: none;
}

.zoom-instagram-widget__item {
  width: 30.44%;
  border-radius: 6px;
  overflow: hidden;
}

[dir="ltr"] .zoom-instagram-widget__item {
  float: left;
  margin-right: 12px;
}

[dir="rtl"] .zoom-instagram-widget__item {
  float: right;
  margin-left: 12px;
}

[dir="ltr"] [dir=rtl] .zoom-instagram-widget__item {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}

[dir="rtl"] [dir=rtl] .zoom-instagram-widget__item {
  float: left;
  margin-left: 0;
  margin-right: 12px;
}

[dir="ltr"] .zoom-instagram-widget__item:nth-child(3n) {
  margin-right: 0;
}

[dir="rtl"] .zoom-instagram-widget__item:nth-child(3n) {
  margin-left: 0;
}

[dir="ltr"] [dir=rtl] .zoom-instagram-widget__item:nth-child(3n) {
  margin-left: 0;
}

[dir="rtl"] [dir=rtl] .zoom-instagram-widget__item:nth-child(3n) {
  margin-right: 0;
}

.zoom-instagram-widget__item a {
  position: relative;
  display: inline-block;
}

[dir="ltr"] .zoom-instagram-widget__item a {
  padding-left: 0 !important;
}

[dir="rtl"] .zoom-instagram-widget__item a {
  padding-right: 0 !important;
}

[dir="ltr"] [dir=rtl] .zoom-instagram-widget__item a {
  padding-right: 0 !important;
}

[dir="rtl"] [dir=rtl] .zoom-instagram-widget__item a {
  padding-left: 0 !important;
}

.zoom-instagram-widget__item a::after {
  display: none;
}

.zoom-instagram-widget__item a::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: var(--tp-common-black);
  opacity: 0;
}

[dir="ltr"] .zoom-instagram-widget__item a::before {
  left: 0;
}

[dir="rtl"] .zoom-instagram-widget__item a::before {
  right: 0;
}

.zoom-instagram-widget__item a:hover::before {
  opacity: 0.4;
}

.zoom-instagram-widget__item img {
  border-radius: 6px;
  width: 86px;
  height: 86px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .zoom-instagram-widget__item {
    width: 30.2%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .zoom-instagram-widget__item {
    width: 44%;
  }

  [dir="ltr"] .zoom-instagram-widget__item:nth-child(2n) {
    margin-right: 0;
  }

  [dir="rtl"] .zoom-instagram-widget__item:nth-child(2n) {
    margin-left: 0;
  }

  [dir="ltr"] [dir=rtl] .zoom-instagram-widget__item:nth-child(2n) {
    margin-left: 0;
  }

  [dir="rtl"] [dir=rtl] .zoom-instagram-widget__item:nth-child(2n) {
    margin-right: 0;
  }

  [dir="ltr"] .zoom-instagram-widget__item:nth-child(3n) {
    margin-right: 12px;
  }

  [dir="rtl"] .zoom-instagram-widget__item:nth-child(3n) {
    margin-left: 12px;
  }

  [dir="ltr"] [dir=rtl] .zoom-instagram-widget__item:nth-child(3n) {
    margin-right: 0;
    margin-left: 12px;
  }

  [dir="rtl"] [dir=rtl] .zoom-instagram-widget__item:nth-child(3n) {
    margin-left: 0;
    margin-right: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .zoom-instagram-widget__item {
    width: 30%;
  }
}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;

  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }

  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }

  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }

  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }

  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }

    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }

  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }

    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }

  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }

    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }

  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }

    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }

  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

[dir="ltr"] .swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    left: 0;
  }

  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

[dir="rtl"] .swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    right: 0;
  }

  .swiper-slide-shadow-left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

[dir="ltr"] .swiper-lazy-preloader {
  left: 50%;
  margin-left: -21px;
}

[dir="rtl"] .swiper-lazy-preloader {
  right: 50%;
  margin-right: -21px;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));

  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }

  .swiper-navigation-disabled & {
    display: none !important;
  }

  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

[dir="ltr"] .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;

  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

[dir="rtl"] .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;

  .swiper-navigation-icon {
    transform: rotate(-180deg);
  }
}

[dir="ltr"] .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

[dir="rtl"] .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  }

  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

[dir="ltr"] .swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    margin-left: 0;
  }

  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;

    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }

  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
}

[dir="rtl"] .swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    margin-right: 0;
  }

  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;

    .swiper-navigation-icon {
      transform: rotate(-180deg);
    }
  }

  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    margin-top: 0;
  }

  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto
  }

  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto
  }
}

[dir="ltr"] .swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  }

  .swiper-button-prev,
  ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }

  .swiper-button-next,
  ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

[dir="rtl"] .swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    right: var(--swiper-navigation-top-offset, 50%);
    left: auto;
    margin-right: calc(0px - var(--swiper-navigation-size) / 2);
  }

  .swiper-button-prev,
  ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }

  .swiper-button-next,
  ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;

  &.swiper-pagination-hidden {
    opacity: 0;
  }

  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

[dir="ltr"] .swiper-pagination-fraction,
[dir="ltr"] .swiper-pagination-custom,
[dir="ltr"] .swiper-horizontal > .swiper-pagination-bullets,
[dir="ltr"] .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
}

[dir="rtl"] .swiper-pagination-fraction,
[dir="rtl"] .swiper-pagination-custom,
[dir="rtl"] .swiper-horizontal > .swiper-pagination-bullets,
[dir="rtl"] .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;

  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }

  .swiper-pagination-bullet-active {
    transform: scale(1);
  }

  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }

  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }

  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }

  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }

  .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: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);

  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }

  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &: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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  top: 50%;
  transform: translate3d(0px, -50%, 0);

  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }

  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;

    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

[dir="ltr"] .swiper-vertical > .swiper-pagination-bullets,
[dir="ltr"] .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto)
}

[dir="rtl"] .swiper-vertical > .swiper-pagination-bullets,
[dir="rtl"] .swiper-pagination-vertical.swiper-pagination-bullets {
  left: var(--swiper-pagination-right, 8px);
  right: var(--swiper-pagination-left, auto)
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }

  &.swiper-pagination-bullets-dynamic {
    white-space: nowrap
  }
}

[dir="ltr"] .swiper-horizontal > .swiper-pagination-bullets,
[dir="ltr"] .swiper-pagination-horizontal.swiper-pagination-bullets {
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);

    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

[dir="rtl"] .swiper-horizontal > .swiper-pagination-bullets,
[dir="rtl"] .swiper-pagination-horizontal.swiper-pagination-bullets {
  &.swiper-pagination-bullets-dynamic {
    right: 50%;
    transform: translateX(50%);

    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms right;
    }
  }
}

[dir="ltr"] .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

[dir="rtl"] .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;

  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
  }

  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    top: 0;
  }

  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    top: 0;
  }
}

[dir="ltr"] .swiper-pagination-progressbar {
  .swiper-pagination-progressbar-fill {
    left: 0;
    transform-origin: left top;
  }

  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }

  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    left: 0;
  }

  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    left: 0;
  }
}

[dir="rtl"] .swiper-pagination-progressbar {
  .swiper-pagination-progressbar-fill {
    right: 0;
    transform-origin: right top;
  }

  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: left top;
  }

  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    right: 0;
  }

  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    right: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

/*# sourceMappingURL=styles.css.map*/