@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**
   * Remove default margin.
   */
body {
  margin: 0;
}
/* ==========================================================================
     Links
     ========================================================================== */
/**
   * 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 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-size: 1em;
}
/**
   * Improve readability of pre-formatted text in all browsers.
   */
pre {
  white-space: pre-wrap;
}
/**
   * Set consistent quote types.
   */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
   * 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%;
  height: auto;
}
/**
   * 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;
}
.root {
  overflow: hidden;
}
@font-face {
  font-family: 'Exo2 Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Regular.woff2) format('woff2'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Regular.woff) format('woff'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Regular.eot) format('eot');
}
@font-face {
  font-family: 'Exo2 SemiBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-SemiBold.woff2) format('woff2'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-SemiBold.woff) format('woff'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-SemiBold.eot) format('eot');
}
@font-face {
  font-family: 'Exo2 Bold';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Bold.woff2) format('woff2'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Bold.woff) format('woff'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Bold.eot) format('eot');
}
@font-face {
  font-family: 'Exo2 Thin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Thin.woff2) format('woff2'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Thin.woff) format('woff'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Thin.eot) format('eot');
}
@font-face {
  font-family: 'Exo 2 Medium';
  src: url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Medium.woff2) format('woff2'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Medium.woff) format('woff'), url(../../../../etc.clientlibs/argenx/clientlibs/clientlibs-clinicaltrials/clientlib-clinicaltrials-commons/resources/fonts/Exo2-Medium.eot) format('eot');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.spacer .cmp-spacer {
  height: var(--smallHeight);
}
@media (min-width: 768px) {
  .spacer .cmp-spacer {
    height: var(--mediumHeight) !important;
  }
}
@media (min-width: 992px) {
  .spacer .cmp-spacer {
    height: var(--largeHeight) !important;
  }
}
.color-utilities--text-white {
  color: #ffffff;
}
.color-utilities--text-black {
  color: #000000;
}
.color-utilities--text-green {
  color: #009e4c;
}
.color-utilities--text-black1 {
  color: #333333;
}
.color-utilities--bg-white {
  background-color: #ffffff;
}
.color-utilities--bg-black {
  background-color: #000000;
}
.color-utilities--bg-green {
  background-color: #009e4c;
}
.color-utilities--bg-grey {
  background-color: #f2f2f2;
}
.color-utilities--title-black1 {
  color: #333333;
}
.cmp__button--white-bg .cmp-button {
  background-color: #ffffff;
}
.cmp__button--white-bg .cmp-button:hover {
  background-color: #00609c;
}
.cmp__button--white-bg .cmp-button:hover * {
  color: #ffffff;
}
.cmp__button--white-text .cmp-button * {
  color: #ffffff;
}
.cmp__button--white-border .cmp-button {
  border-color: #ffffff;
}
.cmp__button--black-bg .cmp-button {
  background-color: #000000;
  border-color: #000000;
}
.cmp__button--black-bg .cmp-button:hover {
  background-color: #ffffff;
}
.cmp__button--black-bg .cmp-button:hover * {
  color: #000000;
}
.cmp__button--black-text .cmp-button * {
  color: #000000;
}
.cmp__button--black-border .cmp-button {
  border-color: #000000;
}
.cmp__button--grey-bg .cmp-button {
  background-color: rgba(51, 51, 51, 0.75);
  border-color: rgba(51, 51, 51, 0.75);
}
.cmp__button--grey-bg .cmp-button:hover {
  background-color: #ffffff;
}
.cmp__button--grey-bg .cmp-button:hover * {
  color: rgba(51, 51, 51, 0.75);
}
.cmp__button--grey-text .cmp-button * {
  color: rgba(51, 51, 51, 0.75);
}
.cmp__button--grey-border .cmp-button {
  border-color: rgba(51, 51, 51, 0.75);
}
.cmp__container--bg-dark-gray {
  background-color: rgba(51, 51, 51, 0.75);
}
.cmp__container--bg-light-gray {
  background-color: #f2f2f2;
}
.cmp__container--bg-black {
  background-color: #000000;
}
.cmp__grid--green-bg {
  background-color: #5fd8ca;
}
.cmp__grid--blue-bg {
  background-color: #00609c;
}
.cmp__grid--bg-dark-gray {
  background-color: rgba(51, 51, 51, 0.75);
}
.cmp__grid--bg-light-gray {
  background-color: #f2f2f2;
}
.cmp__title--green-bg {
  background-color: #5fd8ca;
}
.cmp__title--light-black {
  color: #5a5a5a;
}
.cmp__container--align-center {
  display: flex;
  justify-content: center;
}
.cmp__container--align-left {
  display: flex;
  justify-content: flex-start;
}
.cmp__container--align-right {
  display: flex;
  justify-content: flex-end;
}
.cmp__container--valign-center {
  align-items: center;
}
.cmp__container--valign-bottom {
  align-items: flex-end;
}
.cmp__container--valign-top {
  align-items: flex-start;
}
.cmp__container--direction-row > .cmp-container {
  display: flex;
  flex-direction: row;
}
.cmp__container--direction-column > .cmp-container {
  display: flex;
  flex-direction: column;
}
.cmp__container--gap-medium > .cmp-container {
  display: flex;
  gap: 15px;
}
.cmp__container--gap-small > .cmp-container {
  display: flex;
  gap: 5px;
}
.cmp__teaser--align-center {
  display: flex;
  justify-content: center;
}
.cmp__teaser--align-left {
  display: flex;
  justify-content: flex-start;
}
.cmp__teaser--align-right {
  display: flex;
  justify-content: flex-end;
}
.cmp__teaser--valign-center {
  align-items: center;
}
.cmp__teaser--valign-bottom {
  align-items: flex-end;
}
.cmp__teaser--valign-top {
  align-items: flex-start;
}
.cmp-header > .cmp-container {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .cmp-header > .cmp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.cmp-header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cmp-header.sticky-header #mobile-footer-links {
  display: none;
}
.cmp-header .row {
  align-items: center;
  min-height: 123px;
}
.cmp-header .bs-container-0 .text p {
  margin-bottom: 0;
  font-size: 32px;
  font-family: "Exo2 Bold" !important;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .cmp-header .bs-container-0 .text p {
    text-align: left;
  }
}
.cmp-header .bs-container-1 .cmp-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .cmp-header .bs-container-1 .cmp-container {
    justify-content: flex-end;
  }
}
.cmp-header .bs-container-1 .search {
  display: none;
}
.cmp-header .bs-container-1 .image-v2 .cmp-image {
  max-width: 130px;
}
#top-banner p {
  margin-bottom: 0;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#top-banner .top-banner-close-icon {
  cursor: pointer;
}
.ct__footer .ct__footer--container > .cmp-container {
  max-width: 1200px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .ct__footer .ct__footer--container > .cmp-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.ct__footer .row {
  align-items: center;
  min-height: 137px;
}
.ct__footer .row .bs-container-0 .image {
  max-width: 130px;
  margin: auto;
}
@media (min-width: 768px) {
  .ct__footer .row .bs-container-0 .image {
    margin: initial;
  }
}
.ct__footer .row .bs-container-1 #footer-links {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .ct__footer .row .bs-container-1 #footer-links {
    justify-content: flex-end;
  }
}
.ct__footer .row .bs-container-1 #footer-links .text {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #888;
}
.ct__footer .row .bs-container-1 #footer-links .text:first-child {
  border-left: 0;
}
.ct__footer .row .bs-container-1 #footer-links .text p {
  margin-bottom: 0;
}
.ct__footer .row .bs-container-1 #footer-links .text p a {
  text-decoration: underline;
}
.cmp__multibg--hero-banner .teaser-bg-img div,
.cmp__multibg--hero-banner .teaser-bg-tab-img div,
.cmp__multibg--hero-banner .teaser-bg-mob-img div {
  background-size: cover;
}
.cmp__multibg--hero-banner .teaser-bg-img div {
  min-height: 500px;
  background-position: center 20%;
}
.cmp__multibg--hero-banner .cmp-teaser {
  position: relative;
}
.cmp__multibg--hero-banner .cmp-teaser .cmp-teaser__content {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  z-index: 3;
}
.cmp__multibg--hero-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .cmp__multibg--hero-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    max-width: 540px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cmp__multibg--hero-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    max-width: 550px;
    text-align: left;
    font-size: 48px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .cmp__multibg--hero-banner .cmp-teaser .cmp-teaser__content .cmp-teaser__title {
    padding: 0;
  }
}
.cmp__multibg--hero-banner-right-align .cmp-teaser__content {
  justify-content: flex-end;
  text-align: right;
}
.cmp__multibg--hero-banner-left-align .cmp-teaser__content {
  justify-content: flex-start;
  text-align: left;
}
.cmp__multibg--hero-banner-center-align .cmp-teaser__content {
  justify-content: center;
  text-align: center;
}
.cmp__multibg--hero-banner-light-bg .teaser-bg-img,
.cmp__multibg--hero-banner-light-bg .teaser-bg-tab-img,
.cmp__multibg--hero-banner-light-bg .teaser-bg-mob-img {
  position: relative;
}
.cmp__multibg--hero-banner-light-bg .teaser-bg-img::before,
.cmp__multibg--hero-banner-light-bg .teaser-bg-tab-img::before,
.cmp__multibg--hero-banner-light-bg .teaser-bg-mob-img::before {
  content: '';
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.cmp__multibg--hero-banner-light-bg .cmp-teaser__title {
  color: #000;
}
.cmp__multibg--hero-banner-dark-bg .teaser-bg-img,
.cmp__multibg--hero-banner-dark-bg .teaser-bg-tab-img,
.cmp__multibg--hero-banner-dark-bg .teaser-bg-mob-img {
  position: relative;
}
.cmp__multibg--hero-banner-dark-bg .teaser-bg-img::before,
.cmp__multibg--hero-banner-dark-bg .teaser-bg-tab-img::before,
.cmp__multibg--hero-banner-dark-bg .teaser-bg-mob-img::before {
  content: '';
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 1;
}
.cmp__multibg--hero-banner-dark-bg .cmp-teaser__title {
  color: #fff;
}
.button .cmp-button {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 50px;
  border-style: solid;
  display: inline-block;
  margin: 5px 0;
  border-width: 2px;
}
.cmp__grid--multi-column-cards {
  border-radius: 20px;
}
.cmp__grid--multi-column-cards > .container {
  transform: translateY(-3%);
}
@media (min-width: 768px) {
  .cmp__grid--multi-column-cards > .container {
    transform: translateY(-10%);
  }
}
@media (min-width: 992px) {
  .cmp__grid--multi-column-cards > .container {
    transform: translateY(-20%);
  }
}
.cmp__grid--multi-column-cards .row {
  display: flex;
  justify-content: center;
}
.cmp__grid--multi-column-cards .row .bootstrap-container {
  max-width: 275px;
  width: 100%;
  height: 240px;
  margin: 5px;
  padding: 20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cmp__grid--multi-column-cards .row .bootstrap-container {
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .cmp__grid--multi-column-cards .row .bootstrap-container {
    max-width: 230px;
  }
}
@media (min-width: 1200px) {
  .cmp__grid--multi-column-cards .row .bootstrap-container {
    max-width: 275px;
  }
}
@media (min-width: 991px) {
  .cmp__teaser--first-column .cmp-teaser__description p,
  .cmp__teaser--last-column .cmp-teaser__description p {
    padding-bottom: 30px;
  }
}
.cmp__teaser--multi-column {
  padding: 20px;
}
.cmp__teaser--multi-column .cmp-teaser__content {
  height: 173px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cmp__teaser--multi-column .cmp-teaser__content .cmp-teaser__title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
  text-align: left;
}
.cmp__teaser--multi-column .cmp-teaser__content .cmp-teaser__description p {
  font-family: "Exo2 Bold" !important;
  font-size: 32px;
  margin-bottom: 0;
  line-height: 36px;
}
@media (min-width: 991px) {
  .cmp__teaser--multi-column .cmp-teaser__content .cmp-teaser__description p {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cmp__teaser--multi-column .cmp-teaser__content .cmp-teaser__description p {
    font-size: 24px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .cmp__container--global-map .cmp-container .globalMap .global-map {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cmp__container--global-map .cmp-container .globalMap .global-map.container .highlight-row {
  background-color: rgba(0, 96, 156, 0.1) !important;
}
.cmp__container--global-map .cmp-container .globalMap .location-list {
  width: auto;
  padding: 0;
  border-right: 0;
  background: transparent;
  height: auto;
  max-height: none;
  overflow-y: none;
}
@media (min-width: 768px) {
  .cmp__container--global-map .cmp-container .globalMap .location-list {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .cmp__container--global-map .cmp-container .globalMap .location-list {
    max-width: 375px;
  }
}
.cmp__container--global-map .cmp-container .globalMap .location-list h2 {
  display: none;
}
.cmp__container--global-map .cmp-container .globalMap .location-list .location-contacts {
  margin-top: 8px;
}
.cmp__container--global-map .cmp-container .globalMap .location-list .search::before {
  content: "";
  background: url(../../../../content/dam/clinicaltrials/icons/search-icon.svg) no-repeat;
  position: absolute;
  left: 25px;
  top: 50%;
  width: 16px;
  height: 17px;
  background-size: 16px;
  pointer-events: none;
  transform: translateY(-50%);
}
.cmp__container--global-map .cmp-container .globalMap .location-list .search {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .cmp__container--global-map .cmp-container .globalMap .location-list .search {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.cmp__container--global-map .cmp-container .globalMap .location-list .search input {
  padding: 18px 50px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #333333;
  border-radius: 35px;
  font-size: 16px;
  min-height: 60px;
}
.cmp__container--global-map .cmp-container .globalMap .location-list .country-list-location {
  max-height: 526px;
  overflow: auto;
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cmp__container--global-map .cmp-container .globalMap .location-list .country-list-location {
    height: 526px;
  }
}
.cmp__container--global-map .cmp-container .globalMap .location-list .country-tiles {
  width: 100%;
  padding: 10px;
}
.cmp__container--global-map .cmp-container .globalMap .location-list .country-tiles .location:hover {
  background-color: rgba(0, 96, 156, 0.1);
}
.cmp__container--global-map .cmp-container .globalMap .location-list .country-tiles .location h3 {
  color: #5a5a5a;
}
.cmp__container--global-map .cmp-container .globalMap .location-list .country-tiles .location h4 {
  color: #000000;
}
.cmp__container--global-map .cmp-container .globalMap .location-list .country-tiles .location:last-child {
  margin-bottom: 0;
}
.cmp__container--global-map .cmp-container .globalMap .map-section {
  max-width: auto;
}
@media (min-width: 768px) {
  .cmp__container--global-map .cmp-container .globalMap .map-section {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  .cmp__container--global-map .cmp-container .globalMap .map-section {
    max-width: 62%;
  }
}
@media (min-width: 1200px) {
  .cmp__container--global-map .cmp-container .globalMap .map-section {
    max-width: 795px;
  }
}
.cmp__text--jump-section {
  padding: 0 20px;
  border: 3px solid #f2f2f2;
  border-right: 0;
  border-left: 0;
  background-color: #ffffff;
  z-index: 2;
  position: sticky;
  top: 120px;
}
@media (min-width: 992px) {
  .cmp__text--jump-section {
    padding: 20px;
    box-shadow: 0px -12px 10px #f2f2f2;
  }
}
.cmp__text--jump-section .cmp-text {
  position: relative;
}
.cmp__text--jump-section #custom-dropdown {
  background-color: #ffffff;
  border: 2px solid #f2f2f2;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 10px;
  text-align: center;
}
.cmp__text--jump-section #custom-dropdown .arrow {
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 17px;
  transform: translateY(-50%);
}
.cmp__text--jump-section #custom-dropdown .arrow::before,
.cmp__text--jump-section #custom-dropdown .arrow::after {
  border-left: 1.6px solid black;
  content: "";
  height: 10px;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 2px;
}
.cmp__text--jump-section #custom-dropdown .arrow::before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 11px;
}
.cmp__text--jump-section #custom-dropdown .arrow::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 4px;
}
.cmp__text--jump-section ul {
  padding: 15px;
  gap: 0px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  background: black;
  color: white;
  display: none;
  position: absolute;
  width: 100%;
}
.cmp__text--jump-section ul.show-dropdown {
  display: block;
}
@media (min-width: 768px) {
  .cmp__text--jump-section ul {
    position: relative;
    padding: 0px;
    flex-wrap: nowrap;
    gap: 12px;
    text-align: center;
    background: #ffffff;
    color: #000000;
    display: flex;
  }
}
.cmp__text--jump-section ul li {
  list-style-type: none;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  text-align: left;
}
.cmp__text--jump-section ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cmp__text--jump-section ul li {
    border-bottom: 0;
    padding: 0;
  }
}
.cmp__text--jump-section ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .cmp__text--jump-section ul li a {
    font-size: 13px;
    color: black;
  }
  .cmp__text--jump-section ul li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .cmp__text--jump-section ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .cmp__text--jump-section ul li a {
    font-size: 16px;
  }
}
.cmp__text--jump-section-center-align ul {
  justify-content: center;
}
.cmp__text--jump-section-left-align ul {
  justify-self: flex-start;
}
.cmp__text--jump-section-right-align ul {
  justify-self: flex-end;
}
.cmp__title--multi-details {
  padding: 20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
  display: block;
  margin: 0 auto;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 89% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .cmp__title--multi-details {
    clip-path: polygon(0% 0%, 96% 0%, 100% 50%, 96% 100%, 0% 100%);
  }
}
@media (min-width: 1200px) {
  .cmp__title--multi-details {
    clip-path: polygon(0% 0%, 98% 0%, 100% 50%, 98% 100%, 0% 100%);
  }
}
.cmp__title--multi-details .cmp-title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.cmp__grid--multi-details .container .row {
  row-gap: 70px;
}
@media (min-width: 768px) {
  .cmp__grid--multi-details .container .row {
    padding: 0;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .cmp__grid--multi-details .container .row {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .cmp__grid--multi-details .container .row {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 50px;
    gap: 148px;
  }
}
.cmp__grid--multi-details .container .row .bootstrap-container {
  padding: 15px 10px 15px;
  margin: 0;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .cmp__grid--multi-details .container .row .bootstrap-container {
    margin: 0;
    max-width: 60%;
  }
}
@media (min-width: 992px) {
  .cmp__grid--multi-details .container .row .bootstrap-container {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .cmp__grid--multi-details .container .row .bootstrap-container {
    max-width: 45%;
    margin: 0 -50px;
  }
}
.cmp__grid--multi-details .container .row .bootstrap-container .text {
  width: 100%;
  display: inline-block;
}
.cmp__grid--multi-details .container .row .bootstrap-container .text p {
  margin-bottom: 0;
  text-align: center;
}
.cmp__grid--multi-details .container .row .bootstrap-container {
  position: relative;
}
.cmp__grid--multi-details .container .row .bootstrap-container::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  width: 3px;
  height: 60px;
  background-color: rgba(51, 51, 51, 0.75);
}
.cmp__grid--multi-details .container .row .bootstrap-container::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(51, 51, 51, 0.75);
}
.cmp__grid--multi-details .container .row .bootstrap-container:last-child::after,
.cmp__grid--multi-details .container .row .bootstrap-container:last-child::before {
  display: none;
}
@media (min-width: 1200px) {
  .cmp__grid--multi-details .container .row .bootstrap-container::after {
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    right: -40px;
  }
  .cmp__grid--multi-details .container .row .bootstrap-container::before {
    top: 50%;
    right: -60px;
    left: auto;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(51, 51, 51, 0.75);
  }
  .cmp__grid--multi-details .container .row .bootstrap-container:last-child::after,
  .cmp__grid--multi-details .container .row .bootstrap-container:last-child::before {
    display: none;
  }
}
body {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-align: justify;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: normal;
}
h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}
h2 {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}
h4 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}
h5 {
  font-size: 12px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 8px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 12px;
  }
}
a {
  text-decoration: none;
  color: #000000;
}
.text.cmp__text--link-blue a {
  color: #000000 !important;
}
.text.cmp__text--link-blue a:hover {
  text-decoration: underline;
}
.text.cmp__text--link-blue .cmp-text p {
  text-wrap-mode: nowrap;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
}
.container .row {
  margin-right: -20px;
  margin-left: -20px;
}
.container--fullBleed {
  max-width: none;
  padding: 0;
}
.container--fullBleed .container {
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.container--fullBleed .container .row {
  margin-right: 0;
  margin-left: 0;
}
.container--fullBleed .cmp__container--full-width {
  max-width: 1200px;
}
.container .cmp__container--full-width {
  max-width: 1200px !important;
  margin-right: auto;
  margin-left: auto;
  float: none !important;
  clear: both !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container .cmp__container--full-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.container .cmp__container--full-width .bootstrap-grid > .container {
  padding: 0;
}
.container .cmp__container--full-width .bootstrap-container > .cmp-container > .bootstrap-container {
  padding: 0;
}
.container .cmp__container--full-width > .cmp-container > .container {
  max-width: 100%;
  padding: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.display-flex > div:nth-child(1) {
  display: flex;
}
.text .active {
  padding-left: 22px;
  position: relative;
}
.text .active::before {
  content: '';
  width: 17px;
  height: 17px;
  background-color: #91c353;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 10px;
}
hr {
  color: #000000;
}
.cmp-click-out-modal__main-modal-close-button {
  display: none;
}
.cmp-click-out-modal__main-title {
  text-align: center;
  font-size: 24px !important;
  color: #91c353 !important;
  margin: 20px 0;
  font-weight: 400;
}
.cmp-click-out-modal__main-title p {
  margin: 0;
  line-height: 2.2rem;
}
.cmp-click-out-modal-main-buttons {
  margin: 2.5rem auto !important;
  justify-content: center !important;
  display: flex;
  align-items: flex-start;
}
.cmp-click-out-modal-main-button {
  width: 150px;
  padding: 0;
  margin: 10px 5px;
  font-size: 1rem !important;
  line-height: 2rem !important;
  font-family: "Exo 2";
  justify-content: center;
  border: 2px solid #91c353;
  box-shadow: none;
  text-decoration: none;
  border-radius: 1.3125rem;
}
.cmp-click-out-modal-main-button.click-out-cancel {
  color: #91c353;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  cursor: pointer;
}
.cmp-click-out-modal-main-button.click-out-confirm {
  background-color: #91c353;
  border: 2px solid #91c353;
  color: #ffffff;
  cursor: pointer;
}
.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* slight dark overlay */
  backdrop-filter: blur(5px);
  /* blur effect */
  -webkit-backdrop-filter: blur(5px);
  /* Safari support */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-popup-box {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  max-width: 300px;
  text-align: center;
}
.custom-popup-box h2 {
  text-align: center;
  font-size: 24px ;
  color: #91c353;
  margin: 20px 0;
  font-weight: 400;
}
* {
  font-family: "Exo2 Regular", 'serif' !important;
}
.cmp__grid--medical-details .image {
  max-width: 80%;
  margin: 0 auto 20px;
}
.cmp__grid--medical-details .text p {
  margin-bottom: 0;
}
.cmp__grid--medical-details > .container > .row > .bs-container-0 > .cmp-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cmp__grid--medical-details > .container > .row > .bs-container-1 {
  padding: 30px !important;
  border-radius: 20px;
  z-index: 3;
}
@media (min-width: 768px) {
  .cmp__grid--medical-details > .container > .row > .bs-container-1 > .cmp-container {
    padding: 0;
  }
}
.cmp__grid--medical-details .text {
  padding: 15px 0;
}
@media print {
  .sticky-header {
    position: relative !important;
    top: auto !important;
    box-shadow: none !important;
  }
}
