/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html, body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
  scroll-behavior: smooth;
}

#zh-ICHRASummit-LP2024 {
  margin: 0 auto;
}

.nowrap {
  white-space: nowrap;
}

.container-responsive {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

h1 {
  margin-top: 0;
}

#page-content section,
#page-footer {
  padding: 80px;
}
#page-content section .container-responsive,
#page-footer .container-responsive {
  max-width: 1140px;
}
@media (max-width: 992px) {
  #page-content section,
  #page-footer {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  #page-content section,
  #page-footer {
    padding: 40px;
  }
}

a {
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
  color: #ff693d;
}

p {
  font-size: inherit;
}
p a {
  font-weight: bolder;
  color: #ff693d;
}
p a:hover {
  text-decoration: underline;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "Cardo", serif;
}

.sans,
.sansserif,
.sans-serif {
  font-family: "Montserrat", sans-serif;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 40%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fill-right, .fill-left {
  position: relative;
}

.fill-right:after, .fill-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: inherit;
}

.fill-right:after {
  left: 100%;
}

.fill-left:before {
  right: 100%;
}

#zh-ICHRASummit-LP2024 .btn {
  font-size: 1rem;
  border-radius: 1.5rem;
  padding: 0.7em 1.5em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border: 2px solid transparent;
  background-clip: border-box;
  will-change: transform;
  background-color: #ff693d;
}
#zh-ICHRASummit-LP2024 .btn, #zh-ICHRASummit-LP2024 .btn span, #zh-ICHRASummit-LP2024 .btn .fl-button-text, #zh-ICHRASummit-LP2024 .btn * {
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
}
#zh-ICHRASummit-LP2024 .btn:hover {
  transform: translatey(-0.125rem);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
#zh-ICHRASummit-LP2024 .btn, #zh-ICHRASummit-LP2024 .btn span, #zh-ICHRASummit-LP2024 .btn .fl-button-text, #zh-ICHRASummit-LP2024 .btn * {
  color: #FFFFFF;
}
#zh-ICHRASummit-LP2024 .btn:hover {
  background-color: rgb(255, 124.7164948454, 86.5);
}
#zh-ICHRASummit-LP2024 .btn:hover, #zh-ICHRASummit-LP2024 .btn:hover span, #zh-ICHRASummit-LP2024 .btn:hover .fl-button-text, #zh-ICHRASummit-LP2024 .btn:hover * {
  color: #FFFFFF;
}
#zh-ICHRASummit-LP2024 .btn.btn-hollow {
  background-color: transparent;
  border-color: inherit;
}
#zh-ICHRASummit-LP2024 .btn.btn-hollow, #zh-ICHRASummit-LP2024 .btn.btn-hollow span, #zh-ICHRASummit-LP2024 .btn.btn-hollow .fl-button-text, #zh-ICHRASummit-LP2024 .btn.btn-hollow * {
  color: inherit;
}
#zh-ICHRASummit-LP2024 .btn.btn-hollow:hover {
  background-color: white;
  border-color: white;
}
#zh-ICHRASummit-LP2024 .btn.btn-hollow:hover, #zh-ICHRASummit-LP2024 .btn.btn-hollow:hover span, #zh-ICHRASummit-LP2024 .btn.btn-hollow:hover .fl-button-text, #zh-ICHRASummit-LP2024 .btn.btn-hollow:hover * {
  color: #ff693d;
}
#zh-ICHRASummit-LP2024 .btn.btn-large {
  font-size: 20px;
}

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important;
}

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #212121;
  outline: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -7px;
}
.burger-icon::after {
  top: 7px;
}

.nav-container {
  max-width: 240px !important;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar-toggler:not(.collapsed) .burger-icon, .navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background-color: #212121;
  outline: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navbar-toggler:not(.collapsed) .burger-icon::before, .navbar-toggler:not(.collapsed) .burger-icon::after {
  position: absolute;
  content: "";
}
.navbar-toggler:not(.collapsed) .burger-icon::before {
  top: -7px;
}
.navbar-toggler:not(.collapsed) .burger-icon::after {
  top: 7px;
}
.navbar-toggler:not(.collapsed) .burger-icon {
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) .burger-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .burger-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.nav-item {
  font-weight: bold;
}

li a {
  color: #010080 !important;
}

nav.navbar {
  padding: 40px;
}
nav.navbar > .container-responsive {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
nav.navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
nav.navbar .navbar-nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  nav.navbar {
    padding: 20px;
  }
}

header, #footer {
  display: none !important;
}

#zh-ICHRASummit-LP2024 {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
  /* Keyframes for the spinning compass  */
  /* Keyframes for the fade-in effect */
  /* Keyframes for the pulse on info-boxes */
  /* Media Query */
}
#zh-ICHRASummit-LP2024 h1, #zh-ICHRASummit-LP2024 h2, #zh-ICHRASummit-LP2024 h3, #zh-ICHRASummit-LP2024 h4, #zh-ICHRASummit-LP2024 h5, #zh-ICHRASummit-LP2024 p, #zh-ICHRASummit-LP2024 a, #zh-ICHRASummit-LP2024 span {
  font-family: "Montserrat", sans-serif !important;
}
#zh-ICHRASummit-LP2024 nav {
  padding-block: 1em !important;
}
#zh-ICHRASummit-LP2024 h1 {
  font-weight: bold;
  color: #010080;
  margin-bottom: 1 em;
}
#zh-ICHRASummit-LP2024 h2 {
  font-weight: bold;
  color: #010080;
}
#zh-ICHRASummit-LP2024 h3 {
  font-weight: bold;
}
#zh-ICHRASummit-LP2024 .jumbo-p {
  font-size: 22px !important;
}
#zh-ICHRASummit-LP2024 body {
  font-family: "Montserrat", sans-serif !important;
}
#zh-ICHRASummit-LP2024 #header-hero {
  background: #ecf6fe;
  background-image: linear-gradient(to bottom, #0b89f7 0%, rgba(11, 137, 247, 0.3490196078) 10%, rgba(255, 255, 255, 0.7) 35%, rgb(255, 255, 255) 100%), url("../images/hero-bg.webp");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-color: #0b89f7;
}
#zh-ICHRASummit-LP2024 #header-hero img {
  padding: 0 !important;
}
#zh-ICHRASummit-LP2024 #header-hero .col-12 {
  position: relative;
  z-index: 200;
}
#zh-ICHRASummit-LP2024 #header-hero #blue-mountains {
  position: relative;
  bottom: -5em;
  left: 0;
  width: 100vw;
  max-width: 300vw;
  z-index: 50;
}
#zh-ICHRASummit-LP2024 #header-hero #blue-light-mountains {
  position: absolute;
  z-index: 40;
  bottom: 1%;
  left: 0;
  width: 100%;
}
#zh-ICHRASummit-LP2024 #header-hero #snow {
  position: absolute;
  z-index: 50;
  bottom: 1%;
  left: 0;
  width: 100%;
  height: 100vh;
  animation: slide 20s linear infinite;
}
#zh-ICHRASummit-LP2024 #header-hero h1 {
  color: #ff693d;
  margin-top: 2em;
}
#zh-ICHRASummit-LP2024 #header-hero h1 span {
  color: #fcb986;
}
#zh-ICHRASummit-LP2024 #explore {
  background-color: #010080;
  position: relative;
  z-index: 100;
  padding-block: 0 2em !important;
}
#zh-ICHRASummit-LP2024 #explore h2,
#zh-ICHRASummit-LP2024 #explore p {
  color: #FFFFFF;
}
#zh-ICHRASummit-LP2024 #explore img {
  margin-block: 2em;
}
#zh-ICHRASummit-LP2024 #explore .ichra-patch {
  position: relative;
}
#zh-ICHRASummit-LP2024 #explore .ichra-patch::after {
  content: url("../images/compass-image.webp");
  position: absolute;
  bottom: -4em;
  left: -2em;
  width: 63%;
  height: 71%;
  z-index: 1000;
  scale: 0.5;
  animation: rotate-infinite 9s linear infinite;
}
#zh-ICHRASummit-LP2024 #direction {
  background-color: #ecf6fe;
  height: 800px;
  position: relative;
  z-index: 100;
}
#zh-ICHRASummit-LP2024 #direction a {
  text-decoration: none;
}
#zh-ICHRASummit-LP2024 #direction a:hover {
  color: #fe05e1;
}
#zh-ICHRASummit-LP2024 #direction .image-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
#zh-ICHRASummit-LP2024 #direction .image-container:has(#attend-link:hover) #Attend {
  fill: #ff693d !important;
}
#zh-ICHRASummit-LP2024 #direction .image-container:has(#attend-link:hover) #Path_120 {
  fill: #ff693d !important;
}
#zh-ICHRASummit-LP2024 #direction .image-container:has(#exhibiting-link:hover) #Exhibit {
  fill: #ff693d !important;
}
#zh-ICHRASummit-LP2024 #direction .image-container:has(#exhibiting-link:hover) #Path_119 {
  fill: #ff693d !important;
}
#zh-ICHRASummit-LP2024 #direction .image-container:has(#stay-explore-link:hover) #Book_your_stay {
  fill: #ff693d !important;
}
#zh-ICHRASummit-LP2024 #direction .image-container:has(#stay-explore-link:hover) #Path_122 {
  fill: #ff693d !important;
}
#zh-ICHRASummit-LP2024 #direction .image-container:has(#your-agenda-link:hover) #View_the_agenda {
  fill: #ff693d !important;
}
#zh-ICHRASummit-LP2024 #direction .image-container:has(#your-agenda-link:hover) #Path_121 {
  fill: #ff693d !important;
}
#zh-ICHRASummit-LP2024 #attending {
  background-color: #010080;
  color: #FFFFFF;
  position: relative;
  z-index: 100;
}
#zh-ICHRASummit-LP2024 #attending h2 {
  color: #0889f7;
}
#zh-ICHRASummit-LP2024 #attending .row:nth-child(2) {
  margin-block: 0em 2em;
}
#zh-ICHRASummit-LP2024 #attending .row:nth-child(2) .col {
  margin-block: 1em;
}
#zh-ICHRASummit-LP2024 #attending .info-box {
  background-color: #2726a6;
  padding: 2em 2em 1em;
  height: 100%;
  max-width: 490px;
  width: 100%;
  border-radius: 1rem;
  margin-block: 0.5em;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
#zh-ICHRASummit-LP2024 #attending .info-box h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1em;
}
#zh-ICHRASummit-LP2024 #attending .btn {
  margin-top: 2em;
  max-width: 250px;
  width: 100%;
}
#zh-ICHRASummit-LP2024 #summit-highlights {
  background-color: #ecf6fe;
  position: relative;
  z-index: 100;
}
#zh-ICHRASummit-LP2024 #summit-highlights h2 {
  margin-bottom: 1em;
}
#zh-ICHRASummit-LP2024 #summit-highlights .info-box {
  background-color: #FFFFFF;
  margin: 1em 0;
  padding: 1em;
  border-radius: 1rem;
  display: flex;
  max-width: 500px;
}
#zh-ICHRASummit-LP2024 #summit-highlights .info-box h3 {
  color: #ff693d;
  margin-bottom: 0;
}
#zh-ICHRASummit-LP2024 #summit-highlights .info-box p {
  color: #010080;
  font-weight: medium;
  max-width: 350px;
}
#zh-ICHRASummit-LP2024 #summit-highlights .info-box img {
  max-width: 44px;
  max-height: 44px;
  padding: 3px;
}
#zh-ICHRASummit-LP2024 #summit-highlights .info-box .text-container {
  margin-left: 10px;
}
#zh-ICHRASummit-LP2024 #your-agenda {
  background-color: #0889f7;
  color: #FFFFFF;
  position: relative;
  z-index: 130;
  padding: 2em !important;
}
#zh-ICHRASummit-LP2024 #your-agenda h2 {
  color: #FFFFFF;
}
#zh-ICHRASummit-LP2024 #your-agenda::after {
  content: url("../images/down.svg");
  position: absolute;
  color: #FFFFFF;
  bottom: -18%;
  left: 47%;
  font-size: 40px;
  z-index: 130;
  background-color: #0889f7;
  width: 100px;
  border-radius: 100%;
  text-align: center;
}
#zh-ICHRASummit-LP2024 #may-13 {
  background-color: #ffb882;
}
#zh-ICHRASummit-LP2024 #may-14 {
  background-color: #fc9e56;
}
#zh-ICHRASummit-LP2024 #may-15 {
  background-color: #ff693d;
}
#zh-ICHRASummit-LP2024 #may-13,
#zh-ICHRASummit-LP2024 #may-14,
#zh-ICHRASummit-LP2024 #may-15 {
  position: relative;
  z-index: 100;
}
#zh-ICHRASummit-LP2024 #may-13 .row,
#zh-ICHRASummit-LP2024 #may-14 .row,
#zh-ICHRASummit-LP2024 #may-15 .row {
  background-color: #FFFFFF;
  padding: 3em 4.2em;
  border-radius: 1rem;
}
#zh-ICHRASummit-LP2024 #may-13 h3,
#zh-ICHRASummit-LP2024 #may-13 p,
#zh-ICHRASummit-LP2024 #may-14 h3,
#zh-ICHRASummit-LP2024 #may-14 p,
#zh-ICHRASummit-LP2024 #may-15 h3,
#zh-ICHRASummit-LP2024 #may-15 p {
  color: #010080;
}
#zh-ICHRASummit-LP2024 #may-13 h3,
#zh-ICHRASummit-LP2024 #may-14 h3,
#zh-ICHRASummit-LP2024 #may-15 h3 {
  font-size: 22px !important;
  margin-block: 0.1em 1em;
  font-weight: bold;
}
#zh-ICHRASummit-LP2024 #may-13 p,
#zh-ICHRASummit-LP2024 #may-14 p,
#zh-ICHRASummit-LP2024 #may-15 p {
  margin-bottom: 0;
}
#zh-ICHRASummit-LP2024 #may-13 .normal,
#zh-ICHRASummit-LP2024 #may-14 .normal,
#zh-ICHRASummit-LP2024 #may-15 .normal {
  font-weight: 400;
  margin-bottom: 0;
}
#zh-ICHRASummit-LP2024 #may-13 .details,
#zh-ICHRASummit-LP2024 #may-14 .details,
#zh-ICHRASummit-LP2024 #may-15 .details {
  border-top: 1px solid #010080;
  padding-top: 1em;
  margin-bottom: 2em;
  margin-top: 1em;
}
#zh-ICHRASummit-LP2024 #registration-details {
  background-color: #ecf6fe;
}
#zh-ICHRASummit-LP2024 #registration-details h2 {
  color: #010080;
}
#zh-ICHRASummit-LP2024 #registration-details .info-box {
  background-color: #FFFFFF;
  margin: 1em auto;
  padding: 1em;
  border-radius: 1rem;
  display: flex;
}
#zh-ICHRASummit-LP2024 #registration-details .info-box h3 {
  margin-bottom: 0;
  color: #0889f7;
  font-weight: 700;
}
#zh-ICHRASummit-LP2024 #registration-details .info-box p {
  color: #010080;
  font-weight: 500;
}
#zh-ICHRASummit-LP2024 #registration-details .info-box img {
  max-width: 44px;
  max-height: 44px;
  padding: 3px;
}
#zh-ICHRASummit-LP2024 #registration-details .info-box .text-container {
  margin-left: 10px;
}
#zh-ICHRASummit-LP2024 #stay-explore {
  min-height: 700px;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #FFFFFF;
}
#zh-ICHRASummit-LP2024 #stay-explore h2 {
  color: #FFFFFF;
  margin-bottom: 1em;
  margin-top: 2em;
}
#zh-ICHRASummit-LP2024 #stay-explore .jumbo-p {
  font-size: 22px;
  max-width: 700px;
  margin: 2em auto;
  width: 100%;
}
#zh-ICHRASummit-LP2024 #stay-explore .row:nth-child(1) {
  border-bottom: 1px solid #FFFFFF;
}
#zh-ICHRASummit-LP2024 #stay-explore .row:nth-child(1) .btn {
  margin-bottom: 3em;
}
#zh-ICHRASummit-LP2024 #stay-explore .container-responsive {
  position: relative;
  z-index: 1;
}
#zh-ICHRASummit-LP2024 #stay-explore #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 128, 0.7215686275);
  z-index: 1;
}
#zh-ICHRASummit-LP2024 #stay-explore video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}
#zh-ICHRASummit-LP2024 #stay-explore .info-box {
  margin-block: 2em;
}
#zh-ICHRASummit-LP2024 #stay-explore .info-box h3 {
  font-weight: 500;
  margin-top: 1em;
}
#zh-ICHRASummit-LP2024 #stay-explore .info-box a {
  text-decoration: none !important;
}
#zh-ICHRASummit-LP2024 #stay-explore a {
  text-decoration: none !important;
}
#zh-ICHRASummit-LP2024 #exhibiting {
  background-color: #0889f7;
  color: #FFFFFF;
}
#zh-ICHRASummit-LP2024 #exhibiting .row:nth-child(2) {
  margin-block: 1em 3em;
}
#zh-ICHRASummit-LP2024 #exhibiting .row:nth-child(2) .col {
  margin: 1em auto;
}
#zh-ICHRASummit-LP2024 #exhibiting .info-box {
  background-color: #2fb0fe;
  padding: 2em 2em 1em;
  height: 100%;
  max-width: 490px;
  width: 100%;
  border-radius: 1rem;
  margin-block: 0.5em;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
#zh-ICHRASummit-LP2024 #exhibiting .info-box h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 1em;
}
#zh-ICHRASummit-LP2024 #exhibiting .btn {
  margin-top: 2em;
  max-width: 250px;
  width: 100%;
}
#zh-ICHRASummit-LP2024 #speakers {
  background-color: #0889f7;
  color: #FFFFFF;
}
#zh-ICHRASummit-LP2024 #speakers a {
  color: #FFFFFF !important;
}

#zh-ICHRASummit-LP2024 #speakers .speaker-item {
  margin-bottom: 1rem;
}
#zh-ICHRASummit-LP2024 #speakers .speaker-portrait, #bio-modal .speaker-portrait  {
  border-radius: 50%;
  width: 200px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
#zh-ICHRASummit-LP2024 #speakers ul, #bio-modal ul {
  list-style: none;
  text-align: center;
  padding-left: 0;
}
#zh-ICHRASummit-LP2024 #speakers ul li.speaker-name, #bio-modal ul li.speaker-name {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  background-color: #010080;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #fff;
}
#zh-ICHRASummit-LP2024 #speakers ul .speaker-title {
  line-height: 1.25;
  padding-bottom: 0.25rem;
  font-weight: 500;
  font-size: 15px;
  
}
#zh-ICHRASummit-LP2024 #speakers ul .speaker-company {
  line-height: 1.25;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 0.25rem;
}
#bio-modal ul li.speaker-company {
  font-weight: 700;
}
#zh-ICHRASummit-LP2024 #secure-your-pass {
  padding-bottom: 3em !important;
  background-image: linear-gradient(to bottom, #ecf6fe, #eaf5fe, #e9f5fe, #e7f4fe, #e5f4fe, #d3ecfd, #c2e4fd, #b1dbfd, #8dc8fc, #69b4fc, #439ffa, #0c8af7);
}
#zh-ICHRASummit-LP2024 #secure-your-pass h2 {
  color: #ff693d;
}
#zh-ICHRASummit-LP2024 #secure-your-pass h3 {
  font-size: 22px;
  font-weight: 500;
}
#zh-ICHRASummit-LP2024 #secure-your-pass hr {
  border-color: #FFFFFF;
  opacity: 1;
}
#zh-ICHRASummit-LP2024 #secure-your-pass p {
  color: #010080;
}
#zh-ICHRASummit-LP2024 #secure-your-pass .row:nth-child(2) {
  color: #FFFFFF;
}
#zh-ICHRASummit-LP2024 #secure-your-pass .row:nth-child(2) .btn {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  max-width: 280px;
  width: 100%;
}
#zh-ICHRASummit-LP2024 #secure-your-pass .info-box {
  display: flex;
  justify-content: space-between;
}
#zh-ICHRASummit-LP2024 #secure-your-pass .ichra-patch {
  position: relative;
}
#zh-ICHRASummit-LP2024 #secure-your-pass .ichra-patch::after {
  content: url("../images/compass-image.webp");
  position: absolute;
  bottom: -4em;
  right: -2em;
  width: 63%;
  height: 71%;
  z-index: 1000;
  scale: 0.5;
  animation: rotate-infinite 9s linear infinite;
}
#zh-ICHRASummit-LP2024 .layer1,
#zh-ICHRASummit-LP2024 .layer2,
#zh-ICHRASummit-LP2024 .layer3 {
  height: 40px;
  width: 100%;
  display: block;
}
#zh-ICHRASummit-LP2024 .layer1 {
  background-color: #ff693d;
}
#zh-ICHRASummit-LP2024 .layer2 {
  background-color: #ffb882;
}
#zh-ICHRASummit-LP2024 .layer3 {
  background-color: #fc9e56;
}
#zh-ICHRASummit-LP2024 .info-box {
  opacity: 0;
  transform: translateY(20px);
}
#zh-ICHRASummit-LP2024 .info-box.in-view {
  transform: translateY(0);
  animation: fadeIn 1s ease-out forwards;
}
#zh-ICHRASummit-LP2024 .image-animation.pulse {
  animation: pulse 1s ease-out;
}
@keyframes rotate-infinite {
  from {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  to {
    transform: rotate(360deg);
    transform-origin: center center;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes slide {
  0% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(0%);
  }
}
@media (max-width: 768px) {
  #zh-ICHRASummit-LP2024 section {
    margin-block: 0 !important;
  }
  #zh-ICHRASummit-LP2024 #zh-ICHRASummit-LP2024 {
    overflow-x: hidden;
  }
  #zh-ICHRASummit-LP2024 #header-hero {
    height: 550px;
  }
  #zh-ICHRASummit-LP2024 #explore h2 {
    margin-top: 2em;
  }
  #zh-ICHRASummit-LP2024 #explore .row {
    flex-direction: column-reverse;
  }
  #zh-ICHRASummit-LP2024 #explore img {
    width: 100%;
  }
  #zh-ICHRASummit-LP2024 #explore .ichra-patch::after {
    scale: 0.35;
  }
  #zh-ICHRASummit-LP2024 #direction {
    height: 900px;
  }
  #zh-ICHRASummit-LP2024 #direction svg {
    max-width: 500px;
    margin: 0 auto;
  }
  #zh-ICHRASummit-LP2024 #your-agenda .row {
    position: relative;
    z-index: 100;
  }
  #zh-ICHRASummit-LP2024 #your-agenda::after {
    color: #FFFFFF;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, 0%);
    font-size: 40px;
    line-height: 3;
    z-index: 130;
    background-color: #0889f7;
    width: 100px;
    border-radius: 100%;
    text-align: center;
    z-index: 1;
  }
  #zh-ICHRASummit-LP2024 #may-13,
  #zh-ICHRASummit-LP2024 #may-14,
  #zh-ICHRASummit-LP2024 #may-15 {
    padding: 1em;
  }
  #zh-ICHRASummit-LP2024 #may-13 .row,
  #zh-ICHRASummit-LP2024 #may-14 .row,
  #zh-ICHRASummit-LP2024 #may-15 .row {
    flex-direction: column;
    padding: 1em;
  }
  #zh-ICHRASummit-LP2024 #summit-highlights .row {
    flex-direction: column-reverse;
  }
  #zh-ICHRASummit-LP2024 #registration-details .info-box {
    width: 100%;
    max-width: 600px;
  }
  #zh-ICHRASummit-LP2024 #stay-explore {
    min-height: 500px;
  }
  #zh-ICHRASummit-LP2024 #stay-explore .col {
    flex: 1 0 100%;
  }
  #zh-ICHRASummit-LP2024 #exhibiting .row:nth-child(2) {
    margin-block: 3em 2em;
  }
  #zh-ICHRASummit-LP2024 #secure-your-pass {
    padding-bottom: 1em !important;
  }
  #zh-ICHRASummit-LP2024 #secure-your-pass .ichra-patch::after {
    scale: 0.2;
    top: 50%;
    width: 75%;
    height: 70%;
  }
  #zh-ICHRASummit-LP2024 #secure-your-pass .info-box {
    flex-direction: column;
    align-items: center;
    gap: 2em;
    margin-block: 2em;
  }
}
@media (max-width: 576px) {
  #zh-ICHRASummit-LP2024 .nav-container {
    display: flex;
    align-items: center;
    max-width: 300px;
  }
  #zh-ICHRASummit-LP2024 section {
    padding: 2em 1em !important;
  }
  #zh-ICHRASummit-LP2024 #header-hero {
    height: 550px;
  }
  #zh-ICHRASummit-LP2024 #header-hero #blue-mountains {
    bottom: -5%;
  }
  #zh-ICHRASummit-LP2024 #header-hero #blue-light-mountains {
    bottom: -10%;
  }
  #zh-ICHRASummit-LP2024 #direction {
    height: 550px;
  }
  #zh-ICHRASummit-LP2024 #direction svg {
    max-width: 300px;
    margin: 0 auto;
  }
  #zh-ICHRASummit-LP2024 #summit-highlights .info-box {
    flex-direction: column;
    align-items: center;
    gap: 1em;
    text-align: center;
  }
  #zh-ICHRASummit-LP2024 #secure-your-pass {
    text-align: center;
  }
}
