@import url("//hello.myfonts.net/count/40f2ea");

/*!
Theme Name: oxervate
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oxervate
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oxervate is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/* HCP Header */

.mast-header-hcp {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 30;
  width: 100%;
}

#topbar-hcp-menu,
#menu-menu-404 {
  display: flex;
  justify-content: flex-end;
}

#topbar-hcp-menu> :not([hidden])~ :not([hidden]),
#menu-menu-404> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

#topbar-hcp-menu li,
#menu-menu-404 li {
  position: relative;
}

#topbar-hcp-menu li a,
#menu-menu-404 li a {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#topbar-hcp-menu li a:hover,
#menu-menu-404li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

#topbar-hcp-menu li::before,
#menu-menu-404 li::before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: -1rem;
  display: inline-block;
  height: 1rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(58 140 194 / var(--tw-bg-opacity));
}

#topbar-hcp-menu li:first-child:before,
#menu-menu-404 li:first-child:before {
  background-color: transparent;
}

#hcp-contact-rep-btn {
  width: 195px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
#hcp-contact-rep-btn:after {
  position: relative;
  top: -2px;
  content: "";
  width: 10px;
  height: 15px;
  margin: 0 0px 0 10px;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23000000' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (min-width: 1280px) {
  #hcp-contact-rep-btn {
    width: 230px;
  }
}

#hcp-dsk-nav {
  padding-right: 3rem;
}
.hcp-hover-navbox {
  display: flex;
  align-items: center;
}

/*Hamburger*/

.hcp-hover-navbox:hover .hcp-hamburger {
  display: none;
}

.hcp-hover-navbox:hover #hcp-dsk-nav {
  display: block;
}

#primary-hcp-menu {
  display: flex;
}

#primary-hcp-menu li.menu-item {
  text-align: center;
  display: flex;
  align-items: center;
}

#primary-hcp-menu> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

#primary-hcp-menu {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  #primary-hcp-menu> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.hcp-hover-navbox li a {
  font-size: 0.875rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  .hcp-hover-navbox li a {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.hcp-hover-navbox:hover li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hcp-hover-navbox li a:hover {
  --tw-text-opacity: 1;
  color: rgb(132 188 237 / var(--tw-text-opacity));
  text-decoration: underline;
}

.hcp-hamburger {
  background: url('/wp-content/uploads/2022/06/hcp-nav-open.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#hcp-sticky-nav.stick-it {
  position: fixed;
  top: 0px;
  z-index: 30;
}

/*Contact a Rep Page - Remove #hcp-sticky-nav modal button*/

body.page-id-1684 #hcp-sticky-nav #hcp-contact-rep-btn, body.page-id-1684 #hcp-contact-rep-btn-mobile {
  display: none;
}

/*Mobile*/

#hcp-close-mob-nav {
  background: url('/wp-content/uploads/2022/06/hcp-nav-close.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

#mobile-hcp-menu>li {
  position: relative;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  #mobile-hcp-menu>li {
    margin-bottom: 2.5rem;
  }
}

#mobile-hcp-menu>li>a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  #mobile-hcp-menu>li>a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#mobile-hcp-menu>li.menu-item-has-children ul.sub-menu {
  margin-top: 1.25rem;
  display: none;
}

#mobile-hcp-menu>li.menu-item-has-children ul.sub-menu> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

#mobile-hcp-menu>li.menu-item-has-children ul.sub-menu {
  padding-left: 1.5rem;
}

@media (min-width: 768px) {
  #mobile-hcp-menu>li.menu-item-has-children ul.sub-menu {
    margin-top: 1.5rem;
    padding-left: 2rem;
  }
}

@media (min-width: 640px) {
  #mobile-hcp-menu>li.menu-item-has-children ul.sub-menu li a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  #mobile-hcp-menu>li.menu-item-has-children ul.sub-menu li a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#mobile-hcp-menu>li.menu-item-has-children.open ul.sub-menu {
  display: block;
}

#mobile-hcp-menu>li.menu-item-has-children::after {
  content: '';
  background: url('/wp-content/uploads/2022/06/hcp-mobile-subnav-expand.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  opacity: 0.7;
}

@media (min-width: 640px) {
  #mobile-hcp-menu>li.menu-item-has-children::after {
    right: 0.5rem;
  }
}

@media (min-width: 768px) {
  #mobile-hcp-menu>li.menu-item-has-children::after {
    right: 1.5rem;
  }
}

#mobile-hcp-menu>li.menu-item-has-children.open::after {
  background: url('/wp-content/uploads/2024/09/hcp-mobile-subnav-open.svg');
}

#mobile-hcp-second-menu> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

@media (min-width: 640px) {
  #mobile-hcp-second-menu> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {
  #mobile-hcp-second-menu> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}

/*HCP Sub-navigation */

#hcp-page-subnav a:first-child {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(155 231 216 / var(--tw-border-opacity));
  padding-bottom: 0.25rem;
  font-family: Canaro-SemiBold, system-ui;
}

#hcp-page-subnav a:first-child::after {
  content: '';
  position: absolute;
  top: 0.125rem;
  right: -0.875rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 14 139 / var(--tw-bg-opacity));
}

#hcp-page-subnav.subnav-hidden {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  display: none;
}

#hcp-page-subnav.subnav-none {
  display: none;
}

/* Patient Header */

#pat-primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#pat-primary-menu> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

#pat-primary-menu {
  font-family: Titillium Web, Roboto, system-ui;
}

#pat-primary-menu li {
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#pat-primary-menu li::before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: -1rem;
  display: block;
  height: 1.5rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#pat-primary-menu li:first-child:before {
  background-color: transparent;
}

#pat-primary-menu li.current-menu-item a,
#pat-primary-menu li:hover a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(242 211 131 / var(--tw-text-opacity));
}

#pat-topbar-menu {
  display: inline-flex;
  width: 100%;
  max-width: 48rem;
  align-items: center;
  justify-content: flex-end;
}

#pat-topbar-menu> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

#pat-topbar-menu {
  padding-left: 1rem;
  font-family: Titillium Web, Roboto, system-ui;
}

@media (min-width: 1280px) {
  #pat-topbar-menu {
    padding-left: 2rem;
  }
}

#pat-topbar-menu li {
  position: relative;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

#pat-topbar-menu li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#pat-topbar-menu li:hover a {
  --tw-text-opacity: 1;
  color: rgb(242 211 131 / var(--tw-text-opacity));
}

#pat-topbar-menu li::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  left: -0.75rem;
  display: block;
  height: 1.5rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(145 216 255 / var(--tw-bg-opacity));
}

#pat-topbar-menu li:first-child:before {
  background-color: transparent;
}

#pat-mob-hamburger {
  background: url('/wp-content/uploads/2022/07/pat-hamburger-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#pat-close-mob-nav {
  background: url('/wp-content/uploads/2022/07/pat-close-nav-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*Patient Mobile Flyout */

#mobile-pat-menu {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 24rem;
}

#mobile-pat-menu> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#mobile-pat-menu {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
}

#mobile-pat-menu li.current-menu-item a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(242 211 131 / var(--tw-text-opacity));
}

#mobile-pat-second-menu {
  margin-bottom: 1.5rem;
}

#mobile-pat-second-menu> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwindâ€™s `base` layer.
 */

/**
 * @license
 * MyFonts Webfont Build ID 4256490, 2021-12-21T17:58:13-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Canaro-Book by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/book/
 *
 * Webfont: Canaro-Black by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/black/
 *
 * Webfont: Canaro-BookItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/book-italic/
 *
 * Webfont: Canaro-BlackItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/black-italic/
 *
 * Webfont: Canaro-BoldItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/bold-italic/
 *
 * Webfont: Canaro-Bold by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/bold/
 *
 * Webfont: Canaro-ExtraBoldItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/extra-bold-italic/
 *
 * Webfont: Canaro-ExtraBold by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/extra-bold/
 *
 * Webfont: Canaro-ExtraLight by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/extra-light/
 *
 * Webfont: Canaro-ExtraLightItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/extra-light-italic/
 *
 * Webfont: Canaro-LightItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/light-italic/
 *
 * Webfont: Canaro-Light by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/light/
 *
 * Webfont: Canaro-MediumItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/medium-italic/
 *
 * Webfont: Canaro-Medium by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/medium/
 *
 * Webfont: Canaro-SemiBoldItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/semi-bold-italic/
 *
 * Webfont: Canaro-SemiBold by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/semi-bold/
 *
 * Webfont: Canaro-ThinItalic by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/thin-italic/
 *
 * Webfont: Canaro-Thin by Rene Bieder
 * URL: https://www.myfonts.com/fonts/rene-bieder/canaro/thin/
 *
 *
 * Webfonts copyright: Copyright Ã‚Â© 2013 by RenÃƒÂ© Bieder. All rights reserved.
 *
 * Ã‚Â© 2021 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: "Canaro-SemiBold";

  src: url('webfonts/CanaroSemiBold/font.woff2') format('woff2'), url('webfonts/CanaroSemiBold/font.woff') format('woff');
}

@font-face {
  font-family: "Canaro-Light";

  src: url('webfonts/CanaroLight/font.woff2') format('woff2'), url('webfonts/CanaroLight/font.woff') format('woff');
}

@font-face {
  font-family: "Canaro-Medium";

  src: url('webfonts/CanaroMedium/font.woff2') format('woff2'), url('webfonts/CanaroMedium/font.woff') format('woff');
}

@font-face {
  font-family: "Canaro-MediumItalic";

  src: url('webfonts/CanaroMediumItalic/font.woff2') format('woff2'), url('webfonts/CanaroMediumItalic/font.woff') format('woff');
}

@font-face {
  font-family: "Canaro-SemiBoldItalic";

  src: url('webfonts/CanaroSemiBoldItalic/font.woff2') format('woff2'), url('webfonts/CanaroSemiBoldItalic/font.woff') format('woff');
}

@font-face {
  font-family: "Canaro-Bold";

  src: url('webfonts/CanaroBold/font.woff2') format('woff2'), url('webfonts/CanaroBold/font.woff') format('woff');
}

@font-face {
  font-family: "Canaro-ExtraBold";

  src: url('webfonts/CanaroExtraBold/font.woff2') format('woff2'), url('webfonts/CanaroExtraBold/font.woff') format('woff');
}

@font-face {
  font-family: "Canaro-Book";

  src: url('webfonts/CanaroBook/font.woff2') format('woff2'), url('webfonts/CanaroBook/font.woff') format('woff');
}

@font-face {
  font-family: "Canaro-BookItalic";

  src: url('webfonts/CanaroBookItalic/font.woff2') format('woff2'), url('webfonts/CanaroBookItalic/font.woff') format('woff');
}

/* Custom Font CSS */

/* Font Family + Weight */

h1,
h2,
h1.h1,
h2.h2 {
  font-family: Canaro-Light, Titilium Web, system-ui;
}

h3.h3,
h4.h4 {
  font-family: Canaro-Medium, system-ui;
  /* removed = div.sec-subheader p */
}

div.sec-subheader p:not(:first-child) {
  padding-top: 1rem;
}

h6.eyebrow, .h6.eyebrow {
  font-family: Canaro-Medium, system-ui;
}

div.h4-is-real h4 {
  font-family: Canaro-Medium, system-ui;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: #000E8B;
}

@media (min-width: 1024px) {
  div.h4-is-real h4 {
    font-size: 22px;
  }
}

.sec-subheader strong {
  font-family: Canaro-SemiBold, system-ui;
}

/* Additional Font Styles */

h1.h1 {
  font-size: 2.15rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  h1.h1 {
    font-size: 42px;
  }
}

h1.h1 sup {
  position: relative;
  top: -1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0;
}

h1.hcp-hero-header {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.4em !important;
}

@media screen and (max-width: 375px) {
  h1.hcp-hero-header {
    letter-spacing: 0.02em;
  }
}

h1.page-header {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h2.h2,
.sec-header h2,
h1#modal-1-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  h2.h2,
  .sec-header h2,
  h1#modal-1-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h2.h2,
.sec-header h2,
h1#modal-1-title {
  line-height: 1.15em;
}

.sec-header h2 br {
  display: none;
}

@media (min-width: 640px) {
  .sec-header h2 br {
    display: inline;
  }
}

h2.h2 sup,
.sec-header h2 sup,
h2 sup {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {

  h2.h2 sup,
  .sec-header h2 sup,
  h2 sup {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.sec-header-pat h2 {
  font-family: Titillium Web, Roboto, system-ui;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .sec-header-pat h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.sec-header-pat h2 em {
  font-weight: 600;
}

h3.h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h3.h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  h3.h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div.sec-subheader p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  div.sec-subheader p {
    font-size: 22px;
  }
}

h6.eyebrow, .h6.eyebrow {
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #646464;
}

@media (min-width: 1024px) {
  h6.eyebrow, .h6.eyebrow {
    padding-bottom: 1.25rem;
  }
}

h6.eyebrow-pat {
  padding-bottom: 0.5rem;
  font-family: Titillium Web, Roboto, system-ui;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.closing-radius-msg {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding-left: 1rem;
  padding-top: 0.5rem;
  font-family: Canaro-Book, system-ui;
}

@media (min-width: 768px) {
  .closing-radius-msg {
    padding-left: 1.25rem;
    padding-top: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .closing-radius-msg {
    padding-left: 1.5rem;
    padding-top: 0.875rem;
  }
}

.closing-radius-msg::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -0px;
  z-index: 20;
  display: block;
  height: 2rem;
  width: 100%;
  border-top-left-radius: 1rem;
  border-top-width: 2px;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(155 231 216 / var(--tw-border-opacity));
  background-color: transparent;
}

.closing-radius-msg h4, .closing-radius-msg .h4 {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #000E8B;
}

@media (min-width: 1024px) {
  .closing-radius-msg h4, .closing-radius-msg .h4 {
    font-size: 22px;
  }
}

.closing-radius-msg p {
  padding-top: 0.25rem;
}

h2.hcp-oxe-moa-header strong {
  font-family: Canaro-Medium, system-ui;
}

.resource-desc br {
  display: none;
}

@media (min-width: 640px) {
  .resource-desc br {
    display: inline;
  }
}

/* Body Copy - Prose */

.prose {
  font-family: Canaro-Book, Roboto, system-ui;
}

.prose.sec-copy a,
.prose.sec-copy p,
.prose.sec-copy li,
.prose.sec-copy {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.prose.ul-blues ul li {
  font-family: Canaro-Medium, system-ui;
  --tw-text-opacity: 1;
  color: rgb(58 140 194 / var(--tw-text-opacity));
}

#page-references .prose a,
#page-references .prose p,
#page-references .prose li {
  font-size: 1rem;
  line-height: 1.5rem;
}

#page-references p strong {
  font-family: Canaro-SemiBold, system-ui;
}

.bold-is-blue strong {
  font-family: Canaro-Medium, system-ui;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.bold-is-baby strong {
  font-family: Canaro-Medium, system-ui;
  --tw-text-opacity: 1;
  color: rgb(58 140 194 / var(--tw-text-opacity));
}

.bold-is-normalweight strong {
  font-family: Canaro-Medium, system-ui;
}

.prose-disc p {
  margin-bottom: 0.625rem;
}

.prose p strong {
  font-family: Canaro-SemiBold, system-ui;
}

.isi-copy-pat.prose h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.bullets-seafoam ul {
  list-style-type: none;
}

.bullets-seafoam ul li {
  line-height: 1.375 !important;
}

.bullets-seafoam ul li::before {
  content: "\2022";
  margin-left: -1rem;
  display: inline-block;
  width: 1rem;
  font-family: Canaro-Medium, system-ui;
  --tw-text-opacity: 1;
  color: rgb(155 231 216 / var(--tw-text-opacity));
}

.storage-block>div p {
  padding-left: 1.25rem;
}

.storage-block ul li strong,
#performing-bulletbox ul li strong {
  font-family: Canaro-SemiBold, system-ui;
}

.patient-enroll-block strong {
  font-family: Canaro-Medium, system-ui;
}

.main-hcp-page p strong,
.main-hcp-page ul li strong {
  font-family: Canaro-Medium, system-ui;
}

/* Patient Headers */

h1.h1-pat-hero {
  font-family: Titillium Web, Roboto, system-ui;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h1.h1-pat-hero {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h2.h2-pat {
  font-family: Titillium Web, Roboto, system-ui;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 768px) {
  h2.h2-pat {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h2.h2-pat sup {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1024px) {
  h2.h2-pat sup {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.prose.sec-copy-pat {
  font-family: Roboto, system-ui;
  font-size: 1rem;
  line-height: 1.5rem;
}

.pat-blue-bar {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 0.125rem;
  width: 12rem;
  --tw-bg-opacity: 1;
  background-color: rgb(114 172 222 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .pat-blue-bar {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.pat-red-bar {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: 0.125rem;
  width: 12rem;
  --tw-bg-opacity: 1;
  background-color: rgb(208 2 27 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .pat-red-bar {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.links-are-red a {
  font-family: Titillium Web, Roboto, system-ui;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(208 2 27 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.pat-connect-copy p,
.pat-connect-copy p strong {
  font-family: Titillium Web, Roboto, system-ui !important;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.1.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Canaro-Book, Roboto, system-ui;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Canaro-Medium, Titillium Web, SFMono-Regular;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
  print-color-adjust: unset;
}

[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,
[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,
[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `base` layer
 *
 * â€œAdd things like base typography styles [or] opinionated global resets.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/* Body & HTML */

body,
html {
  scroll-behavior: smooth !important;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Canaro-Book, Roboto, system-ui;
  --tw-text-opacity: 1;
  color: rgb(78 80 85 / var(--tw-text-opacity));
}

/* Containers */

.container-normal {
  width: 100%;
}

@media (min-width: 640px) {
  .container-normal {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container-normal {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container-normal {
    max-width: 1024px;
  }
}

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

@media (min-width: 1536px) {
  .container-normal {
    max-width: 1536px;
  }
}

.container-normal {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container-normal {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container-normal {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Vertical Padding */

.tb-padding-tiny {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .tb-padding-tiny {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .tb-padding-tiny {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .tb-padding-tiny {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.tb-padding-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .tb-padding-small {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .tb-padding-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .tb-padding-small {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .tb-padding-small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.tb-padding-normal {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .tb-padding-normal {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .tb-padding-normal {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .tb-padding-normal {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .tb-padding-normal {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.tb-padding-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .tb-padding-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .tb-padding-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .tb-padding-large {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 1280px) {
  .tb-padding-large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* Top Padding */

.t-padding-tiny {
  padding-top: 1.5rem;
}

@media (min-width: 640px) {
  .t-padding-tiny {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .t-padding-tiny {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .t-padding-tiny {
    padding-top: 3rem;
  }
}

.t-padding-small {
  padding-top: 2rem;
}

@media (min-width: 640px) {
  .t-padding-small {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .t-padding-small {
    padding-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .t-padding-small {
    padding-top: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .t-padding-small {
    padding-top: 4rem;
  }
}

.t-padding-normal {
  padding-top: 3rem;
}

@media (min-width: 640px) {
  .t-padding-normal {
    padding-top: 4rem;
  }
}

@media (min-width: 768px) {
  .t-padding-normal {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .t-padding-normal {
    padding-top: 6rem;
  }
}

@media (min-width: 1280px) {
  .t-padding-normal {
    padding-top: 7rem;
  }
}

.t-padding-large {
  padding-top: 4rem;
}

@media (min-width: 640px) {
  .t-padding-large {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  .t-padding-large {
    padding-top: 6rem;
  }
}

@media (min-width: 1024px) {
  .t-padding-large {
    padding-top: 7rem;
  }
}

@media (min-width: 1280px) {
  .t-padding-large {
    padding-top: 8rem;
  }
}

/* Bottom Padding */

.b-padding-tiny {
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .b-padding-tiny {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .b-padding-tiny {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .b-padding-tiny {
    padding-bottom: 3rem;
  }
}

.b-padding-small {
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .b-padding-small {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .b-padding-small {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .b-padding-small {
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 1280px) {
  .b-padding-small {
    padding-bottom: 4rem;
  }
}

.b-padding-normal {
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .b-padding-normal {
    padding-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .b-padding-normal {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .b-padding-normal {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .b-padding-normal {
    padding-bottom: 7rem;
  }
}

.b-padding-large {
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .b-padding-large {
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .b-padding-large {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .b-padding-large {
    padding-bottom: 7rem;
  }
}

@media (min-width: 1280px) {
  .b-padding-large {
    padding-bottom: 8rem;
  }
}

/* Decorative Elements */

.mint-bar {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  height: 5px;
  width: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(155 231 216 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .mint-bar {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.mint-bar-mini-margins {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 5px;
  width: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(155 231 216 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .mint-bar-mini-margins {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: #4E5055;
  font-weight: 600;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose> :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose> :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose> :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose> :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose> :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose> :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose> :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `components` layer
 *
 * â€œAdd more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.â€
 *
 * â€” from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * The `$post-content-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.entry-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.entry-content :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.entry-content :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.entry-content :where(strong):not(:where([class~="not-prose"] *)) {
  color: #4E5055;
  font-weight: 600;
}

.entry-content :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}

.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.entry-content :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.entry-content :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.entry-content :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.entry-content :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.entry-content :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}

.entry-content :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.entry-content :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}

.entry-content :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.entry-content :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.entry-content :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.entry-content :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}

.entry-content :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-content :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.entry-content :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.entry-content :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}

.entry-content :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.entry-content :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.entry-content :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.entry-content :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.entry-content :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.entry-content :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.entry-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.entry-content :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.entry-content :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.entry-content :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

.entry-content :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.entry-content :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.entry-content> :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content> :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content> :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content> :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.entry-content> :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.entry-content :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.entry-content :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.entry-content> :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.entry-content> :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.entry-content {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  max-width: none;
  font-family: Canaro-Book, Roboto, system-ui;
}

.entry-content.sec-copy a,
.entry-content.sec-copy p,
.entry-content.sec-copy li,
.entry-content.sec-copy {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-content.ul-blues ul li {
  font-family: Canaro-Medium, system-ui;
  --tw-text-opacity: 1;
  color: rgb(58 140 194 / var(--tw-text-opacity));
}

#page-references .entry-content a,
#page-references .entry-content p,
#page-references .entry-content li {
  font-size: 1rem;
  line-height: 1.5rem;
}

.entry-content p strong {
  font-family: Canaro-SemiBold, system-ui;
}

.isi-copy-pat$post-content-selector h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}

.entry-content.sec-copy-pat {
  font-family: Roboto, system-ui;
  font-size: 1rem;
  line-height: 1.5rem;
}

.isi-copy-hcp$post-content-selector h4 {
  margin-bottom: 0.125rem !important;
  font-family: Canaro-SemiBold, system-ui !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(58 140 194 / var(--tw-text-opacity)) !important;
}

.isi-copy-hcp$post-content-selector a {
  --tw-text-opacity: 1;
  color: rgb(58 140 194 / var(--tw-text-opacity));
}

.isi-copy-hcp$post-content-selector a,
.isi-copy-hcp$post-content-selector p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.flex-bullets$post-content-selector ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}

.flex-bullets$post-content-selector ul li {
  width: 100%;
  flex-grow: 0;
}

@media (min-width: 640px) {
  .flex-bullets$post-content-selector ul li {
    width: 50%;
  }
}

.entry-content :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* Footers */

.patient-footer-links a::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -1px;
  display: none;
  height: 1.25rem;
  width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 14 139 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .patient-footer-links a::before {
    display: inline-block;
  }
}

.hcp-footer-links a::before,
.hcp-footer-links button::before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: -1px;
  display: none;
  height: 1.25rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 14 139 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {

  .hcp-footer-links a::before,
  .hcp-footer-links button::before {
    display: inline-block;
  }
}

.patient-footer-links a:first-child::before,
.hcp-footer-links a:first-child::before {
  background-color: transparent;
}

.hcp-footer-links:not(.links404) a:nth-child(odd) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 14 139 / var(--tw-border-opacity));
  text-align: right;
}

.hcp-footer-links.links404 a:not(:last-of-type) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 14 139 / var(--tw-border-opacity));
  text-align: right;
}

@media (min-width: 768px) {

  .hcp-footer-links:not(.links404) a:nth-child(odd),
  .hcp-footer-links.links404 a:not(:last-of-type),
  .hcp-footer-links a:nth-child(odd) {
    border-right-width: 0px;
  }
}

.hcp-footer-links a:nth-child(even),
.hcp-footer-links button::before {
  text-align: left;
}

@media (min-width: 768px) {

  .hcp-footer-links a:nth-child(even),
  .hcp-footer-links button::before {
    text-align: right;
  }
}

.hcp-footer-links a {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hcp-footer-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.isi-copy-hcp.prose h4 {
  margin-bottom: 0.125rem !important;
  font-family: Canaro-SemiBold, system-ui !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(58 140 194 / var(--tw-text-opacity)) !important;
}

.isi-copy-hcp.prose a {
  --tw-text-opacity: 1;
  color: rgb(58 140 194 / var(--tw-text-opacity));
}

.isi-copy-hcp.prose a,
.isi-copy-hcp.prose p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/*Privacy Policy*/

#pat-privacy-intro a strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.quick-guide-ol {
  --tw-text-opacity: 1;
  color: rgb(51 62 72 / var(--tw-text-opacity));
}

.quick-guide-ol a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.privacy-policy-copy h3 {
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.privacy-policy-copy table {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.privacy-policy-copy table tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.privacy-policy-copy table th {
  padding: 0.5rem;
  text-align: center;
}

.privacy-policy-copy table td {
  padding: 0.5rem;
  text-align: center;
}

.privacy-policy-copy table tr td:nth-child(2) {
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.privacy-policy-copy a,
.privacy-policy-copy a strong {
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.privacy-policy-copy h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* Buttons */

.btn-row {
  display: flex;
  padding-top: 1.75rem;
}

@media (min-width: 768px) {
  .btn-row {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .btn-row {
    padding-top: 2.25rem;
  }
}

@media (min-width: 1280px) {
  .btn-row {
    padding-top: 2.5rem;
  }
}

.btn {
  cursor: pointer;
  border-bottom-right-radius: 24px;
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0.875rem;
  font-family: Canaro-Medium, Titillium Web, system-ui;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.btn.btn-narrow {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1280px) {
  .btn.btn-narrow {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.btn-blue {
  border-color: #000E8B;
  background-color: #ffffff;
  color: #000E8B;
}
.btn-blue:hover {
  border-color: #000E8B;
  background-color: #000E8B;
  color: #ffffff;
  text-decoration: underline;
}
.btn-blue.btn-arrow span:after {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23000E8B' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
}
.btn-blue.btn-arrow:hover span:after {
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23FFFFFF' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
}


.btn-dark-blue {
  border-color: #000E8B;
  background-color: #ffffff;
  color: #000E8B;
}
.btn-dark-blue:hover {
  border-color: #000E8B;
  background-color: #000E8B;
  color: #ffffff;
  text-decoration: underline;
}
.btn-dark-blue.btn-arrow span:after {
  position: relative;
  top: -2px;
  content: "";
  width: 8px;
  height: 15px;
  margin: 0 0px 0 10px;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23000E8B' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-dark-blue.btn-arrow:hover span:after {
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23FFFFFF' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
}

.btn-green {
  border-color: #D0E3DF;
  background-color: #D0E3DF;
  color: #000000;
}
.btn-green:hover {
  font-weight: bold;
  text-decoration: underline;
}

.btn-arrow {
  position: relative;
}

.btn-arrow span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.hcp-leaving-btn.btn-arrow span {
  justify-content: center;
}

.btn-arrow span::after {
  content: '';
  background: url('/wp-content/uploads/2022/06/chevron-r-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -0.125rem;
  margin-left: 0.375rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.5rem;
  flex: none;
}

.btn.btn-wide {
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (min-width: 768px) {
  .btn.btn-wide {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1024px) {
  .btn.btn-wide {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.btn.btn-special-leaving {
  padding-right: 40px;
}
.btn.btn-special-leaving::after {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 21px;
  right: 15px;
  margin-right: 0.375rem;
  margin-left: 0.375rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.5rem;
  flex: none;
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23000E8B' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
}
.btn.btn-special-leaving:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23FFFFFF' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
}


.btn-res-pdf span,
.btn-res-video span,
.btn-res-url span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 1px;
}

.btn-res-pdf span::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='20' viewBox='0 0 11 20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='11' height='20' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.793 15.734a1 1 0 0 0 1.414 0l4.427-4.428A1 1 0 0 0 9.219 9.892L6.5 12.612V1a1 1 0 0 0-2 0V12.613L1.78 9.892A1 1 0 0 0 .365 11.306Z' fill='%23000E8B'/%3E%3Cpath d='M10 18H1a1 1 0 0 0 0 2h9a1 1 0 0 0 0-2' fill='%23000E8B'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -0.25rem;
  margin-right: 0.5rem;
  display: inline-block;
  height: 1.25rem;
  width: 1rem;
  flex: none;
}
.btn-res-pdf:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='20' viewBox='0 0 11 20'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='11' height='20' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M4.793 15.734a1 1 0 0 0 1.414 0l4.427-4.428A1 1 0 0 0 9.219 9.892L6.5 12.612V1a1 1 0 0 0-2 0V12.613L1.78 9.892A1 1 0 0 0 .365 11.306Z' fill='%23fff'/%3E%3Cpath d='M10 18H1a1 1 0 0 0 0 2h9a1 1 0 0 0 0-2' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-res-video span::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12.231' height='12.963' viewBox='0 0 12.231 12.963'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='12.232' height='12.963' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M9.688 6.481 1.856 2.273V10.69Zm2.544 0a1.226 1.226 0 0 1-.652 1.09L1.822 12.814A1.237 1.237 0 0 1 0 11.724V1.238A1.237 1.237 0 0 1 1.822.149L11.58 5.392a1.226 1.226 0 0 1 .652 1.09' transform='translate(0 0)' fill='%23000E8B'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-right: 0.5rem;
  margin-top: -3px;
  display: inline-block;
  height: 0.875rem;
  width: 1.25rem;
  flex: none;
}
.btn-res-video:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12.231' height='12.963' viewBox='0 0 12.231 12.963'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='12.232' height='12.963' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M9.688 6.481 1.856 2.273V10.69Zm2.544 0a1.226 1.226 0 0 1-.652 1.09L1.822 12.814A1.237 1.237 0 0 1 0 11.724V1.238A1.237 1.237 0 0 1 1.822.149L11.58 5.392a1.226 1.226 0 0 1 .652 1.09' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-res-url span::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12.963' height='12.232' viewBox='0 0 12.963 12.232'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='12.232' height='12.963' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 12.232) rotate(-90)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M9.688 6.481 1.856 2.273V10.69Zm2.544 0a1.226 1.226 0 0 1-.652 1.09L1.822 12.814A1.237 1.237 0 0 1 0 11.724V1.238A1.237 1.237 0 0 1 1.822.149L11.58 5.392a1.226 1.226 0 0 1 .652 1.09' transform='translate(0 0)' fill='%23000E8B'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-right: 0.625rem;
  margin-top: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 0.875rem;
  flex: none;
}
.btn-res-url:hover span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12.963' height='12.232' viewBox='0 0 12.963 12.232'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='12.232' height='12.963' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 12.232) rotate(-90)'%3E%3Cg transform='translate(0 0)' clip-path='url(%23a)'%3E%3Cpath d='M9.688 6.481 1.856 2.273V10.69Zm2.544 0a1.226 1.226 0 0 1-.652 1.09L1.822 12.814A1.237 1.237 0 0 1 0 11.724V1.238A1.237 1.237 0 0 1 1.822.149L11.58 5.392a1.226 1.226 0 0 1 .652 1.09' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Patient Buttons */

.btn-pat {
  font-family: Titillium Web, Roboto, system-ui;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.btn-pat.btn-pat-header {
  text-transform: none;
  letter-spacing: 0em;
}

.btn-pat-arrow span {
  position: relative;
  display: flex;
  height: 2.75rem;
  width: 220px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 211 131 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.btn-pat-arrow span::after {
  content: '';
  background: url('/wp-content/uploads/2022/07/pat-btn-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0px;
  right: -52px;
  display: inline-block;
  height: 2.75rem;
  width: 2.75rem;
  flex: none;
  --tw-bg-opacity: 1;
  background-color: rgb(242 211 131 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-pat-arrow:hover span::after {
  right: -58px;
}

.btn-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(242 211 131 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

/* HCP ISI Tray */

#hcp-isi-tray {
  top: 100%;
  margin-top: -10rem;
}

@media (min-width: 640px) {
  #hcp-isi-tray {
    margin-top: -9rem;
  }
}

#hcp-isi-tray {
  box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -6px 16px 0px rgba(0, 0, 0, 0.1);
}

#hcp-isi-tray.midscroll {
  margin-top: -8rem;
}

@media (min-width: 640px) {
  #hcp-isi-tray.midscroll {
    margin-top: -7rem;
  }
}

#hcp-isi-tray.fullscroll {
  margin-top: 0px;
  opacity: 0;
}

#hcp-isi-tray.open-isi-tray,
#hcp-isi-tray.midscroll.open-isi-tray {
  top: 0px !important;
  margin-top: 0px !important;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto !important;
}

#hcp-isi-expand {
  background: url('/wp-content/uploads/2022/06/hcp-isi-icon-default.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

#hcp-isi-tray .hcp-isi-tray-container p, #isi .container-normal p {
  margin: 0;
}
#hcp-isi-tray .hcp-isi-tray-container p.mb-\[25px\], #isi .container-normal p.mb-\[25px\] {
  margin-bottom: 25px;
}
#hcp-isi-tray .hcp-isi-tray-container .isi-headline, #isi .container-normal .isi-headline {
  margin-bottom: 0.125rem !important;
  font-family: Canaro-SemiBold, system-ui !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  text-transform: uppercase !important;
  color: #000E8B;
}

#hcp-isi-tray .hcp-isi-tray-container .blue, #isi .container-normal .blue {
  color: #000E8B;
}
#hcp-isi-tray .hcp-isi-tray-container .light-blue, #isi .container-normal .light-blue {
  --tw-text-opacity: 1;
  color: rgb(58 140 194 / var(--tw-text-opacity));
}

#hcp-isi-tray .hcp-isi-tray-container a, #isi .container-normal a {
  font-size: inherit;
  line-height: inherit;
}
#hcp-isi-tray .hcp-isi-tray-container a:hover, #isi .container-normal a:hover {
  font-weight: bold;
}

@media (max-width: 1024px) {
  #hcp-isi-expand {
    position: absolute;
    right: 30px;
  }

  #hie-text {
    position: absolute;
    right: -15px;
    top: 38px;
  }

  #hcp-isi-expand.fixed-isi-expand #hie-text {
    right: -20px;
  }

}

#hcp-isi-expand.fixed-isi-expand {
  position: absolute;
  top: 1rem;
  background: url('/wp-content/uploads/2022/06/hcp-isi-icon-close.svg');
  background-size: contain;
  background-repeat: no-repeat;
}



/* Scroll to top link */

#scroll-to-top {
  background: url('/wp-content/uploads/2022/06/hcp-scroll-to-top.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* HCP Patient Access Patient Enrollment Block */

#patient-enrollment-steps {
  max-width: 720px;
  margin: 0 auto;
}

#patient-enrollment-steps .number {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000E8B;
  border-radius: 100%;
  flex-shrink: 0;
  margin: 0 auto;
}
#patient-enrollment-steps .number p {
  font-size: 32px;
  line-height: 32px;
  margin-top: 6px;
}
#patient-enrollment-steps .section-headline {
  font-size: 22px;
  line-height: 28px;
}

#patient-enrollment-steps .line-break-container {
  position: relative;
  text-align: center;
}

#patient-enrollment-steps .line-break-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #707070;
  z-index: -1;
  transform: translateY(-50%);
}
#patient-enrollment-steps .text-on-line {
  background-color: #ffffff;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 28px;
}
.patient-enrollment-wrapper a:hover {
  font-weight: bold;
}

.hcp-pat-enr-or::before {
  content: '';
  position: absolute;
  left: -1.75rem;
  top: 0.875rem;
  display: inline-block;
  height: 0.125rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(155 231 216 / var(--tw-bg-opacity));
}

.hcp-pat-enr-or::after {
  content: '';
  position: absolute;
  right: -1.75rem;
  top: 0.875rem;
  display: inline-block;
  height: 0.125rem;
  width: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(155 231 216 / var(--tw-bg-opacity));
}

/* HPC Dosing & Admin - Dosing Section */

.dosing-icon-rep .dosing-icon-box:nth-child(2)::after {
  content: '';
  background: url('/wp-content/uploads/2022/07/course-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5rem;
  right: -2.25rem;
  display: none;
  height: 3.5rem;
  width: 5rem;
}

@media (min-width: 1024px) {
  .dosing-icon-rep .dosing-icon-box:nth-child(2)::after {
    bottom: auto;
    display: inline-block;
  }
}

/* HCP Dosing & Admin - Storage */

.storage-rep .storage-block {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .storage-rep .storage-block {
    border-right-width: 1px;
    border-bottom-width: 0px;
  }
}

.storage-rep .storage-block:last-child {
  border-style: none;
  padding-bottom: 0px;
}

/* HCP - NK Stages Graphics + Slider */

/* .nk-stage-graphic {
	@apply hidden;
}
.nk-stage-graphic.activate {
	@apply flex;
} */

#nk-stages-slider-legend>div {
  width: 11rem;
  text-align: center;
}

#nk-stages-slider-legend>div svg {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

@media (min-width: 768px) {
  #nk-stages-slider-legend>div svg {
    display: inline-block;
  }
}

#nk-stages-slider-legend p,
#nk-stages-mob-legend p {
  padding-top: 0.75rem;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.25;
  color: #000E8B;
}

@media (min-width: 1024px) {

  #nk-stages-slider-legend p,
  #nk-stages-mob-legend p {
    padding-top: 1rem;
  }
}

#nk-stages-slider-legend p sup,
#nk-stages-mob-legend p sup {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#nk-stages-slider-legend>div span {
  display: inline-block;
  padding-top: 0.5rem;
  text-align: center;
  line-height: 1.25;
  opacity: 0;
}

@media (min-width: 768px) {
  #nk-stages-slider-legend>div span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

#nk-stages-slider-legend>div.activate span {
  opacity: 1 !important;
}

#nk-stages-mob-legend>div {
  display: none;
}

#nk-stages-mob-legend>div.activate {
  display: block;
}

#nk-stages-mob-legend>div span {
  display: inline-block;
  padding-top: 0.5rem;
  text-align: center;
  line-height: 1.25;
}

@media (min-width: 768px) {
  #nk-stages-mob-legend>div span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* HCP NK - Diagnosis Video block */

.flex-bullets.prose ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}

.flex-bullets.prose ul li {
  width: 100%;
  flex-grow: 0;
}

@media (min-width: 640px) {
  .flex-bullets.prose ul li {
    width: 50%;
  }
}

#sensitivity-bulletbox ul {
  max-width: 24rem;
}

@media (min-width: 640px) {
  #sensitivity-bulletbox ul {
    height: 6rem;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  #sensitivity-bulletbox ul {
    height: 7rem;
  }
}

#performing-bulletbox ul {
  max-width: 28rem;
}

@media (min-width: 640px) {
  #performing-bulletbox ul {
    height: 11rem;
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  #performing-bulletbox ul {
    height: 7rem;
  }
}

#performing-bulletbox ul li,
#sensitivity-bulletbox ul li {
  padding-right: 1.25rem;
}

@media (min-width: 1280px) {

  #performing-bulletbox ul li,
  #sensitivity-bulletbox ul li {
    padding-right: 2rem;
  }
}

#sensitivity-bulletbox ul li {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

@media (min-width: 640px) {
  #sensitivity-bulletbox ul li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

#performing-bulletbox ul li {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

@media (min-width: 640px) {
  #performing-bulletbox ul li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

/* HCP Resources List */

.resource-list-relbox .resource-list-entry:last-child {
  border-bottom-width: 0px !important;
  padding-bottom: 0px !important;
}

.resource-list-entry {
  justify-content: space-between;
}

.resource-list-entry>div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}

.resource-list-entry .btn {
  margin-top: 25px;
}

@media (min-width: 640px) {

  .resource-list-entry {
    padding-right: 40px;
  }

  .resource-list-entry>div:last-of-type {
    align-items: flex-end;

  }

  .resource-list-entry .btn {
    margin-top: 0;
  }

  .resource-list-entry .btn+.btn {
    margin-top: 15px;
  }

}

/* @media (min-width: 640px) {
  .resource-list-entry .btn{
    margin-top: 15px;
  }
}

@media (min-width: 640px) {
  .resource-list-entry .btn + .btn{
    margin-left: 15px;
  }
} */

/* Clinical Trials - Study Design Tables */

.study-design-table thead tr th:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: #000E8B;
  padding: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.study-design-table thead tr th:nth-child(3) {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 213 / var(--tw-bg-opacity));
  padding: 0.75rem;
  text-align: center;
}

.study-design-table tbody tr td:nth-child(2) {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 249 252 / var(--tw-bg-opacity));
  text-align: center;
}

.study-design-table tbody tr td:nth-child(3) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  text-align: center;
}

.study-design-table tbody strong {
  font-family: Canaro-SemiBold, system-ui;
  --tw-text-opacity: 1;
  color: rgb(78 80 85 / var(--tw-text-opacity));
}

.study-design-table thead tr th:nth-child(2) strong {
  font-family: Canaro-SemiBold, system-ui;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.study-design-table thead tr th:nth-child(3) strong {
  font-family: Canaro-SemiBold, system-ui;
}

/*Titlebars*/

#study-title-1.toggle-active svg,
#study-title-2.toggle-active svg {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#study-title-1:hover, #study-title-2:hover {
  text-decoration: underline;
}

/*HCP - Home - Hero */

.hcp-home-hero-botgrad {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/* Patient Home - Hero */

@-webkit-keyframes backgroundchangeFadeInOut {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  33.333% {
    opacity: 1;
  }

  66.666% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

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

  25% {
    opacity: 0;
  }

  33.333% {
    opacity: 1;
  }

  66.666% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#pat-hero-imgbox img:nth-child(2) {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

#pat-hero-imgbox img:nth-child(3) {
  animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

#pat-hero-imgbox img:nth-child(2),
#pat-hero-imgbox img:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: backgroundchangeFadeInOut;
  animation-name: backgroundchangeFadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

/* Patient Side Effects Gallery */

#pat-effects-gallery img:nth-child(2) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

#pat-effects-gallery img:nth-child(3) {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}

#pat-effects-gallery img:nth-child(2),
#pat-effects-gallery img:nth-child(3) {
  opacity: 0;
  -webkit-animation-name: backgroundchangeFadeInOut;
  animation-name: backgroundchangeFadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

/* Pat Home Site Sections */

.pat-home-ss-rep .pat-home-sitsec .imgbox::before {
  content: '';
  position: absolute;
  left: -24rem;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  width: 2000px;
  --tw-bg-opacity: 1;
  background-color: rgb(187 214 244 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .pat-home-ss-rep .pat-home-sitsec .imgbox::before {
    display: none;
  }
}

.pat-home-ss-rep .pat-home-sitsec:nth-child(2) .copybox {
  width: 100%;
}

@media (min-width: 768px) {
  .pat-home-ss-rep .pat-home-sitsec:nth-child(2) .copybox {
    margin-left: -2rem;
    max-width: 24rem;
  }

  .pat-home-ss-rep .pat-home-sitsec:nth-child(2) .imgbox img {
    margin-left: auto;
  }
}

.pat-home-ss-rep .pat-home-sitsec:first-child .imgbox::after {
  content: '';
  position: absolute;
  top: 130.5px;
  left: 378px;
  display: none;
  height: 3px;
  width: 9rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 14 139 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .pat-home-ss-rep .pat-home-sitsec:first-child .imgbox::after {
    display: block;
  }
}

@media (min-width: 1280px) {
  .pat-home-ss-rep .pat-home-sitsec:first-child .imgbox::after {
    width: 15rem;
  }
}

.pat-home-ss-rep .pat-home-sitsec:nth-child(2) .copybox::after {
  content: '';
  position: absolute;
  top: 3.5rem;
  left: 410px;
  display: none;
  height: 3px;
  width: 14rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 14 139 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .pat-home-ss-rep .pat-home-sitsec:nth-child(2) .copybox::after {
    display: block;
  }
}

@media (min-width: 1280px) {
  .pat-home-ss-rep .pat-home-sitsec:nth-child(2) .copybox::after {
    width: 20rem;
  }
}

.pat-home-ss-rep .pat-home-sitsec:last-child .imgbox::after {
  content: '';
  position: absolute;
  top: 111px;
  left: 370px;
  display: none;
  height: 3px;
  width: 7rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 14 139 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .pat-home-ss-rep .pat-home-sitsec:last-child .imgbox::after {
    display: block;
  }
}

/* Patient Admin Video */

.pat-admin-video-overlay {
  background: rgba(62, 142, 222, .5);
}

.pat-admin-vid-timestamps span {
  position: relative;
  cursor: pointer;
}

.pat-admin-vid-timestamps span:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.pat-admin-vid-timestamps span.iframeVideo__button.active {
  font-weight: 700 !important;
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

.pat-admin-vid-timestamps span::after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 0.125rem;
  display: inline-block;
  height: 1rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(58 140 194 / var(--tw-bg-opacity));
}

.pat-admin-vid-timestamps span:last-child:after {
  display: none;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.top-4 {
  top: 1rem;
}

.top-3 {
  top: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-40 {
  bottom: 11rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.top-\[11px\] {
  top: 11px;
}

.right-1 {
  right: 0.25rem;
}

.top-1 {
  top: 0.25rem;
}

.right-4 {
  right: 1rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

.top-0 {
  top: 0px;
}

.bottom-28 {
  bottom: 7rem;
}

.left-12 {
  left: 3rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

.right-7 {
  right: 1.75rem;
}

.-right-6 {
  right: -1.5rem;
}

.top-10 {
  top: 2.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.-top-14 {
  top: -3.5rem;
}

.-bottom-0\.5 {
  bottom: -0.125rem;
}

.left-\[25px\] {
  left: 25px;
}

.-bottom-0 {
  bottom: -0px;
}

.-left-0\.5 {
  left: -0.125rem;
}

.-top-2 {
  top: -0.5rem;
}

.-left-0 {
  left: -0px;
}

.-right-0\.5 {
  right: -0.125rem;
}

.-right-0 {
  right: -0px;
}

.left-1\/2 {
  left: 50%;
}

.bottom-0 {
  bottom: 0px;
}

.-right-1 {
  right: -0.25rem;
}

.-top-0\.5 {
  top: -0.125rem;
}

.-top-0 {
  top: -0px;
}

.-right-4 {
  right: -1rem;
}

.-bottom-4 {
  bottom: -1rem;
}

.bottom-24 {
  bottom: 6rem;
}

.-top-5 {
  top: -1.25rem;
}

.-top-8 {
  top: -2rem;
}

.left-20 {
  left: 5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.z-20 {
  z-index: 20;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-30 {
  z-index: 30;
}

.z-\[60\] {
  z-index: 60;
}

.z-10 {
  z-index: 10;
}

.z-0 {
  z-index: 0;
}

.z-\[29\] {
  z-index: 29;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.m-4 {
  margin: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.-mt-\[112px\] {
  margin-top: -112px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.-mt-3\.5 {
  margin-top: -0.875rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-1\.5 {
  margin-left: -0.375rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-\[76px\] {
  margin-top: 76px;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.gap-4 {
  gap: 1rem;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-3 {
  height: 0.75rem;
}

.h-8 {
  height: 2rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-9 {
  height: 2.25rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-auto {
  height: auto;
}

.h-16 {
  height: 4rem;
}

.h-14 {
  height: 3.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-px {
  height: 1px;
}

.h-20 {
  height: 5rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

.h-10 {
  height: 2.5rem;
}

.w-full {
  width: 100%;
}

.w-2 {
  width: 0.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[200px\] {
  width: 200px;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

.w-44 {
  width: 11rem;
}

.w-40 {
  width: 10rem;
}

.w-1\/2 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-16 {
  width: 4rem;
}

.w-14 {
  width: 3.5rem;
}

.w-9 {
  width: 2.25rem;
}

.w-7 {
  width: 1.75rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-60 {
  width: 15rem;
}

.w-px {
  width: 1px;
}

.w-4 {
  width: 1rem;
}

.w-20 {
  width: 5rem;
}

.w-screen {
  width: 100vw;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-\[7px\] {
  width: 7px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-0 {
  width: 0px;
}

.w-56 {
  width: 14rem;
}

.w-auto {
  width: auto;
}

.w-28 {
  width: 7rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-\[352px\] {
  max-width: 352px;
}

.max-w-\[533px\] {
  max-width: 533px;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[218px\] {
  max-width: 218px;
}

.max-w-\[775px\] {
  max-width: 775px;
}

.max-w-\[780px\] {
  max-width: 780px;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[206px\] {
  max-width: 206px;
}

.max-w-\[275px\] {
  max-width: 275px;
}

.max-w-\[194px\] {
  max-width: 194px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

.max-w-\[1600px\] {
  max-width: 1600px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.max-w-\[335px\] {
  max-width: 335px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[345px\] {
  max-width: 345px;
}

.max-w-\[515px\] {
  max-width: 515px;
}

.max-w-\[270px\] {
  max-width: 270px;
}

.max-w-\[636px\] {
  max-width: 636px;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-\[348px\] {
  max-width: 348px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[310px\] {
  max-width: 310px;
}

.max-w-\[741px\] {
  max-width: 741px;
}

.max-w-\[280px\] {
  max-width: 280px;
}

.flex-none {
  flex: none;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.-translate-x-80 {
  --tw-translate-x: -20rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.space-y-3> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-4> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-4> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-y-6> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-7> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-16> :not([hidden])~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

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

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}

.border-0 {
  border-width: 0px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-brand-seafoam {
  --tw-border-opacity: 1;
  border-color: rgb(155 231 216 / var(--tw-border-opacity));
}

.border-babyblue-patient {
  --tw-border-opacity: 1;
  border-color: rgb(145 216 255 / var(--tw-border-opacity));
}

.border-\[\#A6A8AB\] {
  --tw-border-opacity: 1;
  border-color: rgb(166 168 171 / var(--tw-border-opacity));
}

.border-brand-navyblue {
  --tw-border-opacity: 1;
  border-color: rgb(0 14 139 / var(--tw-border-opacity));
}

.border-babyblue-dark {
  --tw-border-opacity: 1;
  border-color: #000E8B;
}

.border-\[\#9A9A9A\] {
  --tw-border-opacity: 1;
  border-color: rgb(154 154 154 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-\[\#DEDEDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 222 222 / var(--tw-border-opacity));
}

.bg-brand-error {
  --tw-bg-opacity: 1;
  background-color: rgb(181 40 15 / var(--tw-bg-opacity));
}

.bg-\[\#eff0f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 241 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-brand-navyblue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 14 139 / var(--tw-bg-opacity));
}

.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-brand-bluegray {
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 253 / var(--tw-bg-opacity));
}

.bg-brand-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}

.bg-\[\#333e48\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 62 72 / var(--tw-bg-opacity));
}

.bg-babyblue {
  --tw-bg-opacity: 1;
  background-color: #000E8B;
}

.bg-\[\#DFEDF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 237 249 / var(--tw-bg-opacity));
}

.bg-brand-seafoam {
  --tw-bg-opacity: 1;
  background-color: rgb(155 231 216 / var(--tw-bg-opacity));
}

.bg-\[\#e9e9e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-\[\#000A8B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 10 139 / var(--tw-bg-opacity));
}

.bg-\[\#E0ECF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 236 249 / var(--tw-bg-opacity));
}

.bg-\[\#deecfa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 236 250 / var(--tw-bg-opacity));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6;
}

.to-\[\#F0EFEF\] {
  --tw-gradient-to: #F0EFEF;
}

.to-\[\#F2F2F2\] {
  --tw-gradient-to: #F2F2F2;
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.object-left-top {
  -o-object-position: left top;
  object-position: left top;
}

.object-left {
  -o-object-position: left;
  object-position: left;
}

.object-right-top {
  -o-object-position: right top;
  object-position: right top;
}

.object-right-bottom {
  -o-object-position: right bottom;
  object-position: right bottom;
}

.object-left-bottom {
  -o-object-position: left bottom;
  object-position: left bottom;
}

.object-right {
  -o-object-position: right;
  object-position: right;
}

.p-8 {
  padding: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-35 {
  padding-bottom: 9rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

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

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

.text-right {
  text-align: right;
}

.font-roboto {
  font-family: Roboto, system-ui;
}

.font-titi {
  font-family: Titillium Web, Roboto, system-ui;
}

.font-canaro-med {
  font-family: Canaro-Medium, system-ui;
}

.font-canaro-semi {
  font-family: Canaro-SemiBold, system-ui;
}

.font-canaro-light {
  font-family: Canaro-Light, system-ui;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[23px\] {
  font-size: 23px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-semibold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-\[2px\] {
  letter-spacing: 2px;
}

.tracking-\[4px\] {
  letter-spacing: 4px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-brand-copy {
  --tw-text-opacity: 1;
  color: rgb(78 80 85 / var(--tw-text-opacity));
}

.text-babyblue-dark {
  color: #000E8B;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-brand-navyblue {
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.text-babyblue-patient {
  --tw-text-opacity: 1;
  color: rgb(145 216 255 / var(--tw-text-opacity));
}

.text-\[\#4E5055\] {
  --tw-text-opacity: 1;
  color: rgb(78 80 85 / var(--tw-text-opacity));
}

.text-babyblue-light {
  --tw-text-opacity: 1;
  color: rgb(132 188 237 / var(--tw-text-opacity));
}

.text-babyblue {
  --tw-text-opacity: 1;
  color: rgb(114 172 222 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/**
 * Custom styles to immediately follow Tailwindâ€™s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwindâ€™s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/* Gravity Forms */

p.gform_required_legend {
  display: none;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gfield_label {
  padding-bottom: 0.125rem;
  font-weight: 400;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gfield {
  padding-bottom: 1rem;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent {
  position: relative;
  margin-right: 2.5rem;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent input {
  position: absolute;
  left: 0px;
  top: 0.25rem;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label {
  position: relative;
  left: 2.5rem;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gform_footer,
.hcp-contact-rep-form .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  height: auto;
  width: 14rem;
  padding-bottom: 0px;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gform_footer input,
.hcp-contact-rep-form .gform_wrapper.gravity-theme .gform_footer input {
  width: 14rem;
  cursor: pointer;
  border-bottom-right-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(58 140 194 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(114 172 222 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gform_footer input:hover,
.hcp-contact-rep-form .gform_wrapper.gravity-theme .gform_footer input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 14 139 / var(--tw-bg-opacity));
}

.hcp-signup-form .gform_wrapper.gravity-theme .gform_footer::after,
.hcp-contact-rep-form .gform_wrapper.gravity-theme .gform_footer::after {
  content: '';
  background: url('/wp-content/uploads/2022/06/chevron-r-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 62px;
  top: 37px;
  z-index: 20;
  display: block;
  height: 0.75rem;
  width: 0.5rem;
}

@media (min-width: 640px) {

  .hcp-signup-form .gform_wrapper.gravity-theme .gform_footer::after,
  .hcp-contact-rep-form .gform_wrapper.gravity-theme .gform_footer::after {
    top: 33px;
  }
}

.hcp-signup-form .gfield_required.gfield_required_asterisk {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
  padding-top: 0.625rem;
}

.gform_wrapper.gravity-theme .gfield select.large {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.gform_wrapper.gravity-theme .gfield select.large#input_2_9.select-chosen {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hcp-signup-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gfield .ginput_container_consent label a:hover {
  font-family: Canaro-Medium, system-ui;
}

/* Hide form elements when submitted - see script.js for function */

#sign-up .hidden-form,
.hcp-contact-rep-form .hidden-form,
#hcp-contact-header-default.hidden-form {
  display: none !important;
}

.hcp-signup-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  margin-bottom: 0px;
}

.hcp-contact-rep-form #field_2_1 label {
  display: none;
}

.hcp-contact-rep-form #gform_fields_2 {
  /* @apply md:space-y-3; */
}

.hcp-contact-rep-form #gform_fields_2 .gfield {
  margin-bottom: 0.75rem;
}

.hcp-contact-rep-form .gfield_html_formatted a {
  white-space: nowrap;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

/* GravityForms Errors */

.gform_wrapper.gravity-theme .gform_validation_errors,
.ginput_container.ginput_container_phone .instruction.validation_message {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield_description.validation_message.gfield_validation_message {
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  padding-top: 1px;
  --tw-text-opacity: 1;
  color: rgb(181 40 15 / var(--tw-text-opacity));
}

/* Micromodal */

#modal-leaving-hcp {
  z-index: 99999999;
  position: relative;
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.3);
}

.modal__blurbox {
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  max-height: 100vh;
}

.hcp-modal-close-icon {
  background-image: url('/wp-content/uploads/2022/06/hcp-modal-close-x.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

#hcp-verify-yes, #hcp-verify-no {
  outline-color: #000E8B;
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* Patient Form */

.patient-form .gf-inline-custom-html {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .patient-form .gf-inline-custom-html {
    width: 100%;
    max-width: 20rem;
  }
}

.patient-form .gf-inline-custom-html a,
#patient-conf-msg a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.patient-form .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  margin-top: 1rem;
  display: inline-flex;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .patient-form .gform_wrapper.gravity-theme .gform_footer {
    float: right;
    margin-top: -2.25rem;
  }
}

.patient-form .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  margin-bottom: 0px;
  height: 2.75rem;
  width: 100%;
  flex: 1 1 auto;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(242 211 131 / var(--tw-bg-opacity));
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Titillium Web, Roboto, system-ui;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.patient-form .gform_wrapper.gravity-theme .gform_footer::after {
  content: '';
  background: url('/wp-content/uploads/2022/07/pat-btn-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 0px;
  right: -0.5rem;
  display: inline-block;
  height: 2.75rem;
  width: 2.75rem;
  flex: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.patient-form .gform_wrapper.gravity-theme .gform_footer:hover::after {
  right: -1rem;
}

#patient-def-form.hidden-form,
#patient-def-popup.hidden-form {
  display: none !important;
}

.pat-modal-close-icon {
  background: url('/wp-content/uploads/2022/07/pat-modal-close-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* HCP NK Page - Stages*/

/* Rangeslider */

.rangeslider,
.rangeslider__fill {
  display: block;
  cursor: pointer;
  border-radius: 0.75rem;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.rangeslider {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  outline-width: 2px;
  outline-color: #f3f4f6;
}

.rangeslider--horizontal {
  height: 1.25rem;
  width: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  position: absolute;
  background: rgb(30, 108, 159);
  background: linear-gradient(0deg, rgba(30, 108, 159, 1) 0%, rgba(67, 151, 206, 1) 50%, rgba(58, 140, 194, 1) 100%);
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0px;
  height: 100%;
}

.rangeslider__handle {
  position: absolute;
  top: -0.875rem;
  display: inline-block;
  height: 48px;
  width: 84px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='135' height='77' viewBox='0 0 135 77'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='0.828' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f2f2f2'/%3E%3Cstop offset='0.643' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='1' y1='1.287' x2='0.237' y2='0.191' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23ededed'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-3' x1='0.5' y1='0.5' x2='2.515' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f3f3f3'/%3E%3Cstop offset='1' stop-color='gray'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_1902' data-name='Group 1902' transform='translate(6992 -4074)'%3E%3Cg id='Group_908' data-name='Group 908' transform='translate(-6992 4074)'%3E%3Cg id='slider_button' data-name='slider button'%3E%3Crect id='Rectangle_394' data-name='Rectangle 394' width='135' height='77' rx='10' fill='url(%23linear-gradient)'/%3E%3Cg id='Rectangle_397' data-name='Rectangle 397' transform='translate(5 5)' stroke='%23f5f5f5' stroke-width='1' fill='url(%23linear-gradient-2)'%3E%3Crect width='125' height='67' rx='8' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='124' height='66' rx='7.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_910' data-name='Group 910' transform='translate(-6950.157 4091.703)'%3E%3Crect id='Rectangle_398' data-name='Rectangle 398' width='6' height='45' rx='3' transform='translate(0.157 0.297)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectangle_399' data-name='Rectangle 399' width='7' height='45' rx='3.5' transform='translate(22.157 0.297)' fill='url(%23linear-gradient-3)'/%3E%3Crect id='Rectangle_400' data-name='Rectangle 400' width='6' height='45' rx='3' transform='translate(45.157 0.297)' fill='url(%23linear-gradient-3)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="range"]:focus+.rangeslider .rangeslider__handle {
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* HCP Vertical Navdots */

.nav-drop {
  background: url('/wp-content/uploads/2022/07/nav-drop.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-outline {
  background: url('/wp-content/uploads/2022/07/nav-outline.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#hcp-page-dotnav a.is-selected .nav-outline {
  opacity: 1 !important;
}

@media (min-width: 640px) {
  .mob-only {
    display: none;
  }
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:bg-babyblue-light:hover {
  background-color: #ffffff;
}
.hover\:bg-babyblue-light:hover h4, .hover\:bg-babyblue-light:hover .h4 {
  color: #000E8B;
}
.hover\:bg-babyblue-light:hover svg path {
  fill: #000E8B;
}

.hover\:font-canaro-semi:hover {
  font-family: Canaro-SemiBold, system-ui;
}

.hover\:text-babyblue:hover {
  --tw-text-opacity: 1;
  color: rgb(114 172 222 / var(--tw-text-opacity));
}

.hover\:text-brand-navyblue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:text-brand-navyblue:active {
  --tw-text-opacity: 1;
  color: rgb(0 14 139 / var(--tw-text-opacity));
}

br.mobile {
  display: none;
}

@media (min-width: 640px) {
  br.mobile {
    display: block;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:bottom-\[122px\] {
    bottom: 122px;
  }

  .sm\:top-8 {
    top: 2rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:top-12 {
    top: 3rem;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:h-\[550px\] {
    height: 550px;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-\[613px\] {
    max-width: 613px;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-\[615px\] {
    max-width: 615px;
  }

  .sm\:max-w-\[700px\] {
    max-width: 700px;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-28 {
    padding-top: 7rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:-top-20 {
    top: -5rem;
  }

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

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

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .md\:object-right {
    -o-object-position: right;
    object-position: right;
  }

  .md\:object-left {
    -o-object-position: left;
    object-position: left;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[38px\] {
    padding-left: 38px;
    padding-right: 38px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-\[52px\] {
    padding-right: 52px;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mt-28 {
    margin-top: -7rem;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

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

  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-0> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:object-center {
    -o-object-position: center;
    object-position: center;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pt-\[450px\] {
    padding-top: 450px;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-\[150px\] {
    font-size: 150px;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:font-bold {
    font-weight: 700;
  }
}

@media (min-width: 1280px) {
  .xl\:right-20 {
    right: 5rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-right-8 {
    right: -2rem;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:h-\[600px\] {
    height: 600px;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-\[52px\] {
    font-size: 52px;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .xl\:tracking-\[0\.23em\] {
    letter-spacing: 0.23em;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:-top-32 {
    top: -8rem;
  }

  .\32xl\:-right-8 {
    right: -2rem;
  }

  .\32xl\:mt-0 {
    margin-top: 0px;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18rem;
  }

  .\32xl\:h-\[750px\] {
    height: 750px;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:w-60 {
    width: 15rem;
  }

  .\32xl\:w-\[450px\] {
    width: 450px;
  }

  .\32xl\:max-w-\[1420px\] {
    max-width: 1420px;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem;
  }

  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }

  .\32xl\:tracking-\[0\.145em\] {
    letter-spacing: 0.145em;
  }
}


.etiology-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 950px;
}

@media (min-width: 1024px) {
  .etiology-grid {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.etiology-item {
  border: 2px solid #000E8B;
  border-bottom-right-radius: 24px;
}

.etiology-title {
  position: relative;
  background-color: #000E8B;
}

.etiology-title .h4 {
  color: #ffffff;
  padding: 0.65rem 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}

@media (min-width: 1024px) {
  .etiology-title .h4 {
    font-size: 1.85rem;
  }
}

.etiology-title img {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 39px;
}

@media (min-width: 1024px) {
  .etiology-title img {
    width: 53.44px;
  }
}


.etiology-content {
  padding: 1rem 2rem;
}

.etiology-content ul {
  list-style: outside;
}

.etiology-content li::marker {
  color: rgb(155, 231, 216);
}

@media (min-width: 640px) {
  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:max-w-\[700px\] {
    max-width: 700pxpx;
  }
}

@media (min-width: 1024px) {
  .lg\:max-w-\[410px\] {
    max-width: 410px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:text-center {
    text-align: center;
  }
}

@media (min-width: 1500px) {
  #about-nk-eye {
    object-position: 50% 80%;
  }
}

div.h4-is-real h4.efficacy-subtitle, div.h4-is-real .h4.efficacy-subtitle {
  font-size: 22px;
}

.efficacy-text {
  font-size: 20px;
}

@media (min-width: 1024px) {
  div.h4-is-real h4.efficacy-subtitle, div.h4-is-real .h4.efficacy-subtitle {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
  #moa-ngf {
    max-width: 42rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1350px) {
  #moa-ngf {
    max-width: 60rem;
  }
}


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity.lity-opened {
  opacity: 1
}

.lity.lity-closed {
  opacity: 0
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity-loading .lity-loader {
  opacity: 1
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8)
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close:active {
  top: 1px
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

.lity-hide {
  display: none
}

@media (min-width: 768px) {
	.md-left-35 {
		left: 35%;
	}

	.md-w-65 {
		width: 65%;
	}
}


/* New Form Styling */
.mktoForm {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
}

.mktoFormRow {
  width: 100%;
  padding-bottom: 0rem;
  position: relative;
}

.mktoFormRow:nth-of-type(1) .mktoInvalid {
  margin-bottom: 2rem;
}
.mktoFormRow:nth-of-type(1) .mktoError {
  position: absolute;
  left: 0;
  right: unset !important;
  bottom: 0 !important;
}
@media screen and (min-width: 450px) {
  .mktoFormRow:nth-of-type(1) .mktoError {
    bottom: 15px !important;
  }
} 
@media screen and (min-width: 768px) {
  .mktoFormRow:nth-of-type(1) .mktoInvalid {
    margin-bottom: 3rem;
  }
  .mktoFormRow:nth-of-type(1) .mktoError {
    bottom: 10px !important;
  }
}
@media screen and (min-width: 960px) {
  .mktoFormRow:nth-of-type(1) .mktoInvalid {
    margin-bottom: 2rem;
  }
  .mktoFormRow:nth-of-type(1) .mktoError {
    bottom: 15px !important;
  }
}
.mktoFieldDescriptor {
  padding-bottom: calc(1rem + 10px);
}

.mktoFormRow:nth-of-type(1),
.mktoFormRow:nth-of-type(2) {
  padding-bottom: calc(1rem + 10px);
}
.mktoFormRow:nth-of-type(1) .mktoFieldDescriptor,
.mktoFormRow:nth-of-type(2) .mktoFieldDescriptor {
  padding-bottom: 0;
}

.mktoFormRow:has(.mktoCheckboxList) [type="checkbox"] {
  position: relative;
  top: -12px;
}

.mktoLabel.mktoHasWidth {
  display: flex;
  margin-bottom: 10px;
  width: 100%;
}

.mktoField.mktoHasWidth, .mktoButtonRow{
  width: 100%;
}
.mktoInvalid{
  border-color: #c02b0a;
}

.mktoFormRow:has(.mktoCheckboxList), .mktoButtonWrap{
  display: flex;
  gap: 20px;
}
.mktoFormRow:has(.mktoCheckboxList) .mktoAsterix {
  display: none;
}

.mktoInstruction {
  display: none;
}

.mktoAsterix {
  color: #c02b0a;
}
.mktoAsterix {
  display: none;
}
.mktoRequiredField .mktoAsterix {
  display: block;
}

#LblFirstName.mktoLabel,
#LblLastName.mktoLabel,
#LblEmail.mktoLabel,
#LblAddress.mktoLabel,
#LblCity.mktoLabel,
#LblState.mktoLabel,
#LblPostalCode.mktoLabel,
#LblCompany.mktoLabel,
#LblPhone.mktoLabel,
#Lblhowcanweassist.mktoLabel {
  font-weight: bold;
}

.mktoError {
  color: #c02b0a;
  margin-top: 10px;
}

/* All Fields Required Text */
.mktoFormRow:nth-of-type(3) {
  text-align: right;
  padding-bottom: 1rem;
  font-weight: bold;
}

.mktoHtmlText a, .mktoCaptchaDisclaimer a {
  text-decoration: underline;
}
.mktoHtmlText a:hover, .mktoCaptchaDisclaimer a:hover {
  font-weight: bold;
}

.mktoButton {
  width: 14rem;
  cursor: pointer;
  border-bottom-right-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: #000E8B;
  --tw-bg-opacity: 1;
  background-color: #ffffff;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Canaro-Medium, Titillium Web, system-ui;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: #000E8B;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: relative;
  margin: 35px auto 0;
}

.mktoButton:after {
  content: '';
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 20;
  display: block;
  height: 0.75rem;
  width: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23000E8B' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
}
.mktoButton:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg class='flex-none ml-2 lg:ml-2.5 fill-current transition-color' xmlns='http://www.w3.org/2000/svg' width='7.464' height='11.942' viewBox='0 0 7.464 11.942'%3E%3Cpath id='Path_9713' fill='%23FFFFFF' data-name='Path 9713' d='M1.5 11.942A1.5 1.5 0 0 1 .4 9.427L3.456 6.1.36 2.474A1.5 1.5 0 0 1 2.641.525L7.464 6.169 2.605 11.457a1.5 1.5 0 0 1-1.105.485' transform='translate(0 0)'%3E%3C/path%3E%3C/svg%3E");
}

.mktoButton:hover {
  --tw-bg-opacity: 1;
  background-color: #000E8B;
  color: #ffffff;
  text-decoration: underline;
}

.hcp-contact-rep-form .mktoField.mktoHasWidth{
  padding-top: 0.65rem;
}

.hcp-contact-rep-form select.mktoValid {
  color: rgb(78, 80, 85);
}

.hcp-contact-rep-form select.mktoInvalid {
  color: #7b818d;
}

@media screen and (min-width:768px) {
  .hcp-contact-rep-form .mktoFormRow:nth-of-type(4),
  .hcp-contact-rep-form .mktoFormRow:nth-of-type(5) {
    width: calc(50% - 15px);
  }
}
.mktoForm #captcha {
  width: 0;
  height: 0;
}
.mktoForm #captcha .grecaptcha-badge {
  width: 256px;
  height: 60px;
  display: block;
  transition: right 0.3s;
  position: fixed;
  bottom: 14px;
  right: -186px;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
	visibility: hidden;
}
.mktoForm #captcha .grecaptcha-badge .g-recaptcha-response {
  display: none;
}
