@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/inter/Inter-Light.ttf");
}
@font-face {
  font-family: "SohoPro-Regular";
  src: url("../fonts/soho-pro/SohoPro-Regular.ttf");
}
@font-face {
  font-family: "SohoPro-Medium";
  src: url("../fonts/soho-pro/SohoPro-Medium.ttf");
}
@font-face {
  font-family: "SohoPro-Bold";
  src: url("../fonts/soho-pro/SohoPro-Medium.ttf");
}
#ifb-main-body .ifb-text {
  display: block;
}
#ifb-main-body .ifb-p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #09222C;
}
#ifb-main-body .ifb-p-light {
  font-weight: 300;
  font-family: "Inter-Light";
  font-size: 16px;
  color: #09222C;
}
#ifb-main-body .ifb-title {
  font-family: "SohoPro-Regular";
  font-weight: 400;
  color: #09222C;
}
#ifb-main-body .ifb-title-bold {
  font-family: "SohoPro-Medium";
  font-weight: 500;
  font-size: 24px;
  color: #09222C;
}
#ifb-main-body .ifb-title-extra-bold {
  font-family: "SohoPro-Bold";
  font-weight: 700;
}
#ifb-main-body {
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none;
  max-width: 1440px;
  margin: auto;
}
#ifb-main-body .ifb-inner-wrap {
  padding: 24px;
  opacity: 0;
	max-width: 1144px;
	margin: auto
}
#ifb-main-body.ifb-loaded .ifb-inner-wrap {
  opacity: 1;
  transition: opacity .2s ease .6s;
}
#ifb-main-body .ifb-flex-row {
  display: flex;
  flex-direction: row;
  position: relative;
}
#ifb-main-body #ifb-main-content > .ifb-flex-row {
  height: 100%;
}
#ifb-main-body .ifb-main-title {
  width: 100%;
}
#ifb-main-body .ifb-main-title span {
  text-align: center;
}
#ifb-main-body .ifb-main-title .ifb-p {
	max-width: 544px;
	margin: auto;
}
#ifb-main-body .ifb-no-break {
  white-space: nowrap;
}
#ifb-main-body #ifb-main-content {
  border-top: 0.5px solid #09222C;
  border-bottom: 0.5px solid #09222C;
  margin-top: 45px;
  height: 550px;
}
#ifb-main-body #ifb-map #ifb-map-svg {
  width: 700%;
  transform-origin: top left;
  cursor: grab;
  transition: transform .2s ease;
  will-change: transform;
}
#ifb-main-body #ifb-map #ifb-map-svg:focus {
  outline: none;
}
#ifb-main-body.ifb-loaded #ifb-map #ifb-map-svg {
  transform: scale(0.365) translateX(-42%);
  opacity: 1;
}
#ifb-main-body.ifb-large #ifb-map #ifb-map-svg {
  width: 800%;
}
#ifb-main-body.ifb-medium #ifb-map #ifb-map-svg {
  width: 900%;
}
#ifb-main-body.ifb-small #ifb-map #ifb-map-svg {
  width: 500%;
}
#ifb-main-body.ifb-xsmall #ifb-map #ifb-map-svg {
  width: 700%;
}
#ifb-main-body #ifb-map {
  width: 50%;
  position: relative;
  max-height: 550px;
  z-index: 100;
}
#ifb-main-body #ifb-map #ifb-svg-map-wrap {
  opacity: 0;
  max-height: 550px;
  transition: transform .3s ease,opacity .3s ease .4s;
  transform-origin: center center;
}
#ifb-main-body.ifb-loaded #ifb-map #ifb-svg-map-wrap {
  opacity: 1;
}
#ifb-main-body #ifb-map .ifb-map-zoom-container {
  position: absolute;
  top: 81px;
  right: 24px;
  z-index: 10;
}
#ifb-main-body #ifb-map .ifb-map-zoom-container .ifb-map-zoom {
  height: 32px;
  width: 32px;
  border: 0.5px solid #09222C;
  background-color: #09222C;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#ifb-main-body #ifb-map .ifb-map-zoom-container .ifb-map-zoom-minus {
  margin-top: 8px;
}
#ifb-main-body #ifb-map .ui-draggable-dragging {
  transition: none !important;
}

#ifb-main-body #ifb-info-container {
  position: relative;
  z-index: 10;
  width: 50%;
  overflow: hidden;
}
#ifb-main-body .ifb-south-korea .ifb-flag img,
#ifb-main-body .ifb-japan .ifb-flag img {
	border: 1px solid #021720;
}
#ifb-main-body .ifb-blue {
  color: #4B7DFF;
}
#ifb-main-body #ifb-info-container .ifb-title-bold {
  font-size: 16px;
}
#ifb-main-body .ifb-title-svg-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
#ifb-main-body .ifb-title-svg-wrap .ifb-text {
  display: inline-block;
}
#ifb-main-body #ifb-info-longevity .ifb-title-svg-wrap svg {
  width: 196px;
}
#ifb-main-body #ifb-info-ceos .ifb-title-svg-wrap svg {
  width: 307px;
}
#ifb-main-body #ifb-info-top-5 .ifb-title-svg-wrap svg {
  width: 364px;
}
#ifb-main-body #ifb-info-container .ifb-p {
  font-size: 12px;
}
#ifb-main-body #ifb-info-container {
  border-left: 0.5px solid #09222C;
}
#ifb-main-body #ifb-info-container .ifb-info-main-content {
  visibility: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  overflow: hidden;
  transform: translateX(-100%);
  opacity: 0;
  z-index: 1;
  transition: all .6s ease;
}
#ifb-main-body #ifb-info-container .ifb-info-main-content.ifb-active-info {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
#ifb-main-body #ifb-info-container #ifb-info-ceo .ifb-dougnut-wrap {
  max-width: 345px;
	min-width: 345px;
	min-height: 345px;
  max-height: 345px;
  margin: 16px auto;
}
#ifb-main-body #ifb-info-container #ifb-info-top-5 .ifb-global-graph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ifb-main-body .ifb-dropdown-arrow {
  background-color: #021720;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56.5px;
  height: 56.5px;
}
#ifb-main-body .ifb-global-graph {
	position: relative;
	width: 100%;
}
#ifb-main-body .ifb-dougnut-data {
	display: none;
}
#ifb-main-body .ifb-main-nav {
  position: relative;
  z-index: 100;
	background-color: #ffffff;
}
#ifb-main-body .ifb-nav-toggle {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid #09222C;
  cursor: pointer;
  padding-left: 24px;
}
#ifb-main-body #ifb-nav-dropdown {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: height .5s ease;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
#ifb-main-body .ifb-tab-active.ifb-nav-tab {
  height: 0;
  padding: 0;
  border-bottom: none;
}
#ifb-main-body .ifb-nav-tab {
  padding: 12px 24px;
  overflow: hidden;
  border-bottom: 0.5px solid #09222C;
  cursor: pointer;
  background-color: #ffffff;
  height: 50px;
}
#ifb-main-body .ifb-nav-tab-last {
  border-bottom: none;
}
#ifb-main-body .ifb-nav-tab .ifb-title {
  font-size: 16px;
	color: #09222C;
	transition: color .1s ease;
}
#ifb-main-body .ifb-nav-tab .ifb-title:hover {
	color: #1ECDB9;
}
#ifb-main-body #ifb-nav-dropdown.ifb-dropdown-active {
  height: 100px;
}
#ifb-main-body .ifb-top-5-item {
  margin-bottom: 24px;
}
#ifb-main-body .ifb-top-5-item .ifb-flex-row {
  align-items: center;

}
#ifb-main-body .ifb-top-5-item .ifb-flex-row:not(.ifb-top-5-top) {
  flex-wrap: wrap;
}
#ifb-main-body .ifb-top-5-item .ifb-top-5-top {
  justify-content: space-between;
}
#ifb-main-body .ifb-top-5-item .ifb-top-5-top .ifb-flex-row {
  flex-wrap: nowrap;
}
#ifb-main-body .ifb-top-5-item .ifb-top-5-company {
  text-transform: uppercase;
}
#ifb-main-body .ifb-top-5-item .ifb-title {
  font-size: 16px;
  line-height: 16px;
}
#ifb-main-body .ifb-ceo-key-total {
	font-size: 12px;
	margin-top: 16px;
	opacity: 0;
	transform: translateY(12px);
	transition: all .3s ease;
}
#ifb-main-body.ifb-region-filtered .ifb-ceo-key-total {
	transform: translateY(0);
	opacity: 1;
	transition: all .3s ease .1s;
}
#ifb-main-body #ifb-info-container .ifb-top-5-item .ifb-p,
#ifb-main-body #ifb-info-container .ifb-top-5-item .ifb-p-light {
  font-size: 14px;
}
#ifb-main-body #ifb-info-container .ifb-top-5-item .ifb-top-5-value {
  white-space: nowrap;
	margin-left: 24px;
}
#ifb-main-body .ifb-top-5-family {
  padding-right: 8px;
}
#ifb-main-body .ifb-flag {
  margin-right: 8px;
}
#ifb-main-body .ifb-flag img {
  width: 25px;
  display: block;
}
#ifb-main-body .ifb-top-5-na .ifb-top-5-line {
  background-color: #4B7DFF;
}
#ifb-main-body .ifb-top-5-europe .ifb-top-5-line {
  background-color: #FAC846;
}
#ifb-main-body .ifb-top-5-cla .ifb-top-5-line {
  background-color: #1ECDB9;
}
#ifb-main-body .ifb-top-5-apac .ifb-top-5-line {
  background-color: #A7456D;
}
#ifb-main-body .ifb-top-5-mea .ifb-top-5-line {
  background-color: #FA4646;
}
#ifb-main-body .ifb-top-5-key {
  max-width: 400px;
}
#ifb-main-body .ifb-top-5-key > .ifb-p {
	padding-bottom: 12px;
}
#ifb-main-body .ifb-top-5-keys-wrap {
  flex-wrap: wrap;
  max-width: 400px;
}
#ifb-main-body #ifb-info-container .ifb-top-5-keys-wrap .ifb-title-bold {
  font-size: 12px;
}
#ifb-main-body #ifb-info-container .ifb-top-5-keys-wrap .ifb-top-key-item {
  margin-right: 11px;
	padding-bottom: 8px;
}
#ifb-main-body #ifb-info-container .ifb-top-5-keys-wrap .ifb-top-key-item:before {
  content: '';
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 4px;
}
#ifb-main-body #ifb-info-container .ifb-top-5-keys-wrap .ifb-top-key-item-na:before {
  background-color: #4B7DFF;
}
#ifb-main-body #ifb-info-container .ifb-top-5-keys-wrap .ifb-top-key-item-eu:before {
  background-color: #FAC846;
}
#ifb-main-body #ifb-info-container .ifb-top-5-keys-wrap .ifb-top-key-item-apac:before {
  background-color: #A7456D;
}
#ifb-main-body #ifb-info-container .ifb-top-5-keys-wrap .ifb-top-key-item-cla:before {
  background-color: #1ECDB9;
}
#ifb-main-body #ifb-info-container .ifb-top-5-keys-wrap .ifb-top-key-item-mea:before {
  background-color: #FA4646;
}
#ifb-main-body #ifb-info-top-5 .ifb-content-inner-wrap {
  padding: 24px 0 24px 24px;
  display: grid;
  grid-template-rows: 1fr 62px;
  height: 100%;
}
#ifb-main-body #ifb-info-longevity .ifb-content-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px 0 24px 24px;
}
#ifb-main-body .ifb-country-selector {
  cursor: pointer !important;
  transition: opacity .2s ease;
}
#ifb-main-body .ifb-country-selector .ifb-country-cross,
#ifb-main-body .ifb-country-selector rect,
#ifb-main-body .ifb-country-selector text {
  transition: fill .2s ease;
}
#ifb-main-body .ifb-country-cross {
  visibility: hidden;
}
#ifb-main-body .ifb-country-selector.ifb-active-map-selector rect {
  fill: #00232D !important;
}
#ifb-main-body .ifb-country-selector.ifb-active-map-selector text {
  fill: #ffffff;
}
#ifb-main-body.ifb-region-filtered .ifb-country-selector.ifb-active-map-selector {
  opacity: 1 !important;
	visibility: visible !important;
}
#ifb-main-body .ifb-country-selector.ifb-active-map-selector .ifb-country-cross {
  visibility: visible;
}
#ifb-main-body.ifb-region-filtered .ifb-country-selector {
  opacity: 0;
	visibility: hidden;
}
#ifb-main-body .ifb-country-selector:hover rect {
  fill: #1F576F;
}
#ifb-main-body .ifb-country-selector:hover text {
  fill: #ffffff;
}
#ifb-main-body .ifb-map-top {
  position: relative;
  z-index: 100;
  height:57.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.5px solid #09222C;
  width: 100%;
}
#ifb-main-body .ifb-map-top .ifb-p {
  font-size: 16px;
	line-height: 21px;
	max-width: 400px;
}
#ifb-main-body.ifb-small .ifb-map-top .ifb-p {
	max-width: none;
}
#ifb-main-body .ifb-top-5-graphic-container {
  position: relative;
}
#ifb-main-body .ifb-top-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  transition: visibility .6s ease;
}
#ifb-main-body .ifb-top-5.ifb-top-5-active {
  visibility: visible;
}
#ifb-main-body .ifb-top-5 .ifb-top-5-item {
  transform: translateX(-20%);
  opacity: 0;
}
#ifb-main-body .ifb-top-5 .ifb-top-5-item-1 {
  transition: all .6s ease;
}
#ifb-main-body .ifb-top-5 .ifb-top-5-item-2 {
  transition: all .6s ease .1s;
}
#ifb-main-body .ifb-top-5 .ifb-top-5-item-3 {
  transition: all .6s ease .2s;
}
#ifb-main-body .ifb-top-5 .ifb-top-5-item-4 {
  transition: all .6s ease .3s;
}
#ifb-main-body .ifb-top-5 .ifb-top-5-item-5 {
  transition: all .6s ease .4s;
}
#ifb-main-body .ifb-top-5.ifb-top-5-active .ifb-top-5-item {
  transform: translateX(0);
  opacity: 1;
}
#ifb-main-body .ifb-top-5-line {
  height: 6px;
  width: 0;
  transition: width .6s ease .3s;
}
#ifb-main-body #ifb-svg-map-container {
  max-width: 100%;
  max-height: calc(100% - 57px);
  overflow: hidden;
}
#ifb-main-body .ifb-ceo-key-title {
  font-size: 12px;
  padding-right: 5px;
  min-width: 62px;
}
#ifb-main-body .ifb-doughnut-key .ifb-flex-row {
  transition: all .3s ease;
}
#ifb-main-body .ifb-doughnut-key .ifb-ceo-key-item {
  padding: 0 5px;
}
#ifb-main-body .ifb-doughnut-key .ifb-ceo-key-item:before {
  content: '';
  height: 11px;
  width: 11px;
  display: inline-block;
}
#ifb-main-body .ifb-doughnut-key .ifb-nonfamily-key:before {
  background-color: #00232D;
}
#ifb-main-body .ifb-doughnut-key .ifb-women-key:before {
  background-color: #89949A;
}
#ifb-main-body .ifb-doughnut-key .ifb-nonfamily-key-region:before {
  background-color: #FA5500;
}
#ifb-main-body .ifb-doughnut-key .ifb-women-key-region:before {
  background-color: #B7CBFF;
}
#ifb-main-body .ifb-bottom-link {
	text-align: center;
	margin-top: 18px;
}
#ifb-main-body .ifb-bottom-link a {
	text-decoration: underline !important;
	font-size: 12px !important;
	font-style: italic !important;
	color: #021720 !important;
}
#ifb-main-body #ifb-info-ceo {
  padding: 0 0 24px 24px;
}
#ifb-main-body #ifb-info-ceo .ifb-content-inner-wrap {
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#ifb-main-body .ifb-doughnut-key .ifb-ceo-key-title-global {
  overflow: hidden;
}
#ifb-main-body .ifb-doughnut-key .ifb-women-key-region,
#ifb-main-body .ifb-doughnut-key .ifb-nonfamily-key-region,
#ifb-main-body .ifb-doughnut-key #ifb-dougnut-country {
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
#ifb-main-body.ifb-region-filtered .ifb-doughnut-key .ifb-women-key-region,
#ifb-main-body.ifb-region-filtered .ifb-doughnut-key .ifb-nonfamily-key-region,
#ifb-main-body.ifb-region-filtered .ifb-doughnut-key #ifb-dougnut-country {
  opacity: 1;
  visibility: visible;
}
#ifb-main-body .ifb-doughnut-key .ifb-ceo-key-title-global,
#ifb-main-body .ifb-doughnut-key #ifb-dougnut-country {
  text-transform: uppercase;
}
#ifb-main-body .ifb-longevity-graph-wrap {
  align-items: center;
  height: 100%;
}
#ifb-main-body .ifb-doughnut-regional-key {
  transition: all .4s ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(12px);
}
#ifb-main-body.ifb-region-filtered .ifb-doughnut-regional-key {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}


#ifb-main-body.ifb-medium #ifb-info-container .ifb-top-5-item .ifb-title {
  font-size: 14px;
  line-height: 14px;
}
#ifb-main-body.ifb-medium #ifb-info-container .ifb-top-5-item .ifb-p,
#ifb-main-body.ifb-medium #ifb-info-container .ifb-top-5-item .ifb-p-light {
  font-size: 12px;
  line-height: 12px;
}
#ifb-main-body.ifb-medium .ifb-flag img {
  width: 22px
}
#ifb-main-body.ifb-medium .ifb-top-5-item {
  margin-bottom: 16px;
}
#ifb-main-body.ifb-medium .ifb-top-5-item > .ifb-flex-row {
  margin-bottom: 4px;
}
#ifb-main-body.ifb-medium .ifb-map-top .ifb-p,
#ifb-main-body.ifb-medium #ifb-active-nav-text {
  font-size: 14px;
  line-height: 14px;
}
#ifb-main-body.ifb-medium .ifb-dropdown-arrow {
  height: 48px;
  width: 48px;
}
#ifb-main-body.ifb-medium .ifb-map-top {
  height: 48.5px;
}
#ifb-main-body.ifb-medium #ifb-info-container .ifb-info-main-content {
  top: 50px;
}
#ifb-main-body.ifb-medium #ifb-main-content {
  height: 475px;
}
#ifb-main-body.ifb-medium .ifb-nav-tab .ifb-title {
  font-size: 14px;
  height: 48px;
}
#ifb-main-body.ifb-medium #ifb-info-top-5 .ifb-content-inner-wrap {
  padding: 16px 0 16px 16px
}
#ifb-main-body.ifb-medium #ifb-nav-dropdown.ifb-dropdown-active {
  height: 96px;
}
#ifb-main-body.ifb-medium #ifb-info-container #ifb-info-ceo .ifb-dougnut-wrap {
	min-width: 245px;
	min-height: 245px;
	max-width: 245px;
	max-height: 245px;
}
#ifb-main-body.ifb-medium #ifb-svg-map-container {
	max-height: calc(100% - 49px);
}

#ifb-main-body.ifb-small #ifb-map #ifb-svg-map-wrap,
#ifb-main-body.ifb-small #ifb-svg-map-container {
	max-height: 299px;
}
#ifb-main-body.ifb-small #ifb-main-content > .ifb-flex-row {
  flex-direction: column;
}
#ifb-main-body.ifb-small #ifb-info-container,
#ifb-main-body.ifb-small #ifb-map {
  width: 100%;
}
#ifb-main-body.ifb-small #ifb-map {
  max-height: 350px;
}
#ifb-main-body.ifb-small #ifb-info-container {
  min-height: 500px;
}
#ifb-main-body.ifb-small #ifb-main-content {
  height: auto;
}
#ifb-main-body.ifb-small #ifb-info-top-5 .ifb-content-inner-wrap {
  padding: 16px 0;
}
#ifb-main-body.ifb-small #ifb-info-container {
  border-left: none;
  border-top: 0.5px solid #09222C;
}
#ifb-main-body.ifb-small .ifb-nav-toggle {
  padding-left: 12px;
}
#ifb-main-body.ifb-small .ifb-inner-wrap {
  padding: 12px;
}
#ifb-main-body.ifb-small #ifb-main-content {
  margin-top: 24px;
}
#ifb-main-body.ifb-small #ifb-info-longevity .ifb-content-inner-wrap {
  padding: 16px 0;
}
#ifb-main-body.ifb-small #ifb-map .ifb-map-zoom-container {
  top: 58px;
  right: 12px;
}
#ifb-main-body.ifb-small #ifb-info-ceo {
  padding-left: 0;
}
#ifb-main-body.ifb-small #ifb-info-container #ifb-info-ceo .ifb-dougnut-wrap {
  min-width: 1px;
	min-height: 1px;
	max-width: 340px;
	max-height: 340px;
	width: auto;
	margin: 12px auto;
}
#ifb-main-body.ifb-small .ifb-map-top .ifb-p {
	text-align: center;
}
#ifb-main-body.ifb-small .ifb-nav-tab {
  padding-left: 12px;
}
