html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: 'Ovo';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/ovo/Ovo.woff) format("woff"), url(/fonts/ovo/Ovo.woff2) format("woff2"), url(/fonts/ovo/Ovo.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/montserrat/Montserrat-normal-300.woff) format("woff"), url(/fonts/montserrat/Montserrat-normal-300.woff2) format("woff2"), url(/fonts/montserrat/Montserrat-normal-300.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/montserrat/Montserrat-normal-400.eot);
  src: local("Montserrat"), url(/fonts/montserrat/Montserrat-normal-400.woff) format("woff"), url(/fonts/montserrat/Montserrat-normal-400.eot?#iefix) format("embedded-opentype"), url(/fonts/montserrat/Montserrat-normal-400.svg#Montserrat) format("svg"), url(/fonts/montserrat/Montserrat-normal-400.woff2) format("woff2"), url(/fonts/montserrat/Montserrat-normal-400.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/montserrat/Montserrat-normal-500.woff) format("woff"), url(/fonts/montserrat/Montserrat-normal-500.woff2) format("woff2"), url(/fonts/montserrat/Montserrat-normal-500.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/montserrat/Montserrat-normal-700.woff) format("woff"), url(/fonts/montserrat/Montserrat-normal-700.woff2) format("woff2"), url(/fonts/montserrat/Montserrat-normal-700.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(/fonts/montserrat/Montserrat-normal-800.woff) format("woff"), url(/fonts/montserrat/Montserrat-normal-800.woff2) format("woff2"), url(/fonts/montserrat/Montserrat-normal-800.ttf) format("truetype");
  font-display: swap;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
}

@media (min-width: 768px) {
  body {
    font-size: 112.5%;
  }
}

@media (min-width: 1100px) {
  body {
    font-size: 115%;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

h1, .h1 {
  font-size: 3em;
  line-height: 1.5;
  padding: .5em 0;
  margin: 0;
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 2em;
  }
}

h2, .h2 {
  font-family: 'Ovo', serif;
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.3;
  padding: .5em 0;
  margin: 0;
  color: #2c9bd0;
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 1.8em;
  }
}

h3, .h3 {
  font-size: 1.5em;
  line-height: 1.3;
  padding: .5em 0 0.3em;
  margin: 0;
  color: #ff7669;
  font-weight: 500;
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 1.4em;
  }
}

h4, .h4 {
  font-size: 1.75em;
  line-height: 1.5;
  padding: .5em 0;
  margin: 0;
}

@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.3em;
  }
}

h5, .h5 {
  font-size: 1.5em;
  line-height: 1.5;
  padding: 1em 0;
  margin: 0;
}

@media (max-width: 575px) {
  h5, .h5 {
    font-size: 1.2em;
  }
}

h6, .h6 {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 1em 0;
  margin: 0;
}

@media (max-width: 575px) {
  h6, .h6 {
    font-size: 1.1em;
  }
}

p, .p,
li {
  font-size: 1em;
  line-height: 1.3;
  padding: .3em 0;
  margin: 0;
}

td {
  font-size: 1.25em;
}

ul {
  margin: 0;
}

.fs-legal {
  font-size: .9em;
}

.fs-legal p {
  font-size: 86%;
}

.fs-small {
  font-size: 1em;
}

.fs-big {
  font-size: 1.65em;
}

@media (max-width: 575px) {
  .fs-big {
    font-size: 1.4em;
  }
}

em {
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

.nobreak {
  white-space: nowrap;
}

body {
  background: #fff;
  color: #004785;
  margin: 0;
  overflow-x: hidden;
  padding-top: 80px;
}

html {
  overflow-x: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn {
  background: #fff;
  border: 1px solid #fff;
  padding: .75em 1em;
  text-align: center;
  font-size: 100%;
  cursor: pointer;
  margin: .5em 0;
  text-decoration: none;
  transition: all .3s linear;
  color: #000;
  display: inline-block;
  min-width: 160px;
}

.btn:hover {
  background: #004785;
  color: #fff;
  border: 1px solid #004785;
}

.btn.btn-clean {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.btn.btn-clean:hover {
  background: #fff;
  color: #000;
}

.btn-primary {
  background: #2c9bd0;
  color: #fff;
  border: 1px solid #2c9bd0;
}

.btn-primary:hover {
  background: #fff;
  color: #2c9bd0;
  border: 1px solid #2c9bd0;
}

.bg2 {
  background: #b8e4ee;
  color: #004785;
}

img {
  width: auto;
  max-width: 100%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.bgblue {
  background: #004785;
  color: #fff;
}

.row {
  display: flex;
}

@media (max-width: 992px) {
  .row {
    flex-direction: column;
  }
}

.row .col {
  width: 50%;
  position: relative;
}

@media (max-width: 992px) {
  .row .col {
    width: 100%;
  }
}

.row .col-left {
  width: 30%;
  position: relative;
}

@media (max-width: 992px) {
  .row .col-left {
    width: 100%;
  }
}

.row .col-right {
  width: 70%;
}

@media (max-width: 992px) {
  .row .col-right {
    width: 100%;
  }
}

.row .col-left-sm {
  width: 12%;
}

@media (max-width: 992px) {
  .row .col-left-sm {
    width: 100%;
  }
}

.row .col-right-sm {
  width: 88%;
}

@media (max-width: 992px) {
  .row .col-right-sm {
    width: 100%;
  }
}

.table {
  background: #fff;
  color: #004785;
  border: 1px solid #004785;
}

.table h3 {
  text-align: center;
  line-height: 1.2;
}

.table table {
  border-collapse: collapse;
  width: 100%;
}

.table table tr {
  background: #e7edf2;
}

.table table tr:nth-child(odd) {
  background: #ccdae5;
}

.table table tr.egg {
  background: #efc360;
}

.table table td {
  padding: .3em .5em;
}

.table table td strong {
  font-size: .6em;
}

#blackout {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#blackout.active {
  opacity: 1;
  visibility: visible;
}

#btnEgg {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 200;
  width: 40px;
  min-width: auto;
  margin: 0;
  height: 52px;
  background: transparent;
}

@media (min-width: 992px) {
  #btnEgg {
    display: none;
  }
}

#btnEgg img {
  height: 52px;
}

#btnEgg .eggbg {
  animation: eggWiggle 10s ease-in-out 3s infinite;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#btnEgg .bars {
  width: 24px;
  height: 9px;
  transform: rotate(0deg) translate(-50%, -50%);
  transition: .5s ease-in-out;
  animation: barsWiggle 10s ease-in-out 3s infinite;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
}

#btnEgg .bars .icon-bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #004380;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#btnEgg .bars .icon-bar:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

#btnEgg .bars .icon-bar:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}

#btnEgg .bars .icon-bar:nth-child(3) {
  top: 12px;
  transform-origin: left center;
}

#btnEgg:hover {
  background: transparent;
  border: none;
}

#btnEgg.active {
  background: transparent;
  border: none;
}

#btnEgg.active .bars .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 0;
}

#btnEgg.active .bars .icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#btnEgg.active .bars .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 16px;
  left: 0;
}

#btnEgg.active .eggbg {
  display: none;
}

@keyframes eggWiggle {
  0% {
    transform: rotate(0deg);
  }
  1% {
    transform: rotate(-20deg);
  }
  3% {
    transform: rotate(20deg);
  }
  4% {
    transform: rotate(0deg);
  }
}

@keyframes barsWiggle {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  1% {
    transform: rotate(-20deg) translate(-50%, -50%);
  }
  3% {
    transform: rotate(20deg) translate(-50%, -50%);
  }
  4% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
}

header {
  position: fixed;
  z-index: 100;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
  header {
    box-shadow: none;
    position: absolute;
  }
}

header .logo {
  background: url(/images/bbf_foundation_logo.svg) no-repeat center;
  width: 95px;
  height: 71px;
  background-size: auto 100%;
}

header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

@media (max-width: 992px) {
  header .logo {
    width: 80px;
  }
}

header .page {
  display: flex;
  flex-direction: row;
}

header nav {
  flex-grow: 1;
  display: block;
}

header nav .eggbg {
  position: absolute;
  z-index: 100;
  top: 15px;
  right: 16px;
  height: 52px;
}

@media (max-width: 992px) {
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
  }
}

header nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 .5em;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 94%;
  height: 100%;
}

header nav ul li {
  padding: 0 1em;
  line-height: 1;
  margin: 0;
  height: 1em;
  display: flex;
  align-items: center;
  position: relative;
  border-right: 1px solid #004785;
}

header nav ul li:hover a, header nav ul li.active a {
  font-weight: normal;
}

header nav ul li.applynow {
  border-right-color: transparent;
}

@media (max-width: 992px) {
  header nav ul li.applynow {
    height: 3em;
  }
}

header nav ul li.applynow a {
  background: #004785;
  color: #fff;
  display: inline-block;
  padding: .3em .5em;
}

@media (max-width: 992px) {
  header nav ul li.applynow a {
    line-height: 1em;
  }
}

@media (max-width: 992px) {
  header nav ul li {
    padding: 0 1em;
    border-right: 0;
    border-bottom: 1px solid #000;
    width: 100%;
    text-align: center;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }
  header nav ul li:last-child {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  header nav ul li {
    width: 80%;
  }
}

@media (max-width: 992px) {
  header nav ul {
    flex-direction: column;
    z-index: 500;
    position: absolute;
    width: 360px;
    right: 90px;
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  header nav ul {
    width: calc(100% - 20px);
    right: 10px;
    top: 0;
  }
}

header nav button {
  font-family: 'Montserrat', sans-serif;
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  position: relative;
}

header nav a, header nav button {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #004785;
  display: inline-block;
  font-weight: normal;
}

@media (max-width: 992px) {
  header nav a, header nav button {
    font-size: .75em;
    line-height: 3em;
  }
}

header nav button .arrow {
  display: inline-block;
  transform: scale(1, 1);
  width: 16px;
}

header nav li.active button .arrow {
  transform: scale(1, -1);
}

header nav .cl {
  display: none;
}

@media (max-width: 992px) {
  header nav .cl {
    display: block;
  }
}

header .changelang {
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  right: .5em;
  top: .5em;
  color: #004785;
  display: block;
  padding: 1em;
  text-decoration: none;
  background: #fff;
  z-index: 999;
}

@media (max-width: 992px) {
  header .changelang {
    display: none;
  }
}

@media (max-width: 992px) {
  header nav {
    visibility: hidden;
  }
}

@media (max-width: 992px) {
  header nav ul {
    transform: translate(20%, -30%) scale(0.75);
    opacity: 0;
  }
}

header nav .eggbg {
  transform: scale(0.046);
  opacity: 0;
}

header.mb-active nav {
  visibility: visible;
  transition: visibility .3s;
}

header.mb-active nav ul {
  transform: translate(0, 0) scale(1);
  transition: opacity .3s, transform .4s;
  transition-delay: .3s;
  opacity: 1;
}

header.mb-active nav .eggbg {
  transform: scale(37);
  transition: transform 0.5s cubic-bezier(0.58, -0.21, 0.45, 1.32), opacity 0.3s;
  opacity: 1;
}

header.mb-inactive nav {
  visibility: hidden;
  transition: visibility 1s;
}

header.mb-inactive nav ul {
  transform: translate(20%, -30%) scale(0.75);
  transition: opacity .3s, transform .5s;
  opacity: 0;
}

header.mb-inactive nav .eggbg {
  transform: scale(0.046);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.58, -0.21, 0.45, 1.32), opacity 1s;
}

.fr header nav ul {
  width: 100%;
}

@media (max-width: 992px) {
  .fr header nav ul {
    width: 360px;
  }
}

footer .bgblue {
  padding: 2em 0;
}

footer nav {
  padding: 1em 0;
}

footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

footer nav ul li {
  line-height: 1;
  text-align: center;
  padding: 0 1em 1em;
  margin: 0;
}

@media (max-width: 768px) {
  footer nav ul li {
    padding: 0 0 1em;
    width: 33%;
  }
}

footer nav a {
  color: #fff;
  text-decoration: none;
  font-size: .75em;
}

footer .socialmedia {
  text-align: center;
}

footer .socialmedia .social {
  display: inline-block;
  padding: 0 1em;
  line-height: 2em;
}

.home #hero {
  background: url(/images/header_home.svg) no-repeat center bottom;
  background-size: 100% auto;
  height: 60vh;
  width: 100%;
  position: relative;
}

@media (max-width: 1600px) {
  .home #hero {
    max-height: 500px;
  }
}

@media (max-width: 1400px) {
  .home #hero {
    height: 50vh;
    max-height: 400px;
  }
}

@media (max-width: 1200px) {
  .home #hero {
    background-size: auto 100%;
    height: 50vh;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .home #hero {
    background: url(/images/header_home_mb.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}

@media (max-width: 576px) {
  .home #hero {
    background-size: 130% auto;
  }
}

.home .icon {
  width: 100%;
  max-width: 80px;
  margin-top: 1.5em;
}

.home .photo01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

@media (max-width: 768px) {
  .home .photo01 {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.home .photo02 {
  position: absolute;
  left: 0;
  top: 125px;
  z-index: 2;
}

@media (max-width: 992px) {
  .home .photo02 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .home .photo02 {
    transform: none;
    position: relative;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.home .photo03 {
  position: absolute;
  left: 0;
  top: 280px;
  z-index: 1;
}

@media (max-width: 992px) {
  .home .photo03 {
    left: auto;
    right: 0;
    top: 0;
  }
}

@media (max-width: 768px) {
  .home .photo03 {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.home .content {
  padding: 2em 0;
}

@media (max-width: 992px) {
  .home .photos {
    min-height: 260px;
  }
}

.ourstory #hero {
  background: url(/images/header_ourstory.svg) no-repeat center bottom;
  background-size: 100% auto;
  height: 60vh;
  width: 100%;
  position: relative;
}

@media (max-width: 1600px) {
  .ourstory #hero {
    max-height: 500px;
  }
}

@media (max-width: 1400px) {
  .ourstory #hero {
    height: 50vh;
    max-height: 400px;
  }
}

@media (max-width: 1200px) {
  .ourstory #hero {
    background-size: auto 100%;
    height: 50vh;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .ourstory #hero {
    background: url(/images/header_ourstory_mb.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}

@media (max-width: 576px) {
  .ourstory #hero {
    background-size: 120% auto;
  }
}

.ourstory .photo01 {
  position: absolute;
  left: -30px;
  top: 40px;
  z-index: 1;
}

@media (max-width: 992px) {
  .ourstory .photo01 {
    top: 20px;
  }
}

@media (max-width: 768px) {
  .ourstory .photo01 {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.ourstory .photo02 {
  position: absolute;
  right: 10px;
  top: 100px;
  z-index: 2;
}

@media (max-width: 992px) {
  .ourstory .photo02 {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .ourstory .photo02 {
    transform: none;
    position: relative;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
  }
}

.ourstory .photo03 {
  position: absolute;
  left: 0;
  top: 210px;
  z-index: 3;
}

@media (max-width: 992px) {
  .ourstory .photo03 {
    top: 0;
    left: auto;
    right: 0;
  }
}

@media (max-width: 768px) {
  .ourstory .photo03 {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
  }
}

.ourstory .content {
  padding: 2em 0;
}

@media (max-width: 992px) {
  .ourstory .photos {
    min-height: 260px;
  }
}

.ourstory p {
  max-width: 40em;
}

.ourteam #hero {
  background: url(/images/header_ourteam.svg) no-repeat center bottom;
  background-size: 100% auto;
  height: 60vh;
  width: 100%;
  position: relative;
}

@media (max-width: 1600px) {
  .ourteam #hero {
    max-height: 500px;
  }
}

@media (max-width: 1400px) {
  .ourteam #hero {
    height: 50vh;
    max-height: 400px;
  }
}

@media (max-width: 1200px) {
  .ourteam #hero {
    background-size: auto 100%;
    height: 50vh;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .ourteam #hero {
    background: url(/images/header_ourteam_mb.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}

@media (max-width: 576px) {
  .ourteam #hero {
    background-size: 130% auto;
  }
}

@media (max-width: 400px) {
  .ourteam #hero {
    background-size: 180% auto;
  }
}

.ourteam .content {
  padding: 2em 0;
}

.ourteam .photos img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.ourteam .photos .photo01 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .ourteam .photos .photo01 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
  }
}

.ourteam .photos .photo02 {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-55%, -50%);
}

@media (max-width: 992px) {
  .ourteam .photos .photo02 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
  }
}

.ourteam .photos .photo03 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  .ourteam .photos .photo03 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
  }
}

.ourteam p {
  max-width: 40em;
}

.ourteam .team .row {
  margin-bottom: 1em;
}

.initiatives #hero {
  background: url(/images/header_initiatives.svg) no-repeat center bottom;
  background-size: 100% auto;
  height: 60vh;
  width: 100%;
  position: relative;
}

@media (max-width: 1600px) {
  .initiatives #hero {
    max-height: 500px;
  }
}

@media (max-width: 1400px) {
  .initiatives #hero {
    height: 50vh;
    max-height: 400px;
  }
}

@media (max-width: 1200px) {
  .initiatives #hero {
    background-size: auto 100%;
    height: 50vh;
    max-height: 400px;
  }
}

@media (max-width: 768px) {
  .initiatives #hero {
    background: url(/images/header_initiatives_mb.svg) no-repeat center bottom;
    background-size: 100% auto;
  }
}

@media (max-width: 576px) {
  .initiatives #hero {
    background-size: 130% auto;
  }
}

.initiatives .content {
  padding: 2em 0;
}

.initiatives .photos img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.initiatives .photos .photo01 {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: auto;
}

.initiatives .photos .photo02 {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-55%);
}

@media (max-width: 992px) {
  .initiatives .photos .photo02 {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: auto;
  }
}

.initiatives p {
  max-width: 40em;
}

.initiatives .logos {
  display: flex;
  flex-wrap: wrap;
}

.initiatives .logos .item {
  width: 20%;
  border-bottom: 2px dotted #004785;
  border-right: 2px dotted #004785;
}

.initiatives .logos .item:nth-child(5n+5) {
  border-right: none;
}

.initiatives .logos .item:nth-child(31), .initiatives .logos .item:nth-child(32), .initiatives .logos .item:nth-child(33), .initiatives .logos .item:nth-child(34) {
  border-bottom: none;
}

@media (max-width: 768px) {
  .initiatives .logos .item {
    width: 25%;
  }
  .initiatives .logos .item:nth-child(5n+5) {
    border-right: 2px dotted #004785;
  }
  .initiatives .logos .item:nth-child(31), .initiatives .logos .item:nth-child(32), .initiatives .logos .item:nth-child(33), .initiatives .logos .item:nth-child(34) {
    border-bottom: 2px dotted #004785;
  }
  .initiatives .logos .item:nth-child(4n+4) {
    border-right: none;
  }
  .initiatives .logos .item:nth-child(33), .initiatives .logos .item:nth-child(34) {
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  .initiatives .logos .item {
    width: 50%;
  }
  .initiatives .logos .item:nth-child(4n+4) {
    border-right: 2px dotted #004785;
  }
  .initiatives .logos .item:nth-child(2n+2) {
    border-right: none;
  }
}

.initiatives .logos .item img {
  margin: 0 auto;
  display: block;
}

.donations .content {
  padding: 2em 0;
}

.donations p {
  max-width: 40em;
}

#donationform .hp {
  display: none;
}

#donationform .row {
  margin-bottom: 1.5em;
  justify-content: space-between;
}

@media (max-width: 992px) {
  #donationform .row {
    margin-bottom: 1.5em;
  }
}

#donationform .row .label {
  width: 40%;
  text-align: right;
}

@media (max-width: 992px) {
  #donationform .row .label {
    width: 100%;
    text-align: left;
  }
}

#donationform .row .field {
  width: 57%;
}

@media (max-width: 992px) {
  #donationform .row .field {
    width: 100%;
  }
}

#donationform .row .field .form-input {
  width: 100%;
  padding: .3em .5em;
  border-radius: 2px;
  border: 1px solid #004785;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 992px) {
  #donationform .row .field .form-input {
    width: 100%;
  }
}

#donationform .row .field .form-file {
  width: 100%;
  margin: .5em 0 0;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 992px) {
  #donationform .row .field .form-file {
    width: 100%;
  }
}

#donationform .row .field textarea.form-input {
  resize: vertical;
  height: 80px;
}

#donationform .row .field .form-text {
  font-size: .8em;
  color: #666;
  font-weight: 500;
}

#donationform .row.buttons {
  justify-content: flex-end;
}
