@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/umg4qef.css");

:root {
  /* colors */
  --white-clr: #ffffff;
  --black-clr: #000000;
  --orange-clr: #FFB840;
  --black-callout-border: #8E8E8E;
  --maroon-clr: #750432;
}

/* font style here */
@font-face {
  font-family: 'HelveticaNeueLTStd-BdCn';
  src: url(../font/HelveticaNeueLTStd-BdCn.otf) format('opentype');
  font-display: swap;
}

/* font style here */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
.cmp-text {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
}


.f-info-1 a,
.f-info-2 a{
        color: inherit;
    text-decoration: underline;
}
/**Modal style starts here**/

/*Modal style here*/
.modal * {
  box-sizing: border-box;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  cursor: auto !important;
}

.align-special {
  font-size: 57%;
  top: -0.78em;
}

.align-asterik {
  top: -2px;
  position: relative;
}
.cmp-dynamicform__form-group.captch-holder{
    position: relative;
    left: 34%;
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .modal {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(0px);
  }
}

.modal--confirm .modal-box {
  text-align: center;
}

.modal--noOverlayClose {
  cursor: default;
}

.modal--noClose .modal__close {
  display: none;
}

.modal__close {
  position: fixed;
  top: 2.5rem;
  /*right: 2.5rem;*/
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.modal__close svg * {
  fill: currentColor;
}

.modal__closeLabel {
  /*display: none*/
  ;
}

.modal__close:hover {
  color: #fff;
}

.modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.modal-box__content {
  padding: 3rem 3rem;
}

.modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

.modal-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.modal--visible .modal-box__footer {
  bottom: 0;
}

.modal--visible {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}

.modal--visible .modal-box {
  -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

.modal-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.modal-btn--primary {
  background-color: #3498db;
}

.modal-btn--danger {
  background-color: #e74c3c;
}

.modal-btn--default {
  background-color: #34495e;
}

.modal-btn--pull-left {
  float: left;
}

.modal-btn--pull-right {
  float: right;
}

@media (max-width: 767px) {
  .modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .modal-box {
    width: auto;
    border-radius: 0;
  }

  .modal-box__content {
    overflow-y: scroll;
  }

  .modal--noClose {
    top: 0;
  }

  .modal--noOverlayClose {
    padding-top: 0;
  }

  .modal-box__footer .modal-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .modal__close {
    top: 0;
    right: 0;
    /* left: 0; */
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
  }

  .modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .modal__closeIcon {
    display: inline-block;
    margin-right: .8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}

.retro h2.head {
  text-align: center;
  max-width: 670px;
  margin: 5px auto 50px;
  font-size: 30px;
  color: #fff;
}

.retro h2.head .light-text {
  font-size: 28px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;

}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

span.modal__closeLabel,
span.modal__closeIcon svg,
.exit-ramp-cancel.close-exit-ramp {
  display: none;
}

button.modal__close {
  right: 15px;
  width: 27px;
  height: 29px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/exitramp-close.png) no-repeat;
}

.exit-ramp-modal .modal-box {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/exitramp-bg-without-border.png) no-repeat;
  background-size: cover;
  width: 93%;
  height: 85vh;
  max-width: 919px;
  margin: 15px auto;
  height: auto;
  /* max-width: 85vw; */
  margin: auto;
  border: 3px solid var(--orange-clr);
  border-radius: 16px;
  padding: 37px 20px 17px;
}

.exit-ramp-body {
  max-width: 650px;
  margin: auto;
}

.exit-ramp-modal .modal-box__content {
  padding: 0px 20px;
}

.modal.exit-ramp-modal.modal--visible {
  /*background: var(--white-clr);*/
  background: rgb(0, 0, 0, 0.6);
  overflow: scroll;
  overflow-x: hidden;
  z-index: 9999999;
  backdrop-filter: blur(0px);
  color: var(--white-clr);
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  /* padding: 0!important; */
  ;
}

.exit-ramp-title {
  font-size: 28px;
  line-height: 36px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--orange-clr);
  margin-bottom: 13px;
}

a.exit-ramp-continue.skip-exit-ramp {
  font-size: 22px;
  line-height: 22px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--white-clr);
  width: 291px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/exitramp-continue-btn.png) no-repeat;
  background-size: cover;
  position: relative;
  margin: 20px auto 5px;
}

a.exit-ramp-continue.skip-exit-ramp:after {
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/Dont-force-CTA-arrow.png) no-repeat;
  background-size: cover;
}

.exit-ramp-modal button.modal__close {
  max-width: 919px;
  width: 100%;
  position: relative;
  margin-top: auto;
  top: 25px;
  right: 0;
  color: #000;
  height: 0;
  /* padding: 1.5625rem 1.3125rem 0 0; */
  z-index: 1000;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.exit-ramp-modal .modal-box {
  margin-top: unset;
}

.exit-ramp-modal button.modal__close>span.modal__closeIcon {
  width: 27px;
  height: 29px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/exitramp-close.png) no-repeat;
  position: absolute;
  right: 16px;
  top: -13px;
}

/*.exit-ramp-body:after {*/
/*  content: "AstraZeneca provides this link as a service to website visitors. AstraZeneca is not responsible for the privacy policy of any third-party websites. We encourage you to read the privacy policy of every website you visit.";*/
/*  margin-top: 10px;*/
/*  display: block;*/
/*}*/

@media screen and (max-width: 767px) {
  .exit-ramp-modal .modal-box {
    height: auto;
    margin: auto;
  }

  button.modal__close {
    position: absolute;
    top: 70px;
    right: 23px;
  }

  .exit-ramp-modal .modal-box {
    padding: 35px 0 20px;
  }

  .exit-ramp-body {
    width: 95%;
  }

  /*CT Bugfix below */
  .black-callout--wrapper.section--three-black-callout {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .exit-ramp-modal button.modal__close {
    width: 45rem !important;
  }

  /*CT Bugfix below */
  .black-callout--wrapper.section--three-black-callout {
    margin-bottom: 40px !important;
  }
}


/**Modal style ends here***/

.desk-only {
  display: none;
}

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

.nowrap {
  white-space: nowrap;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

body,
.root.container {
  overflow-x: hidden;
}

.header--wrapper {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}

.header-bg {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/gradient-header-bg.jpg) no-repeat;
  background-size: cover;
  height: 56px;
  margin-top: 23px;
}

img.header__home-icon {
  width: 22px;
  height: 22px;
  margin-left: 15px;
}

ul.cmp-navigation__group>li.cmp-navigation__item {
  padding: 0;
  margin: 0;
}

ul.cmp-navigation__group>li.cmp-navigation__item>a {
  color: var(--white-clr);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 20px;
}

a.cmp-navigation__item-link--active {
  color: var(--orange-clr) !important;
  font-size: 18px !important;
  line-height: 21px !important;
  border-bottom: 1px solid var(--orange-clr);
}

/** footer style starts here **/
.footer--wrapper {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/footer-gradient-bottom.png) no-repeat;
  background-size: cover !important;
  padding: 44px 0 37px;
  color: var(--black-clr);
}

ul.footer-links>li>a {
  color: inherit;
  text-decoration: underline;
  font-size: 14px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul.footer-links>li {
  display: inline-block;
}

ul.footer-links>li:nth-child(1),
ul.footer-links>li:nth-child(3),
ul.footer-links>li:nth-child(5){
  margin-right: 10px;
  margin-bottom: 15px;
}

p.us-flag--txt,
p.copy--txt {
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.us-flag--txt img {
  width: 41px;
  height: 24px;
}

.az-logo--footer img {
  width: 168px;
  height: 41px;
}

.az-logo--footer.mob-only img {
  margin: 29px 0 16px;
}

/** footer style ends here **/

/* home page style starts here*/
.campaign-header>.head-1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.12px;
  width: 95%;
  margin: 0 auto 11px;
  padding-top: 25px;
}

.proxima-extraBold {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.banner-left {
  text-align: center;
}

.campaign-subhead {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  width: 90%;
  margin: -14px auto 81px;
}

.dont-head--mob {
  width: 348px;
  height: 125px;
  margin-bottom: 5px;
}

.hand-img--mob {
  width: 340px;
  height: 195px;
  margin-left: -9px;
}

.hand-img--mob {
  position: relative;
  margin-bottom: 3px;
}

.hand-img--mob img.olutlet-img {
  position: absolute;
  right: 0;
  width: 94px;
  height: 159px;
}

.hand-img--mob img.hand-img {
  width: 221px;
  height: 152px;
  position: absolute;
  top: 43px;
  left: -45%;
}

.hand-img--mob img.electricity-img {
  width: 85px;
  height: 143px;
  position: absolute;
  right: 26.8%;
  top: 3%;
  opacity: 0;
}

.black-callout--wrapper {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/dark-gradient-callout.png) no-repeat;
  text-align: center;
  background-size: cover !important;
  box-shadow: 0px -4px 13px #00000059;
  border: 1px solid var(--black-callout-border);
  position: relative;
  padding: 20px 0;
  z-index: 2;
}

img.caution-icon {
  width: 77px;
  height: 64px;
  position: absolute;
  top: -51px;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
}

.callout__head {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 30px;
  color: var(--orange-clr);
  margin: 5px 0;
}

.proxima-black {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
}

p.callout__para {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 15px;
  color: var(--white-clr);
}

.black-callout--content {
  width: 80%;
  margin: auto;
}

.section--two {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/dark-gradient-bg2.png) no-repeat;
  background-size: cover !important;
  position: relative;
  /*height: 700px;*/
  z-index: 1;
  color: var(--white-clr);
  padding-bottom: 32px;
}

.top-shape {
  height: 201px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/orange-top-shape-2x.png) no-repeat;
  background-size: cover;
  position: relative;
  top: -112px;
  z-index: -1;
}

.mod-shape {
  height: 89px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/orange-mid-shape-2x.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 19px;
  width: 100%;
}

.body-copy--container {
  text-align: center;
}

.inner--container {
  padding: 0 20px;
}

p.eyebrow--txt {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #F8F8F8;
}

span.eyebrow--txt {
    font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #F8F8F8;
      display: block;
}



.head {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 30px;
  color: var(--orange-clr);
}

.section--two p.eyebrow--txt {
  padding: 40px 0 10px;
}

.section--two .head {
  padding: 2px 0 26px;
  border-bottom: 1px solid var(--balck-callout-border);
}

.border-separator {
  height: 1px;
  border: 1px solid #8E8E8E;
  width: 100%;
  margin-bottom: 17px;
}

.slide {
  width: 300px;
  height: 300px;
  text-align: center;
  color: var(--white-clr);
  padding: 0 30px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/carousel-bg.png) no-repeat;
  margin: auto;
}

h3.slide__head {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 2px 2px 4px #0000004D;
  font-size: 30px;
  line-height: 30px;
}

p.slide__para {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
}

sup {
  font-size: 70%;
  position: relative;
  top: -0.5em;
  line-height: 0;
  vertical-align: baseline;
}

span.dragger {
  font-size: 16px;
  top: 3px;
  position: relative;
}

.slide>img {
  width: 175px;
  height: 88px;
  margin: 38px 0 8px;
}

.middle-inner--container {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

#section-four-part2 .middle-inner--container {
  max-width: 784px;
}

#section-four-part2 .middle-inner--container.fn-five--wrap {
  max-width: 750px;
}

.footnote-warpper>* {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}

.footnote-warpper>*:last-child {
  margin-bottom: 0;
}

.footnote-symbol {
  margin-left: -5px;
}

.section--two .fn-one {
  padding-bottom: 29px;
}

.nccn-callout__head {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
}

p.nccn-callout__para {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: var(--maroon-clr);
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.bullet-list--first {
  margin: 9px 10px 100px 33px !important;
}

ul.bullet-list li {
  position: relative;
  margin-bottom: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-clr);
}

ul.bullet-list li:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  top: 1px;
  left: -23px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/diamond-bullet.png) no-repeat;
  background-size: cover;
}

.section--two-bottom__section .callout__head {
  line-height: 32px;
}

.section--two-bottom__section p.callout__para {
  line-height: 21px;
}

.section--two-bottom__section .black-callout--content {
  width: 100%;
  padding: 0 10px;
}

.footnote-warpper.fn-three {
  margin: 25px -8px 35px 0;
}

.light-bolt--img {
  text-align: center;
}

.border-bottom:after {
  content: "";
  width: 100%;
  height: 22px;
  position: absolute;
  bottom: -10px;
  /*border: 1px solid red;*/
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/orange-divider-bar.svg) no-repeat;
  z-index: 100;
  background-size: cover;
}

.section--three {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/grey-gradient-bg3.svg) no-repeat;
  background-size: cover !important;
  padding: 33px 0 29px;
  position: relative;
}

.section--three p.eyebrow--txt {
  line-height: 25px;
  width: 79%;
  margin: auto;
}

.section--three span.eyebrow--txt {
  line-height: 25px;
  width: 88%;
  margin: auto;
    display: block;
}

.km-curve-head {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  color: var(--white-clr);
  margin: 14.5px 0 0;
}

.section--three .head {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.km-curve--wrapper {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/OS-Gradient-bg.png) no-repeat;
  /*height: 445px;*/
  height: 121.3vw;
}

.chart--container {
  background-size: cover;
  position: relative;
  /*border: 1px solid red;*/
  ;
}

.x-axis {
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.os-curve-img {
  margin-top: 80px;
}

.y-axis {
  position: absolute;
  bottom: 30px;
  /*left: 50%;*/
  left: 51.5%;
  transform: translateX(-50%);
}

.onemore-content-callout {
  position: absolute;
  /* border: 1px solid red; */
  width: 224px;
  height: 155px;
  top: 115px;
  right: 10px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/OS-1More-Gradient-box.png);
}

.gt-symbol {
  font-size: 41.2px;
  line-height: 49.43px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

span.no-1 {
  font-size: 59px;
  line-height: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.onemore-content-callout>p {
  display: flex;
  /* align-items: flex-start; */
  /* justify-content: flex-start; */
  /*margin: 10px 0 0 15px;*/
  margin: 16px 8px 0 15px;
}

span.part_1 {
  display: flex;
  align-items: center;
  margin-top: -22px;
}

span.more--txt {
  font-size: 20px;
  /*line-height: 19px;*/
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 12px;
}

.roboto-bold {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}

.median--txt {
  font-size: 16px;
}

span.target--txt {
  font-size: 12px;
  /*line-height: 15px;*/
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 9px;
}

p.km-curve--data {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-clr);
  margin: 5px 0 100px 30px;
}

.line-indicator {
  position: absolute;
  bottom: -17px;
  left: 18px;
  width: 22px;
  height: 33px;
  border: 2px solid var(--orange-clr);
  border-top: 0;
  border-right: 0;
}

.orange-callout .callout__head {
  letter-spacing: 0.14px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--maroon-clr);
}

.orange-callout p.callout__para {
  line-height: 19px;
  letter-spacing: -0.24px;
  color: var(--black-clr);
}

.orange-callout.black-callout--wrapper {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/orange-callout-bg.png) no-repeat;
  padding: 21px 0 16px;
  box-shadow: -7px 5px 13px #00000081;
}

.orange-callout .black-callout--content {
  width: 85%;
}

.orange-callout.section-five__callout1 .black-callout--content {
  width: 93%;
}

.donut--content {
  width: 376px;
  height: 255px;
  /*border: 1px solid;*/
  position: relative;
  /*opacity: 0.5;*/
}

/*.donut--content:hover {*/
/*   opacity: 1; */
/*}*/
.above-donut--value>* {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 80px;
  line-height: 38px;
  color: #1A1A1A;
  text-shadow: 0px 11px 6px #FFFFFF67;
}

.below-donut--value>* {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  line-height: 38px;
  color: var(--white-clr);
}

.donut--head {
  font-size: 34px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.donut--wrapper {
  color: var(--white-clr);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

p.donut--para {
  font-size: 16px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p.donut-caption {
  font-size: 20px;
  line-height: 38px;
  width: 141px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border: 1px solid;*/
  position: absolute;
  bottom: 0;
}

.donut--txt {
  /*border: 1px solid red;*/
  ;
}

h4.donut--head {
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

p.donut--para {
  /*border: 1px solid red;*/
  text-align: center;
  max-width: 141px;
  height: 37px;
  margin: auto;
}

p.white-line {
  /*width: 195px;*/
  width: 166px;
  height: 0;
  border: 1px solid var(--white-clr);
  margin-top: 10px;
  margin-bottom: 10px;
}

.donut--content img {
  width: 210px;
  height: 210px;
}

.donut-57 img {
  position: absolute;
  right: 0;
}

.donut-57 .above-donut--value {
  position: absolute;
  /*top: 36px;*/
  top: 46px;
  right: -3px;
  width: 221px;
  height: 94px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-57 .below-donut--value {
  position: absolute;
  top: 144px;
  right: 70px;
  width: 77px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-57 p.donut-caption {
  color: #FCAF2E;
  right: 40px;
}

.donut-57 .donut--txt {
  position: absolute;
  top: 47px;
}

.donut-57 p.white-line {
  margin-left: 17px;
}

.donut-57 h4.donut--head+p.donut--para {
  margin-left: 15px;
}

.donut-57 p.white-line+p.donut--para {
  margin-left: 8px;
}

.donut-58 {
  /*opacity: 0.5;*/
}

.donut-58 .above-donut--value {
  position: absolute;
  /*top: 36px;*/
  top: 46px;
  left: -3px;
  width: 221px;
  height: 94px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-58 .below-donut--value {
  position: absolute;
  top: 144px;
  left: 70px;
  width: 77px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-58 .donut--txt {
  position: absolute;
  top: 47px;
  right: 0;
  text-align: right;
}

.donut-58 h4.donut--head {
  margin: auto;
  padding-left: 25px;
}

.donut-58 p.donut--para {
  margin: auto;
  padding-left: 15px;
}

.donut-58 p.white-line {
  margin-left: -15px;
}

.donut-58 p.white-line+p.donut--para {
  max-width: 150px;
}

.donut-58 p.donut-caption {
  left: 37px;
}

.fn-four--wrap .fn-four {
  border-top: 1px solid var(--black-callout-border);
  padding-top: 40px;
  margin-bottom: 85px;
}

.fn-four--wrap .fn-four>p {
  line-height: 13px;
  color: var(--white-clr);
}

.section--three-black-callout .callout__head {
  line-height: 29px;
  letter-spacing: 0.14px;
}

.section--three-black-callout .callout__para {
  line-height: 29px;
  letter-spacing: -0.24px;
}

.black-callout--wrapper.section--three-black-callout {
  /* margin-bottom: 53px; */
  margin-bottom: 80px;
}

.section--four {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/grey-gradient-bg4.png) no-repeat;
  background-size: cover !important;
  padding: 36px 0 29px;
  position: relative;
  color: var(--white-clr);
}

.pie-chart--wrapper {
  height: 510px;
  padding: 40px 17px 61px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/pie-chart-gradient-bg.png) no-repeat;
}

.pie-chart--wrapper .km-curve-head {
  margin: 0;
  text-align: center;
}

.mutaion-pie-chart--img>img:nth-child(1) {
  width: 339px;
  height: 267px;
  margin-top: 15px;
}

.mutaion-pie-chart--img>img:nth-child(2) {
  width: 280px;
  height: 67px;
  margin: 17px auto 0;
  display: block;
}

.section--four .section-four--part1 p.eyebrow--txt {
  /*border: 1px solid #fff;*/
  height: 50px;
  line-height: 24px;
}

.section-four--part1 .head {
  margin-top: -5px;
}

.section-four--part1 .km-curve-head {
  margin: 20px auto 0;
}

ul.bullet-list--second>li {
  width: 70%;
  margin: 12px auto 0;
}

.vendiagram-chart--wrapper {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/EGFR-chart-gradient-bg.png) no-repeat;
  text-align: center;
  padding: 44px 19px 59px;
  text-align: center;
  background-size: cover;
  height: 911px;
}

.vendiagram-chart--wrapper .km-curve-head {
  margin: 0;
}

.vendiagram-img--section {
  width: 335px;
  height: 265px;
  /*border: 1px solid;*/
  position: relative;
  margin-top: 15px;
}

.vendiagram-img--section>img {
  width: 183px;
  height: 165px;
  margin-left: 20px;
}

.vendiagram-img--section>p {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: -0.56px;
  color: var(--white-clr);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
}

.vendiagram-img--section p.callout-1 {
  color: #F6A802;
  width: 55px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 25px;
  /*border: 1px solid red;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.vendiagram-img--section p.callout-2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 70px;
  height: 16px;
  /*border: 1px solid red;*/
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 112px;
  left: 23px;
}

.vendiagram-img--section p.callout-3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 63px;
  height: 32px;
  /*border: 1px solid red;*/
  line-height: 16px;
  /*top: 36%;*/
  /*left: 35%;*/

  top: 36%;
  left: 35%;
}

.vendiagram-img--section p.callout-4 {
  letter-spacing: 0;
  line-height: 16px;
  bottom: 0px;
}

.vendiagram-img--section p.callout-4 span.spl--txt {
  color: var(--orange-clr);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}

.vendiagram-img--section p.callout-4:before {
  width: 2px;
  height: 43px;
  content: "";
  background: #830051;
  display: block;
  position: absolute;
  left: 47.5%;
  bottom: 73px;
}

.driver--table {
  border-top: 1px solid #FFFFFF;
  margin-top: 5px;
  padding-top: 20px;
}

.driver--table .km-curve-head {
  margin-bottom: 17px;
}

.driver--table img.mob-only {
  width: 259px;
  height: 412px;
}

.map-chart--wrapper {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/map-bg-2x.png) no-repeat;
  background-size: cover;
  height: 432px;
  padding: 48px 0 40px;
}

.map-img--section>img {
  width: 100%;
}

.section-four--part2 p.eyebrow--txt {
  line-height: 25px;
}

.map-content .km-curve-head {
  width: 93%;
  margin: auto;
  text-align: center;
}

span.map-percent--value {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 6px;
  letter-spacing: 0.16px;
  text-shadow: 0px 3px 6px #FFFFFF29;
}

span.map-percent--desc {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8px;
  line-height: 9px;
  color: #313133;
  display: inline-block;
  text-align: left;
  margin-left: 4px;
}

.map-img--section {
  position: relative;
  width: 354px;
  height: 235px;
  margin: auto;
}

p.map-content__callout1 {
  position: absolute;
  top: 27%;
  left: 30%;
}

.map-content__callout1 span.map-percent--desc {
  width: 70px;
  height: 18px;
}

p.map-content__callout2 {
  position: absolute;
  top: 42%;
  left: 26%;
}

p.map-content__callout2 span.map-percent--desc {
  width: 33px;
  height: 18px;
}

p.map-content__callout3 {
  position: absolute;
  top: 57%;
  left: 43%;
}

p.map-content__callout3 span.map-percent--desc {
  width: 40px;
  height: 18px;
}

.fn-five--wrap .fn-five {
  border-top: 1px solid var(--white-clr);
  padding-top: 31px;
  margin: 5px 0 96px;
}

.footnote-warpper.fn-five>* {
  line-height: 13px;
}

.section--four-black-callout .callout__para {
  line-height: 20px;
}

.section--four-black-callout {
  padding: 25px 0 24px;
}

.section--five {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/grey-gradient-bg5.png) no-repeat;
  background-size: cover;
  padding: 33px 0 40px;
  color: var(--white-clr);
  position: relative;
}

.section-five--part1 .head {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800;
  font-style: normal;
}

ul.bullet-list.bullet-list--fifth {
  text-align: left;
  margin: 16px 0 16px 21px;
}

.liquid-biopsy--wrapper {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/Liq-biopsy-bg-mob.png) no-repeat;
  height: 681px;
  padding: 90px 0 90px;
}

.liquid-biopsy--frame {
  /*height: 534px;*/
  /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/Liq-biopsy-frame.png) no-repeat;*/
  /*background-size: 100% 100%!important;*/
  width: 90%;
  margin: auto;
  position: relative;
  margin-top: 4px;
  border: 3px solid #F6A802;
  border-radius: 17px;
  border-top: 0;
}

.liquid-biopsy--frame .km-curve-head {
  font-size: 17px;
  text-align: center;
  /*padding: 75px 0 24px;*/
  padding: 35px 0 20px;
}

.liquid-biopsy--container:before {
  content: "";
  width: 110px;
  height: 59px;
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%);
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/liquid-biopsy-icons.png) no-repeat;
  background-size: 100% 100%;
}

/*.liquid-biopsy--frame:before {*/
/*    content:"";*/
/*    width: 105px;*/
/*    height: 3px;*/
/*    background: var(--white-clr);*/
/*    position: absolute;*/
/*    top: -3px;*/
/*    left: 50%;*/
/*    transform: translateX(-52%);*/
/*}*/

.liquid-biopsy--frame:after {
  content: "";
  width: 42.6%;
  height: 20px;
  border-top: 3px solid #F6A802;
  border-top-right-radius: 15px;
  position: absolute;
  top: -1px;
  right: 1px;
}

.liquid-biopsy--frame:before {
  content: "";
  width: 42.1%;
  height: 23px;
  border-top: 3px solid #F6A802;
  border-top-left-radius: 15px;
  position: absolute;
  top: -1px;
  left: 1px;
}

ul.checkbox-list {
  font-size: 15px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 50px !important;
}

ul.checkbox-list>li {
  position: relative;
  padding-bottom: 15px;
}

span.orange--txt {
  color: #FFAC2F;
}

ul.checkbox-list li:before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  left: -29px;
  top: 1px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/check-mark.png) no-repeat;
  background-size: cover;
}

.nccn-callout--container__2 p.nccn-callout__para {
  color: #1A1A1A;
}

.line-divider-nccn {
  height: 1px;
  background: #707070;
  margin: 7px auto;
}

.break-word {
  word-break: break-all;
}

.section-five__callout1 {
  margin: 102px 0 50px;
}

.fn-six--wrap .footnote-warpper.fn-five {
  padding-top: 45px;
}

.section-five__callout1 p.callout__para {
  width: 95%;
  margin: auto;
}

.section-five__callout2 .callout__head {
  line-height: 29px !important;
  margin: 0;
}

.section-five__callout2 .black-callout--content {
  width: 90%;
}

.orange-callout.black-callout--wrapper.section-five__callout2 {
  padding: 20px 0 14px;
}

.section-six-light-bolt {
  padding: 55px 0 30px;
}

.section-six-light-bolt .light-bolt--img img {
  width: 228px;
  height: auto;
}

a.maroon-cta--link {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  color: var(--white-clr);
  height: 192px;
  width: 337px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/Dont-force-CTA-bg.png) no-repeat;
  background-size: cover;
  margin-bottom: 58px;
  display: none;
}

a.maroon-cta--link .proxima-black {
  font-size: 23px;
}

a.maroon-cta--link img {
  width: 35px;
  height: 35px;
}

span.maroon-cta--txt {
  display: inline-block;
  margin: 0 35px 12px;
}

.abbrev-section p,
.ref-section p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 14px;
}

.abbrev-section p {
  margin-bottom: 12px;
}

table.table--container {
  width: 259px;
  height: 412px;
  margin: auto;
  background: transparent url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/table-bg.png) 0% 0% no-repeat padding-box;
  background-size: cover;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.table--container tr>th:nth-child(1),
.table--container tr>td:nth-child(1) {
  width: 115px;
}

.table--container th {
  height: 116px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.table--container tr td {
  height: 43px;
}

.table--container .small--txt {
  font-size: 14px;
  line-height: 16px;
}

a.parent-clr {
  color: inherit;
}

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

.section-six-lightbolt-bottom {
  padding-bottom: 0 !important;
}

.form-head {
  margin: 0px 0 28px;
}

a.under-line {
  text-decoration: underline;
}

/*Animation */
.is-visible img.hand-img {
  left: 0%;
  transition: 1.5s left ease;
}

.is-visible img.electricity-img {
  opacity: 1;
  animation: fire 1s;
  /*animation-delay: 2s;*/
  transition: 1.5s opacity ease;
  transition-delay: 1.5s;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
}

@keyframes fire {
  0% {
    transform: scale(1, 1);
  }

  15% {
    transform: scale(1.3, 1.3);
  }

  30% {
    transform: scale(1, 1);
  }

  45% {
    transform: scale(1.3, 1.3);
  }

  60% {
    transform: scale(1, 1);
  }

  /*85% {*/
  /*  transform: scale(1.3, 1.3);  */
  /*}*/

  /*100% {*/
  /*  transform: scale(1, 1);*/
  /*}*/
}

/*Error page style starts here*/
.error-page--container,
.thankyou-page--container {
  text-align: center;
  color: #FFB840;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  height: 100%;
}

.error-page--wrapper,
.thankyou-page--wrapper {
  background: radial-gradient(#818181, #000000);
  border: 3px solid #FFB840;
}

.error-page--container h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 180px;
  line-height: 99px;
  height: 226px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.error-page--container h2,
.error-page--container p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.error-page--container h2 {
  font-size: 49px;
  line-height: 58px;
  margin-top: 6px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.error-page--container h2+p {
  font-size: 15px;
  line-height: 16px;
  width: 162px;
  margin: 12px auto 47px;
}

a.error-page__btn {
  font-size: 22px;
  line-height: 22px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: var(--white-clr);
  width: 330px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/exitramp-continue-btn.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 20px auto 5px;
}

a.error-page__btn:after {
  width: 28px;
  height: 28px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/Dont-force-CTA-arrow.png) no-repeat;
  background-size: cover;
}

.error-page--container .error-500--wrapper h2+p {
  width: 80%;
}

#error-page .navigation {
  display: none;
}

/**Error page style ends here**/



/* home page style ends here*/

/** style for carousel section */

div#carousel-container {
  min-height: 600px;
  max-width: 547px;
  width: 100%;
  margin: 0 auto 18px;
  overflow: hidden;
  position: relative;
}

#carousel-container>input[type=radio] {
  display: none;
}

.slide {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  /*transition: 0.5s;*/
  transition: all 1.5s ease;
  ;
}

div#carousel-container label {
  cursor: pointer;
}

div#bullets {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /*border: 1px solid red;*/
  width: 11px;
  height: 95px;
  z-index: 10;
}

div#bullets>* {
  width: 11px;
  height: 11px;
  border: 1px solid #707070;
  border-radius: 100%;
  display: block;
}

div#bullets>*:not(:last-child) {
  margin-bottom: 17px;
}

label.control {
  width: 151px;
  height: 35px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 100;
  display: none;
}

#slide1:checked~label.control_4,
#slide2:checked~label.control_1,
#slide3:checked~label.control_2,
#slide4:checked~label.control_3 {
  bottom: 10px;
  display: block;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/carousel-down-arrow.svg) no-repeat;
  background-size: cover !important;
  background-position: center;
}

#slide1:checked~label.control_2,
#slide2:checked~label.control_3,
#slide3:checked~label.control_4,
#slide4:checked~label.control_1 {
  top: 10px;
  display: block;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/carousel-up-arrow.svg) no-repeat;
  background-size: cover !important;
  background-position: top;
}

#slide1:checked~.slider .slide__1,
#slide2:checked~.slider .slide__2,
#slide3:checked~.slider .slide__3,
#slide4:checked~.slider .slide__4 {
  transform: translateY(0) scale(1);
  z-index: 1;
  opacity: 1;
}

#slide1:checked~.slider .slide__2,
#slide2:checked~.slider .slide__3,
#slide3:checked~.slider .slide__4,
#slide4:checked~.slider .slide__1 {
  transform: translateY(200px) scale(0.79, 0.2) perspective(17px) rotateX(-1.1deg);
  opacity: 0.2;
  z-index: 0;
}

#slide1:checked~.slider .slide__4,
#slide2:checked~.slider .slide__1,
#slide3:checked~.slider .slide__2,
#slide4:checked~.slider .slide__3 {
  transform: translateY(-200px) scale(0.79, 0.2) perspective(17px) rotateX(1.1deg);
  opacity: 0.2;
  z-index: 0;
}

#slide1:checked~label.control_2:after,
#slide2:checked~label.control_3:after,
#slide3:checked~label.control_4:after,
#slide4:checked~label.control_1:after {
  content: "BACK";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  color: #FCAF2E;
  font-size: 12px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#slide1:checked~label.control_4:after,
#slide2:checked~label.control_1:after,
#slide3:checked~label.control_2:after,
#slide4:checked~label.control_3:after {
  content: "NEXT";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  color: #FCAF2E;
  font-size: 12px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#slide1:checked~#bullets label:nth-child(1),
#slide2:checked~#bullets label:nth-child(4),
#slide3:checked~#bullets label:nth-child(3),
#slide4:checked~#bullets label:nth-child(2) {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/orange-bullet.png) no-repeat;
  background-size: cover;
  border: 0;
}

/** style ends for demo page **/

/**Page indicator style here **/
.page-indicator {
  width: 30px;
  height: 167px;
  position: fixed;
  right: 17px;
  z-index: 100;
  top: 244px;
}

.page-indicator>a {
  display: block;
  z-index: 1000;
  width: 15px;
  height: 15px;
  margin: 0 auto 19px;
  cursor: pointer;
  border: 0.5px solid var(--white-clr);
  border-radius: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, #FFEB7E 0%, #FFA002 100%) 0% 0% no-repeat padding-box;
  /*background: transparent radial-gradient(closest-side at 50% 50%, #A70044 0%, #46072E 100%) 0% 0% no-repeat padding-box;*/
}

.page-indicator a.active {
  width: 30px;
  height: 30px;
  background: transparent radial-gradient(closest-side at 50% 50%, #656565 0%, #000000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 11px #FFFFFF;
  border: 0.7549999952316284px solid #FFFFFF;
  /*border: 1.7549999952316284px solid #FFEB7E;*/
  /*box-shadow: 0px 0px 11px #FFEB7E;*/

}

.page-indicator>a:last-child {
  margin-bottom: 0;
}

.line {
  position: absolute;
  width: 1px;
  height: 164px;
  background: var(--white-clr);
  top: 0;
  left: 14px;
  z-index: -1;
}

/*.first-indicator {
  top: 164px;
}

.second-indicator {
  top: 240px;
}

.third-indicator {
  top: 29px;
}

.fourth-indicator {
  top: 50px;
}

.fifth-indicator {
  top: 70px;
}*/

.second-indicator,
.third-indicator,
.fourth-indicator,
.fifth-indicator {
  display: none !important;
}

.page-indicator a[href="#dont-force-fit"].active {
  background: transparent radial-gradient(closest-side at 50% 50%, #656565 0%, #000000 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 11px #FFFFFF;
  border: 0.7549999952316284px solid #FFFFFF;
}

.page-indicator a[href="#dont-force-fit"].active~a {
  background: transparent radial-gradient(closest-side at 50% 50%, #A70044 0%, #46072E 100%) 0% 0% no-repeat padding-box;
}

/**Page indicator style here **/

/*CRM form style starts here*/
.section--six {
  box-shadow: 0px -4px 13px #00000059;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/grey-gradient-bg5.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  color: var(--white-clr);
  padding: 70px 0 110px;
  position: relative;
}

.section--six .inner--container {
  max-width: 800px;
  margin: auto;
}

.cmp-dynamicform__generated-form:before,
.cmp-dynamicform__generated-form:after {
  content: "";
  clear: both;
  display: table;
}

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

.section--six p,
.section--six .cmp-dynamicform__form-info-section {
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#field-group-64b03c798b14b2000248ed82 .cmp-dynamicform__form-info-section {
  line-height: 20px;
}

.cmp-dynamicform__control-label {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.cmp-dynamicform__generated-form .text-danger {
  color: var(--white-clr) !important;
  margin-left: -3px;
}

.cmp-dynamicform__generated-form .has-error .cmp-dynamicform__control-label,
.cmp-dynamicform__form-group.has-error .text-danger {
  color: #d72a2a !important;
}

.cmp-dynamicform__generated-form .form-control:not(textarea) {
  border: 1.5px solid #9B9B9B !important;
  height: 50px !important;
  margin-bottom: 0px !important;
}

.cmp-dynamicform__form-group {
  margin-bottom: 23px;
}

.cmp-dynamicform__form-info-section>a {
  color: inherit;
}

#field-group-64b03c798b14b2000248ed82 .cmp-dynamicform__form-info-section>a {
  text-decoration: underline;
}

#field-64b03c798b14b2000248ed7c,
#field-64b03c798b14b2000248ed80 {
  position: relative;
}


#field-64b03c798b14b2000248ed7c:after,
#field-64b03c798b14b2000248ed80:after {
  content: "";
  width: 84px;
  height: 46px;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: var(--white-clr);
  background-image: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/Chevron.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 7px;
  pointer-events: none;

}

button.cmp-dynamicform__submit-btn,
.onc-io-form--container.cmp-dynamicform-v2 .cmp-dynamicform__generated-form button.cmp-dynamicform__submit-btn {
  font-size: 24px;
  line-height: 15px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/CTA_Desktop.svg) no-repeat;
  background-size: cover;
  color: var(--white-clr);
  width: 254px;
  height: 63px;
  /*padding-left: 27px;*/
  margin: auto;
  display: block;
  cursor: pointer;
}

p.form-copy {
  margin-bottom: 17px;
}

::placeholder {
  color: #E0E0E0;
}

.cmp-dynamicform__generated-form .form-control:not(textarea) {
  font-size: 16px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

div#field-group-64b03c798b14b2000248ed81 {
  margin-bottom: 7px;
}

div#field-group-64b03c798b14b2000248ed82 {
  margin-bottom: 55px;
}

div#field-group-64b03c798b14b2000248ed83 {
  margin-bottom: 110px;
}

#field-64b03c798b14b2000248ed81+p.cmp-dynamicform__generated-form-error.text-danger {
  margin-bottom: 10px;
}

.cmp-dynamicform__generated-form {
  padding: 0 !important;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form button.cmp-dynamicform__submit-btn>span {
  display: none;
}

.cmp-dynamicform-v2 .cmp-dynamicform__generated-form button.cmp-dynamicform__submit-btn:after {
  content: "ENROLL";
}

.modal-box__content:has(> div > .cmp-dynamicform__form-success-msg) {
  padding: 92px 0 47px;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/thankyou-bg-mob.svg) no-repeat;
  background-size: cover;
}

.thankyou-popup--wrapper {
  text-align: center;
}

h1.thankyou-popup-title>img {
  width: 340px;
}

p.thankyou-popup-copy {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  margin: 25px auto 70px;
  width: 90%;

}

button.modal__close:has(+ .modal-box .modal-box__content> div > .cmp-dynamicform__form-success-msg) {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/thanyou-popup-close.svg) no-repeat;
  background-size: cover;
  top: 95px;
}

.modal.modal--visible:has(.modal-box .modal-box__content > div > .cmp-dynamicform__form-success-msg) {
  background: rgba(51, 51, 51, 0.7);
}

.dynamicform {
  display: none !important;
}

.onc-io-form--container.cmp-dynamicform-v2 .cmp-dynamicform__generated-form button.cmp-dynamicform__submit-btn:hover {
  outline: 0;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
}

.header--wrapper {
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/header-orange-gradient-bg.jpg) no-repeat;
  background-position: top;
  background-size: cover;
}

/*CRM form style ends here*/
@media screen and (min-width: 992px) {
  .desk-only {
    display: block;
  }

  .mob-only {
    display: none !important;
  }

  body {
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/header-orange-gradient-bg.jpg) no-repeat;
    background-size: contain;*/
    margin-top: 79px;
    overflow-x: hidden;
  }

  .header--section {
    position: relative;
  }

  .header-bg {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/gradient-header-bg.jpg) no-repeat;
    background-size: cover;
    height: 56px;
    margin-top: 23px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .header--logo {
    position: absolute;
    left: 24px;
    display: flex;
    align-items: center;
    z-index: 10;
  }

  img.header__az-logo.desk-only {
    display: inline-block;
    /*width: 69px;*/
    /*height: 84px;*/
    width: 69px;
    height: auto;
    margin-top: 12px;
  }

  img.header__home-icon {
    margin-left: 26px;
  }

  .header--wrapper .cmp-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
  }

  ul.cmp-navigation__group>li.cmp-navigation__item>a {
    font-size: 15px;
    line-height: 18px;
    margin-right: 35px;
  }

  ul.cmp-navigation__group>li.cmp-navigation__item:last-child>a {
    margin-right: 0;
  }

  a.cmp-navigation__item-link--active {
    margin-top: -2px;
    display: inline-block;
  }

  .footer--wrapper {
    padding: 36px 0 37px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/footer-gradient-bottom.png) no-repeat;
  }

  ul.footer-links>li:not(:last-child) {
    margin-right: 17px;
  }

  ul.footer-links>li {
    margin-bottom: 35px !important;
  }

  .us-flag--txt img {
    margin-right: 13px;
  }

  p.us-flag--txt {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-part2 {
    display: flex;
    width: 94.1%;
    margin: auto;
    position: relative;
    margin-top: 37px;
  }

  .az-logo--footer img {
    position: absolute;
    top: -26px;
    right: -10px;
  }

  /** home page style starts here **/
  .section--one {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/header-orange-gradient-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    /* z-index: 5; */
  }

  .campaign-header {
    width: 594px;
    margin: auto;
    padding: 0 30px;
  }

  .campaign-header>.head-1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 auto 26px;
    padding-top: 27.5px;
  }

  .banner-section {
    display: flex;
  }

  .hand-img--desk {
    margin-top: -8px;
    width: 616px;
    height: 405px;
    position: relative;
  }

  img.olutlet-img {
    position: absolute;
    right: 0;
    top: 9px;
  }

  img.hand-img {
    position: absolute;
    left: -50%;
    top: 19.5%;

  }

  img.electricity-img {
    position: absolute;
    right: 14%;
    opacity: 0;
  }

  .hand-img--desk img.electricity-img {
    width: 173px;
  }

  .dont-head-desk {
    width: 614px;
    height: 229px;
  }

  .banner-left {
    margin-left: -100px;
  }

  .banner-right {
    margin-left: 24.6px;
  }

  .campaign-subhead {
    max-width: 456px;
    width: 100%;
    font-size: 22px;
    line-height: 27px;
    margin-left: 15%;
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .black-callout--wrapper {
    max-width: 795px;
    width: 100%;
    margin: 0 auto;
    padding: 12.7px 0 10.7px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/dark-gradient-callout.png) no-repeat;
  }

  .section--one .black-callout--wrapper {
    margin-top: -43px;
    position: absolute;
    bottom: -57px;
    left: 50%;
    transform: translateX(-50%);
  }

  img.caution-icon {
    left: -6.5%;
    top: 50%;
    transform: translateY(-50%);
  }

  .black-callout--content {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }

  .callout__head {
    margin: 0 0 6px;
  }

  p.callout__para {
    line-height: 22px;
  }

  .section--two {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/grey-gradient-bg2.svg) no-repeat;
  }

  .top-shape {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/Orange-top-shape.png) no-repeat;
    max-width: 1003px;
    width: 100%;
    height: 132px;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }

  .mod-shape {
    height: 545px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/Orange-mid-shape.png) no-repeat;
    background-position: top;
    top: -193px;
  }

  .inner--container {
    padding: 0;
  }

  .section--two .body-copy--container .head {
    width: 80%;
    margin: auto;
    padding: 5px 0 16px;
    border: none;
  }

  .border-separator {
    width: 708px;
    margin-bottom: 14px;
  }

  .head {
    font-size: 34px;
    line-height: 38px;
  }

  .section--two p.eyebrow--txt {
    padding: 64px 0 0;
  }

  .body-copy--container {
    max-width: 700px;
    margin: auto;
  }

  #section-four-part2 .middle-inner--container .body-copy--container {
    max-width: 100%;
  }

  .section--two .body-copy--container {
    border-bottom: 1px solid var(--balck-callout-border);
  }

  .slide {
    max-width: 434px;
    width: 100%;
    height: 300px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/carousel-bg.png) no-repeat;
  }

  .slide>img {
    width: 219px;
    height: 110px;
    margin: 36px 0 9px;
  }

  h3.slide__head {
    font-size: 32px;
    line-height: 26px;
    height: 40.7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  p.slide__para {
    font-size: 16px;
    line-height: 22px;
    margin: auto;
  }

  .section--two .fn-one {
    padding-bottom: 63px;
  }

  .nccn-recommed--wrapper {
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/nccn-callout-bg.png) no-repeat;*/
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/single-nccn-bg.png) no-repeat;
    width: 100%;
    height: 138px;
    background-size: cover !important;
    background-position: center;
  }

  .nccn-callout--container {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding-top: 1px;
    margin-left: 10px;
  }

  /*.nccn-callout-left {*/
  /*  width: 160px;*/
  /*}*/

  /*.nccn-callout-right {*/
  /*  margin-left: 5%;*/
  /*  margin-right: 2%;*/
  /*}*/

  .nccn-callout-left {
    width: 190px;
    height: 138px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/NCCN-left-side.png) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .nccn-callout-right {
    width: 633px;
    height: 144px;
    background: #EEEEEE 0% 0% no-repeat padding-box;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/NCCN-right-side.png) no-repeat;
    margin: 0;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -38px;
    padding-left: 39px;
    padding-right: 20px;
  }

  h4.nccn-callout__head {
    width: 86%;
    margin-top: -5px !important;
  }
  h4.nccn-callout__head.nccn-calot__hedgu {
    width: 97%;
    
  }
  .nccn-callout-right p.nccn-callout__para {
    margin-top: -8px;
  }

  .bullet-list--first {
    margin: 25px 20px 57px 89px !important;
  }

  .section--two-bottom__section .callout__head {
    line-height: 34px;
  }

  .section--two-bottom__section p.callout__para {
    line-height: 22px;
  }

  .footnote-warpper.fn-three {
    margin: 22px 0 35px 0;
  }

  .border-bottom:after {
    width: 100%;
    height: 6px;
    bottom: -7px;
    background: #FCAF2E;
    box-shadow: 0px 3px 6px #00000067;
    /*bottom: -5px;*/
    /*height: 10px;*/
    /*  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/orange-divider-bar.svg) no-repeat;*/
    /*  background-position: center;*/
  }

  .section--three,
  .section--four,
  .section--five {
    background: radial-gradient(#818181, #1F1F1F);
    box-shadow: 0px -4px 13px #00000059;
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/grey-gradient-bg3.png) no-repeat;*/
    ;
  }

  .section--three {
    padding: 50px 0 35px;
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/grey-gradient-bg3.png) no-repeat;*/
    ;
  }

  .section--three p.eyebrow--txt {
    width: 95%;
  }

  h3.km-curve-head {
    width: 85%;
    margin: auto;
    margin-bottom: 15px;
  }

  .km-curve--wrapper {
    height: 478px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/OS-Gradient-bg1.png) no-repeat;
    z-index: 3000;
  }

  .chart--container {
    width: 784px;
    margin: auto;
    border-radius: 10px;
    /*box-shadow: 0px -4px 13px #00000059;*/
    box-shadow: -8px 11px 13px #00000059;
  }

  .section--three .km-curve--wrapper {
    padding-top: 27px;
  }

  .os-curve-img {
    width: 633px;
    height: 400px;
    margin: 0 auto;
  }

  .onemore-content-callout {
    width: 216px;
    height: 207px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/OS-1More-Gradient-box.png) no-repeat;
    background-size: contain;
    top: 45px;
    right: 18px;
  }

  .onemore-content-callout>p {
    margin-top: 21px;
  }

  .x-axis {
    top: 36px;
    left: 24px;
    transform: none;
    width: auto;
    text-align: center;
    z-index: 1;
  }

  .x-axis>div.desk-only {
    display: flex;
    align-items: center;
  }

  .x-axis>div>img:first-child {
    margin-right: 10px;
  }

  .line-indicator {
    /*width: 96px;*/
    /*height: 308px;*/
    /*bottom: -40px;*/
    height: 0;
    left: -21px;
    top: 209px;
    bottom: 0;
    border: 0;
    border-left: 2px solid var(--orange-clr);
  }

  .line-indicator:after {
    content: "";
    /*width: 18px;*/
    /*border: 1px solid var(--orange-clr);*/
    position: absolute;
    /*left: 0px;*/
  }

  .line-indicator:before {
    content: "";
    position: absolute;
    /*opacity: 0;*/
    width: 0;
    height: 0;
    bottom: 0px;
    left: -1px;
    /*border: 1px solid var(--orange-clr);*/
  }

  .km-curve--data-wrap {
    max-width: 667px;
    margin: 21px auto 60px;
  }

  p.km-curve--data {
    margin: 0 0 0 30px;
  }

  .orange-callout .callout__head {
    line-height: 29px;
  }

  .orange-callout p.callout__para {
    line-height: 20px;
    width: 80%;
    margin: auto;
  }

  .orange-callout-first p.callout__para {
    width: 100%;
  }

  .orange-callout.black-callout--wrapper {
    padding: 18px 0 14px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/orange-callout-bg.png) no-repeat;
    background-size: cover;
  }

  .section--three .head {
    margin: 5px 0 20px;
  }

  .donut--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 86px 0 30px;
  }

  .donut-57 {
    margin-right: 45px;
  }

  .fn-four--wrap {
    padding-top: 32px;
    max-width: 645px;
    margin: auto;
    border-top: 1px solid var(--black-callout-border);
  }

  .footnote-warpper.fn-four {
    margin: 0 10px 61px 22px;
    padding: 0;
    border: 0;
  }

  .black-callout--wrapper.section--three-black-callout {
    margin-bottom: 43px;
    /*border: none;*/
  }

  .section--four {
    /*margin-top: 12px;*/
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/grey-gradient-bg4.jpg) no-repeat;*/
    ;
  }

  .section--four .section-four--part1 p.eyebrow--txt {
    line-height: 25px;
    height: auto;
  }

  .section-four--part1 .head {
    margin-top: 7.5px;
  }

  .section-four--part1 .km-curve-head {
    margin-bottom: 20px;
    width: 80%;
  }

  .section-four-part1--container {
    max-width: 763px;
    margin: auto;
  }

  .pie-chart--wrapper {
    height: 518px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/pie-chart-gradient-bg-desk.png) no-repeat;
    background-size: cover;
    padding: 19px 0 32px;
    box-shadow: 0px -4px 13px #00000059;
    border-radius: 10px;
  }

  .mutaion-pie-chart--img>img:nth-child(1) {
    width: 662px;
    height: 426px;
  }

  .pie-chart--wrapper .km-curve-head {
    margin: auto;
  }

  .vendiagram-img--section p.callout-3 {
    top: 40%;
    left: 38%;
  }

  .section-four--mid .head {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    font-style: normal;
    margin: 78px auto 26px auto;
    /*max-width: 525px;*/
  }

  ul.bullet-list--second>li {
    width: 570px;
    font-size: 18px;
    line-height: 20px;
    margin: 26px auto 0 auto;
  }

  ul.bullet-list--second li::before {
    left: -5px;
    top: 5px;
  }

  .vendiagram-img--section {
    width: 404px;
    height: 391px;
    /*border: 1px solid red;*/
    position: relative;
    margin-top: 13px;
  }

  .vendiagram-img--section>img {
    width: 300px;
    height: 292px;
    position: absolute;
    right: 0;
  }

  .vendiagram-chart--wrapper.chart--container {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/EGFR-chart-gradient-bg1.png) no-repeat;
    height: 548px;
    margin-bottom: 62px;
  }

  .vendiagram--content {
    display: flex;
  }

  .vendiagram-section {
    width: 404px;
    /*border: 1px solid yellow;*/
    ;
  }

  .vendiagram-img--section p.callout-1 {
    top: 11%;
    left: 14%;
    /* right: 0; */
    width: 103px;
    height: 24px;
  }

  .vendiagram-img--section>p {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.8px;
  }

  .vendiagram-img--section p.callout-2 {
    width: 131px;
    height: 24px;
    bottom: 37%;
    left: 0%;
  }

  .vendiagram-img--section p.callout-3 {
    width: 104px;
    height: 48px;
    line-height: 24px;
  }

  .vendiagram-img--section p.callout-4:before {
    width: 0;
  }

  .vendiagram-img--section p.callout-4 span.spl--txt {
    font-size: 24px;
    line-height: 20px;
  }

  .vendiagram-img--section p.callout-4 {
    font-size: 16px;
    line-height: 20px;
    width: 302px;
    height: 94px;
    left: 18%;
  }

  .driver--table {
    width: 290px;
    border: 0;
    margin: 0 0 0 52px;
    padding: 0;
  }

  .driver--table .km-curve-head {
    width: 100%;
  }

  .driver--table img.desk-only {
    width: 259px;
    height: 412px;
    margin: auto;
  }

  .vendiagram-section .km-curve-head {
    width: 70%;
    margin-left: 84px !important;
  }

  .section-four--nccn .nccn-callout-right {
    margin-right: 6%;
  }

  ul.bullet-list.bullet-list--thrid {
    margin: 35px 20px 57px 89px !important;
  }

  .map-chart--wrapper {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/map-bg1.png) no-repeat;
    background-position: center;
    height: 478px;
    padding: 20px 0 26px;
    /* display: flex; */
    margin: 28px auto 41px;
  }

  .map-content {
    /*width: 784px;*/
    /*border: 1px solid red;*/
    /*width: 784px;*/
    /*height: 478px;*/
    /*margin-left: 17px;*/
    /* margin-top: -21px; */
    ;
  }

  .map-content .km-curve-head {
    width: 58%;
    margin-top: 5px;
  }

  .map-img--section {
    width: 603px;
    height: 387px;
  }

  span.map-percent--value {
    font-size: 30px;
    line-height: 35px;
    margin-right: 5px;
  }

  span.map-percent--desc {
    font-size: 16px;
    line-height: 18px;
    margin-left: 6px;
  }

  .map-content__callout1 span.map-percent--desc {
    width: 141px;
    height: 37px;
  }

  p.map-content__callout2 span.map-percent--desc {
    width: 66px;
    height: 37px;
  }

  p.map-content__callout3 span.map-percent--desc {
    width: 80px;
    height: 37px;
    margin-left: 15px;
  }

  p.map-content__callout2 span.map-percent--value {
    line-height: 11.04px;
    /*     margin-right: 16px; */
    ;
  }

  p.map-content__callout1 span.map-percent--value {
    line-height: 11.04px;
    letter-spacing: 0.3px;
    /*     margin-right: 14px; */
    ;
  }

  .map-img--section>p {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*p.map-content__callout1 {
  left: 29.5%;
}

p.map-content__callout2 {
  left: 25.3%;
}

p.map-content__callout3 {
  top: 56%;
  left: 42%;
}*/
  p.map-content__callout1 {
    left: 29%;
    top: 28%;
  }

  p.map-content__callout2 {
    left: 24.5%;
    top: 42.5%;
  }

  p.map-content__callout3 {
    top: 58%;
    left: 42%;
  }

  p.map-content__callout {
    opacity: 0;
  }

  img.map-bar {
    position: absolute;
    height: 46px;
    width: 0;
  }

  img.map-bar.map-bar-1 {
    left: 24%;
    top: 27%;
    /*width: 94px;*/
  }

  img.map-bar.map-bar-2 {
    /*width: 67px;*/
    left: 24%;
    top: 41.5%;
  }

  img.map-bar.map-bar-3 {
    top: 57%;
    left: 24%;
    /*width: 180px;*/
  }

  .footnote-warpper.fn-five {
    padding-top: 40px;
    margin: 10px 0 60px;
    border: 0;
    position: relative;
  }

  .footnote-warpper.fn-five:before {
    content: "";
    width: 644px;
    border-top: 1px solid var(--white-clr);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .section--four-black-callout .callout__para {
    width: 80%;
    margin: auto;
  }

  .section--four-black-callout {
    /*padding: 25px 0 38px;*/
    padding: 12px 0 12px;
    background: transparent linear-gradient(180deg, #818181 0%, #000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: -7px 5px 13px #00000081;
    border: 1px solid #8E8E8E !important;
  }

  .nccn-recommed--wrapper.section-fifth--nccn {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/NCCN-IASL-gradient-bg.svg) no-repeat;
    height: 277px;
    padding: 13px 0;
  }

  .nccn-callout--container-part {
    width: 780px;
    height: 119px;
    margin: auto;
  }

  .nccn-callout--container__1 {
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/NCCN-gradient-bg.svg) no-repeat;*/
  }

  .nccn-callout--container__2 {
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/IASL-gradient-bg.svg) no-repeat;*/
  }

  /*.nccn-callout--container__2 .nccn-callout-left {*/
  /*  width: 312px;*/
  /*}*/

  .line-divider-nccn {
    width: 438px;
    margin: 8px auto 5px;
  }

  .section--five {
    padding: 46px 0;
  }

  .section-five--part1 .head {
    margin: 0 24px;
  }

  ul.bullet-list.bullet-list--fifth {
    margin: 28px 0 25px 21px;
  }

  .orange-callout.black-callout--wrapper.section-five__callout1 {
    margin: 76px auto 43px;
  }

  .fn-six--wrap .fn-five {
    margin-bottom: 55px;
  }

  .orange-callout.black-callout--wrapper.section-five__callout2 {
    padding: 14px 0 11px;
  }

  .section-six-light-bolt {
    padding: 42px 0;
  }

  a.maroon-cta--link {
    max-width: 722px;
    width: 100%;
    height: 122px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/Dont-force-CTA-bg.png) no-repeat;
    font-size: 20px;
    line-height: 22px;
  }

  a.maroon-cta--link .proxima-black {
    font-size: 28px;
  }

  .liquid-biopsy--wrapper {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/Liq-biopsy-bg1.png) no-repeat;
    /*height: 451px;*/
    height: 490px;
    margin: auto;
    /*padding: 21px 0 0;*/
    margin-top: 25px;
    margin-bottom: 73px;
    background-size: 100% 100%;
    padding: 62px 0 0;
  }

  .liquid-biopsy--frame {
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/Liq-biopsy-frame.png) no-repeat;*/
    width: 709px;
    /*height: 357px;*/
    /*margin-top: 17px;*/
  }

  .liquid-biopsy--container {
    /*margin-left: 37px;*/
  }

  .liquid-biopsy--container:before {
    top: 39px;
  }

  ul.checkbox-list {
    width: 36%;
  }

  .liquid-biopsy--frame__list {
    display: flex;
    justify-content: center;
  }

  .liquid-biopsy--frame .km-curve-head {
    /*padding: 70px 0 20px;*/
    padding: 43px 0 20px;
    margin: 0 auto;
  }

  ul.checkbox-list.checkbox-list__1 {
    margin-left: 30px !important;
  }

  ul.checkbox-list>li {
    padding-bottom: 20px;
  }

  ul.checkbox-list.checkbox-list__2>li {
    margin-left: 45px;
    padding-bottom: 38px;
  }

  ul.checkbox-list li:before {
    background: none;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 16px;
  }

  ul.checkbox-list li:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -27px;
    top: 0px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/check-tick.png) no-repeat;
    background-size: cover;
    opacity: 0;
  }

  .section-five--part1 h3.km-curve-head {
    margin-bottom: 5px !important;
  }

  .single-nccn--wrapper {
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/single-nccn-callout-bg.png) no-repeat;*/
    width: 780px;
    height: 119px;
    margin: auto;
    /*background-size: cover;*/
  }

  /*.single-nccn--wrapper .nccn-callout-right {*/
  /*    margin-top: 10px;*/
  /*}*/

  .slide__3 p.slide__para,
  .slide__2 p.slide__para {
    width: 82%;
  }

  .nccn-callout--container .nccn-callout__head {
    margin-top: 6px;
  }

  .nccn-callout--container__2 .nccn-callout__head {
    margin-top: -7px;
  }

  .section-four--nccn .nccn-callout--container .nccn-callout__head {
    margin-top: 2px;
  }

  .nccn-callout--container__1 .nccn-callout--container .nccn-callout__head {
    margin-top: -5px;
  }

  .nccn-recommed--wrapper.section-four--nccn,
  .section-four--nccn .nccn-callout-left,
  .section-four--nccn .nccn-callout-right {
    height: 126px;
  }

  .nccn-recommed--wrapper.section-four--nccn .nccn-callout--container {
    padding-top: 3px;
  }
  .section-four--nccn .nccn-callout-left.nccn-slide--left2 { height: 142px; }
  .section-four--nccn .nccn-callout-right {
    margin-right: 0;
    padding-right: 6%;
    top: -5px;
    left: -41px;
  }

  .section-four--nccn .single-nccn--wrapper .nccn-callout-right p.nccn-callout__para {
    margin-top: 2px;
  }
  .section-four--nccn .single-nccn--wrapper .nccn-callout-right p.nccn-callout__para.nccn-calot__parad { padding-left: 5px;  }
  .nccn-callout--container-part .nccn-callout-left {
    width: 190px;
    height: 123px;
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/nccn-callout2-left.png) no-repeat;*/
    background-size: cover;
    background-position: center;
  }

  .nccn-callout--container-part .nccn-callout-right {
    height: 128px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/IASL-right-side.png) no-repeat;
  }

  .nccn-callout--container__2 .nccn-callout-left {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/IASL-left-side.png) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .nccn-callout--container__1 .nccn-callout-left.nccn-slide--left {
    width: 201px;
    height: 120px;
    background-size: 100% 100%;
    padding: 0 20px;
    margin: 0 -6px;
  }

  span.maroon-cta--txt {
    margin: 0;
  }

  /* hover state*/
  .donut--content {
    cursor: pointer;
  }

  .donut--content:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
  }

  .donut--content:after {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 5px;
    box-shadow: inset 0 0 5px #fff;
    opacity: 0;
  }

  .donut-58.donut--content:after {
    left: 5px;
  }

  .donut--content:hover>img {
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 14px #fff;
    border-radius: 50%
  }

  .donut--content:hover .donut--head,
  .donut--content:hover p.donut--para,
  .donut--content:hover p.donut-caption {
    text-shadow: var(--white-clr) 1px 0 4px;
  }

  .donut-57.donut--content:hover .donut-caption {
    text-shadow: #FCAF2E 1px 0 4px;
  }

  .donut--content:hover:after {
    opacity: 1;
  }

  a.maroon-cta--link:hover {
    transform: scale(1.03);
    transition: all 0.5s ease;
    -webkit-box-shadow: 0 0 10px #FFEB7E;
    box-shadow: 0 0 10px #FFEB7E;
  }

  /**Amimation code here **/
  .section-two--nccn.nccn-recommed--wrapper {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/NCCN-IASL-gradient-bg.svg) no-repeat;
    height: 277px;
    padding: 5px 0;
  }

  .single-nccn--wrapper.section-two--nccn2 {
    margin-top: 8px;
  }

  .section-two--nccn2 .nccn-callout-right.nccn-slide--right {
    padding-right: 9%;
  }

  .nccn-slide--left,
  .nccn-slide--right {
    position: relative;
    opacity: 0;
  }

  .nccn-slide--left {
    transform: translate(-30vw);
  }

  .nccn-slide--right {
    transform: translate(60vw);
  }

  .is-visible .nccn-slide--left,
  .is-visible .nccn-slide--right {
    /*transition: 1.5s all cubic-bezier(0, 0, 0, 0.79);*/
    transition: 1s ease;
    transform: none;
    opacity: 1;
  }

  .is-visible img.caution-icon {
    animation: pulse 1s;
    /*animation-delay: 1s;*/
    transition: 1.5s ease;
    transition-delay: 0.5s;
    animation-duration: 2s;
    animation-iteration-count: 3;
    animation-timing-function: linear;
    animation-delay: 0s;
  }

  @keyframes pulse {
    0% {
      transform: translateY(-50%) scale(1, 1);
    }

    20% {
      transform: translateY(-57%) scale(1.5, 1.5);
    }

    75% {
      transform: translateY(-50%) scale(1, 1);
    }
  }

  .is-visible img.map-bar {
    transition: 0.5s width ease;
  }

  .is-visible img.map-bar.map-bar-1 {
    width: 94px;
  }

  .is-visible img.map-bar.map-bar-2 {
    width: 67px;
  }

  .is-visible img.map-bar.map-bar-3 {
    width: 180px;
  }

  .is-visible p.map-content__callout {
    opacity: 1;
    transition: 0.5s ease-in;
    transition-delay: 0.1s;
  }

  .is-visible ul.checkbox-list li:after {
    opacity: 1;
    transition: 1s ease;
  }

  .is-visible ul.checkbox-list__1 li:nth-child(1):after {
    transition-delay: 0.5s;
  }

  .is-visible ul.checkbox-list__1 li:nth-child(2):after {
    transition-delay: 0.9s;
  }

  .is-visible ul.checkbox-list__1 li:nth-child(3):after {
    transition-delay: 1.3s;
  }

  .is-visible ul.checkbox-list__2 li:nth-child(1):after {
    transition-delay: 1.7s;
  }

  .is-visible ul.checkbox-list__2 li:nth-child(2):after {
    transition-delay: 2.1s;
  }

  .is-visible ul.checkbox-list__2 li:nth-child(3):after {
    transition-delay: 2.5s;
  }

  .is-visible .line-indicator:after {
    width: 18px;
    border: 1px solid var(--orange-clr);
    left: 0;
    transition: all 1s ease;
  }

  .is-visible .line-indicator {
    width: 1px;
    height: 308px;
    border-left: 2px solid var(--orange-clr);
    transition: height 1s, border-left 1s ease;
    transition-delay: 1.1s;
  }

  .is-visible .line-indicator:before {
    /*bottom: 0px;*/
    /*left: -1px;*/
    width: 95px;
    /*opacity: 1;*/
    border: 1px solid var(--orange-clr);
    transition: width 1.5s ease;
    transition-delay: 2s;

  }

  ul.bullet-list.bullet-list--thrid {
    position: relative;
  }

  ul.bullet-list.bullet-list--thrid:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    display: block;
    border-left: 2px solid #F6A802;
    left: -68px;
    top: -35px;
  }

  ul.bullet-list.bullet-list--thrid:after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2px solid #F6A802;
    left: -68px;
    top: 6px;
  }

  ul.is-visible.bullet-list.bullet-list--thrid::before {
    width: 31px;
    height: 42px;
    transition: all 1s ease;
  }

  ul.is-visible.bullet-list.bullet-list--thrid::after {
    width: 31px;
    transition: all 1s ease;
    transition-delay: 1s;
  }

  /*.bg-animate .mod-shape {*/
  /*    display: block;*/
  /*}*/

  .bg-animate .nccn-recommed--wrapper {
    background: none;
  }

  body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/body-orange-bg.svg) no-repeat;
    background-size: cover;
  }

  .section--two {
    background: none;
    padding-bottom: 0;
  }

  div#section2-part2 {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/bg-top-part1.png) no-repeat;
    background-size: 100% 100% !important;
    padding-top: 130px;

  }

  div#bg-animate-1 {
    position: absolute;
    top: 0px;
    z-index: 1000;
    width: 100%;
  }

  div#section2-part3 {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/bg-top-part2.png) no-repeat;
    background-size: cover !important;
    padding: 1px 0 36px !important;
  }

  .section-two-nccn1 .nccn-slide--right {
    height: 153px;
  }

  .section-two-nccn1 .nccn-slide--left {
    height: 142px;
  }

  /** home page style starts here **/
  /**Error page style starts here **/
  .error-page--wrapper,
  .thankyou-page--wrapper {
    padding: 6px 0 70px;
    height: 637px;
  }

  .error-page--container h1 {
    font-size: 342px;
    line-height: 175px;
    height: 399px;
  }

  .error-page--container h2 {
    font-size: 86px;
    line-height: 102px;
    margin-top: -49px;
  }

  .error-page--container h2+p {
    width: 100%;
    margin: 12px auto 39px;
    font-size: 20px;
    line-height: 15.6px;
  }

  .error-page-400--wrapper a.error-page__btn {
    width: 370px;
  }

  .ml-align {
    margin-left: 11px !important;
    width: 100%;
  }

  /**Error page style ends here **/

  /*For animation, made some changes*/
  /*body {
        background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/body-orange-bg.svg) no-repeat;
        background-size: cover;
        position: relative;
    }*/

  .mod-shape {
    display: none;
  }

  .section--two {
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/bg1-grey-grdient.svg) no-repeat;*/
  }

  div#carousel-container {
    min-height: 640px;
  }

  #slide1:checked~.slider .slide__2,
  #slide2:checked~.slider .slide__3,
  #slide3:checked~.slider .slide__4,
  #slide4:checked~.slider .slide__1 {
    transform: translateY(210px) scale(0.79, 0.26) perspective(17px) rotateX(-1.1deg);
    opacity: 0.5;
    z-index: 0;
  }

  #slide1:checked~.slider .slide__4,
  #slide2:checked~.slider .slide__1,
  #slide3:checked~.slider .slide__2,
  #slide4:checked~.slider .slide__3 {
    transform: translateY(-210px) scale(0.79, 0.26) perspective(17px) rotateX(1.1deg);
    opacity: 0.5;
    z-index: 0;
  }

  div#section-four-part1 {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/bg3-part1.png) no-repeat;
    padding: 36px 0 62px !important;
    background-size: cover;
  }

  .section--four,
  .section--five {
    padding: 0;
    background: none;
  }

  .vendiagram-chart--wrapper.chart--container {
    margin-bottom: 0;
  }

  div#section-four-part2 {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/bg3-part2.png) no-repeat;
    padding: 1px 0 29px !important;
    background-size: cover;
  }

  div#section-five-part1 {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/bg4-part1.png) no-repeat;
    padding: 46px 0 73px !important;
    background-size: cover;
  }

  .liquid-biopsy--wrapper.chart--container {
    margin-bottom: 0;
  }

  div#section-five-part2 {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/bg4-part2.png) no-repeat;
    padding: 1px 0 46px;
    background-size: cover;
  }

  /*CRM form style starts here*/
  .section--six {
    /*padding: 103px 0 90px;*/
    padding: 70px 0 90px;
    box-shadow: 0px -4px 13px #00000059;
    background: radial-gradient(#818181, #1F1F1F);
  }

  .cmp-dynamicform__form-validation>* {
    max-width: 368px;
    float: left;
    clear: both;
    width: 100%;
  }

  .cmp-dynamicform__form-validation>*:nth-child(4),
  .cmp-dynamicform__form-validation>*:nth-child(5),
  .cmp-dynamicform__form-validation>*:nth-child(6),
  .cmp-dynamicform__form-validation>*:nth-child(7) {
    display: inline-block !important;
    float: inherit;
    clear: both;
    margin-left: 64px;
  }

  .cmp-dynamicform__form-validation>*:nth-child(7) {
    float: right;
  }

  div#field-group-64b03c798b14b2000248ed83 {
    max-width: 100%;
  }

  div#field-group-64b03c798b14b2000248ed82 {
    margin-top: -17px;
  }

  /*.cmp-dynamicform__form-group.captch-holder {*/
  /*  display: none;*/
  /*}*/
.page .cmp-dynamicform__form-group.captch-holder{
    display: block;
}
  .cmp-dynamicform__form-group.button-group {
    margin: 0 auto !important;
    max-width: 100%;
  }

  button.cmp-dynamicform__submit-btn {
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/cta-desk.svg) no-repeat;
      width: 373px;
      height: 63px;
      line-height: 15px;*/
  }

  .onc-io-form--container div#field-group-64b03c798b14b2000248ed82 {
    margin-top: -7px;
  }

  /*button.modal__close:has(+ .modal-box .modal-box__content> div > .cmp-dynamicform__form-success-msg) {*/
  /*    margin: auto;*/
  /*    position: absolute;*/
  /*    top: 23%;*/
  /*    right: 24%;*/
  /*    margin: auto;*/
  /*    background-size: 27px 29px;*/
  /*    background-position: right;*/
  /*    z-index: 1;*/
  /*    cursor: pointer;*/
  /*    display: inline-block;*/
  /*}*/

  .modal-box:has(.modal-box__content > div > .cmp-dynamicform__form-success-msg) {
    max-width: 784px;
    width: 100%;
    height: 383px;
    padding: 56px 0 40px;
    background: none;
    /* z-index: 1; */
    margin-top: unset;
  }

  .modal-box__content:has(> div > .cmp-dynamicform__form-success-msg):after {
    content: "";
    position: absolute;
    width: 110%;
    height: 107%;
    /*border: 1px solid white;*/
    top: -24px;
    left: -62px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/thankyou-popup-bg.svg) no-repeat;
    background-size: cover;
    z-index: -1;
  }

  h1.thankyou-popup-title>img {
    width: 650px;
    margin: auto;
  }

  p.thankyou-popup-copy {
    margin: 25px 0 50px;
    width: 100%;
  }

  .modal-box__content:has(> div > .cmp-dynamicform__form-success-msg) {
    background: none;
    padding: 0;
  }

  button.modal__close:has(+ .modal-box .modal-box__content> div > .cmp-dynamicform__form-success-msg) {
    max-width: 784px;
    width: 100%;
    position: relative;
    margin-top: auto;
    top: 35px;
    right: 0;
    color: #000;
    height: 0;
    z-index: 1005;
    background-color: transparent;
    cursor: pointer;
    /*border: 1px solid red;*/
  }

  button.modal__close>span.modal__closeIcon {
    width: 27px;
    height: 29px;
    position: absolute;
    right: 32px;
    top: -13px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/thanyou-popup-close.svg) no-repeat;
    background-size: cover;
  }

  /*CRM form style ends here*/

  .liquid-biopsy--frame p.km-curve-head {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

  .liquid-biopsy--frame p.km-curve-head:last-child {
    padding-bottom: 20px;
  }

}

@media screen and (min-width: 1400px) {
  img.desk-only.dont-head-desk {
    margin-left: 8%;
  }
}

@media screen and (min-width: 1600px) {
  .banner-right {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;

  }
}


@media screen and (max-width: 991px) {

  .pie-chart--wrapper .km-curve-head sup {
    margin-left: 3px;
  }

  #section-four-part1 .section-four--mid>ul li {
    margin-bottom: 30px;
  }

  .liquid-biopsy--frame p.km-curve-head {
    margin: 5px auto 0;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    max-width: 285px;
  }

  .liquid-biopsy--frame p.km-curve-head:last-child {
    padding-bottom: 20px;
  }

  .liquid-biopsy--wrapper {
    height: 720px;
    background-size: 100% 106%;
  }


  body {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/gradient-bg-top.png);
    margin-top: 53px;
  }

  .header--wrapper {
    /*position: relative;*/
    /*background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/gradient-bg-top-mob.jpg) no-repeat;*/
    background-size: 100% 100% !important;
  }

  .hamburger-wrapper {
    display: block;
    width: 25px;
    height: 22px;
    cursor: pointer;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/mobile-menu.png) no-repeat;
    background-size: 100% 100%;
    /*border: 1px solid red;*/
    position: absolute;
    right: 19px;
    top: 20px;
    z-index: 10;
  }

  .ic-hamburger.open .hamburger-wrapper {
    width: 22px;
    height: 22px;
    cursor: pointer;
    /* background-size: auto!important; */
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/menu-close.png) no-repeat;
    z-index: 11;
    background-size: 22px;
  }

  .cmp-navigation {
    display: none;
  }

  .navigation-overlay .cmp-navigation {
    display: none;
    position: absolute;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/gradient-bg-top-mob.jpg) no-repeat;
    background-position: bottom center;
    z-index: 3;
    background-size: cover;
  }

  .navigation-overlay.show {
    height: auto !important;
  }

  .cmp-navigation:has(+ a.ic-hamburger.open) {
    display: block;
  }

  .ic-header .cmp-navigation:has(+ a.ic-hamburger.open) {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/gradient-bg-top-mob.jpg) no-repeat;
    background-position: bottom center;
    z-index: 3;
    background-size: cover;
    min-height: 313px;
    padding-top: 1px;
  }

  img.header__az-logo {
    /*width: 46px;*/
    /*height: 56px;*/
    /*border: 1px solid;*/
    width: 47px;
    height: auto;
  }

  img.header__home-icon {
    position: absolute;
    top: 16px;
    left: 50px;
  }

  .header-bg {
    /*border: 1px solid;*/
    height: 43px;
    margin-top: 10px;
    background: transparent url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/header-bg-mob.jpg) 0% 0% no-repeat padding-box;
    background-size: cover !important;
    background-position: center;
    box-shadow: 0px 3px 12px #00000038;
  }

  .header--logo {
    position: absolute;
    top: -6px;
    left: 24px;
    z-index: 5;
  }

  ul.cmp-navigation__group {
    margin: 12px 0 11px;
  }

  ul.cmp-navigation__group>li.cmp-navigation__item {
    display: block;
    width: 100%;
  }

  ul.cmp-navigation__group>li.cmp-navigation__item>a {
    height: 58px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/nav-bg.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0px -4px 4px #0000002C;
  }

  .us-flag--txt img {
    width: 41px;
    height: 24px;
    display: block;
    margin: 10px auto 7px;
  }

  .footer-part1,
  .footer-part2 {
    width: 75%;
    margin: auto;
    text-align: center;
  }

  a.cmp-navigation__item-link--active {
    font-size: 20px;
    line-height: 24px;
    box-shadow: 0px -4px 4px #0000002C;
    border: 2px solid #FAD477;
  }

  /*Home page style here*/
  .mask-group {
    /*height: 91px;*/
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/orange-top-mid-shape.png) no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-bottom: -18px;
    height: 108px;
  }

  .top-shape,
  .mod-shape {
    display: none;
  }

  .nccn-recommed--wrapper {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/nccn-callout-bg-2x.png) no-repeat;
    width: 100%;
    height: 324px;
    background-size: 100% 100% !important;
    background-position: center;
  }

  .nccn-callout--container {
    width: 70%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 17px 0;
  }

  .nccn-callout-left {
    min-height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nccn-callout-right {
    margin-top: 7%;
  }

  .nccn-callout__head {
    width: 100%;
  }

  .footnote-warpper.fn-three p:nth-child(1) {
    margin-bottom: 20px;
  }

  .x-axis>div>img:first-child {
    width: 149px;
    height: 13px;
  }
  
  .section--three span.eyebrow--txt {
    width: 79%;
}

  /* CT bugfix */
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .x-axis>div>img:first-child {
      margin-right: 1rem;
      margin-bottom: 5px;
    }
  }

  @media screen and (min-width:502px) and (max-width: 767px) {
    .x-axis>div>img:first-child {
      margin-right: 1rem;
      margin-bottom: 5px;
    }
  }

  .x-axis>div>img:last-child {
    width: 337px;
    height: 24px;
    margin-top: 9px;
  }

  .donut--content {
    width: 357px;
    height: 243px;
    margin: auto;
  }

  .donut--content img {
    width: 197px;
    height: 197px;
  }

  .donut-57 .above-donut--value {
    /*top: 30px;*/
    top: 36px;
    right: -16px;
  }

  .donut-57 .below-donut--value {
    top: 135px;
    right: 58px;
  }

  .donut-57 .donut--txt {
    top: 39px;
  }

  h4.donut--head {
    width: 161px;
  }

  .donut-57 p.white-line {
    width: 159px;
  }

  .donut-57 p.donut-caption {
    width: 134px;
    right: 38px;
  }

  .donut-58 .donut--txt {
    top: 33px;
  }

  .donut-58 img {
    width: 188px;
    height: 188px;
    margin-left: 20px;
  }

  .donut-58 .below-donut--value {
    top: 128px;
    left: 76px;
  }

  .donut-58 .above-donut--value {
    /*top: 28px;*/
    top: 31px;
    left: 7px;
  }

  .donut-57 {
    margin-bottom: 22px;
  }

  .donut-58.donut--content {
    height: 231px;
  }

  .donut-58 h4.donut--head {
    padding-left: 40px;
    width: 195px;
  }

  .donut-58 p.white-line {
    margin-left: 29px;
  }

  .donut--wrapper {
    margin-top: 55px;
    margin-bottom: 40px;
  }

  .nccn-recommed--wrapper.section-four--nccn {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/nccn-orange-callout-bg2.png) no-repeat;
    height: 241px;
  }

  .section-four--nccn .nccn-callout-left {
    min-height: 30%;
  }

  .section-four--nccn .nccn-callout-right {
    text-align: left;
  }

  .section-four--nccn .nccn-callout--container {
    width: 83%;
  }

  ul.bullet-list.bullet-list--thrid {
    margin: 18px 10px 40px 51px !important;
  }

  ul.bullet-list.bullet-list--thrid:before {
    width: 22px;
    height: 33px;
    content: "";
    position: absolute;
    display: block;
    border: 2px solid #F6A802;
    border-top: 0;
    border-right: 0;
    left: 20px;
    top: -25px;
  }

  ul.bullet-list--second>li:before {
    width: 0;
  }

  .nccn-recommed--wrapper.section-fifth--nccn {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/NCCN-IASLC-gradient-bg.png) no-repeat;
    height: 447px;
  }

  .nccn-recommed--wrapper.section-fifth--nccn .nccn-callout-right {
    text-align: left;
    margin-top: 4%;
  }

  .nccn-callout--container-part.nccn-callout--container__1 {
    padding-top: 17px;
  }

  .nccn-callout--container-part {
    height: 176px;
  }

  .nccn-callout--container-part .nccn-callout--container {
    padding: 0;
    width: 82%;
  }

  .nccn-callout--container-part .nccn-callout-left {
    min-height: 43%;
    /*border: 1px solid;*/
    ;
  }

  .line-divider-nccn {
    width: 90%;
    margin: 20px auto;
  }

  div#carousel-container {
    width: 92%;
  }

  .donut-58 .donut--head+p.donut--para {
    margin-left: 33px;
  }

  .proxima-black--mob {
    font-family: "proxima-nova", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .slide__4 p.slide__para {
    width: 145px;
    margin: auto;
  }

  ul.checkbox-list.checkbox-list__2 {
    /* margin-bottom: 29px;*/
    margin-bottom: 0px;
  }

  .vendiagram-img--section p.callout-4 span.callout-4--txt {
    width: 95%;
    margin: auto;
    display: block;
    position: relative;
    top: -18px;
  }

  .section--four-black-callout .black-callout--content {
    width: 85%;
  }

  .x-axis {
    top: 57px;
  }

  img.mob-only.os-curve-img {
    margin-top: 83px;
  }

  .onemore-content-callout {
    top: 119px;
  }

  .y-axis {
    /* bottom: 40px; */
    bottom: 10%;
  }
.no-wrapp { text-wrap:nowrap; }
  /* ct bugfix */

  @media screen and (orientation:landscape) {
    .km-curve--wrapper {
      height: auto !important;
    }

  }

  .liquid-biopsy--frame {
    padding-top: 9px;
  }

  .liquid-biopsy--frame .km-curve-head {
    padding-top: 28px;
  }

  p.map-content__callout {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  p.map-content__callout span.map-percent--desc {
    margin-left: 7px;
  }

  p.map-content__callout3 span.map-percent--desc {
    margin-left: 8px;
  }

  p.map-content__callout1 {
    top: 28.4%;
  }

  p.map-content__callout2 {
    top: 42.4%;
    left: 25.5%;
  }

  p.map-content__callout3 {
    left: 42.5%;
  }

  /*Istead of hover state in mobile*/
  .donut--content {
    transform: scale(1.01)
  }

  .donut-58.donut--content {
    transform: scale(1.04);
  }

  .donut--content:after {
    content: "";
    width: 188px;
    height: 188px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 5px;
    box-shadow: inset 0 0 7px var(--white-clr);
  }

  .donut-58.donut--content:after {
    width: 179px;
    height: 179px;
    left: 24px;
  }

  .donut--content>img {
    -webkit-box-shadow: 0 0 7x var(--white-clr);
    box-shadow: 0 0 5px var(--white-clr);
    border-radius: 50%
  }

  .donut--content .donut--head {
    text-shadow: var(--white-clr) 1px 0 4px;
  }

  a.maroon-cta--link {
    -webkit-box-shadow: 0 0 10px #FFEB7E;
    box-shadow: 0 0 10px #FFEB7E;
  }

  .donut--content p.donut--para,
  .donut--content p.donut-caption {
    text-shadow: var(--white-clr) 1px 0 4px;
  }

  .donut-57.donut--content .donut-caption {
    text-shadow: #FCAF2E 1px 0 4px;
  }

  .onc-io-form--container .cmp-dynamicform__form-validation {
    display: flex;
    flex-direction: column;
  }

  div#field-group-64b03c798b14b2000248ed7c {
    order: 1;
  }

  div#field-group-64b03c798b14b2000248ed7d {
    order: 2;
  }

  div#field-group-64b03c798b14b2000248ed80 {
    order: 5;
  }

  div#field-group-64b03c798b14b2000248ed7f {
    order: 4;
  }

  div#field-group-64b03c798b14b2000248ed7e {
    order: 3;
  }

  div#field-group-64b03c798b14b2000248ed81 {
    order: 6;
  }

  div#field-group-64b03c798b14b2000248ed82 {
    order: 7;
  }

  div#field-group-64b03c798b14b2000248ed83 {
    order: 8;
  }

  .cmp-dynamicform__form-group.captch-holder {
    order: 9;
   
  }

  .cmp-dynamicform__form-group.button-group {
    order: 10;
    margin-top: 0 !important;
  }

  .nccn-recommed--wrapper.section-two--nccn2 {
    /*height: 245px;*/
    height: 282px;
    position: relative;
    /*  top: -22px; */
    top: -26px;
    z-index: -1;
    padding-top: 0px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/new_nccn_bg.svg) no-repeat;
  }

  /* ct bugfix */
  @media screen and (orientation: landscape) {
    .nccn-recommed--wrapper.section-two--nccn2 {
      background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/nccn-callout-bg-2x.png) no-repeat;
    }
  }

  .nccn-recommed--wrapper.section-two--nccn2 .nccn-callout--container {
    padding-top: 25px;
  }



  .nccn-recommed--wrapper.section-two--nccn2 .nccn-callout-right {
    /*margin-top: 11%;*/
    margin-top: 16%;
  }

  @media screen and (orientation:landscape) {
    .nccn-recommed--wrapper.section-two--nccn2 .nccn-callout-right {
      margin-top: 15%;
    }
  }


  .section-six-lightbolt-bottom {
    padding-top: 35px;
  }

  /*Error page style here*/
  .error-page--wrapper {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  a.error-page__btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {

  .footer-part1,
  .footer-part2 {
    max-width: 280px;
  }

  .liquid-biopsy--frame {
    max-width: 337px;
    padding-right: 3px;
  }

  .liquid-biopsy--frame:before {
    width: 33.3%;
  }

  .liquid-biopsy--frame:after {
    width: 33.8%;
  }

  .section-two-nccn1-mob {
    height: 290px;
  }

}
@media screen and (max-width: 328px) {
    .nccn-recommed--wrapper.section-two--nccn2 { height: 247px; }
    .nccn-recommed--wrapper.section-two--nccn2 .nccn-callout--container { padding-top: 27px; }
    div#bullets { left: -12px; }
    div#carousel-container { overflow: unset; }
    div#carousel-container { width: 91%; }

    .donut-57.donut--content { margin-left: -40px !important; }
    .donut-57 .donut--txt { left:25px }
    .donut--content .donut--head { font-size: 28px; }
    p.white-line { width: 139px !important; }

    .donut-58.donut--content { margin-left: -10px !important; }
    .donut-58 p.donut--para { padding-right: 10px; }
    .donut-58 h4.donut--head {left: -13px; position: relative;}
    .donut-58 .donut--txt { right: 3px; }

    .vendiagram-img--section p.callout-1 { right: 30px; }
    .vendiagram-img--section p.callout-4 span.callout-4--txt { width: 68%; }
    .map-img--section { width: 316px; }
    p.map-content__callout { left: 29%; top: 25.4%; }
    p.map-content__callout2 { top: 38.4%; left:25% }
    p.map-content__callout3 { top: 51%; left: 41.5%;}
}
@media screen and (max-width: 375px) {
  .donut--content {
    margin-left: -5px;
  }
  .nccn-recommed--wrapper.section-four--nccn { height: 259px; }
  
}

@media screen and (min-width: 390px) and (max-width: 991px) {



  /* ct bugfix */

  .nccn-recommed--wrapper.section-two--nccn2 {
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/nccn-callout-bg-2x.png) no-repeat;
    margin-top: 3px;
  }

}

.vendiagram-img--section {
  margin: 15px auto;
}


@media screen and (min-width: 376px) and (max-width: 991px) {
  .chart--container {
    background-size: 100% 100% !important;
  }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
  .km-curve--wrapper.chart--container {

    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {



  .black-callout--content {
    width: 70%;
  }

  .inner--container {
    width: 85%;
    margin: auto;
  }

  /*.top-shape {
      height: 280px;
      background-position: bottom;
    }

    .mod-shape {
      height: 143px;
    }*/

  .mask-group {
    margin-bottom: -90px;
    height: 183px;
  }

  .section--two p.eyebrow--txt {
    padding-top: 120px;
  }

  .nccn-recommed--wrapper {
    height: 240px;
  }


  .km-curve--wrapper.chart--container {
    text-align: center;
    /* height: 700px; */
    height: auto;
  }

  .onemore-content-callout {
    right: 11%;
    top: 165px;
    /* width: 236px; */
    width: 216px;
    height: 207px;
    text-align: left;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/OS-1More-Gradient-box.png) no-repeat;
    background-size: cover;
  }

  .x-axis {
    max-width: 375px;
    top: 72px;
  }

  img.mob-only.os-curve-img {
    margin-top: -9px;
  }

  .y-axis {
    bottom: 10%;
  }

  .pie-chart--wrapper {
    padding: 50px 17px;
  }

  .vendiagram-img--section {
    margin: 15px auto;
  }

  .vendiagram-chart--wrapper.chart--container {
    padding-top: 60px;
  }

  .map-content .km-curve-head {
    width: 45%;
  }

  .modal-box:has(.modal-box__content > div > .cmp-dynamicform__form-success-msg) {
    margin-top: unset;
  }

  button.modal__close:has(+ .modal-box .modal-box__content> div > .cmp-dynamicform__form-success-msg) {
    width: 60%;
    position: relative;
    margin-top: auto;
    top: 35px;
    right: 0;
    color: #000;
    height: 0;
    z-index: 1005;
    background-color: transparent;
    cursor: pointer;
  }

  button.modal__close>span.modal__closeIcon {
    width: 27px;
    height: 29px;
    position: absolute;
    right: 20px;
    top: -5px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/global/thanyou-popup-close.svg) no-repeat;
    background-size: cover;
  }


}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  body {
    background-size: cover;
  }
  .banner-section { width: 96%; }
}

@media screen and (min-width: 992px) and (max-width: 1179px) {
  .header--wrapper .cmp-navigation {
    right: 10px;
  }

  ul.cmp-navigation__group>li.cmp-navigation__item>a {
    margin-right: 20px;
    /*font-size: 0.78em !important;*/
  }

  .header--logo {
    left: 10px;
  }

  img.header__home-icon {
    margin-left: 15px;
  }

  .campaign-subhead {
    margin-left: 0%;
  }
}
@media screen and (min-width: 376px) and (max-width: 391px) {
    .nccn-recommed--wrapper.section-two--nccn2 .nccn-callout--container{
        padding-top: 19px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1340px) {
  ul.cmp-navigation__group>li.cmp-navigation__item>a {
    font-size: 0.74em !important;
  }

  ul.cmp-navigation__group>li.cmp-navigation__item>a.cmp-navigation__item-link.cmp-navigation__item-link--active {
    font-size: 0.82em !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
    .nccn-recommed--wrapper.section-two--nccn2 .nccn-callout--container {
        padding-top: 21px;
      }
      .nccn-callout--container {
        padding: 22px 0;
      }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .nccn-recommed--wrapper.section-two--nccn2 .nccn-callout--container {
        padding-top: 21px;
      }
      .nccn-callout--container {
        padding: 17px 0;
      }
}
@media screen and (min-height: 770px) and (max-height: 950px) {

  .error-page-wrapper,
  .thankyou-page--wrapper {
    height: calc(100vh - 21vh);
  }

}

@media screen and (min-height: 951px) and (max-height: 1050px) {

  .error-page--wrapper,
  .thankyou-page--wrapper {
    height: calc(100vh - 19vh);
  }
}

@media screen and (min-height: 1051px) and (max-height: 1250px) {

  .error-page--wrapper,
  .thankyou-page--wrapper {
    height: calc(100vh - 19vh);
  }
}

@media screen and (min-height: 1251px) and (max-height: 1550px) {

  .error-page--wrapper,
  .thankyou-page--wrapper {
    height: calc(100vh - 13vh);
  }
}

@media screen and (min-height: 1551px) {

  .error-page--wrapper,
  .thankyou-page--wrapper {
    height: calc(100vh - 10vh);
  }
}

.thankyou-popup--container {
  max-width: 784px;
  width: 100%;
  height: 475px;
  border: 1px solid red;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 56px 0 40px;
  z-index: 3;
}

.thankyou-popup--container:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/thankyou-bg-mob.png) no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: -12px;
  left: 0;
}

.thankyou-popup--container p {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  margin: 25px 0 50px;
}


h1.thankyou-title>img {
  max-width: 650px;
  margin: auto;
}

a.thankyou-exit-btn {
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  line-height: 15px;
  color: var(--white-clr);
  background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/mobile/CTA_continue.svg) no-repeat;
  background-size: cover;
  width: 254px;
  height: 63px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;

}

@media screen and (min-width: 992px) {
  .thankyou-popup--container {
    height: 383px;
  }

  .thankyou-popup--container:after {
    width: 110%;
    height: 107%;
    border: 1px solid white;
    top: -24px;
    left: -62px;
    background: url(/content/dam/intelligentcontent/unbranded/onc-io-threat/us/en/images/desktop/thankyou-popup-bg.svg) no-repeat;
    background-size: cover;
  }

  .retro h2.head .light-text {
    font-size: 28px;
  }

  #text-b7bbb013e7 .black-callout--content {
    width: 70%;
  }


}

#text-b7bbb013e7 .section--three-black-callout .callout__para {
  line-height: 20px;
  font-size: 15.5px;
}

@media screen and (max-width: 991px) {
  .thankyou-page--wrapper {
    min-height: 637px;
    position: relative;
  }

  #text-b7bbb013e7 .black-callout--content {
    width: 85%;
  }

  .retro h2.head {
    margin: 5px auto 100px;
  }
  .cmp-dynamicform__form-group.captch-holder{
    position:static;
    display:flex;
    justify-content:center;
}
}

@-moz-document url-prefix() {
  .top-shape {
    max-width: 1010px;
    height: 136px;
    left: 49.9%;
  }

  div#section2-part2 {
    padding-top: 110px;
  }
}
