.introimg {
  min-height: 350px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

.selcheck {
  width: 63px;
  height: 25px;
  margin-top: 0px;
  border: 0px none transparent;
  border-radius: 0px;
  background-image: url('/content/dam/pan/en_US/includes/igw/NGFW-Decision-Tree/images/checkbox-no.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.selcheck.w--redirected-checked {
  width: 63px;
  height: 25px;
  margin-right: 0px;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('/content/dam/pan/en_US/includes/igw/NGFW-Decision-Tree/images/checkbox-yes.svg');
  background-size: auto;
}

.selchecktext {
  margin-bottom: 0px;
  padding-left: 10px;
}

.selcheckline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radiobutton {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-color: #000;
}

.radiobutton.w--redirected-checked {
  border-width: 1px;
  border-color: #000;
  background-image: url('/content/dam/pan/en_US/includes/igw/NGFW-Decision-Tree/images/radiobgnd.svg');
  background-position: 45% 45%;
  background-size: auto;
}

.radiobuttontext {
  padding-top: 0px;
  padding-left: 10px;
  font-weight: 500;
}

.right {
  text-align: right;
}

.labelhide {
  display: none;
}

.margbottom15 {
  margin-bottom: 40px;
}

.contentcontain {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

body {
  padding-bottom: 100px;
  background-image: url('/content/dam/pan/en_US/includes/igw/NGFW-Decision-Tree/images/bgnd.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Decimal pro', sans-serif;
  font-size: 18px;
  line-height: 28px;
  min-height: 100%;
}

.slider {
  height: auto;
  background-color: transparent;
}

.logolink {
  margin-bottom: 40px;
}

.introtitle {
  font-size: 44px;
  line-height: 54px;
}

.introtitle.results {
  font-size: 36px;
  line-height: 40px;
}

.introsubtitle {
  margin-bottom: 20px;
  color: #c94627;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.genbutton {
  display: inline-block;
  margin-bottom: 40px;
  padding: 13px 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffcc06;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}

.genbutton:hover {
  background-color: #ffd534;
}

.genbutton.next {
  background-image: none;
  text-align: right;
}

.genbutton.results {
  display: block;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.33);
  text-align: center;
}

.genbutton.back {
  margin-right: 10px;
  background-color: #e7e7e7;
}

.genbutton.back:hover {
  background-color: #d4d4d4;
}

.buttonarrow {
  width: 22px;
  height: 22px;
  background-image: url('/content/dam/pan/en_US/includes/igw/NGFW-Decision-Tree/images/arrow-right-long-regular.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.buttonarrow.previous {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.genbuttontext {
  display: inline-block;
  padding-right: 10px;
}

.genbuttontext.prev {
  padding-right: 0px;
  padding-left: 10px;
}

.photo {
  width: 600px;
  height: 688px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.38);
}

.selections {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
}

.question {
  padding-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

.copysmall {
  margin-bottom: 20px;
  color: #535353;
  font-size: 15px;
  line-height: 21px;
}

.copysmall.right {
  color: #000;
  font-weight: 500;
}

.copysmall.restart {
  padding-top: 15px;
  padding-right: 30px;
  text-align: right;
}

.selcheck-2 {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  border: 1px solid #000;
}

.selcheck-2.w--redirected-checked {
  margin-right: 0px;
  background-color: #e15028;
  background-size: 80%;
}

.progressouter {
  height: 5px;
  background-color: #ebebeb;
}

.progressinner {
  height: 5px;
  background-color: #c94627;
}

.selectionstext {
  font-size: 16px;
}

.selectionstextname {
  color: #535353;
}

.selectors {
  margin-bottom: 20px;
}

.restartlink {
  color: #747474;
  text-decoration: none;
  text-align: center;
  padding-top: 10px;
}

.radiofield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.roleother {
  width: 80%;
  margin-left: 36px;
}

.divleft {
  display: inline-block;
  width: 15%;
  height: 100%;
}

.divright {
  display: inline-block;
  width: 85%;
}

.hide {
  display: none;
  color: #000;
}

.questionsblock {
  display: none;
  padding-top: 20px;
}

.resultsblock {
  display: none;
}

.resultsproducts {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.resultsproducts.print {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.resultsproducts.products {
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.resultstext {
  margin-bottom: 40px;
}

.resultstext.print {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.resultsproductlink {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.33);
  color: #000;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}

.resultsproductlink:hover {
  background-color: #f0f0f0;
}

.resultsproductlinkcols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resultsbuttons {
  padding-top: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.resultsproducticon {
  width: 55px;
  height: 55px;
}

.resultsproducttitle {
  display: inline-block;
  margin-left: 20px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}

.resultsproductsubtitle {
  margin-bottom: 10px;
  color: #c94627;
  font-size: 20px;
  font-weight: 600;
}

.resultsproducttext {
  margin-bottom: 20px;
}

.ctabutton {
  width: 100%;
  margin-bottom: 10px;
  padding: 13px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.15);
  color: #000;
  text-decoration: none;
}

.buttonicon {
  margin-right: 10px;
}

.resultsprint {
  margin-bottom: 10px;
  padding-top: 30px;
}

.resultsblocktitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlayclose {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 15px;
  background-image: url('/content/dam/pan/en_US/includes/igw/NGFW-Decision-Tree/images/icon-close.svg');
  background-position: 0% 5px;
  background-size: auto;
  background-repeat: no-repeat;
  color: #c94627;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
}

.closeprint {
  display: none;
}

.textlink {
  color: #c94627;
}

.topprint {
  display: none;
}

.buttons {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.icon-question {
  width: 80px;
  height: 80px;
}

.questioncontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.socialbox {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}

.sharelink {
  display: none;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.sharelinkicon {
  width: 30px;
  height: 30px;
}

.introillust {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 200%;
  z-index: 1;
  display: none;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.0);
}

.gatecontain {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.37);
}

.embedsurround {
  padding: 30px;
  border-radius: 20px;
  background-color: #f5f5f5;
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.05);
}

.disclaimer {
  font-size: 14px;
  line-height: 1.2;
}

.contactus {
  color: #c94627;
}

@media screen and (max-width: 991px) {
  .selcheckline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  body {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .genbutton.results {
    margin-bottom: 10px;
  }

  .photo {
    width: 100%;
    height: 100%;
  }

  .selcheck-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .divleft {
    display: none;
  }

  .divright {
    width: 100%;
  }

  .resultsproducts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .resultsbuttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .questioncols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .margbottom15 {
    margin-bottom: 20px;
  }

  .contentcontain {
    padding-top: 20px;
  }

  .logolink {
    margin-bottom: 10px;
  }

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

  .genbutton.results {
    margin-bottom: 10px;
  }

  .photo {
    display: none;
  }

  .resultsproducts {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(72%, #ffcc06), color-stop(82%, #fff));
    background-image: linear-gradient(0deg, #ffcc06 72%, #fff 82%);
    background-position: 0px 0px;
  }

  .resultstext {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .resultsbuttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .resultsproducticon {
    max-width: 90%;
  }

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

  .overlayclose {
    padding-bottom: 10px;
  }

  .introillust {
    display: none;
  }

  .embedsurround {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .selchecktext {
    width: 80%;
    white-space: normal;
  }

  .radiobuttontext {
    width: 80%;
    padding-left: 9px;
    white-space: normal;
  }

  .contentcontain {
    padding-right: 10px;
    padding-left: 10px;
  }

  .introtitle {
    margin-top: 0px;
    font-size: 30px;
    line-height: 36px;
  }

  .genbutton {
    width: 100%;
    text-align: center;
  }

  .hide {
    display: none;
  }

  .resultsproducts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(85%, #ffcc06), color-stop(90%, #fff));
    background-image: linear-gradient(0deg, #ffcc06 85%, #fff 90%);
    background-position: 0px 0px;
  }

  .resultsbuttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .ctabutton {
    font-size: 16px;
    text-align: center;
  }

  .buttonicon {
    display: none;
  }

  .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .colleft {
    padding-right: 0px;
    padding-left: 0px;
  }

  .colright {
    padding-right: 0px;
    padding-left: 0px;
  }

  .gatecontain {
    padding: 15px;
  }
}

@media print {


  .pagebreak {
    page-break-before: always;
  }

  .printcol1 {
    width: 15% !important;
  }

  .printcol2 {
    width: 85% !important;
  }

  .resultsproducttitle {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
  }

  .resultsproducticon {
    width: 25px;
    height: 25px;
  }

  .resultsproductlink {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.33);
    color: #000;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
  }

  .resultsproducticon {
    width: 30px;
    height: 30px;
  }

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

  .resultsproducttext {
    font-size: 14px;
    line-height: 18px;
  }

  .genbuttontext {
    font-size: 14px;
  }

  .buttonicon {
    margin-right: 0px;
  }

  .ctabutton {
    padding: 5px 30px;
  }

  .resultsproducts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .resultsbuttons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

}

#productVM-multi.w-node-_47012bfa-c32f-2c67-caf0-9772ddf360e7-2a6f816c,
#productVM-private.w-node-_888e9de7-b1df-98f3-dc89-05a82d7c4002-2a6f816c,
#productVM-single.w-node-_38f0139a-1453-c5ff-69cd-1a3e8f73e99d-2a6f816c,
#productVM-virtual.w-node-cc570c00-f91a-32d7-1e40-5477130a54e6-2a6f816c,
#productPanorama.w-node-a45c331a-8d17-5777-6c1b-f6266bb6e612-2a6f816c,
#productCN.w-node-_9eb0a653-a9c1-cad5-bdab-6c7d6249215e-2a6f816c,
#productCloudNGFW.w-node-_6ab5eaeb-79d8-e178-9e6c-4744fa126370-2a6f816c,
#productGoogle.w-node-f7244375-8ba9-6ba6-387e-4cabe5e21ae3-2a6f816c,
#productOCI.w-node-_610fc4ad-4806-6958-9b5b-b4cfbfb5e2b7-2a6f816c,
#productPrisma.w-node-d2ecd08c-a90c-b565-e1ee-713298f15d91-2a6f816c,
#productVM-multi2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb0f-2a6f816c,
#productVM-private2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb16-2a6f816c,
#productVM-single2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb1d-2a6f816c,
#productVM-virtual2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb24-2a6f816c,
#productPanorama2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb2b-2a6f816c,
#productCN2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb33-2a6f816c,
#productCloudNGFW2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb3b-2a6f816c,
#productGoogle2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb43-2a6f816c,
#productOCI2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb4b-2a6f816c,
#productPrisma2.w-node-_638ddee4-e838-86a2-232e-dff5bd95cb53-2a6f816c,
#productAzure.w-node-cee1971b-b3c0-32e0-f288-32d039e02975-2a6f816c,
#productVM.w-node-_47012bfa-c32f-2c67-caf0-9772ddf360e7-4823a152,
#productPanorama.w-node-a45c331a-8d17-5777-6c1b-f6266bb6e612-4823a152,
#productCN.w-node-_9eb0a653-a9c1-cad5-bdab-6c7d6249215e-4823a152,
#productCloudNGFW.w-node-_6ab5eaeb-79d8-e178-9e6c-4744fa126370-4823a152,
#productVMSingle.w-node-fc0e9538-af6b-e296-67fa-4ee7548d7732-4823a152,
#productGoogle.w-node-f7244375-8ba9-6ba6-387e-4cabe5e21ae3-4823a152,
#productOCI.w-node-_610fc4ad-4806-6958-9b5b-b4cfbfb5e2b7-4823a152,
#productPrisma.w-node-d2ecd08c-a90c-b565-e1ee-713298f15d91-4823a152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: 'Decimal pro';
  src: url(/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Bold-Pro_Web.woff2) format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Decimal pro';
  src: url(/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Semibold-Pro_Web.woff2) format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Decimal pro';
  src: url(/etc/clientlibs/clean/dependencies/fonts/decimal/Decimal-Medium-Pro_Web.woff2) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}