@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/OpenSans-ExtraBold.ttf');
  font-family: OpenSans-ExtraBold;
  font-weight: normal;
}

@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/OpenSans-Bold.ttf');
    font-family: OpenSans-Bold;
    font-weight: normal;
}

@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/OpenSans-SemiBold.ttf');
    font-family: OpenSans-SemiBold;
    font-weight: normal;
}

@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/OpenSans-Medium.ttf');
    font-family: OpenSans-Medium;
    font-weight: normal;
}

@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/OpenSans-Regular.ttf');
    font-family: OpenSans-Regular;
    font-weight: normal;
}

@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/OpenSans-Light.ttf');
    font-family: OpenSans-Light;
    font-weight: normal;
}

@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/Lato-Bold.ttf');
    font-family: Lato-Bold;
    font-weight: normal;
}

@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/Lato-Medium.ttf');
    font-family: Lato-Medium;
    font-weight: normal;
}

@font-face {
  src: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/fonts/Lato-Regular.ttf');
    font-family: Lato-Regular;
    font-weight: normal;
}
html {
  scroll-behavior: smooth;
}
p {
  font-size: 18px;
  line-height: 24px;
  color: #5B6670;
  font-family: OpenSans-Regular;
}

b {
  font-weight: normal;
  font-family: OpenSans-Bold;
}

sup {
  font-size: 60%;
  line-height: 1;
}

#header-elements {
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  position: relative;
  z-index: 999;
}

.top-menus {
  display: flex;
  align-items: center;
  margin: 17px 80px 17px 0;
}

.topmenu ul {
  display: flex;
}

.top-menus li:not(:last-child) {
  border-right: 1px solid #f58022;
}

.top-menus li a {
  padding: 10px;
  display: block;
  color: #5B6670;
  font-size: 16px;
  font-family: OpenSans-Regular;
  line-height: 26px;
}

.top-menus li a:hover {
  text-decoration: none;
}

.user-login {
  margin-left: 30px;
  position: relative;
  padding: 20px 0;
}

.login-btn {
  background: transparent;
  padding: 0;
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}

.login-btn:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 8px;
  background-image: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/up-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  transition: 0.3s;
}

.login-btn.active:after {
  transform: translateY(-50%) rotate(0deg);
}

.user-details {
  position: absolute;
  right: 0;
  top: 70px;
  background-color: #f8f8f9;
  width: 250px;
  border-top: 2px solid #f58022;
  padding: 20px;
  display: none;
}

.account-detail {
  position: relative;
  padding-left: 40px;
}

.account-detail img {
  position: absolute;
  left: 0;
  top: -5px;
}

.account-detail p {
  margin-bottom: 5px;
  font-family: OpenSans-Medium;
}

.account-detail .user-email {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  font-family: OpenSans-Light;
}

.account-logout {
  border-top: 2px solid #999;
  padding-top: 10px;
  text-align: center;
}

.logout-btn {
  display: flex;
  justify-content: center;
  margin: auto;
  background-color: #260859;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 30px;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  line-height: 28px;
  font-family: OpenSans-Bold;
}

.logout-btn img {
  margin-right: 10px;
}

#navigation {
  background-color: #260859;
  position: relative;
    /*z-index: 99;*/
  ;
}

#navbar {
  display: flex;
  padding: 0;
}

#navbar .menu {
  width: 100%;
}

.menu ul {
  display: flex;
  justify-content: center;
}

.menu a {
  padding: 13px 10px;
  display: block;
  color: #fff;
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

#home .menu > ul > li:first-child a {
  font-family: OpenSans-Bold;
}

#navbar .menu > ul > li:not(:last-child) {
  margin-right: 30px;
}

#navbar .dropdown {
  position: relative;
  cursor: pointer;
  padding-right: 11px;
}

#navbar .dropdown:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 8px;
  background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/white-down-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: -3px;
  top: 21px;
  transition: 0.3s;
}

#navbar .dropdown-menu {
  position: absolute;
  width: 242px;
  flex-direction: column;
  border-top: 2px solid #EA721F;
  display: none;
  z-index: 99;
  left: 0;
  box-shadow: 0px 4px 10px rgba(0,0,0,.3);
}

#navbar .dropdown-menu:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#navbar .dropdown-menu li {
  position: relative;
  border-bottom: 1px solid #f8f8f9;
  font-size: 0.8rem;
  color: #5b6670;
  background-color: #f8f8f9;
}

#navbar .dropdown-menu a {
  padding: 8px 15px 8px 9px;
  color: #5b6670;
  text-decoration: none;
  display: block;
  font-weight: normal;
}

#navbar .sub-dropdown-menu {
  position: absolute;
  left: 242px;
  top: -2px;
  min-width: 160px;
  white-space: nowrap;
  display: none;
  z-index: -1;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#navbar .sub-dropdown-menu a {
  padding-right: 24px;
  padding-left: 9px;
  box-shadow: none;
}

#navbar .dropdown li:not(:last-child) {
  border-bottom: 1px solid #999;
  ;
}

.sub-dropdown:after {
  position: absolute;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #5B6670;
  left: 320px;
  top: 50%;
  transform: translateY(-50%);
}

#navbar #menu-4 .dropdown-menu {
  width: 290px;
}

#navbar #menu-6 .dropdown-menu {
  width: 301px;
  right: 0;
  left: auto;
}

#navbar .dropdown-menu li:hover .sub-dropdown-menu {
  display: block;
}

#nav-trigger {
  display: none;
}

#banner {
  padding: 0;
}

#banner img {
  width: 100%;
  vertical-align: middle;
}

#home-section-1 {
  padding: 78px 0 30px;
}

#home-section-1 .cmp-text {
  padding: 0;
}

#home-section-1 h3 {
  font-size: 24px;
  line-height: 32px;
  color: #EA721F;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: OpenSans-Bold;
}

#enhertu-work {
  margin-top: 40px;
}

#enhertu-work p {
  font-family: OpenSans-Bold;
}

.home-image-lists {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
  gap: 40px;
  padding-right: 20px;
}

.home-img-list {
  width: 25%;
  text-align: center;
  transition: 0.3s;
}

.home-img-list img {
  margin-bottom: 20px;
  transition: 0.2s;
}

.home-img-list:hover img {
  transform: scale(1.1);
}

.home-img-list p {
  color: #260859;
  font-family: OpenSans-Bold;
}

#home-section-3 {
  background-color: #EDEDED;
  padding: 50px 0;
}

#home-section-3 h2 {
  text-align: center;
  margin-top: 0;
  font-size: 28px;
  line-height: 35px;
  font-family: OpenSans-Bold;
  color: #EA721F;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #5B6670;
}

#home-section-1 h4 {
  font-family: OpenSans-Bold;
  text-decoration: underline;
  margin-top: 0;
  margin-bottom: 20px;
  color: #5B6670;
  font-size: 18px;
  line-height: 24px;
}

#find-more {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.find-more-list {
  width: 25%;
  background-color: #fff;
  border-radius: 30px;
  padding: 25px 19px;
  position: relative;
  border: 1px solid #260859;
  box-shadow: 0px 6px 9px #00000029;
}

.find-more-inner {
  text-align: center;
  background-color: #F7F7F7;
  border-radius: 30px;
  padding: 20px 10px;
  height: 100%;
  position: relative;
  box-shadow: -5px 6px 10px #00000029;
}

.find-more-inner p {
  font-family: OpenSans-Bold;
  padding-bottom: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #707070;
  min-height: 83px;
  color: #260859;
  font-size: 17px;
  line-height: 23px;
}

.find-more-inner a {
  font-size: 18px;
  color: #EA721F;
  line-height: 24px;
}

.find-more-list:before {
  position: absolute;
  content: '';
  border-radius: 30px;
  width: 40%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #260859;
  transition: 0.2s;
}

.find-more-list:nth-child(2) {
  border-color: #C1D82F;
}

.find-more-list:nth-child(2)::before {
  background-color: #C1D82F;
}

.find-more-list:nth-child(3) {
  border-color: #EA721F;
}

.find-more-list:nth-child(3)::before {
  background-color: #EA721F;
}

.find-more-list:nth-child(4) {
  border-color: #5B6670;
}

.find-more-list:nth-child(4)::before {
  background-color: #5B6670;
}

.find-more-list:nth-child(2) p {
  color: #C1D82F;
}

.find-more-list:nth-child(3) p {
  color: #EA721F;
}

.find-more-list:nth-child(4) p {
  color: #5B6670;
}

.find-more-list:hover::before {
  width: 100%;
}

#home-video-section {
  padding: 60px 0px;
}

#home .cmp-container__backgroundImage--enabled {
  margin: 0 !important;
}

#home-video {
  text-align: center;
  padding: 0;
}

#home-video img {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

#home-video-section .video {
  padding: 0 105px;
}

#home-icon-section {
  padding: 50px 0 60px;
  background-color: #260859;
}

#home-icon-section .aem-Grid {
  display: flex;
  justify-content: center;
}

#home-icon-section .cmp-text {
  padding: 0;
}

#home-icon-section .text {
  width: 252px;
  text-align: center;
  margin: 0 45px;
}

.home-icon-list p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-family: OpenSans-Bold;
}

.home-icon-list img {
  margin-bottom: 30px;
  max-width: 150px;
}

.go-to-top {
  padding: 20px 0 80px;
  text-align: right;
  overflow: hidden;
}

.go-to-top a {
  color: #260859;
  border: 2px solid #260859;
  display: flex;
  align-items: center;
  border-radius: 30px;
  justify-content: center;
  float: right;
  padding: 10px 12px;
  text-decoration: none;
  font-family: OpenSans-Bold;
  font-size: 22px;
  line-height: 26px;
  cursor: pointer;
}

.go-to-top a img {
  margin-left: 10px;
}

#footer {
  background-color: #f8f8f9;
}

#footer-menus ul {
  width: 308px;
  margin-left: 16px;
}

#footer-menus li:not(:last-child) {
  margin-bottom: 20px;
}

#footer-menus li a {
  color: #5B6670;
  text-decoration: none;
  font-size: 14px;
  font-family: OpenSans-Regular;
}

#footer-socials {
  padding-bottom: 30px;
  border-bottom: 1px solid #5b6670;
}

#footer-socials ul {
  display: flex;
  justify-content: center;
}

#footer-socials li {
  margin: 0 30px;
}

#az-footer-logo {
  padding: 40px 0;
  text-align: center;
}

#footer-content {
  text-align: center;
  background-color: #260859;
  color: #fff;
  padding: 30px 0;
}

#footer-content p {
  margin: 0.5rem 0;
}

#floating-cta {
  position: fixed;
  top: 50%;
  right: 0;
  display: none;
}

#footer-section {
  padding: 50px 0 40px;
}

#footer-menus {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

#copyright {
  display: flex;
  justify-content: flex-end;
}

#footer-copyright {
  background-color: #250859;
  padding: 20px 0;
  align-items: center;
}

.copyright-text {
  width: 580px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: 'OpenSans-Regular';
}

.floating-cta-list a {
  display: flex;
  background-color: #260859;
  margin: 20px 0;
  border-radius: 30px;
  overflow: hidden;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  text-decoration: none;
}

.floating-icon {
  background-color: #ea721f;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-text {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 12px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading {
  margin: 40px 0 30px;
  font-family: OpenSans-Bold;
  color: #EA721F;
  font-size: 28px;
  line-height: 35px;
}

.heading .cmp-text {
  padding: 0;
}

.product-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 10px;
}

.product-label {
  width: 50%;
  height: 60px;
  background-color: #5B6670;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: OpenSans-Bold;
  color: #fff;
  font-size: 28px;
  position: relative;
}

.product-label.active {
  background-color: #260859;
}

.product-label.active:after {
  position: absolute;
  content: '';
  bottom: -18px;
  left: 50%;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 20px solid #260859;
  transform: translateX(-50%);
}

.product-label a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-label a:hover {
  text-decoration: none;
}

#product-content {
  background-color: #F8F8F9;
  padding: 30px 20px;
}

#product-content .cmp-text {
  padding: 0;
}

.heading-highlight {
  background-color: #EA721F;
  display: inline-block;
  margin-bottom: 10px;
  padding: 11px 21px 11px 25px;
  color: #260859;
  font-size: 28px;
  line-height: 34px;
  font-family: OpenSans-SemiBold;
  border-left: 5px solid #260859;
}

.product-content-heading {
  background-color: #EA721F;
  padding: 11px 14px;
  font-size: 28px;
  color: #fff;
  line-height: 35px;
  font-family: OpenSans-Bold;
  margin-bottom: 20px;
  border-left: 5px solid #c1d82f;
}

.product-content-heading .font-light {
  font-family: OpenSans-Light;
}

.heading-light {
  font-family: OpenSans-Light;
  display: block;
}

#product-content h3 {
  text-align: center;
  margin: 30px 0;
  color: #EA721F;
  font-size: 24px;
  line-height: 32px;
  font-family: OpenSans-Bold;
  font-weight: normal;
}

#product-content h3 span {
  color: #5B6670;
}

#product-content h3 span.color-inherit {
  color: inherit;
}

.text-center {
  text-align: center!important;
}

.text-left {
  text-align: left!important;
}

.small-text {
  font-size: 12px;
  line-height: 20px;
}

#product-content h4 {
  margin: 0 0 20px;
  color: #260859;
  font-size: 22px;
  line-height: 28px;
  font-family: OpenSans-Bold;
}

#product-content h5 {
  color: #260859;
  font-size: 20px;
  line-height: 26px;
  font-family: OpenSans-Bold;
  margin: 0 0 20px;
}

.image-details {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-details b {
  font-family: OpenSans-Bold;
}

.image-details small {
  font-size: 12px;
  line-height: 18px;
}

.list {
  margin-bottom: 20px;
}

.list li {
  padding-left: 22px;
  color: #5B6670;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  font-family: OpenSans-Regular;
}

.list li:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 13px;
  background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/list-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  left: 0;
  top: 5px;
}

.list li ul {
  margin-top: 10px;
}

.highlight-content {
  background-color: #f8fce0;
  padding: 20px 20px 24px 20px;
  border-left: 4px solid #c1d82f;
  font-family: OpenSans-Bold;
  font-size: 22px;
  line-height: 24px;
  position: relative;
  color: #260859;
}

.hc-m1 {
  margin: 20px 16px 4px 0;
}

.hc-m2 {
  margin: 0 16px 0 0;
}

.highlight-content:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background-color: #c1d82f;
}

.highlight-content ol {
  list-style-type: decimal;
  margin: 0;
  list-style-position: outside!important;
  padding-left: 20px!important;
}

#product-content .go-to-top {
  padding-bottom: 40px;
}

#backtoptop-lastbtn .go-to-top {
  padding-bottom: 0;
}

#abbreviations {
  padding: 0;
  margin: 40px 0 20px;
}

#abbreviations b {
  display: block;
  font-family: OpenSans-Bold;
  margin-bottom: 10px;
}

#references {
  padding: 0;
}

#references p b {
  font-family: OpenSans-Bold;
}

#references ol {
  list-style: decimal;
  padding-left: 18px;
}

#references li {
  color: #5B6670;
  font-size: 18px;
  line-height: 24px;
  font-family: 'OpenSans-Regular';
  margin-bottom: 5px;
}

#references {
  margin-bottom: 80px;
}

#references li::marker {
  font-family: OpenSans-Bold;
}

#enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > a, 
#enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > a ,
#enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > a, 
#enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > a,
#enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > a, 
#enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > a,
#metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > a, 
#metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > a,
#dosing #navbar > .menu > ul > li:nth-child(3) > a,
#managing-adverse-events #navbar > .menu > ul > li:nth-child(3) > a,
#champion-link #navbar > .menu > ul > li:nth-child(3) > a,
#education-and-handbook #navbar > .menu > ul > li:nth-child(4) > a,
#patient-support-program-enrolment-form #navbar > .menu > ul > li:nth-child(4) > a,
#webinars #navbar > .menu > ul > li:nth-child(4) > a,
#speak-to-our-sales-team #navbar > .menu > ul > li:nth-child(5) > a,
#speak-to-our-medical-team #navbar > .menu > ul > li:nth-child(5) > a {
  font-family: OpenSans-Bold;
}

#enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1),
#enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1),
#enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2),
#enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2),
#enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3),
#enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3),
#metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4),
#metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4),
#dosing #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(1),
#managing-adverse-events #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(2),
#champion-link #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(3),
#education-and-handbook #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(1),
#patient-support-program-enrolment-form #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(2),
#webinars #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(3),
#speak-to-our-sales-team #navbar > .menu > ul > li:nth-child(5) > ul > li:nth-child(1),
#speak-to-our-medical-team #navbar > .menu > ul > li:nth-child(5) > ul > li:nth-child(2) {
  background-color: #ffffff;
}

#enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > a, 
#enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > a,
#enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > a,
#enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > a,
#enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > a,
#enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > a,
#metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > a,
#metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > a,
#dosing #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(1) > a,
#managing-adverse-events #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(2) > a,
#champion-link #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(3) > a,
#education-and-handbook #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(1) > a,
#patient-support-program-enrolment-form #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(2) > a,
#webinars #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(3) > a,
#speak-to-our-sales-team #navbar > .menu > ul > li:nth-child(5) > ul > li:nth-child(1) > a,
#speak-to-our-medical-team #navbar > .menu > ul > li:nth-child(5) > ul > li:nth-child(2) > a {
  font-family: OpenSans-Bold;
  color: #260859;
}

#enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul > li:nth-child(1), 
#enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul > li:nth-child(2),
#enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(1), 
#enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(2), 
#enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(1), 
#enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(2),
#metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > ul > li:nth-child(1), 
#metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > ul > li:nth-child(2),
#dosing #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(1), 
#managing-adverse-events #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(2) {
  background-color: #ffffff;
}

#enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul > li:nth-child(1) > a, 
#enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul > li:nth-child(2) > a, 
#enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(1) > a, 
#enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(2) > a, 
#enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(1) > a, 
#enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(2) > a,
#metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > ul > li:nth-child(1) > a, 
#metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > ul > li:nth-child(2) > a {
  font-family: OpenSans-Bold;
  color: #260859;
  border-left: 5px solid #EA721F;
}

#navbar #menu-2 .dropdown-menu > li:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 7px;
  background-image: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/dropdown-right-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 9px;
  top: 50%;
}

#navbar #menu-3 .dropdown-menu {
  width: 372px;
}

#navbar #menu-4 .dropdown-menu {
  width: 470px;
}

#navbar #menu-5 .dropdown-menu {
  width: 277px;
}

.cta-btn {
  background-color: #260859;
  padding: 20px 40px;
  color: #fff;
  border-radius: 63px;
  font-family: 'OpenSans-Bold';
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  text-decoration: none;
}

.cta-btn:hover {
  text-decoration: none;
}

.mb-10 {
  margin-bottom: 10px!important;
}

.mb-20 {
  margin-bottom: 20px!important;
}

.mb-30 {
  margin-bottom: 30px!important;
}

.mb-40 {
  margin-bottom: 40px!important;
}

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

.graph-figure.dosing-img-1 {
  max-width: 915px;
}

.dosing-sec-2 {
  padding-right: 20%;
  position: relative;
  padding-top: 160px;
}

.dosing-sec-2 img {
  position: absolute;
  right: 0;
  top: -200px;
}

.graph-text {
  width: 100%;
  margin-bottom: -60px;
  position: relative;
}

.graph-text-width {
  max-width: 94%;
}

.tagline {
  background-color: #260859;
  display: inline-block;
  margin-bottom: 0;
  padding: 8px 19px 8px 23px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: OpenSans-Light;
  border-left: 4px solid #EA721F;
  text-align: center;
}

.tagline i {
  font-family: OpenSans-Medium;
}

#product-content .graph-text h5 {
  margin: 0;
  position: absolute;
  left: 47.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#product-content .graph-text .left55 {
  left: 55%;
}

#product-content .graph-text .left61 {
  left: 61.7%;
}

#product-content .graph-text .left62 {
  left: 62%;
}

.list-and-image {
  display: flex;
}

.list-image {
  margin-right: 20px;
  min-width: 107px;
  text-align: center;
}

.list-and-image .list > ul > li > ul > li {
  list-style-type: none;
  padding-left: 0;
}

.list-and-image .list > ul > li > ul > li:before {
  display: none;
}

.cmp-searchbox .cmp-searchbox__inner {
  margin-top: 8px;
}

.cmp-searchbox__inner label {
  display: none;
}

.cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
  border: 1px solid transparent!important;
  outline: 0!important;
}

.searchbox {
  position: absolute;
  right: 310px;
  top: -65px;
  z-index: 999;
  width: 305px!important;
}

.cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__icon {
  display: none;
}

.cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
  border-radius: 8px;
  padding: 6px 15px!important;
  color: #9F9F9F!important;
  font-family: OpenSans-Regular;
  font-style: italic;
  font-size: 14px;
  border: 1px solid #260859 !important;
  width: 100%;
}

.cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
  position: absolute;
  right: 10px;
  background-color: transparent!important;
  padding: 0!important;
  width: 20px;
  height: 20px;
}

.cmp-searchbox__button i {
  display: none;
}

.cmp-searchbox__button:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/search-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 0;
  left: 0;
}

.cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__clear-icon {
  display: none;
}

.cmp-searchresults__showing-results {
  font-family: OpenSans-Bold;
}

.cmp-searchresults__inner-container .cmp-searchresults__filters-buttons {
  display: none;
}

.cmp-searchresults__item-content {
  font-family: Lato-Regular;
}

.cmp-searchresults__inner-container .cmp-searchresults__item-title h4 {
  font-family: OpenSans-Bold;
  color: #260859;
}

.cmp-searchresults__inner-container .cmp-searchresults__more h4 {
  font-family: OpenSans-Bold;
}

.cmp-searchresults__inner-container .cmp-searchresults__item-content p {
  font-size: 14px!important;
}

#search-wrapper .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
  border: 1px solid #ddd;
}

.cmp-predictive-search--result-container ul {
  padding-left: 0;
  margin: 10px 0;
}

.cmp-predictive-search--result-container li {
  font-family: OpenSans-Regular;
  font-size: 14px!important;
}

#dosing .product-heading {
  margin-top: 40px;
}

#managing-adverse-events .product-heading {
  margin-top: 40px;
}

.graph-heading {
  position: absolute;
  left: 280px;
}

.handbook-title {
  background-color: #f7ebe3;
  height: 224px;
  padding: 20px 11px;
  font-family: OpenSans-Bold;
  color: #EA721F;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

#education-hanbook-section {
  background-color: #F8F8F9;
  margin: 50px 0 70px;
  padding: 30px;
}

.handbook-lists {
  display: flex;
  justify-content: center;
}

.handbook-list {
  width: 348px;
  margin: 0 20px;
}

a
.handbook-title {
  background-color: #f7ebe3;
  padding: 20px 11px;
  color: #EA721F;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-family: OpenSans-Bold;
  min-height: 166px;
}

.handbook-img {
  background-color: #EA721F;
  height: 88px;
  text-align: center;
  position: relative;
}

.handbook-placeholder {
  width: 141px;
  margin: auto;
  height: 199px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'OpenSans-Bold';
  font-size: 14px;
  line-height: 19px;
}

.handbook-download-btn {
  display: flex;
  justify-content: space-between;
  background-color: #260859;
  align-items: center;
  padding: 12px 20px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  line-height: 28px;
  font-family: OpenSans-SemiBold;
}

.handbook-download-btn:hover {
  text-decoration: none;
}

.handbook-download-btn img {
  max-width: 21.8px;
}

#webinar-section {
  margin: 50px 0 40px;
  background-color: #F8F8F9;
  padding: 30px 20px 0;
}

#coming-soon {
  background: #fff;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#coming-soon p {
  color: #5B6670;
  font-family: OpenSans-Bold;
  font-size: 50px;
  line-height: 1;
}

#webinar-section .go-to-top {
  padding: 20px 0 30px;
}

#champion-link .product-heading {
  margin-top: 50px;
}

#reporting-adverse-section {
  margin: 0 0 80px;
  background-color: #F8F8F9;
  padding: 30px 20px;
}

#reporting-adverse-section .cmp-text {
  padding: 0;
}

.report-list {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 70px 0;
}

.report-content h4 {
  color: #5B6670;
  font-family: OpenSans-Bold;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 20px;
}

.report-content p {
  font-family: OpenSans-Regular;
  color: #5B6670;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}

.adverse-btn {
  background-color: #260859;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  font-size: 22px;
  font-family: OpenSans-Bold;
  padding: 15px 50px;
  text-transform: uppercase;
  line-height: 28px;
}

.adverse-btn:hover, .adverse-btn:focus {
  text-decoration: none;
}

/* Self Certificate */
.modal {
    cursor: default!important;
}

#welcome-popup .cmp-selfcertification {
  background: #9A9A9A;
  z-index: 9999;
}

#welcome-popup .modal-box {
  width: 765px;
  text-align: center;
  border-radius: 0;
  padding: 40px 30px;
}

#welcome-popup .cmp-selfcertification__title h1 {
  color: #3F4444;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 20px;
  font-style: normal;
  font-family: Lato-Bold;
}

#welcome-popup .cmp-selfcertification__content .cmp-text {
  padding: 0;
}

#welcome-popup .cmp-selfcertification__content p {
  color: #3C4242;
  font-size: 17px;
  line-height: 19px;
  margin-bottom: 10px;
  font-family: Lato-Medium;
}

#welcome-popup .cmp-selfcertification__continue {
  width: 300px;
  padding: 14px;
  background-color: transparent;
  color: #3F4444;
  border: 1px solid #3F4444;
  border-radius: 0;
  font-family: Lato-Medium;
  text-align: left;
  font-size: 18px;
  justify-content: left;
  margin-top: 20px;
  position: relative;
}

#welcome-popup .cmp-selfcertification__continue.self-certify-yes {
  background-color: #89194E;
  color: #fff;
  border-color: #89194E;
}

#welcome-popup .cmp-selfcertification__continue:after {
  position: absolute;
  content: '';
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 14px;
  height: 10px;
  background-image: url(
    '/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/up-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#welcome-popup .cmp-selfcertification__continue.self-certify-yes:after {
  background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/white-down-arrow.svg');
  transform: translateY(-50%) rotate(-90deg);
}

/*End Welcome message*/

#speak-to-our-sales-team .product-heading {
  margin-top: 40px;
}

#speak-to-our-medical-team .product-heading {
  margin-top: 40px;
}

#form-section {
  margin-bottom: 80px;
  background-color: #F8F8F9;
  padding: 30px 20px;
}

#form-section .cmp-text {
  padding: 0;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form {
  padding: 10px 0;
}

.cmp-dynamicform__form-group {
  width: 100%;
  float: left;
  min-height: 93px;
  margin-bottom: 0!important;
}

#field-group-661e3fa2d932b80002ffba67 {
  width: 49.3%;
  float: left;
}

#field-group-661e3fa2d932b80002ffba68 {
  width: 49.3%;
  float: right;
  margin-bottom: 21px;
}

#field-group-661e3fa2d932b80002ffba6a {
  width: 49.3%;
  float: left;
}

#field-group-661e3fa2d932b80002ffba6b {
  width: 49.3%;
  float: right;
}

#field-group-661e3fa2d932b80002ffba6c {
  width: 49.3%;
}

#field-group-661e3fa2d932b80002ffba6d {
  width: 49.3%;
  float: right;
}

.cmp-dynamicform__control-label {
  font-size: 18px;
  color: #5B6670;
  font-family: OpenSans-Regular;
  margin-bottom: 10px;
  display: block;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .form-control {
  border: 1px solid #5B6670;
  border-radius: 5px;
  min-height: 40px;
  color: #83878B;
  font-family: OpenSans-Regular;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.form-control::placeholder {
  color: #83878B;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .form-control:focus {
  outline: none;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger {
  font-family: OpenSans-Regular;
  font-size: 18px;
  float: left;
  color: #FF0000!important;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__generated-form-error.text-danger {
  font-size: 12px;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form select.form-control {
  -webkit-appearance: none;
  background-image: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/dropdown-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 98% center;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form textarea.form-control {
  height: 200px;
}

#field-group-661e3fa2d932b80002ffba6f .cmp-dynamicform__control-label {
  font-family: OpenSans-Bold;
  margin-bottom: 13px;
  color: #5B6670;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button {
  background: #260859;
    /*font-size: 22px;*/
    /*line-height: 28px;*/
    /*padding: 15px 50px;*/
  border-radius: 30px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
  position: relative;
  width: 164px;
  height: 60px;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button span {
  display: none;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button:after {
  position: absolute;
  content: 'Submit';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-family: OpenSans-Bold;
  text-transform: uppercase;
}

#form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .button-group {
  margin: 0;
  min-height: 0;
}

#field-group-661e3fa2d932b80002ffba6f {
  margin-top: 30px;
}

#field-661e3fa2d932b80002ffba6f label {
  display: flex;
  align-items: center;
}

#field-661e3fa2d932b80002ffba6f input {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  background-color: #EA721F;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#field-661e3fa2d932b80002ffba6f span {
  color: #5B6670;
  font-size: 18px;
  line-height: 26px;
  padding-left: 40px;
  position: relative;
}

#field-661e3fa2d932b80002ffba6f span:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #EA721F;
}

#field-661e3fa2d932b80002ffba6f span:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 7px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

#field-661e3fa2d932b80002ffba6f input:checked ~ span:after {
  display: block;
}

#form-section .cmp-dynamicform__form-group.captch-holder {
  min-height: auto;
}

#field-661e3fa2d932b80002ffba6f span, #field-661e6783d932b80002000c0f span {
  user-select: none;
  cursor: pointer;
  font-family: OpenSans-Regular;
}

.cmp-dynamicform__clear-btn {
  display: none;
}

/*Form 2*/

#field-group-661e6783d932b80002000c07 {
  width: 49.3%;
}

#field-group-661e6783d932b80002000c08 {
  width: 49.3%;
  float: right;
}

#field-group-661e6783d932b80002000c0a {
  width: 49.3%;
}

#field-group-661e6783d932b80002000c0b {
  width: 49.3%;
  float: right;
}

#field-group-661e6783d932b80002000c0c {
  width: 49.3%;
}

#field-group-661e6783d932b80002000c0d {
  width: 49.3%;
  float: right;
}

#field-group-661e6783d932b80002000c0f {
  margin-top: 30px;
}

#field-group-661e6783d932b80002000c0f label.cmp-dynamicform__control-label {
  font-family: OpenSans-Bold;
  margin-bottom: 13px;
  color: #5B6670;
}

#field-661e6783d932b80002000c0f label {
  display: flex;
  align-items: center;
}

#field-661e6783d932b80002000c0f input {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  background-color: #EA721F;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#field-661e6783d932b80002000c0f span {
  color: #5B6670;
  font-size: 18px;
  line-height: 26px;
  padding-left: 40px;
  position: relative;
  user-select: none;
}

#field-661e6783d932b80002000c0f span:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #EA721F;
}

#field-661e6783d932b80002000c0f span:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 7px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

#field-661e6783d932b80002000c0f input:checked ~ span:after {
  display: block;
}

#mobile-link {
  display: none;
}

.mobile-image-area {
  display: none;
}

.median-pfs {
  position: relative;
}

.median-pfs .small-text {
  position: absolute;
  bottom: 40px;
  max-width: 800px;
}

.graphheading {
  float: left;
  margin-left: 150px !important;
}

.exit-ramp-title {
  text-align: center;
  font-family: OpenSans-Bold;
  color: #260859;
  font-size: 25px;
  margin-bottom: 1.5rem;
}

.exit-ramp-body {
  font-size: 18px;
  line-height: 24px;
  color: #5B6670;
  font-family: OpenSans-Regular;
  margin-bottom: 2.5rem;
}

.exit-ramp-actions {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.exit-ramp-continue, .exit-ramp-cancel {
  background-color: #260859;
  padding: 10px 30px;
  color: #fff;
  border-radius: 50px;
  font-family: 'OpenSans-Bold';
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-decoration: none;
}

.exit-ramp-continue:hover, .exit-ramp-continue:focus {
  text-decoration: none;
}

.exit-ramp-cancel {
  background-color: #EA721F;
}

.exit-ramp-modal {
  cursor: default!important;
}

.exit-ramp-modal .modal-box {
  margin-top: 0;
  width: 800px;
}

.exit-ramp-modal .modal__close {
  position: relative;
  right: 0;
  left: 370px;
  margin-top: auto;
  margin-bottom: 0;
  top: 0;
  margin-bottom: -40px;
}

.exit-ramp-modal .modal__close svg {
  color: #f00;
}

#error-section {
  text-align: center;
}

#error-page {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#error-section h1 {
  font-family: OpenSans-ExtraBold;
  color: #EA721F;
  font-size: 4rem;
}

#error-section p {
  font-size: 20px;
  margin-bottom: 3rem;
}

.graph-figure-with-arrow {
  position: relative;
}

.graph-arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
}

/* custom animations */

.slide-up {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s opacity ease, 1s transform ease;
}

.slide-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: 1s opacity ease, 1s transform ease;
  transition-delay: 1s;
}

.text-slide-up {
  opacity: 0;
  transform: translateY(100%);
  transition: 1s opacity ease, 1s transform ease;
  transition-delay: 1s;
}

[data-builder-mode] .custom-animation-on-scroll.text-slide-up,
.custom-animation-on-scroll.text-slide-up.active {
  opacity: 1;
  transform: translate(0);
}

[data-builder-mode] .custom-animation-on-scroll.slide-up,
.custom-animation-on-scroll.slide-up.active {
  opacity: 1;
  transform: translate(0);
}

[data-builder-mode] .custom-animation-on-scroll.slide-down,
.custom-animation-on-scroll.slide-down.active {
  opacity: 1;
  transform: translate(0);
}

[data-builder-mode] .custom-animation-on-scroll.zoom-in,
.custom-animation-on-scroll.zoom-in.active {
  transform: scale(1);
}

[data-builder-mode] .custom-animation-on-scroll.color-in,
.custom-animation-on-scroll.color-in.active {
  filter: unset;
}

#header #container-wrapper {
  position: relative;
}

#header .loginAndUserSignin {
  display: flex;
  justify-content: right;
  align-items: end;
  right: 0;
  top: 20px;
  margin-top: 0;
  position: absolute;
  z-index: 999;
  width: auto;
}

#header .cmp-user-profile-login a {
  font-family: OpenSans-Regular;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #000;
  padding-left: 25px;
}

#header .cmp-user-profile-login {
  position: relative;
}

#header .cmp-user-profile-login a:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/login-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
}

#header .cmp-user-profile--account.dropdown .cmp-user-profile-name {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/man-profile-icon.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  float: left;
  font-size: 0;
}

#header .cmp-user-profile--account.dropdown .caret {
  width: 14px;
  height: 8px;
  background-image: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/up-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  margin-top: 10px;
  transform: translateY(-50%) rotate(180deg);
}

#header .cmp-rx-login .cmp-dropdown-menu {
  position: absolute;
  top: 47px;
  margin: 0;
  background-color: #f8f8f9;
  width: 250px;
  border-top: 2px solid #f58022;
  padding: 10px 20px;
  right: 0;
}

#header .cmp-rx-login .cmp-dropdown-menu li {
  margin: 10px 0;
}

#header .cmp-rx-login .cmp-dropdown-menu li a {
  font-family: OpenSans-Regular;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: #5B6670;
}

.medical-team-area {
  text-align: center;
}

.medical-team-area p {
  color: #5B6670;
  font-family: OpenSans-Bold;
  margin-bottom: 30px;
}

.cmp-searchbox__results-inner {
  padding: 10px 20px!important;
}

.cmp-searchbox__results-items a {
  font-size: 13px;
  color: #EA721F;
  line-height: 1;
}

.cmp-searchbox__results-items li {
  margin-bottom: 5px;
}

.cmp-searchbox__results-show-all-cta, .cmp-searchbox__results-off-label-cta {
  margin-top: 10px;
  display: inline-block;
  background-color: #260859;
  color: #fff;
  border: none!important;
  font-family: 'OpenSans-Bold';
}

.video-info {
  background-color: #EA721F;
  padding: 11px 14px;
  font-size: 28px;
  color: #fff;
  line-height: 35px;
  font-family: OpenSans-Bold;
  margin-bottom: 20px;
  border-left: 5px solid #c1d82f;
}

.video-heading {
  font-family: OpenSans-Bold;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 0;
}

.video-author {
  font-size: 16px;
  line-height: 24px;
  font-family: OpenSans-Semibold;
  font-style: italic;
  color: #fff;
}

.cmp-video__player {
  padding: 0!important;
}

.modal-box__content {
  padding: 1rem 1.5rem!important;
}

.modal__close {
  top: 0.5rem!important;
  right: 0.5rem!important;
  width: 1.5rem!important;
  height: 1.5rem!important;
  outline:none;
}

.mob-break {
  display: none;
}

#home .list li ul {
  padding-left: 18px;
}

#page-navigation {
  padding: 0;
}

#gotobtn .go-to-top {
  margin-top: -40px;
}

.prom-list li:last-child {
  margin-bottom: 0;
}

.safaty-smtext {
  position: relative;
  padding-left: 5px;
}

.safaty-smtext .astrk {
  position: absolute;
  left: 0;
}

.home-banner {
  position: relative;
}

.banner-text {
  position: absolute;
  right: 21.4%;
  top: 7%;
}

.banner-text img {
  max-width: 320px;
  margin-bottom: 20px;
}

.banner-text .img-wrap {
  position: absolute;
}

.home-banner .btn-wrap {
  position: absolute;
  right: 7.4%;
  bottom: 9%;
  width: 80px;
  /*display: none;*/
}

.efficacy-banner-anim {
  position: absolute;
  top: 58%;
  right: 17.2%;
}

.efficacy-banner-anim img {
  max-width: 338px;
}
/* End of custom animations */


#landing-page #header {
  display: none;
}

#landing-page #footer {
  display: none;
}

#login-section {
  padding: 50px 0;
}

#login-section #container-wrapper {
  border: 1px solid #ccc;
  padding: 15px;
}

#home-heading h1 {
  padding: 1em;
  background-color: #ea721f;
  margin: 0 0 2em;
  font-size: 3.2em;
  color: white;
  font-family: OpenSans-SemiBold;
}

#home-heading p {
  text-align: center;
  color: #5B6670;
  font-family: OpenSans-Regular;
  margin-bottom: 1em;
}

#landing-page .cmp-user-profile-login {
  text-align: center;
}

#landing-page .cmp-user-profile-login a {
  background-color: #260859;
  padding: 10px 40px;
  color: #fff;
  border-radius: 63px;
  font-family: 'OpenSans-Bold';
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  text-decoration: none;
  min-width: 200px;
}

#home-footer {
  margin-top: 20%;
}

#home-footer p {
  text-align: right;
  margin-bottom: 10px;
}

.home-ft-img img {
  width: 100%;
}

#landing-page .cmp-user-profile--account.dropdown {
  text-align: center;
  width: 300px;
  margin: auto;
}

#landing-page .cmp-rx-dropdown-toggle {
  background-color: #260859;
  padding: 10px 40px;
  color: #fff;
  border-radius: 63px;
  font-family: 'OpenSans-Bold';
  display: inline-block;
}

#landing-page .cmp-dropdown-menu.show li {
  margin: 10px 0;
}

#landing-page .cmp-dropdown-menu li a {
  text-align: center;
  color: #260859;
  font-family: OpenSans-SemiBold;
  margin-bottom: 1em;
  text-decoration: none;
}

.backtohome {
  text-align: center;
}

#graph-modal-img img {
  outline: none;
  width: 100%;
}

.modal-box .modal__close {
  outline: none;
}

.cmp-searchresults__inner-container .cmp-searchresults__moreresult-link {
  font-family: OpenSans-Regular;
  color: #260859;
  margin-top: 1em;
  display: inline-block;
}

#home-slider .cmp-carousel__action {
  position: absolute;
  top: 50%;
  left: 60px;
  width: 90px;
  height: 90px;
  font-size: 0;
  background-color: transparent;
  background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/left-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0;
  cursor: pointer;
}

#home-slider .cmp-carousel__action.cmp-carousel__action--next {
  left: auto;
  right: 60px;
  background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/right-arrow.png');
}

#home-slider .cmp-carousel__indicators {
  bottom: -30px;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

#home-slider.cmp-carousel-horizontal .cmp-carousel__indicator {
  width: 15px;
  height: 15px;
  border: 1px solid #EA721F;
  margin: 0 3px;
}

#home-slider.cmp-carousel-horizontal .cmp-carousel__indicators li.cmp-carousel__indicator--active::after {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #260859;
  margin: 0;
  border: none;
}

#home-slider.cmp-carousel-horizontal .cmp-carousel__indicator.cmp-carousel__indicator--active {
  width: 18px;
  height: 18px;
  border-color: #260859;
}

#patient-support-program-enrolment-form .handbook-list {
  width: 348px;
}

.modal.cmp-modal__modalbox.modal-lg.modal--visible {
  cursor: auto;
}

#home-slider .cmp-video__player{
    height: 600px!important;
    overflow: hidden;
}

#home-slider iframe{
    margin-top: -50px;
    max-height: none!important;
    height: 700px!important;
}

#home-slider .cmp-video__content{
    display: none;
}

#scroll-content {
    height: 400px;
    overflow: auto;
}
  
/* width */
#scroll-content::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#scroll-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  opacity: 0.5;
}

/* Handle */
#scroll-content::-webkit-scrollbar-thumb {
  background: #EA721F;
}

/* Handle on hover */
#scroll-content::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 5px;
}


/*new code*/
.home-banner.gamefication-banner {
    text-align: center;
    background: black;
}
.home-banner.gamefication-banner a{
    display:block;
    width:100%
}
.home-banner.gamefication-banner img{
    width:39%!important
}
body#game-page div#header,
body#game-page div#footer {
    display:none
}
iframe#gameification-iframe {
    height: 100vh !important;
}
.mb20 {
    margin-bottom: 20px;
}
.disp-desk {
    display: block;
}
.disp-mob {
    display: none;
}
.img-detail-txt {
    font-size: 18px;
    line-height: 24px;
    font-family: OpenSans-Bold;
    color: #5B6670;
    margin-bottom: 10px;
    display: inline-block;
}
.image-details.mb0 {
    margin-bottom: 0;
}
#product-content .go-to-top.pt-4 {
    padding-top: 24px;
}
#product-content .go-to-top.p10 {
    padding-bottom: 10px;
}
.pl-55 {
    padding-left: 55px;
}
/*new code*/

iframe#gameIframe{
    height: 768px !important;
    width: 100%;
    /*display: none;*/
}

#home .cmp-iframe__spinner {
    display: none !important;
}

iframe#popupIframe {
    width: 100%;
    height: 500px;
    display: block!important;
}

#home .modal.cmp-modal__modalbox.modal-lg .iframe{
    display: none!important;
}

#home .modal.cmp-modal__modalbox.modal-lg.modal--visible .iframe{
    display: block!important;
}

.modal.cmp-modal__modalbox.modal-lg.modal--visible {
    /*pointer-events: auto;*/
}

/*.modal-box .modal__close{*/
/*    pointer-events: auto;*/
/*}*/

/*.modal.cmp-modal__modalbox.modal-lg.modal--visible {*/
/*    pointer-events: none;*/
/*}*/

#home .cmp-modal__modalbox.modal-lg .modal-box:before {
    position: absolute;
    content: '';
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    z-index: -1;
}
.w-100{
    width:100%;
}
#enhertu-her2-ultra-low-safety .mt-20{
    margin-top:20px;
}
#enhertu-her2-ultra-low-safety #product-content .go-to-top {
   padding-top:0; 
}
#enhertu-her2-ultra-low-safety #product-content .go-to-top.pb-0 {
   padding-bottom:0; 
}
#enhertu-her2-ultra-low-safety #references li a{
    color: #5B6670;
}


/* Responsive */


@media (min-width: 992px) {
  #navbar .dropdown:hover .dropdown-menu {
    display: block;
  }

  #navbar .sub-dropdown:hover .sub-dropdown-menu {
    display: block;
  }

  .user-login:hover .user-details, .user-login:focus .user-details {
    display: block;
  }

  #navbar .dropdown:hover::after {
    transform: rotate(180deg);
  }

  .user-login:hover .login-btn:after {
    transform: translateY(-50%) rotate(0deg);
  }

  #welcome-popup .cmp-selfcertification {
    padding-top: 0;
  }
}

@media (min-width: 1920px) {
  .banner-text img {
    max-width: 100%;
  }

  .br-none {
    display: block;
  }
}

@media (min-width: 1701px) {
  #container-wrapper {
    max-width: 1280px;
    margin: auto;
  }
    /*.banner-text img{*/
    /*    max-width: 100%;*/
    /*}*/
  .efficacy-banner-anim img {
    max-width: 100%;
  }

  #header .loginAndUserSignin {
    top: 27px;
  }
  
  iframe#gameIframe{
    height: 900px !important;
    width: 100%;
    }
    
    iframe#popupIframe {
        width: 100%;
        height: 750px;
    }
    
    #home .cmp-modal__modalbox.modal-lg .modal-box {
        width: 90%;
    }
    
    iframe#popupIframe{
        height: 800px!important;
    }

}

@media (max-width: 1700px) {
  .searchbox {
    right: 300px;
    top: -58px;
    width: 270px !important;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  .account-detail .user-email {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .logout-btn {
    font-size: 16px;
    line-height: 24px;
  }

  .login-btn img {
    width: 26px;
  }

  .account-detail img {
    top: -2px;
    width: 26px;
  }

  .menu a {
    font-size: 14px;
    line-height: 24px;
    padding: 13px 8px;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__icon {
    display: none;
  }

  #navbar .dropdown:after {
    right: 0;
    top: 23px;
  }

  .top-menus li a {
    font-size: 16px;
    padding: 5px 15px;
    line-height: 24px;
  }

  #navbar .dropdown-menu {
    width: 200px;
  }

  .sub-dropdown:after {
    left: 285px;
  }

  #navbar .sub-dropdown-menu {
    left: 200px;
  }

  #navbar #menu-3 .dropdown-menu {
    width: 310px;
  }

  #navbar #menu-4 .dropdown-menu {
    width: 400px;
  }

  .heading {
    font-size: 25px;
    line-height: 1;
  }

  .product-label {
    font-size: 24px;
    line-height: 1;
  }

  .heading-highlight {
    font-size: 24px;
    line-height: 31px;
    padding: 8px 15px;
  }

  .product-content-heading {
    font-size: 25px;
    line-height: 32px;
    padding: 8px 15px;
  }

  #product-content h3 {
    margin: 25px 0;
    font-size: 22px;
    line-height: 26px;
  }

  .list li {
    font-size: 16px;
    line-height: 22px;
  }

  .highlight-content {
    font-size: 18px;
    line-height: 24px;
    padding: 16px 40px 20px 10px;
    border-left: 3px solid #c1d82f;
  }

  .highlight-content:after {
    height: 3px;
    width: 50px;
  }

  .go-to-top a {
    font-size: 20px;
    line-height: 24px;
  }

  #references li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
  }

  #product-content h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .cta-btn {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 40px;
  }

  .home-icon-list img {
    margin-bottom: 20px;
    max-width: 130px;
  }

  .home-icon-list p {
    font-size: 18px;
    line-height: 26px;
  }

  .small-text, .small-text small {
    font-size: 11px;
    line-height: 18px;
  }

  #product-content h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .graph-heading {
    left: 260px;
  }

  .image-details small {
    line-height: 14px;
    font-size: 11px;
  }

  .handbook-title {
    font-size: 20px;
    line-height: 26px;
  }

  .handbook-download-btn {
    font-size: 18px;
    line-height: 24px;
  }

  .handbook-download-btn img {
    width: 18px;
  }

  #coming-soon {
    min-height: 500px;
  }

  #coming-soon p {
    font-size: 40px;
  }

  .adverse-btn {
    font-size: 18px;
    padding: 10px 40px;
  }

  .cmp-dynamicform__control-label {
    font-size: 16px;
    margin-bottom: 5px;
  }

  #field-661e3fa2d932b80002ffba6f span, #field-661e6783d932b80002000c0f span {
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    user-select: none;
  }

  #field-661e3fa2d932b80002ffba6f span:before {
    width: 25px;
    height: 25px;
  }

  #field-661e3fa2d932b80002ffba6f span:after {
    top: 5px;
    left: 10px;
  }

  #form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button {
    width: 150px;
    height: 50px;
  }

  #form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button:after {
    font-size: 18px;
  }

  #form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .text-danger {
    font-size: 16px;
  }

  #field-661e6783d932b80002000c0f span:before {
    width: 25px;
    height: 25px;
  }

  #field-661e6783d932b80002000c0f span:after {
    top: 5px;
    left: 10px;
  }

  .cmp-dynamicform-v2 .cmp-dynamicform__generated-form select.form-control {
    background-size: 10px;
  }

  .cmp-dynamicform-v2 .cmp-dynamicform__generated-form textarea.form-control {
    height: 150px;
  }

  #navbar #menu-5 .dropdown-menu {
    width: 250px;
  }

  .tagline {
    font-size: 14px;
    line-height: 20px;
    padding: 6px 19px 6px 23px;
  }

  .graph-figure.dosing-img-1 {
    max-width: 70%;
  }

  .dosing-sec-2 img {
    top: -150px;
    max-width: 250px;
  }

  .dosing-sec-2 {
    padding-top: 170px;
  }

  #home-icon-section .text {
    margin: 0 20px;
  }

  .median-pfs .small-text {
    max-width: 700px;
  }

  .graphheading {
    margin-left: 130px !important;
  }

  .exit-ramp-body {
    font-size: 16px;
    line-height: 22px;
  }

  .exit-ramp-continue, .exit-ramp-cancel {
    font-size: 16px;
    line-height: 22px;
  }

  #error-section h1 {
    font-size: 2.5em;
  }

  #error-section p {
    font-size: 18px;
  }

  .exit-ramp-modal .modal__close {
    position: relative;
    right: 0;
    left: 280px;
    margin-top: auto;
    width: 20px;
    height: 20px;
    margin-bottom: -30px;
  }

  .exit-ramp-modal .modal-box__content {
    padding: 2rem;
  }

  .exit-ramp-modal .modal-box {
    width: 600px;
  }

  #home-section-1 h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .find-more-inner a {
    font-size: 16px;
    line-height: 22px;
  }

  #home-section-3 h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .find-more-list {
    padding: 20px;
  }

  .find-more-inner img {
    max-width: 90px;
  }

  #login-section {
    padding: 20px;
  }

  #home-heading h1 {
    margin-bottom: 1em;
  }

  #landing-page .cmp-user-profile-login a {
    font-size: 18px;
    min-width: 150px;
  }

  #home-footer {
    margin-top: 8%;
  }

  #home-video-section {
    padding: 40px 0px;
  }

  #home-video-section .video {
    padding: 0 0px;
  }

  #home-slider .cmp-carousel__action {
    width: 60px;
    height: 60px;
    left: 30px;
  }

  #home-slider .cmp-carousel__action.cmp-carousel__action--next {
    right: 30px;
  }

  .find-more-inner p {
    font-size: 14px;
    line-height: 20px;
  }

  .handbook-list {
    width: 300px;
  }
  
  #home-slider .cmp-video__player{
      height: 531px !important;
  }
  
  #home-slider iframe{
    height: 631px!important;
  }
  
  .br-none {
    display: none;
  }
}

@media (max-width: 1600px) {
  .banner-text img {
    max-width: 280px;
  }
   #home-slider .cmp-video__player{
      height: 500px !important;
  }
  
  #home-slider iframe{
    height: 600px!important;
}
}

@media (max-width: 1440px) {
  .banner-text img {
    max-width: 250px;
    margin-bottom: 15px;
  }
   #home-slider .cmp-video__player{
      height: 450px !important;
  }
  
  #home-slider iframe{
    height: 550px!important;
}
}

@media (max-width: 1400px){
    #home-slider .cmp-video__player{
      height: px !important;
  }
  
  #home-slider .cmp-video__player{
      height: 422px !important;
  }
  
  #home-slider iframe{
    height: 522px!important;
}
}

@media (max-width: 1300px) {
  .menu a {
    font-size: 14px;
    line-height: 20px;
  }
  
   #home-slider .cmp-video__player{
      height: 364px !important;
  }
  
  #home-slider iframe{
    height: 464px!important;
    }
}

@media (max-width: 1210px) {
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: 5%;
  }

  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
    width: 90%;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .menu a {
    font-size: 14px;
    line-height: 22px;
    padding: 13px 15px;
  }

  .top-menus li a {
    font-size: 14px;
    line-height: 22px;
  }

  .heading {
    font-size: 22px;
  }

  .product-label {
    font-size: 18px;
    text-align: center;
  }

  .heading-highlight {
    font-size: 22px;
    line-height: 28px;
  }

  .product-content-heading {
    font-size: 22px;
    line-height: 28px;
  }

  #product-content h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .highlight-content {
    font-size: 16px;
    line-height: 22px;
  }

  .list li {
    font-size: 14px;
    line-height: 20px;
  }

  #references li {
    font-size: 16px;
    line-height: 22px;
  }

  #footer-menus li:not(:last-child) {
    margin-bottom: 15px;
  }

  #footer-menus li a {
    font-size: 12px;
  }

  .copyright-text {
    font-size: 12px;
    line-height: 16px;
  }

  #product-content h4 {
    font-size: 16px;
    line-height: 22px;
  }

  #references li {
    font-size: 14px;
    line-height: 20px;
  }

  #home-icon-section .text {
    width: 20%;
    margin: 0;
  }

  #home-icon-section .text:first-child {
    margin-left: 0;
  }

  .graph-heading {
    left: 230px;
  }

  .graph-heading {
    font-size: 10px !important;
    margin-top: 5px !important;
    left: 170px;
  }

  .graph-heading {
    font-size: 5px !important;
    margin-top: 6px !important;
    left: 90px;
    line-height: 1 !important;
  }

  .tagline {
    font-size: 14px;
    line-height: 20px;
  }

  .report-content {
    margin-right: 0;
    padding-right: 20px;
    width: 58%;
  }

  #navbar .dropdown:after {
    top: 19px;
  }

  .menu a {
    font-size: 14px;
    line-height: 18px;
    padding-left: 0;
    padding-right: 15px;
  }

  .banner-text img {
    max-width: 190px;
  }

  .home-banner .btn-wrap {
    position: absolute;
    right: 5.4%;
    bottom: 9%;
    width: 60px;
  }

  .efficacy-banner-anim img {
    max-width: 292px;
  }
  
  #product-content h5.ls {
    letter-spacing: -0.7px;
  }
}

@media (max-width: 1024px) {
  #header .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
    width: 100%;
    margin-left: 0;
  }

  #navbar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #F8F8F9;
    z-index: 999;
    display: none;
  }

  #navbar.showmenu {
    display: block;
  }

  .menu {
    width: 100%;
  }

  .menu ul {
    flex-wrap: wrap;
  }

  .menu li {
    width: 100%;
  }

  .menu li:not(:last-child) {
    border-bottom: 5px solid #fff;
  }

  .menu a {
    padding: 7px 3%;
    color: #260859;
    line-height: 26px;
    font-size: 16px;
  }

  .menu a:hover, .menu a:focus {
    text-decoration: none;
  }

  #navbar .dropdown {
    padding-right: 0;
    -webkit-tap-highlight-color: transparent !important;
  }

  #navbar .dropdown:after {
    right: 15px;
  }

  #navbar .dropdown.active .dropdown-menu {
    display: block!important;
  }

  #navbar .dropdown li:not(:last-child) {
    border: none;
  }

  #navbar .dropdown:after {
    right: 3.7%;
    width: 8px;
    height: 7px;
    background-image: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/dropdown.svg);
    z-index: -1;
    top: 15px;
  }

  #navbar .dropdown.active:after {
    transform: rotate(180deg)!important;
  }

  #navbar .dropdown-menu {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
  }

  #navbar #menu-3 .dropdown-menu {
    width: 100%;
  }

  #navbar #menu-4 .dropdown-menu {
    width: 100%;
    margin-bottom: 0;
  }

  #navbar #menu-5.dropdown-menu {
    width: 100%;
  }

  #navbar .dropdown-menu li {
    background-color: transparent;
    border: none;
  }

  #navbar .dropdown-menu li a {
    color: #5b6670;
    border: none;
    padding: 7px 26px;
  }

  .sub-dropdown:after {
    left: auto;
    right: 3.7%;
    top: 10px;
    background-image: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/dropdown.svg);
    width: 8px;
    height: 7px;
    transform: none;
    border: none;
  }

  .sub-dropdown.active:after {
    transform: rotate(-180deg)!important;
    top: 10px;
  }

  #navbar .menu {
    box-shadow: 0px 4px 10px rgba(0,0,0,.3);
  }

  #navbar .menu > ul > li:not(:last-child) {
    margin-right: 0;
  }

  #navbar .dropdown-menu .sub-dropdown-menu li a {
    padding: 6px 36px;
  }

  #home .menu > ul > li:first-child a {
    background-color: #EA721F;
    color: #fff;
  }

  #enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > a,
  #enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > a, 
  #enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > a, 
  #enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > a, 
  #enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > a, 
  #enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > a, 
  #metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > a, 
  #metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > a, 
  #dosing #navbar > .menu > ul > li:nth-child(3) > a, 
  #managing-adverse-events #navbar > .menu > ul > li:nth-child(3) > a, 
  #champion-link #navbar > .menu > ul > li:nth-child(3) > a, 
  #education-and-handbook #navbar > .menu > ul > li:nth-child(4) > a, 
  #patient-support-program-enrolment-form #navbar > .menu > ul > li:nth-child(4) > a, 
  #webinars #navbar > .menu > ul > li:nth-child(4) > a, 
  #speak-to-our-sales-team #navbar > .menu > ul > li:nth-child(5) > a, 
  #speak-to-our-medical-team #navbar > .menu > ul > li:nth-child(5) > a {
    background-color: #EA721F;
    color: #fff;
  }

  #enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > a, 
    #enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > a, 
    #enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > a, 
    #enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > a, 
    #enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > a, 
    #enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > a, 
    #metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > a, 
    #metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > a, 
    #dosing #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(1) > a, 
    #managing-adverse-events #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(2) > a, 
    #champion-link #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(3) > a, 
    #education-and-handbook #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(1) > a, 
    #patient-support-program-enrolment-form #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(2) > a, 
    #webinars #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(3) > a,
    #speak-to-our-sales-team #navbar > .menu > ul > li:nth-child(5) > ul > li:nth-child(1) > a, 
    #speak-to-our-medical-team #navbar > .menu > ul > li:nth-child(5) > ul > li:nth-child(2) > a {
    color: #EA721F!important;
  }

  #enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul > li:nth-child(1) > a, 
    #enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul > li:nth-child(2) > a, 
    #enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(1) > a, 
    #enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(2) > a, 
    #enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(1) > a, 
    #enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(2) > a, 
    #metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > ul > li:nth-child(1) > a, 
    #metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > ul > li:nth-child(2) > a {
    border-left: none;
  }

  #enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul > li:nth-child(1) > a, 
    #enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) > ul > li:nth-child(2) > a, 
    #enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(1) > a, 
    #enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li:nth-child(2) > a, 
    #enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(1) > a, 
    #enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(2) > a, 
    #metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > ul > li:nth-child(1) > a, 
    #metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) > ul > li:nth-child(2) > a,
    #dosing #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(1) > a, 
    #managing-adverse-events #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) > ul > li:nth-child(2) > a {
    color: #EA721F!important;
  }

  #enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2)::after, 
    #enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2)::after, 
    #enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2)::after, 
    #enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2)::after, 
    #enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2)::after, 
    #enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2)::after, 
    #metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2)::after, 
    #metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2)::after, 
    #dosing #navbar > .menu > ul > li:nth-child(3)::after, 
    #managing-adverse-events #navbar > .menu > ul > li:nth-child(3)::after,
    #champion-link #navbar > .menu > ul > li:nth-child(3)::after, 
    #education-and-handbook #navbar > .menu > ul > li:nth-child(4)::after, 
    #patient-support-program-enrolment-form #navbar > .menu > ul > li:nth-child(4)::after,
    #webinars #navbar > .menu > ul > li:nth-child(4)::after, 
    #speak-to-our-sales-team #navbar > .menu > ul > li:nth-child(5)::after, 
    #speak-to-our-medical-team #navbar > .menu > ul > li:nth-child(5)::after {
    background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/dropdown-white-arrow.svg');
    z-index: 99;
  }

  #enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li::nth-child(1)::after, 
    #enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1)::after, 
    #enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li::nth-child(1)::after, 
    #enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1)::after,
    #enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1)::after, 
    #enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1)::after, 
    #metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1)::after, 
    #metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1)::after, 
    #dosing #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(3)::after, 
    #managing-adverse-events #navbar > .menu > ul > li:nth-child(3) > ul > li:nth-child(3)::after,
    #champion-link #navbar > .menu > ul > li:nth-child(4) > ul > li:nth-child(1)::after, 
    #education-and-handbook #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4)::aftr, 
    #speak-to-our-sales-team #navbar > .menu > ul > li:nth-child(5) > ul > li:nth-child(1)::after, 
    #speak-to-our-medical-team #navbar > .menu > ul > li:nth-child(5) > ul > li:nth-child(2)::after {
    background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/active-dropdown.svg');
  }

  #navbar #menu-2 .dropdown-menu > li:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 7px;
    right: 3.7%;
    top: 15px;
    background: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/dropdown-white-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  #navbar .dropdown.active .dropdown-menu {
    display: block;
  }

  #enhertu-her2plus-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1)  .sub-dropdown-menu, 
    #enhertu-her2plus-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(1) .sub-dropdown-menu,
    #enhertu-her2-ultra-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2)  .sub-dropdown-menu, 
    #enhertu-her2-ultra-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(2) .sub-dropdown-menu,
    #enhertu-her2-low-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) .sub-dropdown-menu, 
    #enhertu-her2-low-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(3) .sub-dropdown-menu,
    #metastatic-nsclc-efficacy #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) .sub-dropdown-menu, 
    #metastatic-nsclc-safety #navbar > .menu > ul > li:nth-child(2) > ul > li:nth-child(4) .sub-dropdown-menu {
    display: block;
  }

  #navbar .sub-dropdown-menu li a::after {
    display: none!important;
  }

  #navbar .dropdown.active .dropdown-menu li {
    background-color: #250859!important;
  }

  #navbar .dropdown.active .dropdown-menu li a {
    color: #fff!important;
    position: relative;
  }

  #navbar .dropdown.active .dropdown-menu li:not(:first-child) a::after {
    position: absolute;
    content: '';
    width: 94%;
    height: 1px;
    background-color: #ffff;
    top: 0;
    left: 3%;
  }

  #navbar #menu-5 .dropdown-menu {
    margin-bottom: 0;
    width: 100%;
  }

  #navbar .sub-dropdown-menu {
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
    border: none;
    padding: 0 15px;
    z-index: 1;
  }

  #navbar .sub-dropdown-menu li {
    border: none;
  }

  #navbar .dropdown-menu:before {
    display: none;
  }

  #navbar .dropdown-menu li.active .sub-dropdown-menu {
    display: block!important;
    z-index: 99;
    padding: 0;
  }

  .searchbox.aem-GridColumn--default--none.aem-GridColumn.aem-GridColumn--offset--default--0.aem-GridColumn--default--2 {
    width: 70%;
    margin-left: 15%;
  }

  .cmp-searchbox .cmp-searchbox__inner {
    margin: 10px 0;
  }

  .enh-footer-logo img {
    max-width: 150px;
  }

  .home-banner {
    border-top: 2px solid #EA721F;
  }

  .copyright-text {
    width: 400px;
  }

  .top-menus {
    margin-right: 5%;
  }

  .topmenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F5F5F5;
    text-align: center;
    padding: 5px 0;
  }

  .topmenu ul {
    display: flex;
    justify-content: center;
  }

  .top-menus li a {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
  }

  .top-menus li:not(:last-child) {
    border-right: 1px solid #B6C0C9;
  }

  .logo {
    margin-top: 28px;
    padding: 20px 5%;
  }

  .user-login {
    margin-right: 30px;
    margin-top: 28px;
    padding: 0;
    position: inherit;
  }

  .user-details {
    top: 100px;
    border: none;
  }

  #nav-trigger {
    display: block;
    margin-top: 28px;
    width: 22px;
    text-align: center;
  }

  #nav-trigger img {
    margin: auto;
  }

  #nav-trigger .menu-close-icon {
    display: none;
  }

  #nav-trigger.change .menu-icon {
    display: none;
  }

  #nav-trigger.change .menu-close-icon {
    display: block;
  }

  #home-video-section .text {
    width: 80%;
    margin-left: 10%;
  }

  .home-icon-list img {
    margin-bottom: 10px;
    max-width: 110px;
  }

  .home-icon-list p {
    font-size: 16px;
    line-height: 24px;
  }

  #welcome-popup .modal-box {
    width: 90%;
    padding: 30px 15px;
    margin: auto 5%;
  }

  #welcome-popup .cmp-selfcertification__title {
    padding: 0;
  }

  #welcome-popup .cmp-selfcertification__title h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  #welcome-popup .cmp-selfcertification__content p {
    font-size: 14px;
    line-height: 18px;
  }

  #welcome-popup .cmp-selfcertification__continue {
    font-size: 16px;
  }

  .graph-text {
    margin-bottom: -44px;
  }

  .graph-text.mb20 {
    margin-bottom: 20px;
  }

  .tagline {
    font-size: 10px;
    line-height: 16px;
  }

  #product-content .graph-text h5 {
    white-space: nowrap;
  }

  #product-content h5 {
    font-size: 12px;
    line-height: 20px;
  }

  .graph-figure.dosing-img-1 {
    max-width: 100%;
  }

  .dosing-sec-2 {
    padding-top: 0;
    padding-right: 0;
  }

  .dosing-sec-2 img {
    position: relative;
    top: 0;
    max-width: 150px;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px 0 20px;
  }

  .graph-arrow {
    width: 200px;
  }

  #header .loginAndUserSignin {
    right: 80px;
    top: 50px;
  }

  .home-image-lists {
    gap: 20px;
  }

  #find-more {
    gap: 0;
    flex-wrap: wrap;
  }

  .find-more-list {
    width: 48%;
    margin-bottom: 20px;
  }

  .home-img-list p br {
    display: none;
  }

  .searchbox {
    right: 250px;
  }

  #home-section-1 h3 {
    font-size: 18px;
    line-height: 24px;
  }

  #home-section-3 {
    padding: 40px 0 20px;
  }

  #home-section-3 h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .searchbox {
    position: inherit;
    margin-right: auto;
    margin-left: auto !important;
    width: 70% !important;
    float: none !important;
  }

  .banner-text img {
    max-width: 150px;
    margin-bottom: 10px;
  }

  .efficacy-banner-anim img {
    max-width: 205px;
  }

  #home-heading h1 {
    font-size: 2.2em;
    margin-bottom: 2em;
  }

  #home-footer {
    margin-top: 20%;
  }

  .home-banner .btn-wrap {
    right: 7.4%;
    width: 35px;
  }
#home-slider .cmp-video__player{
      height: 354px !important;
  }
  
  #home-slider iframe{
    height: 450px!important;
    }
    
    iframe#gameIframe{
        height: 500px!important;
    }
    
    .cmp-modal__modalbox.modal-lg .modal-box {
        width: 90%!important;
    }
    
    iframe#popupIframe {
        height: 80vh;
    }
    
    iframe#gameIframe {
        height: 80vh !important;
    }
    
     #home-video-section .video {
         width: 100%;
         padding: 0 16px;
         margin: 0;
     }
     
     #home-video-section .cmp-video__player {
        height: 450px !important;
    }
}

@media (max-width: 768px) {
  body {
    padding-top: 0!important;
  }
}

@media (max-width: 767px) {
  .user-login {
    position: inherit;
  }

  .user-details {
    border: none;
    width: 183px;
    padding: 12px 12px 16px 7px;
    right: 0;
    top: 70px;
  }

  .account-detail {
    padding-left: 35px;
  }

  .account-detail img {
    width: 30px;
    height: 30px;
  }

  .account-detail p {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 26px;
    font-family: OpenSans-Medium;
  }

  .account-detail .user-email {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 9px;
    font-family: OpenSans-Light;
  }

  .account-logout {
    border-top: 1px solid #5B6670;
    padding-top: 10px;
    text-align: center;
  }

  .logout-btn {
    font-size: 14px;
    line-height: 20px;
  }

  .user-login img {
    width: 16px;
    height: 16px;
  }

  .top-menus li a {
    font-size: 9px;
    line-height: 10px;
    padding: 0 5px;
    color: #5B6670;
  }

  #menu-5.active {
    background-color: #EA721F;
  }

  .cmp-searchbox .cmp-searchbox__inner {
    margin: 3px 0;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__clear-icon {
    display: none;
  }

  .heading {
    font-size: 18px;
    margin: 36px 20px 20px;
    line-height: 24px;
  }

  #product-content h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0;
  }

  .product-label {
    font-size: 18px;
    height: 50px;
  }

  #product-content {
    padding: 20px;
  }

  .product-content-heading {
    font-size: 16px;
    line-height: 22px;
    border-width: 2px;
    padding: 10px;
  }

  .small-text {
    font-size: 10px;
    line-height: 16px;
  }

  .image-details {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-details small {
    font-size: 10px;
    line-height: 16px;
    display: block;
  }

  .list li {
    padding-left: 15px;
  }

  .list li:before {
    width: 8px;
    height: 9px;
  }

  .highlight-content {
    padding-right: 20px;
  }

  #footer-section {
    padding: 30px 0;
  }

  #footer-section .text {
    width: 100%;
  }

  #footer-menus {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  #footer-menus ul {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
    width: 100%;
  }

  .go-to-top a {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 10px 5px 10px;
    margin: auto;
    float: none;
    width: fit-content;
  }

  #product-content .go-to-top {
    padding: 36px 0 36px;
    overflow: hidden;
    text-align: center;
  }

  .go-to-top a img {
    width: 19px;
    margin-left: 5px;
  }

  .cta-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 7px 20px;
    width: 100%;
    max-width: 305px;
  }

  .cta-btn br {
    display: none;
  }

  #references {
    margin-bottom: 40px;
  }

  .product-label.active:after {
    bottom: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 15px solid #260859;
  }

  .product-label {
    font-size: 16px;
    height: 50px;
    line-height: 1.2;
  }

  .product-label a {
    text-align: center;
  }

  .heading-highlight {
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    border-width: 2px;
    margin-bottom: 6px;
  }

  #home-video-section {
    padding: 30px 0;
  }

  #home-video-section .text {
    width: 90%;
    margin-left: 5%;
  }

  #home-icon-section {
    padding: 35px 0 0;
  }

  #home-icon-section .aem-Grid {
    flex-wrap: wrap;
  }

  #home-icon-section .text {
    width: 100%;
    margin-bottom: 35px;
  }

  #home-icon-section .text:first-child {
    margin-left: 0;
  }

  .home-icon-list p {
    font-size: 18px;
    line-height: 26px;
  }

  #home .cmp-text {
    padding: 0;
  }

  #home .go-to-top {
    padding-bottom: 40px;
    text-align: center;
  }

  #home .go-to-top a {
    float: none;
    padding: 7px 14px 7px 14px;
    max-width: 149px;
    margin: auto;
    font-family: OpenSans-Semibold;
  }

  .go-to-top a img {
    margin-left: 5px;
    width: 19px;
  }

  .tagline {
    font-size: 10px;
    line-height: 13px;
    padding: 10px 15px;
  }

  .list-and-image {
    flex-wrap: wrap;
  }

  .list-image {
    min-width: 0;
  }

  .list-image img {
    max-width: 70px;
  }

  .list-and-image .list {
    margin-bottom: 0;
    margin-top: 20px;
  }

  #education-hanbook-section {
    padding: 18px !important;
    margin: 36px 0 50px;
  }

  .report-content h4 {
    font-size: 16px;
    line-height: 22px;
    color: #5B6670;
  }

  .report-content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .adverse-btn {
    font-size: 16px;
    padding: 7px 18px;
    line-height: 22px;
  }

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

  .handbook-list {
    width: 100%;
    margin: 20px 0;
  }

  .report-list .handbook-list {
    padding: 12px;
  }

  #webinar-section {
    margin: 36px 0 30px;
    padding: 20px;
  }

  #coming-soon {
    min-height: 159px;
  }

  #coming-soon p {
    font-size: 18px;
    line-height: 35px;
  }

  #webinar-section .go-to-top {
    padding: 20px 0 0;
  }

  #reporting-adverse-section {
    margin: 0 0 50px;
    padding: 20px;
  }

  .report-list {
    flex-wrap: wrap;
    padding: 0;
  }

  .report-content {
    width: 100%;
    padding-right: 0;
  }

  #welcome-popup .cmp-selfcertification__content {
    padding: 0;
  }

  #welcome-popup .cmp-selfcertification__continue {
    margin: 15px auto 0;
  }

  #form-section {
    margin: 0 20px;
    padding: 6px 6px 26px;
  }

  #speak-to-our-sales-team #mobile-link {
    margin-bottom: 50px;
  }

  .cmp-dynamicform__form-group {
    margin-bottom: 16px!important;
  }

  .cmp-dynamicform__control-label {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 18px;
  }

  .cmp-dynamicform-v2 .cmp-dynamicform__generated-form textarea.form-control {
    height: 110px;
  }

  #field-group-661e3fa2d932b80002ffba67, #field-group-661e3fa2d932b80002ffba68, #field-group-661e3fa2d932b80002ffba6a,
    #field-group-661e3fa2d932b80002ffba6b, #field-group-661e3fa2d932b80002ffba6c, #field-group-661e3fa2d932b80002ffba6d {
    width: 100%;
  }

  #field-group-661e3fa2d932b80002ffba6f, #field-group-661e6783d932b80002000c0f {
    margin-top: 13px;
    margin-bottom: 26px !important;
  }

  #field-group-661e6783d932b80002000c07, #field-group-661e6783d932b80002000c08, #field-group-661e6783d932b80002000c0a,
    #field-group-661e6783d932b80002000c0b, #field-group-661e6783d932b80002000c0c, #field-group-661e6783d932b80002000c0d {
    width: 100%;
  }

  #field-661e3fa2d932b80002ffba6f span, #field-661e6783d932b80002000c0f span {
    font-size: 14px;
    line-height: 18px;
    padding-left: 27px;
  }

  #field-661e3fa2d932b80002ffba6f span:before, #field-661e6783d932b80002000c0f span:before {
    width: 16px;
    height: 16px;
  }

  #field-661e3fa2d932b80002ffba6f span:after, #field-661e6783d932b80002000c0f span:after {
    top: 0px;
    left: 5px;
  }

  #form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .form-control {
    border: 1px solid #707070;
  }

  .cmp-dynamicform__form-group {
    min-height: auto;
    margin-bottom: 20px !important;
  }

  #form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .button-group {
    text-align: center;
    margin-bottom: 0!important;
  }

  #form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button {
    width: 140px;
    height: 36px;
  }

  #form-section .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group button:after {
    font-size: 16px;
  }

  body {
    padding-top: 0!important;
  }

  .user-login {
    margin-top: 18px;
    margin-right: 20px;
  }

  .user-login img {
    width: 21px;
    height: 21px;
  }

  .account-detail img {
    width: 30px;
    height: 30px;
  }

  .logout-btn img {
    width: 16px;
    height: 17px;
  }

  .login-btn {
    padding-right: 12px;
  }

  .login-btn:after {
    width: 9px;
    height: 5px;
  }

  #nav-trigger {
    margin-top: 16px;
  }

  .logo img {
    max-width: 119px;
  }

  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__input {
    padding: 4px 8px 5px 9px !important;
    font-size: 7px;
    line-height: 9px;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field .cmp-searchbox__button {
    width: 10px;
    height: 10px;
    right: 8px;
  }

  .cmp-searchbox__button:after {
    width: 10px;
    height: 10px;
  }

  #enhertu-her2plus-efficacy .cmp-text {
    padding: 0;
  }

  .highlight-content {
    font-size: 14px;
    line-height: 20px;
    border-width: 2px;
    padding: 10px 6px 8px 8px;
  }

  .hc-m1, .hc-m2 {
    margin: 0 16px 0 0;
  }

  .graph-text {
    margin-bottom: 0;
  }

  .tagline {
    font-size: 14px;
    line-height: 16px;
    padding: 3px 6px 6px 4px;
    border-width: 2px;
  }

  #product-content .graph-text h5, #product-content .graph-text .left61, #product-content .graph-text .left62, #product-content .graph-text .left55 {
    position: relative;
    top: 0;
    left: 0!important;
    transform: none;
    margin: 20px 0;
    font-size: 16px;
    line-height: 22px;
    white-space: inherit;
  }
  
  #product-content h5.ls br {
      display: none;
  }

  .graph-figure {
    position: relative;
  }

  .graph-figure img {
    max-width: 100%;
    width: auto;
  }

  .graph-figure a {
    position: relative;
    display: block;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .graph-figure a:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/zoom-symbol.svg');
    background-size: contain;
    background-position: center;
    bottom: 0;
    right: 0;
  }

    /* width */
  .graph-figure::-webkit-scrollbar {
    width: 0;
    height: 5px;
  }
    
    /* Track */
  .graph-figure::-webkit-scrollbar-track {
    background: #D6D6D6;
  }
    
    /* Handle */
  .graph-figure::-webkit-scrollbar-thumb {
    background: #C1D82F;
    border-radius: 5px;
  }

  .cmp-text {
    padding: 0!important;
  }

  #references li:not(:last-child) {
    margin-bottom: 10px;
  }

  #footer-copyright {
    padding: 10px 0;
  }

  .footer-az-logo img {
    max-width: 75px;
  }

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

  #footer-menus li a {
    font-size: 14px;
    line-height: 14px;
  }

  #footer-menus ul:last-child {
    margin-bottom: 0;
  }

  .hide-mobile {
    display: none;
  }

  .mobile-image-area {
    display: block;
  }

  #product-content h4 {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
  }

  #product-content h5 {
    font-size: 16px;
    line-height: 20px;
  }

  #product-content h5.fs-14 {
    font-size: 14px;
  }

  #error-section h1 {
    font-size: 1.5rem;
  }

  #error-section .cta-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 20px;
    width: 250px;
  }

  #error-section p br {
    display: none;
  }

  .graph-text-width {
    max-width: 100%;
  }

  #abbreviations {
    margin: 30px 0 20px;
  }

  .dosing-sec-2 img {
    max-width: 82px;
    margin: 20px 0;
  }

  .handbook-list {
    margin: 0;
  }

  .handbook-list:not(:last-child) {
    margin-bottom: 20px;
  }

  .handbook-title {
    font-size: 16px;
    line-height: 20px;
  }

  .handbook-download-btn {
    font-size: 14px;
    line-height: 20px;
  }

  .handbook-download-btn img {
    width: 14px;
  }

  #welcome-popup .modal-box {
    padding: 36px 20px;
  }

  #welcome-popup .cmp-selfcertification__title h1 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .graphheading {
    margin-left: 0 !important;
    width: 100%;
    float: inherit;
  }

  .mobile-image-area {
    width: 100%;
  }

  .median-pfs .small-text {
    max-width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .exit-ramp-modal .modal-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .exit-ramp-modal .modal__close {
    background: transparent;
    left: 40%;
  }

  .exit-ramp-modal .modal-box__content {
    padding: 1.5rem;
  }

  .exit-ramp-modal .modal__closeIcon {
    width: 100%;
  }

  .exit-ramp-modal .modal__closeLabel {
    display: none;
  }

  #copyright {
    justify-content: space-between;
    align-items: flex-end;
  }

  .copyright-text {
    width: auto;
  }

  .mob-sub-list {
    display: inline-block;
    position: relative;
    padding-left: 10px;
  }

  .dashh {
    position: absolute;
    left: 0;
  }

  .graph-figure img.graph-arrow {
    width: 200px;
    left: 585px;
  }

  .cmp-predictive-search--result-container ul {
    margin: 7px 0;
  }

  .cmp-predictive-search--result-container li {
    font-size: 10px!important;
  }

  #header .loginAndUserSignin {
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 20px;
    right: 45px;
    margin: 0;
    width: auto;
    top: 35px;
  }

  #header .cmp-user-profile-login a {
    font-size: 14px;
    padding-left: 20px;
  }

  #header .cmp-user-profile-login a:after {
    width: 15px;
    height: 15px;
  }

  #header .cmp-rx-login .cmp-dropdown-menu {
    top: 35px;
  }

  .home-image-lists {
    gap: 30px;
    flex-wrap: wrap;
  }

  .home-img-list {
    width: 45%;
  }

  .modal-box__content {
    padding: 0rem 1rem 1rem !important;
  }

  .modal-box__content .modal__closeLabel {
    display: none;
  }

  .modal-box__content .modal__close {
    left: auto;
    margin-top: 0;
    background-color: transparent;
    color: #f00!important;
    z-index: 999999;
  }
  
  #enhertu-her2plus-efficacy .modal-box__content .modal__close, 
  #enhertu-her2plus-safety .modal-box__content .modal__close,
  #enhertu-her2-ultra-low-efficacy .modal-box__content .modal__close,  
  #enhertu-her2-ultra-low-safety .modal-box__content .modal__close,
  #enhertu-her2-low-efficacy .modal-box__content .modal__close, 
  #enhertu-her2-low-safety .modal-box__content .modal__close,
  #metastatic-nsclc-efficacy .modal-box__content .modal__close, 
  #metastatic-nsclc-safety .modal-box__content .modal__close,
  #dosing .modal-box__content .modal__close,
  #managing-adverse-events .modal-box__content .modal__close,
  #champion-link .modal-box__content .modal__close,
  #education-and-handbook .modal-box__content .modal__close,
  #patient-support-program-enrolment-form .modal-box__content .modal__close,
  #webinars .modal-box__content .modal__close,
  #speak-to-our-sales-team #navbar .modal-box__content .modal__close,
  #speak-to-our-medical-team #navbar .modal-box__content .modal__close {
    color: #000!important;  
  }

  .modal-box__content .modal__closeIcon {
    width: 1.4rem;
  }

  #gotobtn .go-to-top {
    margin-top: 0;
  }

  .second-list {
    position: relative;
    padding-left: 9px;
    display: block;
  }

  .list-hypen {
    position: absolute;
    left: 0;
  }

  #speak-to-our-medical-team #form-section {
    padding: 20px 0 30px;
    margin-bottom: 50px;
  }

  #speak-to-our-medical-team .cta-btn {
    max-width: 126px;
    padding: 7px;
  }

  .medical-team-area p {
    font-family: 'OpenSans-Regular';
    margin-bottom: 20px;
  }

  #field-group-661e3fa2d932b80002ffba6f .cmp-dynamicform__control-label {
    position: relative;
    padding-left: 10px;
  }

  #field-group-661e3fa2d932b80002ffba6f .cmp-dynamicform__control-label .text-danger {
    position: absolute;
    left: 0;
    top: 0;
  }

  #dosing .product-heading {
    margin-top: 36px;
  }

  #managing-adverse-events .product-heading {
    margin-top: 36px;
  }

  #champion-link .product-heading {
    margin-top: 36px;
  }

  #speak-to-our-sales-team .product-heading {
    margin-top: 25px;
  }

  #speak-to-our-medical-team .product-heading {
    margin-top: 25px;
  }

  .highlight-content:after {
    height: 2px;
    width: 99px;
  }
    /*.banner-text{*/
    /*    display: none;*/
    /*}*/
  .efficacy-banner-anim {
    display: none;
  }

  #login-section {
    padding: 20px 0;
  }

  #home-heading h1 {
    font-size: 1.2em;
    line-height: 1.2;
  }

  #home-footer {
    margin-top: 50%;
  }

  .cmp-searchresults__inner-container {
    padding: 20px 0!important;
  }

  .searchresults {
    margin-top: 49px!important;
  }

  .searchresults .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
    width: 100%!important;
  }

  #home-slider .cmp-carousel__action {
    width: 40px;
    height: 40px;
    left: 10px;
  }

  #home-slider .cmp-carousel__action.cmp-carousel__action--next {
    right: 10px;
  }

  #home-slider .cmp-carousel__indicators {
    display: flex;
  }

  #home-slider.cmp-carousel-horizontal .cmp-carousel__indicator {
    width: 12px;
    height: 12px;
  }

  #home-slider.cmp-carousel-horizontal .cmp-carousel__indicator.cmp-carousel__indicator--active {
    width: 15px;
    height: 15px;
  }

  #home-slider.cmp-carousel-horizontal .cmp-carousel__indicators li.cmp-carousel__indicator--active::after {
    width: 9px;
    height: 9px;
    border: 0;
    top: 2px;
    left: 2px;
    transform: none;
  }

  .home-banner .btn-wrap {
    width: 20px;
  }
    #home-slider .cmp-video__player{
          height: 230px !important;
      }
    #home-slider iframe{
        height: 320px!important;
    }
    
    .cmp-modal__modalbox.modal-lg .modal-box {
        width: 95%!important;
    }

    iframe#popupIframe {
        height: 70vh;
    }
    
    iframe#gameIframe {
        height: 80vh !important;
    }
    
    #home-video-section .video {
        width: 100%;
        margin: 0;
        padding: 0 16px;
    }
    
    #home-video-section .cmp-video__player{
          height: 230px !important;
      }
    .modal.cmp-modal__modalbox.modal-lg .modal-box__content{
        padding: 2rem 1rem 1rem !important;
    }
    .cmp-modal__modalbox.modal-lg .modal-box .modal__close {
        top: 10px !important;
        right: 10px !important;
    }
    .image-details.m-mb0 {
        margin-bottom: 0;
    }
    #product-content .go-to-top.m-pb36 {
        padding-bottom: 36px;
    }
    .img-detail-txt {
        font-size: 14px;
        line-height: 20px;
    }
    .m-pl0 {
        padding-left: 0;
    }
}

@media (max-width: 540px) {
  .home-banner img.banner {
    content: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/mobile-home-banner.png');
    width: 100%;
  }
  .home-banner .banner-text {
    position: relative;
    right: inherit;
    top: inherit;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
  }

  .home-banner .banner-text .img-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .home-banner .banner-text img.first-img {
    display:none;
  }
  .home-banner .banner-text img{
    max-width: 270px;
  }

  #enhertu-her2plus-efficacy .home-banner img, #enhertu-her2plus-safety .home-banner img {
    content: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/effacacy-banner-1.png');
  }

  #enhertu-her2-low-efficacy .home-banner img, #enhertu-her2-low-safety .home-banner img {
    content: url('/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/effacacy--banner-2.png');
  }

  .product-heading {
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 0;
  }

  .product-label.hide-link-mobile {
    display: none;
  }

  .product-label {
    width: 100%;
    height: 33px;
    margin-bottom: 9px;
  }

  #mobile-link {
    display: block;
    margin-top: 20px;
  }

  #mobile-link .product-label {
    margin: 10px 0;
  }

  .product-label.active:after {
    bottom: -9px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #260859;
  }

  #welcome-popup .modal-box {
    padding: 36px 20px;
    width: 303px;
    margin: auto;
  }

  #welcome-popup .cmp-selfcertification__continue.self-certify-yes, #welcome-popup .cmp-selfcertification__continue {
    width: 100%;
  }

  #header {
    position: relative;
  }

  #header:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    background-color: #F5F5F5;
  }

  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
    width: 100%;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .logo {
    padding-left: 0;
  }

  .top-menus {
    margin-right: 0;
  }

  .user-details {
    right: -36px;
  }

  #main-wrapper .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  #home-section-1 .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  #home-video-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  #home-section-3 .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .line-break {
    display: block;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .color-inherit {
    color: inherit!important;
  }

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

  .m-text-left {
    text-align: left!important;
  }

  .graph-figure.dosing-img-1 img {
    max-width: 100%;
  }

  .graph-figure img.response-img {
    content: url(/content/dam/intelligentcontent/brands/enhertu-my/my/en/images/efficacy-graph-mobile-3.png);
    width: 100%;
    margin-bottom: 0;
  }

  .list-image {
    width: 100%;
    margin-right: 0;
  }

  .list-image img {
    max-width: 100%;
    height: 120px;
  }

  .exit-ramp-modal {
    padding-top: 0!important;
    display: flex!important;
  }

  #welcome-popup .cmp-selfcertification {
    display: flex;
    padding-top: 0;
  }

  #home-section-1 {
    margin-top: 47px;
    padding: 20px 0;
  }

  #enhertu-work {
    margin-top: 30px;
  }

  .home-image-lists {
    margin-bottom: 30px;
  }

  .home-img-list {
    width: 100%;
    padding: 0 20px;
  }

  #home-section-1 h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  #home-section-1 h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  #find-more {
    gap: 0;
    padding: 0 27px!important;
  }

  .find-more-list {
    width: 100%;
    margin-bottom: 30px;
  }

  #home-video-section {
    padding: 30px 0;
  }

  #home-video-section .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
    width: 100%;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  #home-section-3 {
    padding: 30px 0 0;
  }

  #home-section-3 h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .find-more-list {
    padding: 25px 19px;
    border-radius: 20px;
  }

  .find-more-list:before {
    border-radius: 20px;
  }

  .find-more-inner {
    border-radius: 20px;
  }

  .find-more-inner p {
    font-size: 16px;
    line-height: 22px;
    padding-left: 0;
    padding-right: 0;
    min-height: 44px;
  }

  .find-more-inner p br {
    display: none;
  }

  #home-bottom .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  #navigation .container {
    padding-left: 0;
    padding-right: 0;
  }

  #safety-small-text p:not(:last-child) {
    margin-bottom: 10px;
  }

  .searchbox {
    width: 197px!important;
  }

  .cmp-searchbox__results-inner {
    padding: 10px 10px !important;
  }

  .cmp-searchbox__results-items a {
    font-size: 10px;
  }
  
  /*-- Modal --*/
  /*.modal {*/
  /*  top: inherit!important;*/
  /*  display: inline-flex!important;*/
  /*  padding-top: inherit!important;*/
  /*  width: inherit!important;*/
  /*}*/

.modal.cmp-modal__modalbox.modal-lg.modal--visible {
    display: inline-flex!important;
}

.modal.cmp-modal__modalbox.modal-lg.modal--visible .modal__close svg * {
    fill: #000;
}
  .modal__close {
    left: auto!important;
  }

  .modal__closeLabel {
    display: none!important;
  }
   #home-slider iframe{
    height: 370px!important;
}
#home-slider .cmp-carousel__action{
    display: none;
}
    .disp-desk {
        display: none;
    }
    .disp-mob {
        display: block;
    }
    .m-ls05 {
        letter-spacing: -0.68px;
    }
    .m-wb {
        display: block;
    }
    #product-content .go-to-top.pt-4 {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    
    #product-content .go-to-top.p10 {
        padding: 30px 0 10px;
    }
}

@media (max-width: 400px) {
  .graph-heading {
    left: 70px;
  }

  #welcome-popup .cmp-selfcertification__continue {
    width: 100%;
  }

  .video-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .mob-break {
    display: block;
  }

  .hcp-cta-btn .cta-btn {
    max-width: 240px;
  }

  .cmp-searchbox .cmp-searchbox__inner .cmp-searchbox__field {
    width: 199px!important;
    height: 20px;
    margin: auto;
  }
  #home-slider iframe{
    height: 370px!important;
}

.modal__closeIcon {
    margin-right: 0!important;
}
    #enhertu-her2-ultra-low-safety #product-content .graph-text h5{
        font-size:14px;
        letter-spacing: 0.001em;
    }
    #enhertu-her2-ultra-low-safety #product-content .go-to-top {
    margin-top: 16px;
}
    #enhertu-her2-ultra-low-safety .graph-figure a {
        margin-bottom: 0px;
    }
    #enhertu-her2-ultra-low-safety #references li {
        padding-left: 11px;
    }
    #enhertu-her2-ultra-low-safety .heading {
    letter-spacing: -1px;
}

    #managing-adverse-events #references li.ls05 {
        letter-spacing: -0.5px;
    }
}

@media (max-width: 375px) {
    #home-slider iframe{
    height: 370px!important;
}
}

@media (max-width: 767px) and (orientation: landscape) {
  .list li:before {
    top: 6px;
  }

  .banner-text img {
    max-width: 120px;
    margin-bottom: 5px;
  }

  .banner-text {
    top: 12%;
  }
      .home-banner .btn-wrap {
        width: 25px;
    }
    .cmp-modal__modalbox.modal-lg .modal-box .modal__close {
        top: 6px !important;
        height: 30px !important;
    }
    .cmp-modal__modalbox.modal-lg .modal-box .modal__close svg{
        width: 20px;
    }
    
    iframe#popupIframe {
        height: 80vh;
    }
}
