body {
  padding-top: 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #202527;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.navbar-brand img {
  height: 40px;
}

.navbar-brand svg {
  height: auto;
  width: 213px;
}

.navbar,
.navbar .container,
.navbar .navbar-collapse {
  align-items: center;
}

.navbar {
  min-height: 90px;
  border-bottom: 1px solid #ccc;
}

.navbar .container {
  display: flex;
  min-height: 90px;
}

.navbar .collapse {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 999;
}

.navbar-toggler {
  border-radius: 0 !important;
}

@media (max-width: 991.98px) {
  .navbar .navbar-collapse {
    position: fixed;
    top: 90px;
    left: 0;
    height: calc(100vh - 90px);
    width: 260px;
    background: #ffffff;
    padding: 1.5rem;
    transform: translateX(-100%);
    opacity: 0;
    box-shadow: 2px 0 12px rgba(0,0,0,0.1);
    z-index: 1000;
  }
  .navbar .navbar-collapse.show {
    transform: translateX(0);
    opacity: 1;
  }
  .navbar .navbar-nav {
    flex-direction: column;
    gap: 1rem;
  }
  .navbar .navbar-nav .nav-link {
    width: 100%;
    border-bottom: 1px solid #d6eaf6;
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 13.5px;
    line-height: 1.2;
  }
  h1 {
    font-size: 3.56rem;
    line-height: 3.71rem;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h3 {
    font-size: 1.65rem;
    line-height: 2.06rem;
  }
  .lead {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .hcp-badge {
    font-size: 12px;
    padding: 0.75rem 1rem;
  }
}

.hero {
  padding: 90px 0 0;
  margin-top: 90px;
  height: 600px;
  background: #011e2b;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 20px;
}

.bg-light-blue {
  background: #f3f8fc;
}

.placeholder-block {
  width: 100%;
  height: 420px;
  background: #f3f8fc;
}

.bg-dark-blue {
  background: #011e2b;
}

.hero h1,
.hero p {
  color: #ffffff;
}

.hero .lead {
  font-size: 1.2rem;
}

.hero .text-secondary {
  color: #ffffff !important;
}

.hero-with-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video-bg iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  pointer-events: none;
}

.hero-video-bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gradient-overlay-2 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(87.68deg, #003956cc 1.95%, #003c5a99 18.72%, #004a6c00 50%);
}

.hero .container,
.hero h1,
.hero .lead,
.hero nav {
  position: relative;
  z-index: 2;
}

.hcp-badge {
  position: absolute;
  right: 0.85rem;
  background: #0395d1;
  color: #ffffff;
  padding: 1rem 1.5rem;
  font-weight: 700;
  border-radius: 0;
  font-size: 16px;
  z-index: 2;
  bottom: 0;
}

.hcp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  display: none;
}

.hcp-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.hcp-modal-content {
  background: #ffffff;
  padding: 2rem;
  max-width: 820px;
  width: 95%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  text-align: center;
}

.hcp-modal h4 {
  margin-bottom: 1rem;
}

.hcp-modal p {
  margin-bottom: 1.5rem;
}

@media (max-width: 576px) {
  .hcp-modal-content {
    width: 100%;
  }
  .hcp-modal .d-flex.gap-3 {
    flex-direction: column;
  }
  .hcp-modal .d-flex.gap-3 .btn {
    width: 100%;
  }
}

.hero h1 {
  max-width: 20ch;
  min-width: 16ch;
  word-break: break-word;
  hyphens: auto;
  white-space: normal;
}

.hero h1 sup {
  top: -1.5em;
  font-size: 0.3em;
}

@media (min-width: 1024px) {
  .hero h1,
  .hero .lead {
    width: 33%;
    max-width: 33%;
    display: block;
  }
}

@media (max-width: 1023.98px) {
  .hero h1,
  .hero .lead {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .hero h1 {
    min-width: 0;
  }
}

@media (max-width: 767.98px) {
  .hero {
    padding: 90px 0 15px 15px;
  }
  .hero h1 {
    font-size: 2.875rem;
    font-weight: 450;
    line-height: 2.875rem;
  }
  .hero .lead.text-secondary {
    font-size: 1.125rem;
    font-weight: 450;
  }
  section .text-secondary {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (min-width: 768px) {
  section .text-secondary {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  #summary .text-secondary {
    font-size: 1.5rem;
    line-height: 1.96rem;
    color: #000 !important;
    padding-top: 45px;
    padding-bottom: 20px;
  }
}

.carousel-item {
  height: 437px;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.carousel-item > .row {
  height: 100%;
}

.hero .lead.text-secondary {
  width: 100%;
  max-width: 100%;
  display: block;
}

.carousel-image-wrap img {
  object-fit: cover;
}

.carousel-image-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-copy {
  background: #0395d1;
  color: #ffffff;
  padding: 5rem !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 0 !important;
}

.carousel-copy .text-secondary {
  color: #ffffff !important;
}

.carousel-copy h3 {
  color: #ffffff !important;
}

.carousel-arrow {
  border-radius: 0 !important;
  color: #0395d1;
  border-color: #0395d1 !important;
}

.carousel-arrow:hover {
  background: #0395d1 !important;
  color: #ffffff !important;
}

.carousel-arrow:focus,
.carousel-arrow:active {
  background: transparent !important;
  color: #0395d1 !important;
  box-shadow: none !important;
}

.carousel-arrow:focus:hover,
.carousel-arrow:active:hover {
  background: #0395d1 !important;
  color: #ffffff !important;
}

.carousel-touch {
  touch-action: pan-y;
}

.carousel.carousel-touch {
  overflow: hidden;
  position: relative;
}

section[id^="carousel-"] {
  padding-top: 40px !important;
}

#contact-form {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

#contact-form form {
  padding: 30px;
  background: #f3f8fc;
}

footer,
footer p,
footer a,
footer li {
  font-size: 12px;
}

footer p:first-of-type {
  padding-top: 30px;
  border-top: 1px solid #004a6c;
  margin-top: 10px;
}

footer a:hover,
footer a:focus {
  color: #35a9dc !important;
}

.site-footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.site-footer .nuxt-icon {
  display: inline-flex;
  margin-bottom: 15px;
}

.hero .breadcrumb {
  margin-bottom: 1rem;
}

.hero .breadcrumb-item,
.hero .breadcrumb-item a {
  color: #ffffff;
  text-decoration: none;
}

.hero .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: ">";
}

.breadcrumb {
  font-size: 12px;
  text-transform: uppercase;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #0d6efd;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 4.4rem;
  }
}

h2 {
  font-size: 2.1rem;
  font-weight: 450;
  line-height: 2.75rem;
}

h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

h3 sup {
  top: -1.5em;
  font-size: 0.35em;
}

.lead {
  font-size: 1.5rem;
}

.title-full-width {
  padding-top: 45px !important;
  padding-bottom: 20px !important;
}

.title-full-width.bg-light-blue {
  padding-top: 45px !important;
  padding-bottom: 35px !important;
}

@media (min-width: 768px) {
  .title-full-width .title-full-width-text {
    font-size: 1.99rem;
    line-height: 42px;
    color: #031e2b !important;
  }
}

@media (max-width: 767.98px) {
  .title-full-width .title-full-width-text {
    font-size: 1.5rem;
    font-weight: 450;
    line-height: 1.8rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

main > :not(.hero) h1,
main > :not(.hero) h2,
main > :not(.hero) h3,
main > :not(.hero) h4,
main > :not(.hero) h5,
main > :not(.hero) h6 {
  color: #000000;
}

.blue-bg {
  background-color: #0395d1;
}

.white-text {
  color: #ffffff !important;
}

.box {
  padding-top: 2.5rem !important;
}

.navbar-nav {
  gap: 1.5rem;
}

.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #0395d1;
}

.navbar .dropdown-menu {
  top: 100%;
  padding-top: 24px;
  border-radius: 0;
  transform: none !important;
  margin-top: 0;
  border: 0;
  background: transparent;
}
.navbar .dropdown-menu .dropdown-item {
  background: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
}

@media (min-width: 992px) {
  #navbarNav {
    height: 90px;
    display: flex !important;
    align-items: center;
  }
}

.navbar .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #e0e6eb;
}

.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  color: #0395d1;
}

.p-4 {
  padding: 2.5rem !important;
}

.feature-card {
  position: relative;
  max-height: 360px;
}

.feature-card.box {
  padding: 3rem !important;
}

@media (min-width: 768px) {
  .feature-card {
    height: 360px !important;
  }
}

.feature-card.link-hover {
  transition: background-color 0.25s ease;
}

.feature-card.link-hover:hover {
  background-color: #34aadb;
}
.feature-card-light {
  background-color: #0395d1;
}
.feature-card-light.link-hover:hover {
  background-color: #35a9dc;
}
.feature-card-dark {
  background-color: #004a6c;
}
.feature-card-dark.link-hover:hover {
  background-color: #23557d;
}

.feature-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.cta-arrow {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  transform: rotate(-45deg);
}

.feature-card.link-hover:hover .cta-arrow,
.feature-card:hover .cta-arrow {
  transform: rotate(0deg);
}

.feature-card img {
  transition: transform 0.77s ease;
}

.feature-card:hover img {
  transform: scale(1.25);
}

.section-remove-top {
  padding-top: 0 !important;
}

.section-remove-top .row,
.section-remove-top .row > * {
  margin-top: 0 !important;
}

.section-remove-bottom {
  padding-bottom: 0 !important;
}

section {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

@media (max-width: 767.98px) {
  section .row > * {
    margin-top: 0 !important;
  }
  .feature-card.box {
    padding: 1.5rem !important;
    padding-right: 4rem !important;
  }
}

.form-control,
.form-select,
.btn {
  border-radius: 0;
}

.form-control {
  font-size: 1.3rem;
}

.btn-primary {
  padding: 15px 30px !important;
  font-weight: 700 !important;
  background: #0495d1 !important;
  border: 0 !important;
  display: inline-flex;
  align-items: center;
  font-size: 1.3rem;
  gap: 0.5rem;
  transition: background-color 0.25s ease;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #34aadb !important;
}

.btn-primary::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.2929%204.29289C11.6834%203.90237%2012.3166%203.90237%2012.7071%204.29289L19.7071%2011.2929C20.0976%2011.6834%2020.0976%2012.3166%2019.7071%2012.7071L12.7071%2019.7071C12.3166%2020.0976%2011.6834%2020.0976%2011.2929%2019.7071C10.9024%2019.3166%2010.9024%2018.6834%2011.2929%2018.2929L16.5858%2013H5C4.44772%2013%204%2012.5523%204%2012C4%2011.4477%204.44772%2011%205%2011H16.5858L11.2929%205.70711C10.9024%205.31658%2010.9024%204.68342%2011.2929%204.29289Z'%20fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%3E%3Cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M11.2929%204.29289C11.6834%203.90237%2012.3166%203.90237%2012.7071%204.29289L19.7071%2011.2929C20.0976%2011.6834%2020.0976%2012.3166%2019.7071%2012.7071L12.7071%2019.7071C12.3166%2020.0976%2011.6834%2020.0976%2011.2929%2019.7071C10.9024%2019.3166%2010.9024%2018.6834%2011.2929%2018.2929L16.5858%2013H5C4.44772%2013%204%2012.5523%204%2012C4%2011.4477%204.44772%2011%205%2011H16.5858L11.2929%205.70711C10.9024%205.31658%2010.9024%204.68342%2011.2929%204.29289Z'%20fill='currentColor'/%3E%3C/svg%3E") center / contain no-repeat;
}

.timeline-card {
  background: #f8fafc;
  border: 1px solid #e5eaf0;
}

.timeline-step {
  font-weight: 700;
  color: #0395d1;
  margin-bottom: 0.5rem;
}

.timeline-track {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0;
}

.timeline-controls .btn {
  padding: 0.35rem 0.6rem;
}

#timelineTrack {
  --bs-gutter-x: 1.5rem;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
}

#timelineTrack > [class^="col-"] {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 260px;
}

.timeline-track::-webkit-scrollbar {
  display: none;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button {
  border-radius: 0 !important;
}

.accordion-button {
  background-color: #0395d1;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
}

.accordion-button:not(.collapsed) {
  background-color: #0395d1;
  color: #ffffff;
  box-shadow: none;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:focus,
.accordion-button:focus-visible {
  box-shadow: none;
}

.accordion-body {
  background: #ffffff;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}
