:root {
  --bs-border-radius: 2rem;
}

body {
  font-weight: 300;
}

h2.animate {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
h2.animate::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  transition: all cubic-bezier(0, 0, 0, 1) 2s;
}
h2.animate.animation-on::after {
  left: 100%;
}

.animate.fade-up {
  opacity: 0;
  transition: all ease 2s;
}
.animate.fade-up.animation-on {
  opacity: 0;
  transform: translateY(150px);
  animation: fadeup 1s ease-out forwards;
}
.animate.delay-1 {
  animation-delay: 0.25s !important;
}
.animate.delay-2 {
  animation-delay: 0.5s !important;
}
.animate.delay-3 {
  animation-delay: 0.75s !important;
}

@keyframes fadeup {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
button.empty::after {
  left: -100%;
}

.small-title {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  position: relative;
}
.small-title.animate::before {
  width: 0;
  transition: all ease-out 2s;
}
.small-title.animate.animation-on::before {
  width: 100%;
}
.small-title span {
  position: relative;
  z-index: 1;
  background: white;
  padding-right: 1rem;
}
.small-title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #a5ced6;
  position: absolute;
  top: 50%;
  left: 0;
}
.small-title.no-line::before {
  display: none;
}

.quote-box {
  position: relative;
  padding: 3rem 4rem 3rem 3rem;
  font-size: 1.6rem;
}
.quote-box::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 80px 80px;
  border-color: transparent transparent #FFFFFF transparent;
  transform: rotate(-90deg);
}
.quote-box.grey {
  background: #d1dfe2;
}
.quote-box .text100 {
  font-family: "Karantina", system-ui;
  font-weight: 400;
  color: #00454C;
  line-height: 1;
}
.quote-box .quote {
  font-size: 4.5rem;
  font-family: "Karantina", system-ui;
  color: #00454C;
  line-height: 1;
  font-weight: 400;
  margin-top: 2rem;
}
.quote-box .quote-desc {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-top: 1rem;
}

.dropcap {
  margin: 0;
}
.dropcap:first-of-type::first-letter {
  -webkit-initial-letter: 2;
  initial-letter: 2;
  font-family: serif;
  font-weight: bold;
  margin-inline-end: 10px;
  color: #00454C;
}

header nav {
  margin: 0 0 0 4rem;
}
header .header-donate a span {
  margin: 0 0.5rem 0 0;
}
header.inner-header ul#main-menu {
  margin: 3.7rem 0 0 4rem;
}

.page-template-home-en header {
  position: absolute;
  width: 100%;
  padding-top: 3rem;
}
.page-template-home-en header .logo img {
  width: 130px;
}
.page-template-home-en #hp-top .hp-top-content {
  position: absolute;
  width: 100%;
  top: 25vh;
}
.page-template-home-en #hp-top .hp-top-content h1 {
  font-family: "Karantina", system-ui !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.page-template-home-en #hp-top .hp-top-content h1 span {
  color: #34c5ca;
  font-family: inherit;
}
.page-template-home-en #hp-top .hp-top-content .site-title p {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.page-template-home-en #hp-top .hp-top-content .hp-top-quote {
  width: 70px;
  transform: scaleX(-1);
}
.page-template-home-en #hp-intro {
  padding: 10rem 0;
}
.page-template-home-en #hp-ceo {
  padding: 10rem 0;
}
.page-template-home-en #hp-ceo figure {
  aspect-ratio: 9/16;
}
.page-template-home-en #hp-ceo figure video {
  width: 100%;
}
.page-template-home-en #hp-ceo figure .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease, transform 0.2s ease;
}
.page-template-home-en #hp-ceo figure .play-overlay:hover {
  background: #34c5ca;
  transform: translate(-50%, -50%) scale(1.1);
}
.page-template-home-en #hp-ceo figure .play-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-template-home-en #hp-testimonials .testimonial-carousel .testimonial-desc, .page-template-home-en #hp-testimonials .testimonial-list .testimonial-desc, .page-template-home-en #testimonials .testimonial-carousel .testimonial-desc, .page-template-home-en #testimonials .testimonial-list .testimonial-desc {
  padding: 3.5rem 0 0 10rem;
}
.page-template-home-en #hp-testimonials .testimonial-carousel .testimonial-desc::before, .page-template-home-en #hp-testimonials .testimonial-list .testimonial-desc::before, .page-template-home-en #testimonials .testimonial-carousel .testimonial-desc::before, .page-template-home-en #testimonials .testimonial-list .testimonial-desc::before {
  left: auto;
  right: calc(100% - 8rem);
  transform: scaleX(-1);
}
.page-template-home-en #hp-testimonials .testimonial-nav button, .page-template-home-en #testimonials .testimonial-nav button {
  transform: scaleX(-1);
}
.page-template-home-en #hp-ways {
  padding: 10rem 0;
}
.page-template-home-en #hp-ways .ways-acordion .way {
  height: 300px;
  flex: 0.5;
  margin: 0 1rem;
  border-radius: 2rem;
  overflow: hidden;
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  position: relative;
}
.page-template-home-en #hp-ways .ways-acordion .way:hover {
  flex: 1.2;
}
.page-template-home-en #hp-ways .ways-acordion .way:hover img {
  opacity: 0.1;
}
.page-template-home-en #hp-ways .ways-acordion .way:hover h3 {
  bottom: calc(100% - 7rem);
}
.page-template-home-en #hp-ways .ways-acordion .way:hover .way-description {
  clip-path: inset(0 0 0 0);
  top: 8rem;
}
.page-template-home-en #hp-ways .ways-acordion .way img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: luminosity;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  min-height: 100%;
  min-width: 100%;
  transition: all ease 1s;
}
.page-template-home-en #hp-ways .ways-acordion .way .color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-template-home-en #hp-ways .ways-acordion .way h3 {
  font-family: "Heebo", serif;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  transition: all cubic-bezier(0, 0, 0, 1) 0.8s;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.2rem;
}
.page-template-home-en #hp-ways .ways-acordion .way .way-description {
  position: relative;
  top: 16rem;
  left: 2rem;
  clip-path: inset(0 100% 0 0);
  transition: all cubic-bezier(0, 0, 0, 1) 1s;
  transition-delay: 0.2s;
  max-width: 500px;
}
.page-template-home-en #hp-numbers {
  height: 450px;
  padding: 10rem 0 0;
  border-bottom: 1px solid #a5ced6;
}
.page-template-home-en #hp-numbers .container, .page-template-home-en #hp-numbers .row {
  height: 100%;
}
.page-template-home-en #hp-numbers .number-box {
  border-radius: 0 4rem 0 0;
  padding: 0 3rem;
  height: 0;
  transition: all cubic-bezier(0, 0, 0, 1) 2s;
  overflow: hidden;
}
.page-template-home-en #hp-numbers .number-box h2 {
  font-size: 150px;
  margin-bottom: 0;
}
.page-template-home-en #hp-numbers .number-box p {
  text-transform: uppercase;
  line-height: 1.2;
}
.page-template-home-en #hp-numbers .num-col.animation-on .number-box {
  padding: 3rem 3rem;
}
.page-template-home-en #hp-numbers .num-col.animation-on:nth-child(1) .number-box {
  height: 310px;
}
.page-template-home-en #hp-numbers .num-col.animation-on:nth-child(2) .number-box {
  height: 290px;
}
.page-template-home-en #hp-numbers .num-col.animation-on:nth-child(3) .number-box {
  height: 270px;
}
.page-template-home-en #hp-partner {
  padding: 10rem 0;
}

footer .menu-row {
  margin-top: 5rem;
  border-top: 1px solid #a5ced6;
  padding-top: 5rem;
}
footer .menu-row .footer-logo img {
  max-width: 120px;
}
footer .menu-row .menu-cols {
  gap: 10rem;
}
footer .menu-row .menu-cols .menu-title {
  color: #00454C;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
footer .menu-row .menu-cols .socials img {
  max-height: 2.4rem;
}
footer .menu-row .footer-menu {
  display: flex;
  gap: 10rem;
  list-style: none;
}
footer .menu-row .footer-menu > li > a {
  color: #00454C;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: 500;
}
footer .menu-row .footer-menu ul {
  list-style: none;
  padding: 0;
}
footer .menu-row .footer-menu ul li a {
  color: white;
  font-size: 1.8rem;
}

.mlh-footer .footer-rights .credit {
  text-align: right;
}

#inner-top, #service-top, #programs-top {
  height: 500px;
}
#inner-top .container .logo-bg, #service-top .container .logo-bg, #programs-top .container .logo-bg {
  right: calc(100% - 230px);
  left: auto;
}
#inner-top .container .logo-bg::after, #service-top .container .logo-bg::after, #programs-top .container .logo-bg::after {
  left: calc(100% - 1px);
  right: auto;
  clip-path: polygon(0 0, 100% 0%, 0% 60%, 0% 60%);
}

#section-content {
  padding: 0;
}
#section-content .small-title {
  margin-bottom: 1rem;
}
#section-content h2 {
  margin: 0 0 3rem;
}

/*========================== Responsive ========================*/
@media only screen and (max-width: 1200px) {
  .page-template-home-en #hp-top .hp-top-content h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 990px) {
  .page-template-home-en #hp-top .hp-top-content {
    position: initial;
  }
  .page-template-home-en #hp-ways .ways-acordion .way {
    margin-bottom: 2rem;
  }
  .page-template-home-en #hp-ways .ways-acordion .way h3 {
    top: 3rem;
    bottom: auto;
  }
  .page-template-home-en #hp-ways .ways-acordion .way .way-description {
    clip-path: inset(0 0 0 0);
    top: 8rem;
  }
  .page-template-home-en #hp-numbers .number-box h2 {
    font-size: 120px;
  }
  .mlh-footer .footer-container {
    padding: 5rem 0;
  }
  header .nav {
    margin: 0;
  }
  footer .menu-row .menu-cols {
    gap: 5rem;
  }
  footer .menu-row .footer-menu {
    gap: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-home-en #hp-testimonials .testimonial-carousel .testimonial-desc::before, .page-template-home-en #hp-testimonials .testimonial-list .testimonial-desc::before, .page-template-home-en #testimonials .testimonial-carousel .testimonial-desc::before, .page-template-home-en #testimonials .testimonial-list .testimonial-desc::before {
    left: 0;
    right: auto;
  }
  .page-template-home-en #hp-numbers {
    height: auto !important;
  }
  .page-template-home-en #hp-numbers .num-col {
    margin-bottom: 1rem;
  }
  .page-template-home-en #hp-numbers .num-col .number-box {
    padding: 3rem !important;
    height: auto !important;
  }
  .page-template-home-en #hp-intro, .page-template-home-en #hp-ceo, .page-template-home-en #hp-ways, .page-template-home-en #hp-numbers, .page-template-home-en #hp-partner {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 650px) {
  footer .menu-row .menu-cols, footer .menu-row .footer-menu {
    display: block !important;
  }
  footer .menu-row .footer-menu .sub-menu {
    margin-bottom: 3rem;
  }
  footer .menu-row .socials {
    padding-left: 2rem;
  }
  .page-template-home-en #hp-ways .ways-acordion .way .way-description {
    max-width: 100%;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 576px) {
  #hp-top > img {
    margin-left: -25%;
    margin-right: auto;
  }
}
@media only screen and (max-width: 400px) {
  body {
    font-size: 17px;
  }
  h2 {
    font-size: 4rem;
  }
  #hp-top > img {
    margin-left: 0;
  }
  .page-template-home-en #hp-top .hp-top-content .site-title p {
    font-size: 1.8rem;
  }
  .page-template-home-en #hp-top .hp-top-content h1 {
    font-size: 4rem;
  }
  .page-template-home-en header .logo img {
    width: 90px;
  }
}/*# sourceMappingURL=en-style.css.map */