body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: var(--vtx-primary-font) !important;
  color: var(--vtx-primary-color) !important;
  font-style: normal;
  text-align: left;
  margin-block-start: 0;
}
body h1 {
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  body h1 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
body h2 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  body h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
body h3 {
  font-size: 1.625rem !important;
  line-height: 2.25rem !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  body h3 {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
  }
}
body h4 {
  font-size: 1.25rem !important;
  line-height: 1.875rem !important;
  font-weight: 400;
}
@media (max-width: 767px) {
  body h4 {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}
body h5 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  body h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
body .mdwes-navigation-wrap .mdwes-navigation {
  max-width: 60rem;
  padding: 0;
}
@media (max-width: 991px) {
  body .mdwes-navigation-wrap .mdwes-navigation {
    padding: 0 1.25rem;
  }
}
body .breadcrumb_links {
  max-width: 76rem;
  width: 100% !important;
  padding-inline: 0 !important;
}
@media (max-width: 1199px) {
  body .breadcrumb_links {
    padding-inline: 1.25rem !important;
  }
}
body .breadcrumb_links span {
  font-size: 0.75rem;
}
body .breadcrumb_links span.current-item {
  font-size: 0.75rem;
}
body .breadcrumb_links span a span {
  padding: 0;
  font-size: 0.75rem;
}
body .separator-width-30 {
  border-bottom-color: #d2d2d2;
  width: 30%;
}
@media (max-width: 767px) {
  body .separator-width-30 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  body .separator-width-30 {
    width: 60%;
  }
}
body section.hero-heading {
  padding-block-start: 7rem;
  margin-block-end: 1.25rem;
}
@media (max-width: 767px) {
  body section.hero-heading {
    padding-block-start: 6.5rem;
  }
}
@media (max-width: 767px) {
  body section.hero-heading .page-container {
    padding-inline: 1rem;
  }
}
body section.hero-paragraph {
  margin-block-start: 1.25rem;
}
body section.hero-paragraph .page-container p {
  color: #333333;
}
body section.hero-paragraph .page-container p:first-child {
  margin-top: 0;
}
body section.hero-paragraph .page-container p:last-child {
  margin-bottom: 0;
}
body .page-layout__sidebar-left .hero-authors {
  display: block;
}
@media (max-width: 1199px) {
  body .page-layout__sidebar-left .hero-authors {
    display: none;
  }
}
body .page-layout__sidebar-left .hero-authors__header {
  display: grid;
}
body .page-layout__sidebar-left .hero-authors__content {
  gap: 0;
}
body .page-layout__sidebar-left .hero-authors__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--vtx-button-color);
  box-shadow: 0px 4px 10px 0px rgba(166, 166, 166, 0.2509803922);
  border-radius: 10px;
}
body .page-layout__sidebar-left .hero-authors__container .author-info {
  position: relative;
  line-height: 1.25rem;
  width: 100%;
  padding: 1rem 1.25rem;
}
body .page-layout__sidebar-left .hero-authors__container .author-info:first-child {
  padding-top: 1.25rem;
}
body .page-layout__sidebar-left .hero-authors__container .author-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 85%;
  height: 1px;
  background-color: #e4e4e4;
}
body .page-layout__sidebar-left .hero-authors__container .author-info .author-credentials {
  color: var(--vtx-link-color);
  font-size: 0.75rem;
  font-weight: 400;
  text-decoration: none;
  margin-left: -4px;
}
@media (max-width: 1199px) {
  body .page-layout__sidebar-left .hero-authors__container .author-info .author-credentials {
    display: none;
  }
}
body .page-layout__sidebar-left .hero-authors__update {
  display: block;
  padding-block: 1rem 1.25rem;
  padding-inline: 1.25rem;
}
body .hero-authors {
  margin-block-start: 1.875rem;
  display: none;
}
@media (max-width: 1199px) {
  body .hero-authors {
    display: block;
    margin-block-start: 1.25rem;
  }
}
body .hero-authors__header {
  display: none;
  grid-template-columns: 0.2fr 1.8fr;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
body .hero-authors__header svg {
  width: 1.5rem;
  height: 1.5rem;
}
body .hero-authors__header p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: var(--vtx-text-color);
  font-weight: 600;
}
body .hero-authors__container {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 1fr;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991px) {
  body .hero-authors__container {
    padding: 0 1.25rem;
  }
}
@media (max-width: 767px) {
  body .hero-authors__container {
    align-items: start;
    grid-template-columns: 1.5fr 0.8fr;
  }
}
body .hero-authors__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem;
}
@media (max-width: 991px) {
  body .hero-authors__content {
    gap: 0.625rem;
  }
}
@media (max-width: 767px) {
  body .hero-authors__content {
    gap: 0;
    flex-direction: column;
  }
}
body .hero-authors .author-info span {
  color: #333333;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  body .hero-authors .author-info span {
    font-size: 0.6875rem;
  }
}
body .hero-authors .author-info a {
  font-family: var(--vtx-secondary-font);
  color: var(--vtx-link-color) !important;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0;
  touch-action: manipulation;
  cursor: pointer;
}
@media (max-width: 767px) {
  body .hero-authors .author-info a {
    font-size: 0.6875rem;
  }
}
body .hero-authors .author-info a:hover, body .hero-authors .author-info a:hover .author-credentials {
  color: var(--vtx-hover-color) !important;
}
@media (max-width: 1199px) {
  body .hero-authors .author-info .author-credentials {
    display: none;
  }
}
body .hero-authors__update {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  body .hero-authors__update {
    gap: 0.625rem;
  }
}
@media (max-width: 767px) {
  body .hero-authors__update {
    align-items: flex-end;
    gap: 0;
  }
}
body .hero-authors__update a,
body .hero-authors__update time {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 767px) {
  body .hero-authors__update a,
  body .hero-authors__update time {
    font-size: 0.6875rem;
  }
}
body .hero-authors__update a {
  color: var(--vtx-link-color);
}
body .hero-authors__update time {
  color: #333333;
}
body .hero-authors__update time span {
  font-weight: 700;
}
body .hero-authors .author__last-update, body .hero-authors__editorial-policy {
  display: inline-flex;
  justify-content: flex-end;
}
body .hero-authors__time-reading {
  display: none;
}
@media (max-width: 1199px) {
  body .hero-authors__time-reading {
    display: inline-flex;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  body .hero-authors__time-reading {
    height: 28px;
  }
}
body .hero-authors__time-reading button {
  font-family: "NotoSans-Regular", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 22px;
  color: var(--vtx-link-color);
  text-decoration: underline;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
body .hero-authors__time-reading button:hover {
  color: var(--vtx-hover-color);
}
body .hero-authors__time-reading button:hover span::after {
  content: url("../images/icons/why-trust-i-hover.svg");
}
@media (max-width: 767px) {
  body .hero-authors__time-reading button {
    text-decoration: none;
    min-width: 146px;
    text-align: right;
    font-size: 0.6875rem;
  }
}
body .hero-authors__time-reading button span {
  position: relative;
  padding-inline-start: 10px;
}
@media (max-width: 767px) {
  body .hero-authors__time-reading button span {
    padding-inline-start: 5px;
  }
}
body .hero-authors__time-reading button span::after {
  content: url("../images/icons/why-trust-i.svg");
  position: relative;
  top: 2px;
}
body .hero-authors__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 730px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  padding-block: 30px;
  padding-inline: 30px 65px;
}
@media (max-width: 767px) {
  body .hero-authors__popup {
    padding-block: 20px;
    padding-inline: 20px 55px;
  }
}
body .hero-authors__popup-content {
  position: relative;
}
body .hero-authors__popup-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #333333;
}
body .hero-authors__popup-content p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--vtx-link-color);
}
body .hero-authors__popup-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
@media (max-width: 767px) {
  body .hero-authors__popup-close {
    top: 20px;
    right: 20px;
  }
}
body .hero-authors__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 1000;
}
body .hero-authors .hidden {
  display: none !important;
}
body:has(.keys-section) .hero-heading {
  padding-block-start: 0;
}
body:has(.keys-section) .breadcrumbs.breadcrumb_links {
  position: unset;
  padding-block: 0.625rem 0 !important;
  padding-inline: 0;
}
@media (max-width: 991px) {
  body:has(.keys-section) .breadcrumbs.breadcrumb_links {
    padding-inline: 1rem;
  }
}
body .keys-section {
  margin-block: 1.875rem 1.875rem;
}
body .keys-section__container {
  display: flex;
  flex-direction: column;
}
body .keys-section .p-keys {
  margin-block-end: 1.25rem;
  color: var(--vtx-primary-color);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (max-width: 767px) {
  body .keys-section .p-keys {
    display: none;
  }
}
body .keys-section ul.all-keys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
body .keys-section ul.all-keys li {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin: 0;
}
body .keys-section ul.all-keys li:first-child, body .keys-section ul.all-keys li:nth-child(5) {
  border-left: 1px solid #E5E5E5;
}
body .keys-section ul.all-keys li:first-child {
  border-top-left-radius: 10px;
}
body .keys-section ul.all-keys li:nth-child(-n+4) {
  border-top: 1px solid #E5E5E5;
}
body .keys-section ul.all-keys li:nth-child(4) {
  border-top-right-radius: 10px;
}
body .keys-section ul.all-keys li:nth-child(5) {
  border-bottom-left-radius: 10px;
}
body .keys-section ul.all-keys li:last-child {
  border-bottom-right-radius: 10px;
}
body .keys-section ul.all-keys li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
  text-align: start;
  background: white;
  color: var(--vtx-text-color);
  text-decoration: underline;
  padding-inline: 16px;
  padding-block: 10px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
body .keys-section ul.all-keys li a:hover {
  font-weight: 700;
}
body .keys-section ul.all-keys li a:hover:after {
  background-image: url("../images/key-sections-arrow-down-hover.svg");
}
body .keys-section ul.all-keys li a:after {
  content: "";
  display: inline-block;
  width: 16px; /* Adjust size as needed */
  height: 16px;
  background-image: url("../images/key-sections-arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px; /* Space between text and icon */
  vertical-align: middle;
}
@media (max-width: 768.98px) {
  body .keys-section ul.all-keys {
    display: none; /* Hide the select on desktop */
  }
}
body .keys-section .jump-to-select-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .keys-section .jump-to-select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px; /* Matches the padding-inline on the select */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Adjust for vertical centering */
  pointer-events: none; /* Prevent interaction */
  background: url("../images/PSD-Jump-To-select.svg") no-repeat center center;
  width: 21px;
  height: 14px;
  background-size: 12px;
}
@media (min-width: 769px) {
  body .keys-section .jump-to-select-wrapper::after {
    display: none; /* Hide the select on desktop */
  }
}
body .keys-section .jump-to-select {
  font-family: "Poppins-Medium";
  width: 100%;
  height: auto;
  border: 1px solid var(--vtx-button-color);
  border-radius: 10px;
  padding-inline: 20px; /* Ensure consistent space between text and pseudo-element */
  padding-block: 10px;
  background: var(--vtx-button-color);
  font-weight: 600;
  font-size: 1rem;
  line-height: 22px;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center; /* Center the selected text (works for Safari) */
}
body .keys-section .jump-to-select option {
  font-family: "Poppins-Medium";
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 769px) {
  body .keys-section .jump-to-select {
    display: none; /* Hide the select on desktop */
  }
}
body .key-section-back-to-top {
  display: none;
  position: fixed;
  bottom: 34px;
  right: 16px;
  z-index: 999;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid var(--vtx-primary-color);
  border-radius: 50%;
  cursor: pointer;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
body .key-section-back-to-top::before {
  content: url("../images/up-arrow.svg");
  position: relative;
  bottom: -3px;
}
body .site .mdwes-site-header .mdwes-header-wrap {
  border-bottom: 4px solid var(--vtx-primary-color);
}
body:has(.mdwes-navigation.anchor-navigation) .site .mdwes-site-header .mdwes-header-wrap {
  border-bottom: none;
}
body .author-snippet {
  margin-block-end: 3.75rem;
}
body .author-snippet__author {
  position: relative;
  padding-block: 1.875rem 3.75rem;
  padding-inline: 1.875rem;
  display: grid;
  grid-template-columns: 0.25fr 1.7fr;
  grid-gap: 1.25rem;
  margin-block-end: 2.5rem;
  border: 1px solid var(--vtx-primary-color);
  border-radius: 1.875rem;
}
@media (max-width: 767px) {
  body .author-snippet__author {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
}
body .author-snippet__author:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: solid 1px #f6f6f6;
  width: 100%;
  opacity: 0.2;
}
body .author-snippet__author-image img {
  width: 7.8125rem;
  height: 7.8125rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  body .author-snippet__author-image img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
body .author-snippet__author-name {
  color: var(--vtx-primary-color);
  font-family: Poppins, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  margin-block: 0 !important;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  body .author-snippet__author-name {
    font-size: 1.375rem;
  }
}
body .author-snippet__author-role {
  background-color: #f2faff;
  padding: 0.3125rem 0.9375rem;
  color: var(--vtx-hover-color);
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 22px;
}
body .author-snippet__author-bio {
  text-align: left;
}
@media (max-width: 767px) {
  body .author-snippet__author-bio {
    text-align: center;
  }
}
body .author-snippet__author-bio p {
  text-align: left;
}
body .author-snippet__author-link {
  margin-block-start: 1.25rem;
  color: var(--vtx-link-color);
}
body .author-snippet__author-link:hover {
  color: var(--vtx-hover-color);
}
body .sidebar-left__why-trust {
  background-color: white;
  border: 1px solid var(--vtx-button-color);
  box-shadow: 0px 4px 10px 0px rgba(166, 166, 166, 0.2509803922);
  border-radius: 0.625rem;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
}
@media (max-width: 1199px) {
  body .sidebar-left__why-trust {
    padding-inline: 10px;
  }
}
body .sidebar-left__why-trust-title {
  color: var(--vtx-primary-color);
  font-size: 1.125rem;
  text-align: center;
  padding: 0;
  line-height: 26px;
  margin: 0;
}
body .sidebar-left__why-trust__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
body .sidebar-left__why-trust__content .tips {
  display: grid;
  grid-template-columns: 0.2fr 1.7fr;
  gap: 10px;
}
body .sidebar-left__why-trust__content .tips p {
  color: var(--vtx-text-color);
  font-size: 12px;
  padding: 0;
  margin: 0;
  line-height: 22px;
}
body .sidebar-left__why-trust__content .tips p span {
  color: var(--vtx-hover-color);
  font-weight: 700;
}
body .sidebar-left__why-trust-text {
  color: var(--vtx-text-color);
  font-size: 13px;
  padding: 0;
  margin-block-end: 20px;
}
body .sidebar-left__why-trust-divider {
  margin-block: 16px;
  border: 1px solid #D2D2D2;
  height: 0;
  width: 100px;
}
body .sidebar-left__why-trust-button {
  display: inline-block;
  width: 100%;
  padding-block: 6px;
  background-color: #F2F8FE;
  border: 1px solid #AFC9EF;
  border-radius: 10px;
  font-size: 12px;
  color: var(--vtx-primary-color);
  text-align: center;
  font-weight: 700;
}
body .sidebar-left__why-trust-button:first-child {
  margin-block-end: 10px;
}
body .sidebar-left__why-trust-button:hover {
  background-color: var(--vtx-button-color);
  color: white !important;
  border-color: var(--vtx-button-color);
}
body ul.internal-link-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  body ul.internal-link-buttons {
    display: flex;
    flex-direction: column;
  }
}
body ul.internal-link-buttons li {
  margin: 0;
}
body ul.internal-link-buttons li a {
  font-family: "Poppins-SemiBold";
  background-color: #ffffff;
  color: var(--vtx-hover-color) !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding-block: 1.25rem;
  padding-inline: 1.25rem 2.5rem;
  min-height: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--vtx-primary-color);
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
body ul.internal-link-buttons li a:hover {
  background-color: var(--vtx-primary-color);
  color: #ffffff !important;
  text-decoration: underline;
}
body ul.internal-link-buttons li a:after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
}
@media (max-width: 767px) {
  body ul.internal-link-buttons li a:after {
    right: 0.9375rem;
  }
}
body .hero-authors .author-expertise-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 0.1875rem;
  margin-top: 0.625rem;
}
@media (max-width: 1199px) {
  body .hero-authors .author-expertise-tags {
    display: none;
  }
}
body .hero-authors .author-expertise-tags .expertise-tag {
  color: var(--vtx-text-color) !important;
  font-size: 0.5625rem;
  font-weight: 600;
  line-height: 1.1875rem;
  border-radius: 30px;
  background-color: #e7ebf5;
  padding-inline: 0.5rem;
}

.page-layout__sidebar-content {
  max-width: 76rem;
  margin: 0 auto;
  padding-top: 2.0625rem;
}
.page-layout__grid {
  display: grid;
  grid-template-columns: minmax(260px, 260px) 1fr;
  grid-template-rows: 1fr;
  gap: 0px 50px;
}
@media (max-width: 1199px) {
  .page-layout__grid {
    grid-template-columns: minmax(220px, 260px) 1fr;
    gap: 0px 40px;
  }
}
@media (max-width: 1199px) {
  .page-layout__grid {
    grid-template-columns: 1fr;
    gap: 0px 40px;
  }
}
@media (max-width: 1199px) {
  .page-layout__sidebar-left {
    display: none;
  }
}
.page-layout .hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .page-layout .hidden-desktop {
    display: block;
  }
}

.page-container {
  max-width: 60rem;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .page-container {
    padding-inline: 1.25rem;
  }
}

.publications-pages .publications-content-top-bar__content {
  display: flex;
  flex-direction: row;
  gap: 0.9375em;
}
@media screen and (max-width: 992px) {
  .publications-pages .publications-content-top-bar__content {
    flex-direction: column;
  }
}
.publications-pages .publications-content-top-bar__content p {
  margin-block-end: 0px;
}
.publications-pages .publications-content-top-bar__content a {
  cursor: pointer;
  color: var(--vtx-link-color);
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .publications-pages .publications-content-top-bar {
    margin-inline: 0.9375em;
  }
}
.publications-pages .publications-content-top-bar .container.no-expert-avatar + .publications-content-top-bar__content {
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .publications-pages .publications-content-top-bar .written-by-module {
    border-inline-end: 0;
  }
}
@media screen and (min-width: 992px) {
  .publications-pages .publications-content-top-bar .written-by-module__separator::before {
    display: block;
    content: "";
    border-inline-start: solid 1px #000000;
    height: 100%;
    opacity: 0.1;
  }
}
@media screen and (max-width: 991px) {
  .publications-pages .publications-content-top-bar .written-by-module__separator {
    display: block;
  }
  .publications-pages .publications-content-top-bar .written-by-module__separator::before {
    display: block;
    content: "";
    border-block-start: solid 1px #000000;
    width: 100%;
    opacity: 0.1;
  }
}
.publications-pages .publications-content-top-bar .written-by-module,
.publications-pages .publications-content-top-bar .meet-experts-module {
  display: flex;
  flex-direction: row;
  gap: 0.625em;
}
.publications-pages .publications-content-top-bar .written-by-module figure,
.publications-pages .publications-content-top-bar .meet-experts-module figure {
  margin: 0px;
  width: 50px;
  height: 50px;
}
.publications-pages .publications-content-top-bar .written-by-module img,
.publications-pages .publications-content-top-bar .meet-experts-module img {
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
  max-width: 50px;
  max-height: 50px;
}
.publications-pages .publications-content-top-bar .written-by-module__content,
.publications-pages .publications-content-top-bar .meet-experts-module__content {
  display: flex;
  flex-direction: column;
}
.publications-pages .publications-content-top-bar .written-by-module__title,
.publications-pages .publications-content-top-bar .meet-experts-module__title {
  color: #333333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  text-transform: capitalize;
  margin: 0px;
}
.publications-pages .publications-content-top-bar .written-by-module__name,
.publications-pages .publications-content-top-bar .meet-experts-module__name {
  cursor: pointer;
  color: var(--vtx-link-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0px;
  font-family: NotoSans-Regular;
}
.publications-pages .publications-content-top-bar .last-updated-module {
  display: flex;
  flex-direction: column;
}
.publications-pages .publications-content-top-bar .last-updated-module__title {
  color: #333333;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0px;
  text-align: left;
}
.publications-pages .publications-content-top-bar .last-updated-module__title:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS42OTQ3IDAuMjkyNzg3QzE1Ljg4MjIgMC40ODAzMTQgMTUuOTg3NSAwLjczNDYyMiAxNS45ODc1IDAuOTk5Nzg2QzE1Ljk4NzUgMS4yNjQ5NSAxNS44ODIyIDEuNTE5MjYgMTUuNjk0NyAxLjcwNjc5TDYuMTk0NzEgMTEuMjA2OEM2LjAwNzE4IDExLjM5NDMgNS43NTI4OCAxMS40OTk2IDUuNDg3NzEgMTEuNDk5NkM1LjIyMjU1IDExLjQ5OTYgNC45NjgyNCAxMS4zOTQzIDQuNzgwNzEgMTEuMjA2OEwwLjI4MDcxMiA2LjcwNjc5QzAuMDk4NTU0MiA2LjUxODE4IC0wLjAwMjI0MDYyIDYuMjY1NTggMy43ODAyNWUtMDUgNi4wMDMzOUMwLjAwMjMxNjIyIDUuNzQxMTkgMC4xMDc0ODUgNS40OTAzOCAwLjI5Mjg5NCA1LjMwNDk3QzAuNDc4MzAyIDUuMTE5NTYgMC43MjkxMTQgNS4wMTQzOSAwLjk5MTMxMSA1LjAxMjExQzEuMjUzNTEgNS4wMDk4MyAxLjUwNjExIDUuMTEwNjMgMS42OTQ3MSA1LjI5Mjc5TDUuNDg3NzEgOS4wODU3OUwxNC4yODA3IDAuMjkyNzg3QzE0LjQ2ODIgMC4xMDUzMTYgMTQuNzIyNSAwIDE0Ljk4NzcgMEMxNS4yNTI5IDAgMTUuNTA3MiAwLjEwNTMxNiAxNS42OTQ3IDAuMjkyNzg3WiIgZmlsbD0iI0Y0NDMzNiIvPgo8L3N2Zz4K");
  margin-inline-end: 0.625em;
}
.publications-pages .publications-content-top-bar .last-updated-module .date {
  color: #333333;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .publications-pages .publications-content-top-bar .last-updated-module .date {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .publications-pages .publications-content-top-bar .last-updated-module .date:before {
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS42OTQ3IDAuMjkyNzg3QzE1Ljg4MjIgMC40ODAzMTQgMTUuOTg3NSAwLjczNDYyMiAxNS45ODc1IDAuOTk5Nzg2QzE1Ljk4NzUgMS4yNjQ5NSAxNS44ODIyIDEuNTE5MjYgMTUuNjk0NyAxLjcwNjc5TDYuMTk0NzEgMTEuMjA2OEM2LjAwNzE4IDExLjM5NDMgNS43NTI4OCAxMS40OTk2IDUuNDg3NzEgMTEuNDk5NkM1LjIyMjU1IDExLjQ5OTYgNC45NjgyNCAxMS4zOTQzIDQuNzgwNzEgMTEuMjA2OEwwLjI4MDcxMiA2LjcwNjc5QzAuMDk4NTU0MiA2LjUxODE4IC0wLjAwMjI0MDYyIDYuMjY1NTggMy43ODAyNWUtMDUgNi4wMDMzOUMwLjAwMjMxNjIyIDUuNzQxMTkgMC4xMDc0ODUgNS40OTAzOCAwLjI5Mjg5NCA1LjMwNDk3QzAuNDc4MzAyIDUuMTE5NTYgMC43MjkxMTQgNS4wMTQzOSAwLjk5MTMxMSA1LjAxMjExQzEuMjUzNTEgNS4wMDk4MyAxLjUwNjExIDUuMTEwNjMgMS42OTQ3MSA1LjI5Mjc5TDUuNDg3NzEgOS4wODU3OUwxNC4yODA3IDAuMjkyNzg3QzE0LjQ2ODIgMC4xMDUzMTYgMTQuNzIyNSAwIDE0Ljk4NzcgMEMxNS4yNTI5IDAgMTUuNTA3MiAwLjEwNTMxNiAxNS42OTQ3IDAuMjkyNzg3WiIgZmlsbD0iI0Y0NDMzNiIvPgo8L3N2Zz4K") " Updated - ";
  }
  .publications-pages .publications-content-top-bar .last-updated-module .last-updated-module__title {
    position: absolute;
    font-size: 0;
  }
}
.publications-pages .publications-content-top-bar .reviewed-module {
  text-align: end;
  flex: auto;
}
@media screen and (max-width: 992px) {
  .publications-pages .publications-content-top-bar .reviewed-module {
    text-align: start;
  }
}
.publications-pages .publications-content-top-bar .reviewed-module__container {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .publications-pages .publications-content-top-bar .reviewed-module__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1px;
  }
}
.publications-pages .publications-content-top-bar .reviewed-module__container .reviewed-module__title {
  display: block;
}
@media screen and (min-width: 992px) {
  .publications-pages .publications-content-top-bar .reviewed-module__container .reviewed-module__title__reviewed::before {
    display: block;
    content: "";
    border-inline-start: solid 1px #000000;
    height: 100%;
    margin-block-start: 6px;
    height: 61%;
  }
}
.publications-pages .publications-content-top-bar .reviewed-module__span .editorial-policy {
  font-size: 0.875rem;
}
.publications-pages .container {
  max-width: 60rem;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .publications-pages .container {
    padding-inline: 1.25rem;
  }
}
.publications-pages .img-main-banner,
.publications-pages .wp-block-post-featured-image {
  max-width: 60rem;
  width: 100%;
  height: 15rem;
  margin: 0 auto;
  margin-block-end: 2.5rem;
}
.publications-pages .img-main-banner img,
.publications-pages .wp-block-post-featured-image img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publications-pages .meet-experts-container .meet-experts-image img {
  width: 8.125rem;
  height: 8.125rem;
}
.publications-pages .written-by-container .written-by-image img {
  width: 8.125rem;
  height: 8.125rem;
}

.after-banner-page-design {
  margin-block-start: 2.5rem;
}

.block-border {
  border: 1px solid var(--vtx-primary-color);
  padding-block: 1.875rem;
  padding-inline: 1.875rem;
  margin-block-end: 1.25rem;
}
@media (max-width: 991px) {
  .block-border {
    padding-block: 1.25rem;
    padding-inline: 1.25rem;
  }
}
.block-border a {
  color: var(--vtx-link-color);
}
.block-border h3,
.block-border h4,
.block-border h5,
.block-border h6 {
  margin-top: 0;
}
.block-border ul {
  padding-inline-start: 0;
  line-height: 1.625rem;
  margin: 0;
}
.block-border ul li {
  padding-inline-start: 1.75rem;
}
.block-border ul li:last-child {
  margin-block-end: 0;
}
.block-border ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--vtx-primary-color);
  position: absolute;
  top: 0.625rem;
  left: 0;
  border-radius: 50%;
  margin-block-start: 0;
}

ul.list-with-title li a {
  color: var(--vtx-link-color);
  font-size: 1.25rem;
  font-weight: 600;
}

/***uls**/
.wp-block-cafeto-multipurpose-card ul {
  margin-block-start: 20px;
}
.wp-block-cafeto-multipurpose-card ul li.d-inline-block strong {
  display: inline-block;
  margin-block-end: 0;
  line-height: 0;
}

ul.psd-list {
  margin-inline-start: 0;
  margin-block-start: 20px;
  padding-left: 35px;
}
ul.psd-list li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
ul.psd-list li.d-inline-block strong {
  display: inline-block;
  margin-block-end: 0;
  line-height: 0;
}
ul.psd-list li:before {
  background-color: var(--vtx-primary-color);
  border-radius: 50px;
  content: "";
  height: 10px;
  left: -30px;
  position: absolute;
  top: 8px;
  width: 10px;
}
ul.psd-list li ul {
  margin-block-end: 20px;
}
ul.psd-list__check {
  list-style: none; /* Removes the browser's default bullet styling */
  padding-left: 0; /* Adds left padding to align the list items with the custom bullets */
  margin-block-start: 0.9375rem; /* Adds space between list items for better readability */
  margin-block-end: 0; /* Removes default margin */
}
ul.psd-list__check li {
  position: relative; /* Sets positioning context for the pseudo-element (::before) */
  padding-left: 1.5625rem; /* Creates space on the left for the custom bullet */
  margin-bottom: 0.5rem; /* Adds space between list items for better readability */
}
ul.psd-list__check li:last-child {
  margin-block-end: 0;
  padding-block-end: 0;
}
ul.psd-list__check li > strong {
  color: #333333;
  display: inline-block;
  margin-bottom: 10px;
}
ul.psd-list__check li::before {
  content: ""; /* Inserts an empty content box before each list item */
  position: absolute; /* Positions the custom bullet relative to the list item */
  inset-inline-start: 0;
  inset-block-start: 0.5rem;
  /* Defines the size of the custom bullet */
  width: 1rem !important;
  height: 1rem !important;
  /* Sets the custom bullet using the provided base64-encoded SVG */
  background-color: inherit !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODc1MiAxMi43NDkzTDQuNSA5LjM3Mzg3TDUuNjI0OCA4LjI0OTI3TDcuODc1MiAxMC40OTg1TDEyLjM3NDQgNS45OTkyN0wxMy41IDcuMTI0NjZMNy44NzUyIDEyLjc0NzdWMTIuNzQ5M1oiIGZpbGw9IiMxOTc2RDIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjc1IDguOTk5NjNDMC43NSA0LjQ0MzM4IDQuNDQzNzUgMC43NDk2MzQgOSAwLjc0OTYzNEMxMy41NTYyIDAuNzQ5NjM0IDE3LjI1IDQuNDQzMzggMTcuMjUgOC45OTk2M0MxNy4yNSAxMy41NTU5IDEzLjU1NjIgMTcuMjQ5NiA5IDE3LjI0OTZDNC40NDM3NSAxNy4yNDk2IDAuNzUgMTMuNTU1OSAwLjc1IDguOTk5NjNaTTkgMTUuNzQ5NkM4LjExMzU4IDE1Ljc0OTYgNy4yMzU4MyAxNS41NzUgNi40MTY4OSAxNS4yMzU4QzUuNTk3OTQgMTQuODk2NiA0Ljg1MzgyIDE0LjM5OTQgNC4yMjcwMyAxMy43NzI2QzMuNjAwMjMgMTMuMTQ1OCAzLjEwMzAzIDEyLjQwMTcgMi43NjM4MSAxMS41ODI3QzIuNDI0NTkgMTAuNzYzOCAyLjI1IDkuODg2MDYgMi4yNSA4Ljk5OTYzQzIuMjUgOC4xMTMyMSAyLjQyNDU5IDcuMjM1NDcgMi43NjM4MSA2LjQxNjUyQzMuMTAzMDMgNS41OTc1NyAzLjYwMDIzIDQuODUzNDYgNC4yMjcwMyA0LjIyNjY2QzQuODUzODIgMy41OTk4NyA1LjU5Nzk0IDMuMTAyNjcgNi40MTY4OSAyLjc2MzQ1QzcuMjM1ODMgMi40MjQyMyA4LjExMzU4IDIuMjQ5NjMgOSAyLjI0OTYzQzEwLjc5MDIgMi4yNDk2MyAxMi41MDcxIDIuOTYwNzkgMTMuNzczIDQuMjI2NjZDMTUuMDM4OCA1LjQ5MjUzIDE1Ljc1IDcuMjA5NDIgMTUuNzUgOC45OTk2M0MxNS43NSAxMC43ODk4IDE1LjAzODggMTIuNTA2NyAxMy43NzMgMTMuNzcyNkMxMi41MDcxIDE1LjAzODUgMTAuNzkwMiAxNS43NDk2IDkgMTUuNzQ5NloiIGZpbGw9IiMxOTc2RDIiLz4KPC9zdmc+Cg==") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

ol.psd-list {
  margin-inline-start: 0;
  margin-block-start: 20px;
  padding-left: 35px;
  counter-reset: list-counter;
}
ol.psd-list li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}
ol.psd-list li.d-inline-block strong {
  display: inline-block;
  margin-block-end: 0;
  line-height: 0;
}
ol.psd-list li:before {
  content: counter(list-counter) ".";
  counter-increment: list-counter; /* Increments the counter for each list item */
  width: 25px;
  height: 25px;
  background: none;
  color: var(--vtx-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: -40px;
  top: 0px;
}

.ventrix-multipurpose-card-block .psd-list__check li {
  padding-left: 0px; /* Creates space on the left for the custom bullet */
}

table {
  line-height: 1.625rem;
}

.table-container {
  border-inline: 1px solid #e5e5e5;
  border-block-end: 1px solid #e5e5e5;
}
@media (max-width: 781.98px) {
  .table-container {
    padding: 1.25rem;
  }
}
@media (min-width: 782px) {
  .table-container {
    padding-block: 0.3125rem;
    padding-inline: 0.625rem;
  }
}

.mdwes-white-bg.table--style1 {
  border: none !important;
}
.mdwes-white-bg.table--style1 tr {
  background: none;
}
@media (max-width: 781.98px) {
  .mdwes-white-bg.table--style1 table {
    border: none !important;
  }
  .mdwes-white-bg.table--style1 table tbody {
    border: none !important;
  }
  .mdwes-white-bg.table--style1 table tbody tr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border: none !important;
  }
  .mdwes-white-bg.table--style1 table tbody tr:first-child {
    display: block;
  }
  .mdwes-white-bg.table--style1 table tbody tr:first-child td:first-child {
    padding-block-start: 0px;
  }
  .mdwes-white-bg.table--style1 table tbody tr:last-child {
    border-bottom: 0;
  }
  .mdwes-white-bg.table--style1 table tbody tr:nth-child(odd) {
    background: none;
  }
  .mdwes-white-bg.table--style1 table tbody tr td {
    font-size: initial !important;
    border: none !important;
    display: flex;
    flex-direction: row;
    padding-left: 8px !important;
    gap: 10px;
  }
  .mdwes-white-bg.table--style1 table tbody tr td::before {
    font-size: initial !important;
    color: var(--vtx-primary-color);
    text-transform: initial;
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: initial;
    transform: initial;
    width: initial;
    flex-shrink: 0;
    flex-basis: 50%;
  }
  .mdwes-white-bg.table--style1 table tbody tr td::after {
    display: none;
  }
  .mdwes-white-bg.table--style1 table tbody tr td:first-child {
    font-weight: 400;
    font-family: NotoSans-Regular, sans-serif;
    text-align: center !important;
    display: block;
    margin-block-end: 1.25rem;
    padding-inline: 2% !important;
    padding-block-end: 0.625rem;
    border-block-end: solid 1px #e5e5e5 !important;
  }
  .mdwes-white-bg.table--style1 table tbody tr td:first-child::before {
    display: none;
  }
  .mdwes-white-bg.table--style1 table tbody tr td:last-child {
    padding-bottom: 20px;
  }
}
@media (min-width: 782px) {
  .mdwes-white-bg.table--style1 table {
    border: none !important;
  }
  .mdwes-white-bg.table--style1 table thead tr th {
    background: none;
    color: var(--vtx-primary-color);
    text-align: center;
  }
  .mdwes-white-bg.table--style1 table thead tr th:first-child {
    width: 45%;
    text-align: start;
  }
  .mdwes-white-bg.table--style1 table tbody {
    border: none !important;
  }
  .mdwes-white-bg.table--style1 table tbody tr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border: none !important;
  }
  .mdwes-white-bg.table--style1 table tbody tr:nth-child(odd) {
    background: none;
  }
  .mdwes-white-bg.table--style1 table tbody tr td {
    text-align: center;
    border-inline: none;
    border-block-start: 1px solid #edf0f2;
    border-block-end: none;
  }
  .mdwes-white-bg.table--style1 table tbody tr td:first-child {
    width: 45%;
    text-align: start;
  }
}
@media (max-width: 781.98px) {
  .mdwes-white-bg.table--style1.m-first-column-large table tbody tr td::before {
    flex-basis: 70%;
  }
}
@media (max-width: 781.98px) {
  .mdwes-white-bg.table--style1js table tbody tr td .false-th {
    font-size: initial !important;
    top: 30px;
    font-family: Poppins-SemiBold, sans-serif;
    color: var(--vtx-primary-color);
    text-transform: inherit;
    flex-shrink: 1;
    flex-basis: 50%;
  }
  .mdwes-white-bg.table--style1js table tbody tr td::before {
    content: "";
    display: none;
  }
}
@media (min-width: 782px) {
  .mdwes-white-bg.table--style1js table tbody tr td .false-th {
    display: none;
  }
  .mdwes-white-bg.table--style1js table tbody tr td::before {
    content: "";
    display: none;
  }
}
@media (max-width: 781.98px) {
  .mdwes-white-bg.table--style1js.m-first-column-large table tbody tr td .false-th {
    flex-basis: 70%;
  }
}
@media (max-width: 781.98px) {
  .mdwes-white-bg.m-heading-color--black table tbody tr td:first-child {
    color: #333;
    font-style: normal;
  }
}

.ventrix-table-school.wp-block-table {
  padding-block: 10px;
  padding-inline: 10px;
  margin-block-start: 30px;
  border: 1px solid var(--vtx-primary-color);
  border-top-width: 5px;
}
@media (max-width: 767px) {
  .ventrix-table-school.wp-block-table {
    padding-inline: 0;
    overflow-y: hidden;
  }
}
.ventrix-table-school.wp-block-table table {
  border: none;
}
.ventrix-table-school.wp-block-table table td {
  word-break: break-word;
}
@media (max-width: 767px) {
  .ventrix-table-school.wp-block-table table thead {
    display: none;
  }
}
.ventrix-table-school.wp-block-table table th {
  background-color: #ffffff;
  color: var(--vtx-primary-color);
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  padding: 20px 10px;
}
.ventrix-table-school.wp-block-table table th:first-child {
  text-align: start;
  padding-inline-start: 18px;
}
.ventrix-table-school.wp-block-table table tbody {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .ventrix-table-school.wp-block-table table tbody {
    display: block;
    border: none;
  }
}
@media (max-width: 767px) {
  .ventrix-table-school.wp-block-table table tbody tr {
    display: block;
  }
}
.ventrix-table-school.wp-block-table table tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: NotoSans-Regular, sans-serif;
  color: #333333;
  padding: 20px 10px;
  border: none;
}
.ventrix-table-school.wp-block-table table tbody tr td:first-child {
  text-align: start;
  padding-inline-start: 18px;
}
@media (max-width: 767px) {
  .ventrix-table-school.wp-block-table table tbody tr td {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    border-bottom: 1px solid #e5e5e5;
    text-align: start;
    padding-inline-start: 20px;
    gap: 10px;
  }
  .ventrix-table-school.wp-block-table table tbody tr td:last-child {
    border-bottom: none;
  }
}
@media (max-width: 479px) {
  .ventrix-table-school.wp-block-table table tbody tr td {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
.ventrix-table-school.wp-block-table table tbody tr td .false-th {
  display: none;
}
@media (max-width: 767px) {
  .ventrix-table-school.wp-block-table table tbody tr td .false-th {
    display: inline-block;
    font-weight: 600;
    color: var(--vtx-primary-color);
  }
}

.ventrix-program-comparison-table.wp-block-table {
  padding-block: 10px;
  padding-inline: 10px;
  margin-block-start: 30px;
  border: 1px solid var(--vtx-primary-color);
  border-top-width: 5px;
}
@media (max-width: 767px) {
  .ventrix-program-comparison-table.wp-block-table {
    padding-inline: 20px;
    overflow-y: hidden;
  }
}
@media (max-width: 479px) {
  .ventrix-program-comparison-table.wp-block-table {
    padding-inline: 10px;
  }
}
.ventrix-program-comparison-table.wp-block-table table {
  border: none;
  table-layout: auto;
}
.ventrix-program-comparison-table.wp-block-table table td {
  word-break: break-word;
}
@media (max-width: 767px) {
  .ventrix-program-comparison-table.wp-block-table table thead {
    display: none;
  }
}
.ventrix-program-comparison-table.wp-block-table table th {
  background-color: #ffffff;
  color: var(--vtx-primary-color);
  font-weight: 600;
  font-size: 16px;
  padding: 20px 10px;
}
.ventrix-program-comparison-table.wp-block-table table th:first-child {
  text-align: start;
  padding-inline-start: 18px;
}
.ventrix-program-comparison-table.wp-block-table table tbody {
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .ventrix-program-comparison-table.wp-block-table table tbody {
    display: block;
    border: none;
  }
}
.ventrix-program-comparison-table.wp-block-table table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.ventrix-program-comparison-table.wp-block-table table tbody tr:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .ventrix-program-comparison-table.wp-block-table table tbody tr {
    display: block;
    border-bottom: none;
  }
  .ventrix-program-comparison-table.wp-block-table table tbody tr:first-child td {
    padding-block-start: 10px;
  }
}
.ventrix-program-comparison-table.wp-block-table table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  font-family: NotoSans-Regular, sans-serif;
  color: #333333;
  padding: 20px 10px;
  border: none;
}
.ventrix-program-comparison-table.wp-block-table table tbody tr td:first-child {
  text-align: start;
  padding-inline-start: 18px;
  min-width: 135px;
}
@media (max-width: 767px) {
  .ventrix-program-comparison-table.wp-block-table table tbody tr td:first-child {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .ventrix-program-comparison-table.wp-block-table table tbody tr td:first-child .false-th {
    display: none;
  }
}
@media (max-width: 767px) {
  .ventrix-program-comparison-table.wp-block-table table tbody tr td {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    text-align: start;
    padding-inline-start: 20px;
    padding-block-start: 30px;
    gap: 10px;
  }
  .ventrix-program-comparison-table.wp-block-table table tbody tr td:last-child {
    border-bottom: none;
  }
}
@media (max-width: 479px) {
  .ventrix-program-comparison-table.wp-block-table table tbody tr td {
    grid-template-columns: 0.7fr 1.3fr;
  }
}
.ventrix-program-comparison-table.wp-block-table table tbody tr td .false-th {
  display: none;
}
@media (max-width: 767px) {
  .ventrix-program-comparison-table.wp-block-table table tbody tr td .false-th {
    display: inline-block;
    font-weight: 600;
    color: var(--vtx-primary-color);
  }
}
.ventrix-program-comparison-table.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}

.wp-block-cafeto-multipurpose-card h2,
.wp-block-cafeto-multipurpose-card h3,
.wp-block-cafeto-multipurpose-card h4,
.wp-block-cafeto-multipurpose-card h5,
.wp-block-cafeto-multipurpose-card h6 {
  margin-block-start: 0;
}
.wp-block-cafeto-multipurpose-card p {
  color: #333333;
}
.wp-block-cafeto-multipurpose-card p:last-child {
  margin-block-end: 0;
}

body .hero-authors .user-tooltip-trigger.tooltip-active, body .hero-authors .user-tooltip-trigger.tooltip-active .author-credentials {
  color: var(--vtx-hover-color) !important;
}
body .user-tooltip-trigger {
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
body .user-tooltip-trigger.tooltip-active, body .user-tooltip-trigger.tooltip-active .author-credentials {
  color: var(--vtx-hover-color) !important;
}
body .user-tooltip-panel {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  padding: 24px;
  min-width: 412px;
  max-width: 420px;
  z-index: 10;
  border: 1px solid var(--vtx-primary-color);
  font-family: inherit;
}
@media (max-width: 767px) {
  body .user-tooltip-panel {
    min-width: 90vw;
    margin: 0 1rem 0 1rem;
  }
}
body .user-tooltip-panel .user-tooltip-arrow {
  position: absolute;
  top: -16px;
  left: 32px;
  width: 32px;
  height: 16px;
  overflow: hidden;
  pointer-events: none;
  border-block-start: 1px solid var(--vtx-primary-color);
  border-inline-start: 1px solid var(--vtx-primary-color);
}
body .user-tooltip-panel .user-tooltip-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  body .user-tooltip-panel .user-tooltip-content .user-tooltip-check-icon {
    width: 11px;
    height: 11px;
    display: inline-flex;
    margin-top: 2px;
  }
}
body .user-tooltip-panel .user-tooltip-content .author-expertise-tags {
  display: none;
}
@media (max-width: 767px) {
  body .user-tooltip-panel .user-tooltip-content .author-expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-block-start: 0.625rem;
    align-items: center;
  }
}
body .user-tooltip-panel .user-tooltip-content .author-expertise-tags .expertise-tag {
  background-color: #e6f3ff;
  color: var(--vtx-text-color);
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.375rem 0.625rem;
  border-radius: 1.875rem;
  line-height: 1.125rem;
  text-decoration: none;
}
body .user-tooltip-panel .user-tooltip-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.25rem;
  margin-bottom: 0.9375rem;
}
body .user-tooltip-panel .user-tooltip-header .user-tooltip-image {
  display: inline-flex;
}
body .user-tooltip-panel .user-tooltip-header .user-tooltip-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 0;
  object-fit: cover;
}
body .user-tooltip-panel .user-tooltip-header .user-tooltip-name {
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
}
body .user-tooltip-panel .user-tooltip-header .user-tooltip-name a {
  color: var(--vtx-hover-color) !important;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
}
body .user-tooltip-panel .user-tooltip-header .user-tooltip-name a:hover {
  color: var(--vtx-primary-color) !important;
}
body .user-tooltip-panel .user-tooltip-header .user-tooltip-name .user-tooltip-title {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: var(--vtx-text-color);
  margin-top: 5px;
  text-decoration: none;
}
body .user-tooltip-panel .user-tooltip-header .arrow-right-up {
  height: 1.25rem;
  width: 1.25rem;
  position: relative;
  top: 7px;
  left: -1px;
}
body .user-tooltip-panel .user-tooltip-desc {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--vtx-text-color);
  text-align: left;
}
@media (max-width: 767px) {
  body .user-tooltip-panel span.user-areas {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
  }
}
body .user-tooltip-panel hr.user-tooltip-hr {
  border: 0.5px #d2d2d2 solid;
  width: 40%;
}
body .user-tooltip-panel a.user-tooltip-link {
  color: var(--vtx-primary-color) !important;
  font-weight: 600;
  text-decoration: underline;
  font-size: 0.75rem;
  margin-top: 8px;
  display: inline-block;
  text-align: center;
}
body .user-tooltip-trigger:hover + .user-tooltip-panel,
body .user-tooltip-panel:hover {
  display: block;
}
body .user-tooltip-panel.active {
  display: block;
  animation: tooltipFadeIn 0.3s ease-out;
  pointer-events: auto;
  top: 13px !important;
  left: -21px !important;
}
@media (max-width: 767px) {
  body .user-tooltip-panel.active {
    top: 34% !important;
    left: 0 !important;
  }
}
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes triggerPulse {
  0%, 100% {
    box-shadow: 0 2px 4px rgba(241, 87, 27, 0.2);
  }
  50% {
    box-shadow: 0 2px 8px rgba(241, 87, 27, 0.4);
  }
}
body .user-tooltip-wrapper {
  position: static;
  display: block !important;
}
