@keyframes spin {
  to {
    --angle: 360deg;
  }
}
@keyframes shine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}
@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
@keyframes floatChart {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}
@keyframes radarRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulseRadar {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(100, 90, 242, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(69, 6, 242, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(57, 6, 242, 0);
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes glowDark {
  0% {
    fill: #0B0B0F;
  }
  50% {
    fill: #655AF2;
  }
  100% {
    fill: #0B0B0F;
  }
}
@keyframes glowLight {
  0% {
    fill: #F0FDF4;
  }
  50% {
    fill: rgb(181, 255, 193);
  }
  100% {
    fill: #F0FDF4;
  }
}
@keyframes glow {
  0% {
    fill: #655af2;
  }
  50% {
    fill: #1a137e;
  }
  100% {
    fill: #655af2;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(242, 103, 6, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(242, 103, 6, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(242, 103, 6, 0);
  }
}
@media (max-width: 700px) {
  a.btn.btn_primary.btn_glass.me-xs-0.position-relative.top_7 {
    margin: 0 !important;
  }
  .d_none_xs {
    display: none !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .d_flex_xs {
    display: flex !important;
  }
  header .w_xs_100 {
    width: 100%;
  }
  header .w_xl_20 {
    width: 100%;
  }
}
.d_none_lg {
  display: none;
}

.site_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 106.8rem;
  margin: 0 auto;
  z-index: 1000;
  display: flex;
  border-radius: 5rem;
  height: 6rem;
  padding: 0 1.2rem 0 2.4rem;
  margin-top: 3.2rem;
  transition: background 0.3s ease, box-shadow 0.3s ease;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(50px) saturate(1.3);
  box-shadow: 0 0 0 1px rgba(160, 169, 182, 0.03), 0 3px 2px 0 rgba(0, 0, 0, 0.04), 0 7px 5px 0 rgba(0, 0, 0, 0.02), 0 13px 10px 0 rgba(0, 0, 0, 0.02) inset, 0 22px 17px 0 rgba(0, 0, 0, 0.02);
}
.site_header.--blogs .w_xl_auto .btn_primary {
  width: auto !important;
  opacity: 1;
  padding: 1.2rem 1.6rem !important;
  transform: none !important;
  visibility: visible;
}
.site_header.--blogs .w_xl_auto .btn_primary span {
  display: flex;
}
@media (max-width: 576px) {
  .site_header {
    width: 95%;
    height: max-content;
    margin-top: 1rem;
    border-radius: 4rem;
    background: rgba(255, 255, 255, 0.7294117647);
    transition: 0s ease;
    padding: 0 1.2rem;
  }
  .site_header:has(.content_menubar.active) {
    border-radius: 2.6rem;
    transition: 0s ease;
    padding-bottom: 1.6rem;
  }
}
.site_header .nav_menu_toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 0;
  background: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.6rem;
  align-items: center;
  position: relative;
}
@media (max-width: 576px) {
  .site_header .nav_menu_toggle {
    display: flex;
  }
}
.site_header .nav_menu_toggle span {
  display: flex;
  width: 1.7rem;
  height: 0.2rem;
  background: var(--neutral-950, #0A0A0A);
  border-radius: 0.2rem;
  transition: all 0.35s ease;
  transform-origin: center;
  position: absolute;
}
.site_header .nav_menu_toggle span:first-child {
  top: 1rem;
}
.site_header .nav_menu_toggle span:last-child {
  bottom: 1rem;
}
.site_header .nav_menu_toggle.active {
  gap: 0;
}
.site_header .nav_menu_toggle.active span:first-child {
  transform: rotate(45deg);
  top: 1.4rem;
}
.site_header .nav_menu_toggle.active span:last-child {
  transform: rotate(-45deg);
  bottom: 1.4rem;
}
.site_header .content_menubar {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.site_header .content_menubar.active {
  max-height: 100vh;
  /* Adjust if needed */
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {
  .site_header .content_menubar {
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
  }
}
.site_header .brand-logo img {
  height: 2.8rem;
  width: fit-content;
}
@media (max-width: 576px) {
  .site_header .brand-logo img {
    width: fit-content;
  }
}
.site_header .brand-logo .--white {
  display: none;
}
.site_header .brand-logo .--dark {
  display: flex;
}
.site_header.--white {
  background: rgba(255, 255, 255, 0.0784313725);
  transition: background 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 2px 1px light-dark(color-mix(black, transparent 85%), color-mix(white, transparent 65%)) inset, 0 0 10px 4px light-dark(color-mix(black, transparent 90%), color-mix(white, transparent 85%)) inset, 0 4px 16px rgba(17, 17, 26, 0.0509803922), 0 8px 24px rgba(17, 17, 26, 0.0509803922), 0 16px 56px rgba(17, 17, 26, 0.0509803922), 0 4px 16px rgba(17, 17, 26, 0.0509803922) inset, 0 8px 24px rgba(17, 17, 26, 0.0509803922) inset, 0 16px 56px rgba(17, 17, 26, 0.0509803922) inset;
}
.site_header.--white .nav_menu_toggle span {
  background: var(--neutral-50, #F9FAFB);
}
@media (max-width: 576px) {
  .site_header.--white {
    background: rgba(237, 237, 237, 0);
  }
}
.site_header.--white .btn.btn_text {
  color: #FFF;
}
.site_header.--white .btn.btn_primary {
  background: var(--C3, #655AF2);
}
.site_header.--white .brand-logo .--dark {
  display: none;
}
.site_header.--white .brand-logo .--white {
  display: flex;
}
.site_header.--white .navbar .navbar_items li a {
  color: #FFF;
}
.site_header.--white .navbar .navbar_items li a.active {
  color: var(--C3, #655AF2);
}
.site_header #btn_group_header {
  transition: 0.5s ease;
}
.site_header #btn_group_header.w_xl_auto {
  gap: 0;
}
@media (max-width: 576px) {
  .site_header #btn_group_header {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.2rem !important;
  }
}
.site_header .w_xl_auto {
  justify-content: end;
}
.site_header .w_xl_auto .btn_primary {
  opacity: 0;
  width: 0 !important;
  visibility: hidden;
  padding: 0 !important;
  transform: scaleX(0);
  transform-origin: right center;
  opacity: 0;
  transition: opacity 0.35s ease, width 0.35s ease, transform 0.35s ease, visibility 0.35s ease, padding 0.35s ease;
}
.site_header .w_xl_auto .btn_primary span {
  display: none;
  min-width: 8.5rem;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .site_header .w_xl_auto .btn_primary {
    opacity: 1;
    width: 16rem !important;
    visibility: visible;
    transform: none;
  }
  .site_header .w_xl_auto .btn_primary span {
    display: inline-block;
    line-height: 1;
  }
}
.site_header .btn_primary {
  visibility: visible;
  padding: 1.2rem 1.6rem;
  opacity: 1;
  width: 12rem !important;
  transform: scaleX(1);
  transform-origin: right center;
  transition: opacity 0.35s ease, width 0.35s ease, transform 0.35s ease, visibility 0.35s ease, padding 0.35s ease;
}
@media (max-width: 576px) {
  .site_header .btn_primary {
    width: 16rem !important;
  }
}
.site_header .btn_primary span {
  display: inline-block;
  min-width: 8.5rem;
  white-space: nowrap;
}
.site_header .navbar {
  width: 100%;
}
.site_header .navbar .navbar_items {
  display: flex;
  gap: 4.4rem;
  align-items: center;
}
@media (max-width: 576px) {
  .site_header .navbar .navbar_items {
    flex-direction: column;
    gap: 2.6rem;
    align-items: flex-start;
    margin: 3rem 0 1.6rem;
  }
}
.site_header .navbar .navbar_items li .nav-link {
  color: var(--zinc-600, #52525B);
  font-family: var(--Body-Body-3-fontFamily, matter);
  font-size: var(--Body-Body-3-fontSize, 1.4rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-3-lineHeight, 2rem);
  letter-spacing: var(--Body-Body-3-letterSpacing, 0);
}
@media (max-width: 576px) {
  .site_header .navbar .navbar_items li .nav-link {
    font-size: 1.6rem;
  }
}
.site_header .navbar .navbar_items li .nav-link.active {
  color: #655AF2;
  font-weight: var(--Weights-Medium, 500);
}
.site_header .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .site_header .inner {
    flex-direction: column;
    padding: 0.5rem 1.6rem;
  }
}
.site_header .navbar_toggler {
  display: none;
}

.dashed-path {
  stroke-dasharray: 7 7;
  stroke-dashoffset: 0;
  transition: opacity 0.4s ease;
}

.svg-dot {
  transition: filter 0.4s ease;
}

.svg-dot-ring {
  transition: stroke 0.4s ease;
}

#site_footer .dashed-path {
  animation: dash-march 0.6s linear infinite;
}
#site_footer .svg-dot {
  animation: glowBoxShadow 1.5s ease infinite alternate;
}
#site_footer .svg-dot-ring {
  stroke: #a399ff;
}

@keyframes glowBoxShadow {
  0% {
    filter: drop-shadow(0 0 6px #655AF2) drop-shadow(0 0 14px #655AF299);
  }
  100% {
    filter: drop-shadow(0 0 6px rgba(100, 90, 242, 0)) drop-shadow(0 0 14px rgba(100, 90, 242, 0)99);
  }
}
@keyframes dash-march {
  to {
    stroke-dashoffset: -14;
  }
}
.site_footer {
  background: var(--Primary, #0B0B0F);
  padding: 14rem 0 0;
  overflow: hidden;
}
.site_footer .bg_footer {
  content: "";
  position: absolute;
  left: 0;
  top: -6rem;
  width: 100%;
  height: 6rem;
  background: #0e0a16;
}
@media (max-width: 576px) {
  .site_footer .bg_footer {
    top: -5.8rem;
  }
}
@media (max-width: 576px) {
  .site_footer {
    padding: 10rem 0 0;
  }
}
.site_footer .bg_pattern {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  height: auto;
}
.site_footer .inner {
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .site_footer .inner {
    padding: 0 1.6rem;
  }
}
.site_footer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(-39deg, #FFF6E8 -6%, rgba(80, 12, 176, 0.8) 7%, transparent 40%);
  pointer-events: none;
}
.site_footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(48deg, rgba(80, 12, 176, 0.3882352941) -7%, transparent 30%);
  pointer-events: none;
}
.site_footer .container,
.site_footer .container_custom {
  position: relative;
  z-index: 1;
}
.site_footer .title_footer {
  margin-bottom: 14.4rem;
}
@media (max-width: 576px) {
  .site_footer .title_footer {
    margin-bottom: 8rem;
  }
}
.site_footer .title_footer .heading {
  color: var(--b-w-white, #FFF);
  text-align: center;
  font-family: var(--Title-Title-3-fontFamily, Matter);
  font-size: var(--Title-Title-3-fontSize, 5.6rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Title-Title-3-lineHeight, 6.8rem);
  /* 121.429% */
  letter-spacing: var(--Title-Title-3-letterSpacing, -0.2rem);
  margin-bottom: 2.4rem;
}
@media (max-width: 576px) {
  .site_footer .title_footer .heading {
    font-size: var(--Heading-H3-fontSize, 3.6rem);
    line-height: 4rem;
  }
  .site_footer .title_footer .heading br {
    display: none;
  }
}
.site_footer .title_footer .heading .text_primary {
  color: var(--C3, #655AF2);
}
.site_footer .title_footer .text {
  color: var(--gray-400, #9CA3AF);
  text-align: center;
  font-family: var(--Label-Label-1-fontFamily, matter);
  font-size: var(--Heading-H6-fontSize, 2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: 2.8rem;
  letter-spacing: var(--Heading-H6-letterSpacing, 0);
  margin-bottom: 4rem;
}
@media (max-width: 576px) {
  .site_footer .title_footer .text {
    font-size: var(--Heading-H3-fontSize, 2rem);
    line-height: normal;
  }
}
.site_footer .title_footer .btn {
  margin: 0 auto;
}
.site_footer .footer_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.6rem;
}
@media (max-width: 576px) {
  .site_footer .footer_content {
    flex-direction: column;
    gap: 4rem;
  }
}
.site_footer .footer_content .footer_links {
  display: flex;
  gap: 6rem;
}
@media (max-width: 576px) {
  .site_footer .footer_content .footer_links {
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.site_footer .footer_content .footer_links li a {
  color: var(--gray-400, #9CA3AF);
  text-align: center;
  /* Body/Body-3/Regular */
  font-family: var(--Body-Body-3-fontFamily, matter);
  font-size: var(--Body-Body-3-fontSize, 1.4rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-3-lineHeight, 2rem);
  /* 142.857% */
  letter-spacing: var(--Body-Body-3-letterSpacing, 0);
}
.site_footer .footer_content .footer_links li a:hover {
  color: #FFF;
}
.site_footer .footer_content .footer_social {
  display: flex;
  gap: 2.6rem;
}
@media (max-width: 576px) {
  .site_footer .footer_content .footer_social {
    margin: 0 auto;
  }
}
.site_footer .footer_content .footer_social a svg .stroke {
  stroke: var(--gray-400, #9CA3AF);
}
.site_footer .footer_content .footer_social a svg .fill {
  fill: var(--gray-400, #9CA3AF);
}
.site_footer .footer_content .footer_social a svg path {
  transition: 0.3s;
}
.site_footer .footer_content .footer_social a:hover svg path {
  transition: 0.3s;
}
.site_footer .footer_content .footer_social a:hover svg .stroke {
  stroke: #FFF;
}
.site_footer .footer_content .footer_social a:hover svg .fill {
  fill: #FFF;
}
.site_footer .footer_item {
  text-align: center;
  margin-bottom: 7.8rem;
}
.site_footer .footer_item .heading {
  color: var(--gray-200, #E5E7EB);
  /* Label/Label-1/Medium */
  font-family: var(--Label-Label-1-fontFamily, matter);
  font-size: var(--Label-Label-1-fontSize, 1.6rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Label-Label-1-lineHeight, 2.2rem);
  /* 137.5% */
  letter-spacing: var(--Heading-H6-letterSpacing, 0);
  margin-bottom: 2.8rem;
}
.site_footer .footer_bottom {
  border-top: 0.1rem solid var(--gray-600, #4B5563);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 0;
}
.site_footer .footer_bottom .footer_logo,
.site_footer .footer_bottom .copyright,
.site_footer .footer_bottom .flex_bottom {
  width: 33.3%;
}
@media (max-width: 576px) {
  .site_footer .footer_bottom .footer_logo,
  .site_footer .footer_bottom .copyright,
  .site_footer .footer_bottom .flex_bottom {
    width: 100%;
    text-align: center;
  }
}
.site_footer .footer_bottom .footer_logo {
  display: flex;
  justify-content: flex-start;
}
.site_footer .footer_bottom .footer_logo img {
  height: 2.8rem;
  width: fit-content;
}
@media (max-width: 576px) {
  .site_footer .footer_bottom .footer_logo img {
    width: fit-content;
  }
}
.site_footer .footer_bottom .copyright {
  color: var(--gray-400, #9CA3AF);
  font-family: var(--Body-Body-4-fontFamily, matter);
  font-size: var(--Body-Body-4-fontSize, 1.2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-4-lineHeight, 1.6rem);
  letter-spacing: var(--Body-Body-4-letterSpacing, 0);
  text-align: center;
}
@media (max-width: 576px) {
  .site_footer .footer_bottom .copyright {
    text-align: center;
    order: 3;
  }
}
@media (max-width: 576px) {
  .site_footer .footer_bottom {
    padding: 3rem 0;
    flex-wrap: wrap;
  }
  .site_footer .footer_bottom .footer_logo,
  .site_footer .footer_bottom .flex_bottom {
    flex: 1 1 calc(50% - 0.5rem);
  }
  .site_footer .footer_bottom .copyright {
    flex: 0 0 100%;
  }
}
.site_footer .footer_bottom .flex_bottom {
  display: flex;
  gap: 2.6rem;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .site_footer .footer_bottom .flex_bottom {
    justify-content: center;
    gap: 2.4rem;
    margin: 4rem 0;
  }
}
.site_footer .footer_bottom .flex_bottom .text a:hover {
  color: #FFF;
}
.site_footer .footer_bottom .flex_bottom .text,
.site_footer .footer_bottom .flex_bottom .text a {
  color: var(--gray-400, #9CA3AF);
  font-family: var(--Body-Body-4-fontFamily, matter);
  font-size: var(--Body-Body-4-fontSize, 1.2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-4-lineHeight, 1.6rem);
  letter-spacing: var(--Body-Body-4-letterSpacing, 0);
}
@media (max-width: 576px) {
  .site_footer .footer_bottom .flex_bottom .text,
  .site_footer .footer_bottom .flex_bottom .text a {
    text-align: center;
    width: 100%;
    white-space: nowrap;
  }
}

footer {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #252a47;
}
@media (max-width: 576px) {
  footer {
    position: relative;
  }
}

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

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #FFF;
}

::-webkit-scrollbar-thumb {
  background: var(--C3, #655AF2);
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--C3, #483ed3);
}

:root {
  --header-h: 6rem;
}

a,
a:hover {
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
span,
ul,
li,
strong,
b,
i {
  font-family: "Matter";
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  font-size: 10px;
}
@media (max-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1820px) {
  html {
    font-size: 9.5px;
  }
}
@media (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 6px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 9px;
  }
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

@media (max-width: 576px) {
  section {
    overflow-x: hidden;
  }
}

section[id] {
  scroll-margin-top: 10rem;
}

.--gutter-xy-140 {
  --bs-gutter-x: 14rem;
  --bs-gutter-y: 14rem;
}

.--gutter-y-32 {
  --bs-gutter-y: 3.2em;
}

.--gutter-xy-28 {
  --bs-gutter-x: 2.8rem;
  --bs-gutter-y: 2.8rem;
}

.--bs-gutter-xy-20 {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.--gutter-x-32 {
  --bs-gutter-x: 3.2rem;
}

.banner_section.ptb_y_35 {
  padding: 35rem 0;
}
@media (max-width: 1024px) {
  .banner_section.ptb_y_35 {
    padding: 20rem 0;
  }
}
@media (max-width: 576px) {
  .banner_section.ptb_y_35 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .banner_section.ptb_y_35 .title_banner {
    width: 100%;
    margin-bottom: 3rem;
  }
  .banner_section.ptb_y_35 {
    padding: 20rem 0;
  }
}

.ptb_y_20 {
  padding: 23rem 0;
}
@media (max-width: 1024px) {
  .ptb_y_20 {
    padding: 15rem 0;
  }
}
@media (max-width: 576px) {
  .ptb_y_20 {
    padding: 15rem 0;
  }
}

.w_xl_33 {
  width: 33%;
}

.w_xl_20 {
  width: 20%;
}

.top_7 {
  top: 0.7rem;
  margin-top: 0.7rem !important;
}

.section_main {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

main {
  background: white;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 0 0 5rem 5rem;
}
@media (max-width: 576px) {
  main {
    border-radius: 0 0 5rem 5rem;
  }
}
@media (max-width: 1024px) {
  main section {
    overflow: hidden;
  }
}
main.active {
  overflow: hidden;
}
main section {
  width: 100%;
}

.btn_group {
  display: flex;
  gap: 1.6rem;
}

.btn {
  display: flex;
  height: 4.4rem;
  padding: 1.2rem 1.6rem;
  justify-content: center;
  align-items: center;
  width: fit-content;
  font-family: var(--Body-Body-3-fontFamily, matter);
  font-size: var(--Body-Body-3-fontSize, 1.4rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  border-radius: 5rem;
  letter-spacing: var(--Body-Body-3-letterSpacing, 0);
}
@media (max-width: 576px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: #FFF;
  background-color: var(--bs-btn-active-bg);
  border-color: transparent;
}
.btn.btn_text {
  background: transparent;
  border: 0;
  color: var(--zinc-950, #09090B);
  line-height: var(--Body-Body-3-lineHeight, 2rem);
}
.btn.btn_text-check:checked + .btn.btn_text, .btn.btn_text.active, .btn.btn_text.show, .btn.btn_text:first-child:active, :not(.btn-check) + .btn.btn_text:active {
  color: var(--zinc-950, #09090B);
  background-color: var(--bs-btn-active-bg);
  border-color: transparent;
}
@media (max-width: 576px) {
  .btn.btn_text {
    padding: 0;
  }
}
.btn.btn_secondary {
  background: var(--C3, #655AF2);
  line-height: 1.8rem;
  color: #FFF;
}
.btn.btn_secondary:active {
  background: #5249cc;
  color: #FFF;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.18) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 0 0 0.5px rgba(99, 102, 241, 0.4), 0 4px 24px rgba(99, 102, 241, 0.2);
}
.btn.btn_primary {
  line-height: 1.8rem;
  color: #FFF;
  background: linear-gradient(180deg, rgba(45, 45, 45, 0.85) 0%, #1A1A1A 52.4%);
}
.btn.btn_outline {
  color: var(--C3, #655AF2);
  text-align: center;
  font-size: var(--Label-Label-1-fontSize, 1.6rem);
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Label-Label-1-lineHeight, 2.2rem);
  letter-spacing: var(--Heading-H6-letterSpacing, 0);
  padding: 1.2rem 2.4rem;
  color: var(--C3, #655AF2);
  border: 1px solid var(--C3, #655AF2);
}
.btn.btn_outline.btn_glass {
  box-shadow: none;
}
.btn.btn_outline.btn_glass::after {
  background: linear-gradient(90deg, transparent, rgba(130, 108, 255, 0.15), transparent);
}

.container_custom {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1620px;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .container_custom {
    max-width: 1320px;
  }
}
@media (max-width: 1440px) {
  .container_custom {
    max-width: 1240px;
  }
}

.badge_primary {
  color: var(--b-w-white, #FFF);
  font-size: var(--Caption-Caption-1-fontSize, 1rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Caption-Caption-1-lineHeight, 1.2rem);
  letter-spacing: var(--Caption-Caption-1-letterSpacing, 0);
  border-radius: 0.4rem;
  background: var(--C3, #655AF2);
  display: inline-flex;
  padding: 0.6rem 0.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.8432rem;
}

.badge_second {
  display: inline-flex;
  padding: 0.6rem 0.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.899rem;
  color: var(--gray-700, #374151);
  font-size: var(--Caption-Caption-1-fontSize, 1rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Caption-Caption-1-lineHeight, 1.2rem);
  letter-spacing: var(--Caption-Caption-1-letterSpacing, 0);
  border-radius: 0.6rem;
  background: var(--gray-200, #E5E7EB);
}

.btn_glass {
  position: relative;
  outline: none;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.18) inset, 0 -1px 0 0 rgba(0, 0, 0, 0.12) inset, 0 0 0 0.5px rgba(99, 102, 241, 0.4), 0 4px 24px rgba(99, 102, 241, 0.2);
}
.btn_glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.22) 0%, rgba(99, 102, 241, 0.08) 40%, transparent 60%);
  pointer-events: none;
}
.btn_glass::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s ease;
  pointer-events: none;
}
.btn_glass:hover::after {
  left: 140%;
}

.blog_section {
  padding: 12rem 0 22rem;
}
.blog_section .content_blog {
  margin-bottom: 10rem;
}
.blog_section .content_blog .col-lg-6 > .title_blog {
  padding-right: 2rem;
  margin-bottom: 3rem;
}
.blog_section .content_blog.--detail {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-right: 5rem;
}
@media (max-width: 576px) {
  .blog_section .content_blog.--detail {
    margin-bottom: 0;
  }
}
.blog_section .content_blog.--detail .heading {
  margin-bottom: 1.2rem;
}
.blog_section .content_blog.--detail img {
  margin-bottom: 4.4rem;
}
.blog_section .content_blog.--detail h2 {
  color: var(--gray-700, #374151);
  font-family: var(--Heading-H4-fontFamily, Matter);
  font-size: var(--Heading-H4-fontSize, 3.2rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H4-lineHeight, 3.8rem);
  letter-spacing: -0.1rem;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .blog_section .content_blog.--detail h2 {
    font-size: 2rem;
    line-height: normal;
  }
}
.blog_section .content_blog.--detail p {
  margin-bottom: 0;
}
.blog_section .content_blog.--detail .badge_group {
  margin-bottom: 2.8rem;
}
.blog_section .content_blog .date {
  color: var(--gray-700, #374151);
  /* Body/Body-4/Regular */
  font-family: var(--Body-Body-4-fontFamily, Matter);
  font-size: var(--Body-Body-4-fontSize, 1.2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-4-lineHeight, 1.6rem);
  /* 133.333% */
  letter-spacing: var(--Body-Body-4-letterSpacing, 0);
}
.blog_section .content_blog .heading {
  color: var(--gray-700, #374151);
  /* Heading/H3/Medium */
  font-family: var(--Heading-H3-fontFamily, Matter);
  font-size: var(--Heading-H3-fontSize, 4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H3-lineHeight, 4.8rem);
  /* 120% */
  letter-spacing: var(--Heading-H3-letterSpacing, -0.2rem);
  margin: 1.6rem 0 0.8rem 0;
}
@media (max-width: 576px) {
  .blog_section .content_blog .heading {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}
.blog_section .content_blog .text {
  color: var(--gray-600, #4B5563);
  /* Body 20 */
  font-family: var(--Label-Label-1-fontFamily, Matter);
  font-size: var(--Heading-H6-fontSize, 2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: 2.8rem;
  /* 140% */
  letter-spacing: var(--Heading-H6-letterSpacing, 0);
  margin: 0 0 1.6rem 0;
}
@media (max-width: 576px) {
  .blog_section .content_blog .text {
    font-size: 1.6rem;
    line-height: normal;
  }
}
.blog_section .content_blog .badge_group {
  margin-bottom: 4rem;
}
.blog_section .title_section {
  margin-bottom: 10rem;
}
.blog_section .title_section .btn {
  margin: 0 0 0 auto;
}
.blog_section .badge_group {
  display: flex;
  gap: 1rem;
}
.blog_section .badge_group .badge {
  color: var(--gray-700, #374151);
  width: fit-content;
  font-family: var(--Body-Body-4-fontFamily, Matter);
  font-size: var(--Body-Body-4-fontSize, 1.2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: none;
  height: 3.2rem;
  letter-spacing: var(--Body-Body-4-letterSpacing, 0);
  border-radius: 0.6rem;
  background: var(--gray-200, #E5E7EB);
  display: flex;
  padding: 0.6rem 1rem;
  align-items: center;
  gap: 0.8432rem;
}
.blog_section .item {
  border-radius: 3.4rem;
  background: var(--Card-bg, #F5F5F5);
  overflow: hidden;
  display: block;
}
.blog_section .item:hover {
  box-shadow: 0 0 0 0.94px rgba(160, 169, 182, 0.03), 0 2.82px 1.88px 0 rgba(0, 0, 0, 0.04), 0 6.579px 4.699px 0 rgba(0, 0, 0, 0.02), 0 12.218px 9.398px 0 rgba(0, 0, 0, 0.02), 0 20.677px 15.977px 0 rgba(0, 0, 0, 0.02);
}
.blog_section .item_image {
  overflow: hidden;
  height: 25rem;
}
@media (max-width: 576px) {
  .blog_section .item_image {
    height: auto;
  }
}
.blog_section .item_image img {
  object-fit: cover;
  height: 100%;
}
.blog_section .item_content {
  padding: 2rem;
  background: var(--Card-bg, #F5F5F5);
}
.blog_section .item_content .date {
  color: var(--gray-700, #374151);
  font-family: var(--Body-Body-4-fontFamily, Matter);
  font-size: var(--Body-Body-4-fontSize, 1.2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-4-lineHeight, 1.6rem);
  letter-spacing: var(--Body-Body-4-letterSpacing, 0);
}
.blog_section .item_content .heading {
  color: var(--gray-800, #1F2937);
  font-family: var(--Heading-H5-fontFamily, Matter);
  font-size: var(--Heading-H5-fontSize, 2.4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H5-lineHeight, 3rem);
  letter-spacing: var(--Heading-H5-letterSpacing, 0);
  margin: 0.8rem 0 1.2rem;
}

.inner_blog {
  width: 106.9rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .inner_blog {
    padding: 0 1.6rem;
  }
}

@media (max-width: 576px) {
  .doodle-svg {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  html {
    scroll-behavior: auto;
  }
}
.mb_lg_60 {
  margin-bottom: 6rem !important;
}

@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-Heavy.woff") format("woff");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/Matter-HeavyItalic.woff") format("woff");
  font-weight: 800 900;
  font-style: italic;
  font-display: swap;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes spin {
  to {
    --angle: 360deg;
  }
}
.pulse_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pulse_content .pulse {
  background: #F26706;
  height: 0.7rem;
  width: 0.7rem;
  box-shadow: 0 0 0 0 var(--orange-400, #FB923C);
  transform: scale(1);
  animation: pulse 3s infinite;
  border-radius: 20rem;
  position: absolute;
}
.pulse_content .pulse.--1 {
  left: 8em;
  top: 14rem;
}
.pulse_content .pulse.--2 {
  left: 11.5em;
  top: 9rem;
}
.pulse_content .pulse.--3 {
  left: 10.5em;
  top: 18rem;
}
.pulse_content .pulse.--4 {
  left: 15.4em;
  top: 16rem;
}
.pulse_content .pulse.--5 {
  left: 18.4em;
  top: 14rem;
}
.pulse_content .pulse.--6 {
  left: 20.4em;
  top: 11rem;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(242, 103, 6, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(242, 103, 6, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(242, 103, 6, 0);
  }
}
.title_section {
  margin-bottom: 7rem;
}
.title_section.title_row .text {
  position: relative;
  top: 0.7rem;
}
.title_section .heading {
  color: var(--gray-900, #111827);
  font-family: var(--Heading-H2-fontFamily, Matter);
  font-size: var(--Heading-H2-fontSize, 4.8rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Heading-H2-lineHeight, 5.8rem);
  /* 120.833% */
  letter-spacing: -0.2rem;
}
.title_section .heading .gradient {
  padding-right: 0.2rem;
  background: -webkit-linear-gradient(0deg, #FFC501, #FF4880, #7F30FF, #00B0FF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  background-image: linear-gradient(120deg, #FFC501, #FF4880, #7F30FF, #00B0FF, #FFC501);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shine 20s linear infinite;
}
@media (max-width: 576px) {
  .title_section .heading {
    font-size: var(--Heading-H3-fontSize, 3.6rem);
    line-height: 4rem;
    margin-bottom: 1rem;
  }
}
.title_section .text {
  color: var(--gray-600, #4B5563);
  font-family: var(--Heading-H5-fontFamily, matter);
  font-size: var(--Heading-H5-fontSize, 2.4rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Heading-H5-lineHeight, 3rem);
}
@media (max-width: 576px) {
  .title_section .text {
    font-size: var(--Heading-H3-fontSize, 2rem);
    line-height: normal;
  }
}

/**************************************************************************************
Animation
**************************************************************************************/
#card_animate_hover_2 .card_item_image {
  position: relative;
  width: fit-content;
}
#card_animate_hover_2 .badge_primary,
#card_animate_hover_2 .badge_second {
  transition: 0.3s ease;
  position: absolute;
}
#card_animate_hover_2 .badge_primary.active,
#card_animate_hover_2 .badge_second.active {
  animation: float 3s ease-in-out infinite;
  box-shadow: none !important;
}
#card_animate_hover_2 .badge_primary {
  left: 6rem;
  top: 4rem;
}
#card_animate_hover_2 .badge_second {
  right: 3.5rem;
  bottom: 6rem;
}

#card_animate_hover_2 .badge_primary, #card_animate_hover_2 .badge_second {
  transition: 0.3s ease;
  position: absolute;
  height: 2.4rem;
  line-height: 0;
  padding-bottom: 0.7rem;
}
#card_animate_hover_2 .graph-line-black,
#card_animate_hover_2 .graph-line-gray {
  stroke-dasharray: none;
  stroke-dashoffset: 0;
}
#card_animate_hover_2 .graph-dot {
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}
#card_animate_hover_2 .legend-pill {
  opacity: 0;
  transform: translateY(6px);
}
#card_animate_hover_2:hover .graph-line-black {
  animation: drawLine 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
}
#card_animate_hover_2:hover .graph-line-gray {
  animation: drawLine 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.1s forwards;
}
#card_animate_hover_2:hover .graph-dot {
  animation: popDot 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
#card_animate_hover_2:hover .dot-b1 {
  animation-delay: 0.55s;
}
#card_animate_hover_2:hover .dot-b2 {
  animation-delay: 0.65s;
}
#card_animate_hover_2:hover .dot-g1 {
  animation-delay: 0.6s;
}
#card_animate_hover_2:hover .dot-g2 {
  animation-delay: 0.7s;
}
#card_animate_hover_2:hover .legend-pill {
  animation: fadeUp 0.4s ease 0.5s forwards;
}
#card_animate_hover_2:hover .legend-pill:nth-child(2) {
  animation-delay: 0.6s;
}
@keyframes drawLine {
  from {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
  }
  to {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
  }
}
@keyframes popDot {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#card_animate_hover_2 .axis-line {
  animation: none;
  transition: opacity 0.3s ease;
}
#card_animate_hover_2:hover .axis-line {
  opacity: 1;
}
#card_animate_hover_2 .grid-lines {
  opacity: 0;
  transition: opacity 0.4s ease 0.05s;
}
#card_animate_hover_2:hover .grid-lines {
  opacity: 1;
}

#card_animate_hover_4 .icon_fill {
  transition: 0.3s ease;
}
#card_animate_hover_4 .icon_fill.active {
  transition: 0.3s ease;
  fill: #22C55E !important;
}
#card_animate_hover_4 .icon_badge {
  transition: 0.3s ease;
}
#card_animate_hover_4 .icon_badge.active {
  transition: 0.3s ease;
  fill: #655AF2 !important;
}
#card_animate_hover_4 .icon_text {
  transition: 0.3s ease;
}
#card_animate_hover_4 .icon_text.active {
  transition: 0.3s ease;
  fill: #FFF !important;
}

#card_animate_hover_3:hover .card_item_image .icon-glow,
#card_animate_hover_5:hover .card_item_image .icon-glow {
  transition: 0.3s ease;
  animation: glow 3s ease-in-out infinite;
}
#card_animate_hover_3:hover .card_item_image path[fill="#0B0B0F"],
#card_animate_hover_3:hover .card_item_image rect[fill="#0B0B0F"],
#card_animate_hover_5:hover .card_item_image path[fill="#0B0B0F"],
#card_animate_hover_5:hover .card_item_image rect[fill="#0B0B0F"] {
  transition: 0.3s ease;
  animation: glowDark 3s ease-in-out infinite;
}
#card_animate_hover_3:hover .card_item_image .icon_rotate,
#card_animate_hover_5:hover .card_item_image .icon_rotate {
  transform-box: fill-box;
  transform-origin: center center;
  animation: rotate360 2s linear infinite;
}
#card_animate_hover_3:hover .card_item_image rect[fill="#F0FDF4"],
#card_animate_hover_5:hover .card_item_image rect[fill="#F0FDF4"] {
  transition: 0.3s ease;
  animation: glowLight 3s ease-in-out infinite;
}

.card_item_image.--chart-2 {
  position: relative;
}
@media (max-width: 1440px) {
  .card_item_image.--chart-2 .chart_item_content.--xs {
    bottom: -1rem;
  }
}
.card_item_image.--chart-2 .chart_item_content {
  position: absolute;
  width: 13.8rem;
  bottom: -4rem;
  right: -1rem;
  margin: 0 auto;
  transform: translatey(0px);
  box-shadow: none !important;
}
@media (max-width: 1366px) {
  .card_item_image.--chart-2 .chart_item_content {
    transform: scale(0.8);
  }
}
.card_item_image.--chart {
  position: relative;
}
.card_item_image.--chart .chart_item_content {
  position: absolute;
  width: 73%;
  top: 12rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.radar-wrapper {
  position: relative;
  width: 26rem;
  height: 26rem;
}

.radar {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 50rem;
  border: 0.06rem solid var(--gray-300, #D1D5DB);
  background: var(--gray-100, #F3F4F6);
}
.radar::before, .radar::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.08);
}
.radar::before {
  width: 0.1rem;
  height: 100%;
}
.radar::after {
  width: 100%;
  height: 0.1rem;
  top: 0;
  transform: translateY(-50%);
}
.radar .point {
  position: absolute;
  width: 1rem;
  height: 1rem;
  z-index: 3;
  border-radius: 5rem;
  background: var(--C3, #655AF2);
  box-shadow: 0 0 15px 6px rgba(101, 90, 242, 0.2), 0 1.798px 3.596px -1.798px #655AF2;
}
.radar .point.--1 {
  left: 8rem;
  bottom: 8rem;
}
@media (max-width: 1600px) {
  .radar .point.--1 {
    bottom: 7.6rem;
  }
}
.radar .point.--2 {
  left: 7.2rem;
  top: 7.3rem;
}
.radar .point.--3 {
  right: 2rem;
  top: 9rem;
}
.radar .circle {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100rem;
  border: 0.06rem solid var(--gray-300, #D1D5DB);
}
.radar .circle.--1 {
  width: 21rem;
  height: 21rem;
}
.radar .circle.--2 {
  width: 16rem;
  height: 16rem;
}
.radar .circle.--3 {
  width: 11rem;
  height: 11rem;
}
.radar .circle.--4 {
  width: 6.6rem;
  height: 6.6rem;
}

.line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  transform-origin: center;
}
.line.one {
  transform: rotate(45deg);
}
.line.two {
  transform: rotate(-45deg);
}

.sweep {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 0.2rem;
  border-radius: 8.1rem;
  border: 1px solid var(--Primary, #0B0B0F);
  background: var(--Primary, #0B0B0F);
  box-shadow: 0 -15px 50px 2px #655AF2;
  transform-origin: left center;
  z-index: 5;
}

.card_item_image_content {
  margin: 11rem auto 0;
  position: relative;
  text-align: center;
  width: 73rem;
}
@media (max-width: 576px) {
  .card_item_image_content {
    margin: 5rem auto 0;
  }
}
.card_item_image_content .radar .point {
  animation: pulseRadar 2s infinite;
}
.card_item_image_content .sweep {
  animation: radarRotate 4s linear infinite;
}
.card_item_image_content .radar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1600px) {
  .card_item_image_content .radar-wrapper {
    transform: scale(1.2);
  }
}
@media (max-width: 1366px) {
  .card_item_image_content .radar-wrapper {
    transform: scale(1.5);
  }
}
@media (max-width: 1440px) {
  .card_item_image_content .radar-wrapper {
    transform: scale(1.4);
  }
}
@media (max-width: 576px) {
  .card_item_image_content .radar-wrapper {
    transform: scale(0.72);
  }
}

.card_item_image .icon_rotate {
  transform-box: fill-box;
  transform-origin: center center;
}
.card_item_image .radar_img_2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.card_item_image .radar_img {
  width: 100%;
}
@media (max-width: 576px) {
  .card_item_image .radar_img {
    width: 100%;
    height: auto;
  }
}

.icon_fill,
.icon_stroke,
#toggle-switch,
#toggle-bg {
  transition: 0.3s ease;
}
.icon_fill.active,
.icon_stroke.active,
#toggle-switch.active,
#toggle-bg.active {
  transition: 1s ease;
}

.icon_fill.active {
  fill: #6c5ce7 !important;
}

.icon_stroke.active {
  stroke: #6c5ce7 !important;
}

#toggle-switch {
  transform: translateX(-13px);
}
#toggle-switch.active {
  transform: translateX(0);
}

#toggle-bg {
  fill: #CCC !important;
}
#toggle-bg.active {
  fill: #6c5ce7 !important;
}

/**************************************************************************************
Home Page
**************************************************************************************/
.fcp_section {
  padding: 37rem 0 80rem;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.fcp_section .bg_pattern_xs_1, .fcp_section .bg_pattern_xs_2, .fcp_section .bg_pattern_xs_3 {
  position: absolute;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 576px) {
  .fcp_section .bg_pattern_xs_1, .fcp_section .bg_pattern_xs_2, .fcp_section .bg_pattern_xs_3 {
    opacity: 0.5;
  }
}
.fcp_section .bg_pattern_xs_1 {
  left: -11.5rem;
  top: 12rem;
}
.fcp_section .bg_pattern_xs_2 {
  right: -3rem;
  top: 10rem;
}
.fcp_section .bg_pattern_xs_3 {
  left: -1.5rem;
  bottom: 27.5rem;
}
.fcp_section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media (max-width: 1600px) {
  .fcp_section div.bg_pattern_right {
    right: -8rem;
  }
  .fcp_section div.bg_pattern_right .bg_pattern.--2 {
    height: auto;
    bottom: 51rem;
    right: -13rem;
  }
  .fcp_section div.bg_pattern_left {
    left: -13rem;
  }
  .fcp_section div.bg_pattern_left .bg_pattern.--2 {
    bottom: 12.5rem;
  }
}
@media (max-width: 576px) {
  .fcp_section div.banner_images div.banner_right_bottom {
    bottom: -13rem;
  }
  .fcp_section site-banner-right,
  .fcp_section site-banner-left {
    width: 50%;
    display: flex;
    pointer-events: none;
  }
  .fcp_section div.bg_pattern_right {
    right: 0;
  }
  .fcp_section div.bg_pattern_right .bg_pattern.--2 {
    height: auto;
    bottom: 51rem;
    right: -13rem;
  }
  .fcp_section div.bg_pattern_left {
    left: 0;
  }
  .fcp_section div.bg_pattern_left .bg_pattern.--2 {
    bottom: 12.5rem;
  }
}
@media (max-width: 1440px) {
  .fcp_section div.bg_pattern_right.fade-up {
    right: -8rem;
    transform: scale(0.8);
  }
  .fcp_section div.bg_pattern_right.fade-up .bg_pattern.--1 {
    top: -11rem;
    left: 24rem;
  }
  .fcp_section div.bg_pattern_left.fade-up {
    left: -26rem;
    transform: scale(0.8);
  }
  .fcp_section div.bg_pattern_left.fade-up .bg_pattern.--1 {
    top: 12rem;
    left: 8em;
  }
  .fcp_section div.bg_pattern_left.fade-up .bg_pattern.--2 {
    bottom: 47.5rem;
  }
}
@media (max-width: 1440px) {
  .fcp_section .banner_right {
    top: 0;
  }
  .fcp_section .banner_left {
    top: 0;
  }
  .fcp_section div.bg_pattern_right div.bg_pattern.--2 {
    height: auto;
    bottom: 109rem;
    transform: scale(0.9);
    right: -33rem;
  }
}
@media (max-width: 1600px) {
  .fcp_section div.bg_pattern_left .bg_pattern.--2 {
    bottom: 12.5rem;
    right: auto;
    left: -5rem;
  }
}
@media (max-width: 1440px) {
  .fcp_section div.bg_pattern_left div.bg_pattern.--2 {
    right: auto;
    left: -5rem;
    transform: scale(0.9);
  }
}
@media (max-width: 576px) {
  .fcp_section {
    padding: 26rem 0 50rem;
    overflow: hidden;
  }
}
.fcp_section .anim-path {
  transition: opacity 0.4s ease;
}
.fcp_section .anim-path-dashed {
  stroke-dasharray: 6 6;
  transition: opacity 0.4s ease;
}
.fcp_section .anim-arrow {
  transition: filter 0.4s ease, opacity 0.4s ease;
}
.fcp_section.hovered .anim-path-dashed {
  animation: dash-march 0.5s linear infinite;
}
.fcp_section.hovered .anim-path {
  opacity: 0.2;
}
.fcp_section.hovered .anim-arrow {
  filter: drop-shadow(0 0 4px #94A3B8);
  opacity: 1;
}
@keyframes dash-march {
  to {
    stroke-dashoffset: -12;
  }
}
.fcp_section .bg_pattern_left {
  position: absolute;
  left: -6rem;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fcp_section .bg_pattern_left .bg_pattern {
  position: relative;
  width: fit-content;
  height: auto;
}
.fcp_section .bg_pattern_left .bg_pattern.--1 {
  top: 25rem;
  left: 8em;
}
.fcp_section .bg_pattern_left .bg_pattern.--2 {
  height: auto;
  bottom: -7.5rem;
  right: -6rem;
}
@media (max-width: 1440px) {
  .fcp_section .bg_pattern_left .bg_pattern.--2 {
    left: 1em;
  }
}
.fcp_section .bg_pattern_right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: -1;
}
.fcp_section .bg_pattern_right .bg_pattern {
  position: relative;
  width: fit-content;
  height: auto;
}
.fcp_section .bg_pattern_right .bg_pattern.--1 {
  top: 17rem;
  left: 5rem;
}
.fcp_section .bg_pattern_right .bg_pattern.--2 {
  height: auto;
  bottom: 23rem;
  right: -4rem;
}
.fcp_section .banner_images {
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .fcp_section .banner_images {
    z-index: 1;
    pointer-events: none;
  }
}
.fcp_section .banner_images .banner_left {
  display: flex;
  flex-direction: column;
  padding-top: 22rem;
}
@media (max-width: 576px) {
  .fcp_section .banner_images .banner_left {
    width: 100%;
    padding-top: 15rem;
  }
}
.fcp_section .banner_images .banner_left .b_img_1 {
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
}
.fcp_section .banner_images .banner_left .b_img_2 {
  width: 29rem;
  height: 23.8rem;
}
.fcp_section .banner_images .banner_left .b_img_3 {
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
}
.fcp_section .banner_images .banner_left .b_img_4 {
  width: 40.2rem;
  height: 22.2rem;
}
.fcp_section .banner_images .banner_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 22rem;
  padding-right: 0vw;
}
@media (max-width: 576px) {
  .fcp_section .banner_images .banner_right {
    width: 100%;
    padding-top: 6rem;
  }
}
.fcp_section .banner_images .banner_right .b_img_5 {
  width: 17rem;
  height: 10.5rem;
}
.fcp_section .banner_images .banner_right .b_img_6 {
  width: 25.6rem;
  height: 7.6rem;
}
.fcp_section .banner_images .banner_right .b_img_7 {
  width: 28.2rem;
  height: 23.2rem;
}
.fcp_section .banner_images .banner_right .b_img_8 {
  width: 20.7rem;
  height: 12.8rem;
}
.fcp_section .banner_images .banner_right .b_img_9 {
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
}
.fcp_section .banner_images .banner_right_bottom {
  display: flex;
  gap: 23.3rem;
  position: relative;
  align-items: center;
  right: 22rem;
}
@media (max-width: 576px) {
  .fcp_section .banner_images .banner_right_bottom {
    right: 25rem;
    bottom: -13rem;
  }
}
.fcp_section .title_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 75.2rem;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 1440px) {
  .fcp_section .title_banner {
    width: 59.2rem;
  }
}
@media (max-width: 1366px) {
  .fcp_section .title_banner {
    width: 60.2rem;
  }
}
@media (max-width: 576px) {
  .fcp_section .title_banner {
    width: 100%;
  }
  .fcp_section .title_banner h1.heading {
    font-size: var(--Heading-H3-fontSize, 4rem);
    font-style: normal;
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Heading-H3-lineHeight, 4.8rem);
  }
  .fcp_section .title_banner h1.heading .gradient {
    padding-right: 0.2rem;
    font-size: var(--Heading-H3-fontSize, 4rem);
    font-style: italic;
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Heading-H3-lineHeight, 4.8rem);
  }
  .fcp_section .title_banner .doodle-svg {
    width: 8.9rem;
    height: 1.2rem;
  }
}
.fcp_section .title_banner .heading {
  color: var(--neutral-950, #0A0A0A);
  text-align: center;
  font-family: var(--Title-Title-1-fontFamily, Matter);
  font-size: var(--Title-Title-1-fontSize, 7.2rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: 5rem;
  letter-spacing: var(--Title-Title-1-letterSpacing, -0.2rem);
  margin-bottom: 3rem;
}
.fcp_section .title_banner .heading .gradient {
  padding-right: 0.2rem;
  position: relative;
  color: var(--gray-50, #F9FAFB);
  font-family: var(--Title-Title-1-fontFamily, Matter);
  font-size: var(--Title-Title-1-fontSize, 7.2rem);
  font-style: italic;
  font-weight: var(--Weights-Medium, 500);
  line-height: 8rem;
  letter-spacing: var(--Title-Title-1-letterSpacing, -0.2rem);
  background: -webkit-linear-gradient(0deg, #FFC501, #FF4880, #7F30FF, #00B0FF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(120deg, #FFC501, #FF4880, #7F30FF, #00B0FF, #FFC501);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shine 20s linear infinite;
}
.fcp_section .title_banner .text {
  color: var(--neutral-500, #737373);
  text-align: center;
  font-family: var(--Label-Label-1-fontFamily, matter);
  font-size: var(--Heading-H6-fontSize, 2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: 2.8rem;
  letter-spacing: var(--Heading-H6-letterSpacing, 0);
  margin-bottom: 6rem;
}
.fcp_section .card_stack.--1 {
  display: flex;
  width: 6rem;
  height: 6rem;
  margin-left: 18rem;
  aspect-ratio: 1/1;
  border-radius: 0.8807rem;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--1 {
    margin-left: 2.6rem;
    width: 4.1rem;
    height: 4.1rem;
  }
  .fcp_section .card_stack.--1 img {
    width: 2.3649rem;
    height: 2.0465rem;
  }
}
.fcp_section .card_stack.glass_effect {
  padding: 1rem;
  width: fit-content;
  border-radius: 1.757rem;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1.092px rgba(160, 169, 182, 0.03), 0 3.277px 2.185px 0 rgba(0, 0, 0, 0.04), 0 7.647px 5.462px 0 rgba(0, 0, 0, 0.02), 0 14.202px 10.925px 0 rgba(0, 0, 0, 0.02), 0 24.034px 18.572px 0 rgba(0, 0, 0, 0.02);
}
.fcp_section .card_stack.--2 {
  margin-left: 18em;
  margin-top: 20rem;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--2 {
    display: none;
  }
}
.fcp_section .card_stack .--animate-border {
  padding: 0.2rem;
  background: conic-gradient(from var(--angle), transparent 94%, #655AF2 100%, transparent 100%);
  animation: spin 3.5s linear infinite;
  border-radius: 0.8807rem;
  overflow: hidden;
}
.fcp_section .card_stack.--3 {
  width: fit-content;
  display: flex;
  border-radius: 0.8807rem;
  overflow: hidden;
  margin-top: 11rem;
  margin-left: 44em;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--3 {
    width: 2.9rem;
    height: 2.9rem;
    aspect-ratio: 1/1;
    margin-left: 0;
    margin-top: 38rem;
    margin-left: 2rem;
    border-radius: 0.4rem;
    left: 1rem;
    position: relative;
  }
}
.fcp_section .card_stack.--4 {
  margin-top: 5rem;
  margin-left: 48em;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--4 {
    display: none;
  }
}
.fcp_section .card_stack.--5 {
  margin-right: 0;
  margin-top: 4.67rem;
  position: relative;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--5 {
    transform: scale(0.6);
  }
}
.fcp_section .card_stack.--5 .--content {
  position: absolute;
  height: 90%;
  width: 89%;
  display: flex;
  flex-direction: column;
  align-items: revert;
  text-align: end;
  justify-content: center;
  padding: 2.7rem 2.4rem;
}
.fcp_section .card_stack.--5 .--content .text {
  color: var(--neutral-700, #404040);
  text-align: end;
  font-family: var(--Body-Body-4-fontFamily, Matter);
  font-size: 1.1076rem;
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: 1.4768rem;
  text-transform: capitalize;
  margin-top: 0.4rem;
  margin-bottom: 0;
}
.fcp_section .card_stack.--5 .--content .counter {
  color: var(--emerald-500, #10B981);
  text-align: end;
  font-family: var(--Heading-H4-fontFamily, Matter);
  font-size: 2.9536rem;
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: 3.5074rem;
  /* 118.75% */
  letter-spacing: -0.0185rem;
}
.fcp_section .card_stack.--6 {
  margin-right: 0;
  margin-top: 10rem;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--6 {
    display: none;
  }
}
.fcp_section .card_stack.--7 {
  margin-right: 0;
  margin-top: 14rem;
  position: relative;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--7 {
    transform: scale(0.6);
    bottom: -25rem;
    position: relative;
  }
}
.fcp_section .card_stack.--8 {
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--8 {
    transform: scale(0.6);
  }
}
.fcp_section .card_stack.--9 {
  margin-right: 3rem;
  margin-top: 18rem;
}
@media (max-width: 576px) {
  .fcp_section .card_stack.--9 {
    display: none;
  }
}
.fcp_section .bg_1 {
  width: 100%;
  height: 100%;
  background: url("https://unified-supply-platform.s3.ap-south-1.amazonaws.com/website/assets-main/images/bg/banner_lg.webp");
  background-size: cover;
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
  z-index: -2;
}

.marquee_section {
  padding: 3rem 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1440px) {
  .marquee_section .container {
    width: 160rem;
  }
}
@media (max-width: 1024px) {
  .marquee_section .container {
    width: 160rem;
  }
}
@media (max-width: 576px) {
  .marquee_section .container {
    width: 100%;
  }
}
.marquee_section .marquee_flex {
  display: flex;
}
.marquee_section .marquee_flex.d_none_lg {
  display: none;
}
.marquee_section .inner {
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .marquee_section .inner {
    padding: 0 1.6rem;
  }
}
.marquee_section .title_marquee {
  margin-bottom: 3rem;
  position: relative;
}
.marquee_section .title_marquee::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50%;
  height: 0.1rem;
  background: linear-gradient(90deg, rgba(212, 212, 216, 0) 0%, #D4D4D8 100%);
}
.marquee_section .title_marquee::before {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50%;
  height: 0.1rem;
  background: linear-gradient(90deg, #D4D4D8 0%, rgba(212, 212, 216, 0) 100%);
}
.marquee_section .title_marquee .heading {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0.8rem 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5rem;
  border: 0.4px solid #D4D4D8;
  color: var(--neutral-500, #737373);
  text-align: center;
  font-family: var(--Body-Body-3-fontFamily, matter);
  font-size: var(--Body-Body-3-fontSize, 1.4rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-3-lineHeight, 2rem);
  letter-spacing: var(--Body-Body-3-letterSpacing, 0);
  background: linear-gradient(0deg, #fdfcff, #fdfcff);
}
@media (max-width: 576px) {
  .marquee_section .title_marquee .heading {
    background: #f1f0fe;
  }
}
.marquee_section .flip_animation {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 3.5rem;
  vertical-align: bottom;
  width: -webkit-fill-available;
}
.marquee_section .flip_animation img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 3.5rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
}
@media (max-width: 576px) {
  .marquee_section .flip_animation img {
    height: 2.5rem;
  }
}
.marquee_section .flip_animation img.is-active {
  transform: translateY(0);
  opacity: 0.7;
  z-index: 2;
}
.marquee_section .flip_animation img.is-exit {
  transform: translateY(-110%);
  opacity: 0;
  z-index: 1;
}
.marquee_section .flip_animation img.no-transition {
  transition: none !important;
}

.card_radius {
  border-radius: 1.6rem;
}

.dp_shadow {
  filter: drop-shadow(0 0 0.94px rgba(160, 169, 182, 0.03)) drop-shadow(0 2.82px 1.88px rgba(0, 0, 0, 0.04)) drop-shadow(0 6.579px 4.699px rgba(0, 0, 0, 0.02)) drop-shadow(0 12.218px 9.398px rgba(0, 0, 0, 0.02)) drop-shadow(0 20.677px 15.977px rgba(0, 0, 0, 0.02));
}

.bx_shadow {
  box-shadow: 0 0 0 0.94px rgba(160, 169, 182, 0.03), 0 2.82px 1.88px 0 rgba(0, 0, 0, 0.04), 0 6.579px 4.699px 0 rgba(0, 0, 0, 0.02), 0 12.218px 9.398px 0 rgba(0, 0, 0, 0.02), 0 20.677px 15.977px 0 rgba(0, 0, 0, 0.02), 0 0px 1px 0 #D1D5DB;
}

.features_section {
  position: relative;
}
@media (max-width: 576px) {
  .features_section div.card_item div.card_item_image img, .features_section div.card_item div.card_item_image svg {
    width: 100%;
    height: auto;
  }
}
.features_section .card_item {
  border-radius: 3.4rem;
  background: var(--Card-bg, #F5F5F5);
  display: flex;
  padding: 3rem 3rem 2.983rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 4.7rem;
  overflow: hidden;
}
.features_section .card_item .card_item_content {
  min-height: 12rem;
}
@media (max-width: 576px) {
  .features_section .card_item .card_item_content {
    min-height: auto;
  }
}
.features_section .card_item .card_item_image img,
.features_section .card_item .card_item_image svg {
  width: auto;
  height: 20rem;
}
.features_section .card_item .card_item_image_content_1 ul {
  display: flex;
  flex-direction: column;
  gap: 2.03rem;
}
.features_section .card_item .card_item_image_content_1 ul li {
  border-radius: 1.115rem;
  border: 0.743px solid var(--gray-300, #D1D5DB);
  padding: 0.3rem;
  background: var(--gray-50, #FFFFFF);
  box-shadow: 0 0 0 0.929px rgba(160, 169, 182, 0.03), 0 2.788px 1.858px 0 rgba(0, 0, 0, 0.04), 0 6.504px 4.646px 0 rgba(0, 0, 0, 0.02), 0 12.079px 9.292px 0 rgba(0, 0, 0, 0.02), 0 20.442px 15.796px 0 rgba(0, 0, 0, 0.02);
}
.features_section .card_item .card_item_image_content_1 ul li.active .list_animate {
  transition: 0.5s ease;
  background-position: right 0.8rem center !important;
  background-color: #FFF;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2269%22%20height%3D%2247%22%20viewBox%3D%220%200%2069%2047%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M34.2073%20-10.8242C53.0999%20-10.8242%2068.4145%204.49037%2068.4145%2023.383C68.4145%2042.2757%2053.0999%2057.5903%2034.2073%2057.5903C15.3146%2057.5903%200%2042.2757%200%2023.383C0%204.49037%2015.3146%20-10.8242%2034.2073%20-10.8242ZM46.2995%2011.0034L29.3669%2027.936L22.115%2020.6807C21.7974%2020.3628%2021.4203%2020.1107%2021.0053%2019.9386C20.5902%2019.7665%2020.1453%2019.6779%2019.696%2019.6777C18.7886%2019.6774%2017.9182%2020.0375%2017.2764%2020.679C16.6345%2021.3204%2016.2737%2022.1905%2016.2734%2023.0979C16.2731%2024.0053%2016.6333%2024.8757%2017.2747%2025.5176L26.709%2034.9519C27.0585%2035.3015%2027.4733%2035.5789%2027.93%2035.7681C28.3866%2035.9573%2028.8761%2036.0547%2029.3704%2036.0547C29.8646%2036.0547%2030.3541%2035.9573%2030.8107%2035.7681C31.2674%2035.5789%2031.6822%2035.3015%2032.0317%2034.9519L51.1399%2015.8438C51.7817%2015.2019%2052.1423%2014.3313%2052.1423%2013.4236C52.1423%2012.5159%2051.7817%2011.6453%2051.1399%2011.0034C50.498%2010.3616%2049.6274%2010.001%2048.7197%2010.001C47.812%2010.001%2046.9414%2010.3616%2046.2995%2011.0034Z%22%20fill%3D%22%23DBF8E6%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
}
.features_section .card_item .card_item_image_content_1 ul li.active .icon {
  transition: 0.5s ease;
  background: var(--C3, #655AF2);
}
.features_section .card_item .card_item_image_content_1 ul li .list_animate {
  color: var(--gray-700, #374151);
  display: flex;
  /* Body/Body-3/Regular */
  font-family: var(--Body-Body-3-fontFamily, matter);
  font-size: var(--Body-Body-3-fontSize, 1.4rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-3-lineHeight, 2rem);
  /* 142.857% */
  letter-spacing: var(--Body-Body-3-letterSpacing, 0);
  align-items: center;
  width: 30.2914rem;
  height: 4.6459rem;
  border-radius: 0.7433rem;
  border: 0.558px solid var(--gray-300, #D1D5DB);
  background: #FFF;
  border: 0.743px solid var(--gray-300, #D1D5DB);
  background: var(--gray-50, #F9FAFB);
  gap: 1.4rem;
  overflow: hidden;
}
.features_section .card_item .card_item_image_content_1 ul li .icon {
  display: flex;
  width: 4.5833rem;
  height: 4.561rem;
  padding: 0.9167rem;
  justify-content: center;
  align-items: center;
  background: var(--Primary, #0B0B0F);
}
.features_section .card_item .card_item_image_content_1 ul li .icon img {
  height: auto;
}
.features_section .card_item_image {
  min-height: 20rem;
}
.features_section .card_item_content .heading {
  color: var(--gray-800, #1F2937);
  /* Heading/H5/Medium */
  font-family: var(--Heading-H5-fontFamily, matter);
  font-size: var(--Heading-H5-fontSize, 2.4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H5-lineHeight, 3rem);
  /* 125% */
  letter-spacing: var(--Heading-H5-letterSpacing, 0);
  margin-bottom: 0.8rem;
}
.features_section .card_item_content .text {
  color: var(--gray-600, #4B5563);
  font-family: var(--Body-Body-1-fontFamily, Matter);
  font-size: var(--Body-Body-1-fontSize, 1.8rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-2-lineHeight, 2.4rem);
  /* 133.333% */
  letter-spacing: var(--Body-Body-1-letterSpacing, 0);
  margin: 0;
}

.info_section {
  background: linear-gradient(-90deg, #AB8FE1 0%, #818EF5 73%), lightgray 50%/cover no-repeat;
  padding: 9.5rem 0;
}
.info_section .heading {
  color: var(--b-w-white, #FFF);
  text-align: center;
  font-family: var(--Heading-H2-fontFamily, Matter);
  font-size: var(--Heading-H2-fontSize, 4.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Heading-H2-lineHeight, 5.8rem);
  letter-spacing: -0.2rem;
  margin-bottom: 4.2rem;
}
@media (max-width: 576px) {
  .info_section .heading {
    font-size: var(--Heading-H3-fontSize, 3.6rem);
    line-height: 4rem;
  }
}
.info_section .info_group {
  display: flex;
  gap: 2.4rem;
  margin: 0 auto;
  justify-content: center;
}
.info_section .info_group .item {
  overflow: hidden;
  border-radius: 1.6rem;
  background: #FFF;
}
@media (max-width: 576px) {
  .info_section .info_group .item {
    border-radius: 1rem;
  }
}
.info_section .info_group .item img {
  aspect-ratio: 1/1;
}
@media (max-width: 576px) {
  .info_section .info_group .item img {
    width: 4.5rem;
    height: 4.5rem;
  }
}

.counter_section .card_item {
  display: flex;
  padding: 3rem 3.1rem 3rem 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12.7rem;
  border-radius: 3.4rem;
  background: var(--Card-bg, #F5F5F5);
  height: 100%;
}
@media (max-width: 576px) {
  .counter_section .card_item {
    gap: 4rem;
    height: auto;
  }
}
@media (max-width: 1600px) {
  .counter_section .card_item {
    padding: 3rem;
    height: 100%;
  }
}
.counter_section .card_item .heading {
  color: var(--gray-800, #1F2937);
  font-family: var(--Heading-H5-fontFamily, matter);
  font-size: var(--Heading-H5-fontSize, 2.4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H5-lineHeight, 3rem);
  letter-spacing: var(--Heading-H5-letterSpacing, 0);
  margin-bottom: 1.2rem;
}
.counter_section .card_item .text {
  color: var(--gray-600, #4B5563);
  font-family: var(--Body-Body-1-fontFamily, Matter);
  font-size: var(--Body-Body-1-fontSize, 1.8rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-2-lineHeight, 2.4rem);
  letter-spacing: var(--Body-Body-1-letterSpacing, 0);
}
.counter_section .card_item .counter {
  color: var(--C3, #655AF2);
  font-family: var(--Title-Title-1-fontFamily, matter);
  font-size: var(--Title-Title-1-fontSize, 7.2rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Title-Title-1-lineHeight, 8.8rem);
  letter-spacing: var(--Title-Title-1-letterSpacing, -0.2rem);
}
.counter_section .card_item.--bg {
  border-radius: 3.4rem;
  background: var(--Primary, #0B0B0F);
  position: relative;
  overflow: hidden;
  padding: 5rem;
}
@media (max-width: 1600px) {
  .counter_section .card_item.--bg {
    padding: 3rem;
    height: 100%;
  }
}
.counter_section .card_item.--bg .heading {
  color: var(--Slate-0, #FFF);
  font-family: var(--Heading-H4-fontFamily, Matter);
  font-size: 2.8rem;
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H4-lineHeight, 3.8rem);
  /* 135.714% */
  letter-spacing: -0.1rem;
  position: relative;
}
.counter_section .card_item.--bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(509.4% 297.44% at -8.83% 213.49%, #FFF6E8 24%, rgba(80, 12, 176, 0.8) 28.85%, rgba(0, 0, 0, 0) 53.64%, rgba(0, 0, 0, 0) 100%);
}
.counter_section .card_item.--bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(600.93% 306.96% at 20.61% 251.32%, #FFF6E8 0%, rgba(80, 12, 176, 0.6) 31.25%, rgba(0, 0, 0, 0) 53.64%, rgba(0, 0, 0, 0) 100%);
}

.performance_section {
  position: relative;
  background: #FFF;
}
@media (max-width: 1024px) {
  .performance_section {
    padding: 10rem 0 0;
  }
}
.performance_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(-39deg, #FFF6E8 -6%, rgba(80, 12, 176, 0.8) 7%, transparent 40%);
  transition: opacity 1s ease;
}
.performance_section::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(48deg, rgba(80, 12, 176, 0.3882352941) -7%, transparent 30%);
  transition: opacity 1s ease;
}
.performance_section .--images {
  display: flex;
  flex-direction: column;
  padding-left: 12rem;
}
@media (max-width: 576px) {
  .performance_section .--images {
    padding: 5rem 0 0;
  }
}
.performance_section .--images .item {
  display: flex;
}
.performance_section .--images .item:nth-child(2) {
  justify-content: end;
}
.performance_section .--images img {
  width: 30rem;
  height: auto;
}
.performance_section.--white-bg {
  background: #FFF;
  transition: 5s ease;
}
.performance_section .container,
.performance_section .container_custom {
  position: relative;
  z-index: 1;
}
.performance_section .performance_banner {
  width: 100%;
}
.performance_section .performance_banner img {
  position: relative;
  z-index: 1;
}
.performance_section .title_section .heading {
  color: var(--b-w-white, #FFF);
  margin-bottom: 1.2rem;
}
.performance_section .title_section .text {
  color: var(--gray-400, #9CA3AF);
}
.performance_section .title_section {
  margin-bottom: 14rem;
}
.performance_section .item {
  padding-right: 6rem;
}
@media (max-width: 576px) {
  .performance_section .item {
    padding-right: 0;
  }
}
.performance_section .item .heading {
  color: var(--b-w-white, #FFF);
  font-family: var(--Heading-H5-fontFamily, matter);
  font-size: var(--Heading-H5-fontSize, 2.4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H5-lineHeight, 3rem);
  letter-spacing: var(--Heading-H5-letterSpacing, 0);
  margin: 3.2rem 0 1.2rem;
}
.performance_section .item .text {
  color: var(--gray-300, #D1D5DB);
  font-family: var(--Body-Body-1-fontFamily, Matter);
  font-size: var(--Body-Body-1-fontSize, 1.8rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-2-lineHeight, 2.4rem);
  letter-spacing: var(--Body-Body-1-letterSpacing, 0);
}

.highlight_section {
  padding: 23rem 0 12rem;
}
@media (max-width: 576px) {
  .highlight_section {
    padding: 10rem 0;
  }
}
.highlight_section .card_item.--iwrp .chart_item_content {
  top: 6.9rem;
  bottom: auto;
}
@media (max-width: 1440px) {
  .highlight_section .card_item.--iwrp .chart_item_content {
    top: 11.8rem;
  }
}
@media (max-width: 576px) {
  .highlight_section .card_item.--iwrp .chart_item_content {
    top: 7.8rem;
  }
}
.highlight_section .card_item.--glow {
  overflow: hidden;
}
.highlight_section .card_item.--glow .card_item_content {
  position: relative;
  z-index: 2;
}
.highlight_section .card_item.--glow .card_item_image_content.--glow::after {
  opacity: 1;
  animation: glowPulse 2s ease-in-out infinite;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 576px) {
  .highlight_section .card_item.--glow .card_item_image_content.--glow img {
    height: auto;
  }
}
@keyframes glowPulse {
  0% {
    transform: scale(0.8) translateY(0);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2) translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(0);
    opacity: 0.6;
  }
}
.highlight_section .card_item.--glow .card_item_image_content.--glow {
  position: relative;
  margin-top: 2rem;
}
.highlight_section .card_item.--glow .card_item_image_content.--glow img {
  position: relative;
  z-index: 1;
}
.highlight_section .card_item.--glow .card_item_image_content.--glow::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: radial-gradient(46.12% 46.12% at 50% 50%, #D9CDFC 0%, #F8F5FD 100%);
  filter: blur(100px);
  z-index: 0;
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s ease-in-out;
}
.highlight_section.--differ .card_item {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media (max-width: 576px) {
  .highlight_section.--differ .card_item {
    gap: 2.5rem;
  }
}
.highlight_section.--differ .card_item .card_item_image {
  display: flex;
  height: 100%;
}
@media (max-width: 1440px) {
  .highlight_section.--differ .card_item .card_item_image svg {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .highlight_section.--differ .card_item .card_item_image svg {
    width: 100%;
    height: auto;
  }
}
.highlight_section .--group {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  height: 100%;
}
.highlight_section .--group .card_item_image {
  justify-content: center;
  display: flex;
}
@media (max-width: 576px) {
  .highlight_section .--group .card_item_image svg {
    width: 100%;
    height: auto;
  }
}
.highlight_section .--group .card_item {
  display: flex;
  overflow: hidden;
}
@media (max-width: 576px) {
  .highlight_section .--group .card_item {
    flex-direction: column;
  }
}
.highlight_section .--group .card_item .card_item_content {
  min-width: 50%;
}
@media (max-width: 1600px) {
  .highlight_section .--group .card_item .card_item_content {
    min-width: 30%;
  }
}
.highlight_section .--group .card_item.--chart-2:hover .card_item_image.--chart-2 .chart_item_content {
  animation: floatChart 3s ease-in-out infinite;
  box-shadow: none !important;
}
.highlight_section .--group .card_item_content {
  padding-right: 2rem;
}
.highlight_section .card_item {
  border-radius: 3.4rem;
  background: var(--Card-bg, #F5F5F5);
  padding: 3rem;
  height: 100%;
}
.highlight_section .card_item .card_item_image {
  min-width: 50%;
}
.highlight_section .card_item .card_item_image img {
  width: 100%;
}
.highlight_section .card_item .card_item_image.--chart.--animate {
  height: fit-content;
  margin: auto;
}
@media (max-width: 576px) {
  .highlight_section .card_item .card_item_image.--chart img {
    width: 100%;
  }
}
.highlight_section .card_item .card_item_image .card_item_image_content {
  width: fit-content;
}
.highlight_section .card_item .heading {
  color: var(--gray-800, #1F2937);
  font-family: var(--Heading-H5-fontFamily, matter);
  font-size: var(--Heading-H5-fontSize, 2.4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H5-lineHeight, 3rem);
  letter-spacing: var(--Heading-H5-letterSpacing, 0);
  margin-bottom: 1.2rem;
}
.highlight_section .card_item .text {
  color: var(--gray-600, #4B5563);
  font-family: var(--Body-Body-1-fontFamily, Matter);
  font-size: var(--Body-Body-1-fontSize, 1.8rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-2-lineHeight, 2.4rem);
  letter-spacing: var(--Body-Body-1-letterSpacing, 0);
  padding-right: 7rem;
}
@media (max-width: 576px) {
  .highlight_section .card_item .text {
    padding-right: 0;
  }
}

/**************************************************************************************
Technology
**************************************************************************************/
.banner_section {
  padding: 30rem 0;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .banner_section {
    padding: 15rem 0;
  }
}
.banner_section .container_custom {
  position: relative;
  z-index: 1;
}
.banner_section .bg_1 {
  width: 77rem;
  height: 92rem;
  background: url("https://unified-supply-platform.s3.ap-south-1.amazonaws.com/website/assets-main/images/bg/bg_gradient.png");
  background-size: cover;
  right: 0rem;
  top: 0rem;
  position: absolute;
}
.banner_section .anim-path {
  transition: opacity 0.4s ease;
}
.banner_section .anim-path-dashed {
  stroke-dasharray: 6 6;
  transition: opacity 0.4s ease;
}
.banner_section .anim-arrow {
  transition: filter 0.4s ease, opacity 0.4s ease;
}
.banner_section.hovered .anim-path-dashed {
  animation: dash-march 0.5s linear infinite;
}
.banner_section.hovered .anim-path {
  opacity: 0.2;
}
.banner_section.hovered .anim-arrow {
  filter: drop-shadow(0 0 4px #94A3B8);
  opacity: 1;
}
.banner_section .title_banner {
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  width: 63rem;
}
@media (max-width: 1024px) {
  .banner_section .title_banner {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.banner_section .title_banner .heading {
  color: var(--neutral-950, #0A0A0A);
  font-family: var(--Title-Title-2-fontFamily, Matter);
  font-size: var(--Title-Title-2-fontSize, 6.4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Title-Title-2-lineHeight, 7.6rem);
  letter-spacing: var(--Title-Title-2-letterSpacing, -0.2rem);
  margin-bottom: 3rem;
}
@media (max-width: 576px) {
  .banner_section .title_banner .heading {
    font-size: var(--Heading-H3-fontSize, 4rem);
    font-style: normal;
    font-weight: var(--Weights-Medium, 500);
    line-height: var(--Heading-H3-lineHeight, 4.8rem);
  }
}
.banner_section .title_banner .heading .gradient {
  padding-right: 0.2rem;
  position: relative;
  color: var(--gray-50, #F9FAFB);
  font-family: var(--Title-Title-2-fontFamily, Matter);
  font-style: italic;
  font-weight: var(--Weights-Medium, 500);
  letter-spacing: var(--Title-Title-2-letterSpacing, -0.2rem);
  background: -webkit-linear-gradient(0deg, #FFC501, #FF4880, #7F30FF, #00B0FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(120deg, #FFC501, #FF4880, #7F30FF, #00B0FF, #FFC501);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shine 20s linear infinite;
}
.banner_section .title_banner .heading .gradient .doodle-svg {
  position: absolute;
  bottom: -1.9rem;
  left: 0;
  right: 0;
  width: 14.7rem;
  margin: 0 auto;
}
.banner_section .title_banner .text {
  color: var(--neutral-500, #737373);
  /* Body 20 */
  font-family: var(--Label-Label-1-fontFamily, matter);
  font-size: var(--Heading-H6-fontSize, 2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: 2.8rem;
  /* 140% */
  letter-spacing: var(--Heading-H6-letterSpacing, 0);
  margin-bottom: 6rem;
}

.automation_section {
  position: relative;
}
.automation_section .flex_chart_bottom {
  display: flex;
  justify-content: space-between;
  gap: 7rem;
}
.automation_section .flex_chart_bottom.--technology {
  gap: 20rem;
}
@media (max-width: 1024px) {
  .automation_section .flex_chart_bottom {
    flex-direction: column;
    gap: 5rem !important;
  }
}
@media (max-width: 576px) {
  .automation_section .flex_chart_bottom {
    flex-direction: column;
    gap: 5rem !important;
  }
}
.automation_section .chart_main_content {
  background: linear-gradient(-90deg, #AB8FE1 0%, #818EF5 73%), lightgray 50%/cover no-repeat;
  display: flex;
  justify-content: center;
  padding: 10rem 10rem 0;
  border-radius: 3.4rem;
  overflow: hidden;
  margin-bottom: 7rem;
  box-shadow: 0 0 0 1px rgba(160, 169, 182, 0.03), 0 3px 2px 0 rgba(0, 0, 0, 0.04), 0 7px 5px 0 rgba(0, 0, 0, 0.02), 0 13px 10px 0 rgba(0, 0, 0, 0.02), 0 22px 17px 0 rgba(0, 0, 0, 0.02);
}
.automation_section .chart_main_content .--animate-border {
  padding: 0.3rem 0.3rem 0;
  background: conic-gradient(from var(--angle), transparent 0deg, transparent 90deg, #FFC501 120deg, #FF4880 170deg, #7F30FF 220deg, #00B0FF 270deg, transparent 340deg, transparent 360deg);
  animation: spin 5s linear infinite;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
  width: 85%;
  position: relative;
}
@media (max-width: 576px) {
  .automation_section .chart_main_content .--animate-border {
    border-radius: 1.4rem 1.4rem 0 0;
  }
  .automation_section .chart_main_content .--animate-border img {
    border-radius: 1.2rem 1.2rem 0 0;
    padding: 0.1rem 0.1rem 0;
  }
}
.automation_section .chart_main_content .--animate-border::after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  box-shadow: 0 0 10px 0 #000;
}
.automation_section .chart_main_content .--animate-border img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 5.44px rgba(160, 169, 182, 0.03), 0 16.319px 10.879px 0 rgba(0, 0, 0, 0.04), 0 38.077px 27.198px 0 rgba(0, 0, 0, 0.02), 0 70.714px 54.395px 0 rgba(0, 0, 0, 0.02), 0 119.669px 92.472px 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 576px) {
  .automation_section .chart_main_content {
    padding: 5rem 0 0;
  }
}
@media (max-width: 576px) {
  .automation_section {
    padding: 10rem 0 10rem;
  }
}
@media (max-width: 576px) {
  .automation_section .item {
    margin-bottom: 2rem;
    padding-right: 0 !important;
  }
  .automation_section .item p {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .automation_section .item {
    padding-right: 5rem;
  }
}
.automation_section .item:hover .icon {
  background: #655AF2;
  transition: 0.3s ease;
}
.automation_section .item:hover .icon svg path {
  fill: #FFF;
  transition: 0.3s ease;
}
.automation_section .item .icon {
  display: flex;
  width: 4.4rem;
  height: 4.4rem;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  margin-bottom: 3.2rem;
  border-radius: 0.6rem;
  background: var(--Card-bg, #F5F5F5);
  transition: 0.3s ease;
}
.automation_section .item .icon svg {
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  transition: 0.3s ease;
}
.automation_section .item .heading {
  color: var(--gray-800, #1F2937);
  font-family: var(--Heading-H5-fontFamily, Matter);
  font-size: var(--Heading-H5-fontSize, 2.4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H5-lineHeight, 3rem);
  letter-spacing: var(--Heading-H5-letterSpacing, 0);
  margin-bottom: 1.2rem;
}
.automation_section .item .text {
  color: var(--gray-600, #4B5563);
  font-family: var(--Body-Body-1-fontFamily, Matter);
  font-size: var(--Body-Body-1-fontSize, 1.8rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-2-lineHeight, 2.4rem);
  letter-spacing: var(--Body-Body-1-letterSpacing, 0);
}

.performance_section.--technology {
  padding-bottom: 10rem;
  position: relative;
  overflow: clip;
}
.performance_section.--technology::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100rem;
  height: 100rem;
  opacity: 0.7;
  background: linear-gradient(-39deg, #FFF6E8 -6%, rgba(80, 12, 176, 0.8) 7%, transparent 40%);
}
.performance_section.--technology .container_custom {
  position: relative;
  z-index: 1;
}
.performance_section.--technology .title_section {
  margin-bottom: 0;
}
.performance_section.--technology .steps_img {
  display: none;
}
@media (max-width: 576px) {
  .performance_section.--technology .steps_img {
    display: flex;
    margin-top: 2rem;
    height: auto;
  }
}
.performance_section.--technology #stepsPin.--1 .img-1 {
  opacity: 1;
  transition: 0.5s ease;
}
.performance_section.--technology #stepsPin.--2 .img-2 {
  opacity: 1;
  transition: 0.5s ease;
}
.performance_section.--technology #stepsPin.--3 .img-3 {
  opacity: 1;
  transition: 0.5s ease;
}
.performance_section.--technology #stepsPin.--4 .img-4 {
  opacity: 1;
  transition: 0.5s ease;
}
.performance_section.--technology #stepsPin .--item .item {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .performance_section.--technology #stepsPin .--item .item {
    height: 50vh;
  }
}
@media (max-width: 576px) {
  .performance_section.--technology #stepsPin .--item .item {
    height: auto;
    padding: 5rem 0;
  }
}
.performance_section.--technology #stepsPin .--item .pin_img {
  top: 8rem;
  position: sticky;
  text-align: end;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .performance_section.--technology #stepsPin .--item .pin_img {
    height: 50vh;
  }
}
@media (max-width: 576px) {
  .performance_section.--technology #stepsPin .--item .pin_img {
    display: none;
  }
}
.performance_section.--technology #stepsPin .--item .pin_img img {
  width: 100%;
}
.performance_section.--technology #stepsPin .img_transition {
  position: absolute;
  right: -1rem;
  top: -8rem;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: 0.5s ease;
}

.list_style {
  position: relative;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
@media (max-width: 576px) {
  .list_style {
    margin-bottom: 5rem;
  }
}
.list_style li {
  position: relative;
  color: var(--gray-300, #D1D5DB);
  font-family: var(--Body-Body-1-fontFamily, Matter);
  font-size: var(--Body-Body-1-fontSize, 1.8rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: var(--Body-Body-1-lineHeight, 2.8rem);
  letter-spacing: var(--Body-Body-1-letterSpacing, 0);
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.list_style li::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2812_8802)%22%3E%3Cpath%20d%3D%22M12.0224%207.52286C12.0777%207.47136%2012.122%207.40926%2012.1527%207.34026C12.1835%207.27126%2012.2%207.19678%2012.2013%207.12125C12.2027%207.04572%2012.1888%206.9707%2012.1605%206.90066C12.1322%206.83062%2012.0901%206.767%2012.0367%206.71358C11.9832%206.66017%2011.9196%206.61806%2011.8496%206.58977C11.7795%206.56148%2011.7045%206.54758%2011.629%206.54892C11.5535%206.55025%2011.479%206.56678%2011.41%206.59752C11.341%206.62827%2011.2789%206.67259%2011.2274%206.72786L7.87488%2010.0804L6.77238%208.97786C6.66575%208.8785%206.52472%208.82441%206.37899%208.82698C6.23327%208.82955%206.09423%208.88858%205.99117%208.99164C5.88811%209.0947%205.82907%209.23374%205.8265%209.37947C5.82393%209.52519%205.87802%209.66623%205.97738%209.77286L7.47739%2011.2729C7.58285%2011.3782%207.72582%2011.4374%207.87488%2011.4374C8.02395%2011.4374%208.16692%2011.3782%208.27238%2011.2729L12.0224%207.52286Z%22%20fill%3D%22%2310B981%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%200.9375C4.54725%200.9375%200.9375%204.54725%200.9375%209C0.9375%2013.4528%204.54725%2017.0625%209%2017.0625C13.4528%2017.0625%2017.0625%2013.4528%2017.0625%209C17.0625%204.54725%2013.4528%200.9375%209%200.9375ZM2.0625%209C2.0625%207.16006%202.79341%205.39548%204.09445%204.09445C5.39548%202.79341%207.16006%202.0625%209%202.0625C10.8399%202.0625%2012.6045%202.79341%2013.9056%204.09445C15.2066%205.39548%2015.9375%207.16006%2015.9375%209C15.9375%2010.8399%2015.2066%2012.6045%2013.9056%2013.9056C12.6045%2015.2066%2010.8399%2015.9375%209%2015.9375C7.16006%2015.9375%205.39548%2015.2066%204.09445%2013.9056C2.79341%2012.6045%202.0625%2010.8399%202.0625%209Z%22%20fill%3D%22%2310B981%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2812_8802%22%3E%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 1.8rem;
}

.banner_container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1600px) {
  .banner_container {
    max-width: 1320px;
  }
}
@media (max-width: 1440px) {
  .banner_container {
    max-width: 1024px;
  }
}

.technology_banner {
  position: absolute;
  right: 12.6rem;
  top: 7rem;
  bottom: 0;
  width: 79.6rem;
  z-index: 2;
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.technology_banner .banner_flex_content_block img,
.technology_banner .banner_flex_content_block svg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 576px) {
  .technology_banner {
    width: 100%;
    right: 0;
    padding: 0 5rem;
    position: relative;
  }
  .technology_banner div.banner_flex_content_block,
  .technology_banner div.banner_flex_content_block.p_block_1 {
    width: 100%;
  }
}
.technology_banner .bg_pattern_dash {
  position: absolute;
  right: -14rem;
  top: -7rem;
}
@media (max-width: 1820px) {
  .technology_banner .bg_pattern_dash {
    right: -17.1rem;
  }
}
@media (max-width: 1700px) {
  .technology_banner .bg_pattern_dash {
    right: -32rem;
  }
}
@media (max-width: 1600px) {
  .technology_banner .bg_pattern_dash {
    right: -32rem;
  }
}
@media (max-width: 1440px) {
  .technology_banner .bg_pattern_dash {
    right: -47rem;
  }
}
@media (max-width: 1280px) {
  .technology_banner .bg_pattern_dash {
    right: -63rem;
  }
}
@media (max-width: 576px) {
  .technology_banner .bg_pattern_dash {
    width: 100%;
    top: -10rem;
  }
}
.technology_banner .bg_line_direction {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 12rem;
}
.technology_banner .bg_line_direction .bg_line {
  position: relative;
  height: 100%;
  width: 0.1rem;
  background: #c2bfbf;
}
.technology_banner .bg_line_direction .bg_line:nth-child(2) .animate-border {
  animation-delay: 1s;
}
.technology_banner .bg_line_direction .bg_line .animate-border {
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  transform: translateX(-35%);
  width: 0.4rem;
  height: auto;
  animation: borderMove 4.5s linear infinite;
}
.technology_banner .bg_line_direction.--horizontal {
  flex-direction: column;
  gap: 8rem;
  align-items: center;
  justify-content: center;
}
.technology_banner .bg_line_direction.--horizontal.p_bg_line .bg_line {
  width: 17rem;
}
.technology_banner .bg_line_direction.--horizontal .bg_line {
  width: 8rem;
  height: 0.1rem;
  position: relative;
}
.technology_banner .bg_line_direction.--horizontal .bg_line:nth-child(2) .animate-border {
  animation-delay: 2s;
}
.technology_banner .bg_line_direction.--horizontal .bg_line .animate-border {
  position: absolute;
  left: 0rem;
  top: 0rem;
  transform: translateX(-142%) translateY(-38%);
  height: 0.4rem;
  width: auto;
  animation: borderMoveH 3.5s linear infinite;
}
.technology_banner .banner_flex_content {
  display: flex;
  width: 100%;
  gap: 4rem;
  position: relative;
}
.technology_banner .banner_flex_content_block {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  position: relative;
}
.technology_banner .banner_flex_content_block.p_block_1 {
  top: 1.7rem;
  width: 46%;
}
.technology_banner .banner_flex_content_block.p_block_2 {
  width: 54%;
}
.technology_banner .banner_flex_content_item {
  border-radius: 1.9rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1.092px rgba(160, 169, 182, 0.03), 0 3.277px 2.185px 0 rgba(0, 0, 0, 0.04), 0 7.647px 5.462px 0 rgba(0, 0, 0, 0.02), 0 14.202px 10.925px 0 rgba(0, 0, 0, 0.02), 0 24.034px 18.572px 0 rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(5px);
  border: 0.1rem solid #D4D4D4;
}
.technology_banner .banner_flex_content_item svg {
  width: 100%;
}
.technology_banner .banner_flex_content_item.p_banner_2 #chart {
  top: 7.6rem;
}
.technology_banner .banner_flex_content_item.p_banner_2 .item_text {
  bottom: auto;
  top: 14.1rem;
}
.technology_banner .banner_flex_content_item .fill-item .fill-color {
  fill: #655AF2;
  transition: all 0.5s ease;
}
.technology_banner .banner_flex_content_item .fill-item.--show .fill-color {
  fill: #4338CA;
  transition: all 0.5s ease;
}
.technology_banner .banner_flex_content_item .item_text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 2rem;
}
.technology_banner .banner_flex_content_item .card-box {
  opacity: 1;
  transition: all 0.5s ease;
}
.technology_banner .banner_flex_content_item .card-box.--show {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.technology_banner .banner_flex_content_item #chart,
.technology_banner .banner_flex_content_item .chart-svg {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 8rem;
  width: 80% !important;
  margin: 0 auto;
}
.technology_banner .banner_flex_content_item .icon_item_box .icon-color-stroke {
  stroke: #D1D5DB;
  transition: all 0.3s ease;
  fill: #FFF;
}
.technology_banner .banner_flex_content_item .icon_item_box .icon_color_fill {
  fill: #374151;
  transition: all 0.3s ease;
}
.technology_banner .banner_flex_content_item .icon_item_box .text_color_fill {
  fill: rgb(55, 65, 81);
}
.technology_banner .banner_flex_content_item .icon_item_box.active .icon-color-stroke {
  stroke: #655AF2;
  fill: #655AF2;
  transition: all 0.3s ease;
}
.technology_banner .banner_flex_content_item .icon_item_box.active .icon_color_fill {
  fill: #FFF;
  transition: all 0.3s ease;
}
.technology_banner .banner_flex_content_item .icon-color {
  stroke: #FFF;
}
.technology_banner .banner_flex_content_item .bg-color {
  fill: #655AF2;
}
.technology_banner .banner_flex_content_item img {
  width: 100%;
  height: auto;
}
.technology_banner .banner_flex_content_item .item-box .bg-color {
  fill: #FFF;
  stroke: #D1D5DB;
}
.technology_banner .banner_flex_content_item .item-box .icon-color {
  stroke: #374151;
}
.technology_banner .banner_flex_content_item .item-box .bg-color, .technology_banner .banner_flex_content_item .item-box .icon-color {
  transition: all 0.3s ease;
}
.technology_banner .banner_flex_content_item .item-box.active .bg-color {
  fill: #655AF2;
}
.technology_banner .banner_flex_content_item .item-box.active .icon-color {
  stroke: #fff;
}
.technology_banner .banner_flex_content_item .item-circle .text-color {
  fill: #404040;
}
.technology_banner .banner_flex_content_item .item-circle .circle-color {
  fill: #655AF2;
}
.technology_banner .banner_flex_content_item .item-circle .text-color, .technology_banner .banner_flex_content_item .item-circle .circle-color {
  transition: all 0.3s ease;
}
.technology_banner .banner_flex_content_item .item-circle.active .text-color {
  fill: #10B981;
}
.technology_banner .banner_flex_content_item .item-circle.active .circle-color {
  fill: #10B981;
}

@keyframes borderMove {
  from {
    bottom: 2rem;
  }
  to {
    bottom: calc(100% - 10rem);
  }
}
@keyframes borderMoveH {
  from {
    left: 0;
  }
  to {
    left: 18rem;
  }
}
.animated_dashed {
  stroke-dasharray: 7 7;
  animation: dashFlow 0.6s linear infinite;
}

@keyframes dashFlow {
  to {
    stroke-dashoffset: -14;
  }
}
.animated_dashed.reverse {
  animation-direction: reverse;
}

.animated_dashed-fill {
  fill: #9CA3AF;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #fff 20%, #fff 35%, transparent 50%);
  mask-image: linear-gradient(180deg, transparent 0%, #fff 20%, #fff 35%, transparent 50%);
  -webkit-mask-size: 100% 300%;
  mask-size: 100% 300%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  animation: flowMaskY 0.6s linear infinite;
}

@keyframes flowMaskY {
  0% {
    -webkit-mask-position: 0% -200%;
    mask-position: 0% -200%;
  }
  100% {
    -webkit-mask-position: 0% 100%;
    mask-position: 0% 100%;
  }
}
.animated_dashed-fill.reverse {
  animation-direction: reverse;
}

.h-auto {
  height: auto;
}

.performance_banner {
  position: relative;
}
.performance_banner svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.performance_banner svg .svg-dot {
  filter: drop-shadow(0 0 6px #655AF2) drop-shadow(0 0 14px rgba(101, 90, 242, 0.6));
}

@media (max-width: 1440px) {
  .card_item.--chart.--home svg,
  .card_item.--chart.--home img {
    height: auto;
  }
}
@media (max-width: 1600px) {
  .card_item.--chart.--home .chart_item_content {
    top: 15rem;
  }
}
@media (max-width: 1440px) {
  .card_item.--chart.--home .chart_item_content {
    top: 12rem;
  }
}
@media (max-width: 576px) {
  .card_item.--chart-2.--home {
    padding-bottom: 6rem;
  }
}
@media (max-width: 1440px) {
  .card_item.--chart-2.--home svg,
  .card_item.--chart-2.--home img {
    height: auto;
  }
}

.card_item.--chart.--mhvai {
  justify-content: center;
  display: flex;
}
.card_item.--chart.--mhvai .--chart.--mhvai {
  justify-content: center;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .card_item.--chart.--mhvai {
    justify-content: space-between !important;
  }
}
.card_item.--chart.--mhvai:hover .card_item_image .icon-glow {
  transition: 0.3s ease;
  animation: glow 3s ease-in-out infinite;
}
.card_item.--chart.--mhvai:hover .--chart.--mhvai .user_icon {
  opacity: 0.4;
  fill: rgb(11, 11, 15) !important;
}
.card_item.--chart.--mhvai:hover .--chart.--mhvai .user_icon.--show {
  fill: rgb(11, 11, 15);
  opacity: 1;
  transition: all 0.3s ease;
}
.card_item.--chart.--mhvai:hover .--chart.--mhvai .user_icon_group:has(.user_icon) {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.card_item.--chart.--mhvai:hover .--chart.--mhvai .user_icon_group:has(.user_icon.--show) {
  opacity: 1;
  transition: all 0.3s ease;
}

#blogComponent {
  min-height: 86rem;
}

.card_item_second_highlight:hover .icon-glow {
  transition: 0.3s ease;
  animation: glow 3s ease-in-out infinite;
}
.card_item_second_highlight:hover .indicator_icon.active circle {
  fill: #655AF2;
  transition: all 0.3s ease;
}
.card_item_second_highlight:hover .indicator_icon.active path {
  fill: #655AF2;
  transition: all 0.3s ease;
}
.card_item_second_highlight:hover .indicator_icon.active path[fill="#4B5563"] {
  fill: #655AF2 !important;
  transition: all 0.3s ease;
}
.card_item_second_highlight .indicator_icon circle {
  transition: all 0.3s ease;
}
.card_item_second_highlight .indicator_icon path {
  transition: all 0.3s ease;
}

.card_item_first_highlight .pattern_line path {
  fill: #655AF2;
  transition: all 0.3s ease;
}
.card_item_first_highlight .active_hover_shadow {
  transition: all 0.3s ease;
}
.card_item_first_highlight .bg_white {
  transition: all 2s ease;
}
.card_item_first_highlight:hover .pattern_line path {
  transition: all 0.3s ease;
  animation: patternGlow 4s ease-in-out infinite;
}
.card_item_first_highlight:hover .bg_white {
  transition: all 4s ease;
  filter: saturate(1) brightness(1);
}
.card_item_first_highlight:hover .active_hover_shadow {
  filter: saturate(1) brightness(1);
  animation: hoverGlow 3s ease infinite;
}

@keyframes hoverGlow {
  0% {
    filter: saturate(1) brightness(1);
    filter: drop-shadow(0 20.677px 15.977px rgba(0, 0, 0, 0.02)) drop-shadow(0 12.218px 9.398px rgba(0, 0, 0, 0.02)) drop-shadow(0 6.579px 4.699px rgba(0, 0, 0, 0.02)) drop-shadow(0 2px 1.88px rgba(0, 0, 0, 0.03)) drop-shadow(0 0 0 rgba(160, 169, 182, 0.03));
  }
  50% {
    filter: saturate(0) brightness(2.5);
    filter: drop-shadow(0 10px 15.977px rgba(117, 104, 255, 0.441)) drop-shadow(0 12.218px 9.398px rgba(0, 0, 0, 0.02)) drop-shadow(0 6.579px 4.699px rgba(0, 0, 0, 0.02)) drop-shadow(0 2px 1.88px rgba(0, 0, 0, 0.03)) drop-shadow(0 0 0 rgba(160, 169, 182, 0.03));
  }
  100% {
    filter: saturate(1) brightness(1);
    filter: drop-shadow(0 20.677px 15.977px rgba(0, 0, 0, 0.02)) drop-shadow(0 12.218px 9.398px rgba(0, 0, 0, 0.02)) drop-shadow(0 6.579px 4.699px rgba(0, 0, 0, 0.02)) drop-shadow(0 2px 1.88px rgba(0, 0, 0, 0.03)) drop-shadow(0 0 0 rgba(160, 169, 182, 0.03));
  }
}
@keyframes patternGlow {
  0% {
    fill: #655AF2;
    opacity: 0.3;
    filter: drop-shadow(0 20.677px 15.977px rgba(117, 104, 255, 0.672)) drop-shadow(0 12.218px 9.398px rgba(0, 0, 0, 0.02)) drop-shadow(0 6.579px 4.699px rgba(0, 0, 0, 0.02)) drop-shadow(0 2px 1.88px rgba(0, 0, 0, 0.03)) drop-shadow(0 0 0 rgba(160, 169, 182, 0.03));
  }
  50% {
    fill: #655AF2;
    opacity: 1;
    filter: drop-shadow(0 20.677px 15.977px rgba(117, 104, 255, 0.672)) drop-shadow(0 12.218px 9.398px rgba(0, 0, 0, 0.02)) drop-shadow(0 6.579px 4.699px rgba(0, 0, 0, 0.02)) drop-shadow(0 2px 1.88px rgba(0, 0, 0, 0.03)) drop-shadow(0 0 0 rgba(160, 169, 182, 0.03));
  }
  100% {
    fill: #655AF2;
    opacity: 0.3;
    filter: drop-shadow(0 20.677px 15.977px rgba(117, 104, 255, 0.672)) drop-shadow(0 12.218px 9.398px rgba(0, 0, 0, 0.02)) drop-shadow(0 6.579px 4.699px rgba(0, 0, 0, 0.02)) drop-shadow(0 2px 1.88px rgba(0, 0, 0, 0.03)) drop-shadow(0 0 0 rgba(160, 169, 182, 0.03));
  }
}
/******************************************
Platform
*******************************************/
.card_platform_one:hover .check_fill.--1 {
  fill: #CCC;
}
.card_platform_one:hover .icon_badge.--1 {
  fill: #E5E7EB;
}
.card_platform_one:hover .icon_badge_text.--1 {
  fill: #374151;
}
.card_platform_one:hover .check_fill {
  transition: 0.3s ease;
}
.card_platform_one:hover .check_fill.--1.active, .card_platform_one:hover .check_fill.active {
  transition: 0.3s ease;
  fill: #22C55E !important;
}
.card_platform_one:hover .icon_badge {
  transition: 0.3s ease;
}
.card_platform_one:hover .icon_badge.--1.active, .card_platform_one:hover .icon_badge.active {
  transition: 0.3s ease;
  fill: #655AF2 !important;
}
.card_platform_one:hover .icon_badge_text {
  transition: 0.3s ease;
}
.card_platform_one:hover .icon_badge_text.--1.active, .card_platform_one:hover .icon_badge_text.active {
  fill: #FFF !important;
  transition: 0.3s ease;
}

.bg_line_progress,
.bg_line_progress_dark {
  width: 0%;
}

.bg_line_progress.active,
.bg_line_progress_dark.active {
  width: revert-layer;
  transition: all 0.5s ease;
}

@media (max-width: 1440px) {
  .features_section .card_platform_five .card_item_image {
    display: flex;
    align-items: center;
  }
  .features_section .card_platform_five .card_item_image svg {
    width: auto;
    height: 19rem;
  }
}
.features_section .card_platform_three {
  position: relative;
}
.features_section .card_platform_three .card_item_image {
  position: relative;
}
.features_section .card_platform_three .card_item_image .chart-svg {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 4rem;
  width: 88%;
  height: auto;
}

.card_platform_six:hover rect[fill-opacity="0.1"],
.card_platform_six:hover rect[fill-opacity="0.5"],
.card_platform_six:hover rect[fill-opacity="1"],
.card_platform_six:hover rect[fill="#EAE9FF"],
.card_platform_six:hover rect[fill="#BFBAFF"],
.card_platform_six:hover rect[fill="#847BF5"] {
  transform-box: fill-box;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 0.7s ease, filter 0.7s ease;
  filter: grayscale(100%);
}
.card_platform_six.active:hover rect[fill="#EAE9FF"],
.card_platform_six.active:hover rect[fill-opacity="0.1"] {
  transform: scaleY(1);
  filter: grayscale(0);
  transition: all 4s;
  filter: grayscale(0%);
}
.card_platform_six.active:hover rect[fill="#BFBAFF"],
.card_platform_six.active:hover rect[fill-opacity="0.5"] {
  transform: scaleY(1);
  filter: grayscale(0);
  transition: all 2s;
  filter: grayscale(0%);
}
.card_platform_six.active:hover rect[fill="#847BF5"],
.card_platform_six.active:hover rect[fill-opacity="1"] {
  transform: scaleY(1);
  filter: grayscale(0);
  transition: all 0.5s;
  filter: grayscale(0%);
}

.card_platform_five .check_icon_green {
  transition: 0.3s ease;
}
.card_platform_five .check_icon_green.active {
  transition: 0.3s ease;
  fill: #22C55E !important;
}
.card_platform_five:hover .icon-glow {
  transition: 0.3s ease;
  animation: glow 3s ease-in-out infinite;
}
.card_platform_five:hover .check_icon_green {
  transition: 0.3s ease;
}
.card_platform_five:hover .check_icon_green.active {
  transition: 0.3s ease;
  fill: #22C55E !important;
}

.terms_privacy_section {
  padding: 20rem 0 10rem;
  position: relative;
}
.terms_privacy_section::after {
  content: "";
  width: 77rem;
  height: 92rem;
  background: url("https://unified-supply-platform.s3.ap-south-1.amazonaws.com/website/assets-main/images/bg/bg_gradient.png");
  background-size: cover;
  right: 0rem;
  top: 0rem;
  position: absolute;
}
.terms_privacy_section .sub_heading {
  color: var(--gray-700, #374151);
  font-family: var(--Heading-H4-fontFamily, Matter);
  font-size: var(--Heading-H4-fontSize, 2.4rem);
  font-style: normal;
  font-weight: var(--Weights-Medium, 500);
  line-height: var(--Heading-H4-lineHeight, 2.6rem);
  letter-spacing: -0.1rem;
  margin-bottom: 2.4rem;
}
.terms_privacy_section .container_custom {
  position: relative;
  z-index: 1;
}
.terms_privacy_section b,
.terms_privacy_section p,
.terms_privacy_section ul li {
  font-family: var(--Label-Label-1-fontFamily, Matter);
  font-size: var(--Heading-H6-fontSize, 1.8rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  letter-spacing: var(--Heading-H6-letterSpacing, 0);
}
.terms_privacy_section p {
  color: var(--gray-600, #4B5563);
  margin-bottom: 2.4rem;
}
.terms_privacy_section b {
  font-weight: 600;
  font-size: var(--Heading-H6-fontSize, 2rem);
  display: flex;
  margin-bottom: 1.2rem;
}
.terms_privacy_section ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2.4rem;
}
.terms_privacy_section ul li {
  color: var(--gray-700, #374151);
  padding-left: 1rem;
  margin-bottom: 0.6rem;
}
