.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.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;
}

body {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-radio-text-image {
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .85rem;
}

.form-radio {
  grid-column-gap: 9px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 0 1.4375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form_card-content-questions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  margin-bottom: 2rem;
  display: flex;
}

.form_card-content-questions.is-max {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 34rem;
}

.form_card-content-questions.is-input {
  flex-flow: column;
  max-width: 34rem;
}

.form_card-content-questions.is-image {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

.form_card-content-questions.is-text {
  margin-bottom: 1rem;
}

.footer_logo {
  width: 3.3rem;
}

.form_card-content {
  border-bottom: 1px solid #dbdbdb;
  padding: 2rem 2rem 1rem;
}

.form_card-content.is-right {
  border-bottom-style: none;
  border-right-style: none;
  padding-top: 3rem;
}

.footer_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form_grid-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_component {
  margin-bottom: 0;
}

.logo {
  width: 3.6rem;
  margin-bottom: 1rem;
}

.section_quiz {
  background-image: url('../images/bo2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.text-align-center {
  text-align: center;
}

.form-radio-image {
  grid-column-gap: 9px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 12rem;
  height: 12rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form_card-content-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-radio-butn-2 {
  cursor: pointer;
  border: 1px solid #dbdbdb;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.f-radio-butn-2:hover {
  border-width: 2px;
}

.f-radio-butn-2.w--redirected-checked {
  border-width: 2px;
  border-color: #0065ff;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-radio-butn-image {
  cursor: pointer;
  border: 1px solid #dbdbdb;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.f-radio-butn-image:hover {
  border-width: 2px;
}

.f-radio-butn-image.w--redirected-checked {
  border-width: 2px;
  border-color: #0065ff;
}

.f-radio-butn-image.is-1 {
  background-image: url('../images/23442_123442.avif');
  background-position: 0 0;
  background-size: cover;
}

.f-radio-butn-image.is-3 {
  background-image: url('../images/1675015090_11675015090.avif');
  background-position: 0 0;
  background-size: cover;
}

.f-radio-butn-image.is-2 {
  background-image: url('../images/1675015089_11675015089.avif');
  background-position: 0 0;
  background-size: cover;
}

.f-radio-butn-image.is-4 {
  background-image: url('../images/1675015091_11675015091.avif');
  background-position: 0 0;
  background-size: cover;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-global.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.form-radio-image-container {
  width: 12rem;
}

.quiz_hero {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.footer_link {
  color: #fff;
}

.footer_organization {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form_field-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer_component {
  color: #fff;
  background-color: #000;
  font-size: .75rem;
}

.text-weight-bold {
  font-weight: 700;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-large {
  font-size: 1.5rem;
}

.form_input {
  background-color: #0000;
  border: 1px solid #dbdbdb;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder {
  color: #222;
}

.form_card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f6f8fa;
  border: 1px solid #dbdbdb;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.form_card.is-image {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium {
  font-size: 1.25rem;
}

.form-radio-label-image {
  z-index: 2;
  pointer-events: none;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spacer-large {
  padding-top: 3rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: #f6f8fa;
  border: 1px solid #dbdbdb;
  border-radius: 1.5rem;
}

.form-radio-label {
  z-index: 2;
  pointer-events: none;
  margin-bottom: 0;
  position: relative;
}

.error-message {
  text-align: center;
  background-color: #f6f8fa;
  border: 1px solid #dbdbdb;
  border-radius: .5rem;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0065ff;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button:hover {
  background-color: #0a52eb;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #0a52eb;
  border-color: #0a52eb;
}

.button.is-secondary.is-small {
  border: 1px solid #dbdbdb;
}

.button.is-secondary.is-small:hover {
  color: #000;
  background-color: #f6f8fa;
  border-style: solid;
  border-width: 1px;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.plyr_embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.section_hero {
  background-image: url('../images/bo2.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
}

.h1-thenks {
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.2;
}

.plyr_component {
  position: relative;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #ffd954;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.text-weight-semibold {
  font-weight: 600;
}

.plyr_pause-trigger {
  display: none;
}

.plyr_cover-icon {
  width: 40%;
  height: 40%;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h1-quiz {
  text-align: center;
}

.form_card-content-text {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form_card-content {
    padding: 1rem 1rem .5rem;
  }

  .form_card-content.is-right {
    padding-top: 2rem;
  }

  .h2-quiz {
    font-size: 1.3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .form_card.is-image {
    padding: .5rem 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .section_hero {
    padding-top: 1rem;
  }

  .h1-thenks {
    font-size: 1.5rem;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .h1-quiz {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 479px) {
  .form-radio-text-image {
    font-size: .8rem;
    line-height: 1.3;
  }

  .form_card-content-questions.is-image {
    grid-column-gap: 1rem;
  }

  .form_card-content.is-right {
    padding-left: .25rem;
    padding-right: .125rem;
  }

  .h2-quiz {
    font-size: 1.12rem;
  }

  .footer_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .logo {
    width: 3rem;
  }

  .section_quiz {
    padding-top: 0;
  }

  .form-radio-image {
    width: 100%;
    height: 6rem;
  }

  .form_card-content-footer.is-none {
    justify-content: flex-end;
  }

  .form_card-content-number.is-none {
    display: none;
  }

  .form-radio-image-container {
    width: 45%;
  }

  .quiz_hero {
    margin-bottom: 2rem;
  }

  .text-size-large.text-align-center.is-text-small {
    font-size: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-small {
    font-size: .8rem;
  }

  .section_hero {
    padding-top: 0;
  }

  .h1-thenks {
    font-size: 1.2rem;
  }

  .plyr_cover-button {
    font-size: .7em;
  }

  .plyr_pause-trigger {
    border-radius: 4.44vw;
  }

  .h1-quiz {
    font-size: 2rem;
  }
}

#w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cbe-e2e26f87, #w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cbf-e2e26f87, #w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cc2-e2e26f87, #w-node-ebaa51f3-3e9e-f2dd-df98-ebce8bb72ed2-c2afb3b1, #w-node-ebaa51f3-3e9e-f2dd-df98-ebce8bb72ed3-c2afb3b1, #w-node-ebaa51f3-3e9e-f2dd-df98-ebce8bb72ed6-c2afb3b1, #w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cbe-b2bf6a74, #w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cbf-b2bf6a74, #w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cc2-b2bf6a74, #w-node-ebaa51f3-3e9e-f2dd-df98-ebce8bb72ed2-f8995bf3, #w-node-ebaa51f3-3e9e-f2dd-df98-ebce8bb72ed3-f8995bf3, #w-node-ebaa51f3-3e9e-f2dd-df98-ebce8bb72ed6-f8995bf3, #w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cbe-42e826e4, #w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cbf-42e826e4, #w-node-_847b85f7-f54d-c30f-7d1b-9fed99596cc2-42e826e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


