@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);

.header {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  z-index: 99999;
}

.header .header-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    0deg,
    rgb(0 42 65 / 0.95) 0%,
    rgb(10 78 116 / 0.95) 100%
  );
  z-index: 999999;
}

.navigation helix-core-link-list ul {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 36px;
}

.navigation helix-core-link-list ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white);
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  transition-duration: 0.5s;
}

.navigation helix-core-link-list ul li a p {
  margin: 0;
}

.navigation helix-core-link-list ul li a:hover {
  color: var(--orange);
}

.header-cta helix-core-content p {
  --helix-core-type-preset-6-paragraph-font-size: 14px;
  --helix-core-type-preset-6-paragraph-line-height: 26px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.2px !important
}

.header-cta helix-core-content p strong {
	font-weight: 500;
}

.header-cta h1 {
  font-size: 32px;
  line-height: 42px;
  color: var(--white);
  margin: 0;
  text-transform: uppercase;
}

.header-cta h1 i {
  color: var(--orange);
  font-style: normal;
  display: block;
}

.header .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

.header .bg-image .video-noControls helix-core-brightcove-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.header .bg-image .video-noControls helix-core-brightcove-video .video-js {
  height: 100% !important;
}

.header
.bg-image
.video-noControls
helix-core-brightcove-video
.video-js
.vjs-tech {
  object-fit: cover;
}

.virus {
  position: absolute;
  display: block;
  transform-origin: center;
}

.virus::part(image) {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .header {
    height: 500px;
  }

  .navigation helix-core-link-list ul li a div {
    margin: 5px 0 !important;
  }

  .header .header-content {
    padding-top: 80px;
  }

  .header .header-content .hamburger {
    display: none;
  }

  .header-cta {
    padding-top: 118px;
  }

  .header .header-content helix-core-layout-container::part(inner-container) {
    position: relative;
  }

  .header-cta h1 {
    font-size: 42px;
    line-height: 52px;
  }

  .virus.virus-1 {
    top: 2px;
    left: 0;
    width: 140px;
    height: 148px;
  }

  .virus.virus-2 {
    top: 65px;
    right: -45px;
    width: 148px;
    height: 148px;
  }

  .virus.virus-3 {
    top: 16px;
    right: 750px;
    width: 110px;
    height: 110px;
  }

  .virus.virus-4 {
    top: 200px;
    right: 130px;
    width: 175px;
    height: 175px;
  }
}

@media screen and (max-width: 1023px) {
  .navigation helix-core-link-list ul {
    flex-direction: column;
    position: fixed;
    height: calc(100vh - 46px);
    width: 100vw;
    background: #0d4867;
    left: 100%;
    top: 46px;
    justify-content: flex-start;
    padding: 16px;
    z-index: 10000;
    transition-duration: 0.5s;
  }

  .header .header-content helix-core-layout-container::part(inner-container) {
    padding-top: 110px;
  }

  .navigation helix-core-link-list ul.is-active {
    left: 0;
  }

  .hamburger.hamburger--spin {
    background: var(--secondary-blue);
    position: fixed;
    top: 0;
    width: 100%;
    height: 46px;
    left: 0;
    z-index: 1000000;
  }

  .hamburger.hamburger--spin helix-core-button::part(native) {
    position: absolute;
    right: -22px;
    background: #fff0;
    top: 10px;
  }

  .hamburger.hamburger--spin helix-core-button helix-core-content {
    color: #fff0;
    position: relative;
    background: #fff;
    width: 25px;
    height: 2px;
    left: 0;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    top: 50%;
    margin-left: 5px;
    border-radius: 1px;
  }

  .hamburger.hamburger--spin helix-core-button helix-core-content::before,
  .hamburger.hamburger--spin helix-core-button helix-core-content::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 25px;
    background: #fff;
    border-radius: 1px;
    display: block;
  }

  .hamburger.hamburger--spin helix-core-button helix-core-content::before {
    top: 7px;
    transition:
      top 0.1s 0.25s ease-in,
      opacity 0.1s ease-in;
  }

  .hamburger.hamburger--spin helix-core-button helix-core-content::after {
    bottom: 7px;
    transition:
      bottom 0.1s 0.25s ease-in,
      transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .navigation helix-core-link-list ul li a p {
    margin: 0 0 20px;
  }

  .hamburger.hamburger--spin.is-active helix-core-button helix-core-content {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger.is-active helix-core-button helix-core-content {
    background-color: #fff;
  }

  .hamburger.hamburger--spin.is-active
  helix-core-button
  helix-core-content::before {
    top: 0;
    opacity: 0;
    transition:
      top 0.1s ease-out,
      opacity 0.1s 0.12s ease-out;
  }

  .hamburger.hamburger--spin.is-active
  helix-core-button
  helix-core-content::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition:
      bottom 0.1s ease-out,
      transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .header-cta helix-core-content p {
    --helix-core-type-preset-6-paragraph-line-height: 20px;
    --helix-core-type-preset-6-paragraph-letter-spacing: 0.4px;
    --helix-core-content-preset-6-paragraph-letter-spacing: 0.4px;
  }

  .header-cta h1 {
    font-size: 30px;
    line-height: 36px;
    padding-right: 30px;
    margin-bottom: 42px;
  }

  .virus.virus-1 {
    display: none;
  }

  .virus.virus-2 {
    top: 155px;
    right: 42px;
    width: 39px;
    height: 39px;
  }

  .virus.virus-3 {
    top: 268px;
    right: 50px;
    width: 72px;
    height: 72px;
  }

  .virus.virus-4 {
    top: 330px;
    right: 217px;
    width: 38px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .header .header-content helix-core-layout-container::part(inner-container) {
    padding-top: 60px;
  }
}

/* Patient page Banner */
@media screen and (min-width: 1024px) {
  .header.patient-banner {
    height: 400px;
  }

  .header.patient-banner .virus.virus-1 {
    top: 2px;
    left: 0;
    width: 140px;
    height: 148px;
  }

  .header.patient-banner .virus.virus-2 {
    top: 106px;
    right: 0px;
    width: 148px;
    height: 148px;
  }

  .header.patient-banner .virus.virus-3 {
    top: 80px;
    right: 750px;
    width: 110px;
    height: 110px;
  }

  .header.patient-banner .virus.virus-4 {
    top: 100px;
    right: 400px;
    width: 174px;
    height: 174px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header.patient-banner .virus.virus-1 {
    top: 76px;
    left: 45px;
    width: 95px;
    height: 39px;
  }

  .header.patient-banner .virus.virus-2 {
    top: 25px;
    right: 66px;
    width: 39px;
    height: 39px;
  }

  .header.patient-banner .virus.virus-3 {
    top: 150px;
    right: 100px;
    width: 72px;
    height: 72px;
  }

  .header.patient-banner .virus.virus-4 {
    top: 250px;
    right: 217px;
    width: 38px;
    height: 38px;
    display: block;
  }
}

@media (max-width: 767px) {
  .header.patient-banner .virus.virus-1 {
    top: 76px;
    left: 45px;
    width: 95px;
    height: 39px;
  }

  .header.patient-banner .virus.virus-2 {
    top: 25px;
    right: 66px;
    width: 39px;
    height: 39px;
  }

  .header.patient-banner .virus.virus-3 {
    top: 150px;
    right: 100px;
    width: 72px;
    height: 72px;
  }

  .header.patient-banner .virus.virus-4 {
    top: 250px;
    right: 217px;
    width: 38px;
    height: 38px;
    display: block;
  }
}
