@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;
  }
  .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;
}
.title_section {
  margin-bottom: 7rem;
}
.title_section.title_row .text {
  position: relative;
  top: 0.3rem;
}
.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;
}
.title_section .text {
  color: var(--gray-600, #4B5563);
  /* Heading H5 */
  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);
  /* 125% */
}

.contact_section {
  padding: 20rem 0;
  position: relative;
}
@media (max-width: 576px) {
  .contact_section {
    padding: 15rem 0;
  }
}
.contact_section .container_custom {
  padding: 0 4rem;
}
.contact_section::after {
  width: 77rem;
  height: 92rem;
  background: url("https://unified-supply-platform.s3.ap-south-1.amazonaws.com/website/assets-main/images/bg/bg-gradient.webp");
  background-size: cover;
  right: 0;
  top: 0;
  position: absolute;
  margin: auto;
  z-index: -2;
  content: "";
}
.contact_section .title_section {
  width: 82rem;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .contact_section .title_section {
    width: 100%;
  }
}
.contact_section .title_section .heading {
  margin-bottom: 1.8rem;
}
.contact_section .title_section .heading .gradient {
  padding-right: 0.2rem;
  position: relative;
  font-style: italic;
}
.contact_section .title_section .heading .gradient .doodle-svg {
  position: absolute;
  bottom: -1.9rem;
  left: 0;
  right: 0;
  width: 12.5rem;
  height: 1.4rem;
  margin: 0 auto;
}
.contact_section .title_section .text {
  font-size: var(--Heading-H6-fontSize, 2rem);
  font-style: normal;
  font-weight: var(--Weights-Regular, 400);
  line-height: 2.8rem;
}
.contact_section .form_content {
  display: flex;
  width: 75.3rem;
  margin: 9.2rem auto 0;
  padding: 5.3rem 5.3rem 5.2rem 5.3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 2rem;
  border: 0.1rem solid var(--gray-200, #E5E7EB);
  background: var(--gray-50, #F9FAFB);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 576px) {
  .contact_section .form_content {
    width: 100%;
    padding: 2rem;
  }
}
.contact_section .form_content.show::before {
  transform: rotate(3.446deg);
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .contact_section .form_content.show::before {
    transform: rotate(2.1deg);
  }
}
.contact_section .form_content.show .bg_cards {
  transform: rotate(-4.511deg);
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .contact_section .form_content.show .bg_cards {
    transform: rotate(-2.511deg);
  }
}
.contact_section .form_content.show::after {
  transform: rotate(-2.79deg);
  transition: 0.3s ease;
}
@media (max-width: 576px) {
  .contact_section .form_content.show::after {
    transform: rotate(-2.39deg);
  }
}
.contact_section .form_content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 0.1rem solid var(--gray-200, #E5E7EB);
  background: var(--gray-50, #F9FAFB);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: 0.3s ease;
}
.contact_section .form_content .bg_cards {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 0.1rem solid var(--gray-200, #E5E7EB);
  background: var(--gray-50, #F9FAFB);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: 0.3s ease;
}
.contact_section .form_content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  border: 0.1rem solid var(--gray-200, #E5E7EB);
  background: var(--gray-50, #F9FAFB);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  z-index: -1;
  transition: 0.3s ease;
}
.contact_section .form_content .heading {
  color: var(--zinc-950, #09090B);
  font-family: var(--Heading-H5-fontFamily, Matter);
  font-size: var(--Heading-H6-fontSize, 2rem);
  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: 4rem;
}
.contact_section .form_content .form_label {
  color: var(--Neutral-1000, #181B25);
  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);
  margin-bottom: 0.7rem;
  text-transform: capitalize;
}
.contact_section .form_content .form_label span {
  color: var(--red-600, #DC2626);
}
.contact_section .form_content .error_message {
  display: none;
  color: #F00;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
}
.contact_section .form_content .input-group-virtual {
  display: flex;
}
.contact_section .form_content .input-group-virtual .vscomp-wrapper .vscomp-toggle-button {
  border-radius: 0.8rem 0 0 0.8rem;
  border-right: 0;
}
.contact_section .form_content .input-group-virtual .virtual_select.vscomp-ele {
  width: fit-content;
}
.contact_section .form_content .input-group-virtual .form_control {
  border-radius: 0 0.6rem 0.6rem 0;
  border-left: 0;
  padding-left: 0.4rem;
  position: relative;
  width: 100%;
}
.contact_section .form_content .input-group-virtual .form_control:active, .contact_section .form_content .input-group-virtual .form_control:focus, .contact_section .form_content .input-group-virtual .form_control:focus-visible {
  padding-left: 0.4rem !important;
  border-left: 0 !important;
}
.contact_section .form_content .form_control {
  height: 4rem;
  width: 100%;
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--zinc-300, #D4D4D8);
  background: #f9fafb;
  color: #333333;
  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);
}
.contact_section .form_content .form_control.virtual_select {
  padding: 0;
  border: 0;
}
.contact_section .form_content .form_control:focus-visible {
  box-shadow: none;
  outline: none;
  border: 0.1rem solid #655AF2 !important;
  background-color: #FFFFFF !important;
  transition: 0.5s ease;
}
.contact_section .form_content .form_control::placeholder {
  color: var(--zinc-400, #A1A1AA);
  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);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.virtual_select.vscomp-ele {
  width: 100%;
  max-width: 100%;
}
.virtual_select .vscomp-toggle-button {
  height: 4rem;
  width: 100%;
  padding: 1.6rem;
  padding-right: 3rem;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--zinc-300, #D4D4D8);
  background: #f9fafb;
  cursor: pointer;
}
.virtual_select .vscomp-toggle-button span.country_name {
  display: none;
}
.virtual_select .vscomp-toggle-button:hover {
  box-shadow: 0 0 0 0.2rem #EAECF0;
  transition: 0.5s ease;
}
.virtual_select.error .vscomp-toggle-button {
  border: 0.1rem solid var(--Error-500, #F04438);
  background: var(--Error-25, #FFFBFA);
}
.virtual_select.error .vscomp-toggle-button:hover {
  box-shadow: 0 0 0 0.2rem #FECDCA;
  transition: 0.5s ease;
}
.virtual_select.error .vscomp-wrapper.focused .vscomp-toggle-button, .virtual_select.error .vscomp-wrapper:focus .vscomp-toggle-button {
  border: 0.1rem solid var(--Error-500, #F04438);
  background: var(--Error-25, #FFFBFA);
}
.virtual_select .vscomp-value[data-tooltip=Select] {
  opacity: 1 !important;
  color: #CCCCCC;
  font-family: "Matter";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.virtual_select .vscomp-wrapper.focused .vscomp-toggle-button, .virtual_select .vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow: none;
  border: 0.1rem solid #655AF2;
  cursor: text;
}
.virtual_select .vscomp-wrapper .checkbox-icon::after {
  transition-duration: 0.2s;
  border: 0;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4349_1507)%22%3E%3Cpath%20d%3D%22M11%200.5H3C1.61929%200.5%200.5%201.61929%200.5%203V11C0.5%2012.3807%201.61929%2013.5%203%2013.5H11C12.3807%2013.5%2013.5%2012.3807%2013.5%2011V3C13.5%201.61929%2012.3807%200.5%2011%200.5Z%22%20stroke%3D%22%23B3B9C6%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4349_1507%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 100%;
  width: 100%;
  transform: none;
}
.virtual_select .vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
  border: 0;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4349_1514)%22%3E%3Cpath%20d%3D%22M11%200.5H3C1.61929%200.5%200.5%201.61929%200.5%203V11C0.5%2012.3807%201.61929%2013.5%203%2013.5H11C12.3807%2013.5%2013.5%2012.3807%2013.5%2011V3C13.5%201.61929%2012.3807%200.5%2011%200.5Z%22%20fill%3D%22%23655AF2%22%20stroke%3D%22%23655AF2%22%2F%3E%3Cpath%20d%3D%22M11%204L5.5%209.50002L3%207%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4349_1514%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 100%;
  width: 100%;
  transform: none;
}
.virtual_select .checkbox-icon.vscomp-toggle-all-checkbox.checked::after {
  border: 0;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_4349_1514)%22%3E%3Cpath%20d%3D%22M11%200.5H3C1.61929%200.5%200.5%201.61929%200.5%203V11C0.5%2012.3807%201.61929%2013.5%203%2013.5H11C12.3807%2013.5%2013.5%2012.3807%2013.5%2011V3C13.5%201.61929%2012.3807%200.5%2011%200.5Z%22%20fill%3D%22%23655AF2%22%20stroke%3D%22%23655AF2%22%2F%3E%3Cpath%20d%3D%22M11%204L5.5%209.50002L3%207%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_4349_1514%22%3E%3Crect%20width%3D%2214%22%20height%3D%2214%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: 100%;
  width: 100%;
  transform: none;
}
.virtual_select .vscomp-search-label {
  color: #cad5e2 !important;
}
.virtual_select .vscomp-search-input {
  padding-left: 2.5rem;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_3686_107)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.66667%201.83331C6.90063%201.83331%206.14208%201.9842%205.43435%202.27735C4.72662%202.5705%204.08355%203.00018%203.54188%203.54186C3.0002%204.08353%202.57052%204.72659%202.27737%205.43433C1.98422%206.14206%201.83334%206.9006%201.83334%207.66665C1.83334%208.43269%201.98422%209.19123%202.27737%209.89897C2.57052%2010.6067%203.0002%2011.2498%203.54188%2011.7914C4.08355%2012.3331%204.72662%2012.7628%205.43435%2013.0559C6.14208%2013.3491%206.90063%2013.5%207.66667%2013.5C9.21377%2013.5%2010.6975%2012.8854%2011.7915%2011.7914C12.8854%2010.6975%2013.5%209.21374%2013.5%207.66665C13.5%206.11955%2012.8854%204.63582%2011.7915%203.54186C10.6975%202.44789%209.21377%201.83331%207.66667%201.83331ZM0.833336%207.66665C0.833336%203.89331%203.89334%200.833313%207.66667%200.833313C11.44%200.833313%2014.5%203.89331%2014.5%207.66665C14.5%209.37331%2013.874%2010.9346%2012.8393%2012.132L15.02%2014.3133C15.0691%2014.3591%2015.1085%2014.4143%2015.1359%2014.4756C15.1632%2014.537%2015.1779%2014.6032%2015.1791%2014.6703C15.1802%2014.7374%2015.1679%2014.8041%2015.1428%2014.8664C15.1176%2014.9286%2015.0802%2014.9852%2015.0327%2015.0327C14.9852%2015.0802%2014.9287%2015.1176%2014.8664%2015.1427C14.8041%2015.1679%2014.7375%2015.1802%2014.6703%2015.179C14.6032%2015.1779%2014.537%2015.1632%2014.4756%2015.1358C14.4143%2015.1085%2014.3591%2015.0691%2014.3133%2015.02L12.132%2012.8393C10.8925%2013.9132%209.30667%2014.503%207.66667%2014.5C3.89334%2014.5%200.833336%2011.44%200.833336%207.66665Z%22%20fill%3D%22%23A1A1AA%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_3686_107%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left 0rem center;
  background-size: 1.6rem;
  font-family: "Matter";
  font-size: 1.4rem;
}
.virtual_select .vscomp-search-input:placeholder-shown {
  color: #98a2b3 !important;
}
.virtual_select .vscomp-search-input::placeholder, .virtual_select .vscomp-search-input::-webkit-input-placeholder, .virtual_select .vscomp-search-input::-moz-placeholder, .virtual_select .vscomp-search-input:-ms-input-placeholder, .virtual_select .vscomp-search-input:-moz-placeholder {
  color: #98a2b3 !important;
  font-family: "Matter";
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.virtual_select .vscomp-search-input::-moz-placeholder, .virtual_select .vscomp-search-input:-moz-placeholder {
  opacity: 1;
}
.virtual_select .vscomp-search-container {
  border-bottom: 0.1rem solid #EAECF0;
  padding-left: 1.2rem;
}
.virtual_select .vscomp-option {
  padding: 0 1.2rem;
  background-image: "";
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  transition: background-image 0s, 0.3s ease;
}
.virtual_select .vscomp-option:hover {
  background-image: "";
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.virtual_select .vscomp-option.focused {
  background: #F5F5F5;
  background-color: var(--Gray-100, #F2F4F7);
}
.virtual_select .vscomp-option.selected {
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16.6666%205L7.49992%2014.1667L3.33325%2010%22%20stroke%3D%22%23655AF2%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  color: #141415;
  padding-right: 3rem;
}

.vscomp-value {
  font-family: "Matter";
  font-size: var(--Body-Body-3-fontSize, 1.4rem);
}

.vscomp-wrapper.multiple .vscomp-option.selected {
  background: none;
}
.vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1 !important;
  color: var(--zinc-400, #A1A1AA);
  font-family: "Matter";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}

.vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button {
  background: none !important;
}

.vscomp-clear-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.vscomp-clear-icon::after, .vscomp-clear-icon::before {
  border: none;
  position: absolute;
  width: 0.1rem;
  height: 1.2rem;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pop-comp-active .vscomp-wrapper .vscomp-arrow::after {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

.vscomp-arrow {
  right: 0.6rem;
}
.vscomp-arrow::after {
  transform: rotate(0deg);
  transition: 0.3s ease;
  border: none;
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "";
  margin-top: 0;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 2rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2212%22%20viewBox%3D%220%200%2020%2012%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M15%204L9.99999%209L5%204%22%20stroke%3D%22%23A1A1AA%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.vscomp-options-container::-webkit-scrollbar {
  width: 5px;
}

.vscomp-toggle-all-label,
.vscomp-option-text {
  font-weight: 400;
  color: #020618;
  font-size: 1.4rem;
}

.vscomp-dropbox-container.pop-comp-wrapper {
  z-index: 9999999 !important;
  min-width: 30rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.vscomp-clear-button {
  height: 2.4rem;
  width: 2.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.vscomp-clear-button:hover {
  background: #f8f8f9;
}

/****************************************************** 404 /******************************************************/
.error_section {
  position: relative;
  overflow: hidden;
}
.error_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;
}
@media (max-width: 576px) {
  .error_section .bg_1 {
    background: url("https://unified-supply-platform.s3.ap-south-1.amazonaws.com/website/assets-main/images/bg/bg_gradient_xs.webp");
    background-size: cover;
  }
}
.error_section img {
  height: auto;
}
@media (max-width: 576px) {
  .error_section {
    padding-top: 30rem;
  }
}
.error_section .title_error {
  padding-right: 28rem;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: -15rem;
  position: relative;
}
.error_section .title_error .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);
  letter-spacing: -0.2rem;
  margin-bottom: 0.8rem;
}
.error_section .title_error .text {
  color: var(--gray-600, #4B5563);
  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: 2.8rem;
}
@media (max-width: 576px) {
  .error_section .title_error {
    width: 100%;
    padding-right: 0;
  }
}

.banner_section.blog_section {
  padding: 22rem 0 22rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .banner_section.blog_section {
    padding: 15rem 0;
  }
}
.banner_section.blog_section .title_banner .text {
  margin-bottom: 10rem;
}
.banner_section.blog_section::after {
  width: 77rem;
  height: 92rem;
  background: url("https://unified-supply-platform.s3.ap-south-1.amazonaws.com/website/assets-main/images/bg/bg-gradient.webp");
  background-size: cover;
  right: 0rem;
  top: 0rem;
  position: absolute;
  margin: auto;
  z-index: -2;
  content: "";
}
.banner_section.blog_section .form_label {
  color: var(--Neutral-1000, #181B25);
  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);
  margin-bottom: 0.7rem;
  text-transform: capitalize;
}
.banner_section.blog_section .form_label span {
  color: var(--red-600, #DC2626);
}
.banner_section.blog_section .form_control {
  height: 4rem;
  width: 100%;
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid var(--zinc-300, #D4D4D8);
  background: #f9fafb;
  color: #333333;
  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);
  padding-left: 3.6rem;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_3686_107)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.66667%201.83331C6.90063%201.83331%206.14208%201.9842%205.43435%202.27735C4.72662%202.5705%204.08355%203.00018%203.54188%203.54186C3.0002%204.08353%202.57052%204.72659%202.27737%205.43433C1.98422%206.14206%201.83334%206.9006%201.83334%207.66665C1.83334%208.43269%201.98422%209.19123%202.27737%209.89897C2.57052%2010.6067%203.0002%2011.2498%203.54188%2011.7914C4.08355%2012.3331%204.72662%2012.7628%205.43435%2013.0559C6.14208%2013.3491%206.90063%2013.5%207.66667%2013.5C9.21377%2013.5%2010.6975%2012.8854%2011.7915%2011.7914C12.8854%2010.6975%2013.5%209.21374%2013.5%207.66665C13.5%206.11955%2012.8854%204.63582%2011.7915%203.54186C10.6975%202.44789%209.21377%201.83331%207.66667%201.83331ZM0.833336%207.66665C0.833336%203.89331%203.89334%200.833313%207.66667%200.833313C11.44%200.833313%2014.5%203.89331%2014.5%207.66665C14.5%209.37331%2013.874%2010.9346%2012.8393%2012.132L15.02%2014.3133C15.0691%2014.3591%2015.1085%2014.4143%2015.1359%2014.4756C15.1632%2014.537%2015.1779%2014.6032%2015.1791%2014.6703C15.1802%2014.7374%2015.1679%2014.8041%2015.1428%2014.8664C15.1176%2014.9286%2015.0802%2014.9852%2015.0327%2015.0327C14.9852%2015.0802%2014.9287%2015.1176%2014.8664%2015.1427C14.8041%2015.1679%2014.7375%2015.1802%2014.6703%2015.179C14.6032%2015.1779%2014.537%2015.1632%2014.4756%2015.1358C14.4143%2015.1085%2014.3591%2015.0691%2014.3133%2015.02L12.132%2012.8393C10.8925%2013.9132%209.30667%2014.503%207.66667%2014.5C3.89334%2014.5%200.833336%2011.44%200.833336%207.66665Z%22%20fill%3D%22%23A1A1AA%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_3686_107%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left 1.2rem center;
  background-size: 1.6rem;
  font-family: "Matter";
  font-size: 1.4rem;
}
.banner_section.blog_section .form_control:placeholder-shown {
  color: #98a2b3 !important;
}
.banner_section.blog_section .form_control.virtual_select {
  padding: 0;
  border: 0;
}
.banner_section.blog_section .form_control:focus-visible {
  box-shadow: none;
  outline: none;
  border: 0.1rem solid #655AF2 !important;
  background-color: #FFFFFF !important;
  transition: 0.5s ease;
}
.banner_section.blog_section .form_control::placeholder {
  color: var(--zinc-400, #A1A1AA);
  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);
}
.banner_section.blog_section .filter_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.96rem;
}
.banner_section.blog_section .filter_content .vscomp-clear-button.toggle-button-child {
  display: none;
}
@media (max-width: 576px) {
  .banner_section.blog_section .filter_content {
    gap: 1.6rem;
    align-items: end;
  }
  .banner_section.blog_section .filter_content div.form_group {
    width: 50%;
  }
  .banner_section.blog_section .filter_content div.form_group.--flex {
    flex-direction: column;
    align-items: end;
  }
}
.banner_section.blog_section .filter_content .form_control,
.banner_section.blog_section .filter_content .virtual_select .vscomp-toggle-button {
  border-radius: 1.2rem;
}
.banner_section.blog_section .filter_content .form_group.--search .form_control {
  min-width: 28rem;
}
@media (max-width: 576px) {
  .banner_section.blog_section .filter_content .form_group.--search .form_control {
    min-width: 100%;
  }
}
.banner_section.blog_section .filter_content .form_group.--flex {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
.banner_section.blog_section .filter_content .form_group.--flex .vscomp-dropbox-container.pop-comp-wrapper {
  min-width: 17rem;
}
.banner_section.blog_section .filter_content .form_group.--flex .form_label {
  white-space: nowrap;
  margin-bottom: 0;
}
.banner_section .title_banner {
  height: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  width: 82rem;
}
@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;
}

div#country_code .vscomp-clear-button.toggle-button-child,
#im_type .vscomp-clear-button.toggle-button-child {
  display: none;
}
div#country_code .vscomp-toggle-button,
#im_type .vscomp-toggle-button {
  padding-right: 40px !important;
}

.loader_anim {
  background: var(--zinc-200, #E4E4E7);
  position: relative;
  overflow: hidden;
}
.loader_anim::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 20%, #E4E4E7 50%, rgba(255, 255, 255, 0.15) 80%, transparent 100%);
  animation: shimmer 1.5s linear infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.blog_main_img {
  overflow: hidden;
  border-radius: 2rem;
}
.blog_main_img img {
  width: 100%;
  height: auto;
  display: flex;
}

.blog_section .content_blog.--detail {
  padding: 0;
}
.blog_section .content_blog.--detail .blog_main_img {
  margin-bottom: 4.4rem;
}
@media (max-width: 576px) {
  .blog_section .content_blog.--detail .blog_main_img {
    margin-bottom: 2rem;
  }
}
.blog_section .content_blog.--detail .mb-0 {
  margin-bottom: 0 !important;
}
.blog_section .content_blog.--detail p a {
  color: #655AF2;
  text-decoration: underline;
}

.content_loader {
  margin-top: 3rem;
}

.no_result_found {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader_item {
  border-radius: 3.4rem;
  overflow: hidden;
}
.loader_item .loader_image {
  height: 25rem;
}
.loader_item .loader_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  background: var(--Card-bg, #F5F5F5);
}
.loader_item .loader_scale {
  display: flex;
  width: 100%;
  height: 1.2rem;
  padding: 0.6rem 1rem;
  align-items: center;
  gap: 0.8432rem;
  border-radius: 0.8rem;
}
.loader_item .loader_scale.--date {
  width: 8.5rem;
}
.loader_item .loader_scale.--heading {
  margin: 1.2rem 0;
}
.loader_item .loader_scale.--text {
  width: 60%;
}
.loader_item .loader_badge_group {
  margin-top: 3.6rem;
  display: flex;
  gap: 1rem;
}
.loader_item .loader_badge_group .loader_badge {
  display: flex;
  width: 10.5rem;
  height: 3.2rem;
  padding: 0.6rem 1rem;
  align-items: center;
  gap: 0.8432rem;
  border-radius: 0.8rem;
}
.loader_item .loader_badge_group .loader_badge:nth-child(2) {
  width: 7.2rem;
}

.form_message {
  display: flex;
  padding: 1.6rem;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2.4rem;
  color: var(--Black-900, #211E1F);
  font-family: "Albert Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  border-radius: 10rem;
}
.form_message svg {
  width: 2.4rem;
  height: 2.4rem;
}

.form_message.--success {
  background: rgba(0, 161, 107, 0.05);
  border: 0.1rem solid #0c875e;
  box-shadow: 0 0 0.9rem -0.6rem #c8c8c8 inset;
}

.form_message.--danger {
  border: 0.1rem solid #D71414;
  background: rgba(215, 20, 20, 0.05);
  box-shadow: 0 0 0.9rem -0.6rem #c8c8c8 inset;
}

.loader_btn {
  display: none;
  color: #FFFFFF;
}

button#submitBtn {
  min-width: 8rem;
}
button#submitBtn:has(.loader_btn[style*="display: flex"]) {
  pointer-events: none;
  opacity: 0.7;
}
button#submitBtn:has(.loader_btn[style*="display: flex"]) span {
  display: none;
}

#lookingFor:has(span.checkbox-icon.vscomp-toggle-all-checkbox.checked) .vscomp-value {
  position: relative;
}
#lookingFor:has(span.checkbox-icon.vscomp-toggle-all-checkbox.checked) .vscomp-value::after {
  content: "";
  position: absolute;
  left: 1.7rem;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.post_not_found {
  margin-top: 14rem;
}
