@font-face {
  font-family: "Tungsten-Black";
  src: local("Tungsten-Black"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-black.eot") format("eot"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-black.otf") format("otf"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-black.woff") format("woff"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-black.ttf") format("truetype");
}
@font-face {
  font-family: "Tungsten-Bold";
  src: local("Tungsten-Bold"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-bold.eot") format("eot"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-bold.otf") format("otf"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-bold.woff") format("woff"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Tungsten-Medium";
  src: local("Tungsten-Medium"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-medium.eot") format("eot"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-medium.otf") format("otf"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Tungsten-Semibold";
  src: local("Tungsten-Semibold"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-semibold.eot") format("eot"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-semibold.otf") format("otf"),
    url("/content/dam/infosys-web/en/newdigitalradar/fonts/tungsten/tungsten-semibold.ttf") format("truetype");
}
/* Fonts MyriadPro*/
@font-face {
  font-family: "MyriadPro-Bold";
  src: url("/content/dam/infosys-web/en/newdigitalradar/fonts/myriadpro/myriadpro-bold.otf");
}

@font-face {
  font-family: "MyriadPro-Semibold";
  src: url("/content/dam/infosys-web/en/newdigitalradar/fonts/myriadpro/myriadpro-semibold.otf");
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url("/content/dam/infosys-web/en/newdigitalradar/fonts/myriadpro/myriadpro-regular.otf");
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html,
body {
  font-family: "MyriadPro-Regular";
  font-stretch: normal;
  font-style: normal;
  color: #0c1f32;
  cursor: default;
  width: 100vw;
  min-height: 100vh;
  background: #01355f;
  overflow-x: hidden;
  overflow-y: hidden;
}
.font_bold_MyriadPro {
  font-family: "MyriadPro-Bold";
  font-stretch: normal;
  font-style: normal;
}
.font_semibold_MyriadPro {
  font-family: "MyriadPro-Semibold";
  font-stretch: normal;
  font-style: normal;
}
.font_regular_MyriadPro {
  font-family: "MyriadPro-Regular";
  font-stretch: normal;
  font-style: normal;
}
.font_black_tungsten {
  font-family: "Tungsten-Black";
  font-style: normal;
  font-weight: normal;
}
.font_bold_tungsten {
  font-family: "Tungsten-Bold";
  font-style: normal;
  font-weight: normal;
}
.font_semibold_tungsten {
  font-family: "Tungsten-Semibold";
  font-style: normal;
  font-weight: normal;
}
.font_medium_tungsten {
  font-family: "Tungsten-Medium";
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0px;
  padding: 0px;
}
a,
a:hover,
a:focus {
  text-decoration: none !important;
  color: #fff;
}
a:hover,
a:focus {
  color: #fff;
}
video {
  width: 100%;
  height: 100%;
}
.header_custom {
  z-index: 99999;
  padding: 32px 48px 70px;
  width: 100%;
  height: 74px;
}
.header_custom .fixed-top {
  padding: 32px 48px 0px;
}
.header_container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("../media/menu.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.navbar-toggler {
  display: block;
  z-index: 99;
  outline: none !important;
  box-shadow: none !important;
}
.video_screen_div {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  padding: 0px;
}

#background_animation {
}
.video_screen_div.video_zoom {
}
.opaque_qa_div {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.3;
}
.main_content_div {
  position: absolute;
  padding: 0px 0px;
  height: calc(100vh - 0px);
}
.qa_div {
  display: flex;
  flex-direction: column;
  transition: transform 1s, filter 0.01s ease-in-out;
  filter: opacity(1);
  z-index: 9;
}
.qa_div.dark_effect {
  filter: opacity(0);
}
.qa_title_number {
}
.qa_title {
}
.left_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42%;
  height: 100%;
  z-index: 99;
  padding: 50px 0px 0px 60px;
}

.left_content_text {
}
.title_main {
  font-size: 80px;
  line-height: 0.9;
  color: #fff;
}
.title_sub {
  font-size: 80px;
  line-height: 0.9;
  color: #fff;
  padding-bottom: 32px;
}
.title_intro {
  font-size: 22px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 1);
  width: 90%;
}
.stat_div {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 32px 0 48px 0;
}
.stat_item_div {
}
.stat_item_value {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  padding: 0 0 6px;
}
.stat_item_title {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
}
.title_button {
  position: relative;
  display: inline-block;
  margin: 0px 0 0px;
}
.stat_item_middle {
  margin: 0 48px;
}
.future,
.email_report_btn,
.compare_others_btn,
.send_email_report_btn,
.send_email_report_btn.disabled,
.close_email_report,
.download_report_btn,
.email_personalization_report_btn {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background: #963596;
  padding: 16px 24px;
  text-decoration: none;
  transition: 0.5s ease;
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
  cursor: pointer;
}
.email_report_btn,
.download_report_btn,
.close_email_report {
  background: #0071c3;
}
.send_email_report_btn.disabled {
  box-shadow: none;
  border: 0px;
  pointer-events: none;
  background: rgb(128 128 128);
}
.future:hover,
.future:focus,
.email_report_btn:hover,
.email_report_btn:focus,
.compare_others_btn:hover,
.compare_others_btn:focus,
.send_email_report_btn:hover,
.send_email_report_btn:focus,
.send_email_report_btn.disabled:hover,
.send_email_report_btn.disabled:focus,
.close_email_report:hover:focus,
.close_email_report:focus,
.download_report_btn:hover,
.download_report_btn:focus,
.email_personalization_report_btn:hover,
.email_personalization_report_btn:focus {
  color: #fff;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}
.screen_image_div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.screen_image_div.active_image {
}
.screen_image {
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  transform-origin: 50% 50%;
  transform: scale(5);
  transition: transform 1s, filter 0.5s ease-out;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.screen_image.faded {
  transform: scale(1);
}
.screen_image_focus_circle {
  position: absolute;
  background: #a9aaab;
  border-radius: 50%;
  height: 300px;
  width: 300px;
  top: 50%;
  left: 50%;
  margin: -150px 0px 0px -150px;
}
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
  animation: rippleDrop 0.6s linear;
}
.question_dot_circle {
}
.question_section_title_div {
  position: absolute;
  top: 0px;
  left: 35%;
  right: 0;
  height: calc(100vh - 0px);
  width: calc(100% - 35%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  padding: 100px 80px 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.question_section_title_div > * {
  flex: 1;
}
.question_section_title {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  margin: 0px;
}
.question_section_title_para {
  font-size: 18px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7);
  padding: 8px 0 0 0;
  margin-bottom: 80px;
}
.scene_item {
  position: absolute;
  display: block;
  top: 200px;
  left: 48px;
  min-width: 200px;
  min-height: 36px;
  z-index: 999;
  cursor: pointer;
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1),
    0.8s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.scene_item:before {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  opacity: 0;
  content: "";
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1);
}
.scene_item.faded {
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}
.scene_item_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  border: 1px dashed #fff;
  border-radius: 50%;
}
.scene_item_icon_2 {
  opacity: 0;
  top: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
    0.8s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.scene_item_icon_name {
  position: relative;
  min-width: 200px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  padding: 0 0 0 40px;
}
.display_left {
  top: 93.4vh;
  left: 9.4vw;
}
.display_center {
  top: 48.4vh;
  left: 17.3vw;
}
.display_right {
  top: 2.8vh;
  left: 32.6vw;
}
.scene_item:hover .scene_item_icon_1,
.scene_item:focus .scene_item_icon_1 {
  opacity: 0;
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1);
}
.scene_item:hover .scene_item_icon_2,
.scene_item:focus .scene_item_icon_2 {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1),
    0.8s transform cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#qa_screen {
}
.cover-que-range {
  position: relative;
}
.question_number {
  position: relative;
  font-size: 16px;
  color: #fff;
  width: max-content;
  padding: 8px 12px;
  margin: 0px 6px 16px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: skewX(-16deg);
  -moz-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
}
.question_progress_div {
  margin-bottom: 80px;
}
.question_progress_title {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  padding-bottom: 34px;
}
.progress_neutral {
  padding: 0px 20px;
}
.input_slider_container {
}
.range_slider_bar {
  position: relative;
  margin: 0px 0px;
}
.input-slider {
}
.range-slider-value {
}
.option_names {
}
.progreess_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0px;
}
.progreess_flex li:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 98%;
  height: 12px;
  margin-left: 2px;
  background: rgba(95, 107, 121, 0.5);
  z-index: -1;
  transform: skewX(-16deg);
}
.neutral_text {
  position: relative;
  width: 100%;
  padding: 0px 0px 0px;
  width: 100%;
  cursor: pointer;
}
.neutral_text:first-child {
  text-align: left;
}
.neutral_text:last-child .visible_first_last_option {
  text-align: right;
}
.qa_flow_0 .neutral_text:last-child {
  text-align: left;
}
.range_btn {
  display: inline-block;
  padding: 12px 12px;
  border-radius: 10px;
  border: solid 1px #ffffff;
  background-color: #e0e7eb;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  color: rgba(6, 23, 56, 0.5);
}

.fixed_bottom_btns {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  z-index: 99;
}
.previous_screen,
.next_screen {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  width: 56px;
  height: 56px;
}
.previous_screen {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(26px);
}
.next_screen,
.next_screen:hover,
.next_screen:focus {
  background-color: #fff;
}
.previous_screen:hover,
.previous_screen:focus {
  background-color: #fff;
}
.back_next_btn {
  width: 48px;
  height: 48px;
}
.future_div {
  position: relative;
  max-width: fit-content;
  margin: 0px 12px;
}
#future_div_1 {
}
.question_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0px 0px 200px 0px;
  z-index: 99;
  margin: 0 0 48px;
  filter: opacity(1);
  transition: transform 1s, filter 1s ease-in-out;
  height: calc(100vh - 240px);
  overflow-y: auto;
  overflow-x: hidden;
}
.question_content.faded {
  filter: opacity(1);
}
.question_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px #0c1f32;
  background-color: #0c1f32;
}
.question_content::-webkit-scrollbar {
  width: 0px;
  background-color: #0c1f32;
}
.question_content::-webkit-scrollbar-thumb {
  background-color: #1271f2;
}
.qa_flow_2 .neutral_text {
}
.score_action_btn_div {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  z-index: 99;
}

.flow_score_div {
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0;
  width: 50%;
  max-width: 50%;
  height: 100%;
  z-index: 99;
  padding: 80px 48px 0px;
  margin: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgb(4, 29, 48, 0.7);
  backdrop-filter: blur(26px);
}
.flow_score_result {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.flow_score_para,
.white_score_text,
.blue_score_text {
  font-size: 40px;
  line-height: 1;
}
.flow_score_para {
  color: #688da7;
}
.white_score_text {
  color: #fff;
}
.blue_score_text {
  color: #33a3f4;
}
.flow_desc_para {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  margin-top: 40px;
}
.flow_summary_text .inner_text {
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  margin-top: 24px;
}
.all_images_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: transform 1s, filter 0.01s ease-in-out;
  filter: opacity(1);
}
.all_images_div.dark_effect {
  filter: opacity(0);
}
.all_images_div_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100vh;
  overflow: hidden;
  transition: transform 1s, filter 0.01s ease-in-out;
  filter: opacity(1);
}
.all_images_div_circle.dark_effect {
  filter: opacity(0);
}
.flows_bg_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.1s, filter 0.01s ease-in-out;
  filter: opacity(0) blur(26px);
}
.flows_bg_image.show_image {
  filter: opacity(1) blur(26px);
}
.flows_circle_image {
  position: absolute;
  top: 50%;
  left: 48px;
  transform: translateY(-50%);
  width: calc(100% - 100px);
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.1s, filter 0.01s ease-in-out;
  filter: opacity(0);
}
.flows_circle_image.show_image {
  filter: opacity(1);
}
.main_building {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  filter: opacity(1);
}
.summary_recommendation_div,
.country_comparison_div {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100vh;
  width: 70%;
  z-index: 99;
  gap: 48px;
  padding: 80px 48px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(26px);
  overflow-y: scroll;
  height: 100vh;
}
.country_comparison_div {
  width: 80%;
}
.report_email_div {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}
.or_text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}
.action_btns_div {
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: flex-end;
  margin-bottom: 48px;
}
@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.all_flows_summary {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 0 0px;
  backdrop-filter: blur(26px);
}
.vertical_text_div {
  min-height: 200px;
  position: relative;
  display: inline-block;
  width: 34px;
}
.vertical_text {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0px;
  white-space: nowrap;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.vertical_arrow_img {
  float: right;
}
.all_flows_summary > * {
  flex: 1;
}

.summary_row {
  margin-top: 48px;
  width: 720px;
  height: 720px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.column {
}
.border_div {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.summary_text_para {
  font-size: 14px;
  color: #fff;
}
.flow_summary_text {
  font-size: 18px;
  color: #fff;
  padding: 0 32px 0px 0px;
}
.top_text_column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.left_text_column {
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: flex-end;
}
.full_width_column {
  grid-column: span 4;
  text-align: end;
}
.flow_step_main {
}
.small_step.completed_outer_circle::before {
  background-color: #00b28f;
  border: 1px solid #00b28f;
}
.flow_step_counter.active_flow::before {
  border: 1px solid #00b28f;
  padding: 2px;
}
.flow_step_counter.active_flow::after,
.flow_step_counter.completed_flow::after,
.flow_step_counter.completed_flow::before,
.small_step.completed_outer_circle::after {
  background-color: #00b28f;
}
.multi_steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  margin: 0px 0px 32px;
}
.multi_steps > li {
  text-align: center;
  display: table-cell;
  position: relative;
  color: #fff;
  font-family: "MyriadPro-Regular";
  font-stretch: normal;
  font-style: normal;
  font-size: 18px;
}
.multi_steps > li:before {
  content: "";
  display: block;
  margin: 0 0 0px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #c5dfed;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.flow_step_counter::before {
  width: 40px;
  height: 40px;
}
.multi_steps .flow_0::before {
  content: "1";
}
.multi_steps .flow_0.completed_flow::before,
.multi_steps .flow_1.completed_flow::before,
.multi_steps .flow_2.completed_flow::before {
  content: "\2713";
}
.multi_steps .flow_1::before {
  content: "2";
}
.multi_steps .flow_2::before {
  content: "3";
}
.multi_steps .finish_line::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 2px;
  background: rgba(255, 255, 255, 0.1) url(/content/dam/infosys-web/en/newdigitalradar/media/finsih.svg) center center
    no-repeat;
  background-size: 40px 16px;
}
.multi_steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: -1;
}
.multi_steps .small_step::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 auto 3px;
}
.small_step.active_outer_circle::before {
  width: 16px;
  height: 16px;
  background-color: #f16c51;
  border: 1px solid #f16c51;
  margin: 0 auto 0px;
}
.multi_steps .finish_line::after,
.multi_steps .finish_line::before {
}
.multi_steps .finish_line::after {
  display: none;
}

.final_summary_div {
  display: flex;
  align-items: center;
}
.line_span_bar {
}
.result_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.recommendation_div {
  z-index: 99;
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 32px 0px 0px;
  margin: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.recommendation_text {
  font-size: 28px;
  line-height: 1;
  color: #fff;
}
.recommendation_result_div {
}
.recommendation {
  font-size: 20px;
  line-height: 1.4;
  color: #a3b5c2;
}

.recommendations_list {
  padding: 40px 0 0;
  margin: 0 0 0px;
}
.recommendation_list_item {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 18px;
  line-height: 1.2;
  color: #a3b5c2;
  padding-bottom: 32px;
}
.recommendation_icon {
  width: 64px;
  height: 64px;
}
.recommendation_description {
}
.recommendation_title {
  color: #fff;
}

.user_email_field {
  padding: 15px;
  background: rgba(0, 113, 195, 0.2);
  border: 0px solid #0071c3;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}
.user_email_field:focus,
.user_email_field:active {
  border: 2px solid #0071c3;
}
.user_email_field:focus-visible {
  outline: 1px solid #0071c3;
}
.email_holder_div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.email_holder_div label {
  margin-bottom: 12px;
  font-size: 20px;
  color: #fff;
}
.consent_agree_div {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
  width: 100%;
}
.agree_consent_label {
  color: rgba(255, 255, 255, 0.7);
  margin-left: 16px;
}
.agree_consent_checkbox {
  width: 48px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.report_email_div .container_div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.email_error {
  font-size: 16px;
  line-height: 1.2;
  color: #ff6d6d;
  margin: 8px 0;
}
.compare_text {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 32px;
}
.choose_text {
  font-size: 22px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  padding: 48px 0 24px;
}
.option_chose_div {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 2px 2px;
  justify-content: center;
  margin-bottom: 48px;
}
.each_industry_element,
.each_region_element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px;
  cursor: pointer;
  background: transparent;
}
.each_industry_element:hover,
.each_region_element:hover,
.each_industry_element:focus,
.each_region_element:focus,
.selected_industry_region {
  background: rgb(160 215 255 / 10%);
}
.industry_type_name,
.region_type_name {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.comparison_results_div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 16px 4px;
  margin-bottom: 48px;
}
.each_comparison_div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(0, 0, 0, 0.2);
  padding: 16px 8px;
  justify-content: space-between;
}
.comparison_white_text {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.comparison_score_title {
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  padding: 8px 16px;
  min-height: 68px;
}
.tab_div {
  display: flex;
  gap: 64px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.option_tab {
  font-family: "MyriadPro-Semibold";
  font-stretch: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  padding: 0px 0 12px;
  cursor: pointer;
}
.option_tab:hover,
.option_tab:focus {
  color: rgba(255, 255, 255, 1);
}
.option_tab.selected {
  color: rgba(255, 255, 255, 1);
  border-bottom: 4px solid #007cc3;
}

.my_result_div,
.compare_result_div {
  background: rgb(0 178 143 / 15%);
  padding: 6px 16px;
}
.compare_result_div {
  background: rgb(223 153 38 / 15%);
  margin-top: 12px;
}
.my_result_div.progress_div,
.compare_result_div.progress_div {
  padding: 0px 0px;
}
.progress_div .comparison_white_text {
  height: 32px;
  line-height: 32px;
  padding: 2px 16px;
  width: 0%;
  overflow: hidden;
  text-align: right;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.reset_value span {
  line-height: 26px;
}
.report_email_div .action_btns_div {
  margin-top: 48px;
  width: 100%;
}
.hamburger_menu_divs {
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
  margin: 0px 0px 0px 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.hamburger_menu_divs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform-origin: center 70%;
  -ms-transform-origin: center 70%;
  transform-origin: center 70%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.hamburger_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 24px;
  height: 16px;
}
.hamburger_menu .top_line,
.hamburger_menu .middle_line,
.hamburger_menu .bottom_line {
  align-self: flex-start;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background-color: #fff;
}
.sidebar {
  box-shadow: none;
  background-color: #01355f;
  cursor: pointer;
  height: 100vh;
  right: -320px;
  padding: 40px 0px;
  position: fixed;
  top: 0;
  width: 320px;
  z-index: 9;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  overflow: -moz-scrollbars-none;
  overflow: scroll;
  -ms-overflow-style: none;
}
.sidebar.expanded:after {
  content: "";
  width: calc(100% - 320px);
}
.sidebar::-webkit-scrollbar {
  width: 0 !important;
}
.sidebar.expanded:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.sidebar.expanded {
  right: 0;
  -webkit-box-shadow: 0 30px 50px 0 rgba(1, 53, 95, 0.41);
  box-shadow: 0 30px 50px 0 rgba(1, 53, 95, 0.41);
}

.sidebar ul {
  position: relative;
  top: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar ul.sidebar_menu_ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  width: 100%;
  height: auto;
}

.sidebar ul.sidebar_menu_ul li a {
  padding: 28px 40px;
  display: block;
}

.sidebar ul.sidebar_menu_ul li:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  background: #b2babf;
  height: 1px;
  opacity: 0;
  -webkit-transition-property: left, right, opacity;
  -o-transition-property: left, right, opacity;
  transition-property: left, right, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  bottom: 0px;
}

.sidebar ul.sidebar_menu_ul li:hover {
  border-bottom: 1px solid transparent;
}

.sidebar ul.sidebar_menu_ul li:hover:after {
  left: 0;
  right: 0;
  background-color: #fff;
  height: 1px;
  opacity: 1;
  -webkit-box-shadow: 0 30px 50px 0 rgba(130, 155, 169, 0.41);
  box-shadow: 0 30px 50px 0 rgba(130, 155, 169, 0.41);
  -webkit-transition-property: left, right, opacity;
  -o-transition-property: left, right, opacity;
  transition-property: left, right, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  bottom: 0px;
}

.sidebar ul.sidebar_menu_ul li span {
  font-family: myriad-pro, Arial;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  padding-left: 20px;
}

.sidebar ul.sidebar_menu_ul li:hover svg path,
.sidebar ul.sidebar_menu_ul li:hover svg g {
  stroke: #fff;
}

.sidebarMenu-legal-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 80px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-width: 400px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0px 50px;
}

.sidebarMenu-links-social {
  margin-left: -10px;
}

.sidebarMenu-links-social a {
  padding-left: 10px;
  padding-right: 10px;
}
.sidebarMenu-links-social path {
  fill: #a3b0b4;
}
.sidebarMenu-links-social .nodeHover:hover path {
  fill: #fff;
}

.sidebarMenu-legal-div a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0.7;
  font-family: myriad-pro, Arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}

.side_link_space {
  top: 4px;
}

.sidebarMenu-links-social a {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}

.sidebarMenu-links-social a:hover {
  opacity: 1;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.sidebar ul.sidebar_menu_ul li a.nested_text {
  padding: 10px 60px;
}
.sidebar ul.sidebar_menu_ul li a.nested_text span {
  color: #fff;
  opacity: 0.7;
}
.sidebar ul.sidebar_menu_ul li a.nested_text:hover span {
  color: #fff;
}
.sidebar ul.sidebar_menu_ul li a.nested_text:last-child {
  padding-bottom: 30px !important;
}
.copy_right_text {
  font-family: myriad-pro, Arial;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
  opacity: 0.7;
  padding-top: 20px;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: default !important;
}
.support_text {
  padding-bottom: 15px !important;
  cursor: default !important;
}
.mobile_stepper {
  display: none;
}
.hide_in_desktop {
  display: none;
}
.result_screen_stepper {
  position: fixed;
  padding: 0px 48px 0px;
  margin-bottom: 0;
  margin-top: 24px;
}
.selected_industry_region {
  background: rgb(160 215 255 / 10%);
}

@-moz-document url-prefix() {
  .sidebar ul {
    top: 40px;
  }
}

@keyframes move {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.hide_mobile {
  display: none;
}
::marker {
  font-size: 0px;
}

.check_text {
  position: relative;
  width: 99%;
  height: auto;
  top: 16px;
  left: 51%;
  transform: translate(-51%, -0%);
  border-radius: 0px;
  border: 0px solid transparent;
  background: #4b6b84;
  pointer-events: none;
  opacity: 0;
  box-shadow: none;
  padding: 16px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.check_text:before,
.check_text:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.1);
}
.check_text:after {
  display: none;
}
.neutral_text:hover .check_text,
.neutral_text:focus .check_text {
  opacity: 1;
}
.option_selected .check_text {
  opacity: 1;
  background: #007cc3;
}
.radio_check {
  display: block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  position: relative;
  margin: -30px 0;
}
.radio_checkbox_1 .check_text {
}
.radio_check input {
  cursor: pointer;
}
input[type="radio"]:after,
.radio_check input {
  display: inline-block;
  position: relative;
  content: "";
  width: 0px;
  height: 0px;
  top: 0px;
  left: 0px;
  background-color: transparent;
  visibility: visible;
}
.neutral_text:first-child .option_input,
.neutral_text:first-child input[type="radio"]:after {
  width: 0px;
  height: 0px;
}
.radio_check input[type="radio"]:checked:after,
.radio_check input:checked ~ .checkmark {
}

.radio_check .checkmark:after {
}
.radio_check input:checked ~ .checkmark:after {
  display: block;
}
.option_input {
}
.option_para {
  position: relative;
  display: block;
  width: 99%;
  height: 12px;
  margin: 0 0px;
  outline: none;
  background: rgba(255, 255, 255, 0.25);
}
#background_animation {
  display: block;
}
#background_animation_mobile {
  display: none;
}
.visible_first_last_option {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -22px;
}
.label_text {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
.result_svg {
  width: 100%;
}
.industry_icon {
  width: 60px;
  height: 60px;
}
.region_icon {
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.screen_image_contact {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.flow_contact_div {
  position: absolute;
  top: 0px;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: 99;
  padding: 80px 48px 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  background: rgb(4, 29, 48, 0.7);
  backdrop-filter: blur(26px);
  margin: 0;
  overflow-y: auto;
}
.flow_contact_result {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 480px;
}
.report_email_image {
  width: 300px;
  max-width: 100%;
}

#submit_loading {
  display: none;
  width: 100%;
  margin: 24px 0 0 0;
}
.submit_loader {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.submit_loader div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 6px;
  background: #007cc3;
  -webkit-animation: submit_loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: submit_loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.submit_loader div:nth-child(1) {
  left: 6px;
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}

.submit_loader div:nth-child(2) {
  left: 26px;
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}

.submit_loader div:nth-child(3) {
  left: 45px;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.email_sent_icon {
  width: 48px;
  height: 48px;
  margin: 0px 16px 0 0;
}
.email_success_text {
  display: none;
  padding: 24px 16px 0;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@-webkit-keyframes submit_loader {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}
.mobile_bar_text {
  color: #fff;
}

@keyframes submit_loader {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  html,
  body {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .hide_in_mobile {
    display: none;
  }
  .hide_in_desktop {
    display: block;
  }
  video {
    height: auto;
  }
  .sidebar {
    padding: 0px 0px 0px;
    width: 100%;
    right: -100%;
    overflow: scroll;
  }
  .sidebar.expanded:after {
    display: none;
  }
  .sidebar ul {
    position: relative;
    top: 0px;
    margin-top: 80px;
    height: auto;
  }
  .sidebar ul.sidebar_menu_ul li a {
    padding: 20px 24px;
  }
  .sidebar ul.sidebar_menu_ul li a.nested_text {
    padding: 10px 46px;
  }
  .sidebarMenu-legal-div {
    bottom: 0px !important;
  }
  .sidebarMenu-legal-div {
    padding: 0px 30px;
    position: relative;
    width: 100%;
    margin-top: 40px;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0px;
  }
  .copy_right_text {
    padding-top: 15px;
  }
  .left_content {
    position: relative;
    width: 100%;
    padding: 24px 0px 48px 0px;
  }
  .title_sub {
    padding-bottom: 24px;
  }
  .stat_div {
    margin: 0px 0px 32px;
    gap: 24px;
  }
  .future {
    width: 100%;
    line-height: 1.2;
    text-align: center;
  }
  .mobile_stepper {
    display: table;
    margin: 16px;
  }
  .progreess_flex li:after {
    display: none;
  }
  .question_section_title_para {
    margin-bottom: 40px;
  }
  #background_animation {
    display: none;
  }
  #background_animation_mobile {
    display: block;
  }
  .navbar-brand {
    z-index: 99;
  }
  .header_custom {
    z-index: 99999;
    padding: 20px 0px;
  }
  .header_custom .fixed-top {
    padding: 16px 16px;
    background: rgba(0, 57, 98, 0.5);
    backdrop-filter: blur(26px);
  }
  .main_content_div {
    position: relative;
    order: 1;
    padding: 0px 16px;
    height: auto;
  }
  .video_screen_div {
    position: relative;
    order: 2;
    top: 0;
    transform: translateY(-0%);
  }
  .video_screen_div.mobile_tablet_view {
    position: relative;
    order: initial;
    top: 0;
    transform: translateY(-0%);
  }
  .stat_item_middle {
    margin: 16px 0px;
  }
  .title_main,
  .title_sub {
    font-size: 64px;
  }
  .title_intro {
    font-size: 20px;
    width: 100%;
  }
  .left_content_text.hide_in_desktop {
    padding: 40px 16px;
  }
  .screen_image_div {
    position: relative;
    overflow: auto;
  }
  .question_content {
    height: calc(100vh - 170px);
    margin: 0 0 0px;
    padding: 0 0px 24px;
  }
  .all_images_div {
    position: fixed;
  }
  .question_section_title_div {
    position: relative;
    left: 0;
    padding: 20px 16px 0px;
    height: auto;
    width: 100%;
    border: 0px solid transparent;
  }
  .all_images_div_circle {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .flows_circle_image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
  }
  .multi_steps > li {
    display: none;
  }
  .multi_steps .flow_0,
  .multi_steps .flow_1,
  .multi_steps .flow_2,
  .multi_steps .finish_line {
    display: table-cell;
  }
  .progreess_flex {
    display: block;
  }
  .neutral_text {
    display: flex;
    padding: 12px 0px 0px;
  }
  input[type="radio"]:after,
  .radio_check input {
    width: 100%;
    height: 0px;
    display: block;
  }
  .visible_first_last_option {
    position: relative;
    bottom: 0;
  }
  .neutral_text:last-child .visible_first_last_option {
    text-align: left;
  }
  .flow_score_div {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    margin: 0px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0px solid transparent;
  }
  .flow_score_result {
    padding: 0;
  }
  .screen_image {
    transform: scale(1);
  }
  .all_flows_summary {
    padding: 0 0px;
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    gap: 0px;
    flex-direction: column;
    width: 100%;
  }
  .final_summary_div {
    flex-direction: column;
    padding: 32px 0;
  }
  .choose_text {
    padding: 32px 0 24px;
  }
  .each_industry_element,
  .each_region_element {
    gap: 12px;
    padding: 16px;
  }
  .question_section_title {
    font-size: 48px;
  }
  .flow_summary_text {
    padding: 0 0 48px 0px;
  }
  .question_progress_title {
    padding-bottom: 8px;
  }
  .progress_neutral {
    padding: 0px 0px;
  }
  .question_progress_div {
    margin-bottom: 64px;
  }
  .all_images_div.all_images_result {
    position: relative;
    height: auto;
  }
  .all_images_result .result_image {
    position: relative;
  }
  .result_image {
    position: relative;
  }
  .summary_recommendation_div,
  .country_comparison_div {
    position: relative;
    top: 0;
    right: 0;
    height: auto;
    width: 100%;
    z-index: 99;
    gap: 0px;
    padding: 48px 0px;
    border-left: 0px solid rgba(255, 255, 255, 0.1);
  }
  .action_btns_div {
    gap: 16px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .label_text {
    display: none;
    background: rgba(95, 107, 121, 0.5);
  }
  .check_text {
    opacity: 1;
    position: relative;
  }
  .radio_check {
    width: 100%;
    margin: 0px 0;
  }
  .option_chose_div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .comparison_results_div {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .country_comparison_div {
    padding: 0px 0px 0px;
  }
  .tab_div {
    gap: 32px;
  }
  .option_tab {
    font-size: 24px;
  }
  .screen_image_contact .result_image {
    display: none;
  }
  .flow_contact_result {
    width: 100%;
    justify-content: flex-start;
  }
  .flow_contact_div {
    position: relative;
    right: 0;
    width: 100%;
    padding: 80px 16px 40px;
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    background: transparent;
  }
  .screen_image_contact {
    position: relative;
    overflow: auto;
  }
  .result_screen_stepper {
    position: relative;
    margin-top: 32px;
  }
  .score_action_btn_div {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 40px;
  }
  .fixed_bottom_btns {
    bottom: 24px;
  }
  .recommendation_div {
    flex-direction: column;
    gap: 24px;
  }
  .recommendation_list_item {
    padding-bottom: 24px;
  }
  .recommendations_list {
    margin: 0 0 8px;
  }
  .email_report_btn,
  .compare_others_btn,
  .send_email_report_btn,
  .send_email_report_btn.disabled,
  .close_email_report,
  .download_report_btn,
  .email_personalization_report_btn {
    font-size: 18px;
    padding: 16px 16px;
    width: 90%;
    text-align: center;
    line-height: 1.3;
  }
  .action_btns_div {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html,
  body {
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header_custom .fixed-top {
    padding: 32px 48px 12px;
    background: rgba(0, 57, 98, 0.2);
    backdrop-filter: blur(26 px);
  }
  #background_animation {
    display: none;
  }
  #background_animation_mobile {
    display: block;
  }
  .video_screen_div.mobile_tablet_view {
    position: relative;
    order: initial;
    top: -80px;
    transform: translateY(-0%);
  }

  .main_content_div {
    position: relative;
    height: auto;
    order: 1;
  }
  .sidebar ul {
    height: auto;
  }
  .header_custom {
    padding: 48px 48px 32px;
  }
  .video_screen_div {
    position: relative;
    top: 0;
    transform: translateY(-0%);
    order: 2;
  }
  .for_tablet {
    display: none;
  }
  .left_content {
    position: relative;
    width: 86%;
    padding: 48px 0px 64px 48px;
  }
  .title_intro {
    padding-top: 16px;
  }
  .title_sub {
    padding-bottom: 0;
  }
  .stat_div {
    margin: 32px 0 48px 0;
  }
  .screen_image_div {
    position: relative;
    overflow: auto;
  }
  .question_content {
    padding: 0;
  }
  .all_images_div {
    position: fixed;
  }
  .all_images_div.all_images_result {
    position: relative;
  }
  .question_section_title_div {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    padding: 0px 48px 0px;
    margin-top: -40px;
  }
  .question_section_title_para {
    margin-bottom: 64px;
  }
  .all_images_div_circle {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .flows_circle_image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    overflow: hidden;
  }
  .flow_score_div {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0px 48px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0px solid transparent;
  }
  .result_screen_stepper {
    position: relative;
    padding: 0px 0px 0px;
    margin-top: 32px;
  }
  .score_action_btn_div {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 60px;
  }
  .progreess_flex li:after {
    width: 94%;
  }
  .flow_score_result {
    height: 100%;
    justify-content: flex-start;
    padding: 60px 0;
  }
  .summary_recommendation_div,
  .country_comparison_div {
    position: relative;
    min-height: auto;
    width: 100%;
    gap: 48px;
    padding: 40px 32px 0;
    border-left: 0px solid rgba(255, 255, 255, 0.1);
    overflow-y: hidden;
    height: auto;
  }
  .summary_recommendation_div {
    margin: -80px 0 0;
  }
  .all_flows_summary {
    flex-direction: column;
  }
  .flow_summary_text {
    padding: 0 0px 56px 0px;
  }
  .option_chose_div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .screen_image_contact .result_image {
    top: 50%;
    transform: translateY(-50%);
  }
  .recommendation_div {
    flex-direction: column;
    gap: 24px;
  }
  .recommendation_list_item {
    padding-bottom: 24px;
  }
  .recommendations_list {
    margin: 0 0 8px;
  }
  .email_report_btn,
  .compare_others_btn,
  .send_email_report_btn,
  .send_email_report_btn.disabled,
  .close_email_report,
  .download_report_btn,
  .email_personalization_report_btn {
    font-size: 18px;
    padding: 16px 16px;
  }
  .action_btns_div {
    justify-content: center;
  }
  .final_summary_div {
    margin-top: -80px;
  }
  .flow_contact_div {
    width: 100%;
    background: #01355f;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .future,
  .email_report_btn,
  .compare_others_btn,
  .send_email_report_btn,
  .send_email_report_btn.disabled,
  .close_email_report,
  .download_report_btn,
  .email_personalization_report_btn {
    font-size: 18px;
  }
  .or_text {
    font-size: 18px;
  }
  .sidebarMenu-legal-div {
    bottom: 40px;
  }
  .left_content {
    width: 50%;
    padding: 48px 0px 0px 48px;
  }
  .flow_score_div {
    left: auto;
    width: 60%;
    max-width: 60%;
  }
  .question_section_title_div {
    padding: 100px 60px 0px;
  }
  .action_btns_div {
    gap: 16px;
  }
  .summary_recommendation_div,
  .country_comparison_div {
    width: 80%;
  }
  .option_chose_div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .screen_image_contact .result_image {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1499px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1920px;
  }
  .compare_text {
    font-size: 34px;
  }
  .option_tab {
    font-size: 36px;
  }
  .flow_summary_text .inner_text {
    font-size: 24px;
  }
  .check_text {
    font-size: 20px;
  }
  .header_custom {
    padding: 48px 48px 70px;
    height: 80px;
  }
  .header_custom .fixed-top {
    padding: 48px 48px 0px;
  }
  .left_content {
    padding: 100px 0px 0px 148px;
  }
  .title_main,
  .title_sub {
    font-size: 100px;
  }
  .title_sub {
    padding-bottom: 40px;
  }
  .title_intro {
    font-size: 28px;
  }
  .stat_div {
    margin: 40px 0 64px 0;
  }
  .stat_item_value,
  .stat_item_title {
    font-size: 20px;
  }
  .flows_circle_image {
    left: 80px;
    width: calc(100% - 160px);
  }
  .flow_score_para,
  .white_score_text,
  .blue_score_text {
    font-size: 60px;
  }
  .blue_score_text {
    font-size: 60px;
  }
  .flow_desc_para {
    font-size: 28px;
  }
  .summary_recommendation_div,
  .country_comparison_div {
    padding: 100px 80px 0;
  }
  .country_comparison_div {
    width: 70%;
  }
  .comparison_results_div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .industry_icon {
    width: 80px;
    height: 80px;
  }
  .flow_contact_result {
    width: 580px;
  }
  .back_next_btn {
    width: 56px;
    height: 56px;
  }
  .recommendation_div {
    padding: 48px 0px 0px;
    margin: 48px 0;
  }
  .recommendation_text {
    font-size: 34px;
  }
  .recommendations_list {
    margin: 0 0 16px;
  }
  .question_progress_title {
    font-size: 34px;
  }
  .choose_text {
    padding: 64px 0 24px;
  }
  .report_email_image {
    width: 400px;
  }
}
@media screen and (min-width: 1650px) {
  .hamburger_menu_divs,
  .hamburger_menu_divs:before {
    width: 50px;
    height: 50px;
  }
  .sidebar ul.sidebar_menu_ul li a {
    padding: 40px 40px;
  }
  .sidebarMenu-legal-div a svg {
    width: 16px;
  }
  .copy_right_text {
    padding-top: 30px;
  }
  .footer {
    padding: 0px 50px 50px;
  }
  .sidebar ul.sidebar_menu_ul li a {
    padding: 28px 40px;
  }
  .sidebar {
    right: -438px;
    width: 438px;
  }
  .sidebar.expanded:after {
    content: "";
    width: calc(100% - 438px);
  }
  .sidebar ul.sidebar_menu_ul li span {
    font-size: 14px;
  }
  .menu_link_div a svg {
    width: 20px;
  }
  .sidebar ul.sidebar_menu_ul li a {
    padding: 34px 40px;
  }
  .sidebar ul.sidebar_menu_ul li a.nested_text {
    padding: 10px 66px;
  }
  .sidebar ul {
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .sidebar ul.sidebar_menu_ul li {
    height: 100%;
  }
}
@media screen and (min-width: 1590px) and (max-width: 1679px) {
  .sidebarMenu-legal-div {
    bottom: 18px !important;
  }
}