@font-face {
  font-family: 'TT Hoves';
  src: url('/content/dam/pan/en_US/includes/igw/q-day-assessment/fonts/TT Hoves Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('/content/dam/pan/en_US/includes/igw/q-day-assessment/fonts/TT Hoves Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Hoves';
  src: url('/content/dam/pan/en_US/includes/igw/q-day-assessment/fonts/TT Hoves DemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --yellow: #FFCB05;
  --gradientyellow1: rgb(5, 4, 0);
  --gradientyellow2: #434343cc;
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid !important;
}

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

.bg-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  background-color: #000;
}

.bg-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}

.bg-lines-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/content/dam/pan/en_US/includes/igw/q-day-assessment/images/logo-lines-strata.svg');
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: 150% -90%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.3;
}

.introarea,
.section {
  position: relative;
  z-index: 1;
}

body {
  margin: 0;
  color: #000;
  background-color: #fff;
  background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 203, 5, 1) 100%);
  padding-bottom: 60px;
  font-family: 'TT Hoves', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.grid3panel > div h4 {
  margin-top: 0;
}

li {
  padding-bottom: 10px;
}

.section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.section.results {
  filter: blur(16px);
}

.logoarea {
  background-image: linear-gradient(#000, #0000);
  padding-top: 20px;
  padding-bottom: 100px;
  max-width: 1200px;
  margin: 0 auto;
}

.yellow {
  color: var(--yellow);
}

.introarea {
  background-image: url('/content/dam/pan/en_US/includes/igw/q-day-assessment/images/photo.webp');
  background-color: #000;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  color:#fff;
  min-height: 400px;
  margin-bottom: 80px;
}

.panel {
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 50px;
  box-shadow: 1px 4px 6px 2px rgba(0,0,0,0.05);
  background-color: #fff;
}

.panel.photobgnd {
  background-image: url('/content/dam/pan/en_US/includes/igw/q-day-assessment/images/photo-contact.webp'), linear-gradient(180deg, var(--gradientyellow1), var(--gradientyellow2));
  background-position: 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.whitepanel {
  background-color: #fff;
  color: var(--black);
  background-image: none;
}

.link-block {
  display: block;
}
.link-block:hover {
  color: var(--yellow)
}

.link {
  display: block;
  color: var(--black);
}
.link:hover {
  color: var(--yellow)
}

.link-block2 {
  display: block;
  color: var(--black);
  text-decoration: none;
}
.link-block2:hover {
  color: var(--yellow)
}

.iconblock {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid2panel {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.button {
  background-color: var(--yellow);
  color: var(--black);
  cursor: pointer;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 35px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border: 1px solid var(--yellow);
  font-family: 'TT Hoves', Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.2s ease;
}

.button::after {
  content: '\2192';
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.2s ease;
  display: inline-block;
}

.button:hover {
  background-color: var(--white);
  -webkit-box-shadow: 5px 5px 16px -6px rgba(0,0,0,0.54); 
  box-shadow: 5px 5px 16px -6px rgba(0,0,0,0.54);
}

.button:hover::after {
  transform: translateX(4px);
}

.w-button {
  padding: 10px 40px;
  text-decoration: none;
  line-height: inherit;
}

.grid3panel {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid3panel > div {
  position: relative;
  padding-left: 44px;
}

.grid3panel > .link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid3panel > .link > .panel {
  flex: 1;
  box-sizing: border-box;
}

.checkbox {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.grid3panel > div > .checkbox {
  position: absolute;
  left: 0;
  top: 0;
}

input[type="checkbox"].checklist-item,
input[type="radio"].checklist-item {
  width: 24px;
  height: 24px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  border: 2px solid var(--yellow);
  border-radius: 4px;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}

input[type="checkbox"].checklist-item:checked {
  background-color: var(--yellow);
}

input[type="checkbox"].checklist-item:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="radio"].checklist-item {
  border-radius: 50%;
}

input[type="radio"].checklist-item:checked {
  background-color: var(--yellow);
}

input[type="radio"].checklist-item:checked::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--black);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

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

.center {
  text-align: center;
}

.restart:hover {
  color: var(--black);
}

.link {
  color: var(--black);
  text-decoration: none;
}

#results {
  display: none;
}

.panel-resource {
  border-top: 1px solid var(--yellow);
  background-image: linear-gradient(180deg, var(--gradientyellow1), var(--gradientyellow2));
  text-align: left;
  border-radius: 20px;
  padding: 30px;
  max-width: 600px;
  position: relative;
  color: var(--white);
  margin-bottom: 20px;
}
.panel-resource:hover {
  color: var(--yellow);
}

.panel-resource .iconblock {
  align-items: center;
}

.panel-resource .iconblock .icon {
  margin-bottom: 0;
}

.panel.is-missing-answer {
  outline: 3px solid #ff8c00;
  outline-offset: 4px;
}

.validation-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.validation-modal.is-open {
  display: block;
}

.validation-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.validation-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, calc(100% - 40px));
  background: var(--white);
  color: var(--black);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.validation-modal__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.validation-modal__subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.validation-modal__list {
  margin: 0 0 20px 18px;
}

.validation-modal__actions {
  display: flex;
  justify-content: flex-end;
}

.resource-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.resource-left {
  flex: 1;
  min-width: 0;
}

.resource-right {
  flex: 0 0 auto;
}

.resource-image {
  display: block;
  max-height: 200px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
}

.resultscover {
  background-color: #ffffffe0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  z-index: 200;
}

.gateoverlay {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #000000c7;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  z-index: 200;
}

.gatepanel {
  border-top: 1px solid var(--yellow);
  background-image: linear-gradient(180deg, var(--gradientyellow1), var(--gradientyellow2));
  text-align: center;
  border-radius: 20px;
  padding: 50px;
  max-width: 600px;
  position: relative;
  color: var(--white);
}

.gateclose {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #0b4dff;
  text-decoration: underline;
  font-weight: 500;
}

#mktoForm_6787,
#mktoForm_6817 {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#mktoForm_6787, #mktoForm_6787 *,
#mktoForm_6817, #mktoForm_6817 * {
  font-family: 'TT Hoves', Arial, sans-serif !important;
  box-sizing: border-box !important;
}

#mktoForm_6787 .mktoFormRow,
#mktoForm_6817 .mktoFormRow {
  width: 100% !important;
  margin-bottom: 0 !important;
}

#mktoForm_6787 .mktoGutter,
#mktoForm_6787 .mktoClear,
#mktoForm_6787 .mktoOffset,
#mktoForm_6817 .mktoGutter,
#mktoForm_6817 .mktoClear,
#mktoForm_6817 .mktoOffset {
  display: none !important;
}

#mktoForm_6817 .mktoCaptcha,
#mktoForm_6817 .mktoCaptcha * ,
#mktoForm_6817 .g-recaptcha,
#mktoForm_6817 .g-recaptcha * ,
#mktoForm_6817 [id*="recaptcha"],
#mktoForm_6817 [class*="recaptcha"] {
  display: block !important;
}

#mktoForm_6787 .mktoFormCol,
#mktoForm_6817 .mktoFormCol {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  float: none !important;
}

#mktoForm_6787 .mktoFieldWrap,
#mktoForm_6817 .mktoFieldWrap {
  width: 100% !important;
  float: none !important;
  margin-bottom: 0 !important;
}

#mktoForm_6787 .mktoField:not([type="checkbox"]):not([type="radio"]),
#mktoForm_6787 .mktoField:not([type="checkbox"]):not([type="radio"]):focus,
#mktoForm_6817 .mktoField:not([type="checkbox"]):not([type="radio"]),
#mktoForm_6817 .mktoField:not([type="checkbox"]):not([type="radio"]):focus {
  width: 100% !important;
  height: 50px !important;
  padding: 0.75rem 1rem !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px !important;
  color: #141414 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 10px !important;
}

#mktoForm_6787 .mktoField::placeholder,
#mktoForm_6817 .mktoField::placeholder {
  color: #333 !important;
  opacity: 1 !important;
}

#mktoForm_6787 select.mktoField,
#mktoForm_6817 select.mktoField {
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22/%3E%3C/svg%3E') !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 0.65rem auto !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

#mktoForm_6787 .mktoCheckboxList,
#mktoForm_6817 .mktoCheckboxList {
  display: flex !important;
  align-items: flex-start !important;
  text-align: left !important;
  line-height: 1.4 !important;
  margin-bottom: 15px !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  flex-direction: row !important;
}

#mktoForm_6787 .mktoCheckboxList input[type="checkbox"],
#mktoForm_6817 .mktoCheckboxList input[type="checkbox"] {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  display: inline-block !important;
  flex: 0 0 24px !important;
  align-self: flex-start !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #262626 !important;
  border: 2px solid var(--yellow) !important;
  border-radius: 4px !important;
  position: relative !important;
  margin: 0 12px 0 0 !important;
  flex-shrink: 0 !important;
}

#mktoForm_6787 .mktoCheckboxList input[type="checkbox"]:checked::before,
#mktoForm_6817 .mktoCheckboxList input[type="checkbox"]:checked::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#mktoForm_6787 .mktoCheckboxList input[type="checkbox"]:checked,
#mktoForm_6817 .mktoCheckboxList input[type="checkbox"]:checked {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  flex: 0 0 24px !important;
  background-color: var(--yellow) !important;
}

#mktoForm_6787 .mktoHtmlText,
#mktoForm_6817 .mktoHtmlText {
  width: 100% !important;
  color: #fff !important;
  font-size: 0.8rem !important;
  text-align: left !important;
  line-height: 1.4 !important;
  margin-bottom: 15px !important;
}

#mktoForm_6787 .mktoHtmlText a,
#mktoForm_6817 .mktoHtmlText a {
  color: var(--yellow) !important;
  text-decoration: underline !important;
}

#mktoForm_6787 .mktoButtonRow,
#mktoForm_6817 .mktoButtonRow {
  width: 100% !important;
  display: block !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0 !important;
}

#mktoForm_6787 .mktoButtonWrap,
#mktoForm_6817 .mktoButtonWrap {
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
}

#mktoForm_6787 .mktoButton,
#mktoForm_6817 .mktoButton {
  width: 100% !important;
  max-width: 100% !important;
  background: var(--yellow) !important;
  color: var(--black) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  padding: 15px 35px !important;
  border-radius: 50px !important;
  border: none !important;
  transition: background-color 0.3s, transform 0.2s !important;
  margin-top: 20px !important;
  margin: 0 auto !important;
  box-shadow: none !important;
}

#mktoForm_6817 .mktoButton[disabled],
#mktoForm_6817 button[disabled],
#mktoForm_6817 input[type="submit"][disabled] {
  opacity: 0.55 !important;
  cursor: not-allowed !important;
}

#mktoForm_6787 .mktoButton:hover,
#mktoForm_6817 .mktoButton:hover {
  background: var(--white) !important;
  transform: translateY(-2px);
  box-shadow: none !important;
}

#mktoForm_6787 .mktoLabel,
#mktoForm_6787 .mktoRequiredField .mktoAsterix,
#mktoForm_6787 .mktoOffset,
#mktoForm_6817 .mktoLabel,
#mktoForm_6817 .mktoRequiredField .mktoAsterix,
#mktoForm_6817 .mktoOffset {
  display: none !important;
}

.bigrisklevel {
  color: var(--yellow);
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.bigicon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.margbotm40 {
  margin-bottom: 40px;
}

.instructions {
  color: var(--yellow);
  margin-bottom: 20px;
}

.link {
  color: var(--black);
  text-decoration: none;
}

#results .grid3panel,
#results .grid3panel a,
#results .grid3panel h4,
#results .grid3panel div {
  color: var(--black);
}

.restart {
  color: var(--yellow);
  margin-bottom: 40px;
}

#rivanimation {
  display: flex;
  align-items: center;
  justify-content: center;
}

#risk-canvas {
  width: 100%;
  height: auto;
  max-width: 488px;
}

#checklist,
#gate,
#assessment {
  display: none;
}

.introh2 {
  color: var(--white);
  font-size: 24px;
  font-weight: 300;
}

.resultscover {
  z-index: 100;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(15px);
  background-color: #ffffffe0;
  display: none;
  position: absolute;
  inset: 0% -4% -4%;
}

.list {
  list-style-type: none;
}

.result-category {
  font-weight: 600;
  margin-bottom: 4px;
}

.listchecked {
  color: var(--yellow);
  background-image: url('/content/dam/pan/en_US/includes/igw/q-day-assessment/images/circle-check.svg');
  background-position: 0% 1px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 25px;
}

.listunchecked {
  background-image: url('/content/dam/pan/en_US/includes/igw/q-day-assessment/images/circle-x.svg');
  background-position: 0% 1px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 25px;
}

#selection-counter {
  padding-left: 35px;
}

.marbotm20 {
  margin-bottom: 20px;
}

.link-block {
  color: var(--white);
  text-decoration: none;
}

.photo2 {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logoarea {
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .introarea {
    background-size: cover;
    min-height: 300px;
    margin-bottom: 20px;
    padding-bottom: 60px;
  }

  .grid2panel, .grid3panel {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .assessment {
    padding-left: 50px;
    padding-right: 50px;
  }
}

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

  body {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgb(255, 236, 161) 100%);
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .bigrisklevel {
    font-size: 36px;
    line-height: 44px;
  }

  .introh2 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .introarea {
    background-position: 0 100%;
  }

  .panel {
    padding: 20px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bigrisklevel {
    font-size: 30px;
    line-height: 36px;
  }

  .bigicon {
    width: 40px;
    height: 40px;
  }

  .assessment {
    padding-left: 21px;
    padding-right: 21px;
  }

  .list {
    padding-left: 0;
  }
}