[x-cloak] {
  display: none;
}

[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

body {
  counter-reset: list-step;
}

.form-checkbox,
.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  color: currentColor;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  height: 1.4em;
  width: 1.4em;
}

.btn.back-header {
  display: flex;
}

.form-checkbox {
  border-radius: 0.25rem;
  cursor: pointer;
}

form label {
  cursor: pointer;
  font-weight: 500;
  color: var(--gray-850);
  font-size: 1.125rem;
}

form label .select-none {
  font-size: 1rem;
}

form p {
  font-size: 1rem;
}

input[type="radio"].form-radio {
  border-radius: 50%;
  visibility: visible;
  cursor: pointer;
}

#funnelForm button.btn[name="toOverview"] {
  background-color: var(--purple-200);
  border-color: var(--purple-200);
}

#funnelForm .devices_row label svg {
  max-width: 2rem;
  height: 2rem;
}

#funnelForm .usp_text_block ul {
  margin-left: 1.25rem;
}

#funnelForm input[name=total_correct_usage] {
    margin: .25rem;
    box-shadow: none;
}

#funnelForm .usp_text_block ul li {
  list-style-type: disc;
  line-height: 1.5rem;
  font-size: .875rem;
}

.step2 input[type="radio"]:checked+label svg path,
.step2 label:hover .icon svg path {
    stroke: #fff;
}

#funnelForm label.inactive {
    background-color: var(--purple-100);
    border: 1px solid var(--purple-200);
    color: var(--purple-400);
    cursor:unset;
}


#funnelForm label.inactive:hover svg path {
    stroke: none
}

#funnelForm label .step2 .icon-checkmark svg circle,
#funnelForm label .step2 .icon-checkmark svg path {
    stroke: var(--purple-300);
}

#funnelForm label.inactive .icon-checkmark svg circle,
#funnelForm label.inactive .icon-checkmark svg path {
    stroke: var(--purple-400);
}

.step2 label[for="term4"] svg path,
.step2 label[for="term3"] svg path {
    fill: none !important;
}

.funnel .bg-green-500 {
  background-color: var(--purple-300);
}

.funnel .closeUsage {
  color: #58151c;
  display: inline-block;
  font-weight: bold;
  margin-left: 2rem;
}

.funnel input[name=total_usage] {
  vertical-align: middle;
}

.funnel .closeUsage svg {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25rem;
}

.funnel .wrapper {
  display: grid;
  grid-template-columns: 40% minmax(0,1fr);
  /* overflow: hidden; */
  height: calc(100vh - 6.875rem);
}

.funnel .wrapper .left {
  background-color: var(--gray-50);
  padding: 2rem 8rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.funnel .wrapper .left h1 {
  color: white;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 1.75rem;
  font-weight: 800;
  margin-top: 4rem;
}

.funnel .wrapper .left p {
  color: white;
  line-height: 1.625;
}

.funnel .wrapper .left .bottom {
  max-width: 10rem;
  position: absolute;
  bottom: 5rem;
}

.funnel .wrapper .left .bottom h3 {
  color: white;
  font-size: 1.25rem;
  margin-bottom: .75rem;
  font-weight: 700;
}

.funnel .wrapper .left .bottom a {
  color: #030302;
  font-size: 1.25rem;
  font-weight: 600;
}

.funnel .wrapper .left .photo {
  position: absolute;
  right: -10rem;
  bottom: -12.5rem;
}

.funnel .wrapper .left .photo img {
  max-width: 470px;
}

.funnel .wrapper .right {
  background-color: var(--section-bg);
  padding: 2rem 8rem;
  position: relative;
}

.funnel .circle-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
}

#funnelForm .devices_row label.active {
  background-color: var(--purple-300) !important;
  color: #fff;
}

#funnelForm .devices_row label.active span {
  color: white !important;
}

#funnelForm .devices_row label.active svg path {
  fill: white !important;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: var(--purple-300);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: var(--purple-300);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: none;
  outline: none;
}



:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mini-icon {
  margin-right: .5rem;
}

.mini-icon img {
  width: 2rem;
}

.counter_msg {
  position: absolute;
  font-weight: 700;
  background-color: white;
  padding: 1rem 1rem 1rem .5rem;
  display: block;
  top: 2rem;
  color: var(--gray-850);
  right: 2rem;
  font-weight: 400;
  border-radius: 0.25rem;
  border: 1px solid #efefef;
}

.counter_msg .counter {
  border-radius: 0.25rem;
  background-color: var(--purple-200);
  display: inline;
  padding: .5rem;
  font-weight: 900;
  margin-right: .5rem;
  margin-left: .5rem;
}

input[type="radio"]:checked+label{ 
  background-color: var(--purple-300);
  color: white;
}

#funnelForm .form-control {
    background-color: var(--white);
}

#funnelForm .outro {
    font-size: 1.5rem;
    margin-right: 6em;
}

.funnel #funnelForm label.border.bg-white:not(#funnelUsage):hover {
    background-color: var(--purple-300);
}

#funnelForm .text-lg {
    font-size: 2.625rem;
    color: var(--gray-950);
    margin: 0 auto 2rem;
    line-height: 1.25;
}

#funnelForm .step1 .text-lg,
#funnelForm .step2 .text-lg {
  max-width: 34rem;
}

.my-3.text-center {
    color: var(--gray-500);
    padding: 2rem 0;
}

input[type="radio"]:checked+label svg path{ 
  fill: white;
}

input[type="radio"]:checked+label svg.stroke-svg path{
  stroke: white;
  fill: transparent;
}

input[type="radio"]:checked+label button { 
  background-color: white;
  color: var(--purple-300);
} 

.pager_step {
  background-color: var(--purple-100);
  border: .0625rem solid var(--purple-200);
  cursor: pointer;
  height: 1.5625rem;
  transition: all .4s cubic-bezier(.22,.61,.36,1);
  width: 1.5625rem;
  border-radius: 0.25rem;
}

.stepactive {
  background-color: var(--purple-300);
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.25rem;
}

.icon {
  display: inline-block;
  margin: 0 auto .5rem;
}

.icon svg {
  display: inline-block;
}

.icon img {
  display: inline-block;
  margin-bottom: .5rem;
}

.icon span.icon-checkmark {
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
}

.icon span.icon-checkmark.last-checkmark {
  bottom: .75rem;
}

.step1 .icon svg {
  max-width: 6rem;
}

div.grid > label {
    height: 10rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 11.25rem;
    border-radius: .5rem;
    border: 1px solid var(--gray-100);
}

label.bg-white.border:hover img,
label.bg-white.border:hover svg path {
  fill: #fff;
}

label.bg-white.border:hover svg.stroke-svg path {
  stroke: #fff;
  fill: transparent
}

.page-id-4778 .funnel .wrapper .left .bottom {
  position: static;
  margin-top: 3rem;
}
.page-id-4778 .funnel .wrapper .left h1{
  font-size: 2.25rem;
}

.step4 {
  padding: 0 5rem;
} 

#funnelUsage {
  margin: 0 auto;
  width: auto;
  height: auto;
  flex-direction: row;
  font-weight: 400;
  gap: 1rem;
}

#funnelUsage button {
    background-color: var(--purple-100);
    color: var(--black);
    font-weight: 500;
}

#funnelUsage button:hover {
    font-weight: 700;
    background-color: var(--purple-200);

}


.page-id-4778 .funnel input[name=total_usage],
.page-id-4467 .funnel input[name=total_usage],
.page-id-4234 .funnel input[name=total_usage] {
  visibility: hidden;
  vertical-align: baseline;
  display: none;
}

.page-id-4467 .funnel #funnelUsage input[name=total_correct_usage],
.page-id-4234 .funnel #funnelUsage input[name=total_correct_usage] {
  display: inline-block !important;
  visibility: visible;
}

.page-id-4778 .left ul h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.page-id-4778 .left ul li {
  padding: .5rem 0 .5rem 2.5rem;
  position: relative;
}

.page-id-4778 .funnel .wrapper .left .bottom {
  max-width: 14rem;
}

.page-id-4778 .funnel .wrapper .left .photo {
  right: -14rem;
}

.page-id-4778 .funnel .wrapper .left p {
  max-width: 18rem;
}

.page-id-4778 .left ul li:before {
  align-items: center;
  background-color: #fff;
  border-radius: .3125rem;
  color: var(--purple-300);
  content: counter(list-step);
  counter-increment: list-step +1;
  display: flex;
  font-size: 1.125rem;
  font-weight: 700;
  height: 1.75rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 12px;
  width: 1.75rem;
}


.funneloverlaySubmit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 88;
  background-color: var(--gray-950);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  color: var(--white);
  font-size: 2.625rem;
  line-height: 1.3;
}

.funneloverlaySubmit .img {
  margin-bottom: 4rem;
} 

.funneloverlaySubmit img {
  display: inline-block;
  max-width: 13.75rem;
}

@media screen and (min-width: 1025px) and (max-width: 1800px) {
  .funnel .circle-logo {
    opacity: .1;
  }
}

@media screen and (max-width: 1440px) {
  .funnel .wrapper .right {
    padding: 0 4rem;
  }

  .page-id-4778 .funnel .wrapper .left h1{
    font-size: 2rem;
  }
  
  .page-id-4778 .funnel .wrapper .right,
  .page-id-4467 .funnel .wrapper .right,
  .page-id-4234 .funnel .wrapper .right {
    padding: 12.5rem 8.5rem 5rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    div.grid > label {
        width: 11rem;
    }
}

@media screen and (max-width: 1024px) {
  .funnel .wrapper .right {
    padding: 0;
  }
  .funnel .wrapper {
    grid-template-columns: 34% minmax(0,1fr);
    height: 85vh;
    overflow: hidden;
  }
  #funnelForm .text-lg {
    font-size: 2rem;
  }
  .funnel .circle-logo svg {
    scale: .5;
  }
  div.grid > label {
    width: auto;
    height: 8.5rem;
    padding: 1.5rem 0;
  }
  .step3 div.grid > label {
    width: auto;
    height: 9.75rem;
  }
  .page-id-4778 .name.text-3xl.font-extrabold {
    font-size: 1.25rem;
    word-break: normal;
  }
  .page-id-4778 .text {
    
    word-break: normal;
  }
  .fieldsBlock {
    display: block !important;
  }
  
  .fieldsBlock .mb-2 {
    margin-bottom: .5rem;
  }

  .page-id-4778 .funnel .wrapper .left h1{
    font-size: 1.75rem;
  }

  .page-id-4778 .funnel .wrapper .right {
    padding: 8rem 4rem;
  }
  
  .funnel .wrapper .left {
    min-height: auto;
  }

  .step1 .icon svg {
    max-width: 4rem;
  }

  #funnelLabel5 .icon svg {
    max-width: 6rem !important;
  }

  
  .page-id-4778 .funnel .wrapper .right,
  .page-id-4467 .funnel .wrapper .right,
  .page-id-4234 .funnel .wrapper .right {
    padding: 8rem 0;
  }
}

@media (min-width: 768px) {
  .md\:py-7 {
      padding-top: 1.75rem !important;
      padding-bottom: 1.75rem !important;
  }
  


  .page-id-4778 .funnel .wrapper .left {
    padding-right: 5rem;
    padding-top: 7rem;
  }

  .step4 {
    padding: 0;
  }
  #funnelUsage {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .header__content .actions button, .header__content .actions a:nth-child(1) {
    display: none !important;
  }
  .funneloverlaySubmit {
    align-items: flex-start;
    padding: 4rem 0;
    font-size: 2rem;
  }
  .funneloverlaySubmit .img {
    margin-bottom: 2rem;
  }
  .funneloverlaySubmit img {
    max-width: 10rem;
  }
  .funnel .wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .funnel .wrapper .left {
    min-height: 10rem;
  }
  .page-id-4778 .funnel .wrapper .right {
    padding-bottom: 2rem;
  }
  .page-id-4778 .funnel .wrapper .left {
    padding: 4rem 5rem 12rem;
  }
  .page-id-4778 .funnel .wrapper .left h1 {
    margin-top: 0;
  }
  .fieldsBlock {
    display: grid !important;
  }
  .step1 .icon svg {
    max-width: 6rem;
  }

  #funnelLabel5 .icon svg {
    max-width: none !important;
  }

  div.grid > label {
    height: auto;
  }
  .funnel .circle-logo {
    left: 50%;
    top: 0;
  }
  .funnel .circle-logo svg {
    rotate: 90deg;
    scale: .35;
  }
  .page-id-4234 .funnel .wrapper .right,
  .funnel .wrapper .right {
    padding: 4rem;
  }
  #funnelUsage {
    padding: .25rem 1rem;
  }
  .my-3.text-center {
    padding: 1rem 0;
  }
  div.grid > label {
    width: 100%;
  }
  .step3 div.grid > label {
    width: auto;
    height: 10rem;
  }
}

@media screen and (max-width: 550px) {
  .funneloverlaySubmit {
    font-size: 1.25rem;
  }
  .funnel .wrapper .right {
    padding: 4rem 2rem 2rem;  
  }
  .page-id-4778 .name.text-3xl.font-extrabold {
    font-size: 1rem;
    line-height: normal;
  } 
  .page-id-4778 .text {
    font-size: .875rem;
  }
  .fieldsBlock {
    display: block !important;
  }
  .page-id-4778 .funnel .wrapper .product .picture {
    width: 100%;
  }
  .page-id-4778 .funnel .wrapper .left {
    padding: 4rem 2rem 4rem;
  }
  .icon span.icon-checkmark.last-checkmark {
    bottom: 1.25rem;
  }
  
  .icon span.icon-checkmark {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    transform: none;
    text-align: right;
  }

  #funnelUsage {
    max-width: none;
  }
  .step4 {
    padding: 0;
  } 

  .page-id-4778 .funnel .wrapper .right,
  .page-id-4467 .funnel .wrapper .right,
  .page-id-4234 .funnel .wrapper .right {
    padding: 4rem 2rem 2rem;
  }
  
  .page-id-4778 .funnel .wrapper .right {
    padding-bottom: 2rem;
  }
  .counter_msg {
    left: 3rem;
    right: 3rem;
    text-align: center;
    top: -5rem;
    background-color: transparent;
    border: none;
  }

  .funnel .wrapper .left h1 {
    margin-top: 0;
  }

  .counter_msg .counter {
    background-color: #1d1d1d;
    border-radius: 30px;
  }
  div.grid > label {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem 1.5rem 1rem .5rem;
    font-size: 1rem;
  }
  #funnelForm .outro {
    font-size: 1rem;
    margin-right: 0;
    margin-bottom: 0;
  }
  div.grid > label span.mt-2 {
    margin-top: 0;
    margin-left: 0;
  }
  
  .page-id-4778 #funnelForm .grid,
  .page-id-4467 #funnelForm .grid,
  .page-id-4234 #funnelForm .grid {
    display: grid;
  }

  .icon {
      width: 4rem;
      margin: 0;
      text-align: center;
  }
  .step1 .icon {
    width: 6rem;
  }
  #funnelForm .text-lg {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .step3 div.grid > label {
    height: auto;
  }

  .step1 .icon svg {
    max-width: 4rem;
    margin-top: .25rem;
}
.items.mb-8 .inline-block {
    display: block;
}
.items.mb-8 .inline-block .inline-block {
    display: inline-block;
}
.empty-space-item {
    display: none !important;
}
 form .mb-5 {
    margin-bottom: .5rem;
 }
 form .leading-6 {
    font-size: .875rem;
    line-height: 1;
 }

.step1 #funnelLabel5 .icon svg {
  max-width: 5rem !important;
}

.step1 .icon svg {
    max-width: 4rem;
    margin-top: .25rem;
}

  .icon svg {
    max-height: 2rem;
  }

  .icon svg {
      display: inline-block;
  }
}

@media screen and (max-width: 375px) {
    .funnel .wrapper .right {
        padding: 4rem 1.25rem 2rem;
    }
  .page-id-4778 .funnel .wrapper .product .picture-products {
    width: 60%;
    padding: 0.5rem;
  }
  
  .counter_msg {    
    top: -4rem;
  }
  .mobile-block {
    display: block !important;
    text-align: center;
  }
  .mobile-block .picture{
    margin: 0 auto 1rem;
  }
  .mobile-block .text {
    text-align: left;
  }

  .page-template-funnel-v3-php .counter_msg {
    top: -5rem;
  }

  .page-id-4467 .funnel .px-4
  .page-id-4234 .funnel .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .page-id-4467 .funnel .py-2,
  .page-id-4234 .funnel .py-2 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  
  label.border.font-medium.w-full {
    font-size: .875rem;
  }

  .step1 .icon {
      min-width: 90px;
  }

  .icon {
    line-height: 40px;
  }

  .step2 .icon {
    line-height: 32px;
  }
  
  .icon svg {
      display: inline-block;
  }

  .step3 .icon svg,
  .step2 .icon svg {
    margin-top: .5rem;
  }
}

@media screen and (max-width: 320px) {
  .counter_msg {
    left: 2rem;
    right: 2rem;
    top: -4rem;
  }
  .funneloverlaySubmit {
    font-size: 1rem;
  }
  .funneloverlaySubmit img {
    max-width: 8rem;
  }
}