/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
ul li ul,
ul li ol {
  padding-bottom: 0 !important;
}
ol li ul,
ol li ol {
  padding-bottom: 0 !important;
}
/**
 * Correct `block` display not defined in IE 8/9.
 */
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 styling not present in IE 8/9.
  */
[hidden] {
  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: 'Open Sans', serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
  * Remove default margin.
  */
body {
  font-family: 'Open Sans', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #5a5a5a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2', serif;
  font-weight: 400;
}
/* ==========================================================================
    Links
    ========================================================================== */
/**
  * Improve readability when focused and also mouse hovered in all browsers.
  */
a:active,
a:focus,
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: 50px;
  margin: 20px 0 0 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 differences between Firefox and other browsers.
  */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
  * 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;
  max-width: 100%;
}
/**
  * 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.
  * 2. Remove excess padding in IE 8/9.
  */
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;
}
p {
  font-family: 'Open Sans', serif;
}
span {
  font-family: 'Open Sans', serif;
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mediaplayer-argenx/resources/fonts/argenx-patents-font1.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mediaplayer-argenx/resources/fonts/argenx-patents-font1.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mediaplayer-argenx/resources/fonts/argenx-patents-font1.eot) format('eot');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mediaplayer-argenx/resources/fonts/argenx-patents-font2.woff2) format('woff2'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mediaplayer-argenx/resources/fonts/argenx-patents-font2.woff) format('woff'), url(../../../etc.clientlibs/argenx/clientlibs/clientlib-mediaplayer-argenx/resources/fonts/argenx-patents-font2.eot) format('eot');
}
#argenx-footer {
  padding: 40px 20px;
  background-color: #f6f6f6;
}
#argenx-footer #argenx-logo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#argenx-footer #argenx-logo-footer img {
  height: 49px;
}
#argenx-footer .footer-info {
  display: flex;
  flex-direction: row;
}
#argenx-footer .footer-info .info-item {
  padding: 0 10px;
  position: relative;
}
#argenx-footer .footer-info .info-item:not(:first-child)::before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: -1px;
  background: #91c353;
}
#argenx-footer .footer-info a {
  color: #5a5a5a;
  text-decoration: none;
}
#argenx-footer .footer-info a:hover {
  color: #91c353;
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  #argenx-footer {
    padding: 45px 20px 80px;
  }
  #argenx-footer #argenx-logo-footer {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  #argenx-footer #argenx-logo-footer .cmp-teaser__image {
    width: 150px;
    padding-bottom: 15px;
  }
  #argenx-footer #argenx-logo-footer .cmp-teaser__content {
    font-size: 14px;
  }
  #argenx-footer #argenx-logo-footer .cmp-teaser__description .footer-info .info-item:first-child {
    display: none;
  }
  #argenx-footer #argenx-logo-footer .cmp-teaser__description .footer-info .info-item:nth-child(2)::before {
    display: none;
  }
}
#argenx-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#argenx-navbar #argenx-header-logo img {
  width: auto;
  height: 75px;
  padding-top: 15px;
  padding-bottom: 15px;
}
#argenx-navbar #top-navbar {
  min-height: 38px;
  background: #2e6788;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#argenx-navbar #top-navbar .header-links {
  color: #ffffff;
  padding: 0 15px;
}
#argenx-navbar #top-navbar > :nth-child(2) {
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
#argenx-navbar #top-navbar .cmp-teaser__description {
  max-width: 1156px;
  margin: auto;
  padding-right: 25px;
}
#argenx-navbar #top-navbar .cmp-teaser__description p {
  display: flex;
  justify-content: end;
}
#argenx-navbar #top-navbar .cmp-teaser__description p a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 15px;
}
#argenx-navbar #top-navbar .cmp-teaser__description p a:not(:last-child) {
  border-right: 1px solid #dadada;
}
#argenx-navbar #navbar-bg {
  text-align: center;
  display: flex;
  justify-content: center;
}
#argenx-navbar #navbar-bg .image {
  width: 100%;
  background-color: #ffffff;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
}
.container .row {
  margin-right: -20px;
  margin-left: -20px;
}
.container .row > * {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.container--fullBleed {
  max-width: none !important;
  padding: 0 !important;
}
.container--fullWidth {
  max-width: 1400px !important;
  margin-right: auto;
  margin-left: auto;
  float: none !important;
  clear: both !important;
}
.container--fullWidth .bootstrap-grid > .container {
  padding: 0;
}
.container--fullWidth .bootstrap-container > .cmp-container > .bootstrap-container {
  padding: 0;
}
.container--fullWidth > .cmp-container > .container {
  max-width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .container .cmp-container #argenx-vimeo-video-title,
  .container .cmp-container #argenx-vimeo-video-description {
    padding-top: 10px;
    padding-left: 30px !important;
  }
}
@media (min-width: 1024px) {
  .container .cmp-container iframe.media-video-iframe {
    height: 700px !important;
  }
}
@media only screen and (min-width: 390px) and (max-width: 767px) {
  .container .cmp-container iframe.media-video-iframe {
    height: 250px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container .cmp-container iframe.media-video-iframe {
    height: 400px !important;
  }
}
.video-loader {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dedede;
  z-index: 1100;
}
.video-loader .video-spinner {
  position: relative;
}
.video-loader .video-spinner::after {
  content: "";
  background: url(../../../content/dam/mediaplayer-argenx/logo/loading.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: -50px;
}
.gmg-video-player {
  margin: 0 auto 20px;
  display: block;
  width: 100%;
}
.margin-top-100 {
  margin-top: 100px;
}
.cmp-spacer {
  height: 80px;
}
#page-wrapper {
  margin-top: 130px;
  margin-bottom: 40px;
  display: flex;
  min-height: 76vh;
  justify-content: center;
}
#page-wrapper > :nth-child(1) {
  width: 1440px;
}
#page-wrapper .cmp-container .text h2 {
  font-size: 45px;
  padding-bottom: 60px;
  line-height: normal;
}
#page-wrapper .cmp-container .text h1 {
  padding-bottom: 50px;
  line-height: normal;
}
@media (max-width: 575px) {
  #page-wrapper .header-title-container {
    padding-left: 20px;
  }
}
#page-wrapper .header-title-container .text.parabase {
  padding: 100px 50px 50px 0;
}
#page-wrapper .content-container {
  padding: 0 20px;
}
.multi-images-teaser .cmp-teaser__mobile-image {
  display: block;
}
.multi-images-teaser .cmp-teaser__mobile-image img {
  width: 100%;
}
.multi-images-teaser .cmp-teaser__image {
  display: none;
}
@media (min-width: 768px) {
  .multi-images-teaser .cmp-teaser__mobile-image {
    display: none;
  }
  .multi-images-teaser .cmp-teaser__image {
    display: block;
  }
}
.multi-images-teaser--banner {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.multi-images-teaser--banner .cmp-teaser {
  width: 100%;
}
.multi-images-teaser--banner .cmp-teaser__mobile-image,
.multi-images-teaser--banner .cmp-teaser__image {
  position: absolute;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.multi-images-teaser--banner .cmp-teaser__mobile-image .cmp-image,
.multi-images-teaser--banner .cmp-teaser__image .cmp-image {
  width: 100%;
  height: 100%;
}
.multi-images-teaser--banner .cmp-teaser__mobile-image .cmp-image img,
.multi-images-teaser--banner .cmp-teaser__image .cmp-image img {
  min-height: 100%;
}
.multi-images-teaser--banner .cmp-teaser__mobile-image .cmp-image__image,
.multi-images-teaser--banner .cmp-teaser__image .cmp-image__image {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.multi-images-teaser--banner .cmp-teaser__content {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem;
}
.multi-images-teaser--banner .cmp-teaser__content h2 {
  font-size: 1.625rem;
}
.multi-images-teaser--banner .cmp-teaser__content .cmp-teaser__title {
  max-width: unset;
  margin-bottom: 26px;
}
.multi-images-teaser--banner .cmp-teaser__content .cmp-teaser__description {
  max-width: unset;
}
.multi-images-teaser--banner .cmp-teaser__content .cmp-teaser__description p {
  font-size: 0.9rem;
  line-height: 1.45em;
}
@media (min-width: 768px) {
  .multi-images-teaser--banner .cmp-teaser__content h2 {
    font-size: 2rem;
  }
  .multi-images-teaser--banner .cmp-teaser__content .cmp-teaser__title {
    max-width: 60%;
  }
  .multi-images-teaser--banner .cmp-teaser__content .cmp-teaser__description {
    max-width: 60%;
  }
  .multi-images-teaser--banner .cmp-teaser__content .cmp-teaser__description p {
    font-size: 1rem;
    line-height: 1.75em;
  }
}
.content-container > .cmp-container {
  max-width: 90rem;
  margin: auto;
  padding: 2.5rem 1rem;
}
@media (min-width: 768px) {
  .content-container > .cmp-container {
    padding: 72px 1rem;
  }
}
@media (min-width: 1200px) {
  .content-container > .cmp-container {
    padding: 60px 124px;
  }
}
.background--white-smoke {
  background: #f1f1f1;
}
#recommended-dose > .aem-Grid {
  display: block;
}
@media (min-width: 768px) {
  #recommended-dose > .aem-Grid {
    display: flex;
    align-items: stretch;
    position: relative;
  }
}
@media (max-width: 767px) {
  #recommended-dose > .aem-Grid .container {
    width: 100%;
    display: block;
  }
}
#recommended-dose > .aem-Grid .container > .cmp-container {
  height: 100%;
}
#recommended-dose > .aem-Grid .container > .cmp-container > .container {
  height: 100%;
}
#recommended-dose .aem-GridColumn {
  padding: 0 .5%;
}
#recommended-dose .aem-GridColumn:first-child {
  padding-left: 0;
}
#recommended-dose .aem-GridColumn:last-child {
  padding-right: 0;
}
#recommended-dose .text-center h4 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  #recommended-dose .text-center h4 {
    font-weight: bold;
  }
}
#recommended-dose #dosing-i,
#recommended-dose #dosing-ii {
  padding: 20px 24px;
  background-color: #ffffff;
  border-radius: 1rem;
  height: 100%;
}
@media (min-width: 768px) {
  #recommended-dose #dosing-i,
  #recommended-dose #dosing-ii {
    min-height: 190px;
  }
}
#recommended-dose #dosing-i h3,
#recommended-dose #dosing-ii h3 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 16px;
}
#recommended-dose #dosing-i .teaser,
#recommended-dose #dosing-ii .teaser {
  width: 100%;
}
#recommended-dose #dosing-i .teaser .cmp-teaser,
#recommended-dose #dosing-ii .teaser .cmp-teaser {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #recommended-dose #dosing-i .teaser .cmp-teaser,
  #recommended-dose #dosing-ii .teaser .cmp-teaser {
    margin-left: 50px;
  }
}
#recommended-dose #dosing-i .teaser .cmp-teaser h4,
#recommended-dose #dosing-ii .teaser .cmp-teaser h4 {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  #recommended-dose #dosing-i .teaser .cmp-teaser h4,
  #recommended-dose #dosing-ii .teaser .cmp-teaser h4 {
    padding-left: 10px;
    font-weight: bold;
  }
}
#recommended-dose #dosing-i .teaser .cmp-teaser h4 span,
#recommended-dose #dosing-ii .teaser .cmp-teaser h4 span {
  font-size: 1.75rem;
  font-weight: 600;
}
#recommended-dose #dosing-i .teaser .cmp-teaser .cmp-teaser__content > h2,
#recommended-dose #dosing-ii .teaser .cmp-teaser .cmp-teaser__content > h2 {
  display: none;
}
#recommended-dose #dosing-i .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title:empty,
#recommended-dose #dosing-ii .teaser .cmp-teaser .cmp-teaser__content .cmp-teaser__title:empty {
  display: none;
}
#recommended-dose #dosing-i .teaser .cmp-teaser .cmp-teaser__content p,
#recommended-dose #dosing-ii .teaser .cmp-teaser .cmp-teaser__content p {
  line-height: 1.4rem;
}
#recommended-dose #dosing-i .teaser .cmp-teaser .cmp-teaser__image,
#recommended-dose #dosing-ii .teaser .cmp-teaser .cmp-teaser__image {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 24px;
  width: 96px;
}
#recommended-dose #dosing-i h3 {
  color: #008996;
}
#recommended-dose #dosing-i .cmp-teaser .cmp-teaser__image {
  margin-right: 24px !important;
}
@media (min-width: 768px) {
  #recommended-dose #dosing-i .cmp-teaser .cmp-teaser__image {
    margin-right: 8px !important;
  }
}
@media (min-width: 768px) {
  #recommended-dose #dosing-i .cmp-teaser .cmp-teaser__content {
    max-width: 288px;
  }
}
@media (max-width: 767px) {
  #recommended-dose #dosing-i {
    margin-bottom: 30px;
  }
}
#recommended-dose #dosing-ii h3 {
  color: #9137af;
}
