@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
#section-1 .slick-slide > div {
  line-height: 0;
}
#section-1 .slick-slide .slide-item {
  position: relative;
  line-height: 0;
}
#section-1 .slick-slide .slide-item a {
  transition: all 0.3s ease-in-out;
}
#section-1 .slick-slide .slide-item .image-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 450px;
  overflow: hidden;
}
#section-1 .slick-slide .slide-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#section-1 .slick-slide .slide-item .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 115px;
}
#section-1 .slick-slide .slide-item .content-wrapper h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--black);
  font-weight: 400;
}
#section-1 .slick-slide .slide-item .content-wrapper p {
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.6;
}
#section-1 .slick-slide .slide-item .content-wrapper p a {
  color: #7ee5be;
  font-size: 1.5rem;
}
#section-1 .slick-slide .slide-item .content-wrapper p a:hover {
  color: #2ad393;
}
#section-1 .slick-slide .slide-item .link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  text-align: center;
}
#section-1 .slick-slide:nth-of-type(2) .slide-item .image-wrapper::after {
  content: "";
  opacity: 0.5;
  background: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#section-1 .slick-slide:nth-of-type(3) .link-wrapper a {
  background-color: #d5359b !important;
  border-color: #d5359b !important;
  color: var(--white) !important;
  font-size: 1.1rem;
  padding: 1rem 3rem;
  border-radius: 30px;
  font-weight: 500;
}
#section-1 .slick-slide:nth-of-type(4) .link-wrapper {
  top: 40px;
}
#section-1 .slick-slide:nth-of-type(4) .link-wrapper a {
  color: #101536;
  background: none;
  border-radius: 100px;
  font-size: 1.1rem;
  padding: 1rem 3rem;
  border: 2px solid #283384;
  font-weight: 500;
}
#section-1 .slick-slide:nth-of-type(4) .link-wrapper a:hover {
  background: #283384;
  color: var(--white);
}
#section-1 .slick-slide:nth-of-type(5) .content-wrapper p:nth-of-type(2) {
  margin-top: 30px;
}
#section-1 .slick-slide:nth-of-type(5) .content-wrapper a {
  color: var(--white) !important;
  background-color: #283384;
  border-color: #283384;
  font-size: 1.1rem !important;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 500;
}
#section-1 .slick-slide:nth-of-type(5) .content-wrapper a:hover {
  background: #161c49;
  color: var(--white);
}
#section-1 .slick-slide:nth-of-type(6) .link-wrapper a {
  color: var(--white) !important;
  background-color: #283384;
  border-color: #283384;
  font-size: 1.1rem !important;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 500;
}
#section-1 .slick-slide:nth-of-type(6) .link-wrapper a:hover {
  background: #161c49;
  color: var(--white);
}

#section-2.section-2 .container {
  max-width: 100%;
  padding: 0;
}
#section-2.section-2 .container .item {
  padding: 15px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section-2.section-2 .container .item {
    padding: 15px 30px;
  }
}
#section-2.section-2 .container .item p {
  color: var(--white);
  background: none;
  border: 2px solid var(--white);
  transition: all 0.3s ease-in-out;
  color: var(--white);
  font-weight: 500;
  padding: 1rem 3rem;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}
#section-2.section-2 .container .item p::before {
  font-family: "FontAwesome";
  font-size: 28.16px;
  position: relative;
  top: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #section-2.section-2 .container .item p {
    display: flex;
    align-items: center;
  }
  #section-2.section-2 .container .item p::before {
    top: 0;
  }
}
#section-2.section-2 .container .item:first-of-type p::before {
  content: "\f16d";
}
#section-2.section-2 .container .item:nth-of-type(2) p::before {
  content: "\f167";
}
#section-2.section-2 .container .item:last-of-type p::before {
  content: "\f059";
}

.text-image {
  text-align: center;
}
.text-image .container {
  max-width: 100%;
  padding: 0;
}
.text-image .container .wrapper {
  max-width: 100%;
  width: 100%;
}
.text-image .container .wrapper > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .text-image .container .wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .text-image .container .wrapper > div {
    width: 100%;
  }
}
.text-image h3 {
  font-size: 3rem;
  color: var(--black);
  padding-bottom: 16px;
  position: relative;
  font-weight: 400;
}
.text-image h3::after {
  content: "";
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d5359b, #ff3366);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .text-image h3 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28);
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
.text-image p {
  padding: 24px 0;
  color: #767676;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .text-image p {
    font-size: calc(1.175rem + 0.325 * (100vw - 20rem) / 28);
    line-height: calc(1.4 * (1.175rem + 0.325 * (100vw - 20rem) / 28));
  }
}
.text-image a {
  color: var(--white);
  background-color: #d5359b;
  border-color: #d5359b;
  padding: 1rem 3rem;
  border-radius: 50px;
  display: inline-block;
  letter-spacing: 1px;
}
.text-image a:hover {
  background-color: #9d2170;
  border-color: #9d2170;
}
.text-image .image-wrapper {
  align-self: stretch;
  display: flex;
}
.text-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1499px) {
  .text-image .content-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .text-image .content-wrapper {
    padding: 2rem;
  }
}

.home #section-3.text-image .content-wrapper,
.home #section-4.text-image .content-wrapper,
.home #section-5.text-image .content-wrapper,
.home #section-6.text-image .content-wrapper {
  max-width: 762px;
  margin: 0 auto;
}

.text-image-2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.text-image-2 .container {
  max-width: 1140px;
}
.text-image-2 .container .wrapper {
  background: #c8d4f2;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .text-image-2 .container .wrapper {
    align-items: flex-start;
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .text-image-2 .container .wrapper {
    flex-direction: column;
    padding: 35px;
  }
}
.text-image-2 .container .wrapper > div {
  padding: 10px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .text-image-2 .container .wrapper > div {
    width: 100%;
  }
}
.text-image-2 .container .wrapper .content-wrapper {
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .text-image-2 .container .wrapper .content-wrapper {
    padding: 30px 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .text-image-2 .container .wrapper .content-wrapper {
    padding: 0;
  }
}
.text-image-2 .container .wrapper .content-wrapper h3 {
  color: var(--black);
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  font-size: 2.5rem;
}
.text-image-2 .container .wrapper .content-wrapper p {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
  font-style: normal;
  line-height: 1.6;
  font-weight: 400;
}
.text-image-2 .container .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .text-image-2 .container .image-wrapper {
    margin: 50px auto 0;
  }
}
.text-image-2 .container .image-wrapper .image-item {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .text-image-2 .container .image-wrapper .image-item {
    margin-top: 15%;
    margin-left: 20%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .text-image-2 .container .image-wrapper .image-item {
    margin: 0 auto;
  }
}
.text-image-2 .container .image-wrapper .image-item::after {
  content: "";
  position: absolute;
  top: -55px;
  right: 50px;
  display: inline-block;
  background-color: #819bcf;
  border-top-left-radius: 65%;
  height: 261px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .text-image-2 .container .image-wrapper .image-item::after {
    right: 40px;
    top: -40px;
  }
}
.text-image-2 .container .image-wrapper img {
  max-width: 300px;
  border-radius: 150px 0 0 0;
  position: relative;
  z-index: 10;
  width: 100%;
}

.text {
  text-align: center;
  padding: 15px 0;
}
.text .container {
  max-width: 1140px;
}
.text h2 {
  padding: 2rem 0;
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  border-top: 2px solid #b2ccd2;
  border-bottom: 2px solid #b2ccd2;
}
@media screen and (max-width: 768px) {
  .text h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28);
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}

#section-14.text h2 {
  color: var(--black);
  font-style: italic;
  font-size: 1.5rem;
  border-color: #1b3a61;
  max-width: 405px;
  margin: 0 auto;
  border-width: 3px;
}

.text-2 {
  padding: 30px 0 15px;
}
.text-2 .content-wrapper {
  max-width: 950px;
  margin: 0 auto;
}
.text-2 .content-wrapper h2 {
  text-align: center;
  color: #232323;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 24px;
}
.text-2 .content-wrapper p {
  color: #232323;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 400;
}
.text-2 .content-wrapper p a {
  color: #7ee5be;
}
.text-2 .content-wrapper p a:hover {
  color: #2ad393;
}

.articles {
  padding: 3rem 0 0;
}
.articles .wrapper {
  justify-content: space-around;
}
.articles .article-item {
  text-align: center;
  width: 100%;
  max-width: 385px;
  margin: 0 1rem 3rem 1rem;
  border: 1px solid var(--black);
  border-radius: 3%;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.articles .article-item h3 {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 400;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--black);
}
.articles .article-item p {
  padding: 24px 0;
  color: var(--black);
}
.articles .article-item a {
  background-color: #d5359b;
  border-color: #d5359b;
  color: var(--white);
  border-radius: 100px;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}

.video-text {
  position: relative;
  height: 865px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .video-text {
    height: 925px !important;
  }
}
.video-text .container {
  max-width: 100%;
  padding: 0;
}
.video-text .container video {
  width: 100% !important;
  height: 865px !important;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .video-text .container video {
    height: 925px !important;
  }
}
.video-text .container .video-wrapper > div {
  width: 100% !important;
}
.video-text .container .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
  max-width: 710px;
  height: 625px;
}
.video-text .container .content-wrapper h2 {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 400;
  padding-bottom: 300px;
}
.video-text .container .content-wrapper p {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1.6;
}
.video-text .mejs-overlay-play {
  display: none !important;
}
.video-text .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.therapy-methods .video-text .container .content-wrapper {
  height: 372px;
  max-width: 920px;
}
.therapy-methods .video-text .container .content-wrapper h2 {
  padding-bottom: 24px;
}
.therapy-methods .video-text .container .content-wrapper h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 300;
  padding-bottom: 1rem !important;
  line-height: 1.3;
}
.therapy-methods .video-text .container .content-wrapper p {
  font-size: 1.1rem;
  line-height: 1.6;
  padding-bottom: 25px;
}

.title {
  padding-top: 60px;
  padding-bottom: 15px;
}
.title h2 {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 300;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  color: #232323;
}

.trustees-banner {
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -110px;
  overflow: hidden;
}
.trustees-banner .container {
  max-width: 950px;
  position: relative;
  z-index: 10;
}
.trustees-banner h1 {
  font-size: 3rem;
  font-style: normal;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.trustees-banner h2 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  color: var(--white);
}
.trustees-banner p {
  text-align: left;
  font-size: 1.1rem;
  font-style: normal;
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  padding-bottom: 1rem;
  color: var(--white);
  font-weight: 300;
}
.trustees-banner .button-wrapper .primary {
  background: none;
  color: #2ad393;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border: 2px solid #2ad393;
}
.trustees-banner .button-wrapper .primary:hover {
  color: #11533a;
  background-color: #7ee5be;
  border-color: #7ee5be;
}
.trustees-banner .button-wrapper .secondary {
  background: none;
  color: #9ea0d4;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border: 2px solid #9ea0d4;
}
.trustees-banner .button-wrapper .secondary:hover {
  color: var(--white);
  background-color: #9ea0d4;
  border-color: #9ea0d4;
}
.trustees-banner .overlay {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
  background-color: rgb(35, 35, 35);
  height: 96.5%;
}

.trustees {
  background: #819bcf;
  padding-top: 65px;
}
.trustees .wrapper {
  background: var(--white);
  max-width: 925px;
  margin: 0 auto;
}
.trustees .wrapper .image-wrapper {
  width: 25%;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.trustees .wrapper .image-wrapper img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  object-fit: cover;
  margin: 0 auto;
  object-position: top;
}
.trustees .wrapper .content-wrapper {
  width: 75%;
  padding: 2rem 2rem 2rem 0;
}
.trustees .wrapper .content-wrapper h3 {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 1rem;
  color: #232323;
  text-align: left;
}
.trustees .wrapper .content-wrapper h4 {
  font-size: 1rem;
  font-weight: 300;
  padding-top: 0.5rem;
  color: #232323;
}
.trustees .wrapper .content-wrapper p {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #232323;
  line-height: 1.5;
}
.trustees .wrapper .content-wrapper a {
  color: #d5359b !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .trustees .wrapper {
    max-width: 545px;
  }
  .trustees .wrapper .image-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.3%;
    padding-bottom: 2rem;
  }
  .trustees .wrapper .content-wrapper {
    width: 66.6%;
  }
}
@media screen and (max-width: 767px) {
  .trustees .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .trustees .wrapper .content-wrapper {
    padding: 0 2rem 2rem 2rem;
    text-align: center;
    width: 100%;
  }
  .trustees .wrapper .image-wrapper {
    width: 100%;
  }
}

.our-trustees section:last-of-type {
  padding-bottom: 30px;
}

.feedback-banner {
  background: #1b3a61;
}
.feedback-banner .container {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .feedback-banner .container {
    max-width: 720px;
  }
}
.feedback-banner .container .wrapper {
  max-width: 100%;
  width: 100%;
}
.feedback-banner .container .wrapper > div {
  width: 50%;
}
.feedback-banner .container .wrapper .content-wrapper {
  text-align: center;
  max-width: 571px;
  margin: 0 auto;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
.feedback-banner .container .wrapper .content-wrapper h1 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
}
.feedback-banner .container .wrapper .content-wrapper p {
  color: var(--white);
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}
.feedback-banner .container .wrapper .content-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-color: var(--white);
  color: #808080;
  border-radius: 100px;
  padding: 1rem 3rem;
  max-width: 230px;
  margin: 15px auto 0;
  letter-spacing: 1px;
  font-weight: 500;
}
.feedback-banner .container .wrapper .image-wrapper {
  align-self: stretch;
  display: flex;
}
.feedback-banner .container .wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .feedback-banner .container .wrapper h1 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
@media screen and (max-width: 767px) {
  .feedback-banner .container .wrapper {
    flex-direction: column-reverse;
  }
  .feedback-banner .container .wrapper > div {
    width: 100%;
  }
  .feedback-banner .container .wrapper .content-wrapper {
    min-height: 300px;
    padding: 50px 0;
  }
}

.user-feedback .text-2 .content-wrapper {
  max-width: 710px;
}
.user-feedback .text-2 .content-wrapper h2 {
  color: #011539;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
.user-feedback .text-2 .content-wrapper h3 {
  color: #011539;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-align: left;
}
.user-feedback .text-2 .content-wrapper p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #171717;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .user-feedback .text-2 {
    padding: 50px 0;
  }
  .user-feedback .text-2 h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center !important;
  }
  .user-feedback .text-2 h3 {
    font-size: calc(1.175rem + 0.325 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.175rem + 0.325 * (100vw - 20rem) / 28));
    text-align: center;
  }
}

.feedbacks {
  text-align: center;
  padding: 60px 0;
}
.feedbacks .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedbacks .image-wrapper img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.feedbacks h2,
.feedbacks h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 400;
}
.feedbacks h2 {
  padding-bottom: 3rem;
}
.feedbacks p {
  color: var(--white);
  margin-top: 2rem;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.feedbacks .slide-item {
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .feedbacks .slick-prev,
  .feedbacks .slick-next {
    top: auto;
    bottom: -10%;
  }
}

#section-4.feedbacks h2,
#section-4.feedbacks p {
  color: var(--black);
}
#section-4.feedbacks strong {
  display: block;
}
@media screen and (max-width: 767px) {
  #section-4.feedbacks .slick-prev,
  #section-4.feedbacks .slick-next {
    top: auto;
    bottom: -5%;
  }
}

.feedback-text {
  padding: 45px 0;
  text-align: center;
}
.feedback-text .wrapper {
  max-width: 950px;
}
.feedback-text h2 {
  color: #232323;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 24px;
}
.feedback-text h3 {
  color: #232323;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 24px;
}
.feedback-text p {
  line-height: 1.6;
  color: #232323;
  padding-bottom: 24px;
}
.feedback-text .link-wrapper {
  justify-content: center;
}
.feedback-text a {
  color: #ffffff;
  background-color: #283384;
  border-color: #161c49;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
}
.feedback-text a:hover {
  background-color: #161c49;
  border-color: #161c49;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
@media screen and (max-width: 768px) {
  .feedback-text h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}

.feedback-text-image {
  background: #819bcf;
}
.feedback-text-image .container {
  max-width: 100%;
  width: 100%;
}
.feedback-text-image .container .wrapper {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.feedback-text-image .container .wrapper > div {
  width: 100%;
}
.feedback-text-image .container .wrapper .content-wrapper {
  min-height: 720px;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.feedback-text-image .container .wrapper h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: var(--black);
}
.feedback-text-image .container .wrapper p {
  color: var(--black);
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
}
.feedback-text-image .container .wrapper a {
  color: #ffffff;
  background-color: #161c49;
  border-color: #161c49;
  padding: 1rem 3rem;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  width: 100%;
  max-width: 258px;
}
.feedback-text-image .container .wrapper a:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.feedback-text-image .container .wrapper a.pink {
  background: #d5359b;
  border-color: #d5359b;
}
.feedback-text-image .container .wrapper a.green {
  background: #7ee5be;
  border-color: #7ee5be;
  color: #11533a;
}
.feedback-text-image .container .wrapper a.blue {
  background: #283384;
  border-color: #283384;
  display: block;
  max-width: 332px;
}
.feedback-text-image .container .wrapper a.white {
  background: var(--white);
  border-color: var(--white);
  color: #808080;
}
.feedback-text-image .link-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}
.feedback-text-image .content-container {
  max-width: 571px;
  margin: 0 auto;
}
.feedback-text-image .image-wrapper {
  align-self: stretch;
  display: flex;
}
.feedback-text-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .feedback-text-image h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center !important;
  }
}

#section-7 .link-wrapper a {
  padding: 1rem 0 !important;
}

.charity-banner {
  background: #819bcf;
  padding-top: 20px;
}
.charity-banner .content-wrapper {
  text-align: center;
  max-width: 648px;
  margin: auto;
}
.charity-banner h2 {
  color: #232323;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
}
.charity-banner h3 {
  color: #232323;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 3rem !important;
  padding-top: 1rem !important;
}
.charity-banner p {
  margin-top: 20px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #232323;
}
.charity-banner img {
  max-width: 368px;
}

.charity-icons .icon-wrapper {
  position: relative;
}
.charity-icons .icon-wrapper::before {
  font-family: serif;
  font-family: "FontAwesome";
}
.charity-icons .icon-wrapper:first-of-type::before {
  content: "\f1da";
}

.our-charity .text-2 {
  position: relative;
  padding-top: 75px;
  background: url("../img/logobroken.webp") no-repeat;
}
.our-charity .text-2 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-charity .text-2 h2 {
  color: var(--black);
  font-size: 3rem;
  font-weight: 400;
}
.our-charity .text-2 p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.get-urgent-help .title h2 {
  color: var(--white);
  font-weight: 700;
  font-size: 3rem;
}
.get-urgent-help .urgent-banner {
  padding: 5rem 0;
  background-color: #efefef;
}
.get-urgent-help .urgent-banner .wrapper {
  justify-content: space-between;
}
.get-urgent-help .urgent-banner .wrapper > div {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .get-urgent-help .urgent-banner .wrapper {
    flex-direction: column;
  }
  .get-urgent-help .urgent-banner .wrapper > div {
    width: 100%;
    padding: 0 20px;
  }
  .get-urgent-help .urgent-banner .wrapper > div:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.get-urgent-help .urgent-banner .image-wrapper {
  padding: 60px 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 28px;
}
.get-urgent-help .urgent-banner .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .get-urgent-help .urgent-banner .image-wrapper {
    padding: 60px 40px;
  }
}
.get-urgent-help .urgent-banner .content-wrapper h2 {
  margin-bottom: 22px;
  color: var(--black);
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
}
.get-urgent-help .urgent-banner .content-wrapper a {
  font-size: 1.1rem;
  border-radius: 50px;
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem auto;
  white-space: normal;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  display: flex;
  max-width: 220px;
  color: var(--white);
}
.get-urgent-help .urgent-banner .content-wrapper a:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.get-urgent-help .banner-item:nth-of-type(1) .content-wrapper a {
  background: #d5359b !important;
}
.get-urgent-help .banner-item:nth-of-type(2) .content-wrapper a {
  color: #212529;
}
.get-urgent-help .text-2 {
  padding: 105px 0 45px;
}
.get-urgent-help .text-2 .content-wrapper {
  max-width: 1110px;
}
.get-urgent-help .text-2 h2 {
  color: #d5359b;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 46px;
}
.get-urgent-help .text-2 a {
  color: #d5359b !important;
}
@media screen and (max-width: 767px) {
  .get-urgent-help .text-2 h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  .get-urgent-help .text-2 .container {
    max-width: 540px;
  }
}
.get-urgent-help #section-4.text-2 {
  padding: 75px 0 45px;
}
.get-urgent-help #section-4.text-2 h2 {
  font-size: 1.5rem;
  color: #ff3366;
}
.get-urgent-help #section-4.text-2 p {
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .get-urgent-help #section-4.text-2 h2 {
    font-size: calc(1.175rem + 0.325 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.175rem + 0.325 * (100vw - 20rem) / 28));
    text-align: center;
  }
}

.therapy-method {
  padding: 60px 0;
}
.therapy-method .wrapper {
  max-width: 1110px;
  padding: 0 15px;
}
.therapy-method .wrapper > div {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .therapy-method .wrapper {
    flex-direction: column;
  }
  .therapy-method .wrapper > div {
    width: 100%;
  }
}
.therapy-method h2 {
  font-size: 1.5rem;
  color: #232323;
  line-height: 1.6;
  font-weight: 400;
  max-width: 510px;
}
.therapy-method p {
  color: #232323;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .therapy-method .container {
    padding: 0;
    max-width: 720px !important;
  }
}
@media screen and (max-width: 767px) {
  .therapy-method .container {
    max-width: 540px !important;
  }
}

.advice-guidance-banner {
  padding-top: 135px;
  padding-bottom: 135px;
  position: relative;
  padding-top: 75px;
  background: url("../img/logobroken.webp") no-repeat;
}
.advice-guidance-banner .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.advice-guidance-banner h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 300;
  color: #232323;
  text-align: center;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem !important;
}
.advice-guidance-banner .items-wrapper {
  padding-top: 3rem;
}
.advice-guidance-banner .banner-item {
  padding: 16px;
}
.advice-guidance-banner .banner-item .banner-wrapper {
  position: relative;
}
.advice-guidance-banner .banner-item .banner-wrapper .link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.advice-guidance-banner .banner-item .banner-wrapper .link-wrapper:after {
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(24, 142, 244, 0.3);
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
}
.advice-guidance-banner .banner-item .banner-wrapper .link-wrapper a {
  position: relative;
  z-index: 10;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  background-color: #7ee5be;
  border: 2px solid #7ee5be;
  color: #11533a;
  border-radius: 100px;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.advice-guidance-banner .banner-item .banner-wrapper .link-wrapper a:hover {
  color: #11533a !important;
  background-color: #3ed89e !important;
  border-color: #3ed89e !important;
}
.advice-guidance-banner .banner-item .banner-wrapper:hover .link-wrapper {
  opacity: 1;
}
.advice-guidance-banner .banner-item .content-wrapper {
  background-color: #188ef4;
  padding: 1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advice-guidance-banner .banner-item .content-wrapper h3 {
  color: var(--white);
  transition: all 0.3s ease-in-out;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.advice-guidance-banner .banner-item .content-wrapper h3:hover {
  color: #b3b3b3 !important;
}

.video-page {
  background-color: #819bcf;
  padding-top: 120px;
}
.video-page h2 {
  color: #011539;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 1rem !important;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .video-page h2 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.7rem + 1.3 * (100vw - 20rem) / 28));
  }
}
.video-page .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem !important;
  padding-bottom: 60px;
}
.video-page .image-wrapper img {
  max-width: 456px;
  margin: 0 auto;
  width: 100%;
}

.faqs {
  padding: 5rem 0;
  background-color: #b2ccd2;
}
@media screen and (max-width: 991px) {
  .faqs .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .faqs .container {
    max-width: 540px;
  }
}
.faqs h2 {
  color: #14142b;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .faqs h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
.faqs .faq-wrapper {
  padding-top: 56px;
  display: flex;
  flex-wrap: wrap;
}
.faqs .item {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .faqs .item {
    width: 100%;
    padding: 0;
  }
}
.faqs .item .title-wrapper {
  padding: 0 28px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  cursor: pointer;
}
.faqs .item .title-wrapper h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 48px;
  font-size: 1rem;
  color: #1b3a61;
  text-align: left;
}
.faqs .item .title-wrapper h3:hover {
  font-weight: bold;
}
.faqs .item .title-wrapper span::before {
  font-family: "FontAwesome";
  color: rgb(213, 53, 155);
  font-size: 3rem !important;
  position: relative;
}
.faqs .item .content-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-width: 544px;
  margin-left: auto;
}
.faqs .item .content-wrapper .content-container {
  padding-top: 1rem;
}
.faqs .item .content-wrapper p {
  color: #d5359b;
  text-align: left;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 24px;
}
.faqs .item .content-wrapper.active {
  max-height: 1000px;
}

.instagram-banner {
  background: #819bcf;
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .instagram-banner {
    height: auto;
  }
}
.instagram-banner .container {
  max-width: 1140px;
}
.instagram-banner .wrapper {
  justify-content: center;
  width: 100%;
}
.instagram-banner .wrapper h1 {
  color: #171717;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .instagram-banner .wrapper h1 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
.instagram-banner .wrapper img {
  width: 135px;
}
.instagram-banner .wrapper .image-wrapper {
  padding-right: 4rem;
}
@media screen and (max-width: 991px) {
  .instagram-banner .wrapper .image-wrapper {
    padding-right: 0;
    padding-bottom: 3rem;
  }
}

.donate-banner {
  padding-top: 135px;
  padding-bottom: 45px;
  position: relative;
  padding-top: 75px;
}
.donate-banner .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donate-banner .container {
  position: relative;
  z-index: 10;
}
.donate-banner .container .wrapper {
  max-width: 1110px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .donate-banner .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .donate-banner .container {
    max-width: 540px;
  }
}
.donate-banner h3 {
  color: #cc2952;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  padding-bottom: 0.5rem !important;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .donate-banner h3 {
    text-align: center;
  }
}
.donate-banner h1 {
  color: var(--black);
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 15px !important;
  position: relative;
  margin-bottom: 42px;
}
.donate-banner h1::after {
  content: "";
  background: var(--white);
  width: 35px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .donate-banner h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  .donate-banner h1::after {
    right: 0;
    margin: 0 auto;
  }
}
.donate-banner p {
  color: #000000;
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 400;
}
.donate-banner img {
  filter: invert(0.5);
}

.thank-you {
  padding-top: 45px;
  padding-bottom: 60px;
}
.thank-you .wrapper {
  align-items: center;
  justify-content: flex-start;
  max-width: 1110px;
  width: 100%;
}
.thank-you .wrapper > div {
  padding-right: 15px;
  padding-left: 15px;
}
.thank-you h2 {
  color: var(--black);
  font-weight: 400;
  font-size: 2.5rem;
  padding-bottom: 15px !important;
  position: relative;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thank-you h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
.thank-you img {
  max-width: 160px;
}
.thank-you a {
  color: #d5359b;
  font-size: 1.5rem;
  font-weight: 400;
}
.thank-you p {
  color: #465052;
  padding-top: 16px;
  font-weight: 400;
}

#fundraising .container {
  position: relative;
  z-index: 10;
}
#fundraising .container .wrapper {
  max-width: 1110px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #fundraising .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #fundraising .container {
    max-width: 540px;
  }
}
#fundraising #section-1 {
  text-align: center;
  position: relative;
  padding-top: 75px;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
}
#fundraising #section-1 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fundraising #section-1 .wrapper {
  max-width: 920px;
}
#fundraising #section-1 h1 {
  color: #000000;
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #fundraising #section-1 h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  #fundraising #section-1 h1::after {
    right: 0;
    margin: 0 auto;
  }
}
#fundraising #section-1 h2 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 24px;
}
#fundraising #section-1 h2 a {
  color: #d5359b;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 24px;
}
#fundraising #section-1 p {
  color: #232323;
  font-size: 1.1rem;
  line-height: 1.6;
  padding-bottom: 30px;
  font-weight: 400;
}
#fundraising #section-1 .cta {
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}
#fundraising #section-1 .cta:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
#fundraising #section-1 .primary {
  background-color: #d5359b !important;
  border-color: #d5359b !important;
  color: #ffffff !important;
}
#fundraising #section-1 .primary:hover {
  color: #ffffff !important;
  background-color: #9d2170 !important;
  border-color: #9d2170 !important;
}
#fundraising #section-1 .secondary {
  background-color: #7ee5be !important;
  border-color: #7ee5be !important;
  color: #11533a !important;
}
#fundraising #section-1 .secondary:hover {
  color: #11533a !important;
  background-color: #3ed89e !important;
  border-color: #3ed89e !important;
}
#fundraising #section-2 .container {
  padding: 0 16px !important;
}
#fundraising .title {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #c8d4f2;
}
#fundraising .title h2 {
  font-size: 2.5rem;
  color: #1b3a61;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fundraising .title h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
#fundraising .title h3 {
  text-align: center;
  color: #171717;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-bottom: 24px;
}
#fundraising .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#fundraising .image-wrapper img {
  width: 100%;
  max-width: 722px;
  margin: 0 auto;
}
#fundraising #section-8 {
  margin-top: 45px;
  text-align: left;
  position: relative;
  padding-top: 75px;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}
#fundraising #section-8 .overlay {
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fundraising #section-8 h2 {
  color: #011539;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #fundraising #section-8 h2 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  #fundraising #section-8 h2::after {
    right: 0;
    margin: 0 auto;
  }
}
#fundraising #section-8 p {
  color: #011539;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 45px;
}

#mentor .container .wrapper {
  max-width: 920px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #mentor .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #mentor .container {
    max-width: 540px;
  }
}
#mentor #section-1 {
  position: relative;
  min-height: 100vh;
}
#mentor #section-1 video {
  width: 100%;
  height: 1080px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #mentor #section-1 video {
    height: 840px;
  }
}
@media screen and (max-width: 767px) {
  #mentor #section-1 video {
    height: 950px;
  }
}
@media screen and (max-width: 600px) {
  #mentor #section-1 video {
    height: 1080px;
  }
}
@media screen and (max-width: 425px) {
  #mentor #section-1 video {
    height: 1150px;
  }
}
@media screen and (max-width: 375px) {
  #mentor #section-1 video {
    height: 1300px;
  }
}
@media screen and (max-width: 325px) {
  #mentor #section-1 video {
    height: 1400px;
  }
}
#mentor #section-1 .overlay {
  background-color: rgba(35, 35, 35, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
#mentor #section-1 .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 535px;
  max-width: 920px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #mentor #section-1 .wrapper {
    height: auto;
    padding: 100px 15px 0;
  }
}
@media screen and (max-width: 425px) {
  #mentor #section-1 .wrapper {
    height: auto;
    padding: 50px 15px 0;
  }
}
#mentor #section-1 h1 {
  font-size: 1rem;
  line-height: 1.3;
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
  font-weight: 400;
  padding-bottom: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #mentor #section-1 h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  #mentor #section-1 h1::after {
    right: 0;
    margin: 0 auto;
  }
}
#mentor #section-1 p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem;
}
#mentor #section-1 .link-wrapper {
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  #mentor #section-1 .link-wrapper {
    flex-direction: column;
  }
}
#mentor #section-1 .cta {
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}
#mentor #section-1 .cta:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
#mentor #section-1 .primary {
  background-color: #d5359b !important;
  border-color: #d5359b !important;
  color: #ffffff !important;
}
#mentor #section-1 .primary:hover {
  color: #ffffff !important;
  background-color: #9d2170 !important;
  border-color: #9d2170 !important;
}
#mentor #section-1 .secondary {
  background-color: #7ee5be !important;
  border-color: #7ee5be !important;
  color: #11533a !important;
}
#mentor #section-1 .secondary:hover {
  color: #11533a !important;
  background-color: #3ed89e !important;
  border-color: #3ed89e !important;
}
#mentor #section-2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #819bcf;
}
#mentor #section-2 h2 {
  font-size: 3rem;
  color: #232323;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #mentor #section-2 h2 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
#mentor #section-2 p {
  text-align: left;
  color: #232323;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

#become-trustee .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #become-trustee .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #become-trustee .container {
    max-width: 540px;
  }
}
#become-trustee #section-1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
  background: url("../img/logobroken.webp") no-repeat;
}
#become-trustee #section-1 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#become-trustee #section-1 .wrapper {
  max-width: 920px;
}
#become-trustee #section-1 h1 {
  color: var(--black);
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 15px !important;
  position: relative;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #become-trustee #section-1 h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
#become-trustee #section-1 h3 {
  color: #000000;
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
}
#become-trustee #section-1 p {
  color: #000000;
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 24px !important;
  font-weight: 400;
  text-align: center;
  font-size: 1.1rem;
}
#become-trustee #section-1 .cta {
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}
#become-trustee #section-1 .cta:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
#become-trustee #section-1 .primary {
  background-color: #d5359b !important;
  border-color: #d5359b !important;
  color: #ffffff !important;
}
#become-trustee #section-1 .primary:hover {
  color: #ffffff !important;
  background-color: #9d2170 !important;
  border-color: #9d2170 !important;
}
#become-trustee #section-1 .secondary {
  background-color: #7ee5be !important;
  border-color: #7ee5be !important;
  color: #11533a !important;
}
#become-trustee #section-1 .secondary:hover {
  color: #11533a !important;
  background-color: #3ed89e !important;
  border-color: #3ed89e !important;
}
#become-trustee #section-1 .link-wrapper {
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  #become-trustee #section-1 .link-wrapper {
    flex-direction: column;
  }
}

#feedback .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #feedback .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #feedback .container {
    max-width: 540px;
  }
}
#feedback #section-1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
}
#feedback #section-1 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#feedback .wrapper {
  max-width: 920px;
}
#feedback h1 {
  color: var(--black);
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 15px !important;
  position: relative;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #feedback h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
#feedback p {
  color: #ffffff;
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 24px !important;
  font-weight: 400;
  text-align: center;
  font-size: 1.1rem;
}
#feedback .cta {
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}
#feedback .cta:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
#feedback .primary {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
#feedback .primary:hover {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
#feedback .link-wrapper {
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  #feedback .link-wrapper {
    flex-direction: column;
  }
}

#involvement .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #involvement .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #involvement .container {
    max-width: 540px;
  }
}
#involvement #section-1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
}
#involvement #section-1 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#involvement .wrapper {
  max-width: 920px;
}
#involvement h1 {
  color: #232323;
  font-weight: 600;
  font-size: 3rem;
  padding-bottom: 15px !important;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #involvement h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
#involvement h2 {
  color: #232323;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #involvement h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
#involvement p {
  color: #232323;
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 400;
  font-size: 1.1rem;
}
#involvement a {
  color: #d5359b;
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 400;
  font-size: 1.1rem;
}

#support .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #support .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #support .container {
    max-width: 540px;
  }
}
#support #section-1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
}
#support #section-1 .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#support #section-1 .wrapper {
  max-width: 950px;
  width: 100%;
}
#support #section-1 h1 {
  color: var(--white);
  font-weight: 700;
  font-size: 3rem;
  padding-bottom: 15px !important;
  position: relative;
  margin-bottom: 42px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #support #section-1 h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
#support #section-1 h3 {
  color: var(--white);
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 24px !important;
  font-weight: 400;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Sans", sans-serif;
}
#support #section-1 h3 p {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #support #section-1 h3 {
    font-size: calc(1.175rem + 0.325 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.175rem + 0.325 * (100vw - 20rem) / 28));
  }
}
#support #section-1 .cta {
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  border: 2px solid #2ad393;
  color: #2ad393;
  background: transparent !important;
}
#support #section-1 .cta:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
#support #section-1 .link-wrapper {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
#support #section-1 .link-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
#support #section-1 .link-wrapper a span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #support #section-1 .link-wrapper {
    flex-direction: column;
  }
}
#support .items {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #819bcf;
}
@media screen and (max-width: 767px) {
  #support .items {
    padding-top: 0;
  }
}
#support .items .wrapper {
  align-items: center;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  #support .items .wrapper {
    flex-direction: column;
  }
  #support .items .wrapper > div {
    width: 100%;
  }
  #support .items .wrapper .image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#support .items .image-wrapper {
  width: 20%;
}
#support .items .content-wrapper {
  width: 80%;
}
#support .items span::before {
  font-size: 72px;
  margin-right: 32px;
  color: rgb(126, 229, 190);
}
@media screen and (max-width: 767px) {
  #support .items span::before {
    margin-right: 0;
  }
}
#support .items h2 {
  display: flex;
  align-items: center;
  color: #073b4c;
  font-size: 2.5rem;
  padding-bottom: 24px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #support .items h2 {
    flex-direction: column;
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
  #support .items h2 span {
    margin-bottom: 32px;
  }
}
#support .items p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1rem;
}
#support .items a {
  color: #7ee5be !important;
}
#support .items a.pink {
  color: #d5359b !important;
}

#children .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  #children .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #children .container {
    max-width: 540px;
  }
}
#children #section-1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
}
#children #section-1 .overlay {
  background-color: rgba(35, 35, 35, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#children #section-1 .wrapper {
  max-width: 950px;
}
#children #section-1 h1 {
  color: var(--white);
  font-weight: 700;
  font-size: 3rem;
  padding-bottom: 24px !important;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #children #section-1 h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
#children #section-1 p {
  color: var(--white);
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 24px !important;
  font-weight: 400;
  text-align: center;
  font-size: 1.5rem;
}
#children #section-1 .cta {
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  background: none;
  border: 2px solid #2ad393;
  color: #2ad393;
}
#children #section-1 .cta:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
#children #section-1 .link-wrapper {
  text-align: center;
}
#children #section-2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#children #section-2 h2 {
  color: #232323;
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 24px !important;
  position: relative;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #children #section-2 h2 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
#children #section-2 .item-wrapper {
  justify-content: space-between;
}
#children #section-2 .item-wrapper .item {
  cursor: pointer;
  margin-bottom: 2rem;
  padding: 0 15px;
  width: 33%;
}
#children #section-2 .item-wrapper .item .item-container {
  border-radius: 2rem;
  transition: all 0.3s;
  position: relative;
  background: #ffffff;
}
#children #section-2 .item-wrapper .item .item-container .content-wrapper {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#children #section-2 .item-wrapper .item .item-container .content-wrapper h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #232323;
  text-align: center;
  min-height: 58px;
}
@media screen and (max-width: 768px) {
  #children #section-2 .item-wrapper .item .item-container .content-wrapper h3 {
    font-size: calc(1.175rem + 0.325 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.175rem + 0.325 * (100vw - 20rem) / 28));
  }
}
#children #section-2 .item-wrapper .item .item-container .content-wrapper .cta {
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  background: none;
}
#children #section-2 .item-wrapper .item .item-container .content-wrapper .cta:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
#children #section-2 .item-wrapper .item .item-container .content-wrapper .cta.blue {
  border: 2px solid #007bff;
  color: #007bff;
}
#children #section-2 .item-wrapper .item .item-container .content-wrapper .cta.purple {
  border: 2px solid #881c61;
  color: #881c61;
}
#children #section-2 .item-wrapper .item .item-container .content-wrapper .cta.green {
  border: 2px solid #2ad393;
  color: #2ad393;
}
@media screen and (max-width: 991px) {
  #children #section-2 .item-wrapper {
    flex-wrap: wrap;
  }
  #children #section-2 .item-wrapper .item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  #children #section-2 .item-wrapper {
    flex-wrap: wrap;
  }
  #children #section-2 .item-wrapper .item {
    width: 100%;
  }
}
#children #section-3 {
  background: #b2ccd2;
  padding: 75px 0 0;
}
@media screen and (max-width: 991px) {
  #children #section-3 .container {
    max-width: 100% !important;
  }
  #children #section-3 .container .col-1 {
    padding-right: 0 !important;
  }
}
#children #section-3 .col-1 {
  padding-right: 5rem !important;
}
#children #section-3 h2 {
  color: #232323;
  font-weight: 400;
  font-size: 2.5rem;
  padding-bottom: 24px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  #children #section-3 h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
#children #section-3 p {
  color: #232323;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.1rem;
}
#children #section-3 .wrapper {
  max-width: 1200px;
  width: 100%;
}
#children #section-3 .wrapper > div {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  #children #section-3 .wrapper {
    flex-direction: column;
  }
  #children #section-3 .wrapper > div {
    width: 100%;
    padding: 0 15px;
  }
}
#children #section-3 .faqs {
  flex-direction: column;
  padding-top: 0;
}
#children #section-3 .faqs .item {
  width: 100%;
}
#children #section-3 .faqs .item .content-wrapper {
  max-width: 473px !important;
}
#children #section-3 .faqs .item .content-wrapper p {
  line-height: 1.7;
  color: #232323;
}
#children #section-3 .faqs .item .content-wrapper a {
  color: #d5359b;
}
#children #section-3 .faqs .item h3 {
  align-items: center;
  padding: 0;
  color: #12265a;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #children #section-3 .faqs .item h3 {
    font-size: calc(1.175rem + 0.325 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.175rem + 0.325 * (100vw - 20rem) / 28));
  }
}
#children #section-3 .faqs .item .title-wrapper {
  padding: 0 !important;
  border: 0;
  box-shadow: none !important;
}
#children #section-3 .faqs .item .title-wrapper span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px dashed #b8ce00;
  color: #b8ce00 !important;
  background: #0f7699;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
#children #section-3 .faqs .item .title-wrapper span::before {
  top: 0;
  font-size: 1rem !important;
  color: #b8ce00;
  transition: 0.4s;
}
#children #section-3 .faqs .item:hover .title-wrapper span {
  background-color: #b8ce00;
}
#children #section-3 .faqs .item:hover .title-wrapper span::before {
  color: #fff !important;
}

#refer {
  background-color: #819bcf;
}
#refer #section-1 {
  padding: 40px 0;
}
#refer #section-1 .container {
  max-width: 100%;
}
#refer #section-1 .wrapper {
  width: 100%;
  max-width: 100%;
  align-items: center;
}
#refer #section-1 .wrapper > div {
  padding: 0 15px;
}
#refer #section-1 .wrapper .image-wrapper {
  width: 33.33%;
}
#refer #section-1 .wrapper .image-wrapper img {
  border-radius: 2rem;
}
#refer #section-1 .wrapper .content-wrapper {
  width: 66.66%;
}
#refer #section-1 .wrapper .content-wrapper h1 {
  color: #1b3a61;
  font-weight: 700;
  font-size: 2.5rem;
  padding-bottom: 24px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  #refer #section-1 .wrapper .content-wrapper h1 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
#refer #section-1 .wrapper .content-wrapper h2 {
  color: #c8d4f2;
  align-items: center;
  padding: 0;
  font-size: 1.5rem;
  margin-bottom: 1.5rem !important;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #refer #section-1 .wrapper .content-wrapper h2 {
    font-size: calc(1.175rem + 0.325 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.175rem + 0.325 * (100vw - 20rem) / 28));
  }
}
#refer #section-1 .wrapper .content-wrapper p {
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 70px;
}
#refer #section-1 .wrapper .content-wrapper .cta {
  padding: 1rem 0;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  width: 100%;
  max-width: 320px;
}
#refer #section-1 .wrapper .content-wrapper .cta:hover {
  color: #333333 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
@media screen and (max-width: 991px) {
  #refer #section-1 .wrapper {
    flex-direction: column;
  }
  #refer #section-1 .wrapper > div {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #refer #section-1 .wrapper .image-wrapper {
    padding-bottom: 50px;
    text-align: center;
  }
  #refer #section-1 .wrapper .image-wrapper img {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
  #refer #section-1 .wrapper .cta {
    max-width: 100% !important;
  }
}
#refer #section-2 .container .wrapper {
  max-width: 100%;
  width: 100%;
  gap: 24px;
}
#refer #section-2 .container .wrapper .item {
  position: relative;
  margin: 50px 0 40px 0;
  width: 30%;
}
#refer #section-2 .container .wrapper .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #1b3a61;
  border-radius: 16px 16px 0 0;
  transition: all 0.3s ease-in-out;
}
#refer #section-2 .container .wrapper .item .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#refer #section-2 .container .wrapper .item .item-desc p {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #1b3a61;
  color: #c8d4f2;
  font-weight: 400;
}
#refer #section-2 .container .wrapper .item .item-wrapper {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#refer #section-2 .container .wrapper .item .item-wrapper p {
  color: #131313;
  font-weight: 400;
  line-height: 1.6;
}
#refer #section-2 .container .wrapper .item .item-wrapper .btn-wrapper {
  margin: 40px 0;
}
#refer #section-2 .container .wrapper .item .item-wrapper .btn-wrapper a {
  border-radius: 100px;
  background: none;
  border: 2px solid #575bb5;
  color: #575bb5;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#refer #section-2 .container .wrapper .item .item-wrapper .btn-wrapper span::before {
  font-family: "Font Awesome 6 Free" !important;
}
#refer #section-2 .container .wrapper .item .image-wrapper img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #refer #section-2 .container .wrapper {
    flex-wrap: wrap;
  }
  #refer #section-2 .container .wrapper .item {
    width: 48%;
  }
}
@media screen and (max-width: 991px) {
  #refer #section-2 .container .wrapper .item {
    width: 100%;
    max-width: 520px;
    margin: 40px auto;
  }
  #refer #section-2 .container .wrapper .item .item-wrapper {
    padding: 40px 20px;
  }
  #refer #section-2 .container .wrapper .item .item-wrapper .btn-wrapper a {
    padding: 1rem 2rem;
    margin: 0 !important;
  }
}
#refer #section-2 .container .buttom-btn {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
#refer #section-2 .container .buttom-btn a {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  background-color: #283384 !important;
  border-color: #283384 !important;
  border-radius: 30px;
  padding: 1rem 3rem;
  color: #FFFFFF;
}
#refer .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#refer .modal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 800px;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 100%;
}
#refer .modal-content h5 {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 2rem 2rem 60px;
}
#refer .modal-content .cta {
  padding: 1rem 3rem;
  border-radius: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem !important;
  transition: all 0.3s ease-in-out;
  border-width: 2px;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}
#refer .modal-content .cta.green {
  color: #11533a !important;
  background-color: #3ed89e !important;
  border-color: #3ed89e !important;
}
#refer .modal-content .cta.pink {
  background-color: #d5359b !important;
  border-color: #d5359b !important;
  color: #ffffff !important;
}
#refer .modal-content .cta.blue {
  background-color: #283384 !important;
  border-color: #283384 !important;
  color: #ffffff !important;
}
#refer .modal-content .cta.purple {
  background-color: #9ea0d4 !important;
  border-color: #9ea0d4 !important;
  color: #ffffff !important;
}
#refer .modal-content .cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#refer .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}
#refer .close-btn:hover {
  color: #ff0000;
}

#contact {
  background-color: #819bcf;
}
#contact #section-1 {
  padding-top: 50px;
}
#contact .container .wrapper {
  max-width: 1140px;
}
#contact .container .wrapper > div {
  width: 50% !important;
  padding: 0 30px;
}
#contact .container .wrapper > div iframe {
  width: 100%;
  height: 590px;
}
#contact .container .wrapper h1 {
  color: #232323;
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 15px !important;
  position: relative;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  #contact .container .wrapper h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
}
#contact .container .wrapper p {
  color: #232323;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  padding-bottom: 24px;
  font-weight: 400;
}
#contact .container .wrapper p a {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  #contact .container .wrapper {
    flex-direction: column;
  }
  #contact .container .wrapper > div {
    width: 100% !important;
    padding: 30px 0;
  }
}
#contact .container .cta-wrapper {
  text-align: center;
  padding: 30px 0;
}
#contact .container .cta {
  background-color: #d5359b;
  border: 2px solid #d5359b;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 100px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}

#parents-carers #section-1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
  background: url("../img/parents.webp") no-repeat;
}
#parents-carers #section-1 .overlay {
  background-color: rgba(35, 35, 35, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#parents-carers #section-1 .wrapper {
  width: 100%;
}
#parents-carers #section-1 h1,
#parents-carers #section-1 h3,
#parents-carers #section-1 p {
  color: #fff;
  padding: 0 0 24px !important;
}
#parents-carers #section-1 h1 {
  font-weight: 700;
}
#parents-carers #section-1 p {
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
#parents-carers #section-2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #819bcf;
}
#parents-carers #section-2 .wrapper {
  max-width: 920px;
}
#parents-carers #section-2 .wrapper p {
  color: #232323;
  line-height: 1.6;
  font-weight: 400;
}
#parents-carers #section-2 .link-wrapper {
  padding-top: 45px;
  max-width: 718px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#parents-carers .accordion-section {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #819bcf;
}
#parents-carers .accordion-section h2 {
  text-align: center;
  color: #232323;
  font-weight: 400;
  padding-bottom: 24px;
}
#parents-carers .accordion-section .as-parag {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
#parents-carers .accordion-section .faqs {
  background: none;
  padding: 0;
  flex-direction: column;
}
#parents-carers .accordion-section .faqs .item {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 0.5rem;
}
#parents-carers .accordion-section .faqs .item .title-wrapper {
  border-radius: 0;
  padding: 1rem 1rem;
  margin-bottom: 0;
  width: 100%;
  border: 0;
  box-shadow: none !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all 0.3s;
  background-color: #7ee5be;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  line-height: normal;
}
#parents-carers .accordion-section .faqs .item .title-wrapper h3 {
  color: #232323;
  font-size: 1.1rem;
  padding: 0 !important;
  min-height: 0;
  font-weight: 400;
}
#parents-carers .accordion-section .faqs .item .content-wrapper {
  max-width: 100%;
}
#parents-carers .accordion-section .faqs .item .content-container {
  background: #ffffff;
  padding: 1.5rem !important;
}
#parents-carers .accordion-section .faqs .item .content-container p {
  color: #000000;
}
#parents-carers .accordion-section .faqs .item .content-container a {
  color: #d5359b !important;
}

#professionals #section-1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
}
#professionals #section-1 .overlay {
  background-color: rgba(35, 35, 35, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#professionals #section-1 .wrapper {
  width: 100%;
}
#professionals #section-1 h1,
#professionals #section-1 h3,
#professionals #section-1 p {
  color: #fff;
  padding: 0 0 24px !important;
}
#professionals #section-1 h1 {
  font-weight: 700;
  text-align: center;
}
#professionals #section-1 h3 {
  font-weight: 300;
}
#professionals #section-1 p {
  font-weight: 400;
  text-align: center;
  line-height: 1.5rem;
}
#professionals #section-2 .container {
  max-width: 100%;
  padding: 0;
}
#professionals #section-2 .container .wrapper {
  max-width: 100%;
  width: 100%;
}
#professionals #section-2 .container .wrapper .item {
  padding: 4rem 2rem;
  background: #1b3a61;
  transition: background 0.3s;
  text-align: center;
  width: 16.667%;
}
#professionals #section-2 .container .wrapper .item .title-wrapper {
  margin-bottom: 34px;
}
#professionals #section-2 .container .wrapper .item h4 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.1rem;
  padding-bottom: 20px;
  color: #ffffff;
  position: relative;
}
#professionals #section-2 .container .wrapper .item h4::after {
  content: "";
  width: 35px;
  height: 3px;
  background: #819bcf;
  margin-bottom: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: background 0.3s;
}
#professionals #section-2 .container .wrapper .item p {
  color: #ffffff;
  line-height: 1.6;
  font-size: 1rem;
  min-height: 130px;
}
#professionals #section-2 .container .wrapper .item a {
  text-align: center;
}
#professionals #section-2 .container .wrapper .item span {
  font-size: 0.8rem;
  color: #b8ce00;
  border: 2px solid #b8ce00;
  border-radius: 100%;
  font-weight: 900;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#professionals #section-2 .container .wrapper .item span::before {
  font-family: "Font Awesome 6 Free";
  color: rgb(184, 206, 0);
  fill: rgb(184, 206, 0);
}
#professionals #section-2 .container .wrapper .item.item-2 {
  background: #1d3f69;
}
#professionals #section-2 .container .wrapper .item.item-3 {
  background: #1f4471;
}
#professionals #section-2 .container .wrapper .item.item-4 {
  background: #224879;
}
#professionals #section-2 .container .wrapper .item.item-5 {
  background: #244d81;
}
#professionals #section-2 .container .wrapper .item.item-6 {
  background: #265289;
}
#professionals #section-2 .container .wrapper .item:hover {
  background: #d5359b;
}
@media screen and (max-width: 1400px) {
  #professionals #section-2 .container .wrapper {
    flex-wrap: wrap;
  }
  #professionals #section-2 .container .wrapper .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 1400px) {
  #professionals #section-2 .container .wrapper .item {
    width: 50%;
  }
}
@media screen and (max-width: 425px) {
  #professionals #section-2 .container .wrapper .item {
    width: 100%;
  }
}
#professionals #section-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #819bcf;
}
#professionals #section-3 .container .wrapper {
  max-width: 1110px;
}
#professionals #section-3 .container .wrapper p {
  margin-bottom: 1rem;
  color: #232323;
  font-size: 1.1rem;
  line-height: 1.6;
}
#professionals #section-3 .container .wrapper p a {
  color: #d5359b;
  word-break: break-all;
}

#diversity #section-1 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
}
#diversity #section-1 .overlay {
  background-color: rgba(35, 35, 35, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#diversity #section-2 {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  min-height: 100vh;
}
#diversity #section-2 .overlay {
  background-color: rgba(35, 35, 35, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#diversity h1 {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 40px;
}
#diversity p {
  color: #ffffff;
  line-height: 1.6;
  font-weight: 400;
}
#diversity p a {
  color: #7ee5be !important;
}

#policies-procedures #section-1 {
  padding-top: 135px;
  padding-bottom: 90px;
  position: relative;
  height: 100%;
  padding-top: 75px;
}
#policies-procedures #section-1 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#policies-procedures #section-1 h1 {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 24px;
  text-align: center;
}
#policies-procedures #section-1 h3 {
  color: #232323;
  font-weight: 400;
  padding-bottom: 24px;
}
#policies-procedures #section-1 p {
  line-height: 1.6;
  font-size: 1.1rem;
  text-align: center;
  color: #232323;
}
#policies-procedures #section-1 strong {
  display: block;
}
#policies-procedures #section-1 .wrapper {
  max-width: 920px;
}
#policies-procedures section.item {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
#policies-procedures section.item .wrapper {
  max-width: 906px;
}
#policies-procedures section.item:nth-child(odd) {
  background: #efefef;
}
#policies-procedures section.item h2 {
  font-size: 1.5rem;
  margin-bottom: 22px;
  color: #1d1d1f;
  text-align: center;
  font-weight: 400;
}
#policies-procedures section.item p {
  color: #1d1d1f;
  text-align: left;
  margin-bottom: 22px;
  line-height: 1.6;
}
#policies-procedures section.item .link-wrapper {
  text-align: center;
}
#policies-procedures section.item.grey {
  background-color: #efefef;
}

.partners {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.partners h2 {
  text-align: center;
  font-weight: 400;
}
.partners h3 {
  font-size: 1.1rem;
  color: #767676;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 3rem;
}
.partners .wrapper {
  max-width: 1080px;
}
.partners .slick-slide img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.partners .slick-prev,
.partners .slick-next {
  top: auto;
  bottom: -50%;
}
.partners .slick-prev {
  left: 43%;
}
.partners .slick-next {
  right: 43%;
}
.partners .slick-prev:hover,
.partners .slick-prev:focus,
.partners .slick-next:hover,
.partners .slick-next:focus {
  color: #fff;
  outline: #000;
  background: #000;
}
.partners .slick-logos .slick-track .image-wrapper {
  width: 100%;
}
.partners .slick-logos .slick-track .image-wrapper img {
  margin: 0 auto;
}

#translation {
  text-align: center;
}
#translation #section-1 {
  position: relative;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#translation #section-1 .overlay {
  background-color: rgba(23, 23, 23, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#translation #section-1 .container {
  width: 100%;
  position: relative;
  z-index: 10;
}
#translation #section-1 h1 {
  font-weight: 700;
  color: #fff;
  padding-bottom: 24px;
}
#translation #section-1 h2 {
  color: #fff;
  font-weight: 400;
  padding-bottom: 24px;
}
#translation #section-1 h3 {
  color: #fff;
  font-weight: 400;
  padding-top: 0 !important;
  padding-bottom: 24px !important;
}
#translation #section-1 span {
  margin-right: 0.8rem;
}
#translation #section-1 span::before {
  font-family: "Font Awesome 6 Free";
  font-size: 1.76rem;
}

#governance .governance-banner {
  position: relative;
  padding-top: 75px;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
}
#governance .governance-banner .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#governance .governance-banner .container {
  position: relative;
  z-index: 10;
}
#governance .governance-banner .container .wrapper {
  max-width: 1110px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #governance .governance-banner .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  #governance .governance-banner .container {
    max-width: 540px;
  }
}
#governance .governance-banner h3 {
  color: #cc2952;
  font-size: 1rem;
  line-height: 1.3;
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 768px) {
  #governance .governance-banner h3 {
    text-align: center;
  }
}
#governance .governance-banner h1 {
  color: var(--black);
  font-weight: 400;
  font-size: 3rem;
  padding-bottom: 15px !important;
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #governance .governance-banner h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  #governance .governance-banner h1::after {
    right: 0;
    margin: 0 auto;
  }
}
#governance .governance-banner p {
  color: #000000;
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 400;
  font-size: 1.1rem;
}
#governance .governance-banner img {
  filter: invert(0.5);
}
#governance .governance-banner .link-wrapper {
  max-width: 800px;
}
@media screen and (max-width: 991px) {
  #governance .governance-banner a {
    font-size: 12px !important;
  }
}
#governance #section-2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #819bcf;
}
#governance #section-2 h3 {
  font-size: 1rem;
  color: #fff;
  text-align: left;
}
#governance #section-2 h2 {
  color: #000000;
  font-size: 3rem;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 41px;
}
#governance #section-2 h2::before {
  content: "";
  width: 35px;
  height: 3px;
  background: #283384;
  transition: background 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
#governance #section-2 p {
  color: #000000;
  line-height: 1.6;
}
#governance #section-2 p a {
  color: #7ee5be;
}
#governance #section-2 p a.text-primary {
  color: #d5359b;
}

.icons {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #819bcf;
}
.icons .icons-wrapper {
  flex-wrap: wrap;
}
.icons .icons-wrapper .item {
  padding: 1rem;
  width: 25%;
}
.icons .icons-wrapper .item h3 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem 0;
  position: relative;
  margin-bottom: 59px;
}
.icons .icons-wrapper .item h3:hover {
  color: #b3b3b3 !important;
}
.icons .icons-wrapper .item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.icons .icons-wrapper .item span {
  position: relative;
  min-height: 75px;
  display: flex;
  align-items: center;
}
.icons .icons-wrapper .item span::before {
  font-family: MobiriseIcons;
}
.icons .icons-wrapper .item:nth-of-type(1) span::before {
  content: "\e636";
  color: rgb(213, 53, 155);
  fill: rgb(213, 53, 155);
  font-size: 85px;
  font-family: "Material-Design-Icons";
}
.icons .icons-wrapper .item:nth-of-type(2) span::before {
  content: "\f050";
  color: rgb(40, 51, 132);
  fill: rgb(40, 51, 132);
  font-size: 75px;
  font-family: "icon54";
}
.icons .icons-wrapper .item:nth-of-type(3) span::before {
  content: "\e911";
  color: rgb(228, 210, 149);
  fill: rgb(228, 210, 149);
  font-size: 75px;
}
.icons .icons-wrapper .item:nth-of-type(4) span::before {
  content: "\e98c";
  color: rgb(199, 200, 230);
  fill: rgb(199, 200, 230);
  font-size: 75px;
}
@media screen and (max-width: 991px) {
  .icons .icons-wrapper .item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .icons .icons-wrapper .item {
    width: 100%;
  }
}

#history .history-banner {
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -110px;
  overflow: hidden;
}
#history .history-banner .container {
  max-width: 950px;
  position: relative;
  z-index: 10;
}
#history .history-banner h1 {
  font-size: 3rem;
  font-style: normal;
  line-height: 1.2;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  color: var(--white);
  font-weight: 400;
}
#history .history-banner p {
  font-style: normal;
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
  padding-bottom: 1rem;
  color: var(--white);
  font-weight: 300;
  font-size: 1.5rem;
  text-align: center;
}
#history .history-banner .overlay {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.6;
  background-color: rgb(35, 35, 35);
  height: 96.5%;
}
#history #section-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c8d4f2;
}
#history #section-2 .container {
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  #history #section-2 .container {
    max-width: 540px;
  }
}
#history #section-2 .mbr-section-head {
  margin-bottom: 3rem !important;
}
#history #section-2 .timeline-element {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#history #section-2 .timeline-element p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1rem;
}
#history #section-2 .timeline-element .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d5359b;
  margin-left: -9px;
  padding: 0;
  left: 50%;
}
#history #section-2 .timeline-element .col-md-6 {
  width: 50%;
}
@media (max-width: 767px) {
  #history #section-2 .timeline-element .col-md-6 {
    width: 100%;
  }
}
#history #section-2 .timeline-element .nth-order {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 767px) {
  #history #section-2 .timeline-element .nth-order {
    align-items: flex-start;
    margin: 4rem 0 1rem 0;
  }
}
#history #section-2 .timeline-element:after {
  content: "";
  position: absolute;
  background-color: #d5359b;
  width: 2px;
  height: calc(100% - 20px);
  top: 20px;
  left: 50%;
}
@media (max-width: 767px) {
  #history #section-2 .timeline-element:after {
    height: calc(100% + 30px);
    top: 20px;
    left: 15px;
  }
}
#history #section-2 .timeline-element:nth-last-of-type(2n) {
  flex-direction: row-reverse;
}
#history #section-2 .timeline-element:nth-last-of-type(2n) .nth-order {
  align-items: flex-start;
}
@media (max-width: 767px) {
  #history #section-2 .timeline-element .iconBackground {
    left: 15px;
  }
}
#history #section-2 h2 {
  color: #232323;
  font-weight: 400;
  text-align: center;
}
#history #section-2 h4 {
  color: #232323;
  text-align: center;
  font-size: 1.5rem;
}
#history #section-2 .timeline-date-wrapper,
#history #section-2 .timeline-text-wrapper {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #history #section-2 .timeline-date-wrapper,
  #history #section-2 .timeline-text-wrapper {
    padding: 0;
    padding-left: 2rem;
  }
}
#history #section-2 .timeline-content {
  padding: 2rem;
  background: #ffffff;
  border-radius: 16px;
}
#history #section-2 .timeline-content p.display-5 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.5rem !important;
}
#history #section-2 .timeline-content h4 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #history #section-2 .timeline-content {
    padding: 1rem;
  }
}

#vision #section-1 {
  text-align: center;
  position: relative;
  padding-top: 75px;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
}
#vision #section-1 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#vision #section-1 .wrapper {
  max-width: 920px;
}
#vision #section-1 h1 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #vision #section-1 h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  #vision #section-1 h1::after {
    right: 0;
    margin: 0 auto;
  }
}
#vision #section-1 h3 {
  font-weight: 400;
  padding-bottom: 55px !important;
}
#vision #section-1 p {
  color: #232323;
  font-size: 1.1rem;
  line-height: 1.6;
  padding-bottom: 30px;
  font-weight: 400;
  text-align: left;
}
#vision #section-1 a {
  color: #7ee5be;
  font-size: 1.1rem;
}
#vision #section-2 {
  background: #c8d4f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

#cookies #section-1 {
  text-align: center;
  position: relative;
  padding-top: 75px;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
}
#cookies #section-1 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cookies #section-1 .wrapper {
  max-width: 920px;
}
#cookies #section-1 h1 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #cookies #section-1 h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  #cookies #section-1 h1::after {
    right: 0;
    margin: 0 auto;
  }
}
#cookies #section-1 h3 {
  font-weight: 400;
  padding-bottom: 55px !important;
}
#cookies #section-1 p {
  color: #232323;
  font-size: 1.1rem;
  line-height: 1.6;
  padding-bottom: 30px;
  font-weight: 400;
  text-align: left;
}
#cookies #section-1 a {
  color: #7ee5be;
  font-size: 1.1rem;
}
#cookies #section-2 {
  background: #c8d4f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

#privacy_policy #section-1 {
  text-align: center;
  position: relative;
  padding-top: 75px;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  align-items: center;
}
#privacy_policy #section-1 .overlay {
  background-color: rgba(129, 155, 207, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#privacy_policy #section-1 .wrapper {
  max-width: 920px;
}
#privacy_policy #section-1 h1 {
  color: var(--white);
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #privacy_policy #section-1 h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
    text-align: center;
  }
  #privacy_policy #section-1 h1::after {
    right: 0;
    margin: 0 auto;
  }
}
#privacy_policy #section-1 h3 {
  font-weight: 400;
  padding-bottom: 55px !important;
}
#privacy_policy #section-1 p {
  color: #232323;
  font-size: 1.1rem;
  line-height: 1.6;
  padding-bottom: 30px;
  font-weight: 400;
  text-align: left;
}
#privacy_policy #section-1 a {
  color: #7ee5be;
  font-size: 1.1rem;
}
#privacy_policy #section-2 {
  background: #c8d4f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", serif !important;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

:root {
  --primary: #d5359b;
  --white: #ffffff;
  --black: #000000;
}

h1 {
  color: var(--black);
  font-weight: 400;
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}

h2 {
  color: #1b3a61;
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}

h3 {
  color: #000000;
  line-height: 1.6;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: calc(1.175rem + 0.325 * (100vw - 20rem) / 28) !important;
    line-height: calc(1.4 * (1.175rem + 0.325 * (100vw - 20rem) / 28));
  }
}

.cta {
  background-color: #d5359b;
  border: 2px solid #d5359b;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: 0.4rem 0.8rem;
  white-space: normal;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 100px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cta.green {
  color: #11533a !important;
  background-color: #3ed89e !important;
  border-color: #3ed89e !important;
}
.cta.pink {
  background-color: #d5359b !important;
  border-color: #d5359b !important;
  color: #ffffff !important;
}
.cta.blue {
  background-color: #283384 !important;
  border-color: #283384 !important;
  color: #ffffff !important;
}
.cta.purple {
  background-color: #9ea0d4 !important;
  border-color: #9ea0d4 !important;
  color: #ffffff !important;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

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

.align-items-start {
  align-items: flex-start;
}

.mejs-controls {
  opacity: 0;
}

section {
  overflow: hidden !important;
}

#editLink {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 99999999;
}
#editLink a {
  background: var(--black);
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  color: var(--white);
}

.site-popup {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4745098039);
  z-index: 9999;
  height: 100%;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.site-popup .sp-dialog {
  background: var(--white);
  width: 100%;
  max-width: 794px;
  animation: zoomIn 0.5s ease-out;
}
.site-popup .sp-dialog .sp-head {
  padding: 21px 21px 2px 21px;
  text-align: right;
}
.site-popup .sp-dialog .sp-head img {
  cursor: pointer;
}
.site-popup .sp-dialog .sp-body .sp-flex {
  display: flex;
  align-items: center;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:first-child {
  width: 465px;
  margin-left: 40px;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:first-child h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 20px;
  color: #1b3a61;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:first-child p {
  font-size: 20px;
  font-weight: 400;
  line-height: 27.24px;
  color: #1b3a61;
  margin-bottom: 20px;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:first-child p span {
  font-weight: 700;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:first-child a {
  background: var(--primary);
  border-radius: 30px;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 24.52px;
  width: 263px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:first-child .note {
  border-left: 4px solid #e36f39;
  padding-left: 10px;
  width: 415px;
  margin-bottom: 46px;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:first-child .note p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  color: #e36f39;
}
.site-popup .sp-dialog .sp-body .sp-flex .col:first-child .note p span {
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .site-popup {
    padding: 0 47px;
  }
  .site-popup .sp-dialog .sp-body {
    text-align: center;
    padding: 0 27px;
  }
  .site-popup .sp-dialog .sp-body .sp-flex {
    flex-direction: column;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col {
    width: 100%;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:nth-child(2) {
    display: unset;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:nth-child(2) .qr {
    display: none;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:first-child {
    width: 100%;
    margin: 0;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:first-child h2 {
    text-align: center;
    line-height: normal;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:first-child p {
    font-size: 16px;
    line-height: 21.79px;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:first-child a {
    margin: 0 auto;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 800px) and (max-width: 600px) {
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:first-child a {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:first-child .note {
    width: 100%;
    margin-bottom: 0;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col.col:first-child .note p {
    font-size: 14px;
    line-height: 19.07px;
    text-align: left;
  }
  .site-popup .sp-dialog .sp-body .sp-flex .col .img {
    max-width: 219px;
    margin-bottom: 16px;
  }
}

.before-enter {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease-out;
}

.enter {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.scrollToTop.show {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.scrollToTop.show a {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  border-radius: 100px;
}
.scrollToTop.show a i {
  display: block;
  color: #fff;
  line-height: 60px;
}
.scrollToTop.show a i::before {
  content: "";
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.scrollToTop.show a i::after {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.burgerNavContainer {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 999;
  transition: 0.3s;
}
.burgerNavContainer.scrolled {
  top: -5px;
  right: 5px;
}

.wrapper.par {
  max-width: 75%;
  background: none !important;
  text-align: left;
  margin: unset;
  margin-bottom: 80px;
  padding: 0 30px;
}
.wrapper.par p {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.slick-prev {
  left: 24px;
}

.slick-next {
  right: 24px;
}

.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}

.slick-prev:before,
.slick-next:before {
  font-size: 1.5rem;
  font-family: "FontAwesome";
}

.slick-prev:before {
  content: "\f060";
}

.slick-next:before {
  content: "\f061";
}

header {
  position: sticky;
  top: 0;
  background: var(--white);
  z-index: 100;
  padding: 0.5rem 0;
}
header .logo {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
header .logo img.logo-img {
  width: 100%;
  transition: 0.3s ease-in-out;
  height: 6rem;
}
header .logo .translate {
  display: flex;
  flex-direction: column;
}
header .logo .translate span {
  font-weight: 600;
  color: var(--primary);
}
header .logo img.translate-img {
  width: 34px;
  transition: 0.3s ease-in-out;
}
header.scrolled .logo img.logo-img {
  width: 100%;
  height: 4rem;
}
header nav.nav {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
header nav.nav ul {
  column-gap: 20px;
}
header nav.nav ul li {
  text-align: center;
}
header nav.nav ul li a {
  font-weight: 500;
  font-size: 1.1rem;
}
header nav.nav ul li.sub-menu-active .sub-menu {
  padding: 20px;
  background: var(--white);
}
header nav.nav ul li.sub-menu-active .sub-menu li {
  margin-bottom: 20px;
}
header nav.nav ul li.sub-menu-active .sub-menu li:last-child {
  margin-bottom: 0;
}
header nav.nav .btn-groups {
  display: flex;
  align-items: center;
  column-gap: 25px;
}
header nav.nav .btn-groups a {
  padding: 7px 25px;
  border-radius: 30px;
  transition: 0.3s;
}
header nav.nav .btn-groups a:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
header nav.nav .btn-groups a.b1 {
  background: var(--primary);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}
header nav.nav .btn-groups a.b2 {
  background: #7ee5be;
  font-size: 16px;
  font-weight: 500;
}
header nav.nav .btn-groups a.b3 {
  background: #696cbd;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}
header nav.nav .btn-groups a.b4 {
  background: #161c49;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1140px) {
  header nav.nav {
    background: var(--white);
    flex-direction: column;
    row-gap: 20px;
  }
  header nav.nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    text-align: center;
  }
  header nav.nav ul li a {
    border-bottom: 0;
  }
  header nav.nav ul li.menu-item-has-children.sub-menu-active > .sub-menu {
    margin-top: 20px;
  }
  header nav.nav .btn-groups {
    flex-direction: column;
    row-gap: 10px;
  }
  header nav.nav .btn-groups a {
    width: 100%;
    text-align: center;
  }
}

hr.divider {
  height: 1px;
  width: 100%;
  background: rgb(231, 231, 231);
  border: 0;
  margin: 20px 0;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

#home {
  position: relative;
}
#home section.first {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 90px;
}
#home section.first .overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  background-color: rgb(35, 35, 35);
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #home section.first {
    padding-top: 15px;
  }
}
#home section.first .container .banner-card {
  max-width: 740px;
  margin: 0 auto;
  background: #1b3a61;
  padding: 3rem 4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#home section.first .container .banner-card.before-enter h1 {
  opacity: 0;
  transform: translateY(100px);
  transition: all 3s ease-out;
}
#home section.first .container .banner-card * {
  color: var(--white);
}
#home section.first .container .banner-card h1 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: normal;
}
#home section.first .container .banner-card h2 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
}
#home section.first .container .banner-card p.description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-weight: normal;
}
#home section.first .container .banner-card em {
  display: block;
  margin-bottom: 4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #home section.first .container .banner-card {
    text-align: center;
    padding: 1rem 1rem 2rem;
    max-width: 540px;
  }
  #home section.first .container .banner-card h1 {
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28);
    line-height: calc(1.4 * (1.7rem + 1.3 * (100vw - 20rem) / 28));
  }
  #home section.first .container .banner-card h2 {
    font-size: calc(1.525rem + 0.975 * (100vw - 20rem) / 28);
    line-height: calc(1.4 * (1.525rem + 0.975 * (100vw - 20rem) / 28));
  }
}
#home section.first .container .arrow-down {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
#home section.first .container .arrow-down a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
#home section.first .container .arrow-down a i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

mt-8 {
  margin-top: 8px;
}

.overflow-hidden {
  overflow: hidden !important;
}

#vacancies section.banner {
  background-repeat: no-repeat;
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#vacancies section.banner .overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(27, 58, 97, 0.877);
  width: 100%;
  height: 100%;
}
#vacancies section.banner .banner-content {
  position: relative;
  z-index: 0;
  text-align: center;
}
#vacancies section.banner .banner-content h1 {
  font-size: 3rem;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 30px;
}
#vacancies section.banner .banner-content .banner-btn-flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
#vacancies section.banner .banner-content .banner-btn-flex a {
  background: var(--primary);
  padding: 10px 30px;
  color: var(--white);
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 30px;
}
#vacancies section.second .container {
  width: 1140px;
  padding: 50px 0;
}
#vacancies section.second .container h2 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#vacancies section.second .container p.sub-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
#vacancies section.second .container .introduction {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
#vacancies section.second .container h5 {
  font-weight: 600;
  font-size: 1rem;
}
#vacancies section.second .container h5.about-the-role {
  margin-top: 40px;
}
#vacancies section.second .container p.value {
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 10px;
}
#vacancies section.second .container p.value.location {
  margin-bottom: 40px;
}
#vacancies section.second .container .about-value {
  white-space: pre-wrap;
  white-space: break-spaces;
}
#vacancies section.second .container .full-advert h5 {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 30px;
}
#vacancies section.second .container .full-advert .btn-groups {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  width: 500px;
}
#vacancies section.second .container .full-advert .btn-groups a {
  color: var(--white);
  padding: 10px 30px;
  font-weight: 400;
  font-size: 1.1rem;
  border-radius: 30px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
#vacancies section.second .container .full-advert .btn-groups a.fa {
  background: var(--primary);
}
#vacancies section.second .container .full-advert .btn-groups a.rd {
  background: #283384;
}
#vacancies section.second .container .full-advert .btn-groups a.ps {
  color: var(--black);
  background: #7ee5be;
}
#vacancies section.second .container .full-advert .btn-groups a.so {
  background: #333333;
}
@media screen and (max-width: 768px) {
  #vacancies section.second .container .full-advert .btn-groups {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  #vacancies section.second .container {
    width: 100%;
    padding: 30px;
  }
}

#practitioners {
  position: relative;
}
#practitioners section.first {
  background: #819bcf;
  padding: 30px 0;
}
#practitioners section.first h1,
#practitioners section.first h3 {
  text-align: center;
}
#practitioners section.first h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
#practitioners section.first h2 {
  font-size: 1.1rem;
}
#practitioners section.first h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#practitioners section.first .card-list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
}
#practitioners section.first .card-list .card-item {
  width: 22%;
  margin-bottom: 3%;
  background: var(--white);
}
#practitioners section.first .card-list .card-item img {
  width: 100%;
}
#practitioners section.first .card-list .card-item .card-item-content {
  text-align: center;
  padding: 30px 0;
}
#practitioners section.first .card-list .card-item .card-item-content h2 {
  margin-bottom: 20px;
}
#practitioners section.first .card-list .card-item .card-item-content p {
  font-size: 1rem;
  font-weight: normal;
  color: #767676;
}
@media screen and (max-width: 768px) {
  #practitioners section.first .card-list .card-item {
    width: 48%;
  }
}

.our-services .text-2 {
  padding: 40px 0;
}
.our-services #section-1.text-2 .content-wrapper h2 {
  font-size: 2.5rem;
  font-weight: normal;
}

footer.footer {
  background: #efefef;
  padding: 30px 0;
  overflow: hidden;
}
footer.footer .container {
  width: 1140px;
}
footer.footer .flex.initial {
  align-items: flex-start;
  justify-content: space-between;
}
footer.footer .flex.initial .col h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}
footer.footer .flex.initial .col.first {
  width: 30%;
}
footer.footer .flex.initial .col.first img {
  margin-bottom: 35px;
}
footer.footer .flex.initial .col.first p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
footer.footer .flex.initial .col.first a {
  color: var(--primary);
  font-weight: 600;
  transition: 0.3s;
}
footer.footer .flex.initial .col.second {
  width: 35%;
}
footer.footer .flex.initial .col.second .address-list .address-item {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  margin-bottom: 20px;
}
footer.footer .flex.initial .col.second .address-list .address-item img {
  width: 25px;
}
footer.footer .flex.initial .col.third {
  width: 35%;
}
footer.footer .flex.initial .col.third .help-lines-list .help-lines-item {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
}
footer.footer .flex.initial .col.third .help-lines-list .help-lines-item img {
  width: 15px;
}
footer.footer .base-footer {
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
footer.footer .base-footer p {
  font-weight: 500;
}
footer.footer .base-footer .social {
  align-items: center;
  column-gap: 20px;
}
footer.footer .base-footer .social img {
  width: 30px;
}
@media screen and (max-width: 1140px) {
  footer.footer .container {
    width: 100%;
  }
  footer.footer .flex.initial {
    flex-wrap: wrap;
  }
  footer.footer .flex.initial .col.first {
    width: 50%;
  }
  footer.footer .flex.initial .col.second {
    width: 50%;
  }
  footer.footer .flex.initial .col.third {
    width: 50%;
  }
  footer.footer .base-footer {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  footer.footer .flex.initial {
    row-gap: 50px;
  }
  footer.footer .flex.initial .col.first {
    width: 100%;
  }
  footer.footer .flex.initial .col.first .footer-logo {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer.footer .flex.initial .col.second {
    width: 100%;
  }
  footer.footer .flex.initial .col.third {
    width: 100%;
  }
}

/*# sourceMappingURL=dev.css.map */
