.qkate {
  position: relative;
  width: 100%;
  height: 740px;
  color: #fff;
  background: #002840;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 1200px){
  .qkate {
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .qkate {
    height: auto;
  }  
}
.qkate .ctabtn {
  cursor: pointer;
  display: inline-block;
  height: 46px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #00b2db;
  border-radius: 50px;
  padding: 0 30px;
  transition: opacity 120ms ease-in-out, transform 120ms ease-in-out;
}
.qkate .ctabtn:hover {
  transform: scale(1.07);
}
.qkate__intro {
  /*display: none !important;*/

  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 50px;
  background: #002840;
}
@media (max-width: 480px) {
  .qkate__intro {
    padding: 25px;
  }
}
.qkate__intro__content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
  max-width: 780px;
  height: 100%;
}
.qkate__intro h1 {
  width: 100%;
  color: #ffd500;
  font-size: 90px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .qkate__intro h1 {
    font-size: 12vw;
  }
}
@media (max-width: 480px) {
  .qkate__intro h1 {
    font-size: 40px;
  }
}
.qkate__intro h2 {
  width: 100%;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 992px) {
  .qkate__intro h2 br {
    display: none;
  }
  .qkate__intro h2 br:before {
    content: " ";
  }
}
@media (max-width: 768px) {
  .qkate__intro h2 {
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  .qkate__intro h2 {
    font-size: 20px;
  }
}
.qkate__intro p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 50px;
}
@media (max-width: 768px) {
  .qkate__intro p {
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  .qkate__intro p {
    font-size: 14px;
  }
}
.qkate__qa {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.qkate__q {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 44%;
  height: 100%;
  padding: 70px 50px 70px 70px;
}
@media (max-width: 1200px){
  .qkate__q {
    padding: 50px 30px 50px 50px;
  }
}
@media (max-width: 768px) {
  .qkate__q {
    width: 100%;
    height: calc(33vw + 80px);
    padding: 25px;
  }  
}
.qkate__q__back,
.qkate__result__restart {
  cursor: pointer;
  font-size: 15px;
  transition: opacity 150ms ease-in-out;
}
@media (max-width: 768px) {
  .qkate__q__back {
    order: 1;
    margin-bottom: 10px;
  }  
}
.qkate__q__back:hover,
.qkate__result__restart:hover {
  opacity: .8;
}
.qkate__q__back svg,
.qkate__result__restart svg {
  margin-right: 5px;
  transition: transform 150ms ease-in-out;
}
.qkate__q__back:hover svg,
.qkate__result__restart:hover svg {
  transform: translateX(-5px);
}
.qkate__q__question {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
  color: #ffd500;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
  transition: transform 150ms ease-in-out;
  margin-top: 30px;
}
@media (max-width: 1200px){
  .qkate__q__question {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .qkate__q__question {
    order: 4;
    font-size: 36px;
  }  
}
@media (max-width: 576px) {
  .qkate__q__question {
    font-size: calc(7vw - 6px);
  }  
}
.qkate .qq,
.qkate .aa {
  pointer-events: none;
  opacity: 0;
  transform: translateX(-20px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
}
.qkate .aa {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 10px;
  transform: translateX(20px);
}
@media (max-width: 768px) {
  .qkate .aa {
    align-content: flex-start;
    height: auto !important;
  } 
}
.qkate .qq--active,
.qkate .aa--active {
  pointer-events: all;
  opacity: 1;
  transform: translate(0);
}
.qkate__q__pagi__num {
  width: 100%;
  color: #ffd500;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .qkate__q__pagi__num {
    order: 2;
    text-align: center;
  }  
}
.qkate__q__pagi__bar {
  width: 100%;
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .qkate__q__pagi__bar {
    order: 3;
    justify-content: center;
  }  
}
.qkate__q__pagi__bar span {
  display: block;
  width: 40px;
  height: 4px;
  background: #D9D9D9;
}
.qkate__q__pagi__bar span.active {
  background: #ffd500;
}
.qkate__a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 56%;
  height: 100%;
  color: #002840;
  background: #fff;
  border-radius: 50px;
  border: 2px solid #002840;
  padding: 40px;
}
@media (max-width: 1200px){
  .qkate__a {
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .qkate__a {
    width: 100%;
    height: auto;
    padding: 25px;
  }  
}
.qkate__a__all {
  position: relative;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  .qkate__a__all {
    flex: auto;
    height: 420px;
  }  
}
.qkate__a__all_input {
  position: relative;
  width: 100%;
}
.qkate__a__all_input input {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}
.qkate__a__all_input label {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 13px 45px 11px 20px;
  border-radius: 25px;
  border: 2px solid #002840;
  transition: background 150ms ease-in-out;
  margin: 0;
}
@media (max-width: 480px){
  .qkate__a__all_input label {
    font-size: 14px;
    text-align: center;
    padding: 12px 15px 10px;
  }
}
.qkate__a__all_input label:hover {
  background: #f2f2f2;
}
.qkate__a__all_input label:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #002840;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 480px){
  .qkate__a__all_input label:before,
  .qkate__a__all_input label:after {
    content: none !important;
  }
}
.qkate__a__all_input input:checked ~ label {
  background: #ffd500;
}
.qkate__a__all_input input ~ label:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 14px;
  transform: scale(0) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #002840;
  border-radius: 50%;
  transition: transform 150ms ease-in-out;
  transform-origin: 50% 0;
}
.qkate__a__all_input input:checked ~ label:after {
  transform: scale(1) translateY(-50%);
}
.qkate .brshow {
  transition: opacity 150ms ease-in-out;
}
.qkate .brshow.brhide {
  opacity: 0 !important;
  pointer-events: none !important;
}
.qkate__result {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #002840;
  padding: 70px;
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}
@media (max-width: 1200px){
  .qkate__result {
    padding: 50px;
  }
}
@media (max-width: 768px){
  .qkate__result {
    padding: 25px 30px;
  }
}
.qkate__result.hide {
  pointer-events: none;
  opacity: 0;
  transform: translateY(50%);
}
.qkate__result__content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.qkate__result__left {
  width: 55%;
}
@media (max-width: 768px) {
  .qkate__result__left {
    order: 2;
    width: 100%;
  }
}
.qkate__result__left h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
}
@media (max-width: 1200px){
  .qkate__result__left h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .qkate__result__left h1 {
    font-size: 26px;
    margin: 0 0 20px;
  }
}
.qkate__result__left p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 15px;
}
@media (max-width: 1200px){
  .qkate__result__left p {
    font-size: 18px;
    margin: 0 0 15px;
  }
}
@media (max-width: 768px) {
  .qkate__result__left p {
    font-size: 14px;
    margin: 0 0 10px;
  }
}
.qkate__result__right {
  width: calc(45% - 100px);
}
@media (max-width: 1200px){
  .qkate__result__right {
    width: calc(45% - 40px);
  }
}
@media (max-width: 768px) {
  .qkate__result__right {
    order: 1;
    width: 100%;
    margin: 15px 0 20px;
  }
}
.qkate__result__right img,
.qkate__result__right video {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qkate__result__right video {
    width: auto;
    max-width: 100%;
    max-height: 250px;
  }
}
.qkate__result__right video.hide {
  display: none;
}
.qkate .yellow {
  color: #ffd500;
}
.qkate__form {
  width: 100%;
}
.qkate__form input:not([type="submit"]) {
  width: 100%;
  height: 52px;
  line-height: 80px;
  color: rgba(255,255,255,.8);
  font-family: inherit;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.5);
  background: transparent !important;
}
.qkate__form input:not([type="submit"]):focus {
  outline: none;
  border: 1px solid #ffd500;
  background: transparent !important;
}
.qkate__form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.qkate__form form > div {
  width: 100%;
}
.qkate__form .hs_submit {
  order: 1;
}
.qkate__form .legal-consent-container {
  order: 2;
  opacity: .8;
  margin-top: 10px;
}
.qkate__form .legal-consent-container a {
  color: #ffd500;
}
.qkate__form .legal-consent-container a:hover {
  opacity: .8;
}
.qkate__form .legal-consent-container p {
  font-size: 11px;
}
.qkate__form input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  height: 46px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: inherit;
  background: #00b2db;
  border-radius: 50px;
  border: none;
  padding: 0 30px;
  transition: transform 120ms ease-in-out;
  margin-top: 10px;
}
.qkate__form input[type="submit"]:hover {
  transform: scale(1.08);
}
.qkate ul.hs-error-msgs {
  margin: 4px 0;
  padding: 0 0 0 20px;
}
.qkate ul.hs-error-msgs li {
  color: #f00;
  font-size: 14px;
}
.hs_email input {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.3) !important;
}
.hs_email input:hover {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.6) !important;
}
.hs_email input:focus {
  color: #fff !important;
  background: transparent !important;
  border: 1px solid #1ebee6 !important;
}
.qkate .hbspt-form:not(.br-unstyled) .hs-form .hs-form-field input.is-invalid,
.qkate .hubspot-form:not(.br-unstyled) .hs-form .hs-form-field input.is-invalid {
  background: transparent !important;
}
.qkate .hbspt-form:not(.br-unstyled) .hs-form .hs-form-field input.is-valid,
.qkate .hubspot-form:not(.br-unstyled) .hs-form .hs-form-field input.is-valid {
  background: transparent !important;
  border: 1px solid #1ebee6 !important;
}