body:has(.cmp-gating--is-visible) .subnav {
  display: none !important;
}
body.no-scroll {
  /* Prevent body scrolling when gating is visible */
  overflow: hidden;
}
.gating {
  position: relative;
  z-index: 108;
}
.cmp-gating {
  position: fixed;
  bottom: 0;
  width: 100vw;
  min-height: 100px;
  background: white;
  box-shadow: 0 -6px 15px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cmp-gating--is-visible {
  opacity: 1;
  visibility: visible;
}
.cmp-gating--can-scroll-down {
  box-shadow: 0 -6px 15px 2px rgba(0, 0, 0, 0.1), inset 0 -14px 12px -12px rgba(0, 0, 0, 0.4);
}
.cmp-gating-text {
  font-size: 14px;
  line-height: 21px;
}
.cmp-gating-text h3 {
  font-family: 'Avant Garde for MT Bd', Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #004494;
  margin-top: 0;
}
.cmp-gating-text h3:only-child {
  margin-bottom: 0;
}
.cmp-gating-text:has([class*="step--start"][class*="--is-visible"]) {
  flex: 0 0 40%;
}
.cmp-gating-text__step {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
}
.cmp-gating-text__step--is-visible {
  opacity: 1;
  max-height: 50vh;
}
.check-list {
  padding: 0;
  padding-left: 5px;
}
.check-list li {
  margin: 0 0 10px 0;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  display: flex;
  gap: 8px;
}
.check-list li:before {
  content: '';
  display: inline-block;
  margin: 0 12px 2px 2px;
  width: 5px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #6ab023;
  border-width: 0 2px 2px 0;
  height: 12px;
}
.cmp-gating-form-wrap {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 1009px;
  max-height: calc(100vh - 150px);
  position: relative;
  padding: 40px 0;
}
.cmp-gating-form-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.cmp-gating-form-wrap:is(.cmp-gating-form-wrap--soft):has([class*='--otp-requested'][class*='--is-visible']) {
  grid-template-columns: auto auto;
  gap: 60px;
}
.cmp-gating-form-wrap:has([class*='--otp-validated'][class*='--is-visible']) {
  display: grid;
  justify-content: center;
}
.cmp-gating-form-wrap:has([class*='--otp-validated'][class*='--is-visible']):is(.cmp-gating-form-wrap--soft, .cmp-gating-form-wrap--hard) .cmp-gating-dismiss {
  grid-row: 1;
  grid-column: -1;
}
.cmp-gating-form-wrap--none {
  justify-content: center;
  grid-template-columns: repeat(3, auto);
}
.cmp-gating-form-wrap--none .cmp-gating-text {
  display: flex;
  align-items: center;
}
.cmp-gating-form-wrap--none .cmp-gating-text h3 {
  margin-bottom: 0;
}
.cmp-gating-form-wrap--soft {
  grid-template-columns: .5fr .5fr;
}
.cmp-gating-form-wrap--hard {
  grid-template-columns: 25% 1fr;
}
.cmp-gating-form-wrap--hard .gating-form__reveal-details-btn {
  margin: 20px 0 0 0;
}
.cmp-gating-form-wrap--hard:has(.gating-form__step2-column.gating-form__grid-col--is-visible) .gating-form__reveal-details-btn {
  display: none;
}
.cmp-gating-form-wrap--hard .gating-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
}
.cmp-gating-form-wrap--hard .gating-form .gating-form__grid-col {
  min-width: 0;
}
.cmp-gating-form-wrap--hard .gating-form--is-hidden {
  display: none;
}
.cmp-gating-form-wrap--hard .form_field_wrapper {
  margin-bottom: 15px;
}
.cmp-gating-form-wrap--hard .form_field_wrapper label {
  margin-bottom: 3px;
}
.cmp-gating-form-wrap--hard .form_field_wrapper label:is(.radio-container) {
  margin-bottom: 10px;
}
.cmp-gating-form-wrap--hard .form_field_wrapper select {
  padding: inherit;
  padding-left: 10px;
  min-height: 43px;
}
.cmp-gating-form-wrap--hard .gatingEmail-wrapper {
  display: grid;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cmp-gating-form-wrap--hard .gatingEmail-wrapper #gatingEmail {
  grid-row: 1;
}
.cmp-gating-form-wrap--hard .gatingEmail-wrapper .gatingEmail--validated {
  grid-row: 1;
}
.cmp-gating-form-wrap--hard .gatingEmail-wrapper .gatingEmail--validated:before {
  content: '';
  display: inline-block;
  margin: 0 12px 2px 2px;
  width: 5px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #6ab023;
  border-width: 0 2px 2px 0;
  height: 12px;
}
.cmp-gating-form-wrap--hard .gatingEmail-wrapper .error[generated="true"] {
  grid-row: 2;
  margin: 0;
}
.cmp-gating-form-wrap--hard .cmp-gating-otp {
  padding: 20px 0;
}
.cmp-gating-form-wrap .stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cmp-gating-form-wrap .stepper .stepper__step {
  flex: none;
  width: calc(100% / (var(--steps) - 1));
  display: flex;
  justify-content: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  height: 28px;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.cmp-gating-form-wrap .stepper .stepper__step:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  left: 7px;
  z-index: 2;
  width: calc(100% - 7px);
  height: 1px;
  background-color: #cccccc;
}
.cmp-gating-form-wrap .stepper .stepper__step:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: solid 1px #cccccc;
  background-color: white;
}
.cmp-gating-form-wrap .stepper .stepper__step:last-child {
  transform: translate(-100%);
  justify-content: end;
}
.cmp-gating-form-wrap .stepper .stepper__step:last-child:before {
  display: none;
}
.cmp-gating-form-wrap .stepper .stepper__step:last-child:after {
  left: initial;
  right: 0;
}
.cmp-gating-form-wrap .stepper .stepper__step:not(:first-child):not(:last-child) .stepper__text {
  transform: translate(-43%);
}
.cmp-gating-form-wrap .stepper--green .stepper__step:has(~ .stepper__step--active),
.cmp-gating-form-wrap .stepper--green .stepper__step--active {
  color: #6ab023;
}
.cmp-gating-form-wrap .stepper--green .stepper__step:has(~ .stepper__step--active):before,
.cmp-gating-form-wrap .stepper--green .stepper__step--active:before,
.cmp-gating-form-wrap .stepper--green .stepper__step:has(~ .stepper__step--active):after,
.cmp-gating-form-wrap .stepper--green .stepper__step--active:after {
  background-color: #6ab023;
  border: 0;
}
@media (max-width: 768px) {
  .cmp-gating-form-wrap .stepper .stepper__step {
    height: 32px;
  }
}
.cmp-gating-form-wrap .stepper {
  margin: 0 0 15px 0;
}
.cmp-gating-form-wrap .stepper--is-hidden {
  display: none;
}
.cmp-gating-form,
.cmp-gating-otp {
  grid-column-start: 2;
  grid-row-start: 1;
}
.gating-form--is-hidden {
  display: none;
}
.gating-form .form_field_wrapper--is-hidden,
.gating-form .gating-form__step2-column--is-hidden,
.gating-form .gating-form__step2-actions--is-hidden {
  display: none;
}
.gating-form .form_field_wrapper--is-visible,
.gating-form .gating-form__step2-column--is-visible,
.gating-form .gating-form__step2-actions--is-visible {
  display: block;
}
.gating-form .ppqTime_heading {
  margin: 0 0 10px 0;
}
.gating-form .gating-form__accept-terms {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.gating-form .gating-form__accept-terms .checkbox-group {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  column-gap: 10px;
  row-gap: 8px;
  align-items: start;
}
.gating-form .gating-form__accept-terms .checkbox-group > input[type="checkbox"] {
  grid-column: 1;
  grid-row: 1;
  width: 16px;
  justify-self: start;
  margin-top: 2px;
}
.gating-form .gating-form__accept-terms .checkbox-group > .field_label {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}
.gating-form .gating-form__accept-terms .checkbox-group > .error {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row: 2;
  width: 100%;
}
.gating-form .gating-form__accept-terms .checkmark-container {
  font-weight: normal;
  color: #666666;
}
.gating-form .gating-form__accept-terms .checkmark-container .checkmark {
  top: 0;
}
.gating-form .gating-form__accept-terms #gatingAcceptTerms:focus-visible,
.gating-form .gating-form__accept-terms #gatingAcceptTerms:focus-visible + .checkbox-label {
  outline: 2px solid #004494;
  outline-offset: 2px;
}
.gating-form .gating-form__accept-terms .error {
  display: block;
  width: 100%;
}
.gating-form .intl-tel-input {
  width: 100%;
}
.gating-form .intl-tel-input .flag-container {
  max-height: 44px;
}
a.cmp-gating__btn-download {
  display: flex;
  align-items: center;
  padding: 0 7px 0 20px;
}
a.cmp-gating__btn-download:link {
  color: white;
}
.blur-parent,
.blur-default .landingpageparnew,
.blur-default #footer_layer {
  filter: blur(6px);
  pointer-events: none;
  user-select: none;
}
.cmp-gating-dismiss .close {
  cursor: pointer;
  width: 17px;
  height: 17px;
}
.cmp-gating-dismiss .close__icon {
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
}
.cmp-gating-dismiss .close__icon::before,
.cmp-gating-dismiss .close__icon::after {
  position: absolute;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #004494;
  left: 9px;
}
.cmp-gating-dismiss .close__icon::before {
  transform: rotate(45deg);
}
.cmp-gating-dismiss .close__icon::after {
  transform: rotate(-45deg);
}
.cmp-gating-dismiss .close__icon::before,
.cmp-gating-dismiss .close__icon::after {
  left: 8px;
}
.cmp-gating-text__error-msg {
  padding: 2px 5px;
  margin: 0 10px;
  background: rgba(204, 0, 0, 0.1);
  color: #cc0000;
  margin: 0 0 10px 0;
}
@media (max-width: 1009px) {
  .cmp-gating-form-wrap {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cmp-gating-form-wrap,
  .cmp-gating-form-wrap:has([class*='--otp-requested'][class*='--is-visible']) {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 20px;
  }
  .cmp-gating-form-wrap--none .cmp-gating-text,
  .cmp-gating-form-wrap:has([class*='--otp-requested'][class*='--is-visible'])--none .cmp-gating-text {
    display: block;
  }
  .cmp-gating-form-wrap .cmp-gating-dismiss,
  .cmp-gating-form-wrap:has([class*='--otp-requested'][class*='--is-visible']) .cmp-gating-dismiss {
    grid-row: 1;
    grid-column: 2;
    margin-left: -20px;
  }
  .cmp-gating-form-wrap--hard {
    grid-template-columns: 1fr;
  }
  .cmp-gating-form-wrap--hard .gating-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .cmp-gating-form-wrap--hard .ppqTime_heading,
  .cmp-gating-form-wrap--hard .radio-container_field-label {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .gating-form .intl-tel-input .flag-container {
    max-height: 50px;
  }
  .cmp-gating-form-wrap:has([class*='--otp-validated'][class*='--is-visible']) .cmp-gating-dismiss {
    margin-left: 0;
  }
  .cmp-gating-text {
    display: block;
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: left;
  }
  .cmp-gating-form {
    grid-column: 1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cmp-gating-form .gating-form__accept-terms .checkmark-container {
    font-size: 14px;
    line-height: 21px;
  }
  .cmp-gating-form .gating-form__accept-terms .checkmark-container .checkmark {
    top: 3px;
  }
  .cmp-gating-otp {
    grid-column: 1;
    grid-row: 2;
  }
  a.cmp-gating__btn-download {
    justify-content: center;
  }
}

.otp {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
}
.otp--is-visible {
  max-height: 50vh;
  opacity: 1;
  visibility: visible;
}
.otp-resend__success-msg {
  padding: 2px 5px;
  background: rgba(106, 176, 35, 0.1);
  color: #6ab023;
}
.otp-resend__success-msg--is-visible {
  display: inline;
}
.otp-inputs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 48px));
  gap: 10px;
}
.otp-input-wrapper {
  width: 100%;
  aspect-ratio: 1;
}
.otp-input {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.otp-input:focus-visible {
  outline: 2px solid #004494;
  outline-offset: 2px;
}
.otp-input.otp-input--error {
  border-color: #cc0000;
  color: #cc0000;
}
.otp-input.otp-input--error:focus-visible {
  outline-color: #cc0000;
}
.otp-change-email,
.otp-resend {
  font-size: 12px;
  line-height: 18px;
}
.otp-change-email {
  margin: 20px 0 0 0;
}
.otp-error {
  font-size: 14px;
  line-height: 21px;
  display: none;
  margin: 10px 0;
  color: #cc0000;
}
.otp-error--is-visible {
  display: block;
}

