@charset "UTF-8";
/*
Repatha Theme
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Material+Iconsw&family=Roboto+Condensed:ital,wght@0,700&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

dialog[role=dialog] {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  color: black;
  color: -internal-light-dark(black, white);
  margin: auto;
  border-width: initial;
  border-style: solid;
  border-color: initial;
  border-image: initial;
  padding: 1em;
  background: white;
  background: -internal-light-dark(white, black);
}

dialog[role=dialog]:not([open]) {
  display: none;
}

dialog[role=dialog] + .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog[role=dialog].fixed {
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
}

:root {
  --bg-light: white;
  --bg-dark: #870064;
  --bg-light-alt: #EAF1F2;
  --bg-footer: #F6F9FE;
  --copy-light: white;
  --copy-dark: #212121;
  --copy-dark-alt: #870064;
  --copy-accent: #870064;
  --button-bg: #E87200;
  --button-text: white;
  --form-field: #FEFAEC;
  --form-border: #212121;
  --form-placeholder: #212121;
  --gradient: linear-gradient(180deg, #EDF4FF, #FDF6F4);
  --gradient-alt: linear-gradient(180deg, #FDF6F4, #EDF4FF);
}

body, .bg-light {
  color: var(--copy-dark);
  background-color: var(--bg-light);
}

h2 {
  color: var(--copy-dark-alt);
}

.bg-dark,
.spotlight,
.content-quote .info {
  color: var(--copy-light);
  background-color: var(--bg-dark);
}
.bg-dark h2,
.spotlight h2,
.content-quote .info h2 {
  color: inherit;
}

.bg-light-alt {
  color: var(--copy-dark);
  background-color: var(--bg-light-alt);
}

body, .body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 1023px) {
  body, .body {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (min-width: 1023px) {
  .body-desktop {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
}

h1, .h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
@media only screen and (min-width: 1023px) {
  h1, .h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
  }
}

h2, .h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
@media only screen and (min-width: 1023px) {
  h2, .h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
  }
}

h3, .h3,
section.hcp-gate h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (min-width: 1023px) {
  h3, .h3,
  section.hcp-gate h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
  }
}

h4, .h4 {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.hero .cta {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}
.hero .cta strong {
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
}

section.content-quote blockquote {
  font-size: 25px;
  line-height: 32px;
  font-style: italic;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (min-width: 1023px) {
  section.content-quote blockquote {
    font-size: 33px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1023px) {
  section.content-quote figcaption {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
}

section.coaching blockquote {
  font-style: italic;
  font-weight: 700;
}

section.featured-videos h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
@media only screen and (min-width: 1023px) {
  section.featured-videos h3 {
    font-size: 24px;
    line-height: 31px;
  }
}

section.resources .title h3 {
  font-weight: 500;
}
section.resources article h3, section.resources article h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (min-width: 1023px) {
  section.resources article h3, section.resources article h4 {
    font-size: 17px;
    line-height: 20px;
  }
}
section.resources article p {
  font-size: 13px;
  line-height: 1.2;
}
@media only screen and (min-width: 1023px) {
  section.resources article p {
    font-size: 10px;
    line-height: 12px;
  }
}

section.hcp-moa .equation {
  font-size: 27px;
  font-weight: 500;
}
@media only screen and (min-width: 1023px) {
  section.hcp-moa .equation {
    font-size: 29px;
  }
}

button, .button, input[type=submit] {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
button.small, button.med, .button.small, .button.med, input[type=submit].small, input[type=submit].med {
  font-size: 18px;
  line-height: 21px;
}

label {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
@media only screen and (min-width: 1023px) {
  label {
    font-size: 20px;
    font-weight: 700;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  font-size: 18px;
  line-height: 28px;
}

.mice {
  font-size: 10px;
  line-height: 14px;
}

.quote {
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

header nav {
  font-size: 18px;
  line-height: 21px;
}
@media only screen and (max-width: 1198px) {
  header nav.secondary-nav li:not(:last-child) {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1199px) {
  header nav {
    font-size: 16px;
    line-height: 19px;
  }
}
header nav.main-nav {
  text-transform: uppercase;
}
header nav .lang .before, header nav .lang .after {
  font-weight: 900;
}
header nav .button {
  font-size: inherit;
}

footer .links {
  font-size: 12px;
  line-height: 14px;
}
@media only screen and (min-width: 767px) {
  footer .links {
    font-size: 18px;
    line-height: 21px;
  }
}

.button, input[type=submit] {
  display: inline-grid;
  grid-auto-flow: column;
  place-items: center;
  min-height: 57px;
  padding: 7px 28px;
  box-sizing: border-box;
  background-color: var(--button-bg);
  color: var(--button-text);
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  transition: all 0.3s;
}
.button:focus, .button:hover, input[type=submit]:focus, input[type=submit]:hover {
  text-decoration: none;
  border-radius: 50px;
}
.button.small, input[type=submit].small {
  min-height: 31px;
  padding: 5px 28px;
}

hr {
  margin: 0;
  border: 3px solid var(--copy-accent);
}

a:not(.button) {
  color: inherit;
}

header a:not(.button), footer a:not(.button) {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

picture source {
  position: absolute;
}

form .field {
  margin: 20px 0;
}
form .field.select {
  display: grid;
}
form .field.select select, form .field.select::after {
  grid-area: 2/1;
}
form .field.select::after {
  content: "";
  display: block;
  justify-self: flex-end;
  align-self: center;
  width: 0.8em;
  height: 0.5em;
  margin-right: 1em;
  background-color: var(--form-border);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  pointer-events: none;
}
form .field.checkbox {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
form .field.checkbox label {
  margin: 0;
}
@media only screen and (min-width: 767px) {
  form .row {
    display: grid;
    grid-gap: 25px;
    align-items: flex-end;
    margin: 20px 0;
  }
  form .row.col-1-1 {
    grid-template-columns: 1fr 1fr;
  }
  form .field {
    margin: 0;
  }
}
form label {
  display: block;
  margin-bottom: 5px;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=date],
form input[type=number],
form input[type=checkbox],
form textarea,
form select {
  width: 100%;
  box-sizing: border-box;
  background-color: var(--form-field);
  border: 1px solid var(--form-border);
  border-radius: 5px;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=password]::placeholder,
form input[type=date]::placeholder,
form input[type=number]::placeholder,
form input[type=checkbox]::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: var(--form-placeholder);
}
form input[type=text][readonly],
form input[type=email][readonly],
form input[type=tel][readonly],
form input[type=password][readonly],
form input[type=date][readonly],
form input[type=number][readonly],
form input[type=checkbox][readonly],
form textarea[readonly],
form select[readonly] {
  background-color: var(--bg-dark);
  color: var(--copy-light);
}
form.submitted input[type=text]:invalid,
form.submitted input[type=email]:invalid,
form.submitted input[type=tel]:invalid,
form.submitted input[type=password]:invalid,
form.submitted input[type=date]:invalid,
form.submitted input[type=number]:invalid,
form.submitted input[type=checkbox]:invalid {
  border: 1px solid var(--button-bg);
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=password],
form input[type=number],
form textarea {
  padding: 13px 25px;
}
form input[type=date] {
  height: 43px;
}
form select {
  padding: 10px 50px 10px 25px;
  appearance: none;
}
form input[type=checkbox] {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  order: -1;
  cursor: pointer;
  appearance: none;
}
form input[type=checkbox]:checked::before {
  content: "✓";
  font-size: 2em;
}
form input[type=file] {
  width: 100%;
  font-style: italic;
}
form ::file-selector-button,
form ::-webkit-file-upload-button {
  display: inline-block;
  padding: 9px 30px;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
  color: var(--button-text);
  background-color: var(--button-bg);
  border: none;
  border-radius: 50px;
  transition: color 0.3s, background-color 0.3s;
  margin-right: 20px;
}
form :focus::file-selector-button,
form :focus::-webkit-file-upload-button,
form :hover::file-selector-button,
form :hover::-webkit-file-upload-button {
  color: var(--button-hover-text);
  background-color: var(--button-hover-bg);
}

nav a:focus, nav a:hover {
  text-decoration: none;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
}
.video-wrap iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

video {
  width: 100%;
}

.screen-reader-text {
  position: absolute;
  height: 0;
  overflow: hidden;
}

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0);
}
.nav-shortcuts a:focus {
  transform: translate3d(-50%, 0, 0);
}

:root {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}
@media only screen and (min-width: 1439px) {
  :root {
    scroll-padding-top: 145px;
  }
}

.wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 25px;
}
@media only screen and (min-width: 767px) {
  .wrap {
    padding: 0 40px;
  }
}

section .wrap {
  max-width: 1130px;
}

.content-wrap {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 25px;
}
@media only screen and (min-width: 767px) {
  .content-wrap {
    padding: 0 40px;
  }
}
.content-wrap h1 {
  margin-bottom: 1.5em;
  color: var(--copy-dark-alt);
  text-align: center;
}
.content-wrap hr {
  display: none;
}
.content-wrap hr + ul {
  columns: 2;
}

/* paddings */
section {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 767px) {
  section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
section.bg-light-alt, section.bg-light-alt2 {
  margin: 0;
  padding: 40px 0;
}
@media only screen and (min-width: 767px) {
  section.bg-light-alt, section.bg-light-alt2 {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 766px) {
  section.bg-light-alt-mobile {
    margin: 0;
    padding: 60px 0;
  }
}

/* heading margins */
.page-404.en .fr {
  display: none;
}
.page-404.fr .en {
  display: none;
}
.page-404 section {
  display: grid;
  grid-gap: 2em;
  justify-items: center;
}
.page-404 section h1, .page-404 section * {
  margin: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px 0;
  background-color: var(--bg-light);
}
header .logo {
  display: inline-grid;
}
header nav span.before::after {
  content: " |";
}
header nav span.after::before {
  content: "| ";
}
header nav .button {
  min-height: 40px;
  padding: 0 28px;
}
header nav .button:focus, header nav .button:hover {
  color: var(--button-text);
}
@media only screen and (max-width: 1438px) {
  header .wrap {
    padding: 0;
  }
  header .logo {
    padding: 0 25px;
  }
  header .logo img {
    width: auto;
    max-height: 50px;
  }
  header #nav-open {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    min-height: 0;
    padding: 0;
    font-family: "Material Icons";
    font-size: 2.5em;
    text-transform: lowercase;
    color: var(--copy-light);
    background-color: var(--bg-dark);
    border: none;
    border-radius: 7px;
    transition: all 0.3s;
  }
  header #nav-open::before {
    content: "menu";
  }
  header #nav-open:focus, header #nav-open:hover {
    background-color: var(--button-bg);
  }
  header .navs {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
  }
  header .navs:focus-within {
    max-height: 100vh;
  }
  header.open .navs {
    max-height: 100vh;
  }
  header.open #nav-open {
    color: var(--copy-dark-alt);
    background-color: var(--bg-light);
  }
  header.open #nav-open::before {
    content: "close";
  }
  header.open #nav-open:focus, header.open #nav-open:hover {
    color: var(--button-bg);
  }
  header nav {
    padding: 1px 25px;
    text-align: center;
  }
  header nav.main-nav li {
    margin: 32px 0;
  }
  header nav.main-nav a {
    color: var(--copy-dark-alt);
    transition: color 0.3s;
  }
  header nav.main-nav a:hover {
    color: var(--copy-dark);
  }
  header nav.secondary-nav {
    color: var(--copy-light);
    background-color: var(--bg-dark);
  }
  header nav.secondary-nav li {
    margin: 25px 0;
  }
  header nav.secondary-nav a:hover {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 1439px) {
  header .wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
    align-items: center;
  }
  header .logo {
    grid-row: 1/3;
  }
  header .logo img {
    width: auto;
    max-height: 126px;
  }
  header #nav-open {
    display: none;
  }
  header .navs {
    display: grid;
    grid-gap: 30px;
  }
  header nav {
    margin-left: auto;
  }
  header nav span {
    display: inline-block;
  }
  header nav a {
    transition: color 0.3s;
  }
  header nav a[aria-current], header nav a:hover {
    color: var(--copy-dark-alt);
  }
  header nav ul {
    display: flex;
    align-items: center;
    text-align: center;
  }
  header nav.main-nav {
    order: 1;
  }
  header nav.main-nav ul li {
    padding: 7px 33px;
  }
  header nav.main-nav ul li:first-child {
    padding-left: 0;
  }
  header nav.main-nav ul li:not(:last-child) {
    border-right: 1px solid var(--copy-dark);
  }
  header nav.main-nav ul li:last-child {
    padding-right: 0;
  }
  header nav.secondary-nav ul li {
    display: flex;
    align-items: center;
    height: 33px;
    padding: 0 35px;
  }
  header nav.secondary-nav ul li:not(:last-child) {
    border-right: 1px solid var(--copy-dark);
  }
  header nav.secondary-nav ul li:last-child {
    padding-right: 0;
  }
  header nav.secondary-nav ul li.lang .before, header nav.secondary-nav ul li.lang .after {
    color: var(--button-bg);
  }
  header nav.secondary-nav ul li.lang .before::after, header nav.secondary-nav ul li.lang .after::after {
    color: var(--copy-dark);
  }
}

body.hcp:not([data-auth]) header button,
body.hcp:not([data-auth]) header .main-nav,
body.hcp:not([data-auth]) header .secondary-nav li:not(.lang) {
  display: none;
}

footer .wrap {
  display: grid;
  grid-row-gap: 25px;
  justify-items: center;
  padding: 25px 25px;
}
@media only screen and (min-width: 767px) {
  footer .wrap {
    grid-column-gap: 40px;
    align-items: center;
    padding: 25px 40px;
  }
}
footer .top {
  background-color: var(--bg-footer);
}
@media only screen and (min-width: 1199px) {
  footer .top .wrap {
    grid-template-columns: 135px 1fr 135px;
  }
}
footer .top .logos {
  display: grid;
  justify-items: center;
}
@media only screen and (min-width: 1199px) {
  footer .top .logos {
    grid-area: 1/3;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    align-items: center;
  }
}
footer .top .logo {
  width: 185px;
}
@media only screen and (min-width: 1199px) {
  footer .top .logo {
    width: 135px;
  }
}
@media only screen and (min-width: 1199px) {
  footer .top .footnote {
    justify-self: flex-start;
    align-self: flex-end;
  }
}
footer .top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (min-width: 380px) {
  footer .top ul {
    display: flex;
  }
}
@media only screen and (min-width: 1199px) {
  footer .top ul {
    grid-area: 1/2;
    display: flex;
  }
}
footer .top ul li {
  padding: 11px 22px;
}
@media only screen and (min-width: 380px) {
  footer .top ul li:not(:first-child) {
    border-left: 1px solid var(--copy-dark);
  }
  footer .top ul li:first-child {
    padding-left: 0;
  }
  footer .top ul li:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1199px) {
  footer .top ul li {
    padding: 22px 44px;
  }
}
footer .top ul a:hover {
  color: var(--copy-dark-alt);
}
@media only screen and (min-width: 767px) {
  footer .bottom {
    grid-template-columns: 1fr auto;
    justify-items: flex-start;
  }
}
footer .organization-logos {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  footer .organization-logos {
    grid-area: 1/2;
    justify-content: flex-end;
  }
}
footer .organization-logos picture {
  display: grid;
}

@media only screen and (min-width: 1199px) {
  body.hcp[data-auth] footer .top .wrap.hcp, body.hcp[data-auth] footer .top .wrap.gate,
  body.gate[data-auth] footer .top .wrap.hcp,
  body.gate[data-auth] footer .top .wrap.gate {
    grid-template-columns: 310px 1fr 310px;
  }
}

body.hcp:not([data-auth]) footer .logos > :not(:first-child),
body.hcp:not([data-auth]) footer li:last-child,
body.hcp:not([data-auth]) footer .footnote {
  display: none;
}

dialog, dialog[role=dialog] {
  max-width: 1180px;
  max-height: 100vh;
  padding: 40px 25px;
  box-sizing: border-box;
  border: none;
}
@media only screen and (min-width: 767px) {
  dialog, dialog[role=dialog] {
    padding: 60px 40px;
  }
}
dialog .close, dialog[role=dialog] .close {
  display: grid;
  place-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 47px;
  height: 47px;
  font-size: 0;
  color: var(--copy-accent);
  background-color: transparent;
  border: none;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
dialog .close:focus, dialog .close:hover, dialog[role=dialog] .close:focus, dialog[role=dialog] .close:hover {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  outline: none;
}
dialog .close::before, dialog[role=dialog] .close::before {
  content: "close";
  font-family: "Material Icons";
  font-size: 30px;
  text-transform: lowercase;
}
dialog .close span, dialog[role=dialog] .close span {
  position: absolute;
}
dialog.vimeo, dialog[role=dialog].vimeo {
  width: 100vw;
  max-width: 100vw;
  height: 75vw;
  box-sizing: border-box;
}
dialog.vimeo form, dialog[role=dialog].vimeo form {
  width: 100%;
  height: 100%;
}
dialog.vimeo iframe, dialog[role=dialog].vimeo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
dialog form > h2, dialog[role=dialog] form > h2 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
dialog form h2, dialog[role=dialog] form h2 {
  outline: none;
}
dialog .consent, dialog[role=dialog] .consent {
  display: flex;
  gap: 1em;
  justify-content: center;
  flex-wrap: wrap;
}
dialog#safety h3, dialog[role=dialog]#safety h3 {
  text-decoration: underline;
}

.five9-chat-button,
.five9-email-button {
  display: flex !important;
  background: #870064 !important;
}

.five9-chat-button .five9-icon,
.five9-email-button .five9-icon {
  background-image: url("/assets/images/icon-chat.svg") !important;
  background-size: 30px 30px !important;
}

.five9-chat-button .five9-text,
.five9-email-button .five9-text {
  visibility: hidden;
  flex: 1;
  font-size: 0;
}

.five9-chat-button .five9-text::after,
.five9-email-button .five9-text::after {
  visibility: visible;
  content: "Nurse Connect";
  float: left;
  padding-left: 0.75rem;
  font-size: 18px;
}

html[lang=fr] .five9-chat-button .five9-text::after,
html[lang=fr] .five9-email-button .five9-text::after {
  content: "Parler avec une infirmière";
}

#sent-page .ui-content h2::after {
  content: "Thank you for your question. You will receive an answer in your email within one business day.";
}

html[lang=fr] #sent-page .ui-content h2::after {
  content: "Merci de votre question. Vous devriez recevoir une réponse par courriel d’ici 24h (du lundi au vendredi).";
}

#error-page .ui-content h2::after {
  content: "Failed to send email / Échec de l'envoi de courriel";
}

section.content-quote .content-wrap {
  display: grid;
  grid-gap: 40px;
}
@media only screen and (min-width: 767px) {
  section.content-quote .content-wrap {
    grid-gap: 60px;
  }
}
section.content-quote .container .h2 {
  color: var(--copy-dark-alt);
}
section.content-quote .quote-wrap {
  padding: 50px 20px;
  text-align: center;
  color: var(--copy-dark-alt);
  background: var(--gradient);
  border-radius: 25px;
}
section.content-quote .quote-wrap.with-video {
  display: grid;
  grid-gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  section.content-quote .quote-wrap.with-video {
    grid-template-columns: 1fr 1fr;
    padding: 50px 80px;
  }
  section.content-quote .quote-wrap.with-video h2 {
    grid-column: 1/span 2;
  }
}
section.content-quote .quote-wrap.with-video h2 {
  margin: 0;
}
section.content-quote .quote-wrap blockquote {
  max-width: 780px;
  margin: 0 auto;
}
section.content-quote .quote-wrap p:first-child {
  margin-top: 0;
}
section.content-quote .quote-wrap p:last-child {
  margin-bottom: 0;
}
section.content-quote .quote-wrap figcaption {
  margin-top: 1em;
}
section.content-quote .info {
  padding: 12px 25px;
  border-radius: 25px 0 0 0;
}
@media only screen and (min-width: 767px) {
  section.content-quote .info {
    order: 1;
    padding: 25px 40px;
  }
}
section.content-quote .info h2 {
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  section.content-quote .info h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
  }
}
section.content-quote .info ul {
  margin: 0;
  padding: 0 25px;
}
section.content-quote .info li {
  display: grid;
  grid-template-columns: 46px auto;
  grid-gap: 17px;
  align-items: center;
  max-width: 600px;
  margin: 0.5em auto;
}

@media only screen and (min-width: 1023px) {
  section.experience-content .content-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2rem;
  }
  section.experience-content .content-wrap > img {
    grid-column: 1;
  }
  section.experience-content .content-wrap h3, section.experience-content .content-wrap picture {
    margin-top: 0;
  }
}
section.experience-content img {
  display: block;
  margin: 0 auto;
}
section.experience-content .content {
  grid-column: 2;
}
section.experience-content picture {
  grid-column: 3;
  display: grid;
  max-width: 300px;
  margin: 2em auto 0;
}
section.experience-content .callout {
  grid-column: 1/span 2;
  padding: 0 25px;
  font-size: 20px;
  line-height: 1.4;
  color: var(--copy-light);
  background-color: var(--bg-dark);
  border-radius: 25px 0 0 0;
}
@media only screen and (min-width: 1023px) {
  section.experience-content .callout {
    margin: 0 calc(-2 * 40px);
    padding: 0 calc(2 * 40px);
    font-size: 28px;
  }
}
section.experience-content .callout strong {
  text-wrap: nowrap;
}
section.experience-content .quote {
  grid-column: 1/span 2;
  display: grid;
  grid-template-columns: 45px 1fr 45px;
}
@media only screen and (min-width: 1023px) {
  section.experience-content .quote {
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 1.5rem;
  }
}
section.experience-content .quote figure {
  display: contents;
}
section.experience-content .quote blockquote {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  color: var(--copy-accent);
}
section.experience-content .quote figcaption {
  grid-area: 2/2;
  font-style: normal;
  font-weight: normal;
}
section.experience-content .quote img:last-child {
  grid-area: 1/3;
  align-self: flex-end;
}
@media only screen and (min-width: 1023px) {
  section.experience-content .quote img:last-child {
    align-self: flex-start;
  }
}
section.experience-content .outer {
  max-width: 900px;
  margin: 2rem auto;
}

@media only screen and (min-width: 1023px) {
  section.experts .content-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2rem;
  }
  section.experts .content-wrap h3 {
    margin-top: 0;
  }
}
section.experts .content-wrap > img {
  grid-column: 1;
  display: block;
  margin: 0 auto;
}
section.experts .content-wrap .content {
  grid-column: 2;
}
section.experts .persons {
  grid-column: 1/span 2;
  display: grid;
  grid-gap: 10px;
  justify-content: center;
  padding: 15px;
  background-color: var(--bg-footer);
  border-radius: 18px;
}
@media only screen and (min-width: 399px) {
  section.experts .persons {
    grid-gap: 0;
  }
}
@media only screen and (min-width: 1023px) {
  section.experts .persons {
    grid-template-columns: 0.8fr 0.9fr 1fr 0.9fr 0.8fr;
    border-radius: 25px;
  }
}
section.experts .persons .person {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}
section.experts .persons .person:nth-child(1) {
  z-index: 4;
}
section.experts .persons .person:nth-child(2) {
  z-index: 3;
}
section.experts .persons .person:nth-child(3) {
  z-index: 2;
}
section.experts .persons .person:nth-child(4) {
  z-index: 1;
}
section.experts .persons .person:nth-child(5) {
  z-index: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 399px) {
  section.experts .persons .person {
    margin-bottom: -15px;
  }
}
@media only screen and (min-width: 1023px) {
  section.experts .persons .person {
    display: flex;
    flex-direction: column;
    margin: 0 -15px;
    text-align: center;
  }
  section.experts .persons .person:nth-child(1) {
    order: 2;
  }
  section.experts .persons .person:nth-child(2) {
    order: 1;
    margin-top: 5%;
  }
  section.experts .persons .person:nth-child(3) {
    order: 3;
    margin-top: 5%;
  }
  section.experts .persons .person:nth-child(4) {
    order: 0;
    margin-left: 0;
    margin-top: 15%;
  }
  section.experts .persons .person:nth-child(5) {
    order: 4;
    margin-right: 0;
    margin-top: 15%;
  }
}
section.experts .persons .person picture {
  display: grid;
}
section.experts .persons .person picture img {
  width: 60px;
}
@media only screen and (min-width: 399px) {
  section.experts .persons .person picture img {
    width: 116px;
  }
}
@media only screen and (min-width: 1023px) {
  section.experts .persons .person picture img {
    width: auto;
  }
}
section.experts .persons .person strong {
  display: block;
}

@media only screen and (min-width: 767px) {
  section.feature .content-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 50px;
  }
}
section.feature picture {
  display: grid;
  place-items: center;
  margin-bottom: 3em;
}
@media only screen and (min-width: 767px) {
  section.feature picture {
    margin-bottom: 0;
  }
}
section.feature picture img {
  max-width: 150px;
}
@media only screen and (min-width: 767px) {
  section.feature picture img {
    max-width: 100%;
  }
}

section.feature-overlap {
  margin: 0;
  padding: 1px 0;
  background: var(--gradient);
}
section.feature-overlap .wrap {
  max-width: 600px;
}
@media only screen and (min-width: 767px) {
  section.feature-overlap .wrap {
    max-width: 1200px;
  }
}
section.feature-overlap .content {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 1px 25px;
  background-color: var(--bg-light);
  border-radius: 6px;
  box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 767px) {
  section.feature-overlap .content {
    display: grid;
    grid-template-columns: 90px 1fr 50px 100px 1.3fr;
    grid-row-gap: 1em;
    grid-column-gap: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 1px 0;
    background-color: transparent;
    box-shadow: none;
  }
  section.feature-overlap .content::before {
    grid-area: 1/1/span 2/span 4;
    content: "";
    display: block;
    min-height: 450px;
    background-color: var(--bg-light);
    border-radius: 6px;
    box-shadow: 0px 8px 23px rgba(0, 0, 0, 0.1);
  }
  section.feature-overlap .content h2 {
    grid-area: 1/2;
    align-self: flex-end;
    margin: 0;
  }
  section.feature-overlap .content p {
    grid-area: 2/2;
    align-self: flex-start;
    margin: 0;
  }
  section.feature-overlap .content picture {
    grid-area: 1/4/span 2/span 2;
    align-self: center;
    display: grid;
  }
}

section.featured-video {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--gradient);
}
@media only screen and (min-width: 767px) {
  section.featured-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.featured-video h2 {
  text-align: center;
  text-transform: uppercase;
}
section.featured-video .wrap {
  text-align: center;
}
section.featured-video .wrap a {
  display: block;
}
section.featured-video .wrap picture {
  display: grid;
  place-items: center;
}
section.featured-video .wrap picture img, section.featured-video .wrap picture::after {
  grid-area: 1/1;
}
section.featured-video .wrap picture::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url("/assets/images/button-play.png");
}
section.featured-video .wrap h3 {
  color: var(--copy-dark-alt);
}
section.featured-video .content-wrap p {
  color: var(--copy-dark-alt);
}
section.featured-video .content-wrap .buttons {
  display: grid;
  justify-content: center;
}

section.featured-videos {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--gradient);
}
@media only screen and (min-width: 767px) {
  section.featured-videos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.featured-videos h2 {
  text-align: center;
}
section.featured-videos .wrap {
  text-align: center;
}
@media only screen and (min-width: 767px) {
  section.featured-videos .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
section.featured-videos .wrap a {
  display: block;
}
section.featured-videos .wrap picture {
  display: grid;
  place-items: center;
}
section.featured-videos .wrap picture img, section.featured-videos .wrap picture::after {
  grid-area: 1/1;
}
section.featured-videos .wrap picture::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url("/assets/images/button-play.png");
}
section.featured-videos .wrap h3 {
  color: var(--copy-dark-alt);
}
section.featured-videos .content-wrap p {
  color: var(--copy-dark-alt);
}
section.featured-videos .content-wrap .buttons {
  display: grid;
  justify-content: center;
}

section.form h2 {
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  section.form h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
section.form label {
  color: var(--copy-dark-alt);
}
section.form input[type=submit] {
  display: grid;
  margin: 0 auto;
}

.gradient-wrap {
  padding: 1px 25px;
  box-sizing: border-box;
  background: var(--gradient);
}
@media only screen and (min-width: 767px) {
  .gradient-wrap {
    max-width: 1440px;
    margin: 60px 40px;
    padding: 1px 40px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 1520px) {
  .gradient-wrap {
    margin: 60px auto;
  }
}
.gradient-wrap .phone-cta {
  margin-top: 40px;
  text-align: center;
  color: var(--copy-dark-alt);
}
@media only screen and (min-width: 767px) {
  .gradient-wrap .phone-cta {
    display: none;
    margin-top: 60px;
  }
}
.gradient-wrap .phone-cta .phone span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.gradient-wrap h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}
@media only screen and (min-width: 1023px) {
  .gradient-wrap h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
.gradient-wrap section {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.gradient-wrap section .content-wrap,
.gradient-wrap section .inner-wrap {
  padding: 25px;
  background-color: var(--bg-light);
  border-radius: 25px 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 767px) {
  .gradient-wrap section .content-wrap,
  .gradient-wrap section .inner-wrap {
    padding: 40px;
  }
}
.gradient-wrap section h3 {
  color: var(--copy-dark-alt);
}
.gradient-wrap .questions {
  max-width: 800px;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .gradient-wrap .questions {
    margin-bottom: 60px;
  }
}
.gradient-wrap .questions h3 {
  color: var(--copy-dark-alt);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}
@media only screen and (min-width: 1023px) {
  .gradient-wrap .questions h3 {
    color: var(--copy-dark-alt);
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
  }
  .gradient-wrap .questions p {
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
  }
}

section.hero {
  display: grid;
  margin: 0;
  color: var(--copy-light);
}
@media only screen and (min-width: 767px) {
  section.hero {
    height: 300px;
  }
}
section.hero > picture {
  grid-area: 1/1;
  height: 122px;
  min-height: 100%;
}
section.hero > picture img {
  width: 100%;
  height: 100%;
}
section.hero .wrap {
  grid-area: 1/1;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  section.hero .wrap {
    display: grid;
    align-items: flex-end;
  }
  section.hero .wrap.with-cta {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
  }
  section.hero .wrap.with-cta .content {
    max-width: 630px;
  }
}
section.hero .wrap .content {
  padding: 37px 0;
}
@media only screen and (min-width: 767px) {
  section.hero .wrap .content {
    padding: 50px 0;
  }
}
section.hero .wrap .content > * {
  margin: 0;
}
section.hero .wrap .content h1 {
  text-transform: uppercase;
}
section.hero .wrap .content h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  color: inherit;
}
@media only screen and (min-width: 1023px) {
  section.hero .wrap .content h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
  }
}
section.hero .wrap .cta {
  display: none;
}
@media only screen and (min-width: 767px) {
  section.hero .wrap .cta {
    display: block;
    min-width: 288px;
    padding: 0 0 50px;
    text-align: center;
  }
  section.hero .wrap .cta picture {
    margin-bottom: 20px;
  }
}

section.hero-home {
  display: grid;
  margin: 0;
}
section.hero-home .picture-wrap {
  grid-area: 1/1;
  display: grid;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  background: radial-gradient(100% 100% at 48.51% 0%, #EAF1F2 0%, rgba(234, 241, 242, 0) 65.63%, #EAF1F2 99.48%);
}
@media only screen and (min-width: 767px) {
  section.hero-home .picture-wrap {
    grid-area: 1/1/span 2/span 1;
  }
}
@media only screen and (min-width: 1023px) {
  section.hero-home .picture-wrap {
    height: 660px;
    grid-template-columns: minmax(1023px, 1440px);
    justify-content: center;
    justify-items: flex-end;
  }
}
section.hero-home .picture-wrap picture {
  display: grid;
}
section.hero-home .picture-wrap picture img {
  width: 300px;
  height: 360px;
  object-position: left;
}
@media only screen and (min-width: 1023px) {
  section.hero-home .picture-wrap picture img {
    width: 578px;
    height: auto;
  }
}
section.hero-home .wrap {
  width: 100%;
}
section.hero-home .wrap.top {
  grid-area: 1/1;
  margin-bottom: 330px;
}
@media only screen and (min-width: 767px) {
  section.hero-home .wrap.top {
    align-self: flex-end;
    margin-bottom: 0;
  }
}
section.hero-home .wrap.top .content {
  width: 75%;
}
@media only screen and (min-width: 767px) {
  section.hero-home .wrap.top .content {
    width: 60%;
  }
}
@media only screen and (min-width: 767px) {
  section.hero-home .wrap.bottom {
    grid-area: 2/1;
  }
}
@media only screen and (min-width: 767px) {
  section.hero-home .wrap .content {
    width: 60%;
    max-width: 810px;
  }
}
section.hero-home h1, section.hero-home h2 {
  color: var(--copy-dark-alt);
}
section.hero-home h2 {
  font: inherit;
}
@media only screen and (min-width: 1023px) {
  section.hero-home h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
  }
}
@media only screen and (min-width: 767px) {
  section.hero-home h2 {
    margin: 0 0 2em;
  }
}
@media only screen and (min-width: 1023px) {
  section.hero-home h2 {
    margin: 0 0 3em;
  }
}
section.hero-home .button {
  display: grid;
  margin: 1em 0;
}
@media only screen and (min-width: 1023px) {
  section.hero-home .button {
    display: inline-grid;
    margin: 0 1em 1em 0;
  }
}

section.info .wrap {
  max-width: 552px;
}
@media only screen and (min-width: 767px) {
  section.info .wrap {
    max-width: 1200px;
  }
  section.info .wrap::before {
    content: "";
    display: block;
    float: left;
    width: 552px;
    max-width: 50%;
    height: 1em;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 767px) {
  section.info picture {
    float: left;
    max-width: 50%;
    margin: -3em 40px 1em 0;
  }
}
section.info picture img {
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
}
section.info * + h2 {
  clear: both;
}
section.info h3 {
  color: var(--copy-dark-alt);
}
section.info ul {
  overflow: hidden;
}

section.map {
  margin: 0;
  padding: 40px 25px;
  background: var(--gradient);
}
@media only screen and (min-width: 767px) {
  section.map {
    padding: 60px 40px;
  }
}
section.map .content-wrap {
  display: grid;
  grid-gap: 40px;
  justify-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--bg-light);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}
@media only screen and (min-width: 767px) {
  section.map .content-wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section.map .content-wrap h2 {
  margin: 0 0 1.52em;
  text-align: center;
}
section.map .content-wrap .details {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
}
section.map .content-wrap .details p {
  margin: 0.4em 0;
}
@media only screen and (min-width: 1023px) {
  section.map .content-wrap .details p {
    margin: 0.3em 0;
  }
}
section.map .content-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
section.map .rep {
  max-width: 660px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  section.map .rep {
    padding-top: 60px;
  }
}

section.resources .wrap {
  display: grid;
  grid-gap: 25px;
  justify-content: center;
}
section.resources h2 {
  text-transform: uppercase;
}
section.resources .group {
  display: grid;
  grid-gap: 15px;
  max-height: 90px;
  padding: 0 25px 15px;
  box-sizing: border-box;
  background: var(--gradient-alt);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  section.resources .group {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px;
    padding: 0 40px 35px;
  }
}
@media only screen and (min-width: 1093px) {
  section.resources .group {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.resources .group.active, section.resources .group:focus-within, section.resources .group.show {
  max-height: none;
}
section.resources .group.active .title::before, section.resources .group:focus-within .title::before, section.resources .group.show .title::before {
  content: "\e15b";
}
section.resources .group.active article, section.resources .group:focus-within article, section.resources .group.show article {
  opacity: 1;
}
section.resources .group.show {
  padding-top: 15px;
}
@media only screen and (min-width: 767px) {
  section.resources .group.show {
    padding-top: 35px;
  }
}
section.resources .group .title {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 15px;
  align-items: center;
  margin: 15px 0 0;
  cursor: pointer;
}
section.resources .group .title::before {
  content: "\e145";
  display: grid;
  place-items: center;
  float: left;
  width: 60px;
  height: 60px;
  font-family: "Material Icons";
  font-size: 40px;
  color: var(--copy-accent);
  background-color: var(--bg-light);
  border-radius: 60px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.25);
}
section.resources .group .title h2, section.resources .group .title h3 {
  margin: 0;
  text-transform: uppercase;
  color: var(--copy-accent);
}
section.resources .group a {
  justify-self: center;
  text-decoration: none;
}
section.resources .group a:focus article, section.resources .group a:hover article {
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.5);
}
section.resources .group article {
  display: grid;
  grid-template-rows: auto auto 1fr;
  width: 100%;
  max-width: 287px;
  height: 100%;
  background-color: var(--bg-light);
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  transition: box-shadow 0.3s, opacity 0.3s;
}
section.resources .group article picture {
  display: grid;
  place-items: center;
  border: 1px solid var(--button-bg);
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
section.resources .group article picture img {
  object-fit: contain;
}
section.resources .group article.video picture img, section.resources .group article.video picture::after {
  grid-area: 1/1;
}
section.resources .group article.video picture::after {
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  background: url("/assets/images/button-play.png");
}
section.resources .group article .content {
  padding: 0 20px;
  text-align: center;
}
section.resources .group article .content > * {
  margin: 10px 0;
}
section.resources .group article h4 {
  text-transform: uppercase;
}
section.resources .group article .button {
  display: grid;
  margin: auto auto 10px;
}

section.spotlight {
  display: grid;
  height: 304px;
  margin: 0;
}
@media only screen and (min-width: 767px) {
  section.spotlight {
    height: 360px;
  }
}
section.spotlight > * {
  grid-area: 1/1;
}
section.spotlight picture {
  height: inherit;
}
section.spotlight img {
  max-width: 50%;
  height: 100%;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
}
section.spotlight.support img {
  object-position: 30%;
}
section.spotlight .wrap {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  text-align: right;
}
section.spotlight .wrap h2, section.spotlight .wrap p {
  max-width: 60%;
  margin: 0 0 0 auto;
}
section.spotlight .wrap h2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 399px) {
  section.spotlight .wrap .button {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1023px) {
  section.spotlight h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
section.spotlight p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media only screen and (min-width: 1023px) {
  section.spotlight p {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
  }
}

section.hcp-considerations .content {
  max-width: 1060px;
}
section.hcp-considerations h2 {
  text-transform: uppercase;
}
section.hcp-considerations picture {
  display: grid;
  place-items: center;
}
@media only screen and (min-width: 767px) {
  section.hcp-considerations picture {
    float: right;
  }
}
section.hcp-considerations img {
  width: 224px;
}
@media only screen and (min-width: 767px) {
  section.hcp-considerations img {
    width: 305px;
  }
}
@media only screen and (min-width: 767px) {
  section.hcp-considerations .mobile {
    display: none;
  }
}
section.hcp-considerations .desktop {
  display: none;
}
@media only screen and (min-width: 767px) {
  section.hcp-considerations .desktop {
    display: initial;
  }
}
@media only screen and (min-width: 767px) {
  section.hcp-considerations .footnotes {
    clear: both;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) {
  section.hcp-footnotes .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
section.hcp-footnotes .wrap ol, section.hcp-footnotes .wrap ul {
  padding-left: 2.3ch;
}

section.hcp-gate {
  margin: 0;
  padding: 40px 0;
  border-radius: 15px 0 0 0;
}
@media only screen and (min-width: 767px) {
  section.hcp-gate {
    padding: 60px 0;
    border-radius: 30px 0 0 0;
  }
}
@media only screen and (min-width: 767px) {
  section.hcp-gate .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    justify-items: center;
  }
  section.hcp-gate .wrap h1 {
    grid-column: span 2;
    max-width: 900px;
    margin-top: 0;
    text-align: center;
  }
}
section.hcp-gate h2 {
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  section.hcp-gate .form, section.hcp-gate .content {
    max-width: 470px;
  }
}
section.hcp-gate .form {
  margin: 2em 0;
}
@media only screen and (min-width: 767px) {
  section.hcp-gate .form {
    margin: 0;
  }
  section.hcp-gate .form p {
    margin-top: 0;
  }
}
section.hcp-gate .form h2 {
  margin: 2em 0 1em;
}
section.hcp-gate form button {
  width: 100%;
}
section.hcp-gate form .field {
  margin: 1em 0;
}
section.hcp-gate form label {
  font-weight: normal;
}
@media only screen and (min-width: 767px) {
  section.hcp-gate .content {
    display: grid;
    grid-gap: 2em;
    align-items: flex-start;
  }
}
section.hcp-gate .content .info {
  display: grid;
}
@media only screen and (min-width: 767px) {
  section.hcp-gate .content .info {
    grid-template-columns: auto 1fr;
    grid-gap: 1.5em;
  }
  section.hcp-gate .content .info h2 {
    margin-top: 0;
  }
}
section.hcp-gate .content .info img {
  justify-self: center;
}
@media only screen and (min-width: 767px) {
  section.hcp-gate .content .info img {
    margin-top: -8px;
  }
}

section.hcp-hero-hcp {
  display: grid;
  grid-template-columns: auto 177px;
  grid-template-areas: "top pic" "bottom bottom";
  margin: 0;
  background: radial-gradient(100% 100% at 48.51% 0%, #EAF1F2 0%, rgba(234, 241, 242, 0) 65.63%, #EAF1F2 99.48%);
}
@media only screen and (min-width: 767px) {
  section.hcp-hero-hcp {
    grid-template-columns: auto 400px;
    grid-template-areas: "top pic" "bottom pic";
  }
}
@media only screen and (min-width: 1023px) {
  section.hcp-hero-hcp {
    grid-template-columns: minmax(0, 875px) 565px;
    justify-content: center;
  }
}
section.hcp-hero-hcp > picture {
  grid-area: pic;
  display: grid;
  justify-self: flex-end;
  align-items: flex-end;
}
section.hcp-hero-hcp .wrap {
  width: 100%;
}
section.hcp-hero-hcp .wrap.top {
  grid-area: top;
  align-self: center;
}
@media only screen and (min-width: 767px) {
  section.hcp-hero-hcp .wrap.top {
    align-self: flex-end;
  }
}
section.hcp-hero-hcp .wrap.top img {
  width: 120px;
}
@media only screen and (min-width: 767px) {
  section.hcp-hero-hcp .wrap.top img {
    width: 189px;
  }
}
section.hcp-hero-hcp .wrap.bottom {
  grid-area: bottom;
}
section.hcp-hero-hcp h1, section.hcp-hero-hcp h2 {
  color: var(--copy-dark-alt);
}
section.hcp-hero-hcp h1 {
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  section.hcp-hero-hcp h1 {
    margin-bottom: 0;
  }
}
section.hcp-hero-hcp h2 {
  font: inherit;
}
@media only screen and (min-width: 1023px) {
  section.hcp-hero-hcp h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
  }
}
@media only screen and (min-width: 767px) {
  section.hcp-hero-hcp p.h2 {
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1023px) {
  section.hcp-hero-hcp p.h2 {
    margin-bottom: 3em;
  }
}
section.hcp-hero-hcp .button {
  display: grid;
  margin: 1em 0;
}
@media only screen and (min-width: 1023px) {
  section.hcp-hero-hcp .button {
    display: inline-grid;
    margin: 0 1em 1em 0;
  }
}

section.hcp-moa h2 {
  text-transform: uppercase;
}
section.hcp-moa .components {
  padding: 0 25px;
  border: 1px solid var(--form-border);
  border-radius: 15px;
}
section.hcp-moa .components .content {
  max-width: 870px;
  margin: 0 auto;
}
section.hcp-moa .components h3 {
  text-transform: uppercase;
  text-align: center;
  color: var(--copy-accent);
}
section.hcp-moa .components .equation {
  display: grid;
  grid-gap: 30px;
  justify-items: center;
}
@media only screen and (min-width: 767px) {
  section.hcp-moa .components .equation {
    grid-template-columns: repeat(5, auto);
    align-items: center;
  }
}
section.hcp-moa .components .equation .plus {
  width: 50px;
}
@media only screen and (min-width: 767px) {
  section.hcp-moa .components .equation .plus {
    width: 60px;
  }
}
@media only screen and (min-width: 767px) {
  section.hcp-moa .components .equation + p {
    text-align: center;
  }
}
section.hcp-moa .components .brain {
  display: grid;
  justify-items: center;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  section.hcp-moa .components .brain {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 128px;
    margin: 60px 0;
    text-align: left;
    color: var(--copy-light);
    background-color: var(--bg-dark);
    border-radius: 15px;
  }
}
section.hcp-moa .components .brain .image {
  display: flex;
  place-items: center;
  z-index: 1;
  height: 75px;
}
@media only screen and (min-width: 767px) {
  section.hcp-moa .components .brain .image {
    height: inherit;
  }
}
section.hcp-moa .components .brain img {
  width: 162px;
}
@media only screen and (min-width: 767px) {
  section.hcp-moa .components .brain img {
    width: 234px;
  }
}
section.hcp-moa .components .brain .hypo, section.hcp-moa .components .brain .meso {
  color: var(--copy-light);
  background-color: var(--bg-dark);
  border-radius: 15px;
}
section.hcp-moa .components .brain .hypo {
  padding: 0 30px 30px;
}
@media only screen and (min-width: 767px) {
  section.hcp-moa .components .brain .hypo {
    padding: 0 30px;
  }
}
section.hcp-moa .components .brain .meso {
  padding: 30px 30px 0;
}
@media only screen and (min-width: 767px) {
  section.hcp-moa .components .brain .meso {
    padding: 0 30px;
  }
}
section.hcp-moa .components .mice {
  text-align: center;
}

section.hcp-page-ctas {
  text-align: center;
}
@media only screen and (min-width: 767px) {
  section.hcp-page-ctas {
    margin: 0;
  }
}
section.hcp-page-ctas .wrap {
  display: grid;
  grid-gap: 40px;
}
@media only screen and (min-width: 767px) {
  section.hcp-page-ctas .wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    max-width: none;
    padding: 0;
  }
}
section.hcp-page-ctas .callout {
  display: grid;
  justify-items: center;
}
@media only screen and (min-width: 767px) {
  section.hcp-page-ctas .callout {
    padding: 60px 20px;
  }
}
section.hcp-page-ctas .callout .desktop {
  display: none;
}
@media only screen and (min-width: 767px) {
  section.hcp-page-ctas .callout:nth-child(even) {
    color: var(--copy-light);
    background-color: var(--bg-dark);
  }
  section.hcp-page-ctas .callout:nth-child(even) img {
    display: none;
  }
  section.hcp-page-ctas .callout:nth-child(even) img.desktop {
    display: inline-block;
  }
  section.hcp-page-ctas .callout:nth-child(even) h2 {
    color: inherit;
  }
}
section.hcp-page-ctas .inner {
  display: grid;
  max-width: 390px;
}
section.hcp-page-ctas img {
  height: 124px;
  object-fit: contain;
}
section.hcp-page-ctas p {
  text-align: left;
}
section.hcp-page-ctas .button {
  width: 100%;
  margin-top: auto;
}

section.hcp-pharmacodynamics .wrap {
  display: grid;
  grid-gap: 40px;
}
section.hcp-pharmacodynamics .wrap > * {
  margin: 0;
}
section.hcp-pharmacodynamics h2 {
  text-transform: uppercase;
}
section.hcp-pharmacodynamics .content {
  display: grid;
  grid-gap: 40px;
}
@media only screen and (min-width: 767px) {
  section.hcp-pharmacodynamics .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
section.hcp-pharmacodynamics .content p {
  margin: 0;
}
section.hcp-pharmacodynamics .content img {
  width: 77px;
}
@media only screen and (min-width: 767px) {
  section.hcp-pharmacodynamics .content img {
    width: 91px;
  }
}
section.hcp-pharmacodynamics .increased, section.hcp-pharmacodynamics .reduced {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  justify-content: flex-start;
}
@media only screen and (min-width: 767px) {
  section.hcp-pharmacodynamics .increased, section.hcp-pharmacodynamics .reduced {
    grid-gap: 35px;
  }
}
section.hcp-pharmacodynamics .reduced img {
  transform: rotate(180deg);
}
@media only screen and (min-width: 767px) {
  section.hcp-pharmacodynamics .reduced img {
    order: -1;
  }
}

section.hcp-profile h2 {
  color: inherit;
  text-transform: uppercase;
}
section.hcp-profile h3 {
  font-weight: bold;
}
section.hcp-profile h3, section.hcp-profile h4 {
  margin-bottom: 0;
}
section.hcp-profile h4 {
  padding-left: 30px;
}
section.hcp-profile h4 + p {
  padding-left: 30px;
}
section.hcp-profile p {
  margin-top: 0;
}
section.hcp-profile .references {
  margin-top: 3em;
}

section.hcp-schedule h2 {
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  section.hcp-schedule .content {
    max-width: 800px;
    padding: 25px 50px;
    box-sizing: border-box;
    border: 1px solid var(--form-border);
    border-radius: 30px;
  }
}
section.hcp-schedule picture {
  display: grid;
  place-items: center;
}
section.hcp-schedule img {
  box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
@media only screen and (min-width: 767px) {
  section.hcp-schedule img {
    box-shadow: none;
  }
}

@media only screen and (min-width: 767px) {
  section.hcp-simple-cta .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
    align-items: center;
  }
}
@media only screen and (min-width: 767px) {
  section.hcp-simple-cta .wrap.has-image {
    grid-template-columns: 168px 1fr;
    grid-gap: 50px;
  }
  section.hcp-simple-cta .wrap.has-image .button {
    display: grid;
  }
}
@media only screen and (min-width: 767px) and (min-width: 767px) {
  section.hcp-simple-cta .wrap.has-image .button {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 767px) and (min-width: 1023px) {
  section.hcp-simple-cta .wrap.has-image .button {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 1023px) {
  section.hcp-simple-cta .wrap.has-image {
    grid-template-columns: 168px 1fr auto;
  }
}
section.hcp-simple-cta .wrap picture {
  display: grid;
  place-items: center;
}
section.hcp-simple-cta .wrap picture img {
  width: 290px;
}
@media only screen and (min-width: 767px) {
  section.hcp-simple-cta .wrap picture img {
    width: 168px;
  }
}

section.hcp-spotlight,
section.hcp-experience-spotlight {
  margin: 0;
}
@media only screen and (min-width: 767px) {
  section.hcp-spotlight,
  section.hcp-experience-spotlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(404px, 1fr);
  }
}
section.hcp-spotlight > picture img,
section.hcp-experience-spotlight > picture img {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
@media only screen and (min-width: 767px) {
  section.hcp-spotlight > picture img,
  section.hcp-experience-spotlight > picture img {
    height: 100%;
    clip-path: polygon(0 0, 50% 0, 100% 100%, 0 100%);
  }
}
@media only screen and (min-width: 767px) {
  section.hcp-spotlight .wrap,
  section.hcp-experience-spotlight .wrap {
    display: grid;
    grid-template-areas: "bottle text" ". button";
    grid-template-columns: 140px 1fr;
    grid-column-gap: 2em;
    justify-items: flex-start;
    z-index: 1;
    max-width: 720px;
    margin-left: -40px;
    padding-left: 0;
  }
}
section.hcp-spotlight .wrap picture,
section.hcp-experience-spotlight .wrap picture {
  grid-area: bottle;
  display: grid;
  justify-content: center;
  margin-bottom: 1.4rem;
}
@media only screen and (min-width: 767px) {
  section.hcp-spotlight .wrap picture,
  section.hcp-experience-spotlight .wrap picture {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1023px) {
  section.hcp-spotlight .wrap picture,
  section.hcp-experience-spotlight .wrap picture {
    margin-bottom: 2rem;
  }
}
section.hcp-spotlight .wrap .content,
section.hcp-experience-spotlight .wrap .content {
  grid-area: text;
}
@media only screen and (min-width: 767px) {
  section.hcp-spotlight .wrap .content,
  section.hcp-experience-spotlight .wrap .content {
    align-self: flex-end;
  }
}
section.hcp-spotlight .wrap .button,
section.hcp-experience-spotlight .wrap .button {
  grid-area: button;
  margin-bottom: 1em;
}
@media only screen and (min-width: 767px) {
  section.hcp-spotlight .wrap .button,
  section.hcp-experience-spotlight .wrap .button {
    align-self: flex-start;
  }
}

@media only screen and (min-width: 767px) {
  section.hcp-experience-spotlight .wrap.busy {
    grid-template-areas: "bottle text" ". button" ". more-text" ". more-button";
    max-width: 900px;
    margin-left: -140px;
  }
}
section.hcp-experience-spotlight .wrap.busy .button + .content {
  grid-area: more-text;
}
section.hcp-experience-spotlight .wrap.busy .button + .content + .button {
  grid-area: more-button;
}

@media only screen and (min-width: 767px) {
  section.hcp-studies {
    text-align: center;
  }
}
section.hcp-studies h2 {
  text-transform: uppercase;
}
section.hcp-studies .grid {
  text-align: center;
}
@media only screen and (min-width: 767px) {
  section.hcp-studies .grid {
    display: flex;
    grid-gap: 60px;
    gap: 60px;
    justify-content: center;
  }
}
section.hcp-studies .grid > .callout h3 {
  color: var(--copy-accent);
}
section.hcp-studies dialog.study {
  text-align: left;
}
section.hcp-studies dialog.study h2, section.hcp-studies dialog.study h4 {
  text-align: center;
}
section.hcp-studies dialog.study h3 {
  margin: 2em 0;
}
section.hcp-studies dialog.study h4 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  section.hcp-studies dialog.study .graph {
    display: grid;
    grid-template-columns: auto 330px;
    align-items: center;
  }
  section.hcp-studies dialog.study .graph h4 {
    grid-column: span 2;
  }
}
section.hcp-studies dialog.study .callout {
  padding: 15px 35px;
  text-align: center;
  color: var(--copy-light);
  background-color: var(--bg-dark);
  border-radius: 15px;
}

section.hcp-support {
  background: var(--gradient);
}
section.hcp-support .wrap {
  max-width: 770px;
}
@media only screen and (min-width: 1023px) {
  section.hcp-support .wrap {
    max-width: 1040px;
  }
}
@media only screen and (min-width: 1023px) {
  section.hcp-support .grid {
    display: grid;
    grid-template-columns: 1fr 68px 1fr;
    grid-column-gap: 70px;
    align-items: center;
  }
}
section.hcp-support .grid > img {
  display: block;
  margin: 2em auto;
}
section.hcp-support h2 {
  grid-column: 1/span 3;
  max-width: 690px;
  margin: 2em auto;
  text-align: center;
  color: inherit;
}
@media only screen and (min-width: 1023px) {
  section.hcp-support h2 {
    margin: 0.5em auto;
  }
}
section.hcp-support h2 span {
  font-size: 1.2em;
  font-weight: bold;
}
section.hcp-support .callout, section.hcp-support ul {
  color: var(--copy-accent);
}
@media only screen and (min-width: 1023px) {
  section.hcp-support .callout, section.hcp-support ul {
    align-items: center;
    height: 280px;
    margin: 0;
    font-size: 22px;
    line-height: 26px;
  }
}
section.hcp-support .callout {
  text-align: center;
  font-weight: 500;
}
section.hcp-support .callout picture {
  display: grid;
  place-items: center;
  margin: 2em 0;
}
@media only screen and (min-width: 1023px) {
  section.hcp-support .callout picture {
    margin: 1em 0;
  }
}
section.hcp-support .callout img {
  max-width: 290px;
}
@media only screen and (min-width: 1023px) {
  section.hcp-support .callout img {
    max-width: 168px;
  }
}
section.hcp-support .copy {
  margin: 2em 0;
  font-size: 13px;
}
@media only screen and (min-width: 1023px) {
  section.hcp-support .copy {
    grid-column: 1/span 3;
    grid-row: 2;
    margin: 0 0 1em;
    text-align: center;
    font-size: 16px;
  }
}
section.hcp-support ul {
  display: grid;
  grid-gap: 29px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1023px) {
  section.hcp-support ul {
    grid-gap: 50px;
    align-content: center;
  }
}
section.hcp-support ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 41px;
  align-items: center;
}
section.hcp-support ul li img {
  width: 49px;
}
section.hcp-support .video {
  margin-top: 4em;
}
@media only screen and (min-width: 1023px) {
  section.hcp-support .video {
    display: grid;
    grid-template-columns: 12fr 7fr;
    grid-column-gap: 70px;
    align-items: center;
  }
  section.hcp-support .video h2 {
    grid-column: 1/span 2;
  }
}
section.hcp-support .video h2 {
  margin-bottom: 2em;
}
section.hcp-support .video .button {
  width: 100%;
  margin-bottom: 1em;
}

section.hcp-experience-card .card {
  padding: 40px 25px;
  background: var(--gradient-alt);
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 767px) {
  section.hcp-experience-card .card {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 40px;
    align-items: center;
    padding: 60px 40px;
    border-radius: 15px;
  }
}
section.hcp-experience-card picture {
  display: grid;
  place-items: center;
}
section.hcp-experience-card img {
  width: 342px;
}
section.hcp-experience-card .callout {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: var(--copy-accent);
}

section.hcp-experience-download .content {
  padding: 40px 25px;
  text-align: center;
  background: var(--gradient-alt);
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 767px) {
  section.hcp-experience-download .content {
    padding: 40px 40px;
    border-radius: 15px;
  }
}
section.hcp-experience-download .content p {
  max-width: 800px;
  margin: 1em auto;
}

section.hcp-experience-support h2 {
  margin: 2em 0;
}
section.hcp-experience-support ul {
  display: grid;
  grid-gap: 1rem;
  padding: 0;
}
@media only screen and (min-width: 767px) {
  section.hcp-experience-support ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.hcp-experience-support ul li {
  list-style: none;
  text-align: center;
}
section.hcp-experience-support img {
  width: 150px;
}
section.hcp-experience-support .callout {
  padding: 1em 25px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-style: italic;
  border-radius: 10px;
}
@media only screen and (min-width: 767px) {
  section.hcp-experience-support .callout {
    padding: 1em 40px;
    border-radius: 15px;
  }
}
section.hcp-experience-support .mice {
  margin: 2rem 0;
}

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