.max-w-1440 {
  max-width: 1440px;
  margin: 0 auto;
}

.session-person {
  display: flex;
  flex-direction: column;
}

.session-person .thunder-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #FDF2F8;
  padding-top: 30px;
  padding-bottom: 30px;
}

.thunder-sec img {
  width: 100px;
  height: 100px;
}

.session-person .survey-sec {
  background-color: #fff;
  padding: 30px 20px;
  width: 100%;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.step .pagination {
  padding: 0;
  margin: initial;
  background: transparent;
  top: 0 !important;
  height: auto;
}

.step .pagination-dots {
  display: flex;
  list-style: none;
  gap: 8px;
  margin-bottom: 32px;
  padding: 0;
}

#step-1 .step .pagination-dots {
  margin-bottom: 48px;
}

.step .pagination-dots .dot {
  max-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #EBEFEE;
  display: inline-block;
}

.step .pagination-dots .dot.active {
  background: #D0006F;
}

.step .survey-title {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 8px;
}

.step .min-select,
.checkbox-group .form-inputs p {
  color: #D0006F;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
}

.checkbox-group .form-inputs p {
  margin-bottom: 0px;
}

#step-1 .survey-title {
  font-size: 40px;
  line-height: 51px;
}

.intro-content .desc {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 48px;
}

.step .btn {
  box-shadow: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  background-color: #D0006F;
  color: #fff;
  padding: 16px 50px;
  border-radius: 12px;
  border: 0;
}

.step .btn.back,
.step .btn.next {
  min-width: 150px;
  height: 40px;
  padding: 12px;
}

.step .btn.back:hover,
.step .btn.next:hover {
  text-decoration: underline;
  background-color: #003864;
}

.step .btn:disabled,
.step button:disabled {
  opacity: 0.5;
  cursor: default;
}

.step .btn.back:disabled:hover,
.step .btn.next:disabled:hover {
  text-decoration: none;
  background-color: #D0006F;
}

.step .form-inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.step .form-inputs label {
  border: 1px solid #003864;
  border-radius: 32px;
  cursor: pointer;
  padding: 8px 16px;
  display: grid;
  grid-template-columns: 1em auto;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  font-family: var(--primary-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.step .form-inputs label input[type="radio"],
.step .form-inputs label input[type="checkbox"] {
  accent-color: #003864;
  height: 20px;
  width: 20px;
}

input[type=radio]::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  border: 2px solid #003864;
  box-sizing: border-box;
}

.step .form-inputs label.active {
  background: #E6EBF0;
}

.step .form-inputs label.error {
  border-color: rgb(188, 17, 32);
  background: #ffe5e5;
}

.step .checkbox-group {
  display: flex;
  column-gap: 24px;
  row-gap: 32px;
  flex-wrap: wrap;
}

.step .checkbox-group .form-inputs {
  width: 100%;
  flex-shrink: 0;
  min-height: fit-content;
}

.step .checkbox-group .form-inputs label {
  border-radius: 4px;
}

.step .form-navigation {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.step .privacy-notice {
  margin-top: 32px;
  font-family: var(--primary-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

#step-1 .privacy-notice {
  margin-top: 48px;
}

/* Your Session Itinerary  CSS */

.bg-light-magenta {
  background-color: #FDF2F8;
}

.top-section {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.share-email-sec {
  text-align: center;
}

.top-section .thunder-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  padding-top: 32px;
}

.top-section .explore-pmm {
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 32px;
  padding-top: 4px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.top-section .explore-pmm h1 {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 24px;
  letter-spacing: -0.1px;
}

.top-section .explore-pmm h1.large-title {
  margin-bottom: 8px;
}

.top-section .explore-pmm p,
body .btn,
.resources_grid .desc {
  font-size: 18px;
  line-height: 27px;
}

.btn-grp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

body .btn {
  font-weight: 700;
}

body .btn.btn-magenta {
  border: 1px solid #D0006F;
  background-color: #D0006F;
  color: white;
}

body .btn.btn-magenta:hover {
  border: 1px solid #003864;
  background-color: #003864;
}

body .btn.btn-outline-magenta {
  border: 1px solid #D0006F;
  color: #D0006F;
}

body .btn.btn-outline-magenta:hover {
  text-decoration: underline;
  border: 1px solid #003864;
  color: #003864;
}

body .btn.btn-white {
  background-color: #fff;
  color: #D0006F;
  border: 2px solid #fff;
}

body .btn.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
}

body .pmm-info-banner .btn.btn-white.is-focused,
body .pmm-info-banner .btn.btn-outline-white.is-focused {
  outline: 2px dashed #fff !important;
}

body .btn.clear-results {
  padding: 16px 40px;
}

body .btn.share-personalisation {
  padding: 16px 46px;
}

body .explore-pmm .btn.clear-results,
body .explore-pmm .btn.share-personalisation {
  max-width: initial;
}

.internal-webpage,
.resources_grid {
  padding: 20px;
}

.internal-webpage h3,
.resources_grid h3,
.no-pmm-result,
.azpm-resources h3 {
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 30px;
  line-height: 120%;
}

.internal-webpage h3 {
  margin-bottom: 24px;
}

.no-pmm-result {
  text-align: center;
}

.websites {
  padding-top: 16px;
}

.websites .searchResultCard {
  padding: 20px 16px;
  border-bottom: 1px solid #C4CFCD;
  background-color: #fff;
}

.websites .searchResultCard .searchResultCard_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.websites .searchResultCard .searchResultCard_content a {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #830051;
}

.websites .searchResultCard .searchResultCard_content p {
  font-size: 13px;
  line-height: 120%;
}

.websites .searchResultCard .searchResultCard_content p.footnote {
    font-size: 11px;
}

.resources_grid {
  padding-bottom: 0px;
}

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

.resources_grid h3 {
  margin-bottom: 16px;
  text-align: center;
}

.resources_grid .no-asset-card {
  margin: 0;
}

.resources_grid .desc {
  margin-bottom: 32px;
}

.resources_grid .resource_card_grid {
  margin-top: 0px;
}

.resources_grid .card_gene_mutations:first-child {
  margin-left: 0px;
}

.resources_grid .card_gene_mutations:last-child {
  margin-right: 0px;
}

.resources_grid .hp__view-more-link {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 27px;
  gap: 8px
}

.resources_grid .hp__view-more-link span.arrow-icon {
  width: 24px;
  height: 24px;
}

.clear-result-sec {
  margin: 32px 0px;
  display: flex;
  justify-content: center;
}

.find-helpful-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0px;
}

.find-helpful-grid {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  padding: 32px;
  padding-right: 56px;
  max-width: 772px;
  flex-grow: 1;
  flex-shrink: 0;
}

.icon-thunder {
  flex-shrink: 0;
}

.find-helpful-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  gap: 20px
}

.find-helpful-content p {
  font-size: 18px;
  line-height: 27px;
}

.find-helpful-content .btn-grp {
  gap: 20px;
  flex-direction: row;
}

.find-helpful-content .btn-grp .btn {
  padding: 16px 18px;
}

.find-helpful-content .btn-grp .btn.btn-outline-magenta:active,
.find-helpful-content .btn-grp .btn.btn-outline-magenta.active {
  background-color: #D0006F;
  color: #fff;
}

.pmm-info-banner {
  position: relative;
  border-bottom: 1px solid #C4CFCD
}

.pmm-info-banner.startpmm,
.pmm-info-banner.expirepmm {
  background-color: #D0006F;
  color: #fff;
}

.pmm-info-banner.readypmm {
  background-color: #FFE4F0;
  color: #D0006F;
}

.pmm-info-banner .max-w-1440 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 20px 20px;
}

.pmm-info-banner .icon-bolt {
  display: flex;
}

.pmm-info-banner .icon-bolt img {
  width: 41.25px;
  height: 41.25px;
}

.message-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  gap: 16px
}

.message-box p {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
}

.cta-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.cta-actions a.btn,
.cta-actions button.btn {
  border-radius: 20px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 120%;
}

@media (min-width:744px) {
  .step .checkbox-group .form-inputs {
    width: calc(100% - 50% - 12px);
  }

  .top-section {
    padding: 20px;
  }

  .btn-grp {
    flex-direction: row;
    gap: 48px;
  }

  body .explore-pmm .btn.clear-results,
  body .explore-pmm .btn.share-personalisation {
    max-width: fit-content;
  }
}

@media (min-width:1024px) {
  .session-person {
    flex-direction: row;
  }

  .session-person .thunder-sec {
    width: 461px;
    padding-left: 138px;
    padding-right: 136.58px;
  }

  .survey-wrapper {
    background-image: linear-gradient(to right, rgba(208, 0, 111, 0.05) 50%, #fff 50%);
  }

  .thunder-sec img {
    width: 187px;
    height: 187px;
  }

  .session-person .survey-sec {
    padding: 80px;
    width: calc(100% - 461px);
  }

  .step .form-inputs {
    min-height: 349px;
  }

  .step .min-select,
  .checkbox-group .form-inputs p {
    min-height: 30px;
  }

  .pmm-info-banner .max-w-1440 {
    flex-direction: row;
    padding: 23px 80px;
  }

  .message-box {
    flex-direction: row;
    gap: 0px
  }

  .message-box p {
    text-align: left;
  }

  .cta-actions {
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: flex-end;
    padding-left: 57px;
    border-left: 1px solid #C4CFCD;
  }

  .share-email-sec {
    text-align: left;
  }

  .top-section {
    flex-direction: row;
    padding: 0px;
  }

  .top-section .thunder-sec {
    width: 40.84%;
    padding: 0px;
  }

  .top-section .explore-pmm {
    padding: 80px;
    padding-right: 0;
    width: calc(100% - 40.84%);
    gap: 48px;
    text-align: left;
  }

  .top-section .explore-pmm h1.large-title {
    font-size: 40px;
    line-height: 51px;
  }

  .btn-grp {
    justify-content: flex-start;
  }

  .resources_grid {
    padding-top: 80px;
    padding-bottom: 0px;
  }
.resources_grid .no-asset-card {
    width:46ch;
}
  .find-helpful-grid {
    flex-direction: row;
    gap: 32px;
  }

  .find-helpful-content {
    flex-direction: row;
    gap: 0px
  }

  .find-helpful-content .btn-grp {
    gap: 32px;
  }
}


@media (max-width: 369px) {
    .find-helpful-grid {
        padding-right: 32px;
    }
}


/* Compatibility issues - 29/09/2025 */

@media (min-width:992px) and (max-width: 1023px) {
    .inpage-submenu {
        padding: 19px 24px;
    }
}

@media (min-width:744px) and (max-width: 991px) {
    .inpage-submenu {
        padding: 12px 24px;
        height: auto;
    }
}

@media (min-width:744px) and (max-width: 768px) {
    .inpage-submenu {
        margin-top: 12px;
    }
}

/*New CSS*/
#your-session-itinerary .websites .searchResultCard .searchResultCard_content a{
        width: fit-content;
}

@media (max-width: 400px) {
        .resource_card_grid{
                display: block;
        }
}

@media screen and (max-width: 900px) and (orientation: landscape) {
.card_gene_mutations .resource-card__body .resource-card__action-buttons button:not(:first-child) {
    padding: 20px !important;
}
}
/*New CSS*/

