/*$Id$*/
@font-face {
  font-family: Zoho_Puvi_Regular;
  src: url(../../fonts/Zoho_Puvi_Regular.144d36750a205e58f3e77a5228b5990b.woff2);
}

@font-face {
  font-family: Zoho_Puvi_Medium;
  src: url(../../fonts/Zoho_Puvi_Medium.b1f8fb345c80f2fc283a52cf5461749d.woff2);
}

@font-face {
  font-family: Zoho_Puvi_Semibold;
  src: url(../../fonts/Zoho_Puvi_Semibold.c0f61f89ca7458ceb6bdc120121cfd25.woff2);
}

@font-face {
  font-family: Zoho_Puvi_Light;
  src: url(../../fonts/Zoho_Puvi_Light.36be5dbf14cad4faf885c6a9477e462d.woff2);
}

:root {
  --black-color: #000;
  --white-color: #fff;
  --link-color: #9C9AB8;
  --zf-regular: Zoho_Puvi_Regular;
  --zf-semibold: Zoho_Puvi_Semibold;
  --zf-light: Zoho_Puvi_Light;
  --zf-medium: Zoho_Puvi_Medium;
  --lt-color: #9C9AB8;
  --lt-logoc: #236db4;
  --lt-header-bg: linear-gradient(132.88deg, #000000 2.15%, #091035 27.93%, #171065 51.96%, #184397 76.19%, #1C73B0 88.6%, #20A9C7 100%);
  --body-linear-gradient: linear-gradient(132.88deg, #000000 2.15%, #091035 27.93%);
  --dt-bg: linear-gradient(132.88deg, #000000 2.15%, #091035 27.93%);
  --fs-12: 0.8rem;
  --fs-13: 0.85rem;
  --fs-14: 0.875rem;
  --fs-11: 0.688rem;
  --fs-10: 0.625rem;
  --fs-18: 1.125rem;
  --fs-16: 1rem;
  --fs-24: 1.5rem;
  --fs-20: 1.25rem;
  --fs-15: 0.9375rem;
  --f-p: 500 18px var(--zf-regular);
  --img-fluid: 100%;
  --p-btn-solid: 1.375rem 2.625rem 1.375rem 2.625rem;
  --fs-btn-solid: 700 0.75rem/0 var(--zf-regular);
  --container-width: 1200px;
  --fs-h1: 2.5rem;
  --f-p-large: 400 18px/1.8 var(--zf-regular);
  --h-logo-image: 30px;
  --h-navbar: 64px;
  --fs-logo-txt: 600 var(--fs-11) / 1.5rem var(--zf-light);
  --fs-navbar-custom: 600 0.875rem/0.875rem var(--zf-regular);
  --mw-grid-item: 800px;
  --p-grid-item: 3rem;
  --fs-grid-item-p: 1rem;
  --h-image-container-img: 300px;
  --pl-img-pl: 1.5rem;
  --pr-img-pr: 1.5rem;
  --fs-grid-item-h3: 1.5rem;
  --fs-footer-ul: var(--fs-14);
  --sm-m-size: 18px;
  --footer-icon-dimension: 18px;
  --fs-footer-logo: var(--fs-11);
  --h-footer-logo: 25px;
  --f-h3: 700 1.25rem/2rem var(--zf-medium);
  --f-h5: 700 1.126rem/1.625rem var(--zf-medium);
  --f-help-l: 16px;
  --p-footer-container: 1rem 8rem;
  --p-footer-spacing: 0px 15px;
  --p-container-spacing: 0px 20px;
  --fd-grid-item: row;
  --pis-footer-ul: 40px;
  --w-image-container-img: 100%;
  --bg-record: #f4f9ff;
  --svg-top: 7%;
  --svg-left: 7%;
  --bg-content-page: linear-gradient(132.88deg, #000000 2.15%, #091035 27.93%, #070236 51.96%, #122956 76.19%, #00375f 88.6%, #000000 100%);
  --bc-input: rgb(255 255 255 / 57%);
  --c-question-text: rgb(212 211 232);
  --error-color: #db3636;
  --logotext-lg: linear-gradient(90deg, #a09aff 0%, #ED52B2 100%);
  --fs-logotext: 15px;
  --header-illustration-img: 80%;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: var(--zf-regular);
  background-image: var(--body-linear-gradient);
}

body,
p {
  font: var(--f-p);
  line-height: 1.8;
}

.pos-r {
  position: relative;
}

.logo-text-lg {
  color: #5C52ED;
  background-image: var(--logotext-lg);
  font-size: var(--fs-logotext);
  padding-right: 12px;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.star-1 {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 9.21px;
  height: 9.21px;
  background-image: url(../../images/people/star.a2c296118a1ac692e2025910a87cc1f1.svg);
  background-size: 9.21px;
  background-repeat: no-repeat;
}

.star-2 {
  display: inline-block;
  position: absolute;
  right: -5px;
  top: -2px;
  width: 4.65px;
  height: 4.65px;
  background-image: url(../../images/people/star.a2c296118a1ac692e2025910a87cc1f1.svg);
  background-size: 4.65px;
  background-repeat: no-repeat;
}

.p-large {
  font: var(--f-p-large);
}

.li-space-lg li {
  margin-bottom: 0.25rem;
}

h1 {
  color: var(--white-color);
  font: 700 4rem/3.5rem var(--zf-semibold);
}

h2 {
  color: var(--link-color);
  font: 700 1.5rem/2.75rem var(--zf-medium);
}

h3 {
  color: var(--link-color);
  font: var(--f-h3);
}

h4 {
  color: var(--link-color);
  font: 700 1.375rem/1.875rem var(--zf-regular);
}

h5 {
  color: var(--link-color);
  font: var(--f-h5)
}

h6 {
  color: var(--link-color);
  font: 700 1rem/1.5rem var(--zf-regular);
}

a {
  color: rgba(208, 206, 224, 1);
  text-decoration: none;
}

a:hover,
a:-webkit-any-link:focus-visible {
  color: var(--white-color);
  text-decoration: none;
  outline: none;
}

.header-section-widget {
  width: 100%;
  padding-top: calc(var(--h-navbar) + 4rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  z-index: 1;
  background: var(--lt-header-bg);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url("../../images/people/down-arrow.2b2a23465c53005b22a196366379e4fd.png");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  outline: none;
  font-size: var(--fs-15);
}

select::-ms-expand {
  display: none;
}

/* LOADER */

.spinner-wrapper {
  position: fixed;
  z-index: 999999;
  top: var(--h-navbar);
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--body-linear-gradient);
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.75rem;
  height: 1.25rem;
  margin: -0.625rem 0 0 -1.875rem;
  text-align: center;
}

.spinner>div {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: var(--lt-logoc);
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* Navbar */

.navbar-custom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--h-navbar);
  padding: 0 8rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
  font: var(--fs-navbar-custom);
  transition: all 0.2s;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(208, 206, 224, 0) 0%, rgba(208, 206, 224, 0.1) 50%, rgba(208, 206, 224, 0) 100%);
  border-image-slice: 1;
}

.navbar-custom .navbar-brand.logo-text {
  font: var(--fs-logo-txt);
  color: var(--link-color);
  text-decoration: none;
  letter-spacing: 0.3px;
  padding: 0px;
  margin-right: 12px;
  margin-bottom: -5px;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover>.dropdown-menu {
  display: block;
  /* this makes the dropdown menu stay open while hovering it */
  min-width: auto;
  animation: fadeDropdown 0.2s;
  /* required for the fade animation */
}

@keyframes fadeDropdown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* end of dropdown menu */

/* Header */

.header .header-content {
  text-align: center;
}

.header .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-section-widget .row {
  align-items: center;
}

.panel {
  position: relative;
}

.header .type-text {
  text-align: center;
  font-size: 3.5rem;
  line-height: 100%;
  text-align: center;
  padding: 0 13rem;
}

.fade-container {
  opacity: 0;
  transform: translateY(100px);
  animation: fade-in-container 0.5s ease-in 1s forwards;
}

@keyframes fade-in-container {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.header h1 {
  margin-bottom: 1.125rem;
  font-size: var(--fs-h1);
  line-height: 3.125rem;
}

.header .p-large {
  margin-bottom: 1.875rem;
  text-align: center;
  padding: 0 18rem;
  margin-bottom: 1.875rem;
  text-align: center;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: -1%;
  text-align: center;
  color: #fff;
}

.cards-1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  background-color: var(--black-color);
  /* height: calc(100vh - var(--h-navbar)); */
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cards-1 h1 {
  color: #fff;
  padding: 2rem;
  font-size: 3.5rem;
  font-family: var(--zf-light);
}

/* Footer - People console search view */

.wa-footer-container {
  position: relative;
  background: var(--black-color);
  padding: var(--p-footer-container);
  font-size: var(--fs-14);
  color: #fff;
}

.wa-footer-container .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.wa-footer-container .copyright-text {
  color: rgba(208, 206, 224, 1);
}

.wa-footer-container ul {
  list-style-type: none;
  font-size: var(--fs-footer-ul);
  margin: 0px;
  color: #abc5e2;
  padding-inline-start: var(--pis-footer-ul);
}

.wa-footer-container .footer-logo.vr {
  border-right: 0.5px solid #c5d7e6;
  padding: var(--p-footer-spacing);
}

.wa-footer-container ul a {
  text-decoration: none;
  opacity: 0.6;
  color: #fff;
}

.wa-footer-container ul a:hover {
  opacity: 1;
}

.wa-footer-container .footer-icon {
  display: inline-flex;
  width: var(--footer-icon-dimension);
  height: var(--footer-icon-dimension);
  mask-size: 16px;
  mask-repeat: no-repeat;
  margin-left: 5px;
  cursor: pointer;
  opacity: 1;
  background-color: #abc5e2;
}

.sm-l {
  mask-image: url(../../images/people/linkedin_icon.1b3fa9ff87ac624c29a260acdbc85ebe.svg);
}

.sm-m {
  mask-size: var(--sm-m-size) !important;
  mask-image: url(../../images/people/mail.a44ee7f9774917950a00fa8612c92d97.svg);
}

.footer-icon:hover,
.footer-icon:focus {
  background-color: #fff;
}

.wa-footer-container .d-flex.align-items-center {
  line-height: normal;
}

/* COPYRIGHT  */

.copyright {
  padding-top: 1rem;
  padding-bottom: 0.375rem;
  text-align: center;
}

.copyright .p-small {
  padding-top: 1.375rem;
  border-top: 1px solid #c4d8dc;
  opacity: 0.7;
}

/* BACK TO TOP - BUTTON */

a.back-to-top {
  position: fixed;
  z-index: 999;
  right: 0.75rem;
  bottom: 0.75rem;
  display: none;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 1.875rem;
  background: var(--lt-logoc) url("../../images/people/up-arrow.573f8e6285c1dca013bc6cf8ebf196be.png") no-repeat center 47%;
  background-size: 1.125rem 1.125rem;
  text-indent: -9999px;
}

a:hover.back-to-top {
  background-color: var(--bc-input);
}


.ex-basic-2 {
  padding-top: 4.75rem;
  padding-bottom: 4rem;
  position: relative;
}

.ex-basic-2 h3 {
  margin-bottom: 1rem;
}

.ex-basic-2 .text-container {
  margin-bottom: 2rem;
}

table {
  border-collapse: collapse;
  border: 2px solid rgb(200, 200, 200);
}

td,
th {
  border-bottom: 1px solid rgb(190, 190, 190);
  padding: 10px 20px;
  color: var(--link-color);
}

th {
  text-align: center;
  font-family: var(--zf-medium);
  color: #fff;
}

ul.nav {
  list-style: none;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-top: 25px;
  justify-content: center;
}

li.nav {
  display: inline;
  padding-left: 5rem;
  padding-right: 5rem;
}

.contact-us {
  display: inline-block;
  margin: 1% 0 0 0;
  color: #626262;
  padding-right: 5rem;
  text-decoration: underline;
}

.section {
  min-height: auto;
  padding: 0;
  background: var(--lt-logoc);
  display: block;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: var(--p-container-spacing);
}

.grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.scrollable-container,
.page-wrapper {
  position: relative;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: #fff;
}
.d-flex-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-brand img {
  height: var(--h-logo-image);
}

.dropdown-toggle::after {
  vertical-align: middle;
}

/* SubjectAccessView */
.input-error {
  border: 1px solid var(--error-color) !important;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url(../../images/people/alert.de490411a74e956c6d9a44838bd35971.svg);
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.d-grid-3 {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 2.5rem));
  row-gap: 1.5rem;
  column-gap: 5rem;
}

.pl-0 {
  padding-left: 0px !important;
}

.d-none {
  display: none !important;
}

.v-hidden {
  visibility: hidden !important;
}

.flex-g-1 {
  flex-grow: 1;
}

.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.mask-group {
  width: 224px;
  height: 224px;
  background-image: url(../../images/people/mask_group.e0126ad5150e61fe151365fae03ce92f.png);
  background-size: 224px;
  opacity: 0.9;
}

.icon-dm {
  display: inline-block;
  width: 38px;
  height: 38px;
  background-size: 38px;
  background-repeat: no-repeat;
}

.sign-up-icon {
  background-image: url(../../images/people/img_1.a912d5991ed78cdc933b8c28ebe59dc3.png);
}

.assist-icon {
  background-image: url(../../images/people/img_2.ef34ee37db96e46422d481b3bddf4653.png);
}

.leads-icon {
  background-image: url(../../images/people/img_3.c8546c122b725f4d8964b3e72aa1eecb.png);
}

.m-lr-1 {
  margin: 0 1rem;
  font-size: 36px;
  font-family: 'Zoho_Puvi_Light';
  color: #fff;
}

.p-1 {
  padding: 1rem;
}

/* Pulse button css */
.pulse-button {
  outline: none !important;
  position: relative;
  padding: 12px 24px;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  letter-spacing: 0.5px;
}

.pulse-button::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(90deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  border-radius: 12px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;

  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  /* animation: pulse 2s ease-in-out infinite; */
}

.pulse-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(92, 82, 237, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

.pulse-button:active {
  transform: translateY(0);
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

@keyframes moveGradient {
  0% {
    background: linear-gradient(0deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  10% {
    background: linear-gradient(36deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  20% {
    background: linear-gradient(72deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  30% {
    background: linear-gradient(108deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  40% {
    background: linear-gradient(144deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  50% {
    background: linear-gradient(180deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  60% {
    background: linear-gradient(216deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  70% {
    background: linear-gradient(252deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  80% {
    background: linear-gradient(288deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  90% {
    background: linear-gradient(324deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }

  100% {
    background: linear-gradient(360deg, rgba(21, 25, 88, 0) 0%, #5C52ED 52.46%, #ED52B2 100%);
  }
}

.glass-button {
  font-size: 0.87rem;
  outline: none !important;
  position: relative;
  padding: 0.5rem 0.8rem;
  background: rgb(255 255 255 / 3%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s ease, color 0.3s ease;
}

.glass-button:hover {
  background-color: rgb(255 255 255 / 20%);
  color: var(--white-color) !important;
}

.section-add-btn {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  padding: 6px 12px;
  background: #ffffff1c;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.section-add-btn:hover {
  background-color: var(--white-color);
  color: #00407e;
}

.wa-footer-container .sec-1 {
  align-items: center;
  padding: 1rem 0;
  border-bottom: 0.8px solid transparent;
  border-image-source: linear-gradient(90deg, rgba(204, 204, 204, 0.16) 0%, rgba(204, 204, 204, 0.08) 100%);
  border-image-slice: 1;
}

.wa-footer-container img {
  margin-bottom: -7px;
  margin-right: 30px;
  height: var(--h-footer-logo);
  object-fit: contain;
}

.wa-footer-container .footer-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 30px;
  text-decoration: none;
}

.wa-footer-container .sec-2 {
  align-items: center;
  padding: 1rem 0;
}

a.bullet::before {
  content: '•';
  padding: 5px;
}

.pulse-container {
  position: absolute;
  top: var(--svg-top);
  left: var(--svg-left);
  display: block;
  background-image: url(../../images/people/pulse.5abface061c0b2e1ea15fe9b3957c5e3.svg);
  background-size: cover;
  width: 800px;
  height: 550px;
}

.section-container {
  position: relative;
  /* height: calc(100vh - var(--h-navbar)); */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #000;
}

.section-content-body {
  position: absolute;
  display: flex;
  flex-direction: column;
  background: transparent;
  width: 70%;
}

.sec-icon-container {
  display: flex;
  align-items: center;
  justify-self: center;
  padding: 15px;
  width: 60px;
  height: 56px;
  box-sizing: border-box;
  position: relative;
  /* left: 10px; */
  border-radius: 16px;
  background: linear-gradient(132.88deg, #000000 2.15%, #091035 27.93%, rgba(23, 16, 101, 0) 51.96%, rgba(24, 67, 151, 0) 76.19%, rgba(28, 115, 176, 0) 88.6%, rgba(32, 169, 199, 0) 100%);
}

.sec-icon-container::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(44.35deg, rgba(32, 169, 199, 0.48) 0.96%, rgba(32, 169, 199, 0) 43.74%);
  border-radius: inherit;
  z-index: -1;
}

.sec-icon {
  width: 27px;
  height: 27px;
  background-image: url(../../images/people/img_4.f5275d9bafb3baebf6fb76fbe328b6d2.png);
  background-size: 27px;
  background-repeat: no-repeat;
}

.sec-head {
  font-family: var(--zf-medium);
  letter-spacing: -3%;
  position: relative;
  color: #fff;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  padding: 1rem 0 !important;
}

.sec-desc-container {
  max-height: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  align-items: center;
  justify-content: center;
  column-gap: 4%;
  background: linear-gradient(220deg, #000000 2.15%, #091035 27.93%, rgb(23 16 101 / 54%) 51.96%, rgb(24 67 151 / 76%) 76.19%, rgb(28 115 176 / 83%) 88.6%, rgb(32 169 199 / 93%) 100%);
  position: relative;
  border-radius: 16px;
  padding: 2rem;
  margin-top: 1rem;
}

.sec-desc-icon {
  min-height: 300px;
  width: 100%;
  background-image: url(../../images/people/img_5.7232938ad646798627f23bdc402d2da7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sec-desc-head {
  font-family: var(--zf-medium);
  line-height: 100%;
  letter-spacing: -2%;
  font-size: 1.5rem !important;
  padding: 0.5rem 1rem !important;
  color: #fff;
}

.sec-desc-body {
  font-family: var(--zf-regular);
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: -1%;
  padding: 1rem;
  color: #fff;
}

.left,
.right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.right {
  align-items: center;
}

.hl-container {
  width: 100%;
  padding-top: 1rem;
  border-radius: 22px;
  /* background: linear-gradient(96.32deg, rgba(0, 0, 0, 0) 1.13%, rgba(9, 16, 53, 0) 26.73%, rgba(23, 16, 101, 0) 50.58%, rgba(24, 67, 151, 0.16) 74.64%, rgba(28, 115, 176, 0.16) 86.96%, rgba(32, 169, 199, 0) 98.28%); */
}

.hl-container div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hl-container img {
  width: var(--header-illustration-img);
}

.header-illustration-img {
  min-height: 445px;
  width: 100%;
  background-image: url(../../images/people/img_6.9f03f4061fc19d3f89265f82a2d9910d.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 15px;
}

.content-container {
  background-image: var(--bg-content-page);
}

.content-container p, .list-container>ol>li, .li-space-lg li {
  color: #fff;
}

.xs-hide {
  display: block;
}

.xs-show {
  display: none;
}

.xs-show .sec-2 {
  flex-wrap: wrap;
  justify-content: center;
}

.sec-xs {
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  flex-direction: column;
}

.gap-xs {
  gap: 0.5rem !important;
}

.flex-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}

.list-container>ol>li {
  font-size: var(--f-help-l);
}

@media (min-width: 768px) {
  :root {
    --fs-h1: 2.5rem;
  }

  .header h1 {
    font-size: var(--fs-h1);
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {

  .navbar-custom {
    box-shadow: none;
  }

  .header-section-widget .container {
    opacity: 1;
  }

  nav.navbar {
    height: var(--h-navbar);
    box-sizing: border-box;
  }

  .navbar-custom .dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 0.75rem solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
  }

  .header .header-content {
    text-align: left;
  }

  .header .text-container {
    margin-top: 3rem;
    margin-bottom: 0;
  }


  .container_body {
    width: calc(100% - 60px);
    height: calc(100vh - 164px);
    margin: 30px;
  }

  .ex-basic-2 {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1200px) {
  .header .text-container {
    margin-top: 1.375rem;
    margin-left: 1rem;
    margin-right: 2rem;
  }
}

@media (min-width: 2500px) {
  :root {
    --f-p: 500 25px var(--zf-regular);
    --img-fluid: 50%;
    --p-btn-solid: 2rem 2.625rem 2rem 2.625rem;
    --fs-btn-solid: 700 1.25rem / 0 var(--zf-regular);
    --container-width: 100%;
    --fs-h1: 3.5rem;
    --f-p-large: 400 25px/1.8 var(--zf-regular);
    --h-logo-image: 50px;
    --h-navbar: 100px;
    --fs-logo-txt: 600 var(--fs-16) / 1.5rem var(--zf-light);
    --fs-navbar-custom: 600 1.2rem/0.875rem var(--zf-regular);
    --mw-grid-item: 100%;
    --p-grid-item: 6rem;
    --fs-grid-item-p: 1.8rem;
    --h-image-container-img: 450px;
    --pl-img-pl: 5rem;
    --pr-img-pr: 5rem;
    --fs-grid-item-h3: 2.5rem;
    --fs-footer-ul: 1.2rem;
    --sm-m-size: 23px;
    --footer-icon-dimension: 25px;
    --fs-footer-logo: var(--fs-16);
    --h-footer-logo: 35px;
    --f-h3: 700 2rem/2rem var(--zf-regular);
    --f-h5: 700 1.5rem/1.625rem var(--zf-medium);
    --f-help-l: 25px;
    --svg-top: 20%;
    --svg-left: 10%;
  }
}
@media (max-width: 768px) {
  :root {
    --fs-h1: 2.5rem;
    --h-footer-logo: 16px;
    --fs-footer-logo: 0.45rem;
    --p-footer-spacing: 0px 10px;
    --p-footer-container: 1rem;
    --footer-icon-dimension: 15px;
    --sm-m-size: 13px;
    --fs-footer-ul: 0.875rem;
    --p-container-spacing: 20px;
    --fd-grid-item: column;
    --fs-h1: 2rem;
    --pis-footer-ul: 10px;
    --img-fluid: 50%;
    --w-image-container-img: 70%;
    --h-logo-image: 20px;
    --fs-logotext: 13px;
    --header-illustration-img: 100%;
  }

  .xs-show {
    display: block !important;
  }

  .xs-hide {
    display: none !important;
  }

  .navbar-custom {
    padding: 0 1rem;
  }

  .ex-basic-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wa-footer-container .footer-logo.vr {
    align-items: center;
  }

  .wa-footer-container ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pulse-container {
    display: none !important;
  }

  .header .type-text {
    padding: 0 3rem;
    font-size: 2rem;
  }

  .header .p-large {
    font-size: 0.875rem;
    padding: 0 3rem;
  }

  .cards-1 h1 {
    padding: 0.5rem;
    font-size: 2rem;
    line-height: 3rem;
  }

  .mask-group {
    width: 100%;
    height: 100px;
    background-image: url(../../images/people/mask_group.e0126ad5150e61fe151365fae03ce92f.png);
    background-size: cover;
    opacity: 0.9;
  }

  .m-lr-1 {
    font-size: 1rem !important;
  }

  .sec-head {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    padding: 0.5rem 0 !important;
  }

  .sec-desc-container {
    height: 100% !important;
    grid-template-columns: repeat(1, 100%) !important;
    column-gap: 0 !important;
    padding: 0.5rem !important;
  }

  .left {
    padding: 0.5rem !important;
  }

  .sec-desc-head {
    padding: 0.5rem !important;
    font-size: 1.25rem !important;
  }

  .sec-desc-body {
    font-size: 0.875rem !important;
    padding: 0.5rem !important;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .navbar-custom {
    padding: 0 6rem !important;
  }

  .pulse-container {
    display: none !important;
  }

  .sec-head {
    padding: 1rem 0 !important;
    font-size: 1.5rem !important;
  }

  .sec-desc-container {
    padding: 1rem !important;
    margin-top: 0.5rem !important;
  }

  .sec-desc-head {
    font-size: 1.25rem !important;
    padding: 0.5rem !important;
  }

  .sec-desc-body {
    padding: 0.5rem;
  }
}

@media (max-width: 991px) {

  .scrollable-container,
  .page-wrapper {
    position: relative;
    top: var(--h-navbar);
  }
}

@media (min-width: 992px) {
  .scrollable-container {
    position: relative;
    top: var(--h-navbar);
  }
}