/* Google Fonts: Outfit (headings) + Inter (body) */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&display=swap");

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
}

a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
  outline: 3px solid #111;
  outline-offset: 3px;
}

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */
.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
footer {
  background-color: #000;
  padding-top: 64px;
  padding-bottom: 48px;
}

footer .outer__footer .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

footer .outer__footer .footer__bottom > p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
}

footer .outer__footer .footer__bottom > ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .outer__footer .footer__bottom > ul > li {
  margin-right: 16px;
}

footer .outer__footer .footer__bottom > ul > li > a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #fff;
  transition: 0.4s ease all;
}

footer .outer__footer .footer__bottom > ul > li:last-child {
  margin-right: 0;
}

footer .outer__footer .footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .outer__footer .footer__top > .foot__right {
  width: 100%;
  max-width: 360px;
}

footer .outer__footer .footer__top > .foot__right form .input__wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

footer .outer__footer .footer__top > .foot__right form .input__wrapper > button {
  min-width: 120px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #017d92;
  border: 1px solid #017d92;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  cursor: pointer;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  transition: 0.4s ease all;
}

footer .outer__footer .footer__top > .foot__right form .input__wrapper > button:hover {
  background-color: #0f6e7e;
}

footer .outer__footer .footer__top > .foot__right form .input__wrapper > input {
  width: 100%;
  margin-right: 16px;
  min-height: 44px;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  border-radius: 5px;
}

footer .outer__footer .footer__top > .foot__right form > p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
}

footer .outer__footer .footer__top > .foot__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .outer__footer .footer__top > .foot__left > a {
  display: inline-flex;
  margin-bottom: 32px;
  transition: 0.4s ease all;
}

footer .outer__footer .footer__top > .foot__left > ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .outer__footer .footer__top > .foot__left > ul > li {
  margin-right: 32px;
}

footer .outer__footer .footer__top > .foot__left > ul > li > a {
  display: inline-flex;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s ease all;
}

footer .outer__footer .footer__top > .foot__left > ul > li:last-child {
  margin-right: 0;
}

/* --------------------------------------------------------------------------
   Find us
   -------------------------------------------------------------------------- */
.findus__wrapper {
  background: linear-gradient(
    90.32deg,
    #00718c 0.23%,
    #36a5bd 38.12%,
    #34aac4 49.95%,
    #279cb5 61.1%,
    #00718c 99.67%
  );
  padding: 80px 0;
}

.findus__wrapper .outer__findus {
  text-align: center;
  position: relative;
}

.findus__wrapper .outer__findus > .cloud__one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.findus__wrapper .outer__findus > .cloud__two {
  position: absolute;
  right: 350px;
  bottom: 0;
  z-index: 0;
}

.findus__wrapper .outer__findus .button__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  position: relative;
  z-index: 10;
}

.findus__wrapper .outer__findus .button__wrapper > a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
  border: 1px solid #fff;
  border-radius: 4px;
  transition: 0.4s ease all;
}

.findus__wrapper .outer__findus .button__wrapper > a:hover {
  color: #00718c;
  background-color: #fff;
}

.findus__wrapper .outer__findus > p {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  position: relative;
  z-index: 10;
}

.findus__wrapper .outer__findus > h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  position: relative;
  z-index: 10;
}

/* --------------------------------------------------------------------------
   Articles
   -------------------------------------------------------------------------- */
.article__wrapper {
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #e3faff;
}

.article__wrapper .article__elem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 90px;
  position: relative;
}

.article__wrapper .article__elem .right__top {
  position: absolute;
  right: 80px;
  top: -20px;
}

.article__wrapper .article__elem:last-child {
  margin-bottom: 0;
}

.article__wrapper .article__elem .article__media {
  display: inline-flex;
  max-width: 630px;
  width: 100%;
}

.article__wrapper .article__elem .article__media > img {
  max-width: 100%;
  border-radius: 5px;
}

.article__wrapper .article__elem > .article__text {
  max-width: 565px;
  width: 100%;
}

.article__wrapper .article__elem > .article__text > h3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 48px;
  line-height: 72px;
  color: #000;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.article__wrapper .article__elem > .article__text > p {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: #000;
}

.article__wrapper .article__elem > .article__text > span {
  font-size: 24px;
  line-height: 36px;
  color: #017d92;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  display: block;
  text-align: left;
  margin-bottom: 24px;
}

.article__wrapper .article__elem > .article__text.leftside {
  margin-right: 45px;
}

.article__wrapper .article__elem > .article__text.rightside {
  margin-left: 45px;
}

.article__wrapper .article__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.article__wrapper .article__top > .article__title > h2 {
  margin: 0;
  font-size: 64px;
  line-height: 82px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  max-width: 630px;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

header .outer__header {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .outer__header .header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .outer__header .header__right .button__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .outer__header .header__right .button__wrapper > a {
  min-height: 48px;
  min-width: 140px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #fff;
  transition: 0.4s ease all;
}

header .outer__header .header__right .button__wrapper > a:hover {
  background-color: #fff;
  color: #00718c;
}

header .outer__header .header__menu > ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .outer__header .header__menu > ul > li {
  margin-right: 35px;
}

header .outer__header .header__menu > ul > li > a {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

header .outer__header .header__menu > ul > li:last-child {
  margin-right: 0;
}

header .outer__header .header__logo {
  display: inline-flex;
}

header .outer__header .header__logo > a {
  display: inline-flex;
  transition: 0.4s ease all;
}

body.menu-open {
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero__section {
  padding-top: 140px;
  background: linear-gradient(180deg, #006d87 0%, #00899e 30%, #33b5cc 60%, #7dd8e8 85%, #b5ecf5 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
  overflow: hidden;
}

.hero__section > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1270px;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero__section .outer__hero {
  position: relative;
  z-index: 2;
}

.hero__section .outer__hero .hero__desc {
  position: absolute;
  max-width: 400px;
  right: 0;
  top: 200px;
}

.hero__section .outer__hero .hero__desc > .button__wrapper {
  position: relative;
  padding-left: 45px;
}

.hero__section .outer__hero .hero__desc > .button__wrapper > a {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  min-height: 48px;
  min-width: 140px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  background-color: #fff;
}

.hero__section .outer__hero .hero__desc > p {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}

.hero__section .outer__hero .hero__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__section .outer__hero .hero__media > img {
  max-width: 305px;
}

.hero__section .outer__hero > h1 {
  text-align: center;
  font-size: 80px;
  line-height: 102px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
}

/* --------------------------------------------------------------------------
   Slider (vanilla replacement for Slick — see theme.js)
   -------------------------------------------------------------------------- */
.hero__slider .elem__hero--slider {
  display: none;
}

.hero__slider .elem__hero--slider.is-active {
  display: block;
}

.logo__slides {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  margin-top: 0;
  align-items: stretch;
  width: 100%;
}

.logo__slides .elem__logo {
  cursor: pointer;
  transition: opacity 0.35s ease, transform 0.35s ease;
  min-width: 0;
}

.logo__slides .elem__logo.is-active {
  opacity: 1;
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.logo__slides .elem__logo:not(.is-active) {
  opacity: 0.72;
}

.slider__wrapper {
  position: relative;
  padding-top: 130px;
  padding-bottom: 150px;
  overflow: hidden;
  background: linear-gradient(180deg, #e3faff 0%, #f2fcff 38%, #ffffff 100%);
}

#organizations {
  background-color: rgba(208, 195, 195, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

.slider__wrapper .outer__slider {
  position: relative;
  z-index: 0;
}

.slider__wrapper .outer__slider .slider__top,
.slider__wrapper .outer__slider .slider__main {
  position: relative;
  z-index: 1;
}

.slider__wrapper .outer__slider .slider__main {
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
}

.slider__wrapper .outer__slider .slider__main .logo__slides .elem__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #00718c;
  border-radius: 2.04304px;
  min-height: 160px;
}

.slider__wrapper .outer__slider .slider__main .logo__slides .elem__logo > img {
  max-width: 100%;
}

.slider__wrapper .outer__slider .slider__main .hero__slider {
  margin-bottom: 50px;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .slick-prev {
  opacity: 0;
  pointer-events: none;
  left: 0;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .slick-next {
  opacity: 0;
  pointer-events: none;
  right: 0;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .slick-slide {
  margin: 0 10px;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .slick-list {
  margin: 0 -10px;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > a {
  flex: 0 1 380px;
  min-width: 0;
  max-width: 45%;
  display: flex;
  align-self: stretch;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap {
  position: relative;
  padding-bottom: 95px;
}

.slider__wrapper
  .outer__slider
  .slider__main
  .hero__slider
  .inner__hero--slide
  > .info__wrap
  .info__buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.slider__wrapper
  .outer__slider
  .slider__main
  .hero__slider
  .inner__hero--slide
  > .info__wrap
  .info__buttons
  .prev-next {
  display: flex;
  width: min-content;
  flex-wrap: nowrap;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap .info__buttons a {
  display: inline-flex;
  margin-right: 18px;
  transition: 0.4s ease all;
}

.slider__wrapper
  .outer__slider
  .slider__main
  .hero__slider
  .inner__hero--slide
  > .info__wrap
  .info__buttons
  .button__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

.slider__wrapper
  .outer__slider
  .slider__main
  .hero__slider
  .inner__hero--slide
  > .info__wrap
  .info__buttons
  .button__wrapper
  > a {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 8px;
  transition: 0.4s ease all;
}

.slider__wrapper
  .outer__slider
  .slider__main
  .hero__slider
  .inner__hero--slide
  > .info__wrap
  .info__buttons
  .button__wrapper
  > a:hover {
  color: #fff;
  border-color: #026982;
  background: #026982;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap > p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap > h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 61px;
  color: #000;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide .logo__wrap {
  min-height: 320px;
  width: 100%;
  background: #026982;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide .logo__wrap > img {
  max-width: 290px;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide .info__wrap {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  max-width: 450px;
  margin-left: 40px;
}

.slider__wrapper .outer__slider .slider__top {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  padding-bottom: 0;
}

/* Water drops under intro copy (slight offset like first rebuild) */
.slider__wrapper .outer__slider .slider__top .slider__top__water {
  display: block;
  width: 105px;
  height: auto;
  margin: 28px auto 0;
  position: relative;
  left: clamp(0px, 18vw, 120px);
}

.slider__wrapper .outer__slider .slider__top > p {
  margin: 0 auto;
  max-width: 600px;
  font-size: 25px;
  line-height: 150%;
  color: #000;
  font-weight: 600;
}

.slider__wrapper .outer__slider .slider__top > h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 64px;
  color: #000;
  font-weight: 900;
  font-family: "Outfit", sans-serif;
}

/* --------------------------------------------------------------------------
   Description
   -------------------------------------------------------------------------- */
.description__section {
  background-color: #e3faff;
  overflow: hidden;
}

.description__section .outer__description {
  padding-top: 100px;
  padding-bottom: 370px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.description__section .outer__description > .minds {
  position: absolute;
  left: 0;
  bottom: 0;
}

.description__section .outer__description > .plant {
  position: absolute;
  bottom: 0;
  right: -120px;
}

.description__section .outer__description > .small {
  position: absolute;
  top: 80px;
  right: -120px;
}

.description__section .outer__description > .float__image {
  position: absolute;
  right: 4px;
  top: 0;
}

.description__section .outer__description > .desc__text {
  max-width: 505px;
  margin-left: auto;
}

.description__section .outer__description > .desc__text > p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}

.description__section .outer__description > .desc__title {
  max-width: 440px;
  margin-bottom: 180px;
}

.description__section .outer__description > .desc__title > h2 {
  margin: 0;
  font-size: 64px;
  line-height: 82px;
  color: #000;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   Info
   -------------------------------------------------------------------------- */
.info__section .outer__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 180px;
  padding-bottom: 230px;
  position: relative;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.info__section .outer__info > .float__image {
  position: absolute;
  bottom: -50%;
  right: -250px;
}

.info__section .outer__info > img.plant {
  position: absolute;
  bottom: 0;
  left: 110px;
}

.info__section .outer__info .info__title {
  position: relative;
}

.info__section .outer__info .info__title > .cloud__title {
  position: absolute;
  right: -20px;
  top: -85px;
}

.info__section .outer__info .info__title > h2 {
  margin: 0;
  font-size: 64px;
  line-height: 82px;
  color: #000;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
}

.info__section .outer__info .info__desc {
  position: relative;
  padding-top: 35px;
  max-width: 420px;
}

.info__section .outer__info .info__desc > img {
  position: absolute;
  top: -120px;
  left: -10px;
}

.info__section .outer__info .info__desc > p {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1600px) {
  .info__section .outer__info > .float__image {
    width: 45vw;
    right: -100px;
  }
}

@media (max-width: 1280px) {
  .info__section .outer__info {
    max-width: 940px;
  }

  .description__section .outer__description > .desc__text {
    max-width: 400px;
  }

  .description__section .outer__description {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .description__section .outer__description > .float__image {
    right: -40px;
  }

  .info__section .outer__info .info__title > .cloud__title {
    right: -40px;
  }
}

@media (max-width: 1200px) {
  .info__section .outer__info > .float__image {
    width: 45vw;
    right: -5%;
  }

  .slider__wrapper .outer__slider .slider__top .slider__top__water {
    left: clamp(0px, 12vw, 90px);
    margin-top: 24px;
  }

  .hero__section .outer__hero .hero__media > img {
    max-width: 250px;
  }

  .hero__section .outer__hero .hero__desc {
    position: absolute;
    left: 50%;
    right: auto;
    top: 210px;
    transform: translateX(-50%);
    max-width: 560px;
    width: min(560px, 88vw);
    margin: 0;
    text-align: center;
    z-index: 3;
  }

  .hero__section .outer__hero .hero__desc > p {
    text-align: center;
    margin-bottom: 30px;
  }

  .hero__section .outer__hero .hero__desc > .button__wrapper {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  .article__wrapper .article__top > img {
    max-width: 400px;
  }

  .article__wrapper .article__top > .article__title > h2 {
    font-size: 54px;
    line-height: 66px;
  }

  .article__wrapper .article__elem > .article__text > h3 {
    font-size: 40px;
    line-height: 60px;
  }
}

.menu__button {
  display: none;
}

@media (max-width: 991px) {
  .logo__slides {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero__section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(17, 17, 17, 0.3137254902);
  }

  .hero__section .outer__hero h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .hero__section .outer__hero .hero__desc {
    top: 185px;
    width: min(520px, 92vw);
  }

  .hero__section .hero__media img {
    opacity: 0.8;
    filter: brightness(60%);
  }

  .description__section .outer__description > .float__image {
    display: none;
  }

  .info__section .outer__info {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .info__section .outer__info .info__title > h2 {
    text-align: center;
    font-size: 52px;
    line-height: 62px;
  }

  .info__section .outer__info .info__desc > p {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
  }

  .info__section .outer__info .info__desc {
    padding-top: 20px;
  }

  .info__section .outer__info .info__title {
    width: 100%;
  }

  .info__section .outer__info .info__title > .cloud__title {
    right: 20px;
    top: 20px;
  }

  .info__section .outer__info > img.plant {
    left: 30px;
  }

  .info__section .outer__info .info__desc > img {
    left: -50px;
  }

  .description__section .outer__description {
    padding-bottom: 0;
  }

  .description__section .outer__description {
    padding-top: 55px;
  }

  .description__section .outer__description > .desc__title > h2 {
    font-size: 52px;
    line-height: 62px;
    text-align: center;
  }

  .description__section .outer__description > .desc__title {
    margin-left: auto;
    margin-right: auto;
  }

  .description__section .outer__description > .desc__text {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .description__section .outer__description > .desc__title {
    margin-bottom: 35px;
  }

  .description__section .outer__description > .minds {
    position: static;
    display: block;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }

  .description__section .outer__description > .plant {
    right: -30px;
    max-width: 140px;
  }

  .info__section .outer__info > .float__image {
    display: none;
  }

  .slider__wrapper {
    padding: 75px 0;
  }

  .slider__wrapper .outer__slider .slider__top {
    margin-bottom: 50px;
  }

  .slider__wrapper .outer__slider .slider__top > h2 {
    font-size: 54px;
    line-height: 62px;
  }

  .slider__wrapper .outer__slider .slider__top > p {
    font-size: 18px;
  }

  .slider__wrapper .outer__slider .slider__top .slider__top__water {
    max-width: 70px;
    left: 0;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap > h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap > p {
    font-size: 18px;
    line-height: 28px;
  }

  .menu__button {
    display: inline-flex;
    margin-left: 15px;
  }

  .menu__button > a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .menu__button > a.active > span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
  }

  .menu__button > a.active > span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 8px;
  }

  .menu__button > a.active > span:nth-child(2) {
    opacity: 0;
  }

  .menu__button > a > span {
    min-width: 28px;
    min-height: 3px;
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: 0;
    bottom: auto;
    transition: 0.4s ease all;
  }

  .menu__button > a > span:last-child {
    top: auto;
    bottom: 0;
    margin-bottom: 0;
  }

  header {
    z-index: 4;
  }

  header .outer__header .header__menu > ul > li {
    margin-right: 0;
    margin-bottom: 30px;
  }

  header .outer__header .header__menu > ul > li > a {
    font-size: 20px;
  }

  header .outer__header .header__logo {
    position: relative;
    z-index: 6;
  }

  header .outer__header .header__right {
    position: relative;
    z-index: 6;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    transition: 0.7s ease all;
    background-color: #00728d;
    top: -100%;
  }

  .header__menu.is-open {
    top: 0;
  }

  .header__menu > ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .article__wrapper .article__elem > .article__text {
    position: relative;
  }

  .article__wrapper .article__elem .right__top {
    position: static;
    max-width: 60px;
  }

  .article__wrapper .article__elem {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .article__wrapper .article__elem > .article__media {
    order: 1;
  }

  .article__wrapper .article__elem > .article__text {
    order: 2;
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: 630px;
    width: 100%;
    margin-top: 30px;
  }

  .article__wrapper .article__top {
    justify-content: center;
    align-items: center;
  }

  .article__wrapper .article__top > img {
    display: none;
  }

  .article__wrapper .article__top > .article__title > h2 {
    text-align: center;
    font-size: 44px;
    line-height: 52px;
  }

  .article__wrapper .article__top > img {
    max-width: 320px;
  }

  .article__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .article__wrapper .article__top {
    margin-bottom: 15px;
  }

  .article__wrapper .article__elem > .right__top {
    max-width: 70px;
    right: 15px;
  }

  .article__wrapper .article__elem > .article__text > h3 {
    font-size: 32px;
    line-height: 50px;
  }

  .article__wrapper .article__elem > .article__text > span {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  footer .outer__footer .footer__top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .outer__footer .footer__top > .foot__left {
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    width: 100%;
    max-width: 400px;
  }

  footer .outer__footer .footer__top > .foot__right {
    max-width: 400px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  footer .outer__footer .footer__bottom {
    margin-top: 40px;
  }

  .findus__wrapper .outer__findus > h2 {
    font-size: 40px;
  }

  .findus__wrapper .outer__findus > p {
    font-size: 16px;
  }

  .findus__wrapper .outer__findus .button__wrapper {
    margin-top: 25px;
  }

  .findus__wrapper {
    padding: 50px 0;
  }

  .info__section .outer__info > img.plant {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .info__section .outer__info > img.plant {
    display: none;
  }

  .info__section .outer__info .info__title > h2 {
    font-size: 42px;
    line-height: 52px;
  }

  .description__section .outer__description > .desc__title > h2 {
    font-size: 42px;
    line-height: 52px;
  }

  .description__section .outer__description > .desc__title {
    margin-bottom: 15px;
  }

  .info__section .outer__info .info__desc > p {
    font-size: 19px;
    line-height: 27px;
  }

  .description__section .outer__description > .plant {
    display: none;
  }

  .slider__wrapper .outer__slider .slider__top > p {
    font-size: 16px;
  }

  .slider__wrapper .outer__slider .slider__top {
    margin-bottom: 25px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide {
    flex-direction: column;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > a {
    max-width: 100%;
    flex: 1 1 auto;
    width: 100%;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > a .logo__wrap {
    max-width: 100%;
    min-width: 0;
    margin-bottom: 25px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap {
    margin-left: 0;
    padding-bottom: 0;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap .info__buttons {
    position: static;
    margin-top: 15px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider {
    margin-bottom: 20px;
  }

  .article__wrapper {
    padding: 40px 0;
  }

  .slider__wrapper .outer__slider .slider__top > h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap > h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .slider__wrapper {
    padding: 45px 0;
  }

  .slider__wrapper .outer__slider .slider__top .slider__top__water {
    display: none;
  }

  .article__wrapper .article__elem {
    margin-bottom: 40px;
  }

  .article__wrapper .article__top > .article__title > h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .article__wrapper .article__elem > .article__text > h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .article__wrapper .article__elem > .article__text > span {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  footer .outer__footer .footer__top > .foot__left {
    margin-bottom: 25px;
  }

  .findus__wrapper .outer__findus > img {
    display: none;
  }

  footer .outer__footer .footer__bottom {
    flex-direction: column-reverse;
  }

  footer .outer__footer .footer__bottom > p {
    margin-top: 8px;
  }

  footer .outer__footer .footer__bottom {
    padding-top: 24px;
    margin-top: 24px;
  }

  footer {
    padding-bottom: 24px;
    padding-top: 30px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap > p {
    font-size: 16px;
    line-height: 26px;
  }

  .description__section .outer__description {
    padding-top: 50px;
  }
}

@media (max-width: 540px) {
  .description__section .outer__description > .minds {
    width: 100%;
  }

  .info__section .outer__info .info__title > .cloud__title {
    right: -35px;
  }
}

@media (max-width: 480px) {
  .logo__slides {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Fifth logo alone on last row — keep it centered */
  .logo__slides .elem__logo:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 6.5px);
    max-width: calc(50% - 6.5px);
  }

  .description__section .outer__description > .desc__title > h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .info__section .outer__info .info__title > h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .info__section .outer__info .info__title > .cloud__title {
    max-width: 80px;
  }

  .info__section .outer__info .info__desc > img {
    max-width: 70px;
    left: -20px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider {
    margin-bottom: 30px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > .info__wrap > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .slider__wrapper .outer__slider .slider__top > h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .slider__wrapper .outer__slider .slider__main .hero__slider .inner__hero--slide > a .logo__wrap {
    min-height: 240px;
  }

  header .outer__header {
    min-height: 80px;
  }

  header .outer__header .header__right .button__wrapper > a {
    min-width: 100px;
    min-height: 44px;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  header .outer__header .header__logo > a img {
    max-width: 80px;
  }

  .article__wrapper .article__top > .article__title > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .findus__wrapper .outer__findus > h2 {
    font-size: 36px;
  }

  .findus__wrapper {
    padding: 35px 0;
  }

  footer .outer__footer .footer__top > .foot__left > ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .outer__footer .footer__top > .foot__left > ul > li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  footer .outer__footer .footer__top > .foot__left > ul > li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 375px) {
  footer .outer__footer .footer__top > .foot__right form .input__wrapper {
    flex-direction: column;
  }

  footer .outer__footer .footer__top > .foot__right form .input__wrapper > input {
    margin-right: 0;
    margin-bottom: 8px;
  }

  footer .outer__footer .footer__top > .foot__right form .input__wrapper > button {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Cloud animations
   -------------------------------------------------------------------------- */
.cloud__one {
  animation-timing-function: linear !important;
  animation: cloud-one 20s infinite;
}

.cloud__two {
  animation-timing-function: linear !important;
  animation: cloud-two 15s infinite;
}

@keyframes cloud-one {
  0% {
    left: -15%;
    opacity: 0;
  }

  10% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.8;
  }

  100% {
    left: 70%;
    opacity: 0;
  }
}

@keyframes cloud-two {
  0% {
    left: 0;
    opacity: 0;
  }

  10% {
    opacity: 0.8;
  }

  90% {
    opacity: 0.8;
  }

  100% {
    left: 80%;
    opacity: 0;
  }
}

/* --------------------------------------------------------------------------
   SVG path animations (cloud → brain)
   -------------------------------------------------------------------------- */
svg path.cloud {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  stroke-width: 4;
  stroke: #000;
  fill: none;
  stroke-linecap: round;
}

svg path.brain {
  stroke-dashoffset: 1000;
  stroke-dasharray: 1000;
  stroke: #000;
  stroke-width: 4;
  fill: none;
  transition: 4s ease-in-out;
  animation: animateDashback 10s linear forwards;
}

svg path.brain.active {
  animation: animateDash 10s linear forwards;
}

@keyframes animateDashback {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes animateDash {
  to {
    stroke-dashoffset: 0;
  }
}

/* --------------------------------------------------------------------------
   Legal pages
   -------------------------------------------------------------------------- */
.legal-page {
  background: linear-gradient(180deg, #e3faff 0%, #f5fdff 55%, #ffffff 100%);
  min-height: 100vh;
}

.legal-main {
  padding: 80px 0;
}

.legal-card {
  max-width: 860px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 36px;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 22px;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  color: #026982;
  font-weight: 600;
}

.legal-back:hover {
  text-decoration: underline;
}

.legal-links {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.legal-links > a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #026982;
  border: 1px solid rgba(2, 105, 130, 0.35);
  border-radius: 999px;
  padding: 6px 12px;
  transition: 0.25s ease all;
}

.legal-links > a:hover {
  border-color: #026982;
  background: rgba(2, 105, 130, 0.08);
}

.legal-links > a.is-active {
  background: #026982;
  border-color: #026982;
  color: #fff;
}

.legal-card h1 {
  margin: 0 0 10px;
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  line-height: 1.15;
  color: #000;
}

.legal-updated {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 22px;
  color: #555;
}

.legal-card h2 {
  margin: 24px 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  color: #000;
}

.legal-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #111;
}

@media (max-width: 767px) {
  .legal-main {
    padding: 48px 0;
  }

  .legal-card {
    padding: 24px 20px;
  }

  .legal-card h1 {
    font-size: 34px;
  }

  .legal-card h2 {
    font-size: 22px;
  }

  .legal-links {
    gap: 8px;
  }
}
