@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
.theme-advisory,
:root {
  --tp-theme-primary: #4a0e7a;
  --tp-theme-secondary: #1e2a44;
  --tp-theme-orange: #ff6200;
  --tp-theme-white: #f8f6f3;
}
body,
p {
  color: var(--tp-text-body);
}
.button:focus,
a:focus,
a:hover,
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  text-decoration: none;
  color: inherit;
}
.brand-tagline,
.uppercase {
  text-transform: uppercase;
}
*,
ul {
  padding: 0;
}
.p-relative,
.tp-header-lan,
.tp-header-lan a,
.tp-offcanvas-menu ul li,
.z-index-1 {
  position: relative;
}
#page-content,
.fix,
.preloader-wrap,
.radius-6,
.tp-btn {
  overflow: hidden;
}
.back-to-top-wrapper,
a,
button,
input,
li,
p,
textarea {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tp-header-lan a span svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-inline-end: 4px;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("../fonts/tt hoves pro trial regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TT Hoves Pro Trial";
  src: url("../fonts/tt hoves pro trial medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
:root {
  --tp-ff-body: "TT Hoves Pro Trial", sans-serif;
  --tp-ff-heading: "TT Hoves Pro Trial", sans-serif;
  --tp-ff-tt-pro: "TT Hoves Pro Trial", sans-serif;
  --tp-common-white: #ffffff;
  --tp-common-black: #000000;
  --tp-text-body: #333;
  --tp-advisory-primary: #4a0e7a;
  --tp-advisory-secondary: #1e2a44;
  --tp-advisory-orange: #ff6200;
  --tp-advisory-white: #f8f6f3;
  --navy: #ffffff;
  --orange: #f37021;
  --white: #ffffff;
  --grey: #e6e7e8;
  --slate: #414042;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1545px;
  }
  .container-1800 {
    max-width: 1825px;
  }
}
* {
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--tp-ff-body);
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: var(--tp-common-black);
  font-family: var(--tp-ff-heading);
}
[data-text-split] {
  opacity: 0;
}
.brand-name,
p {
  font-family: var(--tp-ff-body);
}
.preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tp-theme-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-wrap.loaded {
  opacity: 0;
  visibility: hidden;
}
.brand-tagline {
  opacity: 0.8;
  margin-top: 15px;
  text-align: center;
  letter-spacing: 1px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
.tp-offcanvas-title.sm,
h5 {
  font-size: 20px;
}
ul {
  margin: 0;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
}
.button:focus,
a:focus {
  outline: 0;
}
a,
button {
  color: inherit;
  outline: 0;
  border: none;
  background: 0 0;
}
button:hover {
  cursor: pointer;
}
button:focus {
  outline: 0;
}
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  outline: 0;
  height: 52px;
  width: 100%;
  line-height: 52px;
  font-size: 16px;
  padding-left: 26px;
  padding-right: 26px;
  color: var(--tp-common-black);
  border: 1px solid var(--tp-common-black);
  background-color: var(--tp-common-white);
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--tp-common-black);
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--tp-common-black);
}
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--tp-common-black);
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--tp-common-black);
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
  color: var(--tp-common-black);
}
.nice-select.tp-select.open,
.tp-contact-input textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: var(--tp-common-black);
}
input[type="email"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="text"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}
input[type="color"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}
::-moz-selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
::selection {
  background: var(--tp-common-black);
  color: var(--tp-common-white);
  text-shadow: none;
}
::-moz-placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}
::placeholder {
  color: var(--tp-common-black);
  font-size: 14px;
  opacity: 1;
}
.z-index-1 {
  z-index: 1;
}
.tp-line-anim {
  position: relative;
  display: inline;
}
.tp-line-anim::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-out;
}
.tp-line-anim:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-sec-ptb {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.tp-sec-line {
  border-bottom: 1px solid rgba(34, 47, 48, 0.08);
}
.radius-6 {
  border-radius: 6px;
}
.back-to-top-btn,
.back-to-top-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.back-to-top-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  cursor: pointer;
  display: block;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}
.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}
.back-to-top-btn {
  display: inline-block;
  line-height: 44px;
  text-align: center;
  background: var(--tp-common-white);
  box-shadow: 0 8px 16px rgba(3, 4, 28, 0.3);
  color: var(--tp-common-black);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tp-btn,
.tp-btn-event.tp-btn-border .button-dot,
.tp-faq-wrap .accordion-buttons:not(.collapsed) .tp-faq-icon::after,
.tp-faq-wrap .accordion-buttons:not(.collapsed) .tp-faq-icon::before {
  background-color: var(--tp-theme-primary);
}
.tp-btn,
.tp-btn-event:focus,
.tp-btn-event:hover,
.tp-btn:hover,
.tp-fi-banner-text .link:hover,
.tp-footer-3-privacy a:hover,
.tp-footer-3-style .tp-footer-contact-location,
.tp-footer-3-style .tp-footer-contact-tel,
.tp-footer-3-style .tp-footer-copyright-text p,
.tp-footer-3-style .tp-footer-widget-menu ul li a,
.tp-footer-3-style .tp-footer-widget-social a {
  color: var(--tp-common-white);
}
.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.tp-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s;
  border-radius: 6px;
  position: relative;
  display: inline-block;
  padding: 17px 58px 17px 23px;
}
.tp-btn i::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: -36px;
  top: 50%;
  border-radius: 2px;
  transform: translateY(-50%);
  background-color: var(--tp-common-white);
  transition:
    opacity 0.4s 0.25s,
    transform 0.6s 0.25s;
}
@media (max-width: 767px) {
  .brand-tagline {
    font-size: 10px;
    padding: 0 30px;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
  .tp-sec-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .back-to-top-wrapper {
    right: 20px;
    bottom: 20px;
  }
  .tp-btn i::after {
    right: -30px;
  }
  .tp-btn {
    padding: 17px 50px 17px 22px;
  }
}
.tp-btn-border,
.tp-btn-border:hover {
  color: var(--tp-theme-secondary);
}
.tp-btn-border {
  background-color: transparent;
  border: 1px solid rgba(34, 47, 48, 0.1);
}
.tp-btn-border i::after,
.tp-btn-event {
  background-color: var(--tp-theme-secondary);
}
.tp-btn-advisory-style,
.tp-btn-event.tp-btn-advisory-style,
.tp-fa-header-style .tp-header-action .tp-btn {
  color: var(--tp-advisory-primary);
  border-color: var(--tp-advisory-primary);
}
.brand-name,
.tp-btn-event {
  color: var(--tp-common-white);
}
.tp-btn-advisory-style:hover,
.tp-btn-event.tp-btn-advisory-style:hover,
.tp-fa-header-style .tp-header-menu > nav > ul > li > a,
.tp-fa-hero-botom .tp-fi-hero-contact a,
.tp-fa-hero-thumb-wrapper .tp-fi-value-graph-count span,
.tp-fa-hero-thumb-wrapper .tp-fi-value-graph-title,
.tp-fi-hero-contact a.advisory-orange,
.tp-section-title.advisory-color {
  color: var(--tp-advisory-primary);
}
.tp-btn-advisory-style i::after,
.tp-btn-event.tp-btn-advisory-style i::after,
.tp-fa-about-btn a:hover,
.tp-fa-header-style .tp-header-action .tp-btn i::after,
.tp-fa-hero-thumb-wrapper .tp-fi-value-graph-range,
.tp-fi-hero-contact a.advisory-orange:hover span {
  background-color: var(--tp-advisory-primary);
}
.tp-btn-switch-animation {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tp-btn-switch-animation .btn-text {
  position: relative;
  z-index: 3;
  transition: transform 0.6s cubic-bezier(0.1, 0.75, 0.25, 1);
}
.tp-btn-switch-animation .btn-icon {
  position: relative;
  transition:
    opacity 0.4s 0.25s,
    transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}
.tp-btn-switch-animation .btn-icon + .btn-icon {
  order: -2;
  opacity: 0;
  margin-left: 0;
  transform: translateX(-15px);
  transition:
    opacity 0.4s,
    transform 0.6s;
}
.tp-btn-switch-animation .btn-icon + .btn-icon::after {
  right: 40px;
  transition: right 0.4s;
}
.tp-btn-switch-animation:hover .btn-text {
  transition-delay: 125ms;
  transform: translateX(25px);
}
.tp-btn-switch-animation:hover .btn-icon {
  transition-delay: 0s;
  transform: translateX(10px);
  opacity: 0;
}
.tp-btn-switch-animation:hover .btn-icon + .btn-icon {
  opacity: 1;
  transform: translateX(10px);
  transition-delay: 225ms;
}
.tp-btn-switch-animation:hover .btn-icon + .btn-icon::after {
  right: 0;
}
.tp-btn-event {
  gap: 12px;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
  padding: 6px 6px 6px 25px;
  transition: background-color 0.3s;
}
.tp-btn-event .button-image {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  display: block;
  transform-style: preserve-3d;
}
.tp-btn-event .button-dot {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 2px;
  transform: scale(0.25);
  transform-origin: center;
  background-color: var(--tp-common-white);
}
.tp-btn-event.tp-btn-border {
  background-color: transparent;
  color: var(--tp-theme-primary);
  border: 1px solid rgba(34, 47, 48, 0.1);
}
.tp-btn-event.tp-btn-border .button-image {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(180deg)
    brightness(200%) contrast(200%);
}
@keyframes rotate_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes text_upper {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-105%);
  }
}
@keyframes text_bottom {
  0% {
    transform: translateY(105%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes animate-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.2),
      0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow:
      0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(255, 255, 255, 0.2);
  }
  80% {
    box-shadow:
      0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
}
@keyframes headerSlideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes animation-popup {
  0% {
    -webkit-transform: scale(0.7) rotate(0);
    transform: scale(0.7) rotate(0);
  }
  40% {
    -webkit-transform: scale(0.7) rotate(160deg);
    transform: scale(0.7) rotate(160deg);
  }
  100%,
  80% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@keyframes dot-2 {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bar_anim {
  0%,
  100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
.preloader-wrap {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  transition:
    opacity 0.6s,
    transform 0.6s;
}
.bg-accent,
.ring-outer {
  position: absolute;
  border-radius: 50%;
}
.preloader-wrap.hide {
  opacity: 0;
  transform: scale(1.04);
  pointer-events: none;
}
#page-content {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s 0.1s;
}
#page-content.show {
  opacity: 1;
}
.bg-accent {
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(243, 112, 33, 0.09) 0,
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.ring-container {
  position: relative;
  width: 96px;
  height: 96px;
}
.ring-outer {
  inset: 0;
  border: 2px solid rgba(227, 228, 232, 0.12);
  border-top-color: var(--orange);
  animation: 1.4s cubic-bezier(0.6, 0.2, 0.4, 0.8) infinite spin;
}
.ring-inner,
.ring-middle {
  border-radius: 50%;
  position: absolute;
}
.ring-middle {
  inset: 14px;
  border: 1.5px solid rgba(227, 228, 232, 0.08);
  border-bottom-color: rgba(243, 112, 33, 0.55);
  animation: 1.8s cubic-bezier(0.6, 0.2, 0.4, 0.8) infinite spin-rev;
}
.ring-inner {
  inset: 28px;
  border: 1.5px solid rgba(227, 228, 232, 0.06);
  border-left-color: rgba(243, 112, 33, 0.3);
  animation: 2.2s linear infinite spin;
}
.center-dot {
  position: absolute;
  inset: 42px;
  border-radius: 50%;
  background: var(--orange);
  opacity: 0.9;
  animation: 1.4s ease-in-out infinite pulse-dot;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-rev {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes pulse-dot {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.brand-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.brand-name {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.brand-tagline,
.loading-text {
  font-family: var(--tp-ff-body);
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.brand-name span {
  color: var(--orange);
}
.brand-tagline {
  letter-spacing: 0.3em;
  color: rgba(0, 0, 0, 0.5);
}
.loading-bar-track {
  width: 180px;
  height: 2px;
  background: rgba(230, 231, 232, 0.1);
  border-radius: 99px;
  overflow: hidden;
}
.loading-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--orange), rgba(243, 112, 33, 0.55));
  border-radius: 99px;
  transition: width 40ms linear;
}
.loading-text {
  letter-spacing: 0.25em;
  color: rgba(230, 231, 232, 0.5);
  min-width: 3ch;
  text-align: center;
}
.nice-select.tp-select::after,
.tp-breadcrumb-content p,
.tp-breadcrumb-list li,
.tp-breadcrumb-title,
.tp-header-lan a span,
.tp-header-menu > nav > ul > li > a,
.tp-offcanvas-close-btn,
.tp-search-close-btn {
  color: var(--tp-theme-primary);
}
.corner-dec {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.18;
}
.corner-dec.tl {
  top: 24px;
  left: 24px;
  border-top: 1.5px solid var(--orange);
  border-left: 1.5px solid var(--orange);
}
.corner-dec.br {
  bottom: 24px;
  right: 24px;
  border-bottom: 1.5px solid var(--orange);
  border-right: 1.5px solid var(--orange);
}
.tp-breadcrumb-title {
  font-size: 48px;
  margin-bottom: 10px;
  letter-spacing: -0.48px;
}
.tp-breadcrumb-list {
  display: block;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(34, 47, 48, 0.15);
}
.tp-breadcrumb-list li a,
.tp-fa-hero-list ul,
.tp-section-sub {
  display: inline-block;
}
.tp-header-dropdown nav ul li .tp-submenu li:not(:last-child),
.tp-section-sub {
  margin-bottom: 5px;
}
.tp-breadcrumb-list li {
  line-height: 1;
  display: inline-block;
}
.tp-breadcrumb-list li:not(:last-child) {
  margin-right: 4px;
}
.tp-breadcrumb-list li a:hover,
.tp-offcanvas-contact ul li a:hover,
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-common-black);
}
.tp-section-sub {
  z-index: 1;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: var(--tp-theme-secondary);
}
.tp-section-sub::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 6px;
  height: 5px;
  width: 100%;
  z-index: -1;
  background: var(--tp-advisory-orange);
}
.nice-select.tp-select::after,
.tp-menu-close::before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.tp-section-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.48px;
  color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-section-title {
    font-size: 45px;
  }
  .tp-section-title br {
    display: none;
  }
}
.nice-select.tp-select {
  position: relative;
  width: 100%;
  height: 52px;
  line-height: 50px;
  padding: 0 23px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid rgba(34, 47, 48, 0.1);
}
.nice-select.tp-select::after {
  position: absolute;
  top: 50%;
  height: 8px;
  width: 13px;
  right: 20px;
  margin-top: 0;
  pointer-events: none;
  transform-origin: center;
  transform: translateY(-50%);
  transition: 0.15s ease-in-out;
  -webkit-transition: 0.15s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M0.75 0.75L6.75 6.75L12.75 0.75' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.nice-select.tp-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.tp-header-area {
  position: relative;
  z-index: 100;
  background: #fff;
}
app-header {
  display: block;
  width: 100%;
}
.tp-header-height {
  transition: height 0.3s;
}
.header-sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  visibility: visible;
  background: var(--tp-common-white);
  box-shadow: 0 1px 3px 0 rgba(18, 20, 32, 0.14);
  -webkit-animation: 0.95s forwards headerSlideDown;
  animation: 0.95s forwards headerSlideDown;
}
.tp-header-left-side {
  gap: 90px;
  display: flex;
  align-items: center;
}
.tp-header-lan::before {
  position: absolute;
  content: "";
  top: 0;
  left: -40px;
  width: 1px;
  height: 100%;
  background-color: var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-header-left-side {
    gap: 45px;
  }
  .tp-header-lan::before {
    left: -20px;
  }
}
.tp-header-lan:hover .tp-header-lan-content {
  top: 35px;
  opacity: 1;
  visibility: visible;
}
.tp-header-lan a span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.tp-header-lan-content {
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.tp-header-lan-content ul {
  padding: 10px;
  width: 150px;
  border-radius: 6px;
  display: inline-block;
  background: rgba(248, 248, 251, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-header-lan-content ul li {
  list-style: none;
  color: var(--tp-common-black);
}
.tp-header-lan-content ul li a {
  display: block;
  padding: 4px 10px;
}
.tp-header-lan-content ul li a:hover {
  background-color: #f2f2f2;
}
.tp-header-bar span:hover svg path {
  animation: 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) forwards bar_anim;
}
.tp-header-bar span:hover svg path:nth-child(2) {
  animation-delay: 0.1s;
}
.tp-fa-header-style .tp-header-lan::before {
  background-color: rgba(27, 57, 66, 0.15);
}
.tp-header-menu > nav > ul > li {
  margin: 0 20px;
  list-style-type: none;
  display: inline-block;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tp-header-menu > nav > ul > li {
    margin: 0 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-breadcrumb-content p {
    font-size: 15px;
  }
  .tp-header-menu > nav > ul > li {
    margin: 0 12px;
  }
}
.tp-header-menu > nav > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 30px 0;
  display: inline-block;
}
.tp-header-menu > nav > ul > li > a.active,
.tp-header-menu > nav > ul > li > a:hover {
  color: var(--tp-theme-1);
}
.tp-header-dropdown nav ul li {
  position: relative;
  list-style: none;
}
.tp-header-dropdown nav ul li.has-dropdown:hover > a::after {
  transform: rotate(-180deg);
}
.tp-header-dropdown nav ul li .tp-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  z-index: 99;
  opacity: 0;
  transition: 0.5s;
  text-align: start;
  visibility: hidden;
  padding: 12px 0;
  border-radius: 8px;
  transform-origin: 0 0;
  transform: scale(1, 0);
  backdrop-filter: blur(10px);
  background: rgba(248, 248, 251, 0.9);
  box-shadow: 0 20px 30px -8px rgba(19, 19, 22, 0.1);
}
.tp-header-dropdown nav ul li .tp-submenu li {
  width: 100%;
  padding: 2px 30px;
}
.tp-header-dropdown nav ul li .tp-submenu li a {
  width: 100%;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  letter-spacing: -0.01em;
  text-align: start;
  color: var(--tp-theme-primary);
}
.tp-header-dropdown nav ul li .tp-submenu li .tp-submenu {
  top: 0;
  left: 100%;
}
.tp-header-dropdown nav ul li .tp-submenu li:hover > a {
  padding-left: 5px;
}
.tp-header-dropdown nav ul li:hover > .tp-submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.tp-offcanvas-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 450px;
  height: 100vh;
  z-index: 999;
  padding: 50px;
  overflow-y: scroll;
  transition: 0.3s;
  background: #fff;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
}
@media (max-width: 767px) {
  .tp-breadcrumb-title {
    font-size: 40px;
  }
  .tp-offcanvas-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-offcanvas-wrapper {
    width: 450px;
  }
}
.tp-offcanvas-area.opened .tp-offcanvas-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 999999;
}
.tp-offcanvas-top {
  margin-bottom: 60px;
}
.tp-offcanvas-close-btn:hover,
.tp-search-close-btn:hover {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tp-offcanvas-content {
  margin-bottom: 45px;
}
.tp-offcanvas-title,
.tp-offcanvas-title.sm {
  margin-bottom: 15px;
  color: var(--tp-theme-primary);
  font-weight: 500;
}
.tp-offcanvas-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #414144;
}
.tp-offcanvas-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.8px;
}
.tp-offcanvas-gallery {
  margin-bottom: 65px;
}
.tp-offcanvas-gallery-img {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.tp-offcanvas-gallery-img img {
  width: 100%;
  border-radius: 6px;
  transition: 0.9s;
}
.tp-offcanvas-gallery-img:hover img {
  transform: scale(1.2) rotate(-2deg);
}
.tp-offcanvas-contact {
  margin-bottom: 55px;
}
.tp-footer-widget-menu ul li,
.tp-offcanvas-contact ul li,
.tp-offcanvas-menu ul,
.tp-offcanvas-social ul li {
  list-style: none;
}
.tp-offcanvas-contact ul li:not(:last-child) {
  margin-bottom: 2px;
}
.tp-offcanvas-contact ul li a {
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.tp-offcanvas-contact ul li a::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.4s;
  background-color: #1e1e1e;
}
.tp-offcanvas-contact ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.tp-offcanvas-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-offcanvas-social ul li:not(:last-child) {
  margin-right: 8px;
}
.tp-offcanvas-social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  transition: 0.3s;
  color: var(--tp-common-black);
  border: 1px solid rgba(2, 11, 24, 0.1);
}
.tp-offcanvas-social ul li a:hover {
  color: var(--tp-common-white);
  border-color: var(--tp-common-black);
  background-color: var(--tp-common-black);
}
.tp-offcanvas-social ul li a svg {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
.tp-search-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 60px 60px 50px;
  z-index: 99;
  scrollbar-width: none;
  background: var(--tp-common-white);
  transform: translateY(calc(-100% - 80px));
  box-shadow: 0 1px 3px 0 rgba(0, 7, 9, 0.1);
  transition:
    0.45s ease-in-out,
    opacity 0.45s ease-in-out;
}
.tp-menu-close,
.tp-menu-close::before {
  transition: 0.15s ease-in-out;
  position: absolute;
}
.tp-search-area.opened {
  transform: translateY(0);
}
.tp-offcanvas-menu {
  margin-bottom: 50px;
}
.tp-offcanvas-menu ul li > a {
  font-size: 18px;
  padding: 10px 0;
  display: block;
  font-weight: 500;
}
.tp-offcanvas-menu ul li.active > .tp-menu-close::before {
  transform: translateY(-50%) rotate(-90deg);
}
.tp-offcanvas-menu ul li .submenu {
  display: none;
}
.tp-offcanvas-menu ul li .submenu .submenu {
  margin-left: 30px;
}
.tp-offcanvas-menu .tp-submenu > li > a {
  font-size: 17px;
  padding: 8px 20px;
}
.tp-offcanvas-menu .tp-submenu > li > a:hover {
  padding-left: 26px;
  color: var(--tp-common-black);
}
.tp-menu-close {
  top: 24px;
  right: 14px;
}
.tp-menu-close::before {
  height: 15px;
  width: 15px;
  transform-origin: center;
  transform: translateY(-50%);
  color: var(--tp-theme-primary);
  -webkit-transition: 0.15s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.08333 0.0644531L7.08333 15.0645M14.1667 7.98112L0 7.98112' stroke='currentcolor' stroke-width='1.5'%3E%3C/path%3E%3C/svg%3E");
}
.tp-faq-wrap .accordion-buttons,
.tp-fi-hero-contact a span {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}
.tp-footer-widget-wrap {
  border-bottom: 1px solid rgba(34, 47, 48, 0.15);
}
.tp-footer-widget-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: var(--tp-theme-primary);
}
.tp-footer-widget-menu ul li:not(:last-of-type) {
  margin-bottom: 12px;
}
.tp-footer-contact-location,
.tp-footer-contact-tel,
.tp-footer-widget-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--tp-theme-primary);
}
.tp-footer-widget-social {
  gap: 15px;
  display: flex;
}
.tp-footer-widget-social a:hover {
  transform: translateY(-3px);
}
.tp-footer-contact-wrap .tp-footer-widget-title {
  margin-bottom: 18px;
}
.tp-footer-contact-location {
  margin-bottom: 40px;
  display: inline-block;
}
.tp-footer-copyright-text p {
  font-size: 15px;
  color: var(--tp-theme-primary);
}
.tp-fi-banner-text .link,
.tp-footer-copyright-text p a {
  font-weight: 500;
}
.tp-footer-3-style .tp-footer-widget-wrap {
  border-color: rgba(255, 255, 255, 0.15);
}
.tp-footer-3-privacy,
.tp-footer-3-privacy a,
.tp-footer-3-style .tp-footer-widget-title {
  color: #88a5ad;
}
.tp-footer-3-style .tp-footer-widget-social a:hover {
  color: var(--tp-advisory-orange);
}
.tp-footer-3-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.tp-footer-3-privacy a:not(:last-of-type) {
  margin-right: 6px;
}
@keyframes drawPath {
  from {
    stroke-dashoffset: -3000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.tp-fi-hero-contact a {
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.16px;
  color: var(--tp-theme-primary);
}
.tp-fa-about-slider-title,
.tp-fa-hero-list ul li,
.tp-fa-hero-text p,
.tp-fa-hero-title {
  color: var(--tp-advisory-primary);
}
.tp-fi-hero-contact a:hover span {
  color: var(--tp-finance-primary);
  background-color: var(--tp-theme-primary);
}
.tp-fa-about-btn a,
.tp-fa-about-slider
  .tp-about-dots
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tp-fa-hero-botom .tp-btn,
.tp-fa-hero-botom .tp-fi-hero-contact a:hover span,
.tp-fi-hero-contact a.advisory-orange span {
  background-color: var(--tp-advisory-orange);
}
.tp-fi-hero-contact a span {
  height: 52px;
  width: 52px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  transition: 0.3s ease-out;
  background-color: var(--tp-finance-primary);
}
.tp-fi-hero-contact a.advisory-orange span {
  color: var(--tp-common-white);
}
.tp-fi-hero-btn {
  line-height: 1;
}
.tp-fa-hero-title {
  font-size: 64px;
  font-weight: 400;
  padding-bottom: 50px;
  letter-spacing: -0.64px;
}
.tp-fa-hero-title span img {
  width: auto;
  height: auto;
  max-width: 55px;
  max-height: 55px;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}
.tp-fa-hero-title span:last-of-type img {
  max-width: 60px;
  max-height: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-menu > nav > ul > li {
    margin: 0 10px;
  }
  .tp-fa-hero-title {
    font-size: 52px;
    padding-bottom: 50px;
  }
  .tp-fa-hero-text p br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-breadcrumb-title {
    line-height: 1;
  }
  .tp-fa-hero-title {
    font-size: 42px;
    padding-bottom: 60px;
  }
}
.tp-fa-hero-middle {
  gap: 120px;
  display: flex;
  margin-bottom: 120px;
}
@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),
  (max-width: 767px) {
  .tp-breadcrumb-content p br {
    display: none;
  }
  .tp-fa-hero-middle {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
}
.tp-fa-hero-text p {
  letter-spacing: -0.16px;
  text-align: justify;
  font-size: clamp(14px, 2vw, 24px);
}
.tp-fa-about-slider-content p,
.tp-fa-about-year p,
.tp-fa-control-item-content p {
  color: var(--tp-advisory-secondary);
}
.tp-fa-hero-list ul li {
  gap: 15px;
  display: flex;
  letter-spacing: -0.16px;
}
.tp-fa-hero-list ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.tp-fa-hero-botom {
  gap: 105px;
  display: flex;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 767px) {
  .tp-fa-hero-botom {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.tp-fa-hero-botom .tp-fi-hero-contact a span,
.tp-fa-hero-thumb-wrapper .tp-fi-value-graph-icon span {
  color: var(--tp-common-white);
  background-color: var(--tp-advisory-primary);
}
.tp-fa-hero-thumb-wrapper {
  top: 0;
  
  height: 100%;
  position: absolute;

}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-fa-hero-thumb-wrapper {
    right: 0;
    width: 45%;
  }
}
.tp-fa-hero-thumb-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.tp-fa-hero-thumb-wrapper .tp-fi-value-graph {
  position: absolute;
  top: 20px;
  right: 100%;
  background-color: var(--tp-common-white);
  box-shadow: 0 0 20px 0 rgba(27, 38, 38, 0.06);
}
.tp-fa-hero-thumb-wrap {
  right: 40px;
  bottom: 40px;
  display: flex;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-fa-hero-thumb-wrap {
    right: 45px;
    bottom: 75px;
  }
  .tp-contact-banner-ptb {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-fa-hero-title {
    padding-bottom: 50px;
  }
  .tp-fa-hero-middle {
    gap: 45px;
  }
  .tp-fa-hero-thumb-wrap {
    right: 75px;
    bottom: 75px;
  }
}
.tp-fa-about-left-side {
  margin-right: 36px;
  padding-right: 120px;
  padding-bottom: 75px;
  border-right: 1px solid rgba(27, 57, 66, 0.08);
}
.tp-fa-about-year {
  gap: 20px;
  display: flex;
  margin-bottom: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(27, 57, 66, 0.08);
}
.tp-fa-about-year span {
  min-width: 60px;
}
.tp-fa-about-year span b {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.48px;
}
.tp-fa-about-year span i {
  margin-left: 5px;
  font-size: 16px;
  font-style: normal;
  display: inline-block;
  letter-spacing: -0.16px;
  transform: translateY(-27px);
}
.tp-fa-about-year p {
  font-size: 14px;
  text-transform: uppercase;
}
.tp-fa-about-slider-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tp-fa-about-slider .tp-about-active {
  margin-bottom: 35px;
}
.tp-fa-about-slider .tp-about-dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: rgba(27, 57, 66, 0.8);
  border: 2px solid rgba(27, 57, 66, 0.1);
}
.tp-fa-about-btn {
  position: absolute;
  bottom: -10px;
  right: 85px;
}
.tp-fa-about-btn a {
  width: 146px;
  height: 146px;
  line-height: 1.1;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
  place-content: center;
  color: var(--tp-common-white);
}
.tp-contact-city-item-content a,
.tp-contact-city-item-content p,
.tp-contact-city-item-title,
.tp-contact-info-content p,
.tp-contact-info-title,
.tp-fi-value-graph-count span,
.tp-fi-value-graph-date,
.tp-fi-value-graph-title {
  color: var(--tp-theme-primary);
}
.tp-fa-about-btn a svg {
  display: block;
  margin-bottom: 15px;
  transform: translateX(32px);
}
.tp-contact-input input,
.tp-contact-input textarea {
  border-radius: 6px;
  background-color: transparent;
  color: var(--tp-theme-primary);
  border: 1px solid rgba(34, 47, 48, 0.1);
}
.tp-contact-map-icon span,
.tp-fi-banner-text .video a {
  background-color: var(--tp-finance-primary);
  place-content: center;
}
.tp-contact-input input::placeholder,
.tp-contact-input textarea::placeholder {
  color: var(--tp-theme-primary);
}
.tp-contact-input textarea {
  resize: none;
  height: 164px;
}
.tp-contact-info-item {
  gap: 22px;
  display: flex;
  align-items: center;
}
.tp-contact-info-icon span {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-grid;
  place-content: center;
  border: 1px solid rgba(34, 47, 48, 0.1);
}
.tp-contact-info-content p {
  margin: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.tp-contact-info-title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tp-contact-city-item:hover .tp-contact-city-item-thumb img {
  transform: scale(1.3);
}
.tp-contact-city-item-thumb {
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 18px;
  display: inline-block;
}
.tp-contact-city-item-thumb img {
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  transition: 0.9s ease-in-out;
}
.tp-contact-city-item-title {
  font-size: 20px;
}
.tp-contact-city-item-content a {
  font-weight: 500;
}
.tp-contact-city-item-dvdr {
  margin: 30px auto;
  width: calc(100% - 300px);
  border-bottom: 1px solid var(--tp-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-contact-city-item-dvdr {
    width: calc(100% - 200px);
  }
}
.tp-contact-map-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-contact-map-icon span {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: inline-grid;
  border: 1px solid rgba(34, 47, 48, 0.1);
  animation: 3s linear infinite animate-pulse;
}
.tp-contact-map-content {
  height: 640px;
}
.tp-contact-map-content iframe {
  width: 100%;
  height: 100%;
  filter: saturate(0);
}
.team-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  transition: 0.4s;
  text-align: center;
  border: 1px solid #f0f4f4;
  height: 100%;
}
.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.tp-fi-value-graph {
  position: absolute;
  bottom: 30px;
  right: 18%;
  width: 240px;
  padding: 20px;
  height: 160px;
  border-radius: 6px;
  background-color: var(--tp-advisory-orange);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 767px) {
  .tp-fi-value-graph {
    right: 6%;
  }
}
.tp-fi-value-graph-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 2px;
}
.tp-fi-value-graph-date {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}
.tp-fi-value-graph-count {
  margin-bottom: 15px;
}
.tp-fi-value-graph-count span {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
.tp-fi-value-graph-count p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
.tp-fi-value-graph-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
.tp-fi-value-graph-icon span {
  display: inline-grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
}
.tp-fi-value-graph-range {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 6px;
  background: #000;
}
.tp-fi-value-graph-range::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 87px;
  top: 2px;
  left: 2px;
  border-radius: 4px;
  background: var(--tp-common-white);
}
.tp-fa-control-item {
  gap: 30px;
  display: flex;
  align-items: start;
}
.tp-fa-control-item:hover .tp-fa-control-item-icon span svg {
  animation: 0.8s icon-bounce;
}
.tp-fa-control-item-icon span {
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 6px;
  display: inline-grid;
  place-content: center;
  border: 1px solid rgba(27, 57, 66, 0.1);
}
.tp-fa-control-item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--tp-advisory-primary);
}
.tp-cc-chose-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
}
.tp-cc-chose-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.2;
}
.tp-faq-wrap .accordion-buttons {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  text-align: left;
  padding: 25px 40px 25px 0;
  letter-spacing: -0.24px;
  transition: 0.3s ease-out;
  color: var(--tp-theme-primary);
}
.tp-faq-wrap .accordion-buttons:not(.collapsed) .tp-faq-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.tp-faq-wrap .accordion-items {
  margin-bottom: 10px;
  background: var(--tp-common-white);
  border-bottom: 1px solid rgba(34, 47, 48, 0.08);
}
.tp-faq-wrap .accordion-body {
  padding: 0 70px 20px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-fa-hero-thumb-wrapper {
    right: 0;
    width: 48%;
  }
  .tp-fa-about-btn {
    right: 0;
  }
  .tp-faq-wrap .accordion-body {
    padding: 0 45px 20px 0;
  }
}
.tp-faq-wrap .accordion-body p {
  margin-bottom: 0;
  color: var(--tp-theme-primary);
}
@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),
  (max-width: 767px) {
  .tp-faq-wrap .accordion-body p br {
    display: none;
  }
}
.tp-faq-icon {
  top: 22px;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
}
.tp-faq-icon::after,
.tp-faq-icon::before {
  content: "";
  width: 12px;
  height: 2px;
  left: 50%;
  top: 50%;
  position: absolute;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: var(--tp-theme-primary);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tp-faq-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.tp-fi-faq-support {
  width: 386px;
  padding: 40px;
  overflow: hidden;
  border-radius: 6px;
}
.tp-fi-faq-support-shape {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px;
}
.tp-fi-faq-support-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: -0.32px;
}
.tp-fi-faq-support-list ul li {
  gap: 10px;
  display: flex;
  list-style: none;
  margin-bottom: 5px;
  letter-spacing: -0.16px;
  color: var(--tp-theme-primary);
}
.tp-fi-banner-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 12px;
  color: var(--tp-theme-primary);
}
.tp-fi-banner-wrapper .tp-cn-success-item-2-shape {
  top: auto;
  left: 13%;
  right: auto;
  bottom: 120px;
}
.tp-fi-banner-content {
  position: absolute;
  bottom: 120px;
  right: 200px;
  width: 400px;
  padding: 50px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
}
.tp-cn-success-item,
.tp-cn-success-item-2 {
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-fi-banner-content {
    right: 100px;
    bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-city-item-dvdr {
    width: calc(100% - 130px);
  }
  .tp-fi-value-graph {
    right: 10%;
  }
  .tp-fi-banner-wrapper .tp-cn-success-item-2-shape {
    bottom: 80px;
  }
  .tp-fi-banner-content {
    right: 50px;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-footer-contact-wrap .tp-footer-widget-title {
    margin-bottom: 10px;
  }
  .tp-fi-banner-wrapper .tp-cn-success-item-2-shape,
  .tp-footer-contact-location a br {
    display: none;
  }
  .tp-fa-hero-botom {
    margin-bottom: 50px;
  }
  .tp-fa-about-left-side {
    border: none;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 45px;
  }
  .tp-fa-about-year {
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .tp-contact-heading,
  .tp-fa-control-heading,
  .tp-fa-control-right {
    margin-bottom: 30px;
  }
  .tp-contact-banner-ptb {
    padding-bottom: 80px;
  }
  .tp-fi-banner-content {
    right: 30px;
    bottom: 30px;
  }
}
.tp-fi-banner-content p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: var(--tp-theme-primary);
}
.tp-fi-banner-wrap {
  padding: 20px 0;
}
.tp-fi-banner-text {
  text-align: center;
  color: var(--tp-common-white);
  margin: 0;
}
.tp-fi-banner-text .video {
  margin-inline-end: 20px;
}
.tp-fi-banner-text .video a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-grid;
}
.tp-fi-banner-text .video a svg {
  display: inline-block;
  transform: translateY(0);
}
.tp-cn-success-item {
  padding: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cn-success-item {
    padding: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 767px) {
  .tp-section-title {
    font-size: 40px;
  }
  .tp-fa-hero-thumb-shape,
  .tp-section-title br {
    display: none;
  }
  .tp-header-left-side {
    padding: 19px 0;
  }
  .tp-contact-city-heading,
  .tp-fa-hero-middle {
    margin-bottom: 50px;
  }
  .tp-fa-hero-thumb-wrapper .tp-fi-value-graph {
    position: static;
  }
  .tp-fa-about-btn {
    position: static;
    margin-top: 30px;
  }
  .tp-faq-wrap .accordion-body {
    padding: 0 40px 20px 0;
  }
  .tp-cn-success-item {
    padding: 30px;
  }
}
.tp-cn-success-item-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tp-cn-success-item-sub {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.08px;
  color: var(--tp-consulting-secondary);
}
.tp-cn-success-item-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  color: var(--tp-consulting-secondary);
}
@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),
  (max-width: 767px) {
  .tp-contact-info-item {
    gap: 15px;
  }
  .tp-cn-success-item-title br,
  .tp-fa-control-item-content p br {
    display: none;
  }
  .tp-faq-wrap .accordion-buttons {
    font-size: 20px;
  }
  .tp-fi-faq-heading {
    margin-bottom: 30px;
  }
}
.tp-cn-success-item-bottom {
  gap: 30px;
  display: flex;
  align-items: center;
}
.tp-cn-success-item-icon span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  border: 1px solid rgba(1, 55, 61, 0.1);
}
.tp-cn-success-item-wrap span {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block;
  letter-spacing: 0.2px;
  color: var(--tp-consulting-secondary);
}
.tp-cn-success-item-2-content p,
.tp-cn-success-item-wrap p {
  margin: 0;
  color: var(--tp-consulting-secondary);
}
.tp-cn-success-item-wrap p {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
}
.tp-cn-success-item-2 {
  padding: 50px;
  height: 670px;
  border-radius: 6px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-cn-success-item-2 {
    height: 596px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-cn-success-item-2 {
    height: 625px;
  }
}
.tp-cn-success-item-2-shape {
  position: absolute;
  top: 50px;
  right: 50px;
  mix-blend-mode: screen;
  animation: 2.5s linear infinite alternate animation-popup;
}
.tp-cn-success-item-2-title {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  display: inline-block;
  color: var(--tp-consulting-secondary);
}
.tp-cn-success-item-2-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 400px;
  padding: 45px;
  border-radius: 6px;
  background-color: var(--tp-consulting-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-search-area {
    padding: 60px 30px;
  }
  .tp-fa-hero-thumb-wrapper {
    position: static;
  }
  .tp-cn-success-item-bottom,
  .tp-fa-control-item {
    gap: 20px;
  }
  .tp-cn-success-item-2-content {
    bottom: 30px;
    left: 30px;
    width: 380px;
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .tp-search-area {
    padding: 60px 0;
  }
  .tp-cn-success-item-2-content p br,
  .tp-cn-success-item-shape,
  .tp-fa-hero-title br,
  .tp-fi-banner-content p br {
    display: none;
  }
  .tp-fa-hero-title {
    font-size: 42px;
    padding-bottom: 30px;
  }
  .tp-fa-hero-thumb-wrapper {
    position: relative;
    right: 0;
  }
  .tp-fa-about-ptb {
    padding-bottom: 80px;
  }
  .tp-contact-banner-thumb,
  .tp-fi-banner-wrapper {
    height: 300px;
  }
  .tp-contact-banner-thumb img,
  .tp-fi-banner-wrapper img {
    height: 100%;
    object-fit: cover;
  }
  .tp-contact-city-item-dvdr {
    margin: 20px auto;
  }
  .tp-cn-success-item-bottom,
  .tp-fa-control-item {
    gap: 15px;
  }
  .tp-fi-faq-support {
    width: 100%;
  }
  .tp-fi-banner-content {
    width: 340px;
    padding: 30px;
  }
  .tp-cn-success-item-content {
    padding-bottom: 120px;
  }
  .tp-cn-success-item-title {
    font-size: 27px;
    margin-bottom: 30px;
  }
  .tp-cn-success-item-2 {
    height: 525px;
  }
  .tp-cn-success-item-2-content {
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 25px;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
@keyframes slideTrack {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}



 .sp-section {
    background: #F4F1EC;
    padding: 80px 40px 90px;
    font-family: 'DM Sans', sans-serif;
    overflow: hidden;
    position: relative;
  }

  .sp-section::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(74,14,122,0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }

  .sp-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 52px;
    gap: 20px;
    flex-wrap: wrap;
  }

  .sp-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #4A0E7A;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(30px);
  }

  .sp-title span {
    display: block;
    font-size: 1.1rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #888;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }

  .sp-view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4A0E7A;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1.5px solid #4A0E7A;
    border-radius: 100px;
    transition: background 0.3s, color 0.3s;
    opacity: 0;
    position: relative;
    overflow: hidden;
  }

  .sp-view-all::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #4A0E7A;
    transform: translateX(-101%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    border-radius: 100px;
  }

  .sp-view-all:hover::before { transform: translateX(0); }
  .sp-view-all:hover { color: #fff; }

  .sp-view-all svg, .sp-view-all span { position: relative; z-index: 1; }

  .sp-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 24px;
    align-items: start;
  }

  .sp-thumb {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    aspect-ratio: 1/1.1;
    background: linear-gradient(145deg, #4A0E7A 0%, #1B3942 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px;
  }

  .sp-thumb-bg {
    position: absolute;
    inset: 0;
    background: url('/assets/img/advisory/service/thumb-1.webp') center/cover no-repeat;
    opacity: 0.35;
    transition: opacity 0.5s, transform 0.5s;
  }

  .sp-thumb:hover .sp-thumb-bg {
    opacity: 0.5;
    transform: scale(1.04);
  }

  .sp-thumb-label {
    position: relative;
    z-index: 1;
    color: #fff;
  }

  .sp-thumb-label p {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 8px;
  }

  .sp-thumb-label h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
  }

  .sp-thumb-orb {
    position: absolute;
    top: 30px; right: 30px;
    width: 80px; height: 80px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.25);
    display: flex; align-items: center; justify-content: center;
    z-index: 1;
  }

  .sp-thumb-orb::after {
    content: '';
    width: 50px; height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: block;
  }

  .sp-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .sp-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    border: 1.5px solid transparent;
    transition: border-color 0.35s, box-shadow 0.35s, transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
    cursor: pointer;
  }

  .sp-card:hover {
    border-color: rgba(74,14,122,0.2);
    box-shadow: 0 20px 60px rgba(74,14,122,0.12);
    transform: translateY(-6px) !important;
  }

  .sp-card-shine {
    position: absolute;
    top: -60%; left: -60%;
    width: 70%; height: 70%;
    background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, transparent 65%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 50%;
  }

  .sp-card:hover .sp-card-shine { opacity: 1; }

  .sp-card-accent {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4A0E7A, #9B59B6);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  }

  .sp-card:hover .sp-card-accent { transform: scaleX(1); }

  .sp-icon {
    width: 52px; height: 52px;
    background: #F4EDFB;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    color: #4A0E7A;
    margin-bottom: 20px;
    transition: background 0.3s, transform 0.3s;
    flex-shrink: 0;
  }

  .sp-card:hover .sp-icon {
    background: #4A0E7A;
    color: #fff;
    transform: rotate(-6deg) scale(1.08);
  }

  .sp-card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1B3942;
    margin-bottom: 10px;
    line-height: 1.35;
    transition: color 0.3s;
  }

  .sp-card:hover h3 { color: #4A0E7A; }

  .sp-card p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .sp-list {
    list-style: none;
    margin-bottom: 24px;
    flex: 1;
  }

  .sp-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    color: #555;
    margin-bottom: 8px;
    transition: color 0.25s;
  }

  .sp-card:hover .sp-list li { color: #1B3942; }

  .sp-list li .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #4A0E7A;
    flex-shrink: 0;
    margin-top: 5px;
    transition: transform 0.3s;
  }

  .sp-card:hover .sp-list li .dot { transform: scale(1.4); }

  .sp-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #4A0E7A;
    text-decoration: none;
    letter-spacing: 0.04em;
    margin-top: auto;
    transition: gap 0.3s;
  }

  .sp-card:hover .sp-read-more { gap: 12px; }

  .sp-read-more .arrow {
    width: 28px; height: 28px;
    border-radius: 50%;
    border: 1.5px solid #4A0E7A;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.3s, transform 0.3s;
    flex-shrink: 0;
  }

  .sp-card:hover .sp-read-more .arrow {
    background: #4A0E7A;
    transform: rotate(45deg);
  }

  .sp-card:hover .sp-read-more .arrow svg { stroke: #fff; }

  @media (max-width: 900px) {
    .sp-grid { grid-template-columns: 1fr; }
    .sp-thumb { aspect-ratio: 16/7; }
    .sp-title { font-size: 1.9rem; }
  }
  @media (max-width: 580px) {
    .sp-cards { grid-template-columns: 1fr; }
    .sp-section { padding: 50px 20px 60px; }
  }
