:root {
  --brand-blue: #012247;
  --blue-mid: #023270;
  --blue-light: #e8edf5;
  --brand-red: #c43333;
  --red-dark: #9e2828;
  --red-light: #fdf0f0;
  --text-secondary: #4a6080;
  --main-color: #012247 !important;
  --main-color-soft: #f0f8fe;
  --main-font-family: "Rubik";
  --main-font-color: #6c757d;
  --main-heading-family: "Plus Jakarta Sans";
  --main-heading-color: #353f4f;
}

*[class^=micon-],
*[class*=" micon-"] {
  display: inline-block;
  width: 2.4864864865rem;
  height: 2.4864864865rem;
  font-size: 0;
}
*[class^=micon-]:before,
*[class*=" micon-"]:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.micon-pencil:before {
  background-image: url("../img/icons/pencil.png");
}

.micon-globe:before {
  background-image: url("../img/icons/globe.png");
}

.micon-wallet:before {
  background-image: url("../img/icons/wallet.png");
}

.micon-barchart:before {
  background-image: url("../img/icons/barchart.png");
}

.micon-shield:before {
  background-image: url("../img/icons/b_shield.png");
}

.micon-note:before {
  background-image: url("../img/icons/b_note.png");
}

.micon-module:before {
  background-image: url("../img/icons/b_module.png");
}

.micon-lock:before {
  background-image: url("../img/icons/b_lock.png");
}

.micon-persons:before {
  background-image: url("../img/icons/b_persons.png");
}

.micon-clock:before {
  background-image: url("../img/icons/b_clock.png");
}

.micon-currency:before {
  background-image: url("../img/icons/b_currency.png");
}

.micon-youtube:before {
  background-image: url("../img/icons/social_youtube.png");
}

.micon-x:before {
  background-image: url("../img/icons/social_x.png");
}

.micon-linkedin:before {
  background-image: url("../img/icons/social_linkedin.png");
}

.micon-email:before {
  background-image: url("../img/icons/social_email.png");
}

.micon-scribe:before {
  background-image: url("../img/icons/micon_scribe2.png");
}

.micon-codes:before {
  background-image: url("../img/icons/micon_codes.png");
}

.micon-multilingual:before {
  background-image: url("../img/icons/micon_language4.png");
}

.micon-summary:before {
  background-image: url("../img/icons/micon_documents_check.png");
}

.micon-diagnostics:before {
  background-image: url("../img/icons/micon_diagnosis.png");
}

.micon-imaging:before {
  background-image: url("../img/icons/micon_images.png");
}

.micon-integration:before {
  background-image: url("../img/icons/micon_link.png");
}

.micon-clipboard-cross:before {
  background-image: url("../img/icons/micon_clipboard_cross.png");
}

ul.list-micons,
ol.list-micons {
  margin-left: 0;
  list-style: none;
}
ul.list-micons li,
ol.list-micons li {
  display: flex;
  gap: 16px;
  margin-bottom: 2%;
}
ul.list-micons li h3,
ul.list-micons li h4,
ol.list-micons li h3,
ol.list-micons li h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
ul.list-micons li *[class^=micon-],
ul.list-micons li *[class*=" micon-"],
ol.list-micons li *[class^=micon-],
ol.list-micons li *[class*=" micon-"] {
  display: block;
}
ul.list-micons li .icon,
ol.list-micons li .icon {
  display: flex;
  flex-direction: column;
}
ul.list-micons li .text,
ol.list-micons li .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
ul.list-micons.gutter li:not(:last-child) .icon:after,
ol.list-micons.gutter li:not(:last-child) .icon:after {
  content: "";
  display: block;
  flex: 1;
  height: auto;
  width: 1px;
  background: #e0e0e0;
  left: 50%;
  position: relative;
  transform: translate(-1px, 7px);
}

ol.round-ol {
  list-style: none;
  counter-reset: round-ol-counter;
  padding: 0;
  margin-left: 0;
}
ol.round-ol li {
  counter-increment: round-ol-counter;
  list-style: none;
  display: flex;
  gap: 1.625rem;
  margin-bottom: 2%;
}
ol.round-ol li::marker {
  content: none;
}
ol.round-ol li .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  font-size: 0;
}
ol.round-ol li .icon::before {
  content: counter(round-ol-counter);
  position: relative;
  width: 2.625rem;
  height: 2.625rem;
  text-align: center;
  border-radius: 100%;
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 2.375rem;
  border: 2px solid transparent;
  color: #fff;
  background-color: var(--brand-red);
  font-weight: 500;
  font-size: 1.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol.round-ol li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
ol.round-ol li .text h3,
ol.round-ol li .text h4,
ol.round-ol li .text h5 {
  font-size: 1.375rem;
  font-weight: bold;
}
ol.round-ol.gutter li:not(:last-child) .icon::after {
  content: "";
  display: block;
  flex: 1;
  width: 1px;
  background: #e0e0e0;
  margin-top: 12px;
}

.user-logged-in nav.tabs {
  display: none;
}

.gin--navigation .toolbar-link--user {
  display: flex !important;
}

.path-node .node-form .layout-region-node-footer {
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 10;
}
.path-node .node-form input.btn.form-submit {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.block-content-form textarea {
  font-family: monospace !important;
  font-size: 12px !important;
}

.ui-dialog .ck-source-editing-area textarea {
  font-size: 12px !important;
}

.layout-select .layout-select__item-icon {
  width: 80px;
}
.layout-select .layout-select__item-icon svg {
  width: 80px;
  height: 80px;
}

.alert-wrapper {
  position: fixed;
  top: 2px;
  bottom: auto;
  left: 50%;
  width: 100%;
  max-height: 75vh;
  z-index: 9999;
  max-width: 900px;
  margin: auto;
  transform: translateX(-50%);
  font-size: 0.8648648649rem;
  padding: 0.6486486486rem;
}
.alert-wrapper button {
  padding-top: 0.6486486486rem;
  padding-bottom: 0.6486486486rem;
}
.alert-wrapper svg {
  width: 1.5135135135rem;
  height: 1.5135135135rem;
}
.alert-wrapper .alert-heading {
  font-size: 0.972972973rem;
  display: none;
}

.s-15 {
  font-size: 0.8108108108rem;
}

.s-18 {
  font-size: 0.972972973rem;
}

.s-21 {
  font-size: 1.1351351351rem;
}

.s-24 {
  font-size: 1.2972972973rem;
}

.s-28 {
  font-size: 1.5135135135rem;
}

.s-32 {
  font-size: 1.7297297297rem;
}

.s-36 {
  font-size: 1.9459459459rem;
}

.s-42 {
  font-size: 2.2702702703rem;
}

.s-50 {
  font-size: 2.7027027027rem;
}

.s-58 {
  font-size: 3.1351351351rem;
}

.s-68 {
  font-size: 3.6756756757rem;
}

@media (min-width: 576px) {
  .s-sm-15 {
    font-size: 0.8108108108rem;
  }
  .s-sm-18 {
    font-size: 0.972972973rem;
  }
  .s-sm-21 {
    font-size: 1.1351351351rem;
  }
  .s-sm-24 {
    font-size: 1.2972972973rem;
  }
  .s-sm-28 {
    font-size: 1.5135135135rem;
  }
  .s-sm-32 {
    font-size: 1.7297297297rem;
  }
  .s-sm-36 {
    font-size: 1.9459459459rem;
  }
  .s-sm-42 {
    font-size: 2.2702702703rem;
  }
  .s-sm-50 {
    font-size: 2.7027027027rem;
  }
  .s-sm-58 {
    font-size: 3.1351351351rem;
  }
  .s-sm-68 {
    font-size: 3.6756756757rem;
  }
}
@media (min-width: 768px) {
  .s-md-15 {
    font-size: 0.8108108108rem;
  }
  .s-md-18 {
    font-size: 0.972972973rem;
  }
  .s-md-21 {
    font-size: 1.1351351351rem;
  }
  .s-md-24 {
    font-size: 1.2972972973rem;
  }
  .s-md-28 {
    font-size: 1.5135135135rem;
  }
  .s-md-32 {
    font-size: 1.7297297297rem;
  }
  .s-md-36 {
    font-size: 1.9459459459rem;
  }
  .s-md-42 {
    font-size: 2.2702702703rem;
  }
  .s-md-50 {
    font-size: 2.7027027027rem;
  }
  .s-md-58 {
    font-size: 3.1351351351rem;
  }
  .s-md-68 {
    font-size: 3.6756756757rem;
  }
}
@media (min-width: 992px) {
  .s-lg-15 {
    font-size: 0.8108108108rem;
  }
  .s-lg-18 {
    font-size: 0.972972973rem;
  }
  .s-lg-21 {
    font-size: 1.1351351351rem;
  }
  .s-lg-24 {
    font-size: 1.2972972973rem;
  }
  .s-lg-28 {
    font-size: 1.5135135135rem;
  }
  .s-lg-32 {
    font-size: 1.7297297297rem;
  }
  .s-lg-36 {
    font-size: 1.9459459459rem;
  }
  .s-lg-42 {
    font-size: 2.2702702703rem;
  }
  .s-lg-50 {
    font-size: 2.7027027027rem;
  }
  .s-lg-58 {
    font-size: 3.1351351351rem;
  }
  .s-lg-68 {
    font-size: 3.6756756757rem;
  }
}
@media (min-width: 1200px) {
  .s-xl-15 {
    font-size: 0.8108108108rem;
  }
  .s-xl-18 {
    font-size: 0.972972973rem;
  }
  .s-xl-21 {
    font-size: 1.1351351351rem;
  }
  .s-xl-24 {
    font-size: 1.2972972973rem;
  }
  .s-xl-28 {
    font-size: 1.5135135135rem;
  }
  .s-xl-32 {
    font-size: 1.7297297297rem;
  }
  .s-xl-36 {
    font-size: 1.9459459459rem;
  }
  .s-xl-42 {
    font-size: 2.2702702703rem;
  }
  .s-xl-50 {
    font-size: 2.7027027027rem;
  }
  .s-xl-58 {
    font-size: 3.1351351351rem;
  }
  .s-xl-68 {
    font-size: 3.6756756757rem;
  }
}
ol.simple-list li, ul.simple-list li {
  margin-bottom: 2%;
}

.btn--theme {
  background-color: var(--brand-blue) !important;
  border-color: var(--brand-blue) !important;
}

.btn:hover {
  color: var(--brand-blue) !important;
}

.color--theme,
.color--theme h1, .color--theme h2, .color--theme h3,
.color--theme h4, .color--theme h5, .color--theme h6,
.color--theme p, .color--theme a, .color--theme li,
.color--theme i, .color--theme span,
.color--white .color--theme {
  color: var(--blue-mid) !important;
}

.bg--theme,
.shape--blue-400::after {
  background-color: var(--brand-red);
}

.shape-ico.color--theme path {
  fill: #e9f2fd;
}

.gr--whitesmoke {
  background: rgba(244, 244, 249, 0.8);
}

.gradient-text {
  background: linear-gradient(180deg, #647388 0%, #bfcbd9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fbox-2 {
  border: 1px solid #E0E0E0;
  padding: 1.2972972973rem;
  border-radius: 0.5405405405rem;
}
.fbox-2 .fbox-img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.594;
  margin-bottom: 2%;
}
.fbox-2 .fbox-img img {
  max-height: 70%;
  margin: 0;
}

.navbar > .container {
  max-width: 1730px;
}

.navbar-nav {
  position: relative;
}

.nav-link {
  font-size: 0.972972973rem;
  color: var(--brand-blue);
  cursor: pointer;
  position: relative;
}
.nav-link:after {
  content: "";
  width: 0;
  height: 3px;
  background: var(--brand-red);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.2s ease-in-out;
  border-radius: 1px;
}
.nav-link:hover:after {
  width: 100%;
}
.nav-link.is-active {
  position: relative;
}
.nav-link.is-active:after {
  width: 100%;
}

.relative {
  position: relative;
}

.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
  width: 100%;
  max-width: 1760px;
}

.footer > .container {
  max-width: 1920px;
}

.max-w-1720 {
  max-width: 1720px;
}

.bg-repeat-none {
  background-repeat: no-repeat !important;
}

.bg-position-center {
  background-position: center;
}

.bg-position-bottom {
  background-position: bottom;
}

#block-martex-mainpagecontent {
  position: relative;
  z-index: 4;
}

.footer {
  background-image: url("../img/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .bottom-footer {
  text-align: center;
}
.footer #footer-large-name {
  text-align: center;
  font-weight: bold;
  font-size: 252px;
}
.footer .footer-socials {
  display: flex;
  gap: 8px;
}
.footer .footer-socials.ico-20 a, .footer .footer-socials.ico-25 a {
  margin: 0;
  display: block;
}

.faster {
  animation-duration: 0.5s;
}

.fast {
  animation-duration: 0.8s;
}

.slow {
  animation-duration: 2s;
}

.slower {
  animation-duration: 3s;
}

.delay-0s {
  animation-delay: 0s;
}

.delay-0-0s {
  animation-delay: 0s;
}

.delay-0-1s {
  animation-delay: 0.1s;
}

.delay-0-2s {
  animation-delay: 0.2s;
}

.delay-0-3s {
  animation-delay: 0.3s;
}

.delay-0-4s {
  animation-delay: 0.4s;
}

.delay-0-5s {
  animation-delay: 0.5s;
}

.delay-0-6s {
  animation-delay: 0.6s;
}

.delay-0-7s {
  animation-delay: 0.7s;
}

.delay-0-8s {
  animation-delay: 0.8s;
}

.delay-0-9s {
  animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
}

.delay-1-0s {
  animation-delay: 1s;
}

.delay-1-1s {
  animation-delay: 1.1s;
}

.delay-1-2s {
  animation-delay: 1.2s;
}

.delay-1-3s {
  animation-delay: 1.3s;
}

.delay-1-4s {
  animation-delay: 1.4s;
}

.delay-1-5s {
  animation-delay: 1.5s;
}

.delay-1-6s {
  animation-delay: 1.6s;
}

.delay-1-7s {
  animation-delay: 1.7s;
}

.delay-1-8s {
  animation-delay: 1.8s;
}

.delay-1-9s {
  animation-delay: 1.9s;
}

.delay-2s {
  animation-delay: 2s;
}

.delay-2-0s {
  animation-delay: 2s;
}

.delay-2-1s {
  animation-delay: 2.1s;
}

.delay-2-2s {
  animation-delay: 2.2s;
}

.delay-2-3s {
  animation-delay: 2.3s;
}

.delay-2-4s {
  animation-delay: 2.4s;
}

.delay-2-5s {
  animation-delay: 2.5s;
}

.delay-2-6s {
  animation-delay: 2.6s;
}

.delay-2-7s {
  animation-delay: 2.7s;
}

.delay-2-8s {
  animation-delay: 2.8s;
}

.delay-2-9s {
  animation-delay: 2.9s;
}

.delay-3s {
  animation-delay: 3s;
}

.delay-3-0s {
  animation-delay: 3s;
}

.delay-3-1s {
  animation-delay: 3.1s;
}

.delay-3-2s {
  animation-delay: 3.2s;
}

.delay-3-3s {
  animation-delay: 3.3s;
}

.delay-3-4s {
  animation-delay: 3.4s;
}

.delay-3-5s {
  animation-delay: 3.5s;
}

.delay-3-6s {
  animation-delay: 3.6s;
}

.delay-3-7s {
  animation-delay: 3.7s;
}

.delay-3-8s {
  animation-delay: 3.8s;
}

.delay-3-9s {
  animation-delay: 3.9s;
}

.delay-4s {
  animation-delay: 4s;
}

.delay-4-0s {
  animation-delay: 4s;
}

.delay-4-1s {
  animation-delay: 4.1s;
}

.delay-4-2s {
  animation-delay: 4.2s;
}

.delay-4-3s {
  animation-delay: 4.3s;
}

.delay-4-4s {
  animation-delay: 4.4s;
}

.delay-4-5s {
  animation-delay: 4.5s;
}

.delay-4-6s {
  animation-delay: 4.6s;
}

.delay-4-7s {
  animation-delay: 4.7s;
}

.delay-4-8s {
  animation-delay: 4.8s;
}

.delay-4-9s {
  animation-delay: 4.9s;
}

.delay-5s {
  animation-delay: 5s;
}

.delay-5-0s {
  animation-delay: 5s;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.no-transform {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.no-wrap {
  white-space: nowrap;
}

.break-word {
  word-break: break-word;
}

.no-underline {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.no-select {
  user-select: none;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.max-w-full {
  max-width: 100%;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.clip {
  overflow: hidden;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

.rounded-full {
  border-radius: 9999px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.contact-form .form-item-name,
.contact-form .form-item-mail,
.user-login-form .form-item-name,
.user-login-form .form-item-mail,
.user-register-form .form-item-name,
.user-register-form .form-item-mail,
.user-pass .form-item-name,
.user-pass .form-item-mail {
  width: 100%;
  display: block;
}
.contact-form .form-type-item,
.user-login-form .form-type-item,
.user-register-form .form-type-item,
.user-pass .form-type-item {
  color: #353f4f;
  font-weight: 500;
  padding: 0.5rem 1rem;
  background: #e8edf5;
  border-radius: 8px;
  border: 1px solid rgb(203.5636363636, 214.7454545455, 232.6363636364);
}
.contact-form .form-type-item label,
.user-login-form .form-type-item label,
.user-register-form .form-type-item label,
.user-pass .form-type-item label {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4a6080;
  margin-bottom: 0.25rem;
}
.contact-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.contact-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.contact-form .choices__inner,
.contact-form .form-select,
.user-login-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-login-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-login-form .choices__inner,
.user-login-form .form-select,
.user-register-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-register-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-register-form .choices__inner,
.user-register-form .form-select,
.user-pass input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-pass textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-pass .choices__inner,
.user-pass .form-select {
  border: 2px solid rgb(196.4545454545, 209.1818181818, 229.5454545455);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 0.9rem;
  color: #353f4f;
  transition: all 0.2s ease;
  width: 100%;
  margin: 0;
  height: 42px;
}
.contact-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]):focus,
.contact-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]):focus,
.contact-form .choices__inner:focus,
.contact-form .form-select:focus,
.user-login-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]):focus,
.user-login-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]):focus,
.user-login-form .choices__inner:focus,
.user-login-form .form-select:focus,
.user-register-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]):focus,
.user-register-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]):focus,
.user-register-form .choices__inner:focus,
.user-register-form .form-select:focus,
.user-pass input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]):focus,
.user-pass textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]):focus,
.user-pass .choices__inner:focus,
.user-pass .form-select:focus {
  outline: none;
  border-color: #012247;
  box-shadow: 0 0 0 3px rgba(1, 34, 71, 0.08);
}
.contact-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox])::placeholder,
.contact-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox])::placeholder,
.contact-form .choices__inner::placeholder,
.contact-form .form-select::placeholder,
.user-login-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox])::placeholder,
.user-login-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox])::placeholder,
.user-login-form .choices__inner::placeholder,
.user-login-form .form-select::placeholder,
.user-register-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox])::placeholder,
.user-register-form textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox])::placeholder,
.user-register-form .choices__inner::placeholder,
.user-register-form .form-select::placeholder,
.user-pass input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox])::placeholder,
.user-pass textarea.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox])::placeholder,
.user-pass .choices__inner::placeholder,
.user-pass .form-select::placeholder {
  color: rgb(124.4653465347, 146.900990099, 179.5346534653);
}
.contact-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.contact-form .choices__inner,
.user-login-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-login-form .choices__inner,
.user-register-form input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-register-form .choices__inner,
.user-pass input.form-control:not([type=submit]):not([type=hidden]):not([type=checkbox]),
.user-pass .choices__inner {
  height: 42px;
}
.contact-form .choices[data-type*=select-one] .choices__inner,
.user-login-form .choices[data-type*=select-one] .choices__inner,
.user-register-form .choices[data-type*=select-one] .choices__inner,
.user-pass .choices[data-type*=select-one] .choices__inner {
  padding: 0;
}
.contact-form .choices[data-type*=select-one] .choices__inner .choices__list--single,
.user-login-form .choices[data-type*=select-one] .choices__inner .choices__list--single,
.user-register-form .choices[data-type*=select-one] .choices__inner .choices__list--single,
.user-pass .choices[data-type*=select-one] .choices__inner .choices__list--single {
  padding: 0.5rem 1rem;
}
.contact-form .choices[data-type*=select-one] .choices__inner .choices__list--single .choices__item,
.user-login-form .choices[data-type*=select-one] .choices__inner .choices__list--single .choices__item,
.user-register-form .choices[data-type*=select-one] .choices__inner .choices__list--single .choices__item,
.user-pass .choices[data-type*=select-one] .choices__inner .choices__list--single .choices__item {
  line-height: 1.3;
  color: #353f4f;
}
.contact-form .choices.is-open .choices__inner,
.user-login-form .choices.is-open .choices__inner,
.user-register-form .choices.is-open .choices__inner,
.user-pass .choices.is-open .choices__inner {
  border-radius: 8px 8px 0 0;
}
.contact-form .choices__list--dropdown,
.contact-form .choices__list[aria-expanded],
.user-login-form .choices__list--dropdown,
.user-login-form .choices__list[aria-expanded],
.user-register-form .choices__list--dropdown,
.user-register-form .choices__list[aria-expanded],
.user-pass .choices__list--dropdown,
.user-pass .choices__list[aria-expanded] {
  border-radius: 0 0 8px 8px;
}
.contact-form .choices__list--dropdown .choices__input,
.contact-form .choices__list--dropdown .choices__item,
.contact-form .choices__list[aria-expanded] .choices__input,
.contact-form .choices__list[aria-expanded] .choices__item,
.user-login-form .choices__list--dropdown .choices__input,
.user-login-form .choices__list--dropdown .choices__item,
.user-login-form .choices__list[aria-expanded] .choices__input,
.user-login-form .choices__list[aria-expanded] .choices__item,
.user-register-form .choices__list--dropdown .choices__input,
.user-register-form .choices__list--dropdown .choices__item,
.user-register-form .choices__list[aria-expanded] .choices__input,
.user-register-form .choices__list[aria-expanded] .choices__item,
.user-pass .choices__list--dropdown .choices__input,
.user-pass .choices__list--dropdown .choices__item,
.user-pass .choices__list[aria-expanded] .choices__input,
.user-pass .choices__list[aria-expanded] .choices__item {
  font-size: 0.9rem;
  color: #353f4f;
}
.contact-form .choices__list[aria-expanded],
.user-login-form .choices__list[aria-expanded],
.user-register-form .choices__list[aria-expanded],
.user-pass .choices__list[aria-expanded] {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.contact-form #edit-field-interested-in,
.user-login-form #edit-field-interested-in,
.user-register-form #edit-field-interested-in,
.user-pass #edit-field-interested-in {
  display: flex;
  gap: 22px;
}
.contact-form textarea.form-control,
.user-login-form textarea.form-control,
.user-register-form textarea.form-control,
.user-pass textarea.form-control {
  min-height: 120px;
  resize: vertical;
  line-height: 1.5;
}
.contact-form label:not(.form-check-label),
.contact-form legend,
.user-login-form label:not(.form-check-label),
.user-login-form legend,
.user-register-form label:not(.form-check-label),
.user-register-form legend,
.user-pass label:not(.form-check-label),
.user-pass legend {
  font-family: "Plus Jakarta Sans", Rubik, sans-seirf;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #353f4f;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.contact-form label.form-check-label,
.user-login-form label.form-check-label,
.user-register-form label.form-check-label,
.user-pass label.form-check-label {
  font-size: 0.9rem;
  color: #353f4f;
  cursor: pointer;
}
.contact-form .form-check,
.user-login-form .form-check,
.user-register-form .form-check,
.user-pass .form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
}
.contact-form .form-check .form-check-input,
.user-login-form .form-check .form-check-input,
.user-register-form .form-check .form-check-input,
.user-pass .form-check .form-check-input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #012247;
  cursor: pointer;
  margin: 0;
}

/*# sourceMappingURL=local.css.map */


/* ==========================================
   Fix horizontal scrollbar only
   ========================================== */

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.dialog-off-canvas-main-canvas {
  overflow-x: hidden;
}

#block-martex-abovefootercta {
  overflow: hidden;
}

/* ==========================================
   Homepage Hero - simplified mobile layout
   ========================================== */

@media (max-width: 767.98px) {

  /* Hide decorative floating cards */
  .path-frontpage img[src*="ohip_chart.png"],
  .path-frontpage img[src*="soap_accuracy.png"] {
    display: none !important;
  }

  /* Reduce the height of the doctor image area */
  .path-frontpage
  .paragraph--type--paragraph-section-image-bg
  .col-md-6:first-child {
    position: relative;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
  }

  /* Position the doctor image */
  .path-frontpage
  .paragraph--type--paragraph-section-image-bg
  .col-md-6:first-child
  .l-10 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
  }

  .path-frontpage
  .paragraph--type--paragraph-section-image-bg
  .col-md-6:first-child
  .l-10 img {
    display: block;
    width: auto;
    max-width: 86%;
    max-height: 390px;
    height: auto;
    margin: 0 auto !important;
    object-fit: contain;
  }

  /* Move the Clinical AI Suite panel upward */
  .path-frontpage #hero-22-form {
    position: relative;
    z-index: 6;
    margin-top: -20px;
    padding: 28px 20px;
  }

  .responsive-mb > .container.space-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /* .mobile > .container.space-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  } */

  .reclaim-wrapper-mb {
    padding-top: 40px !important;
  }

  #block-martex-abovefootercta
  .mobile
  > .container.space-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  #block-martex-abovefootercta {
    margin-top: -20px;
  }


}

/* Smaller phones */
@media (max-width: 420px) {
  .path-frontpage
  .paragraph--type--paragraph-section-image-bg
  .col-md-6:first-child {
    min-height: 350px;
  }

  .path-frontpage
  .paragraph--type--paragraph-section-image-bg
  .col-md-6:first-child
  .l-10 img {
    max-width: 90%;
    max-height: 350px;
  }

  .path-frontpage #hero-22-form {
    margin-top: -25px;
    padding: 24px 18px;
  }
}

/* Tablets */
@media (max-width: 991.98px) {
  .responsive-mb > .container.space-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  /* .mobile > .container.space-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  } */


  /* ==========================================
   How it works - Mobile
   ========================================== */

   /* Hide the floating cards */
  .mobile img[src*="features_banner_chart.png"],
  .mobile img[src*="features_banner_accuracy.png"] {
    display: none !important;
  }

  /* Center the doctor image */
  .mobile .l-10 {
    text-align: center;
  }

  .mobile .l-10 img {
    max-width: 90%;
    height: auto;
    margin: 0 auto !important;
  }


  /* ==========================================
   Above-footer CTA spacing — tablet/mobile
   ========================================== */
  /* Remove spacing from the outer space-md wrapper */
    #block-martex-abovefootercta
    > .field
    > .space-md {
      padding-top: 0 !important;
      padding-bottom: 50px !important;
    }

    /* Reduce spacing inside the CTA section */
    #block-martex-abovefootercta
    .mobile
    > .container.space-md {
      padding-top: 25px !important;
      padding-bottom: 25px !important;
    }

    /* Move the entire CTA section upward */
    #block-martex-abovefootercta {
      margin-top: -35px;
    }
}







  /* =========================================================
    LISTENMD — AI MEDICAL TOOLS LANDING PAGE
    FINAL CONSOLIDATED CSS
   ========================================================= */


  /* =========================================================
    VARIABLES
   ========================================================= */
  .ai-medical-tools-landing {
    --ai-primary: #0b5cff;
    --ai-primary-dark: #0847c7;
    --ai-heading: #082d5c;
    --ai-text: #667085;
    --ai-border: #e2e8f0;
    --ai-soft: #f6f9fd;
    --ai-white: #ffffff;
  }


  /* =========================================================
    GLOBAL
    ========================================================= */

  .ai-medical-tools-landing *,
  .ai-medical-tools-landing *::before,
  .ai-medical-tools-landing *::after {
    box-sizing: border-box;
  }

  .ai-medical-tools-landing .ai-tools-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--ai-primary);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }


  /* =========================================================
    SMOOTH SCROLL
    ========================================================= */

  html {
    scroll-behavior: smooth;
  }

  #ai-tools {
    scroll-margin-top: 110px;
  }


  /* =========================================================
    HERO
    ========================================================= */

  .ai-medical-tools-landing .ai-tools-hero-section {
    position: relative;
    min-height: 0 !important;
    margin: 0;
    padding: 50px 20px 32px;
    overflow: hidden;
    background:
      radial-gradient(
        circle at 88% 18%,
        rgba(11, 92, 255, 0.09),
        transparent 32%
      ),
      linear-gradient(
        180deg,
        #f5f9ff 0%,
        #ffffff 100%
      );
  }

  .ai-medical-tools-landing .ai-tools-hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .ai-medical-tools-landing .ai-tools-hero-content h1 {
    max-width: 860px;
    margin: 0 auto 17px;
    color: var(--ai-heading);
    font-size: clamp(46px, 4.6vw, 60px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  .ai-medical-tools-landing .ai-tools-hero-description {
    max-width: 760px;
    margin: 0 auto 23px;
    color: var(--ai-text);
    font-size: 18px;
    line-height: 1.72;
  }

  .ai-medical-tools-landing .ai-tools-hero-actions {
    margin: 0;
  }

  .ai-medical-tools-landing .ai-tools-hero-actions .btn {
    display: inline-flex;
    min-width: 185px;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
  }


  /* =========================================================
    TOOLS MAIN SECTION
    ========================================================= */

  .ai-medical-tools-landing .ai-tools-grid-section {
    width: 100%;
    min-height: 0 !important;
    margin: 0;
    padding: 0px 20px 44px;
  }

  .ai-medical-tools-landing
  .ai-tools-grid-section > .container {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }


  /* =========================================================
    TOOL SECTION HEADING
    ========================================================= */

  .ai-medical-tools-landing .ai-tools-section-heading {
    max-width: 800px;
    margin: 0 auto 28px;
    text-align: center;
  }

  .ai-medical-tools-landing .ai-tools-section-heading h2 {
    max-width: 760px;
    margin: 4px auto 10px;
    color: var(--ai-heading);
    font-size: clamp(36px, 3.2vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.015em;
  }

  .ai-medical-tools-landing .ai-tools-section-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--ai-text);
    font-size: 17px;
    line-height: 1.68;
  }


  /* =========================================================
    INNER TOOL GRID ROWS
    Section 1.1 + Section 1.2
    ========================================================= */

  .ai-medical-tools-landing .ai-tools-grid-row {
    width: 100%;
    min-height: 0 !important;
    margin: 0;
    padding: 0;
    background: transparent;
  }


  /*
  * Space only between the two nested rows.
  */
  .ai-medical-tools-landing
  .ai-tools-grid-row + .ai-tools-grid-row {
    margin-top: 24px;
  }

  /*
  * Drupal may output another .container inside each nested
  * Section. Remove conflicting width/padding and make both
  * nested rows use exactly the same width.
  */

  .ai-medical-tools-landing
  .ai-tools-grid-row > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }


  /* =========================================================
    TOOL GRID
    EQUAL WIDTH + EQUAL HEIGHT
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-grid-row .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    align-items: stretch;
  }

  /*
  * Make the two Bootstrap columns in every nested row
  * stretch to the same height.
  */
  .ai-medical-tools-landing
  .ai-tools-grid-row .row > [class*="col-"],
  .ai-medical-tools-landing
  .ai-tools-grid-row .row > .col {
    display: flex;
  }

  /*
  * Drupal commonly inserts Paragraph wrappers between
  * the Bootstrap column and the actual Card component.
  * Stretch those wrappers too.
  */
  .ai-medical-tools-landing
  .ai-tools-grid-row
  .row > [class*="col-"] > .paragraph,
  .ai-medical-tools-landing
  .ai-tools-grid-row
  .row > .col > .paragraph {
    display: flex;
    width: 100%;
    height: 100%;
  }

  /*
  * Handle one additional Drupal wrapper if one exists.
  */
  .ai-medical-tools-landing
  .ai-tools-grid-row
  .row > [class*="col-"] > .paragraph > .paragraph,
  .ai-medical-tools-landing
  .ai-tools-grid-row
  .row > .col > .paragraph > .paragraph {
    display: flex;
    width: 100%;
    height: 100%;
  }

  /* =========================================================
    MAIN TOOL CARDS
    ========================================================= */

  .ai-medical-tools-landing .ai-tool-card {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 375px;
    flex: 1 1 auto;
    flex-direction: column;
    margin: 0;
    padding: 30px;
    border: 1px solid var(--ai-border);
    border-radius: 15px;
    background: var(--ai-white);
    box-shadow:
      0 5px 18px rgba(15, 35, 70, 0.045);
    transition:
      transform 0.25s ease,
      border-color 0.25s ease,
      box-shadow 0.25s ease;
  }

  .ai-medical-tools-landing .ai-tool-card:hover {
    transform: translateY(-4px);
    border-color: rgba(11, 92, 255, 0.25);
    box-shadow:
      0 15px 35px rgba(15, 35, 70, 0.09);
  }

  .ai-medical-tools-landing .ai-tool-card-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    flex-direction: column;
  }

  /* =========================================================
    TOOL ICONS
    ========================================================= */

  .ai-medical-tools-landing .ai-tool-card-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    border: 1px solid #dce7fa;
    border-radius: 10px;
    background: #f3f7ff;
    color: var(--ai-primary);
  }

  .ai-medical-tools-landing .ai-tool-card-icon svg {
    display: block;
    width: 24px;
    height: 24px;
  }

  /* =========================================================
    TOOL CARD TYPOGRAPHY
    ========================================================= */

  .ai-medical-tools-landing .ai-tool-card-content h3 {
    margin: 0 0 10px;
    color: var(--ai-heading);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ai-medical-tools-landing
  .ai-tool-card-content > p {
    margin: 0 0 13px;
    color: var(--ai-text);
    font-size: 17px;
    line-height: 1.68;
  }

  /* =========================================================
    BEST FOR
    ========================================================= */

  .ai-medical-tools-landing .ai-tool-card-best {
    margin-top: 2px;
    padding-top: 13px;
    border-top: 1px solid var(--ai-border);
    color: var(--ai-text);
    font-size: 16px;
    line-height: 1.65;
  }

  .ai-medical-tools-landing
  .ai-tool-card-best strong {
    color: var(--ai-heading);
    font-weight: 700;
  }


  /* =========================================================
    TOOL CARD CTA
    PIN TO BOTTOM
    ========================================================= */

  .ai-medical-tools-landing .ai-tool-card-link {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-top: 18px;

    font-size: 16px;
    line-height: 1.5;
  }

  .ai-medical-tools-landing
  .ai-tool-card-link a {
    display: inline-flex;
    align-items: center;
    color: #C43333;
    font-weight: 700;
    text-decoration: none;
    transition:
      color 0.2s ease,
      transform 0.2s ease;
  }

  .ai-medical-tools-landing
  .ai-tool-card-link a:hover {
    color: var(--ai-primary-dark);
    text-decoration: none;
    transform: translateX(2px);
  }

  /* =========================================================
   PRACTICAL AI SUPPORT SECTION
   ========================================================= */

  .ai-medical-tools-landing .ai-tools-content-section {
    position: relative;
    min-height: 0 !important;

    margin: 0;
    padding: 46px 30px 42px;

    overflow: hidden;
  }

  .ai-medical-tools-landing .ai-tools-content-section--soft {
    border: 0;
    border-radius: 8px;

    background:
      linear-gradient(
        180deg,
        #f7faff 0%,
        #f3f7fc 100%
      );
  }

  .ai-medical-tools-landing
  .ai-tools-content-section--soft::after {
    content: none;
  }


  /* Main content wrapper */
  .ai-medical-tools-landing .ai-tools-content {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 1050px;

    margin: 0 auto;

    text-align: center;
  }


  /* Eyebrow paragraph wrapper */
  .ai-medical-tools-landing
  .ai-tools-content > p:first-child {
    margin: 0 0 14px;
    padding: 0;

    text-align: center;
  }


  /* Eyebrow */
  .ai-medical-tools-landing
  .ai-tools-content
  .ai-tools-eyebrow {
    display: inline-block;

    margin: 0;
    padding: 0;

    color: #0b5cff;

    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }


  /* Heading */
  .ai-medical-tools-landing
  .ai-tools-content h2 {
    max-width: 820px;

    margin: 0 auto 22px;

    color: var(--ai-heading);

    font-size: clamp(36px, 3.2vw, 48px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;

    text-align: center;
  }


  /* Main paragraphs */
  .ai-medical-tools-landing
  .ai-tools-content > p:not(:first-child) {
    max-width: 1000px;

    margin: 0 auto 16px;

    color: #5d6b82;

    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;

    text-align: center;
  }


  /* Final paragraph */
  .ai-medical-tools-landing
  .ai-tools-content > p:last-child {
    margin-bottom: 0;
  }


  /* =========================================================
    SEO COPY → BENEFITS SPACING
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-content-section
  .paragraph--type--paragraph-content {
    padding-bottom: 55px !important;
  }

  /* =========================================================
    BENEFITS
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-benefits-section {
    position: relative;
    z-index: 2;
    min-height: 0 !important;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .ai-medical-tools-landing
  .ai-tools-benefits-section .row {
    align-items: stretch;
  }

  .ai-medical-tools-landing
  .ai-tools-benefits-section
  .row > [class*="col-"],
  .ai-medical-tools-landing
  .ai-tools-benefits-section
  .row > .col {
    display: flex;
  }

  /* =========================================================
    BENEFIT CARDS
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-benefit-card {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 210px;
    flex-direction: column;
    padding: 26px;
    overflow: hidden;
    border: 1px solid #e1e8f1;
    border-radius: 12px;
    background: #ffffff;
    box-shadow:
      0 4px 14px rgba(15, 35, 70, 0.035);
    transition:
      transform 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease;
  }

  .ai-medical-tools-landing
  .ai-tools-benefit-card:hover {
    transform: translateY(-3px);
    border-color: rgba(11, 92, 255, 0.20);
    box-shadow:
      0 10px 24px rgba(15, 35, 70, 0.07);
  }

  .ai-medical-tools-landing
  .ai-tools-benefit-card::before {
    display: none;
  }

  .ai-medical-tools-landing
  .ai-tools-benefit-card h3 {
    position: relative;
    margin: 0 0 10px;
    padding-top: 42px;
    color: var(--ai-heading);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ai-medical-tools-landing
  .ai-tools-benefit-card h3::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #eef4ff;
    color: var(--ai-primary);
    font-size: 14px;
    font-weight: 700;
  }

  .ai-medical-tools-landing
  .ai-tools-benefit-card p {
    margin: 0;
    color: var(--ai-text);
    font-size: 16px;
    line-height: 1.68;
  }

  /* =========================================================
    HOW IT WORKS
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-how-section {
    min-height: 0 !important;
    margin: 0;
    padding: 38px 20px;
  }

  .ai-medical-tools-landing
  .ai-tools-how {
    max-width: 1120px;
    margin: 0 auto;
  }

  .ai-medical-tools-landing
  .ai-tools-how__header {
    max-width: 760px;
    margin: 0 auto 24px;
    text-align: center;
  }

  .ai-medical-tools-landing
  .ai-tools-how__header h2 {
    margin: 4px 0 10px;
    color: var(--ai-heading);
    font-size: clamp(36px, 3.2vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.015em;
  }

  .ai-medical-tools-landing
  .ai-tools-how__header p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--ai-text);
    font-size: 17px;
    line-height: 1.68;
  }

  /* =========================================================
    HOW IT WORKS CARDS
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-how__steps {
    display: grid;
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .ai-medical-tools-landing
  .ai-tools-how__step {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 220px;
    flex-direction: column;
    padding: 25px;
    border: 1px solid var(--ai-border);
    border-radius: 13px;
    background: var(--ai-white);
    box-shadow:
      0 5px 18px rgba(15, 23, 42, 0.04);
  }

  .ai-medical-tools-landing
  .ai-tools-how__number {
    display: flex;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eef4ff;
    color: var(--ai-primary);
    font-size: 14px;
    font-weight: 700;
  }

  .ai-medical-tools-landing
  .ai-tools-how__step h3 {
    margin: 0 0 9px;
    color: var(--ai-heading);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
  }

  .ai-medical-tools-landing
  .ai-tools-how__step p {
    margin: 0;
    color: var(--ai-text);
    font-size: 16px;
    line-height: 1.68;
  }

  /* =========================================================
    FAQ
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-faq-section {
    min-height: 0 !important;
    margin: 0;
    padding: 36px 20px 30px;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-header {
    max-width: 760px;
    margin: 0 auto 22px;
    text-align: center;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-header h2 {
    margin: 4px 0 10px;
    color: var(--ai-heading);
    font-size: clamp(36px, 3.2vw, 44px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.015em;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-header p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--ai-text);
    font-size: 17px;
    line-height: 1.68;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-accordion {
    max-width: 920px;
    margin: 0 auto;
  }

  /* =========================================================
    FAQ ACCORDION
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-faq-accordion
  .accordion-item {
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid var(--ai-border);
    border-radius: 10px;
    background: #ffffff;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-accordion
  .accordion-button {
    padding: 16px 18px;
    color: var(--ai-heading);
    background: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: none !important;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-accordion
  .accordion-button:not(.collapsed) {
    color: var(--ai-heading);
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-accordion
  .accordion-button:focus {
    background: #ffffff !important;
    box-shadow: none !important;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-accordion
  .accordion-body {
    padding: 4px 18px 17px;
    color: var(--ai-text);
    background: #ffffff;
    font-size: 16px;
    line-height: 1.72;
  }

  /* =========================================================
    REMOVE EMPTY DRUPAL REGIONS
    ========================================================= */

  .ai-medical-tools-landing
  .ai-tools-grid-section > *:empty,

  .ai-medical-tools-landing
  .ai-tools-grid-row > *:empty,

  .ai-medical-tools-landing
  .ai-tools-content-section > *:empty,

  .ai-medical-tools-landing
  .ai-tools-benefits-section > *:empty,

  .ai-medical-tools-landing
  .ai-tools-how-section > *:empty,

  .ai-medical-tools-landing
  .ai-tools-faq-section > *:empty {
    display: none;
  }

  /* =========================================================
    TABLET
    ========================================================= */

@media (max-width: 991px) {

  /* Tools */
  .ai-medical-tools-landing
  .ai-tools-grid-section {
    padding: 28px 18px 40px;
  }

  .ai-medical-tools-landing
  .ai-tools-grid-row + .ai-tools-grid-row {
    margin-top: 22px;
  }

  /* Tool cards */
  .ai-medical-tools-landing
  .ai-tool-card {
    min-height: 360px;
    padding: 26px;
  }

  /* Practical AI */
  .ai-medical-tools-landing
  .ai-tools-content-section {
    padding: 38px 24px 34px;
  }

  .ai-medical-tools-landing
  .ai-tools-content-section
  .paragraph--type--paragraph-content {
    padding-bottom: 42px !important;
  }

  /* How it works */
  .ai-medical-tools-landing
  .ai-tools-how-section {
    padding: 34px 18px;
  }

  .ai-medical-tools-landing
  .ai-tools-how__steps {
    grid-template-columns: 1fr;
  }

  .ai-medical-tools-landing
  .ai-tools-how__step {
    min-height: 0;
  }

  /* FAQ */
  .ai-medical-tools-landing
  .ai-tools-faq-section {
    padding: 32px 18px 36px;
  }


  .listenmd-integration-logos {
    gap: 24px 28px;
    margin: 30px 0;
  }

  .listenmd-integration-logos img {
    height: 46px;
    max-width: 165px;
  }

  .listenmd-integration-logos img:nth-child(1) {
    height: 46px;
    max-width: 155px;
  }

  .listenmd-integration-logos img:nth-child(2) {
    height: 46px;
    max-width: 175px;
  }

  .listenmd-integration-logos img:nth-child(3) {
    height: 44px;
    max-width: 160px;
  }

  .listenmd-integration-logos img:nth-child(4) {
    height: 46px;
    max-width: 175px;
  }

  .listenmd-integration-logos img:nth-child(5) {
    height: 46px;
    max-width: 160px;
  }
}

  /* =========================================================
    MOBILE
    ========================================================= */

@media (max-width: 767px) {

  /* Hero */
  .ai-medical-tools-landing
  .ai-tools-hero-section {
    padding: 40px 16px 28px;
  }

  .ai-medical-tools-landing
  .ai-tools-hero-content h1 {
    font-size: 38px;
  }

  .ai-medical-tools-landing
  .ai-tools-hero-description {
    font-size: 16px;
  }

  /* Tools */

  .ai-medical-tools-landing
  .ai-tools-grid-section {
    padding: 26px 16px 36px;
  }

  .ai-medical-tools-landing
  .ai-tools-grid-section > .container {
    padding-left: 0;
    padding-right: 0;
  }

  .ai-medical-tools-landing
  .ai-tools-grid-row + .ai-tools-grid-row {
    margin-top: 18px;
  }

  .ai-medical-tools-landing
  .ai-tools-grid-row .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 18px;
    row-gap: 18px;
  }

  /* Cards */

  .ai-medical-tools-landing
  .ai-tool-card {
    min-height: 0;
    margin-bottom: 0;
    padding: 23px;
  }

  .ai-medical-tools-landing
  .ai-tool-card-content h3 {
    font-size: 21px;
  }


  /* Section headings */

  .ai-medical-tools-landing
  .ai-tools-section-heading,

  .ai-medical-tools-landing
  .ai-tools-how__header,

  .ai-medical-tools-landing
  .ai-tools-faq-header {
    text-align: left;
  }

  .ai-medical-tools-landing
  .ai-tools-section-heading h2,

  .ai-medical-tools-landing
  .ai-tools-how__header h2,

  .ai-medical-tools-landing
  .ai-tools-faq-header h2 {
    font-size: 31px;
  }

  .ai-medical-tools-landing
  .ai-tools-section-heading p,

  .ai-medical-tools-landing
  .ai-tools-how__header p,

  .ai-medical-tools-landing
  .ai-tools-faq-header p {
    font-size: 16px;
  }

  /* Practical AI */

  .ai-medical-tools-landing
  .ai-tools-content-section {
    padding: 34px 18px 30px;
  }

  .ai-medical-tools-landing
  .ai-tools-content-section
  .paragraph--type--paragraph-content {
    padding-bottom: 32px !important;
  }

  .ai-medical-tools-landing
  .ai-tools-content h2 {
    font-size: 31px;
  }

  .ai-medical-tools-landing
  .ai-tools-content p {
    font-size: 16px;
  }

  /* Benefits */

  .ai-medical-tools-landing
  .ai-tools-benefit-card {
    min-height: 0;

    margin-bottom: 14px;

    padding: 23px;
  }


  /* How it works */

  .ai-medical-tools-landing
  .ai-tools-how-section {
    padding: 32px 16px;
  }

  .ai-medical-tools-landing
  .ai-tools-how__header {
    margin-bottom: 22px;
  }

  /* FAQ */

  .ai-medical-tools-landing
  .ai-tools-faq-section {
    padding: 30px 16px 34px;
  }

  .ai-medical-tools-landing
  .ai-tools-faq-accordion
  .accordion-button,

  .ai-medical-tools-landing
  .ai-tools-faq-accordion
  .accordion-body {
    font-size: 15px;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

  .ai-medical-tools-landing
  .ai-tools-hero-content h1 {
    font-size: 35px;
  }

  .ai-medical-tools-landing
  .ai-tools-section-heading h2,

  .ai-medical-tools-landing
  .ai-tools-content h2,

  .ai-medical-tools-landing
  .ai-tools-how__header h2,

  .ai-medical-tools-landing
  .ai-tools-faq-header h2 {
    font-size: 29px;
  }
}








/* =========================================================
   ListenMD - EMR Integration Logos
   ========================================================= */

.listenmd-integration-logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px 22px;
    margin: 24px 0 26px;
}


/* =========================================================
   All Integration Logos
   No individual logos are hardcoded
   ========================================================= */

.listenmd-integration-logos img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 105px !important;
    max-height: 34px !important;
    object-fit: contain;
    object-position: center;
    flex: 0 0 auto;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {

    .listenmd-integration-logos {
      gap: 17px 20px;
      margin: 23px 0 25px;
    }

    .listenmd-integration-logos img {
      max-width: 100px !important;
      max-height: 32px !important;
    }
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 575px) {

    .listenmd-integration-logos {
      gap: 16px 18px;
      margin: 22px 0 24px;
    }

    .listenmd-integration-logos img {
      max-width: 90px !important;
      max-height: 30px !important;
    }
}


/* =========================================================
   Very Small Mobile
   ========================================================= */

@media (max-width: 380px) {

    .listenmd-integration-logos {
      gap: 14px 16px;
      margin: 20px 0 22px;
    }

    .listenmd-integration-logos img {
      max-width: 82px !important;
      max-height: 27px !important;
    }
}




/* =========================================================
   LISTEN MD - 404 PAGE
   ========================================================= */

.listenmd-404 {
  --lm-navy: #062f5b;
  --lm-navy-dark: #03264a;
  --lm-red: #ef3340;
  --lm-text: #39485c;
  --lm-border: #d5e7f5;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  margin-bottom: 0;
  padding: 62px 30px 0;
  overflow: hidden;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}


/* =========================================================
   DRUPAL PARENT BACKGROUND
   ========================================================= */

.paragraph--type--paragraph-section:has(.listenmd-404)
.container.space-md {
  background: #ffffff !important;
}

/* =========================================================
   GLOBAL BOX SIZING
   ========================================================= */

.listenmd-404 *,
.listenmd-404 *::before,
.listenmd-404 *::after {
  box-sizing: border-box;
}

/* =========================================================
   EDITABLE GRAPHIC WRAPPER
   ========================================================= */

.listenmd-404__graphic-wrap {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  width: 1500px;
  max-width: none;
  margin: 0;
  transform: translateX(-50%);
  line-height: 0;
}

/* =========================================================
   GRAPHIC IMAGE
   ========================================================= */

.listenmd-404__graphic {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

/* =========================================================
   DRUPAL / CKEDITOR IMAGE EDITING
   ========================================================= */

.ck-content .listenmd-404 {
  position: relative;
  left: auto;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow: visible;
}

.ck-content .listenmd-404__graphic-wrap {
  position: relative;
  z-index: auto;
  top: auto;
  left: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 25px;
  transform: none;
  line-height: normal;
}

.ck-content .listenmd-404__graphic {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  cursor: pointer;
}

/* =========================================================
   MAIN CONTENT
   ========================================================= */

.listenmd-404__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}


/* =========================================================
   REMOVE OLD GENERATED DECORATIONS
   ========================================================= */

.listenmd-404::before,
.listenmd-404::after,
.listenmd-404__inner::before,
.listenmd-404__inner::after,
.listenmd-404__code::after {
  display: none !important;
}


/* =========================================================
   404 NUMBER
   ========================================================= */

.listenmd-404__code {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: -12px auto 0;
  padding: 0;
  gap: 0;
  line-height: 1;
  white-space: nowrap;
}


.listenmd-404__digit {
  display: block;
  margin: 0;
  padding: 0;
  color: var(--lm-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(195px, 17vw, 255px);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -12px;
}

.listenmd-404__digit--zero {
  transform: scaleX(1.03);
  transform-origin: center;
}

/* =========================================================
   PAGE TITLE
   ========================================================= */

.listenmd-404__title {
  position: relative;
  z-index: 4;
  margin: 160px 0 0;
  color: var(--lm-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.7px;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.listenmd-404__text {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 690px;
  margin: 20px auto 26px;
  color: var(--lm-text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}


/* =========================================================
   BUTTON WRAPPER
   ========================================================= */

.listenmd-404__button-wrap {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0;
}


/* =========================================================
   BACK TO HOME BUTTON
   ========================================================= */

.listenmd-404__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  min-height: 52px;
  padding: 12px 26px 12px 53px;
  border: 0;
  border-radius: 6px;
  background: var(--lm-navy);
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 5px 12px rgba(6, 47, 91, 0.16);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}


/* =========================================================
   HOME ICON
   ========================================================= */

.listenmd-404__button::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 3 2.5 11h2.3v9.5h5.5v-6h3.4v6h5.5V11h2.3L12 3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.listenmd-404__button:hover,
.listenmd-404__button:focus {
  background: var(--lm-navy-dark);
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 9px 18px rgba(6, 47, 91, 0.20);
}

/* =========================================================
   TRUST STRIP
   ========================================================= */
.listenmd-404__trust {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: calc(100% + 60px);
  margin: 56px -30px 0;
  padding: 25px max(7%, 30px);
  border-top: 1px solid var(--lm-border);
  background: linear-gradient( 180deg, #fbfdff 0%, #edf7ff 100% );
}

/* =========================================================
   TRUST ITEMS
   ========================================================= */

.listenmd-404__trust-item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  max-width: 390px;
  min-height: 62px;
  padding: 2px 32px 2px 82px;
}

.listenmd-404__trust-item +
.listenmd-404__trust-item {
  border-left:
    1px solid #bed8eb;
}

.listenmd-404__trust-item > div {
  width: 100%;
  text-align: left;
}

.listenmd-404__trust-item strong {
  display: block;
  margin: 0;
  color: var(--lm-navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}


.listenmd-404__trust-item span {
  display: block;
  margin-top: 2px;
  color: #405066;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}


/* =========================================================
   TRUST ICONS
   ========================================================= */

.listenmd-404__trust-item::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* =========================================================
   SHIELD ICON
   ========================================================= */
.listenmd-404__trust-item--secure::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M32 4 53 12v17c0 14-8.8 24.5-21 31C19.8 53.5 11 43 11 29V12L32 4z' fill='none' stroke='%23062f5b' stroke-width='4'/%3E%3Cpath d='m22 31 7 7 14-16' fill='none' stroke='%23ef3340' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* =========================================================
   LOCK ICON
   ========================================================= */

.listenmd-404__trust-item--data::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect x='13' y='27' width='38' height='31' rx='6' fill='none' stroke='%23062f5b' stroke-width='4'/%3E%3Cpath d='M21 27v-8c0-7 4.5-13 11-13s11 6 11 13v8' fill='none' stroke='%23062f5b' stroke-width='4'/%3E%3Ccircle cx='32' cy='41' r='3' fill='%23ef3340'/%3E%3Cpath d='M32 43v7' stroke='%23ef3340' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* =========================================================
   GLOBE ICON
   ========================================================= */

.listenmd-404__trust-item--website::before {
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='26' fill='none' stroke='%23062f5b' stroke-width='4'/%3E%3Cpath d='M6 32h52M32 6c8 7 12 16 12 26S40 51 32 58M32 6c-8 7-12 16-12 26s4 19 12 26M11 20h42M11 44h42' fill='none' stroke='%23062f5b' stroke-width='2.5'/%3E%3C/svg%3E");
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .listenmd-404 {
    padding-top: 50px;
  }

  .listenmd-404__graphic-wrap {
    top: 50px;
    width: 1250px;
  }

  .listenmd-404__code {
    margin-top: -6px;
  }

  .listenmd-404__digit {
    font-size: clamp( 150px, 23vw, 205px );
    letter-spacing: -9px;
  }

  .listenmd-404__title {
    margin-top: 120px;
    font-size: 36px;
  }

  .listenmd-404__text {
    max-width: 650px;
    font-size: 16px;
  }

  .listenmd-404__trust {
    margin-top: 50px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .listenmd-404__trust-item {
    padding-left: 67px;
    padding-right: 14px;
  }

  .listenmd-404__trust-item::before {
    left: 16px;
    width: 38px;
    height: 38px;
  }

  .listenmd-404__trust-item strong {
    font-size: 14px;
  }

  .listenmd-404__trust-item span {
    font-size: 13px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .listenmd-404 {
    padding: 40px 18px 0;
  }

  /* =========================================
     MOBILE GRAPH IMAGE
     ========================================= */

  .listenmd-404__graphic-wrap {
    top: 120px;
    left: 50%;
    width: 520px;
    transform: translateX(-50%);
  }

  .listenmd-404__graphic {
    width: 100%;
    height: auto;
  }

  /* =========================================
     404
     ========================================= */

  .listenmd-404__code {
    margin-top: 0;
    margin-bottom: 0;
  }

  .listenmd-404__digit {
    font-size: clamp( 100px, 30vw, 132px );
    line-height: 0.8;
    letter-spacing: -6px;
  }

  /* =========================================
     PAGE NOT FOUND
     ========================================= */

  .listenmd-404__title {
    margin-top: 105px;
    font-size: 30px;
    line-height: 1.15;
  }


  /* =========================================
     DESCRIPTION
     ========================================= */
  .listenmd-404__text {
    max-width: 360px;
    margin: 24px auto;
    padding: 0 8px;
    font-size: 15px;
    line-height: 1.5;
  }

  .listenmd-404__text br {
    display: none;
  }

  /* =========================================
     BUTTON
     ========================================= */

  .listenmd-404__button {
    min-width: 202px;
    min-height: 52px;
    padding: 11px 20px 11px 48px;
    font-size: 15px;
  }

  .listenmd-404__button::before {
    left: 21px;
    width: 16px;
    height: 16px;
  }

  /* =========================================
     TRUST STRIP
     ========================================= */

  .listenmd-404__trust {
    flex-direction: column;
    width: calc(100% + 36px);
    margin: 44px -18px 0;
    padding: 14px 23px;
  }

  .listenmd-404__trust-item {
    width: 100%;
    max-width: none;
    min-height: 76px;
    padding: 17px 12px 17px 73px;
  }

  .listenmd-404__trust-item::before {
    left: 13px;
    width: 42px;
    height: 42px;
  }

  .listenmd-404__trust-item +
  .listenmd-404__trust-item {
    border-left: 0;
    border-top: 1px solid #c7ddeb;
  }

  .listenmd-404__trust-item strong {
    font-size: 15px;
  }

  .listenmd-404__trust-item span {
    margin-top: 3px;
    font-size: 14px;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

  .listenmd-404 {
    padding-top: 36px;
  }

  .listenmd-404__graphic-wrap {
    top: 118px;
    width: 500px;
  }

  .listenmd-404__digit {
    font-size: 96px;
    letter-spacing: -5px;
  }

  .listenmd-404__title {
    margin-top: 110px;
    font-size: 28px;
  }

  .listenmd-404__text {
    max-width: 350px;
    margin-top: 24px;
    font-size: 15px;
  }
}
