@charset "UTF-8";
/**
* @author Sarbodaya Kandel
*
* @copyright RDA Research 2024
**/
:root {
  --arrow-90deg-right: "↳" ;
  --dot-in-center-of-zero: "0" ;
  --arrow-thin-straight-right: "⟶" ;
  --error-color-primary: rgb(255, 0, 0) ;
  --highlighter-color-quad: rgb(68, 144, 196) ;
  --highlighter-color-hexa: #2692d4 ;
  --highlighter-color-penta: rgb(192, 0, 0) ;
  --highlighter-color-primary: #6ac3c1 ;
  --highlighter-color-tertiary: #f8f7f5 ;
  --highlighter-color-secondary: #cce7e1 ;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.col-width {
  flex-basis: 50%;
}

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

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

.content-width,
.product-image {
  width: 370px;
}

.content-width-lg,
.product-image-lg {
  max-width: 500px;
}

.content-width-xl {
  max-width: 740px;
}

.product-image-xl {
  max-width: 550px;
}

.fancy-heading {
  color: var(--highlighter-color-quad);
}

.dot-in-center-of-zero::after {
  content: var(--dot-in-center-of-zero);
  font-size: 1.6rem;
  font-stretch: 20%;
}

.d-col {
  flex-flow: column;
}

.d-row {
  flex-flow: row wrap;
}

.d-row-nowrap {
  flex-flow: row nowrap;
}

.j-end {
  justify-content: flex-end;
}

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

.j-start,
.a-cross-start {
  justify-content: flex-start;
}

.j-between {
  justify-content: space-between;
}

.j-center {
  justify-content: center;
}

.a-cross-end {
  justify-content: end;
}

.a-main-center {
  align-items: center;
}

.a-main-baseline {
  align-items: baseline;
}

.a-main-end {
  align-items: flex-end;
}

.a-main-start {
  align-items: flex-start;
}

.product-description {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.product-feature-list,
ol.product-feature-list,
.product-feature-list-lg,
.product-feature-list-xl,
ol.product-feature-list-md {
  padding: 0;
  list-style-type: none;
}
.product-feature-list li,
ol.product-feature-list li,
.product-feature-list-lg li,
.product-feature-list-xl li,
ol.product-feature-list-md li {
  padding: 0.5rem;
  border-top: 1px solid #000000;
}

.about-page .about_size3 {
  color: var(--highlighter-color-hexa);
  font-size: 1.92rem;
}

.consumer-data-page {
  /*
  .resource-url-list {
  	margin			: 0 ;
  	list-style-type	: none ;

  	li {
  		padding	: 0.5rem 0 0.5rem 0.2rem ;

  		&:first-child {
  			padding-top : 0 ;
  		}

  		&:last-child {
  			padding-bottom : 0 ;
  		}
  	}
  }
  */
}
.consumer-data-page h4.mb-4 {
  font-size: 2.4rem !important;
}
.consumer-data-page .menu_list li a {
  font-size: 1.6rem;
}

.product-feature-list,
ol.product-feature-list {
  width: 275px;
}

ol.product-feature-list-md {
  max-width: 300px;
}

ol.product-feature-list, ol.product-feature-list-md {
  list-style-type: decimal;
  list-style-position: inside;
}
ol.product-feature-list li::marker, ol.product-feature-list-md li::marker {
  color: var(--highlighter-color-penta);
  font-weight: bold;
}

.product-feature-list-lg {
  max-width: 390px;
}

.product-feature-list-xl {
  max-width: 450px;
}

.product-url,
.product-feature-list li:last-child,
.product-feature-list-md li:last-child,
.product-feature-list-lg li:last-child,
.product-feature-list-xl li:last-child {
  border-bottom: 1px solid black;
}

.line-condensed {
  line-height: 0.96;
}

.line-condensed-sm {
  line-height: 1.2;
}

.product-feature-group {
  column-gap: 3rem;
}

.product-url {
  padding-left: 0.5rem;
  text-decoration: none;
}
.product-url::after {
  content: ">";
}

em {
  font-style: normal;
}

.end-note-lg {
  max-width: 450px;
}

#explorerUrl,
#quickAppendUrl,
#livingInsightsUrl {
  margin-bottom: 0.98rem;
}

#livingInsightsUrl {
  right: 0;
  bottom: -0.8rem;
  position: absolute;
}
#livingInsightsUrl::after {
  padding-left: 5.8rem;
}

#explorerUrl::after {
  padding-left: 3.6rem;
}

#quickAppendUrl::after {
  padding-left: 5.8rem;
}

.product-url-color {
  color: rgb(192, 0, 0);
}

.segmentation-url-wrap > .product-url {
  display: inline-block;
}
.segmentation-url-wrap > .product-url:not(:first-child) {
  margin-top: 1rem;
}

#geoSmartUrl::after {
  padding-left: 9rem;
}

#geoTribesUrl::after,
#geoSmartUrl.explorer-page-url::after {
  padding-left: 2rem;
}

#livingInsightsSection {
  position: relative;
}

.chart-wrap,
.profile-finder-wrap {
  border-radius: 1rem;
}

.profile-finder-wrap {
  padding: 1rem;
  background-color: var(--highlighter-color-secondary);
}

.profile-finder-wrap,
section > .col-width:last-child {
  margin-top: 9rem;
}

section > .col-width.margin-top-sm {
  margin-top: 2rem;
}
section > .col-width.margin-top-md {
  margin-top: 5rem;
}

.iso-selection-row {
  padding: 1rem 0;
}

.iso-wrap,
.chart-wrap,
.input-wrap [type=text] {
  background-color: var(--highlighter-color-tertiary);
}

.iso-wrap {
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 1rem;
}

.iso {
  opacity: 0.5;
}
.iso:hover, .iso.iso-selected {
  cursor: pointer;
  opacity: 1;
}
.iso.iso-selected {
  background: var(--highlighter-color-secondary);
  font-weight: bold;
}

.national-flag {
  height: auto;
  max-width: 80%;
}

.top-border {
  border-top: 1px solid var(--highlighter-color-primary);
}

.bottom-border {
  border-bottom: 1px solid var(--highlighter-color-primary);
}

.fancy-heading .primary-heading,
.product-container .primary-heading {
  font-size: clamp(30px, 40px + 10 * (100vw - 500px) / 1420, 55px);
}
.fancy-heading .secondary-heading,
.product-container .secondary-heading {
  font-size: clamp(24px, 28px + 4 * (100vw - 500px) / 1420, 35px);
}

figcaption .fancy-heading {
  font-size: 2.5rem;
}

.tooltip {
  font-size: 1.4rem;
  background: #000000;
  border-radius: 6px;
}

.profiler-tooltip {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}
.profiler-tooltip:hover {
  cursor: pointer;
}

.chart-wrap,
.profile-spinner-wrap,
.profile-error-message {
  height: 200px;
  position: relative;
}

.profile-spinner-wrap > .fa-spinner {
  color: var(--highlighter-color-primary);
  font-size: 5rem;
}

.error-message,
.profile-error-message {
  color: var(--error-color-primary);
  font-style: normal;
}

.profile-error-message {
  padding: 0 2rem;
  font-size: 2rem;
}

.rda_btn {
  width: max-content;
  font-size: 1.36rem;
}

.modal-title {
  font-size: 2rem;
}

.form-control {
  font-size: 1.6rem;
}

/**
 * blog section
 */
h2.entry-title a {
  font-size: 1.6rem;
}

#rdanews_content {
  min-height: 50px;
}

.hidden {
  display: none;
}

.pipe-next::after {
  color: rgb(0, 0, 0);
  content: "|";
  padding: 0 1rem;
}

.living-insights-page #topImageHomePageAppendSegments-1 {
  max-width: 160px;
}
.living-insights-page #topImageHomePageAppendSegments-bg {
  padding-right: 0;
}
.living-insights-page #circle5livingInsightPage,
.living-insights-page #circle4livingInsightPage {
  max-width: 80%;
}
.living-insights-page .privacy {
  padding-left: 3rem;
}
.living-insights-page .privacy p {
  max-width: 900px;
}
.living-insights-page .privacy ol {
  font-size: 1.44rem;
  max-width: 850px;
}
.living-insights-page .ThreeImagesSentencesInsightPage {
  font-size: 1.44rem;
}
.living-insights-page .text-center:not(.nameOfTheCountriesInTheHomePage) {
  min-height: 80px;
}
@media (width <= 991px) {
  .living-insights-page #downImage4livingInsightPage {
    display: none;
  }
}

.geotribes-page h3 {
  color: var(--highlighter-color-hexa);
}
.geotribes-page .product-url-list {
  padding-left: 5rem;
  list-style-type: none;
}
.geotribes-page .product-url-list li:nth-child(even) {
  padding-top: 1rem;
}
.geotribes-page .product-url-list li a {
  text-underline-offset: 0.6rem;
}
.geotribes-page h5 {
  font-size: 1.92rem;
}
@media (width <= 575px) {
  .geotribes-page .strip-image-container div {
    display: none;
  }
  .geotribes-page .strip-image-container div.col-xs-12 {
    display: block;
  }
}
@media (width <= 540px) {
  .geotribes-page .two-column {
    display: flex;
    min-width: max-content;
    flex-direction: column;
  }
  .geotribes-page .two-column .pl-5 {
    padding-left: 1vw !important;
  }
  .geotribes-page .two-column .ml-5 {
    margin-left: 0 !important;
  }
  .geotribes-page .two-column .col-5 {
    width: 100vw;
  }
}

@media (width <= 991px) {
  .geosmart-page .instruction {
    visibility: hidden;
    margin-bottom: 1rem !important;
    padding-bottom: 0 !important;
  }
}

#banner_landing_wrap .primary-heading {
  font-size: clamp(35px, 50px + 40 * (100vw - 500px) / 1420, 90px);
  letter-spacing: -3px;
}
#banner_landing_wrap .primary-heading .banner-description {
  margin-bottom: 0.5rem;
}
#banner_landing_wrap .banner-description {
  font-size: clamp(22px, 30px + 5 * (100vw - 500px) / 1420, 40px);
  padding-top: 1.2rem;
  line-height: 0.96;
  letter-spacing: -1px;
}
#banner_landing_wrap .banner-url-wrap {
  width: 20rem;
  min-height: fit-content;
}
#banner_landing_wrap.explorer-page .banner-url-wrap {
  width: 24rem;
}
#banner_landing_wrap.consumer-data-page .banner-url-wrap {
  width: 26rem;
}
#banner_landing_wrap.about-page .primary-heading .title {
  flex-basis: max-content;
}
#banner_landing_wrap.about-page .primary-heading .banner-description {
  align-items: flex-end;
}
@media screen and (width <= 760px) {
  #banner_landing_wrap.about-page .primary-heading .banner-description {
    display: block;
    flex-direction: row;
  }
}
#banner_landing_wrap.geosmart-page .banner-url-wrap {
  width: 30rem;
}
#banner_landing_wrap.geosmart-page .primary-heading .title {
  flex-basis: max-content;
}
#banner_landing_wrap.geosmart-page .primary-heading .banner-description {
  align-items: flex-end;
}
@media screen and (width <= 800px) {
  #banner_landing_wrap.geosmart-page .primary-heading .banner-description {
    display: block;
    flex-direction: row;
  }
}
#banner_landing_wrap.geotribes-page .banner-url-wrap {
  width: 34rem;
}
#banner_landing_wrap.geotribes-page .primary-heading .banner-description {
  align-items: flex-end;
}
@media screen and (width <= 660px) {
  #banner_landing_wrap.geotribes-page .primary-heading .banner-description {
    display: block;
    flex-direction: row;
  }
}
#banner_landing_wrap.living-insights-page .banner-url-wrap {
  width: 30rem;
}
#banner_landing_wrap.living-insights-page .primary-heading .banner-description {
  align-items: flex-end;
}
@media screen and (width <= 720px) {
  #banner_landing_wrap.living-insights-page .primary-heading .banner-description {
    display: block;
    flex-direction: row;
  }
}
#banner_landing_wrap .anchor {
  height: 3rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-evenly;
  text-decoration: none;
}
#banner_landing_wrap .anchor-label {
  font-size: 1.3rem;
}
#banner_landing_wrap .anchor-button {
  background: #000000;
}
#banner_landing_wrap .anchor-standard span {
  align-self: flex-end;
}
#banner_landing_wrap .anchor-button,
#banner_landing_wrap .anchor-button:hover {
  color: #ffffff;
}
#banner_landing_wrap .anchor-button:hover,
#banner_landing_wrap .anchor-standard:hover {
  cursor: pointer;
  text-decoration: none;
}

.profile-finder-wrap {
  width: 430px;
}
.profile-finder-wrap .primary-heading {
  display: inline-block;
  font-size: clamp(20px, 25px + 3 * (100vw - 500px) / 1420, 30px);
  margin-bottom: 1rem;
}
.profile-finder-wrap .secondary-heading {
  font-size: clamp(14px, 18px + 3 * (100vw - 500px) / 1420, 22px);
}
.profile-finder-wrap .frm-postcode-profile .diy-invitation {
  font-size: 1.6rem;
}
.profile-finder-wrap .frm-postcode-profile .item-group {
  --col-gap: 2% ;
  --col-left-width: 40% ;
  --col-right-width: calc(
  	100% - var(--col-left-width) - var(--col-gap)
  ) ;
  column-gap: var(--col-gap);
}
.profile-finder-wrap .frm-postcode-profile .item-group .col-left {
  width: var(--col-left-width);
}
.profile-finder-wrap .frm-postcode-profile .item-group .col-right {
  width: var(--col-right-width);
}
.profile-finder-wrap .frm-postcode-profile .item-group .col-right.input-wrap {
  padding: 1rem 0;
}
.profile-finder-wrap .frm-postcode-profile .item-group .col-right.input-wrap button,
.profile-finder-wrap .frm-postcode-profile .item-group .col-right.input-wrap input[type=text] {
  border-radius: 1rem;
}
.profile-finder-wrap .frm-postcode-profile .item-group .col-right.input-wrap button:focus,
.profile-finder-wrap .frm-postcode-profile .item-group .col-right.input-wrap input[type=text]:focus {
  outline: none !important;
}
.profile-finder-wrap .frm-postcode-profile .item-group .col-right.input-wrap input[type=text] {
  width: 60%;
  height: 4rem;
  border: 2px solid var(--highlighter-color-penta);
  padding: 0 1rem;
  background: var(--highlighter-color-tertiary);
}
.profile-finder-wrap .frm-postcode-profile .item-group .col-right.input-wrap input[type=text]:focus {
  background: #ffffff;
}
.profile-finder-wrap .frm-postcode-profile .item-group .col-right.input-wrap button {
  color: #ffffff;
  width: 30%;
  border: 0;
  padding: 0.3rem 0;
  outline: none;
  font-size: 1.4rem;
  background: var(--highlighter-color-primary);
  border-radius: 0.5rem;
  letter-spacing: 0.2rem;
}

.counter {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.counter::before {
  content: var(--arrow-90deg-right);
}

.arrow-long-thin-right::after {
  content: var(--arrow-thin-straight-right);
}

.arrow-thin-90deg-right::after {
  content: var(--arrow-90deg-right);
}

.arrow-thin-90deg-right-front::before {
  content: var(--arrow-90deg-right);
}

.segmentation-url-wrap > a {
  max-width: fit-content;
}

#banner_landing_wrap {
  display: flex;
  margin-top: 9rem;
  margin-bottom: 2rem;
  flex-direction: column;
}

@media screen and (width <= 1225px) {
  .product-container {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  #banner_landing_wrap .primary-heading,
  #banner_landing_wrap .banner-description {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  #livingInsightsUrl {
    right: 1vw;
  }
}
@media screen and (width <= 1050px) {
  .explorer-page > .d-row {
    align-items: center;
    flex-direction: column;
  }
  .explorer-page .behavioural-data {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .explorer-page .expert-footstep {
    margin-top: 0 !important;
  }
  .explorer-page .expert-footstep figcaption .fancy-heading {
    align-self: center;
  }
  .explorer-page h1.fancy-heading {
    text-align: center;
  }
  .explorer-page #configListSecondary li:first-child {
    border-top: none;
  }
  .explorer-page #configListPrimary {
    margin-bottom: 0;
  }
  .explorer-page .content-width-xl {
    max-width: 52%;
  }
  .explorer-page .explorer-solution,
  .explorer-page .customer-knowledge {
    max-width: 500px;
  }
  .explorer-page .explorer-solution .fancy-heading,
  .explorer-page .customer-knowledge .fancy-heading {
    align-self: flex-start;
  }
  .explorer-page .content-width-lg {
    width: 500px;
  }
  .explorer-page .product-feature-list-xl {
    max-width: 500px;
  }
  .explorer-page .explorer-user-fig,
  .explorer-page .custom-audience-fig {
    padding-top: 3rem;
  }
}
@media screen and (width <= 991px) {
  #banner_landing_wrap {
    margin-top: 9rem;
  }
}
@media screen and (width <= 840px) {
  .product-container .col-width:last-child {
    margin-top: 3rem;
  }
  #explorerSolution .margin-top-md {
    margin-top: 0;
  }
  .product-container:not(#segmentationSection) {
    flex-wrap: wrap;
  }
  .product-container:not(#segmentationSection) .col-width {
    flex-basis: 100%;
  }
  .product-container:not(#segmentationSection) .content-width {
    width: 100%;
  }
  .product-container:not(#segmentationSection) .content-width .product-url {
    max-width: 65%;
    flex-wrap: wrap;
  }
  #segmentationSection .col-width .content-width {
    width: 95%;
  }
  .quotation-wrap {
    justify-content: center;
  }
  .expert-footstep > img {
    padding-top: 0 !important;
  }
  .explorer-page.custom-audience .col-width {
    margin-top: 0;
  }
  .explorer-page .col-width.custom-solution,
  .explorer-page .col-width.geotribes-explorer {
    margin-top: 0;
  }
}
@media screen and (width <= 768px) {
  #livingInsightsUrl {
    order: 4;
    bottom: 0;
  }
  #livingInsightsSection .feature-list {
    order: 3;
  }
  #livingInsightsSection .quotation-wrap {
    order: 2;
    margin-bottom: 3rem;
  }
  #segmentationSection {
    flex-wrap: wrap;
  }
  .profile-finder-wrap {
    margin-top: 5rem;
  }
  #segmentationSection .segmentation-url-wrap {
    margin-top: 1rem !important;
  }
  #segmentationSection .col-width {
    flex-basis: 100%;
  }
  .segmentation-url-wrap {
    display: flex;
    flex-direction: column;
  }
  .quotation-wrap {
    padding-top: 0 !important;
  }
}
@media screen and (width <= 740px) {
  #banner_landing_wrap.consumer-data-page .primary-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  #banner_landing_wrap.consumer-data-page .primary-heading .banner-description {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (width <= 500px) {
  .explorer-page .product-image-lg,
  .explorer-page .product-image-xl,
  .explorer-page .explorer-solution,
  .explorer-page .product-feature-list-xl {
    max-width: 100%;
  }
  .explorer-page .product-feature-list-md {
    max-width: 70%;
  }
  .explorer-page .product-feature-list-lg {
    max-width: 80%;
  }
  .explorer-page .explorer-solution .fancy-heading {
    align-self: flex-start;
  }
  .explorer-page .custom-solution h2 span,
  .explorer-page .custom-solution h2 span.fancy-heading {
    text-align: left;
  }
  .explorer-page .content-width-lg {
    width: unset;
    max-width: 100%;
  }
}
@media screen and (width <= 464px) {
  #barChartSvg,
  .profile-finder-wrap {
    width: unset;
    max-width: 100%;
  }
  #livingInsightsUrl {
    left: 0.2vw;
    position: relative;
  }
  /**
   * hides certain login urls from footer and navbar login section as the login 
   * page for these are not optimised for small screen devices
   */
  #loginGroup .li-login-url,
  #loginGroup .sp-login-url,
  #loginGroup .explorer-login-url,
  #navbarLoginGroup .li-login-url,
  #navbarLoginGroup .sp-login-url,
  #navbarLoginGroup .explorer-login-url {
    display: none;
  }
}
@media screen and (width <= 400px) {
  .product-image {
    width: 100%;
  }
}
@media screen and (width <= 340px) {
  #geoSmartUrl::after {
    padding-left: 7rem;
  }
  #geoTribesUrl::after {
    padding-left: 2px;
  }
}
@media screen and (width <= 320px) {
  #geoSmartUrl::after,
  #geoTribesUrl::after {
    content: "";
    padding-left: 0;
  }
}
#profileChartWrap a.chart-img-url {
  /**
   * svg specific styling 
   */
}
#profileChartWrap a.chart-img-url text {
  fill: var(--highlighter-color-hexa);
  cursor: pointer;
  font-size: 1.5rem;
  font-family: "Sofia Pro", sans-serif;
  text-decoration: underline;
}
#profileChartWrap a.chart-img-url text:hover {
  font-size: 1.48rem;
  font-weight: bold;
  text-decoration: none;
}