/* -----------------------------------------------------
Variable
----------------------------------------------------- */
/* Colors
  ========================================================================== */
/* Typography
========================================================================== */
/* Shadow
========================================================================== */
/* -----------------------------------------------------
Mixins
----------------------------------------------------- */
/* -----------------------------------------------------
Common
----------------------------------------------------- */
/* ELEMENTS */
.hidden {
  display: none;
}

@media screen and (max-width: 990px) {
  .hide-mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-mob--inline {
    display: inline !important;
  }
  .hide-desk {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .hide-mob {
    display: none !important;
  }
  .hide-desk {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-desk--inline {
    display: inline !important;
  }
}
.pseudo {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}

.shadow {
  -webkit-box-shadow: 0 5px 15px 0px rgba(34, 60, 107, 0.2) !important;
          box-shadow: 0 5px 15px 0px rgba(34, 60, 107, 0.2) !important;
}

h1 {
  font-size: 4.25rem;
  line-height: 4.875rem;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  h1 {
    padding: 0 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    padding: 0 3vw;
  }
}

h2 {
  font-size: 3.25rem;
  line-height: 4.25rem;
  font-weight: 700;
}
h2 strong {
  color: #3AAFB9;
}
body:not(.home) h2 {
  font-weight: 400;
  font-size: 46px;
  line-height: 60px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  h2 {
    margin-bottom: 30px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 500;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2.375rem;
    line-height: 3rem;
    margin: 30px 0 30px;
  }
}

h4 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8125rem;
  color: #3AAFB9;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  h4 {
    margin-top: 0px;
  }
}

h5 {
  color: #3AAFB9;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5625rem;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  h5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

p {
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 400;
  margin-bottom: 25px;
}
p strong {
  font-weight: 600;
}
p.big {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 40px;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}
html body {
  scroll-behavior: smooth;
  overflow-y: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  color: #2E294E;
  line-height: 22px;
  z-index: 0;
  overflow-x: hidden;
  max-width: 100vw;
  background: transparent url("../img/background.png") center center repeat;
}
html body.open, html body.modal-open {
  overflow-y: hidden;
  position: fixed;
  width: 100vw;
}
html body .container {
  max-width: 1210px;
}
@media screen and (min-width: 1400px) {
  body:not(.login) html body {
    position: relative;
  }
  body:not(.login) html body:before {
    content: "Dietary Guidelines Initiative";
    display: block;
    position: absolute;
    top: 820px;
    right: 83px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 0;
    font-weight: 700;
    font-size: 168px;
    color: #2E294E;
    opacity: 0.03;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
}
@media screen and (min-width: 1400px) {
  html body:not(.home):before {
    top: 320px;
  }
}
@media screen and (max-width: 990px) {
  html body .container {
    max-width: calc(100vw - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  html body .container {
    max-width: calc(100vw - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
}
html body main a {
  color: #3AAFB9;
}
html body *:focus {
  outline: none;
}

*:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.guidelines_items a {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.guidelines_items a img {
  border: 1px solid #E7E7E7;
  -webkit-filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 12px 12px rgba(0, 0, 0, 0.05));
}
.guidelines_items a:hover {
  /*img{*/
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  /*}*/
}
.guidelines_items a, .guidelines_items div {
  margin-bottom: 80px;
  text-decoration: none;
}
.guidelines_items a img, .guidelines_items div img {
  margin-bottom: 15px;
}
.guidelines_items a h6, .guidelines_items div h6 {
  margin: 0;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #2E294E;
  text-decoration: none;
}
.guidelines_items div img {
  cursor: default;
}
.guidelines_items div h6 {
  opacity: 0.5;
}

/* -----------------------------------------------------
Components
----------------------------------------------------- */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px #FFBB00 solid;
  border-radius: 50px;
  padding: 20px 25px;
  font-size: 15px;
  line-height: 14px;
  color: #2E294E;
  font-weight: 700;
  height: auto;
  background: #FFBB00;
}
.btn:hover {
  background: #2E294E;
  color: white;
}
.btn:hover::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.btn-icon {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  padding: 22px 32px;
  margin: 15px 0 80px;
  width: 100%;
}
.btn-icon svg path {
  stroke: #2E294E;
}
.btn-icon:hover svg path {
  stroke: white;
}

.form-control {
  line-height: 32px;
  border-radius: 6px;
  border: 1px solid rgba(46, 41, 78, 0.2);
}

.form-label span {
  color: #3AAFB9;
  margin-left: 5px;
}

[type=checkbox]:checked:hover, [type=checkbox]:checked:focus, [type=radio]:checked:hover, [type=radio]:checked:focus {
  border-color: transparent;
  background-color: #3AAFB9;
}

textarea {
  height: 160px;
}

/* -----------------------------------------------------
Layout
----------------------------------------------------- */
header {
  padding: 25px 0 35px;
  position: relative;
}
body:not(.home) header {
  padding-bottom: 55px;
}
@media screen and (min-width: 991px) {
  body:not(.home) header {
    /*background:
    linear-gradient($grey 0 0) 150px,
    linear-gradient($grey 0 0) 50%,
    linear-gradient($grey 0 0) calc(100% - 150px);
    background-size:1px 100%;
    background-repeat:no-repeat;*/
  }
}
header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
header .navbar .menuleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 990px) {
  header .navbar .menuleft {
    margin-bottom: 50px;
  }
}
header .navbar .menuleft .nav-item .nav-link {
  font-size: 16px;
  color: #2E294E;
}
header .navbar .menuleft .nav-item .nav-link:hover {
  color: #FFBB00;
}
header .navbar .logout {
  color: #2E294E;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  background: none;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .navbar .logout:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #FFBB00;
  border-radius: 3px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 990px) {
  header .navbar .logout:before {
    margin: 0 15px 0 10px;
  }
}
header .navbar .logout:hover {
  color: #FFBB00;
}
header .navbar:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 800px;
  height: 915px;
  right: -130px;
  top: -541px;
  background: #3AAFB9;
  border-radius: 100px;
}
@media screen and (min-width: 991px) {
  body:not(.home) header .navbar:after {
    width: 1272px;
    height: 650px;
    left: calc(35.5% - 60px);
    top: -520px;
    right: inherit;
    border-radius: 1000px;
  }
}
.guidelines header .navbar:after {
  background: #FFBB00;
}
.why header .navbar:after {
  background: #ACEB98;
}
header .navbar .nav-item {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .navbar .nav-item .nav-link {
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  background: none;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .navbar .nav-item .nav-link:hover {
  color: #2E294E;
}
header .navbar .nav-item:not(:last-of-type):after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #2E294E;
  border-radius: 3px;
  margin: 0 20px;
}
@media screen and (max-width: 990px) {
  header {
    padding: 25px 0 20px;
  }
  header .navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .open header .navbar-brand {
    z-index: 9;
  }
  .open header .navbar-brand img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  header .navbar:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 165px;
    height: 232px;
    right: -50px;
    top: -120px;
    background: #3AAFB9;
    border-radius: 1000px;
    -webkit-transition: 0.5s all cubic-bezier(0.25, 1, 0.5, 1);
    transition: 0.5s all cubic-bezier(0.25, 1, 0.5, 1);
  }
  .open header .navbar:after {
    -webkit-transform: scale(10) translateX(-25%);
            transform: scale(10) translateX(-25%);
    z-index: 4;
    -webkit-transition: 2s all cubic-bezier(0.16, 1, 0.3, 1);
    transition: 2s all cubic-bezier(0.16, 1, 0.3, 1);
  }
  header .navbar-toggler {
    margin-right: 20px;
    border: 0;
  }
  .open header .navbar-toggler {
    z-index: 9;
  }
  .open header .navbar-toggler-icon {
    margin-right: 4px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml, %3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.22168' y='0.807617' width='24' height='2' transform='rotate(45 2.22168 0.807617)' fill='white'/%3E%3Crect x='19.1924' y='2.2218' width='24' height='2' transform='rotate(135 19.1924 2.2218)' fill='white'/%3E%3C/svg%3E");
  }
  header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  header .navbar-collapse {
    -webkit-transition: 0 all 2s;
    transition: 0 all 2s;
    position: fixed;
    z-index: 5;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0;
    top: 0;
    padding-top: 60px;
  }
  header .navbar-collapse.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  header .navbar-collapse.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  header .navbar-collapse ul {
    margin: 0 !important;
  }
  header .navbar-collapse ul .nav-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .navbar-collapse ul .nav-item .nav-link {
    width: 100%;
    text-align: center;
    margin: 0px 0;
    color: white;
    font-size: 40px;
    line-height: 40px;
  }
  header .navbar-collapse ul .nav-item::after {
    margin: 22px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 20px 0 20px;
  }
}

footer {
  position: relative;
  overflow: hidden;
}
footer .container {
  position: relative;
  padding-top: 160px;
  padding-bottom: 70px;
}
@media screen and (min-width: 991px) {
  footer .container {
    /* background:
     linear-gradient($grey 0 0) 150px,
     linear-gradient($grey 0 0) 50%,
     linear-gradient($grey 0 0) calc(100% - 150px);
     background-size:1px 100%;
     background-repeat:no-repeat;*/
  }
}
footer .container:before {
  content: "";
  display: block;
  position: absolute;
  width: 460px;
  height: 969px;
  left: -210px;
  top: 40px;
  z-index: 0;
  background: #FFBB00;
  border-radius: 1000px;
}
body:not(.home) footer .container:before {
  background: #2E294E;
}
body.science footer .container:before {
  background: #FFBB00;
}
footer .container .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
footer .container .inner svg, footer .container .inner p {
  z-index: 1;
}
footer .container .inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  margin: 0;
}
footer .container .inner p a {
  color: #3AAFB9;
  text-decoration: none;
}
footer .container .inner p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 990px) {
  footer {
    margin-top: 60px;
  }
  footer .container {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  footer .container:before {
    width: 247px;
    height: 533px;
    left: -115px;
    top: 0;
  }
  footer .container .inner svg {
    height: 50px;
    width: auto;
  }
  footer .container .inner div {
    max-width: 70%;
  }
  footer .container .inner p {
    font-size: 13px;
    line-height: 16px;
  }
  footer .container .inner p span {
    display: none;
  }
}

main {
  padding-bottom: 2px;
  /* LOGIN */
}
@media screen and (min-width: 991px) {
  body:not(.login) main {
    /*background:
        linear-gradient($grey 0 0) 150px,
        linear-gradient($grey 0 0) 50%,
        linear-gradient($grey 0 0) calc(100% - 150px);
    background-size:1px 100%;
    background-repeat:no-repeat;
    position: relative;*/
  }
}
.login main hr {
  margin: 50px 0 20px;
  opacity: 1;
  border-color: #F1F2F6;
}
.login main img {
  margin: 0 0 40px 0;
}
.login main .row > div {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login main .row > div.content {
  padding: 60px 40px;
}
.login main .row > div a {
  font-weight: 700;
}
.login main .row > div a:hover {
  color: #3AAFB9;
}
.login main .row .bag {
  position: relative;
}
.login main .row .bag div {
  position: relative;
  height: 100%;
  width: 50vw;
  background: url(../img/bg_login.jpg);
  background-size: 100% auto;
}
main img {
  margin-bottom: 60px;
}
main section {
  margin: 80px 0;
  /* HERO */
}
main section:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 990px) {
  main section {
    margin: 30px 0;
  }
}
main section#hero {
  padding: 40px 32px;
  background: url(../img/bg_hero.jpg);
  background-size: cover;
  border-radius: 24px;
}
main section#hero h1 {
  font-size: 46px;
  line-height: 60px;
  font-weight: 300;
  color: white;
  text-align: center;
  margin: 0;
}
main section#hero h1 strong {
  font-weight: 300;
  color: #ACEB98;
}
@media screen and (min-width: 991px) {
  main section#hero {
    padding: 150px 18%;
    margin: 0 -75px 120px;
    width: calc(100% + 150px);
    border-radius: 40px;
  }
}
@media screen and (max-width: 990px) {
  main section#hero {
    margin: 0px 0 40px;
  }
  main section#hero h1 {
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (min-width: 991px) {
  main section.spacer > div {
    width: calc(50% - 150px);
    padding: 0 90px;
  }
}
@media screen and (max-width: 990px) {
  main section.spacer > div {
    margin: 20px 0 0;
  }
}
.home main section.keys {
  text-align: center;
}
.home main section.keys h2 {
  text-align: center;
  padding: 0 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .home main section.keys h2 {
    text-align: left;
    padding: 0;
    font-size: 44px;
    line-height: 57px;
  }
}
.home main section.keys p {
  font-size: 22px;
  line-height: 29px;
}
@media screen and (max-width: 990px) {
  .home main section.keys p.big {
    text-align: left;
  }
}
main section.keys .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}
main section.keys .line:first-of-type {
  margin-top: 60px;
}
main section.keys .line p {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
main section.keys .line .number {
  margin-right: 32px;
}
@media screen and (max-width: 990px) {
  main section.keys div div:not(.line) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0;
  }
  main section.keys div div:not(.line):first-of-type {
    margin-top: 60px;
  }
  main section.keys div div:not(.line) p {
    text-align: left;
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin: 0;
  }
  main section.keys div div:not(.line) .number {
    margin: 0 32px 0 0;
  }
}
main section.keys .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  background: #FFBB00;
  color: white;
  font-weight: 500;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  position: relative;
}
.home main section.keys .number {
  margin: 60px auto 10px;
  background: #3AAFB9;
}
main section.keys .number:before {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  left: -7.5px;
  border: 1px #F1F2F6 solid;
  top: -7.5px;
  z-index: 0;
  border-radius: 28px;
}
main section .bg {
  position: relative;
}
main section .bg:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 220px);
  height: 100%;
  right: -90px;
  top: 0px;
  z-index: 0;
  background: #ACEB98;
  border-radius: 1000px;
}
main section .bg p {
  padding: 90px 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin: 0;
}
main section .bg--green {
  margin-bottom: 120px;
}
main section .bg--green:before {
  background: #ACEB98;
}
main section .bg--blue:before {
  width: calc(100% + 220px);
  right: -110px;
  background: #3AAFB9;
}
main section .bg--blue p {
  color: white;
}
@media screen and (max-width: 990px) {
  main section .bg {
    margin-top: 35px;
  }
  main section .bg--green {
    margin-bottom: 30px;
  }
  main section .bg p {
    padding: 50px 40px;
    font-size: 24px;
    line-height: 31px;
  }
  main section .bg:before {
    width: calc(100% - 30px);
    height: 100%;
    right: 0px;
    left: 15px;
    top: 0px;
    border-radius: 50px;
  }
}
main .img-m {
  cursor: pointer;
  width: 100%;
}
main .modal-dialog .modal-content {
  background: transparent;
  border: none;
}
main .modal-dialog .modal-content .modal-header {
  padding: 0;
  margin-bottom: 20px;
  border: none;
}
main .modal-dialog .modal-content .modal-header .btn-close {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
main .modal-dialog .modal-content .modal-body {
  padding: 0;
}
@media (min-width: 991px) {
  main .modal-dialog {
    max-width: 800px;
  }
}

.modal-backdrop {
  background-color: #2E294E;
}
.modal-backdrop.show {
  opacity: 0.95;
}

.keyFindings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.keyFindings--holder {
  width: 72.5%;
  margin: 0px auto 60px;
}
.keyFindings > div {
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -3px;
}
.keyFindings > div.numbers {
  height: auto;
  width: 4%;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}
.keyFindings > div:not(.numbers) {
  width: 48%;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  padding: 0px 25px;
  border-radius: 16px;
}
.keyFindings > div:not(.numbers).header {
  height: auto;
  color: #2E294E;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  padding: 26px 4px;
}
.keyFindings > div:not(.numbers).first {
  width: calc(48% + 17px);
  background: transparent url("../img/findings.svg") top right no-repeat;
  background-size: cover;
  z-index: 2;
}
.keyFindings > div:not(.numbers).second {
  width: calc(48% + 17px);
  background: #ACEB98;
  padding-left: 55px;
  margin-left: -35px;
  border: 4px white solid;
  border-left: none;
}
@media screen and (max-width: 990px) {
  .keyFindings--holder {
    width: 100%;
  }
  .keyFindings > div {
    height: auto;
  }
  .keyFindings > div.numbers {
    margin-right: 10px;
  }
  .keyFindings > div:not(.numbers) {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 20px;
  }
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.partners a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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;
  min-width: 20%;
  background: #F1F2F6;
  border-radius: 28px;
  padding: 20px 30px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 990px) {
  .partners a {
    width: 47%;
    max-width: 47%;
  }
  .partners a img {
    width: auto;
    height: 55px;
  }
}
.partners a img {
  margin: 0;
}
.partners a:hover {
  -webkit-box-shadow: 0 5px 20px 0px rgba(46, 41, 78, 0.2) !important;
          box-shadow: 0 5px 20px 0px rgba(46, 41, 78, 0.2) !important;
}

.database--holder {
  margin-top: 45px;
  text-align: center;
}

#countries {
  margin-bottom: 45px;
  margin-top: 160px;
  position: relative;
}
#countries .fltrow {
  position: absolute;
  top: -160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  border: 0 !important;
  background: #F1F2F6;
  border-radius: 28px;
  padding: 32px 48px;
}
#countries .fltrow td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
  border: 0 !important;
  padding: 0 !important;
}
#countries .fltrow td input[type=text] {
  display: none;
}
#countries .fltrow td select {
  background: #F1F2F6;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(46, 41, 78, 0.3);
}
#countries .fltrow td:nth-of-type(4):before {
  content: "Region:";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#countries .fltrow td:nth-of-type(4):after {
  margin: 0 50px;
  content: "";
  min-width: 5px;
  height: 5px;
  background: #2E294E;
  border-radius: 2px;
  display: block;
}
#countries .fltrow td:nth-of-type(6):before {
  content: "World Bank Income:";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
#countries tr {
  border-radius: 8px;
}
#countries tr:hover td {
  background: #F1F2F6;
}
#countries tr:hover td:first-of-type {
  border-radius: 8px 0 0 8px;
}
#countries tr:hover td:last-of-type {
  border-radius: 0 8px 8px 0;
}
#countries tr th {
  border: none;
  border-bottom: 1px solid rgba(46, 41, 78, 0.3);
  background: none;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  color: #2E294E;
  padding-bottom: 25px;
}
#countries tr th.activeHeader {
  background: none !important;
  color: #FFBB00 !important;
}
#countries tr th:hover {
  color: #FFBB00;
}
#countries tr th:first-of-type {
  margin-left: 20px;
}
#countries tr th:last-of-type {
  text-align: right;
}
#countries tr th:nth-of-type(2), #countries tr th:nth-of-type(3), #countries tr th:nth-of-type(4), #countries tr th:nth-of-type(5) {
  word-spacing: 9999px;
}
#countries tr th .sort-arrow {
  margin-left: 7px;
  display: inline;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='8' height='8'%3E%3Cpath d='M24,3.5c0,.83-.67,1.5-1.5,1.5H1.5c-.83,0-1.5-.67-1.5-1.5s.67-1.5,1.5-1.5H22.5c.83,0,1.5,.67,1.5,1.5ZM14.5,20h-5c-.83,0-1.5,.67-1.5,1.5s.67,1.5,1.5,1.5h5c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5Zm4-9H5.5c-.83,0-1.5,.67-1.5,1.5s.67,1.5,1.5,1.5h13c.83,0,1.5-.67,1.5-1.5s-.67-1.5-1.5-1.5Z'/%3E%3C/svg%3E%0A");
}
#countries tr th .sort-arrow.ascending {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M4.25 4.5L0.25 0.5H8.25L4.25 4.5Z' fill='%232E294E'/%3E%3C/svg%3E%0A");
}
#countries tr th .sort-arrow.descending {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M4.25 4.5L0.25 0.5H8.25L4.25 4.5Z' fill='%232E294E'/%3E%3C/svg%3E%0A");
}
#countries tr td {
  -webkit-transition: background 200ms;
  transition: background 200ms;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  padding: 15px 40px 15px 20px;
  border: none;
}
#countries tr td a {
  color: #3AAFB9;
  font-weight: 700;
  text-decoration: none;
}
#countries tr td a:hover {
  text-decoration: underline;
}
#countries tr td:first-of-type {
  width: 35%;
}
#countries tr td:nth-of-type(2), #countries tr td:nth-of-type(3) {
  width: 100px;
}
#countries tr td:nth-of-type(5), #countries tr td:nth-of-type(6) {
  width: 140px;
}
#countries tr td:last-of-type {
  padding-right: 20px;
  text-align: right;
}

.no-results {
  display: none !important;
}

.modal--country .modal-dialog {
  background: white;
  padding: 45px 50px;
}
.modal--country .modal-dialog h2 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal--country .modal-dialog h2 i {
  height: 72px;
  width: 72px;
  background-size: cover;
  border-radius: 50%;
  margin: 0;
  border: 6px #F1F2F6 solid;
}
.modal--country .modal-dialog .values--element {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal--country .modal-dialog .values--element:nth-of-type(even) {
  background: #F1F2F6;
  border-radius: 8px;
}
.modal--country .modal-dialog .values--element--header {
  color: #3AAFB9;
  font-weight: 700;
}

.header--values {
  background-color: #ACEB98;
  border-radius: 28px;
  padding: 24px 48px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px 0 30px;
}
.header--values > div span {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
}
.header--values > div div {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
}/*# sourceMappingURL=main.css.map */