.compare-section {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0.3s ease;
  background-color: #FDF5ED;
}
.compare-section .compare-countries-filter input::-webkit-input-placeholder {
  color: #1c4697 !important;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--stolzl);
}
@media (max-width: 769px) {
  .compare-section .compare-countries-filter .ci-filter-wrp {
    flex-direction: column;
  }
}
.compare-section .compare-countries-filter #indicators-checkbox {
  display: none;
}
@media (max-width: 769px) {
  .compare-section .compare-countries-filter #indicators-checkbox {
    display: block;
  }
}
@media (max-width: 500px) {
  .compare-section .compare-countries-filter #indicators-checkbox {
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .compare-section .compare-countries-filter #compare-selects {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .compare-section .compare-countries-filter #compare-selects {
    text-align: center;
  }
}
.compare-section .compare-countries-filter #compare-selects .topic-country-wrp.dropdown {
  min-height: 4rem;
}
.compare-section .compare-countries-filter .compare-countries-headline {
  margin-bottom: 3rem;
  letter-spacing: 0.008em;
}
.compare-section .compare-countries-filter .indicators-dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.compare-section .compare-countries-filter .open-indicators-dropdown {
  position: relative;
  display: inline-block;
  padding: 1.2rem 3.6rem 1.2rem 1.8rem;
  border-radius: 5.4rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--stolzl);
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #274592;
  transition: all 0.3s ease;
  border: 2px solid #274592;
  background: #FFC5A5;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.compare-section .compare-countries-filter .open-indicators-dropdown:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../../../assets/images/arrow-down-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: all 0.4s ease;
}
.compare-section .compare-countries-filter .indicators-dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 200;
  overflow: scroll;
  background: #fff;
  border-radius: 2rem;
  border: 2px solid #274592;
  transition: all 0.4s ease;
  min-width: 130%;
  max-height: 16rem;
}
@media screen and (min-width: 1024px) {
  .compare-section .compare-countries-filter .indicators-dropdown-content {
    white-space: nowrap;
    min-width: 160%;
  }
}
@media (max-width: 500px) {
  .compare-section .compare-countries-filter .indicators-dropdown-content {
    left: 50%;
    transform: translateX(-50%);
  }
}
.compare-section .compare-countries-filter .indicators-dropdown-content .checkbox-item {
  position: relative;
  display: block;
  margin: 1.8rem;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--karla);
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1.1;
  color: var(--wp--preset--color--contrast);
  transition: all 0.3s ease;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .compare-section .compare-countries-filter .indicators-dropdown-content .checkbox-item {
    white-space: nowrap;
  }
}
.compare-section .compare-countries-filter .indicators-dropdown-content .checkbox-item input {
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 4px;
  outline: none;
  padding: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 0.6rem;
}
.compare-section .compare-countries-filter .indicators-dropdown-content .checkbox-item input:checked {
  background-color: var(--wp--preset--color--contrast);
}
.compare-section .compare-countries-filter .indicators-dropdown-content .checkbox-item.group-item {
  font-weight: 700;
  font-style: Bold;
}
.compare-section .compare-countries-filter .indicators-dropdown-content .checkbox-item.select-all.hidden {
  display: none;
}
.compare-section .compare-countries-filter .indicators-dropdown-content .checkbox-item.unselect-all.hidden {
  display: none;
}
.compare-section .compare-countries-filter .checkbox-pill {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2rem;
  cursor: pointer;
}
.compare-section .compare-countries-filter .checkbox-pill.checkbox-open-pill .open-indicators-dropdown:after {
  transform: translateY(-50%) rotate(180deg);
}
.compare-section .compare-countries-filter .checkbox-pill.checkbox-open-pill .indicators-dropdown-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow: scroll;
  cursor: pointer;
}
.compare-section .compare-countries-filter .pill {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2rem;
  cursor: pointer;
}
@media (max-width: 500px) {
  .compare-section .compare-countries-filter .pill {
    margin-left: 0;
    display: block;
  }
}
.compare-section .compare-countries-filter .pill.open-pill .selected-country:after {
  transform: translateY(-50%) rotate(180deg);
}
.compare-section .compare-countries-filter .pill.open-pill .topic-country-wrp {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow: scroll;
  cursor: pointer;
}
.compare-section .compare-countries-filter .pill > .selected-country {
  position: relative;
  display: inline-block;
  padding: 1.2rem 3.6rem 1.2rem 3.6rem;
  border-radius: 5.4rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--stolzl);
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #274592;
  transition: all 0.3s ease;
  border: 2px solid #274592;
  background: #FFC5A5;
  width: 100%;
  text-align: center;
  margin-bottom: 0.5rem;
}
.compare-section .compare-countries-filter .pill > .selected-country:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../../../assets/images/arrow-down-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: all 0.4s ease;
}
.compare-section .compare-countries-filter .topic-country-wrp {
  text-decoration: none;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.compare-section .compare-countries-filter .topic-country-wrp:-webkit-scrollbar {
  display: none;
}
.compare-section .compare-countries-filter .dropdown-items {
  text-decoration: none;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.compare-section .compare-countries-filter .dropdown-items:-webkit-scrollbar {
  display: none;
}
.compare-section .compare-countries-filter .topic-country-wrp .dropdown-item {
  position: relative;
  display: block;
  border-radius: 1rem;
  margin: 0 1rem;
  padding: 0.8rem 1rem;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--stolzl);
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1.1;
  color: var(--wp--preset--color--contrast);
  transition: all 0.3s ease;
  text-align: left;
}
.compare-section .compare-countries-filter .topic-country-wrp .dropdown-item:first-child {
  margin-top: 1rem;
}
.compare-section .compare-countries-filter .topic-country-wrp .dropdown-item:last-child {
  margin-bottom: 1rem;
}
.compare-section .compare-countries-filter .topic-country-wrp .dropdown-item.active, .compare-section .compare-countries-filter .topic-country-wrp .dropdown-item:hover {
  background-color: var(--wp--preset--color--contrast);
  color: #fff;
}
.compare-section .compare-countries-filter .topic-country-wrp .dropdown-item.highlighted {
  background-color: var(--wp--preset--color--contrast);
  color: #fff;
}
.compare-section .compare-countries-filter h5 {
  margin-bottom: 0.5rem;
}
.compare-section .compare-countries-filter .close-pill-checkbox {
  margin: 0 0.5rem;
  position: absolute;
  top: 0.9rem;
  left: 1.3rem;
}
.compare-section .compare-countries-filter .close-pill-checkbox svg {
  width: 1rem;
  height: 1rem;
}
.compare-section .compare-countries-filter .topic-country-wrp {
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 200;
  overflow: auto;
  background: #fff;
  border-radius: 2rem;
  border: 2px solid var(--wp--preset--color--contrast);
  transition: all 0.4s ease;
  min-width: 130%;
  max-height: 30rem;
}
@media screen and (min-width: 1024px) {
  .compare-section .compare-countries-filter .topic-country-wrp {
    white-space: nowrap;
  }
}
@media screen and (max-width: 769px) {
  .compare-section .compare-countries-filter .topic-country-wrp {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .compare-section .compare-countries-filter .topic-country-wrp {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.compare-section .compare-countries-filter .topic-country-wrp a {
  position: relative;
  display: block;
  margin: 1rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--stolzl);
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 0.25px;
  color: #274592;
  transition: all 0.3s ease;
  text-align: center;
}
.compare-section .compare-countries-table {
  transition: all 0.3s ease;
}
.compare-section .compare-countries-table #indicators-checkbox-table {
  display: inline-block;
}
@media (max-width: 769px) {
  .compare-section .compare-countries-table #indicators-checkbox-table {
    display: none;
  }
}
.compare-section .compare-countries-table .indicators-dropdown-table {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.compare-section .compare-countries-table .open-indicators-dropdown-table {
  position: relative;
  display: inline-block;
  padding: 0.8rem 3.3rem 0.8rem 1.2rem;
  border-radius: 5.45rem;
  font-family: var(--wp--preset--font-family--stolzl);
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  background: transparent;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}
.compare-section .compare-countries-table .open-indicators-dropdown-table:after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../../../assets/images/arrow-down-white-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transition: all 0.4s ease;
}
.compare-section .compare-countries-table .indicators-dropdown-content-table {
  columns: 3;
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 84rem;
  width: max-content;
  padding: 5rem 2rem 2rem 2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 200;
  overflow: scroll;
  background: #fff;
  border-radius: 2rem;
  border: 2px solid #274592;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1242px) {
  .compare-section .compare-countries-table .indicators-dropdown-content-table {
    columns: 2;
    max-width: 74rem;
  }
}
@media screen and (max-width: 1024px) {
  .compare-section .compare-countries-table .indicators-dropdown-content-table {
    max-width: 60rem;
  }
}
@media screen and (max-width: 840px) {
  .compare-section .compare-countries-table .indicators-dropdown-content-table {
    max-width: 50rem;
  }
}
@media screen and (max-width: 770px) {
  .compare-section .compare-countries-table .indicators-dropdown-content-table {
    display: none;
  }
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  position: relative;
  display: block;
  padding: 1rem 1.4rem;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--karla);
  font-size: 1.8rem;
  text-decoration: none;
  line-height: 1;
  color: var(--wp--preset--color--contrast);
  transition: all 0.3s ease;
  text-align: left;
  cursor: pointer;
  white-space: normal;
  padding-left: 3rem;
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table:first-child {
  display: block;
  width: 100%;
  position: absolute;
  top: 1rem;
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table input {
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 4px;
  outline: none;
  padding: 0;
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 1.35rem;
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table input:checked {
  background-color: var(--wp--preset--color--contrast);
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table.group-item {
  font-weight: 700;
  font-style: Bold;
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table.select-all-table {
  width: 100%;
  position: absolute;
  top: 1rem;
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table.select-all-table.hidden {
  display: none;
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table.unselect-all-table {
  display: block;
  width: 100%;
  position: absolute;
  top: 1rem;
}
.compare-section .compare-countries-table .indicators-dropdown-content-table .checkbox-item-table.unselect-all-table.hidden {
  display: none;
}
.compare-section .compare-countries-table .checkbox-pill-table {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2rem;
  cursor: pointer;
}
.compare-section .compare-countries-table .checkbox-pill-table.checkbox-open-pill .open-indicators-dropdown-table:after {
  transform: translateY(-50%) rotate(180deg);
}
.compare-section .compare-countries-table .checkbox-pill-table.checkbox-open-pill .indicators-dropdown-content-table {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  overflow: scroll;
  cursor: pointer;
}
.compare-section .compare-countries-table {
  display: none;
  margin-top: 4rem;
  border-radius: 3rem;
  padding: 0 0 0 3rem;
  background-color: #ffffff;
}
.compare-section .compare-countries-table:has(tr td:nth-child(3)) {
  padding-right: 3rem;
}
.compare-section .compare-countries-table:has(thead.uk-sticky-fixed) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.compare-section .compare-countries-table:has(thead.uk-sticky-fixed) thead:before {
  border-radius: 0;
}
.compare-section .compare-countries-table .compare-table th:not(.midwives-data-hub-compare-th) {
  text-align: center;
  width: 20%;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.compare-section .compare-countries-table .compare-table td:not(.midwives-data-hub-compare) {
  text-align: center;
  color: #1C294F;
  font-family: var(--wp--preset--font-family--stolzl);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.25px;
}
.compare-section .compare-countries-table .compare-table td:not(.midwives-data-hub-compare).number,
.compare-section .compare-countries-table .compare-table td:not(.midwives-data-hub-compare).global-rank {
  text-align: center;
  color: #1C294F;
  font-family: var(--wp--preset--font-family--stolzl);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.25px;
}
.compare-section .compare-countries-table .compare-table td:not(.midwives-data-hub-compare).number span,
.compare-section .compare-countries-table .compare-table td:not(.midwives-data-hub-compare).global-rank span {
  display: block;
  font-family: var(--wp--preset--font-family--karla);
  font-size: 1.3rem;
  font-weight: 400;
}
.compare-section .compare-countries-table .compare-table td:not(.midwives-data-hub-compare).no-data {
  text-align: center;
  color: #757575;
  font-family: var(--wp--preset--font-family--proxima-sera);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  letter-spacing: 0.25px;
}
.compare-section .compare-countries-table .compare-table td[colspan] {
  text-align: left !important;
}
.compare-section .compare-countries-table .compare-table td span {
  display: block;
  font-family: var(--wp--preset--font-family--karla);
  font-size: 1.3rem;
  font-weight: 400;
}
.compare-section .compare-countries-table .compare-table {
  margin-bottom: 0;
}
.compare-section .compare-countries-table .compare-table .midwives-data-hub-compare-th {
  padding-left: 2.5rem;
  position: relative;
  vertical-align: middle;
  font-size: 1.5rem;
  font-family: var(--wp--preset--font-family--stolzl);
}
.compare-section .compare-countries-table .compare-table .midwives-data-hub-compare-th:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2.7rem;
  background: url("images/data-hub-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.compare-section .compare-countries-table .compare-table .midwives-data-hub-compare {
  padding-left: 0;
}
@media screen and (min-width: 770px) {
  .compare-section .compare-countries-table .compare-table .midwives-data-hub-compare {
    padding-left: 1rem;
  }
}
.compare-section .compare-countries-table .compare-table thead {
  position: relative;
  z-index: 3;
}
.compare-section .compare-countries-table .compare-table thead:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: var(--wp--preset--color--contrast);
  top: 0;
  left: -3rem;
  width: calc(100% + 6rem);
  height: 100%;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
.compare-section .compare-countries-table .compare-table tbody {
  background-color: #ffffff;
}
.compare-section .compare-countries-table .compare-table tbody .small-col-width {
  color: #1C294F;
}
.compare-section .compare-countries-table .compare-table tbody .midwives-data-hub-compare {
  color: #4B4B4B;
  font-family: var(--wp--preset--font-family--karla);
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.compare-section .compare-countries-table .compare-table tbody tr {
  transition: background-color 0.3s ease;
  position: relative;
}
.compare-section .compare-countries-table .compare-table tbody tr.title-row {
  background: #82BFFA;
}
.compare-section .compare-countries-table .compare-table tbody tr.title-row .item-title-row {
  width: 100%;
  height: 100%;
  font-family: var(--wp--preset--font-family--stolzl);
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.25px;
  vertical-align: middle;
  color: #274592;
}
@media screen and (min-width: 770px) {
  .compare-section .compare-countries-table .compare-table tbody tr.title-row .item-title-row::before {
    content: "";
    position: absolute;
    height: 100%;
    left: -3rem;
    top: 0;
    background: #82BFFA;
    width: 3rem;
  }
  .compare-section .compare-countries-table .compare-table tbody tr.title-row .item-title-row::after {
    content: "";
    position: absolute;
    height: 100%;
    right: -3rem;
    top: 0;
    background: #82BFFA;
    width: 3rem;
  }
}
@media screen and (min-width: 770px) {
  .compare-section .compare-countries-table .compare-table tbody tr.data-row:hover, .compare-section .compare-countries-table .compare-table tbody tr.data-row-first:hover {
    background-color: var(--wp--preset--color--base);
  }
  .compare-section .compare-countries-table .compare-table tbody tr.data-row:hover .first-country, .compare-section .compare-countries-table .compare-table tbody tr.data-row-first:hover .first-country {
    background-color: var(--wp--preset--color--base);
  }
}
.compare-section .compare-countries-table .compare-table tr.data-row {
  border-top: 2px solid #FEC4A4;
}
.compare-section .compare-countries-table .compare-table tbody tr:first-child,
.compare-section .compare-countries-table .compare-table thead tr:first-child {
  border-top: none;
}
.compare-section .compare-countries-table .compare-table th {
  color: #ffffff;
}
.compare-section .compare-countries-table .compare-table th:first-child {
  width: 40%;
}
.compare-section .compare-countries-table .compare-table td,
.compare-section .compare-countries-table .compare-table th {
  padding: 3rem 1.2rem;
}
.compare-section .compare-countries-table .compare-table .midwives-data-hub-compare {
  width: 40%;
}
.compare-section .compare-countries-table .compare-table .first-country {
  background-color: #ffece1;
  transition: background-color 0.3s ease;
}
.compare-section .compare-countries-table .compare-table .small-col-width {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--stolzl);
  letter-spacing: 0.25px;
  line-height: normal;
  vertical-align: middle;
}
.compare-section .compare-countries-table .compare-table .small-col-width.no-data {
  text-align: center;
  color: #757575;
  font-family: var(--wp--preset--font-family--proxima-sera);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  letter-spacing: 0.25px;
}
@media (max-width: 769px) {
  .compare-section .compare-countries-table {
    padding: 0;
    border-radius: unset;
  }
  .compare-section .compare-countries-table:has(tr td:nth-child(3)) {
    padding-right: 0;
  }
  .compare-section .midwives-data-hub-compare {
    padding-left: 1.2rem !important;
  }
  .compare-section table td {
    border-bottom: 1px solid rgba(43, 56, 143, 0.12);
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    font-size: 0.9em;
    text-align: right;
    width: 100%;
  }
  .compare-section table td:before {
    content: attr(data-label);
    text-transform: uppercase;
    text-align: left;
    font-size: 1.6rem;
    font-style: normal;
    font-family: var(--wp--preset--font-family--karla);
    color: #1C4697;
    font-weight: 700;
  }
  .compare-section table td:last-child {
    border-bottom: 0;
  }
  .compare-section table td[data-label] {
    font-size: 0.9em;
  }
  .compare-section .midwives-data-hub-compare {
    width: auto !important;
  }
  .compare-section table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
  }
  .compare-section table thead tr {
    display: none;
  }
  .compare-section table thead tr:first-child {
    display: block;
    text-align: left;
    font-size: 1em;
  }
  .compare-section table thead tr:first-child:before {
    display: none;
  }
}