.pdm-demo-block{
  display: none;
}

.pdm-demo-block .content-wrapper{
  max-width: 1028px;
}

.pdm-demo-block__row{
  display: flex;
  justify-content: center;
  gap: 48px;
}

.pdm-demo-block__col{
  width: 50%;
}

.pdm-demo-block h2.pdm-demo-block__title{
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}

.pdm-demo-block__content{
  margin: 0 auto;
  max-width: 490px;
  position: sticky;
  top: 85px;
  width: 100%;
  padding-top: 12px;
}

.pdm-demo-block__title{
  margin: 0 0 16px;
}

.pdm-demo-block__text,
.pdm-demo-block__text p{
  color: #353434;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.pdm-demo-block__text p{
  margin: 0 0 16px;
}

.pdm-demo-block__text p:last-child{
  margin: 0;
}

.pdm-demo-block__text ul{
  margin-top: 20px;
  padding: 0;
}

.pdm-demo-block__text li{
  color: #353434;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.pdm-demo-block__text li::marker{
  content: none;
}

.pdm-demo-block__text li::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-image: url("https://pakenergy.com/hubfs/Website/Powerdigital/checkbox-icon-turq.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pdm-demo-block__text li:last-child{
  margin-bottom: 0;
}

.pdm-demo-block__text{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Heading{
  font-size: 28px!important;
  font-style: normal;
  font-weight: 700;
  line-height: 36.4px!important;
  text-align: center;
  align-self: unset !important;
  justify-self: unset !important;
  margin-bottom: 0;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:first-child .hsfc-Heading{
  margin-bottom: 8px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-RichText p{
  margin-bottom: 16px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-RichText p:last-child{
  margin-bottom: 0;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Button{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-width: 220px;
  transform: none !important;
  transition: all 0.3s ease;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Row > div > .hsfc-FieldLabel{
  display: none;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextInput,
.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextareaInput{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12.5px 12px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextareaInput{
  display: block;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextInput:hover,
.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextInput:focus,
.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextareaInput:hover,
.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextareaInput:focus{
  box-shadow: none;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextInput::placeholder,
.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextareaInput::placeholder{
  color: var(--hsf-field-input__color, var(--hsf-default-field-input__color));
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextareaInput{
  min-height: 112px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextField>*:not(:last-child){
  margin-bottom: 0;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-ErrorAlert{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 8px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts {
  margin-bottom: 0;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-NavigationRow__Alerts .hsfc-ErrorAlert{
  margin-top: 0;
  margin-bottom: 16px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Row{
  gap: 16px;
  margin: 0;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-ReCaptchaV2 .grecaptcha-badge{
  margin: 0 auto;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Step__Content{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step__Content > div:nth-last-child(3){
  order: 999;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Step{
  background-color: #FFF;
  border-radius: 16px;
  box-shadow: 2px 5px 32px 0 #C4D3D5;
  overflow: hidden;
  padding: 52px 24px 40px;
  position: relative;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step{
  padding: 52px 32px 40px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content{
  padding: 0;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2){
  max-width: 490px;
  margin: 0 auto;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step__Content > div:nth-last-child(3),
.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step .hsfc-Step__Content > div:last-child{
  margin-top: 4px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-Step__Content > div:nth-child(3),
.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step .hsfc-Step__Content > div:nth-child(2){
  margin-bottom: 16px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-FieldLabel{
  color: #104D82;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.8px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step__Content > div:nth-child(1) .hsfc-RichText{
  background-color: #104D82;
  border-radius: 4px;
  padding: 6px 24px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxFieldGroup__Options{
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
  row-gap: 16px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxFieldGroup__Options > div{
  margin: 0;
  padding: 0 8px;
  width: 50%;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxFieldGroup__Options .hsfc-FieldLabel{
  height: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput + span{
  background-color: #FFF;
  border: 1px solid #C6CDD3;
  border-radius: 12px;
  cursor: pointer;
  height: 100%;
  min-height: 60px;
  width: 100%;
  position: relative;
  padding: 10px 50px 10px 16px;
  transition: all .3s ease;
  display: flex;
  align-items: center;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput + span::before,
.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput + span::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput + span::before{
  background-color: #FFF;
  border: 1px solid #C6CDD3;
  border-radius: 80px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput + span::after{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='9' viewBox='0 0 11 9' fill='none'%3e%3cpath d='M0.75 5.125L3.20455 7.75L9.75 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  opacity: 0;
  transition: opacity .3s ease;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput{
  display: none;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput:checked + span{
  background-color: rgba(4, 97, 222, 0.10);
  border: 1.6px solid #0461DE;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput:checked + span::before{
  background-color: #0461DE;
  border: 1px solid #0461DE;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput:checked + span::after{
  opacity: 1;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput + span:hover{
  border: 1.6px solid #0461DE;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-NavigationRow{
  margin: 0;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Step:not(:nth-child(1)) .hsfc-NavigationRow__Buttons > .hsfc-Button:nth-child(1){
  display: none;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step{
  position: relative;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0461DE;
  height: 12px;
  width: 100%
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step{
  background-image: url("https://pakenergy.com/hubfs/Website/Powerdigital/multi-step-bg.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Heading{
  margin-bottom: 2px;
}

.pdm-demo-block [data-hsfc-id=Renderer] .hsfc-ReCaptchaV2{
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 16px;
  text-align: center;
}

.pdm-demo-block [data-hsfc-id="Renderer"] .hsfc-LinkButton{
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 768px){
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Row{
    gap: 12px;
  }
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Heading{
    font-size: 22px!important;
    line-height: 130%!important;
  }
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Step,
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step{
    border-radius: 8px;
    padding: 32px 16px 24px;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content{
    gap: 12px;
  }
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Button{
    padding: 11.5px 11.5px;
  }
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step__Content > div:nth-child(1) .hsfc-RichText p{
    font-size: 14px!important;
    line-height: normal!important;
  }
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxFieldGroup__Options > div{
    width: 100%;
  }
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress,
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-ProgressBar__Progress > div,
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step::before{
    height: 8px;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-RichText p{
    font-size: 16px!important;
    line-height: 140%!important;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step__Content > div:nth-last-child(3) .hsfc-RichText p,
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step__Content > div:last-child .hsfc-RichText p{
    font-size: 10px!important;
    line-height: 130%!important;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-TextareaInput{
    min-height: 129px;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Heading{
    margin-bottom; 0;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:first-child .hsfc-Heading{
    margin-bottom: 4px
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-Step__Content > div:nth-child(2),
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-PostSubmit .hsfc-Step .hsfc-Step__Content > div:nth-child(2){
    margin-bottom: 8px;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxFieldGroup__Options{
    margin-right: -6px;
    margin-left: -6px;
    row-gap: 12px;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxFieldGroup__Options > div{
    padding: 0 6px;
  }

  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-Form .hsfc-Step:nth-child(2) .hsfc-CheckboxInput + span{
    min-height: 40px;
    padding: 8px 20px 8px 8px;
  }

  .pdm-demo-block__row{
    flex-wrap: wrap;
    gap: 40px;
  }

  .pdm-demo-block__col{
    width: 100%;
  }

  .pdm-demo-block h2.pdm-demo-block__title{
    font-size: 24px;
  }

  .pdm-demo-block__text,
  .pdm-demo-block__text p,
  .pdm-demo-block__text li{
    font-size: 16px;
  }

  .pdm-demo-block__text li{
    margin-bottom: 12px;
    padding-left: 22px;
  }

  .pdm-demo-block__text li:before {
    height: 14px;
    top: 3.5px;
    width: 14px;
  }

  .pdm-demo-block__content{
    padding-top: 0;
    position: relative;
    top: unset;
  }
}

@media (max-width: 430px) {
  .pdm-demo-block [data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons>* {
    width: auto;
  }
}