.page-template-quiz {
  min-height: 100vh;
  background-color: #004278;
  background-image: linear-gradient(180deg, #00203b 0%, #004278 45%);
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  background-attachment: scroll;
}
.page-template-quiz .breadcrump {
  color: #FFF;
}
.page-template-quiz .quiz_answers .calculations,
.page-template-quiz .final_info {
  display: none;
}
.page-template-quiz .quiz_bg {
  position: absolute;
  top: -520px;
  right: 0%;
}
@media (max-width: 1300px) {
  .page-template-quiz .quiz_bg {
    max-width: 500px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top center;
       object-position: top center;
    right: 5%;
    top: -400px;
  }
}
@media (max-width: 1200px) {
  .page-template-quiz .quiz_bg {
    right: 2%;
  }
}
@media (max-width: 992px) {
  .page-template-quiz .quiz_bg {
    display: none;
  }
}
.page-template-quiz .breadcrump a span {
  color: #FFF;
}

@keyframes quiz-wave-ripple_1 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.55;
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0.2;
  }
}
@keyframes quiz-wave-ripple_2 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.55;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0.5;
  }
}
@keyframes quiz-wave-ripple_3 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.55;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }
}
.quiz_header {
  color: #FFF;
  padding: 80px 0px 60px;
}
.quiz_header .container {
  padding-inline: 2.5rem;
}
.quiz_header .line {
  width: 73px;
  height: 2px;
  background-color: #00a13a;
}

.quiz_section {
  padding-bottom: 50px;
}
@media (max-width: 1450px) {
  .quiz_section {
    padding: 10px 10px 50px 10px;
  }
}
.quiz_section .border_bg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1383px;
  display: block;
}
@media (max-width: 1400px) {
  .quiz_section .border_bg {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media (max-width: 992px) {
  .quiz_section .border_bg {
    display: none;
  }
}
.quiz_section .bg {
  background-color: #ecf0f3;
  padding: 37px 48px;
  max-width: 1383px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
@media (max-width: 992px) {
  .quiz_section .bg {
    padding: 20px 10px;
    border-radius: 13px;
  }
}
@media (max-width: 568px) {
  .quiz_section .bg {
    padding: 20px 0px;
  }
}

.navigation_steps.navigation_steps__hide {
  display: none;
}

.navigation_steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -55px;
}
@media (max-width: 992px) {
  .navigation_steps {
    margin-top: 0px;
  }
}
.navigation_steps .back_hide {
  display: none;
}
.navigation_steps .back {
  outline: none;
  border: none;
  padding: 0px 0px;
  background-color: transparent;
  margin-right: 30px;
}
.navigation_steps .back img {
  max-width: 13px;
  height: auto;
}
.navigation_steps .timeline {
  background-color: #ffffff;
  padding: 0px 20px;
  border-radius: 10px;
  width: 268px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  min-height: 54px;
}
.navigation_steps .timeline .line {
  width: 157px;
  height: 12px;
  background-color: #e7ecf0;
  border-radius: 5px;
  overflow: hidden;
}
.navigation_steps .timeline .line_percent {
  width: 0%;
  height: 12px;
  background-color: #00a13a;
  transition: width 1s ease;
}

.quiz_content .quiz_title.quiz_title__hide {
  display: none;
}
.quiz_content .quiz_title {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #004278;
}
.quiz_content .counter p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 300;
  color: #004278;
}
.quiz_content h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  font-family: "gotham-medium";
}

.quiz_answers .step {
  display: none;
}
.quiz_answers .step_active {
  display: block;
}
.quiz_answers .step:not(.step_1) .item.item_checked .icon {
  background-color: #00a13a;
}
.quiz_answers .step:not(.step_1) .item.item_checked .icon img {
  filter: brightness(0) invert(1);
}
.quiz_answers .step:not(.step_1) .item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 60px;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .quiz_answers .step:not(.step_1) .item {
    grid-template-columns: 150px 1fr;
    gap: 20px;
  }
}
@media (max-width: 1080px) {
  .quiz_answers .step:not(.step_1) .item {
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
}
@media (max-width: 568px) {
  .quiz_answers .step:not(.step_1) .item {
    grid-template-columns: 60px 1fr;
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .quiz_answers .step:not(.step_1) .item:hover .cta_wrapper .cta_static {
    width: 101px;
  }
  .quiz_answers .step:not(.step_1) .item:hover .cta_wrapper .cta_static .cta_text {
    text-indent: 0px;
  }
  .quiz_answers .step:not(.step_1) .item:hover .cta_wrapper .cta_static img {
    margin-left: 0px;
  }
}
.quiz_answers .step:not(.step_1) .item:hover .text {
  background-color: rgba(247, 249, 250, 0.5);
}
.quiz_answers .step:not(.step_1) .item:hover .text .wave_1 {
  animation: quiz-wave-ripple_1 2s ease-out forwards;
  animation-delay: 0s;
}
.quiz_answers .step:not(.step_1) .item:hover .text .wave_2 {
  animation: quiz-wave-ripple_2 2s ease-out forwards;
  animation-delay: 0.3s;
}
.quiz_answers .step:not(.step_1) .item:hover .text .wave_3 {
  animation: quiz-wave-ripple_3 2s ease-out forwards;
  animation-delay: 0.6s;
}
.quiz_answers .step:not(.step_1) .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFF;
  border: 15px solid #FFF;
  transition: all 0.3s ease;
}
@media (max-width: 568px) {
  .quiz_answers .step:not(.step_1) .icon {
    width: 60px;
    height: 60px;
  }
}
.quiz_answers .step:not(.step_1) .icon .wave_1,
.quiz_answers .step:not(.step_1) .icon .wave_2,
.quiz_answers .step:not(.step_1) .icon .wave_3 {
  display: none;
}
.quiz_answers .step:not(.step_1) .icon img {
  position: relative;
  z-index: 15;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100px;
  height: auto;
}
@media (max-width: 568px) {
  .quiz_answers .step:not(.step_1) .icon img {
    width: 50px;
    height: 50px;
  }
}
.quiz_answers .step:not(.step_1) .text {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  font-family: "Gotham", sans-serif;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(247, 249, 250);
  border-radius: 10px;
  padding: 30px 30px;
  overflow: hidden;
}
@media (max-width: 568px) {
  .quiz_answers .step:not(.step_1) .text {
    padding: 20px 10px;
  }
}
.quiz_answers .step:not(.step_1) .text .wave_1,
.quiz_answers .step:not(.step_1) .text .wave_2,
.quiz_answers .step:not(.step_1) .text .wave_3 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%) scale(0);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #FFF;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
}
.quiz_answers .step:not(.step_1) .title {
  position: relative;
  z-index: 25;
}
.quiz_answers .step:not(.step_1) .title h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "gotham-medium";
}
@media (max-width: 568px) {
  .quiz_answers .step:not(.step_1) .title h3 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.quiz_answers .step:not(.step_1) .cta_wrapper {
  position: relative;
  z-index: 25;
}
.quiz_answers .step:not(.step_1) .cta_wrapper .cta_static {
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
  background-color: #033e75;
  border-radius: 100vh;
  padding: 8px 14px;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease;
  gap: 15px;
}
.quiz_answers .step:not(.step_1) .cta_wrapper .cta_static .cta_text {
  text-indent: -1000px;
  transition: text-indent 0.3s ease;
}
.quiz_answers .step:not(.step_1) .cta_wrapper .cta_static img {
  max-width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: -15px;
}
.quiz_answers .step_1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .quiz_answers .step_1 .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.quiz_answers .step_1 .grid .item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 60px;
  align-items: center;
  background-color: rgb(247, 249, 250);
  border-radius: 10px;
  padding: 60px 100px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .quiz_answers .step_1 .grid .item {
    grid-template-columns: 150px 1fr;
    gap: 20px;
    padding: 50px 40px;
  }
}
@media (max-width: 1080px) {
  .quiz_answers .step_1 .grid .item {
    grid-template-columns: 100px 1fr;
    gap: 20px;
    padding: 30px 40px;
  }
}
@media (max-width: 568px) {
  .quiz_answers .step_1 .grid .item {
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 20px 20px;
  }
}
.quiz_answers .step_1 .grid .item:hover {
  background-color: rgba(247, 249, 250, 0.5);
}
@media screen and (min-width: 992px) {
  .quiz_answers .step_1 .grid .item:hover .cta_wrapper .cta_static {
    width: 101px;
  }
  .quiz_answers .step_1 .grid .item:hover .cta_wrapper .cta_static .cta_text {
    text-indent: 0px;
  }
  .quiz_answers .step_1 .grid .item:hover .cta_wrapper .cta_static img {
    margin-left: 0px;
  }
}
.quiz_answers .step_1 .grid .item:hover .icon .wave_1 {
  animation: quiz-wave-ripple_1 2s ease-out forwards;
  animation-delay: 0s;
}
.quiz_answers .step_1 .grid .item:hover .icon .wave_2 {
  animation: quiz-wave-ripple_2 2s ease-out forwards;
  animation-delay: 0.3s;
}
.quiz_answers .step_1 .grid .item:hover .icon .wave_3 {
  animation: quiz-wave-ripple_3 2s ease-out forwards;
  animation-delay: 0.6s;
}
.quiz_answers .step_1 .grid .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quiz_answers .step_1 .grid .icon .wave_1,
.quiz_answers .step_1 .grid .icon .wave_2,
.quiz_answers .step_1 .grid .icon .wave_3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #FFF;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03);
}
.quiz_answers .step_1 .grid .icon img {
  position: relative;
  z-index: 15;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100px;
  height: auto;
}
.quiz_answers .step_1 .grid .text {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 15;
}
.quiz_answers .step_1 .grid .text .wave_1,
.quiz_answers .step_1 .grid .text .wave_2,
.quiz_answers .step_1 .grid .text .wave_3 {
  display: none;
}
.quiz_answers .step_1 .grid .text h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "gotham-medium";
  line-height: 1.3;
}
@media (max-width: 568px) {
  .quiz_answers .step_1 .grid .text h3 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.quiz_answers .step_1 .grid .cta_wrapper {
  margin-top: 20px;
}
@media (max-width: 568px) {
  .quiz_answers .step_1 .grid .cta_wrapper {
    margin-top: 10px;
  }
}
.quiz_answers .step_1 .grid .cta_wrapper .cta_static {
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
  background-color: #033e75;
  border-radius: 100vh;
  padding: 8px 14px;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease;
  gap: 15px;
}
.quiz_answers .step_1 .grid .cta_wrapper .cta_static .cta_text {
  text-indent: -1000px;
  transition: text-indent 0.3s ease;
}
.quiz_answers .step_1 .grid .cta_wrapper .cta_static img {
  max-width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: -15px;
}

.step_final .single_quiz.single_quiz_active {
  display: block;
}
.step_final .single_quiz {
  display: none;
}
.step_final .step_final_information {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 15px;
}
.step_final .step_final_information-icon img {
  max-width: 44px;
  height: auto;
}
.step_final .step_final_information-text h3 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "gotham-regular";
}
.step_final .step_final_information-text span {
  font-weight: 700;
  font-family: "gotham-medium";
  display: block;
}
.step_final .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .step_final .grid {
    grid-template-columns: 300px 1fr;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .step_final .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.step_final .col_left {
  max-width: 558px;
}
@media (max-width: 900px) {
  .step_final .col_left {
    max-width: 100%;
  }
}
.step_final .col_left p {
  font-size: 16px;
  color: #033e75;
}
.step_final .col h4 {
  color: #004278;
  font-size: 18px;
  font-weight: 700;
  font-family: "gotham-medium";
  margin-bottom: 20px;
}
.step_final .bg {
  background-color: #00a13a;
  padding: 34px 31px;
  border-radius: 10px;
  color: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 161, 58, 0.8);
}
.step_final .bg h3 {
  font-size: 16px;
}
.step_final .bg .woman.active,
.step_final .bg .man.active,
.step_final .bg .global.active {
  display: block;
}
.step_final .bg .woman,
.step_final .bg .man,
.step_final .bg .global {
  display: none;
}
.step_final .bg ol {
  color: #FFF;
  list-style-type: none;
  padding-left: 0px;
  border-top: 1px solid #23ae55;
  margin-bottom: 30px;
}
.step_final .bg ol li {
  background-image: url("../../../images/quiz/ikona-25@2.png");
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 17px;
  margin-left: 0px;
  border-bottom: 1px solid #23ae55;
  padding: 0px 5px 0px 35px;
  font-size: 13px;
}
.step_final .bg ul {
  color: #FFF;
  list-style-type: none;
  padding-left: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #23ae55;
  margin-bottom: 30px;
}
.step_final .bg ul li {
  background-image: url("../../../images/quiz/ikona-26@2.png");
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 12px;
  border-bottom: 1px solid #23ae55;
  padding: 0px 5px 0px 35px;
  font-size: 13px;
}
.step_final .grid_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .step_final .grid_text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}
.step_final .grid_text h3 {
  font-size: 22px;
}
.step_final .cta {
  border-radius: 100vh;
  padding: 5px 14px;
  background-color: #FFF;
  color: #00a13a;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  width: 164px;
  text-align: center;
  font-weight: 700;
  font-family: "gotham-medium";
  border: none;
  cursor: pointer;
  line-height: 1.4;
}

.quiz_desc_down {
  margin-top: 20px;
}
.quiz_desc_down ul {
  list-style-type: disc;
  padding-left: 20px;
}
.quiz_desc_down p,
.quiz_desc_down li {
  font-size: 11px;
  color: #033e75;
  font-weight: 400;
  font-family: "gotham-book";
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 1.2;
}

.page-template-quiz.quiz_modal-open {
  overflow: hidden;
}

.quiz_modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.quiz_modal--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.quiz_modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 32, 59, 0.75);
  cursor: pointer;
}
.quiz_modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  background-color: #ecf0f3;
  border-radius: 13px;
  padding: 36px 40px 40px;
  box-shadow: 0 20px 50px rgba(0, 32, 59, 0.35);
  outline: none;
}
@media (max-width: 568px) {
  .quiz_modal__dialog {
    padding: 28px 20px 24px;
    border-radius: 10px;
  }
}
.quiz_modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  color: #004278;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.quiz_modal__close:hover {
  background-color: #033e75;
  color: #fff;
}
.quiz_modal__close span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
}
.quiz_modal__title {
  margin: 0 40px 24px 0;
  font-size: 22px;
  font-weight: 700;
  font-family: "gotham-medium";
  color: #004278;
  line-height: 1.3;
}
@media (max-width: 568px) {
  .quiz_modal__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.quiz_modal .quiz_final_name {
  display: none;
}
.quiz_modal__content .wpcf7 {
  margin: 0;
}
.quiz_modal__content .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.quiz_modal__content p {
  margin: 0;
}
.quiz_modal__content label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  font-family: "gotham-medium";
  color: #004278;
}
.quiz_modal__content input[type=text],
.quiz_modal__content input[type=email],
.quiz_modal__content input[type=tel],
.quiz_modal__content input[type=number],
.quiz_modal__content input[type=date],
.quiz_modal__content select,
.quiz_modal__content textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d5dde5;
  border-radius: 8px;
  background-color: #fff;
  color: #033e75;
  font-size: 14px;
  font-family: "gotham-book";
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.quiz_modal__content input[type=text]:focus,
.quiz_modal__content input[type=email]:focus,
.quiz_modal__content input[type=tel]:focus,
.quiz_modal__content input[type=number]:focus,
.quiz_modal__content input[type=date]:focus,
.quiz_modal__content select:focus,
.quiz_modal__content textarea:focus {
  outline: none;
  border-color: #00a13a;
  box-shadow: 0 0 0 3px rgba(0, 161, 58, 0.15);
}
.quiz_modal__content textarea {
  min-height: 110px;
  resize: vertical;
}
.quiz_modal__content .wpcf7-submit,
.quiz_modal__content input[type=submit] {
  display: inline-block;
  width: auto;
  min-width: 164px;
  margin-top: 8px;
  padding: 10px 24px;
  border: none;
  border-radius: 100vh;
  background-color: #00a13a;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: "gotham-medium";
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.quiz_modal__content .wpcf7-submit:hover,
.quiz_modal__content input[type=submit]:hover {
  background-color: #008c32;
}
.quiz_modal__content .wpcf7-spinner {
  margin-left: 10px;
}
.quiz_modal__content .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #c0392b;
  font-family: "gotham-book";
  margin-top: 0px;
  position: relative;
}
.quiz_modal__content .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-family: "gotham-book";
  border: none;
}
.quiz_modal__content .wpcf7-mail-sent-ok {
  background-color: rgba(0, 161, 58, 0.12);
  color: #006b28;
}
.quiz_modal__content .wpcf7-validation-errors,
.quiz_modal__content .wpcf7-acceptance-missing,
.quiz_modal__content .wpcf7-aborted,
.quiz_modal__content .wpcf7-spam-blocked {
  background-color: rgba(192, 57, 43, 0.1);
  color: #a93226;
}

#contact-widget .widget {
  display: block !important;
}

.widget_penta {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 69px;
  padding: 10px 5px;
  border-radius: 50px;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
@media (max-width: 992px) {
  .widget_penta {
    top: initial;
    transform: initial;
    bottom: 10px;
    right: 10px;
  }
}
.widget_penta p {
  font-size: 10px;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #033768;
  font-weight: 700;
  font-family: "Gotham", sans-serif;
}
.widget_penta p.no_margin {
  margin-top: 10px;
}
.widget_penta .quiz_link {
  background-color: #ebf0f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
}
.widget_penta .quiz_link img {
  max-width: 40px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.widget_penta #contact-widget.open .widget {
  display: block !important;
}
.widget_penta #contact-widget {
  position: relative;
  top: initial !important;
  right: initial;
}
.widget_penta #contact-widget .contact-widget {
  position: absolute;
  right: calc(100% + 30px);
}
@media (max-width: 992px) {
  .widget_penta #contact-widget .contact-widget {
    bottom: 0px;
  }
}
.widget_penta #contact-widget .widget {
  width: 49px;
  height: 49px;
  right: 0px !important;
  cursor: pointer;
}
.widget_penta #contact-widget .widget span {
  width: 49px;
  height: 49px;
  margin-top: 0px;
  left: 0px;
  top: 0px;
  background-image: url(../../../images/widget-2@2.png);
  background-repeat: no-repeat;
  background-size: 40px;
}
.widget_penta #daktela-web .dw-button:focus,
.widget_penta #daktela-web .dw-button:hover {
  box-shadow: none !important;
}
.widget_penta #daktela-web [class*=dw-icon-] {
  clip-path: none !important;
}
.widget_penta #daktela-web .dw-button {
  position: relative;
  top: initial !important;
  right: initial;
  bottom: 0px;
}
.widget_penta #daktela-web .dw-button .dw-icon-comment {
  background-image: url(../../../images/widget-3@2.png);
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: 40px;
}
.widget_penta #daktela-web .dw-button:focus [class*=dw-icon-], .widget_penta #daktela-web .dw-button:hover [class*=dw-icon-] {
  zoom: 1 !important;
  margin-top: 0px !important;
}/*# sourceMappingURL=quiz.css.map */