/**************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "GavencyRegular";
  src: url("../fonts/GavencyRegular.otf");
}
/*************************/
html, html body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  height: 100%;
  scroll-behavior: smooth;
  font-size: 14px;
  color: #161616;
}
html body {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
html body.modal-open, html body.swal2-shown {
  padding: 0 !important;
  overflow-y: auto !important;
}
html body ::-moz-selection {
  background-color: #000;
  color: #fff;
}
html body ::selection {
  background-color: #000;
  color: #fff;
}
html body ul {
  list-style: none;
}
html body a,
html body a:hover,
html body a:visited,
html body a:link {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
html body article,
html body aside,
html body details,
html body figcaption,
html body figure,
html body footer,
html body header,
html body hgroup,
html body menu,
html body nav,
html body section {
  display: block;
}
html body div, html body body div,
html body span,
html body body span,
html body object,
html body body object,
html body iframe,
html body body iframe,
html body h1,
html body body h1,
html body h2,
html body body h2,
html body h3,
html body body h3,
html body h4,
html body body h4,
html body h5,
html body body h5,
html body h6,
html body body h6,
html body p,
html body body p,
html body blockquote,
html body body blockquote,
html body pre,
html body body pre,
html body abbr,
html body body abbr,
html body address,
html body body address,
html body cite,
html body body cite,
html body code,
html body body code,
html body del,
html body body del,
html body dfn,
html body body dfn,
html body em,
html body body em,
html body img,
html body body img,
html body ins,
html body body ins,
html body kbd,
html body body kbd,
html body q,
html body body q,
html body samp,
html body body samp,
html body small,
html body body small,
html body strong,
html body body strong,
html body sub,
html body body sub,
html body sup,
html body body sup,
html body var,
html body body var,
html body b,
html body body b,
html body i,
html body body i,
html body dl,
html body body dl,
html body dt,
html body body dt,
html body dd,
html body body dd,
html body ol,
html body body ol,
html body ul,
html body body ul,
html body li,
html body body li,
html body fieldset,
html body body fieldset,
html body form,
html body body form,
html body label,
html body body label,
html body legend,
html body body legend,
html body table,
html body body table,
html body caption,
html body body caption,
html body tbody,
html body body tbody,
html body tfoot,
html body body tfoot,
html body thead,
html body body thead,
html body tr,
html body body tr,
html body th,
html body body th,
html body td,
html body body td,
html body article,
html body body article,
html body aside,
html body body aside,
html body canvas,
html body body canvas,
html body details,
html body body details,
html body figcaption,
html body body figcaption,
html body figure,
html body body figure,
html body footer,
html body body footer,
html body header,
html body body header,
html body hgroup,
html body body hgroup,
html body menu,
html body body menu,
html body nav,
html body body nav,
html body section,
html body body section,
html body summary,
html body body summary,
html body time,
html body body time,
html body mark,
html body body mark,
html body audio,
html body body audio,
html body video,
html body body video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.3;
}
html body textarea {
  resize: none;
}
html body p {
  line-height: 1.4;
  text-transform: none;
}
html body.invert {
  filter: invert(1);
}

.row {
  row-gap: 24px;
}

.swiper-pagination {
  bottom: 30px !important;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  margin: 0 !important;
}
@media (max-width: 1200px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006a71;
}

.main-head {
  padding-block: 35px;
  background-color: #f0e8ec;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .main-head {
    padding-block: 20px;
  }
}
.main-head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .main-head .container {
    max-width: 1250px;
  }
}
.main-head .logo {
  position: relative;
  z-index: 2;
}
.main-head .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 153px;
}
.main-head .menu {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-head .menu {
    display: none;
  }
}
.main-head .menu::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -170px;
  width: 160%;
  height: 220px;
  background-image: url("../images/menu-before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media (max-width: 1600px) {
  .main-head .menu::before {
    height: 200px;
    width: 150%;
    left: -150px;
  }
}
@media (max-width: 1200px) {
  .main-head .menu::before {
    height: 190px;
  }
}
.main-head .menu > ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.main-head .menu > ul li {
  position: relative;
}
.main-head .menu > ul li a {
  font-weight: 500;
  color: #fff;
}
.main-head .menu > ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 150%;
  min-width: 230px;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 0.3s;
}
[dir=rtl] .main-head .menu > ul li .sub-menu {
  left: auto;
  right: 0;
}
.main-head .menu > ul li .sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
[dir=rtl] .main-head .menu > ul li .sub-menu::before {
  left: auto;
  right: 20px;
}
.main-head .menu > ul li .sub-menu li {
  margin-bottom: 5px;
}
.main-head .menu > ul li .sub-menu li a {
  color: #000;
  transition: 0.3s;
  padding: 0;
}
.main-head .menu > ul li .sub-menu li a:hover {
  color: #006a71;
  padding-inline: 5px;
}
.main-head .menu > ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
.main-head .menu > ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-head .menu > ul li.has-menu a {
  padding-inline-end: 20px;
}
.main-head .menu > ul li.has-menu a:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  rotate: -90deg;
  top: 6px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
[dir=rtl] .main-head .menu > ul li.has-menu a:after {
  left: 0;
  right: auto;
}
.main-head .menu > ul li.has-menu:hover a:after {
  rotate: -270deg;
}
.main-head .actions {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.main-head .actions .open-menu {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: none;
}
@media (max-width: 991px) {
  .main-head .actions .open-menu {
    display: flex;
  }
}
.main-head.inner-head {
  background-color: #fff;
}
.main-head.collapsed-head {
  background-color: transparent;
}
@media (max-width: 768px) {
  .main-head.collapsed-head {
    background: linear-gradient(to bottom, #fff, transparent);
  }
}

.btn {
  height: 45px;
  padding-inline: 20px;
  border-radius: 50px;
  min-width: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #7c205f;
  border: 1px solid #7c205f;
  color: #fff;
  transition: 0.3s;
  font-weight: 500;
}
@media (max-width: 625px) {
  .btn {
    padding-inline: 15px;
    font-size: 13px;
  }
}
.btn img {
  filter: brightness(0) invert(1);
  scale: -1;
  transition: 0.3s;
}
[dir=rtl] .btn img {
  scale: 1;
}
.btn.btn-white {
  background-color: #fff;
  color: #006a71;
  border: 1px solid #fff;
}
.btn.outline {
  background-color: transparent;
  color: #7c205f;
  border: 1px solid #7c205f;
}
.btn.outline img {
  filter: brightness(0) invert(0);
}
.btn:hover {
  background-color: #006a71;
  color: #fff;
}

.hero-sec {
  padding-block: 50px;
  background-color: #f0e8ec;
}
@media (max-width: 625px) {
  .hero-sec {
    overflow: hidden;
  }
}
.hero-sec .row {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.hero-sec .img {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-sec .img {
    height: 400px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 625px) {
  .hero-sec .img {
    height: 260px;
  }
}
.hero-sec .img::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 270px;
  height: 270px;
  background-image: url("../images/hero-before.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
[dir=rtl] .hero-sec .img::before {
  right: auto;
  left: -70px;
}
@media (max-width: 1200px) {
  .hero-sec .img::before {
    width: 200px;
    height: 200px;
    top: -50px;
    right: -50px;
  }
  [dir=rtl] .hero-sec .img::before {
    right: auto;
    left: -50px;
  }
}
@media (max-width: 625px) {
  .hero-sec .img::before {
    width: 150px;
    height: 150px;
    top: -30px;
    right: -30px;
  }
  [dir=rtl] .hero-sec .img::before {
    right: auto;
    left: -30px;
  }
}
.hero-sec .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  rotate: -9deg;
  filter: grayscale(1);
  border-radius: 30px;
}
[dir=rtl] .hero-sec .img img {
  rotate: 9deg;
}
@media (max-width: 768px) {
  .hero-sec .img img {
    max-width: 85%;
  }
}
.hero-sec .caption h1 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 625px) {
  .hero-sec .caption h1 {
    font-size: 20px;
  }
}
.hero-sec .caption p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 625px) {
  .hero-sec .caption p {
    font-size: 14px;
  }
}
.hero-sec.about-hero-sec {
  padding-block: 100px 200px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .hero-sec.about-hero-sec {
    padding-block: 50px 100px;
  }
}
@media (max-width: 625px) {
  .hero-sec.about-hero-sec {
    padding-block: 30px 50px;
  }
}
@media (max-width: 991px) {
  .hero-sec.about-hero-sec .img {
    margin-bottom: 50px;
  }
}
@media (max-width: 625px) {
  .hero-sec.about-hero-sec .img {
    margin-bottom: 30px;
    height: 200px;
  }
}
.hero-sec.about-hero-sec .img::before {
  display: none;
}
@media (max-width: 991px) {
  .hero-sec.about-hero-sec .img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.hero-cover {
  position: relative;
  background-color: #f0e8ec;
  height: 800px;
}
@media (max-width: 1600px) {
  .hero-cover {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .hero-cover {
    height: 400px;
  }
}
@media (max-width: 625px) {
  .hero-cover {
    height: 250px;
  }
}
.hero-cover::before, .hero-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: url("../images/hero-cover-before.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 6;
}
@media (max-width: 1600px) {
  .hero-cover::before, .hero-cover::after {
    height: 160px;
  }
}
@media (max-width: 991px) {
  .hero-cover::before, .hero-cover::after {
    height: 90px;
  }
}
@media (max-width: 625px) {
  .hero-cover::before, .hero-cover::after {
    height: 45px;
  }
}
.hero-cover::after {
  top: auto;
  bottom: -1px;
  transform: rotate(180deg);
}
.hero-cover .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-cover .board {
  position: absolute;
  left: 34%;
  top: -30px;
  z-index: 6;
}
@media (max-width: 991px) {
  .hero-cover .board {
    width: 80px;
  }
}
.hero-cover.about-hero-cover {
  margin-bottom: 170px;
}

.involved {
  padding-block: 60px 100px;
  background-color: #f0e8ec;
}
@media (max-width: 625px) {
  .involved {
    padding-block: 30px 50px;
  }
}
.involved .row {
  align-items: center;
  justify-content: space-between;
}
.involved .caption h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .involved .caption h2 {
    font-size: 20px;
  }
}
.involved .caption p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .involved .caption p {
    font-size: 14px;
  }
}
.involved ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #006a71;
  padding-block: 15px;
  position: relative;
}
.involved ul li a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.involved ul li .icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #006a71;
  flex-shrink: 0;
  transition: 0.3s;
}
@media (max-width: 625px) {
  .involved ul li .icon {
    width: 40px;
    height: 40px;
  }
}
.involved ul li .icon img {
  scale: -1;
  filter: brightness(0) invert(1);
}
[dir=rtl] .involved ul li .icon img {
  scale: 1;
}
.involved ul li .info {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 625px) {
  .involved ul li .info {
    font-size: 14px;
  }
}
.involved ul li .info b {
  vertical-align: baseline;
}
.involved ul li:hover .icon {
  translate: 5px 0;
}

.organizing {
  padding-block: 0 50px;
  background-color: #f0e8ec;
}
.organizing .g-head h3 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .organizing .g-head h3 {
    font-size: 20px;
  }
}
.organizing .inner-box {
  height: 550px;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 25px;
  position: relative;
  background-size: contain !important;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .organizing .inner-box {
    height: 300px;
  }
}
.organizing .inner-box::before {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 20%;
  width: 120px;
  height: 120px;
  background-image: url(../images/organizing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
[dir=rtl] .organizing .inner-box::before {
  left: auto;
  right: 20%;
}
@media (max-width: 991px) {
  .organizing .inner-box::before {
    display: none;
  }
}
.organizing p {
  font-size: 18px;
  font-weight: 300;
  max-width: 40%;
  margin-top: 80px;
  font-style: italic;
}
@media (max-width: 991px) {
  .organizing p {
    max-width: 100%;
  }
}
@media (max-width: 625px) {
  .organizing p {
    font-size: 14px;
  }
}

.contact-form {
  padding-block: 80px;
}
@media (max-width: 625px) {
  .contact-form {
    padding-block: 50px;
  }
}
.contact-form .inner {
  background-color: #7c205f;
  border-radius: 24px;
  overflow: hidden;
}
.contact-form .inner .row {
  row-gap: 0;
}
.contact-form .inner .form-head {
  height: 100%;
  padding: 40px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact-form .inner .form-head {
    padding: 40px;
  }
}
@media (max-width: 625px) {
  .contact-form .inner .form-head {
    padding: 20px;
  }
}
.contact-form .inner .form-head span {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .contact-form .inner .form-head span {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .contact-form .inner .form-head span {
    font-size: 20px;
  }
}
.contact-form .inner .form-head h3 {
  font-size: 40px;
  margin-top: 20px;
  color: #fff;
  text-transform: none;
}
@media (max-width: 991px) {
  .contact-form .inner .form-head h3 {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 625px) {
  .contact-form .inner .form-head h3 {
    font-size: 20px;
    margin-top: 10px;
  }
}
.contact-form .inner form {
  background-color: #f0e8ec;
  padding: 40px;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .contact-form .inner form {
    padding: 40px;
  }
}
@media (max-width: 625px) {
  .contact-form .inner form {
    padding: 20px;
  }
}
.contact-form .inner form .form-group {
  margin-bottom: 30px;
}
@media (max-width: 625px) {
  .contact-form .inner form .form-group {
    margin-bottom: 20px;
  }
}
.contact-form .inner form .form-group .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 0.71px solid #7d205e;
  height: 60px;
  padding: 0;
  font-size: 17px;
  background: transparent;
  box-shadow: none;
}
@media (max-width: 625px) {
  .contact-form .inner form .form-group .form-control {
    font-size: 15px;
    height: 50px;
  }
}
.contact-form .inner form .form-group.form-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}
.contact-form .inner form .form-group.form-btn .wpcf7-spinner {
  display: none !important;
}

.pillars {
  padding-block: 70px 290px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .pillars {
    padding-block: 70px 150px;
  }
}
@media (max-width: 625px) {
  .pillars {
    padding-block: 50px 130px;
  }
}
.pillars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #006a71;
  z-index: -1;
}
@media (max-width: 625px) {
  .pillars::before {
    height: 60%;
  }
}
.pillars .g-head {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.pillars .g-head .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.pillars .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pillars .g-head h3 {
    font-size: 20px;
  }
}
.pillars .g-head .btn {
  white-space: nowrap;
}
.pillars .g-head .btn.outline {
  border-color: #fff;
  color: #fff;
}
.pillars .g-head .btn.outline img {
  filter: brightness(0) invert(1);
}
.pillars .g-head .btn.outline:hover {
  background-color: #fff;
  color: #006a71;
  border-color: #006a71;
}
.pillars .g-head .btn.outline:hover img {
  filter: none;
  translate: 10px 0;
  opacity: 0;
}
.pillars .swiper-slide {
  padding: 0 5px 20px;
}
.pillars .row .col-12 {
  height: auto;
  display: flex;
  align-items: stretch;
}
.pillars .pillar-card {
  background: #f7f7f5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 16px;
  width: 100%;
}
.pillars .pillar-card .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 100%;
  height: 220px;
}
.pillars .pillar-card .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pillars .pillar-card .info {
  height: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pillars .pillar-card .info h4 {
  margin-bottom: 20px;
}
.pillars .pillar-card .info h4 a {
  font-size: 24px;
  color: #000;
  transition: 0.3s;
  display: inline-block;
}
@media (max-width: 1600px) {
  .pillars .pillar-card .info h4 a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .pillars .pillar-card .info h4 a {
    font-size: 17px;
  }
}
.pillars .pillar-card .info h4 a:hover {
  color: #006a71;
}
.pillars .pillar-card .info p {
  margin-bottom: 15px;
  font-size: 15px;
  flex-grow: 1;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .pillars .pillar-card .info p {
    font-size: 14px;
  }
}
.pillars .pillar-card .info .btn {
  width: 100%;
  border-color: #006a71;
  color: #006a71;
  border: 1.5px solid #006a71;
}
.pillars .pillar-card .info .btn:hover {
  background-color: #7c205f;
  color: #fff;
  border: 1px solid #7c205f;
}
.pillars.news-pillars .pillar-card .info {
  min-height: auto;
}

.impact {
  position: relative;
  background-color: #7c205f;
  z-index: 1;
}
.impact::before, .impact::after {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
  height: 250px;
  transform: scaleY(-1);
  background-image: url("../images/slice-red.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 991px) {
  .impact::before, .impact::after {
    top: -100px;
    height: 100px;
  }
}
@media (max-width: 625px) {
  .impact::before, .impact::after {
    top: -48px;
    height: 50px;
  }
}
.impact::after {
  top: auto;
  bottom: -160px;
  transform: scaleY(1);
}
@media (max-width: 991px) {
  .impact::after {
    bottom: -100px;
  }
}
@media (max-width: 625px) {
  .impact::after {
    bottom: -48px;
  }
}
.impact .g-head {
  translate: 0 -100px;
}
@media (max-width: 768px) {
  .impact .g-head {
    translate: 0 0;
  }
}
.impact .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 991px) {
  .impact .g-head h3 {
    font-size: 20px;
  }
}
.impact .row {
  margin-top: -100px;
}
@media (max-width: 768px) {
  .impact .row {
    margin-top: 0;
  }
}
.impact .impact-card {
  border-inline-start: 2px solid #fff;
  padding-inline: 15px 50px;
}
@media (max-width: 625px) {
  .impact .impact-card {
    padding-inline: 15px 0;
  }
}
.impact .impact-card h4 {
  color: #fff;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .impact .impact-card h4 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .impact .impact-card h4 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .impact .impact-card h4 {
    font-size: 24px;
  }
}
.impact .impact-card h4 * {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: bottom;
}
.impact .impact-card p {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1600px) {
  .impact .impact-card p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .impact .impact-card p {
    font-size: 18px;
  }
}
@media (max-width: 625px) {
  .impact .impact-card p {
    font-size: 14px;
  }
}

.events {
  padding-block: 200px;
}
@media (max-width: 991px) {
  .events {
    padding-block: 140px;
  }
}
@media (max-width: 625px) {
  .events {
    padding-block: 80px 100px;
  }
}
.events .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .events .g-head h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.events .event-card {
  border-radius: 10px;
  background-color: #7c205f;
  padding: 55px 40px;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .events .event-card {
    padding: 30px 20px;
  }
}
@media (max-width: 625px) {
  .events .event-card {
    padding: 20px;
  }
}
.events .event-card .icon {
  margin: 0 auto 30px;
  text-align: center;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 625px) {
  .events .event-card .icon {
    width: 60px;
    height: 60px;
  }
}
.events .event-card .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.events .event-card a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding-inline-end: 50px;
  display: inline-block;
}
@media (max-width: 991px) {
  .events .event-card a {
    font-size: 18px;
  }
}
@media (max-width: 625px) {
  .events .event-card a {
    font-size: 16px;
    padding: 0;
  }
}
.events .event-card a:hover {
  color: #fff;
}
.events .event-card:hover {
  scale: 0.95;
  background-color: #006a71;
}
.events .event-block {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 130%;
}
@media (max-width: 625px) {
  .events .event-block {
    padding-top: 100%;
  }
}
.events .event-block .full-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.events .event-block > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events .event-block .caption {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.events .event-block .caption .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.events .event-block .caption .top span {
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.events .event-block .caption .top span.primary {
  background-color: #7c205f;
}
.events .event-block .caption .top span.secondary {
  background-color: #006a71;
}
.events .event-block .caption .top span.default {
  background-color: #f0e8ec;
  color: #000;
}
.events .event-block .caption .top a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
}
.events .event-block .caption .bottom {
  background: #ffffff;
  box-shadow: 4px 8px 16px rgba(17, 24, 39, 0.2);
  border-radius: 16px;
  padding: 12px;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.events .event-block .caption .bottom a {
  color: #111827;
  font-weight: 500;
}
.events .event-block .caption .bottom p {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #9ca3af;
  font-weight: 500;
  font-size: 12px;
  margin-top: 15px;
}
.events .event-block .caption .bottom p span {
  background-color: #006a71;
  color: #fff;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
}
.events .load-more .btn {
  background-color: #006a71;
  border-color: #006a71;
}
.events .load-more .btn img {
  rotate: 90deg;
}
.events .load-more .btn:hover {
  background-color: #7c205f;
  border-color: #7c205f;
  color: #fff;
}
.events.default {
  padding-block: 50px 100px;
}
@media (max-width: 991px) {
  .events.default {
    padding-block: 50px;
  }
}

.event-block {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 130%;
}
@media (max-width: 625px) {
  .event-block {
    padding-top: 100%;
  }
}
.event-block .full-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.event-block > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-block .caption {
  position: absolute;
  inset: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.event-block .caption .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.event-block .caption .top span {
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.event-block .caption .top span.primary {
  background-color: #7c205f;
}
.event-block .caption .top span.secondary {
  background-color: #006a71;
}
.event-block .caption .top span.default {
  background-color: #f0e8ec;
  color: #000;
}
.event-block .caption .top a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
}
.event-block .caption .bottom {
  background: #ffffff;
  box-shadow: 4px 8px 16px rgba(17, 24, 39, 0.2);
  border-radius: 16px;
  padding: 12px;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event-block .caption .bottom a {
  color: #111827;
  font-weight: 500;
}
.event-block .caption .bottom p {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #9ca3af;
  font-weight: 500;
  font-size: 12px;
  margin-top: 15px;
}
.event-block .caption .bottom p span {
  background-color: #006a71;
  color: #fff;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
}

.leading {
  min-height: 330px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .leading {
    min-height: auto;
    padding-block: 30px;
    text-align: center;
  }
}
.leading .row {
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.leading .info h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .leading .info h3 {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .leading .info h3 {
    font-size: 18px;
  }
}
.leading .info .btn {
  background-color: #7c205f;
  border-color: #7c205f;
}
.leading .info .btn:hover {
  background-color: #006a71;
  border-color: #006a71;
  color: #fff;
}
.leading .img {
  border-radius: 62% 38% 52% 48%/44% 42% 58% 56%;
  overflow: hidden;
  width: 400px;
  height: 400px;
  position: relative;
  margin-top: -70px;
  margin-inline: auto;
  background-color: #7c205f;
  border-inline-start: 15px solid #7c205f;
  translate: 0 30px;
}
@media (max-width: 991px) {
  .leading .img {
    width: 350px;
    height: 350px;
    margin-top: -50px;
    margin-inline: auto;
    translate: 0 0;
  }
}
@media (max-width: 625px) {
  .leading .img {
    width: 250px;
    height: 250px;
    margin-top: 0;
  }
}
.leading .img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #7c205f;
  z-index: 1;
  mix-blend-mode: color;
  border-radius: 100%;
}
[dir=rtl] .leading .img::before {
  right: auto;
  left: 0;
}
.leading .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}
.leading.about-leading {
  padding-block: 100px;
  height: auto;
}
@media (max-width: 991px) {
  .leading.about-leading {
    padding-block: 50px;
  }
}
.leading.about-leading .row {
  align-items: center;
}
.leading.about-leading .info .itm {
  margin-bottom: 80px;
}
.leading.about-leading .info .itm:last-child {
  margin-bottom: 0;
}
.leading.about-leading .info h3 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .leading.about-leading .info h3 {
    font-size: 25px;
  }
}
@media (max-width: 625px) {
  .leading.about-leading .info h3 {
    font-size: 20px;
  }
}
.leading.about-leading .info p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .leading.about-leading .info p {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .leading.about-leading .info p {
    font-size: 14px;
  }
}
.leading.about-leading .info .btn {
  background-color: transparent;
  border-color: #006a71;
  color: #006a71;
}
.leading.about-leading .info .btn img {
  filter: none;
  scale: 1;
}
.leading.about-leading .info .btn:hover {
  background-color: #7c205f;
  border-color: #7c205f;
  color: #fff;
}
.leading.about-leading .info .btn:hover img {
  filter: brightness(0) invert(1);
}
.leading.about-leading .img {
  margin-top: 0 !important;
  border-radius: 0;
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.leading.about-leading .img img {
  filter: none;
}
.leading.about-leading .img::before {
  display: none;
}
.leading.reverse {
  padding-block: 70px;
}
.leading.reverse .row {
  flex-direction: row;
}
.leading.reverse .info {
  margin-top: 0;
}
.leading.reverse .img {
  margin-top: 0;
}

.main-footer {
  background-color: #7c205f;
  margin-top: 350px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-footer {
    margin-top: 150px;
    padding-bottom: 30px;
  }
}
@media (max-width: 625px) {
  .main-footer {
    margin-top: 100px;
    padding-bottom: 20px;
  }
}
.main-footer::before {
  content: "";
  position: absolute;
  top: -250px;
  left: 0;
  width: 100%;
  height: 250px;
  scale: -1;
  background-image: url("../images/slice-red.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 991px) {
  .main-footer::before {
    top: -100px;
    height: 100px;
  }
}
@media (max-width: 625px) {
  .main-footer::before {
    top: -50px;
    height: 50px;
  }
}
.main-footer .container > .row {
  translate: 0 -90px;
}
@media (max-width: 991px) {
  .main-footer .container > .row {
    translate: 0 0;
    row-gap: 40px;
  }
}
.main-footer .logo {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .main-footer .logo {
    margin-bottom: 20px;
  }
}
.main-footer .logo img {
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
  width: 200px;
}
.main-footer .logo p {
  color: #fff;
  margin-bottom: 20px;
}
.main-footer .logo a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
}
.main-footer .logo a::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}
.main-footer .rights .socials {
  margin-bottom: 25px;
}
.main-footer .rights .socials ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.main-footer .rights .socials ul li a {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid transparent;
  transition: 0.3s;
}
.main-footer .rights .socials ul li a img {
  transition: 0.3s;
}
.main-footer .rights .socials ul li a:hover {
  background-color: #006a71;
  border-color: #fff;
}
.main-footer .rights .socials ul li a:hover img {
  filter: brightness(0) invert(1);
}
.main-footer .rights p {
  color: #fff;
  font-size: 12px;
}
.main-footer .quick-links {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (max-width: 625px) {
  .main-footer .quick-links {
    gap: 15px;
  }
}
.main-footer .quick-links a {
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}
@media (max-width: 625px) {
  .main-footer .quick-links a {
    font-size: 14px;
  }
}
.main-footer .quick-links a:hover {
  text-decoration: underline;
}
.main-footer .footer-item {
  margin-top: 50px;
}
@media (max-width: 625px) {
  .main-footer .footer-item {
    margin-top: 30px;
  }
}
.main-footer .footer-item h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 625px) {
  .main-footer .footer-item h4 {
    font-size: 16px;
  }
}
.main-footer .footer-item ul li {
  margin-bottom: 5px;
}
.main-footer .footer-item ul li a {
  color: #fff;
}
.main-footer .footer-item p {
  color: #fff;
  line-height: 1.7;
}
.main-footer .user-links-wrap {
  padding-inline: 20px;
  border-inline: 0.5px solid #ffffff;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .main-footer .user-links-wrap {
    margin: 0;
    border: 0;
    padding: 0;
  }
}
.main-footer .user-links-wrap .row {
  row-gap: 30px;
}
.main-footer .user-links-wrap .user-links h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.main-footer .user-links-wrap .user-links ul li a {
  color: #fff;
  font-size: 13px;
}
.main-footer .user-links-wrap .user-links ul li a:hover {
  text-decoration: underline;
}
.main-footer .user-quick {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .main-footer .user-quick {
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.main-footer .user-quick .btn {
  min-width: 230px;
  background-color: #fff;
  color: #7c205f;
  margin-top: 93px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main-footer .user-quick .btn {
    margin: 0;
    min-width: auto;
    width: auto;
  }
}
.main-footer .user-quick .btn img {
  filter: brightness(0);
}
.main-footer .user-quick .btn.outline {
  border-color: #fff;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #fff;
  margin: 0;
  background-color: transparent;
}
.main-footer .user-quick .btn.outline img {
  filter: brightness(0) invert(1);
}
.main-footer .user-quick .btn.outline:hover {
  background-color: #fff;
  color: #7c205f;
  border-color: #7c205f;
}
.main-footer .user-quick .btn.outline:hover img {
  filter: none;
  translate: 10px 0;
  opacity: 0;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: 0.3s;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  translate: 0 -100%;
}
.mobile-sidebar.active {
  translate: 0 0;
}
.mobile-sidebar .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.mobile-sidebar .top .close-menu {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.mobile-sidebar .top .close-menu img {
  width: 30px;
  height: 30px;
}
.mobile-sidebar .menu ul {
  margin-bottom: 40px;
}
.mobile-sidebar .menu ul li {
  margin-bottom: 20px;
}
.mobile-sidebar .menu ul li a {
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
@media (max-width: 625px) {
  .mobile-sidebar .menu ul li a {
    font-size: 16px;
  }
}
.mobile-sidebar .menu ul li.dropdown > a::after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10px;
  height: 10px;
  rotate: -90deg;
  top: 7px;
}
[dir=rtl] .mobile-sidebar .menu ul li.dropdown > a::after {
  left: 0;
  right: auto;
}
.mobile-sidebar .menu ul li .dropdown-menu {
  width: calc(100% + 40px);
  margin-block: 20px !important;
  margin-inline: -20px !important;
  border: 0;
  background-color: #f9f9f9;
  transform: none !important;
  padding: 20px 40px;
}
.mobile-sidebar .menu ul li .dropdown-menu.show {
  position: relative !important;
}
.mobile-sidebar .menu ul li .dropdown-menu li a {
  font-size: 14px;
}
.mobile-sidebar .menu ul li:last-child {
  margin-bottom: 0;
}
.mobile-sidebar .menu .btn {
  background-color: #006a71;
  width: 100%;
}

.how-to-start {
  padding-block: 70px;
  background-color: #006a71;
}
.how-to-start .row {
  flex-direction: row-reverse;
}
.how-to-start .img {
  position: relative;
  padding-top: 70%;
  background: #f0e8ec;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .how-to-start .img {
    margin-top: 0;
  }
}
.how-to-start .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.how-to-start .info {
  padding-inline-end: 40px;
  padding-block-start: 40px;
}
@media (max-width: 991px) {
  .how-to-start .info {
    padding-inline-end: 0;
    padding-block-start: 0;
  }
}
.how-to-start .info h4 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .how-to-start .info h4 {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .how-to-start .info h4 {
    font-size: 18px;
  }
}
.how-to-start .info p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .how-to-start .info p {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .how-to-start .info p {
    font-size: 14px;
  }
}

.about-blocks {
  padding-block: 200px 70px;
}
@media (max-width: 991px) {
  .about-blocks {
    padding-block: 50px;
  }
}
.about-blocks .row {
  justify-content: space-between;
}
.about-blocks .block .img {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 30px;
}
.about-blocks .block .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.about-blocks .block .info {
  padding-top: 30px;
}
.about-blocks .block .info h3 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about-blocks .block .info h3 {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .about-blocks .block .info h3 {
    font-size: 18px;
  }
}
.about-blocks .block .info p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .about-blocks .block .info p {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .about-blocks .block .info p {
    font-size: 14px;
  }
}
.about-blocks .block .info .btn {
  min-width: 170px;
}
.about-blocks .block .info .btn:hover {
  background-color: #7c205f;
  color: #fff;
  border: 1px solid #7c205f;
}

.about-hero-cover::before, .about-hero-cover::after {
  filter: brightness(0) invert(1);
}

.leading-info {
  padding-block-start: 100px;
}
@media (max-width: 991px) {
  .leading-info {
    padding-block-start: 50px;
    text-align: center;
  }
}
.leading-info .row {
  justify-content: space-between;
  align-items: center;
}
.leading-info .row .info h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .leading-info .row .info h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 625px) {
  .leading-info .row .info h4 {
    font-size: 16px;
  }
}
.leading-info .row .btn {
  background-color: #006a71;
  width: 100%;
}
@media (max-width: 991px) {
  .leading-info .row .btn {
    width: auto;
  }
}
.leading-info .row .btn:hover {
  color: #fff;
}

.contact-hero-cover {
  padding-top: 100px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1024px) {
  .contact-hero-cover {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .contact-hero-cover {
    padding-top: 0;
  }
}
.contact-hero-cover::before {
  top: 100px;
  z-index: 1;
}
@media (max-width: 991px) {
  .contact-hero-cover::before {
    top: 0;
  }
}
.contact-hero-cover .board {
  left: auto;
  right: -80px;
  top: auto;
  bottom: 150px;
  width: 450px;
}
@media (max-width: 1600px) {
  .contact-hero-cover .board {
    width: 350px;
    bottom: 100px;
  }
}
@media (max-width: 991px) {
  .contact-hero-cover .board {
    width: 250px;
    bottom: 80px;
  }
}
@media (max-width: 625px) {
  .contact-hero-cover .board {
    width: 150px;
    bottom: 20px;
  }
}
.contact-hero-cover .organizing-red {
  position: absolute;
  left: 20%;
  top: 100px;
  width: 130px;
  z-index: 1;
}
@media (max-width: 991px) {
  .contact-hero-cover .organizing-red {
    top: 0;
    width: 100px;
    left: 10%;
  }
}
@media (max-width: 625px) {
  .contact-hero-cover .organizing-red {
    width: 80px;
    left: 0;
  }
}
.contact-hero-cover .cover {
  position: absolute;
  z-index: -1;
}
.contact-hero-cover .container {
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact-hero-cover .container {
    padding-top: 100px;
  }
}
.contact-hero-cover h4 {
  font-size: 50px;
  font-weight: 600;
  color: #7c205f;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .contact-hero-cover h4 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .contact-hero-cover h4 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .contact-hero-cover h4 {
    font-size: 20px;
  }
}

.contactus {
  padding-block: 70px;
  background-color: #f0e8ec;
  position: relative;
}
@media (max-width: 625px) {
  .contactus {
    padding-top: 40px;
    margin-top: -2px;
  }
}
.contactus .row {
  align-items: center;
  justify-content: space-between;
}
.contactus .info h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contactus .info h3 {
    font-size: 28px;
  }
}
@media (max-width: 625px) {
  .contactus .info h3 {
    font-size: 24px;
  }
}
.contactus .info p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .contactus .info p {
    font-size: 14px;
  }
}
.contactus .info ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.contactus .info ul li p {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 991px) {
  .contactus .info ul li p {
    font-size: 16px;
  }
}
.contactus .info ul li p a {
  font-size: inherit;
  color: inherit;
  direction: ltr;
}
.contactus .info ul li:last-child {
  margin-bottom: 0;
}
.contactus .form-box {
  background: #ffffff;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 50px;
}
@media (max-width: 991px) {
  .contactus .form-box {
    padding: 30px;
  }
}
.contactus .form-box .form-group .form-control {
  height: 50px;
  border-radius: 50px;
  background: #f9f9f9;
  border: 1px solid #828282;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: none;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .contactus .form-box .form-group .form-control {
    font-size: 14px;
  }
}
.contactus .form-box .form-group .form-control:focus {
  border-color: #7c205f;
  background-color: #fff;
}
.contactus .form-box .form-group textarea.form-control {
  height: 150px;
  padding: 20px;
  border-radius: 30px;
}
.contactus .form-box .form-group .btn {
  height: 50px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .contactus .form-box .form-group .btn {
    font-size: 16px;
    margin-top: 0;
  }
}
@media (max-width: 625px) {
  .contactus .form-box .form-group .btn {
    font-size: 14px;
  }
}

.explore {
  padding-block: 100px;
}
@media (max-width: 991px) {
  .explore {
    padding-block: 50px;
  }
}
.explore .row {
  justify-content: center;
  gap: 25px 82px;
}
@media (max-width: 991px) {
  .explore .row {
    gap: 25px 0;
  }
}
.explore .row .explore-card {
  border-radius: 40px;
  padding: 30px 35px;
  background-color: #7c205f;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .explore .row .explore-card {
    padding: 20px;
  }
}
@media (max-width: 625px) {
  .explore .row .explore-card {
    padding: 15px;
  }
}
.explore .row .explore-card .img {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 30px;
  mix-blend-mode: luminosity;
}
.explore .row .explore-card .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explore .row .explore-card .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.explore .row .explore-card h3 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 625px) {
  .explore .row .explore-card h3 {
    font-size: 20px;
  }
}
.explore .row .explore-card p {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 70px;
  color: #fff;
  text-transform: none;
  flex-grow: 1;
}
@media (max-width: 625px) {
  .explore .row .explore-card p {
    font-size: 14px;
  }
}
.explore .row .explore-card .btn {
  border-color: #fff;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.explore .row .explore-card .btn img {
  filter: brightness(0) invert(1);
}
.explore .row .explore-card .btn:hover {
  background-color: #fff;
  color: #7c205f;
  border-color: #7c205f;
}
.explore .row .explore-card .btn:hover img {
  filter: none;
  translate: 10px 0;
  opacity: 0;
}
.explore .row .col-12:last-child .explore-card {
  background-color: #006a71;
}

.faqs {
  padding-block: 100px;
}
@media (max-width: 991px) {
  .faqs {
    padding-block: 50px;
  }
}
.faqs .row {
  justify-content: space-between;
  align-items: center;
}
.faqs .inner {
  background-color: #7c205f;
  border-radius: 30px;
  padding: 55px;
}
@media (max-width: 991px) {
  .faqs .inner {
    padding: 50px 20px;
  }
}
@media (max-width: 625px) {
  .faqs .inner {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.faqs .info h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .faqs .info h3 {
    font-size: 24px;
  }
}
@media (max-width: 625px) {
  .faqs .info h3 {
    font-size: 20px;
  }
}
.faqs .info p {
  color: #fff;
  font-size: 15px;
}
@media (max-width: 991px) {
  .faqs .info p {
    font-size: 14px;
  }
}
.faqs .accordion .accordion-item {
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 0.76px solid #ffffff;
}
.faqs .accordion .accordion-item .accordion-button {
  background-color: transparent;
  font-size: 15px;
  color: #fff;
  box-shadow: none;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .faqs .accordion .accordion-item .accordion-button {
    font-size: 14px;
    padding: 20px 0;
  }
}
.faqs .accordion .accordion-item .accordion-button::after {
  filter: brightness(0) invert(1);
}
.faqs .accordion .accordion-item .accordion-button:not(.collapsed) {
  font-weight: 700;
}
.faqs .accordion .accordion-item .accordion-body {
  padding: 0 0 30px 0;
  font-size: 12px;
  color: #fff;
}
.faqs .accordion .accordion-item .accordion-body ul {
  list-style: disc;
}
.faqs .accordion .accordion-item .accordion-body ul ul {
  list-style: circle;
  padding-inline-start: 25px;
}
.faqs .accordion .accordion-item .accordion-body ul li {
  margin-bottom: 5px;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: none;
  line-height: 1.7;
}
.faqs .accordion .accordion-item .accordion-body ol {
  list-style: decimal;
}
.faqs .accordion .accordion-item .accordion-body ol li {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: none;
  line-height: 1.7;
}
.faqs .accordion .accordion-item .accordion-body a {
  color: inherit;
  font-weight: 600 !important;
  text-decoration: underline;
}
.faqs .accordion .accordion-item .accordion-body a span {
  font-weight: inherit !important;
}
.faqs .load-more {
  text-align: right;
  margin-top: 30px;
}
.faqs .load-more .btn {
  border-color: #fff;
  color: #fff;
}
.faqs .load-more .btn img {
  rotate: 90deg;
  filter: brightness(0) invert(1);
}
.faqs .load-more .btn:hover {
  background-color: #fff;
  color: #7c205f;
}
.faqs .load-more .btn:hover img {
  translate: 0 10px;
}

.team {
  padding-block: 150px 70px;
  margin-bottom: 150px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .team {
    padding-block: 50px 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 625px) {
  .team {
    padding-block: 30px 50px;
  }
}
.team .nav-tabs {
  margin-bottom: 60px;
  border: 0;
  gap: 30px;
}
@media (max-width: 991px) {
  .team .nav-tabs {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 625px) {
  .team .nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-block: 30px 20px;
  }
}
.team .nav-tabs .nav-item {
  width: calc(25% - 30px);
}
@media (max-width: 991px) {
  .team .nav-tabs .nav-item {
    width: calc(25% - 20px);
  }
}
@media (max-width: 625px) {
  .team .nav-tabs .nav-item {
    width: calc(45.4545454545% - 20px);
    flex-shrink: 0;
  }
}
.team .nav-tabs .nav-item .nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  color: #7c205f;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .team .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 20px;
  }
}
@media (max-width: 625px) {
  .team .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
  }
}
.team .nav-tabs .nav-item .nav-link img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: -90px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
@media (max-width: 625px) {
  .team .nav-tabs .nav-item .nav-link img {
    width: 40px;
    height: 40px;
  }
}
.team .nav-tabs .nav-item .nav-link.active {
  background: #cce1e3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.team .nav-tabs .nav-item .nav-link.active img {
  opacity: 1;
  top: -70px;
  visibility: visible;
}
@media (max-width: 625px) {
  .team .nav-tabs .nav-item .nav-link.active img {
    top: -30px;
  }
}
.team .col-lg-3 {
  perspective: 1200px;
}
.team .load-more {
  text-align: center;
  margin-top: 50px;
}
.team .load-more .btn {
  background-color: #006a71;
  color: #fff;
  border-color: #006a71;
}
.team .map-container {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 35px;
  min-height: 500px;
}
@media (max-width: 991px) {
  .team .map-container {
    padding: 20px;
    min-height: auto;
  }
}
.team .map-container #chartdiv {
  width: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .team .map-container #chartdiv {
    height: 400px;
  }
}
@media (max-width: 625px) {
  .team .map-container #chartdiv {
    height: 200px;
  }
}
.team .map-container .am5-layer-30 {
  display: none;
}
.team .how-to-start {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .team .how-to-start {
    margin-top: 50px;
    padding-block: 50px;
  }
}
.team .trainers .swiper-grid-column > .swiper-wrapper {
  flex-direction: row;
}
.team .trainers .swiper-grid-column > .swiper-wrapper .swiper-slide {
  margin-top: 0 !important;
}
.team .trainers .swiper-grid-column > .swiper-wrapper .swiper-slide .team-member .img {
  width: 150px;
  height: 150px;
}
.team .trainers .swiper-button-prev::after,
.team .trainers .swiper-button-next::after {
  display: none;
}
.team .trainers .swiper-button-next img {
  scale: -1;
}
.team .trainers .team-member {
  border: 0;
  background-color: transparent;
  border-radius: 64% 36% 57% 43%/47% 51% 49% 53%;
  transition: 0.3s;
  padding: 30px;
}
.team .trainers .team-member:hover {
  background-color: #fff;
}

.team-member {
  background: #ffffff;
  border: 1.67515px solid #dcdcdc;
  border-radius: 25.1272px;
  text-align: center;
  padding: 25px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.team-member .img {
  width: 260px;
  height: 260px;
  mask-image: url("../images/team-mask.svg");
  -webkit-mask-image: url("../images/team-mask.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  overflow: hidden;
  margin: 0 auto 30px;
}
.team-member .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member .info {
  padding: 0 20px 10px;
}
.team-member .info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.team-member .info span {
  color: #3e3e59;
}
.team-member .info p {
  color: #5f6980;
  margin-top: 15px;
  font-size: 13px;
}
.team-member .info a {
  margin-top: 10px;
  color: #7c205f;
  text-decoration: underline;
  display: inline-block;
  font-size: 13px;
  text-transform: none;
}
.team-member .top {
  text-align: center;
}
.team-member .top h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #7c205f;
}
.team-member .top span {
  color: #3e3e59;
  font-size: 12px;
}
.team-member .caption {
  position: absolute;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
  overflow-y: auto;
  justify-content: flex-start;
}
.team-member .caption p {
  color: #000;
  font-size: 12px;
  margin-top: 30px;
  text-align: initial;
  line-height: 1.7;
}
.team-member:hover .caption {
  opacity: 1;
}
.team-member.rotate {
  transition: all 1s ease;
  transform-style: preserve-3d;
  position: relative;
  overflow: visible;
}
.team-member.rotate .member-content {
  backface-visibility: hidden;
  padding: 15px;
}
.team-member.rotate .member-content .depth {
  transform: translateZ(100px) scale(0.98);
  perspective: inherit;
}
.team-member.rotate .member-content.front {
  transform-style: preserve-3d;
}
.team-member.rotate .member-content.back {
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  position: absolute;
  inset: 0;
  top: 0;
}
.team-member.rotate .member-content.back .depth {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.team-member.rotate .member-content.back p {
  color: #000;
  font-size: 13px;
  margin-top: 50px;
  text-align: initial;
  line-height: 1.7;
}
.team-member.rotate:hover {
  transform: rotateY(-180deg);
  box-shadow: -1px 16px 46px 8px rgba(0, 0, 0, 0.11);
}

.annual-hero {
  position: relative;
  z-index: 1;
}
@media (max-width: 625px) {
  .annual-hero {
    height: 300px;
  }
}
.annual-hero::before, .annual-hero::after {
  z-index: 1;
  filter: brightness(0) invert(1) !important;
}
.annual-hero .overlay {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7215686275);
  display: none;
}
.annual-hero .container {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.annual-hero .caption {
  max-width: 33%;
}
@media (max-width: 1600px) {
  .annual-hero .caption {
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .annual-hero .caption {
    max-width: 70%;
  }
}
@media (max-width: 625px) {
  .annual-hero .caption {
    max-width: 100%;
  }
}
.annual-hero .caption h3 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .annual-hero .caption h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .annual-hero .caption h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 625px) {
  .annual-hero .caption h3 {
    font-size: 20px;
  }
}
.annual-hero .caption p {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .annual-hero .caption p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .annual-hero .caption p {
    font-size: 14px;
  }
}

.annual-reports {
  padding-block: 0 150px;
}
@media (max-width: 991px) {
  .annual-reports {
    padding-block: 0 100px;
  }
}
.annual-reports .g-head {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .annual-reports .g-head {
    margin-bottom: 30px;
  }
}
.annual-reports .g-head h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .annual-reports .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .annual-reports .g-head h3 {
    font-size: 24px;
  }
}
.annual-reports .g-head p {
  font-size: 18px;
  font-weight: 300;
  max-width: 40%;
}
@media (max-width: 991px) {
  .annual-reports .g-head p {
    max-width: 70%;
    font-size: 14px;
  }
}
@media (max-width: 625px) {
  .annual-reports .g-head p {
    max-width: 100%;
  }
}
.annual-reports .annual-card {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: 0.3s;
  padding: 20px;
  height: 100%;
}
.annual-reports .annual-card .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 60%;
}
.annual-reports .annual-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.annual-reports .annual-card .info {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 230px);
}
.annual-reports .annual-card .info .title {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  min-height: 67px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 991px) {
  .annual-reports .annual-card .info .title {
    font-size: 20px;
  }
}
.annual-reports .annual-card .info p {
  margin-block: 20px 10px;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  min-height: 90px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .annual-reports .annual-card .info p {
    font-size: 14px;
  }
}
.annual-reports .annual-card .info .read-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.annual-reports .annual-card .info .read-more {
  font-size: 18px;
  color: #006a71;
  text-decoration: underline;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.annual-reports .annual-card .info .btn {
  width: 100%;
  border-color: #006a71;
  color: #006a71;
  font-size: 16px;
}
.annual-reports .annual-card .info .btn:hover {
  background-color: #7c205f;
  color: #fff;
  border: 1px solid #7c205f;
}
.annual-reports .annual-card .info.expanded p {
  max-height: none;
}
.annual-reports .load-more .btn {
  background-color: #006a71;
  border-color: #006a71;
}
.annual-reports .load-more .btn:hover {
  background-color: #7c205f;
  color: #fff;
  border: 1px solid #7c205f;
}

.load-more {
  text-align: center;
  margin-top: 50px;
}

.annual-leading .info .btn {
  background-color: #006a71;
  border-color: #006a71;
  transition: 0.3s;
}
.annual-leading .info .btn:hover {
  background-color: #7c205f;
  color: #fff;
  border: 1px solid #7c205f;
}

.explore-jobs {
  padding: 0;
}

.vacancies {
  padding-block: 50px 100px;
}
@media (max-width: 991px) {
  .vacancies {
    padding-block: 50px;
  }
}
.vacancies .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .vacancies .g-head {
    margin-bottom: 30px;
  }
}
.vacancies .g-head h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 991px) {
  .vacancies .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .vacancies .g-head h3 {
    font-size: 24px;
  }
}
.vacancies .g-head p {
  font-size: 18px;
  font-weight: 300;
  max-width: 40%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .vacancies .g-head p {
    max-width: 70%;
    font-size: 14px;
  }
}
@media (max-width: 625px) {
  .vacancies .g-head p {
    max-width: 100%;
  }
}
.vacancies .vacancy-card {
  padding: 19.9077px;
  background: linear-gradient(0deg, #f0e8ec, #f0e8ec), #ffffff;
  border: 0.829486px solid #e4e5e8;
  box-shadow: 0px 1.65897px 14.9308px rgba(24, 25, 28, 0.03);
  border-radius: 29.4366px;
  height: 100%;
}
.vacancies .vacancy-card .title {
  margin-bottom: 10px;
}
.vacancies .vacancy-card .title a {
  font-weight: 500;
  color: #000;
  font-size: 14.9px;
}
.vacancies .vacancy-card .type {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.vacancies .vacancy-card .type span {
  border-radius: 3px;
  background-color: #7c205f;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 9.9px;
  font-weight: 500;
  text-transform: uppercase;
}
.vacancies .vacancy-card .type p {
  color: #5f6980;
}
.vacancies .vacancy-card .location {
  margin-bottom: 20px;
}
.vacancies .vacancy-card .location h4 {
  font-weight: 500;
  color: #000;
  font-size: 13.27px;
  margin-bottom: 5px;
}
.vacancies .vacancy-card .location p {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5f6980;
  font-size: 11.6px;
}
.vacancies .vacancy-card .location p img {
  filter: grayscale(1);
  -o-object-fit: contain;
     object-fit: contain;
  width: 12px;
}
.vacancies .vacancy-card .btn {
  width: 100%;
  height: 46px;
  font-size: 15.7px;
  border-color: #006a71;
  color: #006a71;
}
.vacancies .vacancy-card .btn:hover {
  color: #fff;
}
.vacancies .vacancy-card .empty-wrap {
  padding: 10px;
}
.vacancies .vacancy-card .empty-wrap p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.7;
}
.vacancies .vacancy-card .empty-wrap p a {
  font-size: inherit;
  color: inherit;
  border-bottom: 1px solid;
}
.vacancies .vacancy-card .empty-wrap p:last-child {
  margin-bottom: 0;
}

.our-values {
  padding: 70px 0 0;
}
.our-values .g-head {
  margin-bottom: 30px;
}
.our-values .g-head h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}
.our-values .inner {
  border-radius: 30px;
  background-color: #f0e8ec;
  padding: 20px;
}
.our-values .inner p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}
.our-values .inner .btns {
  display: flex;
  justify-content: flex-end;
}
.our-values .inner .btns .btn {
  border-color: #006a71;
  color: #006a71;
}
.our-values .inner .btns .btn img {
  filter: none;
  scale: 1;
}
.our-values .inner .btns .btn:hover {
  color: #fff;
}
.our-values .inner ul {
  list-style: disc;
  padding-inline-start: 25px;
}
.our-values .inner ul li {
  font-size: 17px;
  margin-bottom: 10px;
}

.about-leading h4 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about-leading h4 {
    font-size: 28px;
  }
}
@media (max-width: 625px) {
  .about-leading h4 {
    font-size: 24px;
  }
}
.about-leading .img {
  margin-top: 0;
}

.about-hero::after {
  filter: none !important;
}
.about-hero .overlay {
  display: block;
  background: linear-gradient(268.57deg, rgba(255, 255, 255, 0.1) 3.34%, #ffffff 108.61%);
}

.map-overlay {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  background: #cce1e3;
  padding: 10px;
  display: flex;
  gap: 14px;
  width: 230px;
  position: relative;
  overflow: visible;
}
.map-overlay::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50% 0;
  border-top: 10px solid #cce1e3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.map-overlay .img {
  width: 40px;
  background: #fff;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.map-overlay .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-overlay .info h3 {
  color: #006a71;
  font-size: 16px;
  font-weight: 600;
}
.map-overlay .info p {
  color: #006a71;
  font-size: 12px;
  font-weight: 300;
}

.am5-html-container > div {
  overflow: visible !important;
  min-width: auto !important;
  min-height: auto !important;
  margin-top: -10px;
}

.partners {
  padding-block: 70px;
  background-color: #fff;
  margin-bottom: -70px;
}
@media (max-width: 991px) {
  .partners {
    padding-block: 50px;
  }
}
.partners .g-head {
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 991px) {
  .partners .g-head {
    margin-bottom: 30px;
  }
}
.partners .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .partners .g-head h3 {
    font-size: 22px;
  }
}
.partners .partners-marquee {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 50px;
  animation: marquee 25s linear infinite;
  white-space: nowrap;
  width: calc(200% + 50px);
}
@media (max-width: 991px) {
  .partners .partners-marquee {
    gap: 30px;
    margin-bottom: 30px;
    width: calc(200% + 30px);
  }
}
.partners .partners-marquee.reverse {
  animation: marquee-reverse 25s linear infinite;
}
.partners .partners-marquee .item {
  flex-shrink: 0;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .partners-marquee .item img {
  max-width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners .partners-marquee .item:hover img {
  filter: none;
}
.partners .partners-marquee:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.partners .partners-swiper {
  overflow: hidden;
  margin-bottom: 50px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.partners .partners-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.partners .partners-swiper .swiper-slide {
  width: auto !important;
}
.partners .partners-swiper .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .partners .partners-swiper .swiper-slide .item {
    min-width: 140px;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .partners .partners-swiper .swiper-slide .item {
    min-width: 120px;
    padding: 0 15px;
  }
}
.partners .partners-swiper .swiper-slide .item img {
  max-width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80px;
}
@media (max-width: 991px) {
  .partners .partners-swiper .swiper-slide .item img {
    max-height: 60px;
  }
}
@media (max-width: 576px) {
  .partners .partners-swiper .swiper-slide .item img {
    max-height: 40px;
  }
}
.partners .partners-swiper .swiper-slide .item:hover img {
  filter: none;
}
.partners .partners-swiper:last-child {
  margin-bottom: 0;
}
.partners .partners-swiper.reverse .item img {
  opacity: 0.85;
}
.partners .partners-swiper.reverse .item img:hover {
  opacity: 1;
}

.what-we-do-hero::before, .what-we-do-hero::after {
  filter: none;
}

.what-is-organizing {
  padding-block: 50px;
}

.what-we-do-leading {
  height: auto;
  padding-block: 20px;
  position: relative;
  z-index: 2;
}
.what-we-do-leading .info h3 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .what-we-do-leading .info h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .what-we-do-leading .info h3 {
    font-size: 20px;
  }
}
.what-we-do-leading .info p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .what-we-do-leading .info p {
    font-size: 14px;
  }
}
.what-we-do-leading .info .btn:hover {
  background-color: #006a71;
  border-color: #006a71;
  color: #fff;
}

.what-we-do-explore {
  padding-block: 150px 20px;
}

.power-blocks {
  padding-block: 0 10px;
  background-color: #f0e8ec;
}
.power-blocks .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .power-blocks .g-head {
    margin-bottom: 30px;
  }
}
.power-blocks .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .power-blocks .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .power-blocks .g-head h3 {
    font-size: 24px;
  }
}
.power-blocks .g-head p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .power-blocks .g-head p {
    font-size: 14px;
  }
}
.power-blocks .g-body {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 25px;
}
.power-blocks .g-body .row {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .power-blocks .g-body .row {
    margin-top: 0;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}
.power-blocks .g-body .block {
  padding-top: calc(var(--i) * 100px);
}
@media (max-width: 768px) {
  .power-blocks .g-body .block {
    padding-top: 0;
    text-align: center;
  }
}
.power-blocks .g-body .block .icon {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .power-blocks .g-body .block .icon {
    margin-bottom: 20px;
  }
}
.power-blocks .g-body .block .icon img {
  width: 250px;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .power-blocks .g-body .block .icon img {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 625px) {
  .power-blocks .g-body .block .icon img {
    width: 140px;
    height: 140px;
  }
}
.power-blocks .g-body .block .info h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 625px) {
  .power-blocks .g-body .block .info h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.power-blocks .g-body .block .info p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .power-blocks .g-body .block .info p {
    font-size: 14px;
  }
}

.what-pillars {
  padding-block: 100px;
  margin-bottom: 150px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .what-pillars {
    padding-block: 50px;
  }
}
.what-pillars .g-head {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .what-pillars .g-head {
    margin-bottom: 30px;
  }
}
.what-pillars .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .what-pillars .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .what-pillars .g-head h3 {
    font-size: 24px;
  }
}
.what-pillars .g-head p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .what-pillars .g-head p {
    font-size: 14px;
  }
}
@media (max-width: 625px) {
  .what-pillars .g-head p {
    max-width: 100%;
  }
}
.what-pillars .row {
  row-gap: 100px;
}
@media (max-width: 991px) {
  .what-pillars .row {
    row-gap: 30px;
  }
}
.what-pillars .pillar-card {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 25px;
  min-height: 330px;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.what-pillars .pillar-card .icon {
  width: 160px;
  height: 160px;
  margin: -100px auto 30px;
}
.what-pillars .pillar-card .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.what-pillars .pillar-card .info h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #7c205f;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}
@media (max-width: 991px) {
  .what-pillars .pillar-card .info h4 {
    font-size: 20px;
  }
}
.what-pillars .pillar-card .info p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .what-pillars .pillar-card .info p {
    font-size: 14px;
  }
}
.what-pillars .pillar-card .info .btn {
  border-color: #006a71;
  color: #006a71;
  width: 100%;
  font-size: 16px;
  height: 55px;
  opacity: 0;
  transition: 0.3s;
}
.what-pillars .pillar-card .info .btn:hover {
  background-color: #fff;
  color: #7c205f !important;
}
.what-pillars .pillar-card:hover {
  background-color: #7c205f;
}
.what-pillars .pillar-card:hover .info h4 {
  translate: 0 0;
  position: unset;
  color: #fff;
  text-align: initial;
}
.what-pillars .pillar-card:hover .info p,
.what-pillars .pillar-card:hover .info .btn {
  color: #fff;
  opacity: 1;
}
.what-pillars .pillar-card:hover .info .btn {
  border-color: #fff;
}

.collapsed-hero {
  margin-top: -150px;
}
.collapsed-hero::before {
  display: none;
}

.news-events {
  background-color: #f0e8ec;
  padding-block: 70px;
}

.news-form {
  padding-block: 150px 50px;
}
@media (max-width: 991px) {
  .news-form {
    padding-block: 100px 50px;
  }
}

.news-pillars {
  padding-block: 70px;
}
@media (max-width: 991px) {
  .news-pillars {
    padding-block: 50px;
  }
}
.news-pillars::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
  width: 100%;
  height: 220px;
  background-image: url(../images/hero-cover-before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: brightness(0) invert(1);
  z-index: -1;
}
.news-pillars::before {
  bottom: 0;
  top: auto;
  background-color: #7c205f;
  height: 300px;
  z-index: -1;
}
.news-pillars .g-head h3 {
  color: #000;
}
.news-pillars .load-more .btn {
  border-color: #fff;
  color: #fff;
}
.news-pillars .load-more .btn:hover {
  background-color: #fff;
  color: #7c205f;
}

.updates {
  padding-block: 100px;
}
.updates .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .updates .g-head {
    margin-bottom: 30px;
  }
}
.updates .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .updates .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .updates .g-head h3 {
    font-size: 24px;
  }
}
.updates .inner {
  min-height: 700px;
}

.labs-about {
  padding-block: 100px;
  background-color: #f0e8ec;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .labs-about {
    padding-block: 50px;
  }
}
.labs-about::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: -70px;
  width: 280px;
  height: 280px;
  background-image: url(../images/board.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}
@media (max-width: 991px) {
  .labs-about::before {
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 625px) {
  .labs-about::before {
    display: none;
  }
}
.labs-about .row {
  flex-direction: row-reverse;
  align-items: center;
}
.labs-about .img {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 73%;
  position: relative;
}
.labs-about .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.labs-about .info {
  padding-inline-end: 50px;
}
@media (max-width: 991px) {
  .labs-about .info {
    padding-inline-end: 0;
  }
}
.labs-about .info h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.labs-about .info p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .labs-about .info p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.labs-about .info ul {
  list-style: disc;
  padding-inline-start: 20px;
  font-size: 18px;
  font-weight: 300;
}
.labs-about .info ul li {
  margin-bottom: 3px;
}
.labs-about .info ul li strong {
  font-weight: 800;
}
.labs-about .info .content {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  max-width: 70%;
  margin-inline: auto -170px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .labs-about .info .content {
    max-width: 100%;
    margin-inline: auto;
  }
}
.labs-about .info .content span {
  font-size: 18px;
  font-weight: 300;
  color: #7c205f;
}

body .labs-cohort {
  padding-block: 150px;
  background-color: #cce1e3;
  position: relative !important;
  z-index: 1 !important;
}
@media (max-width: 991px) {
  body .labs-cohort {
    padding-block: 90px;
  }
}
body .labs-cohort::before, body .labs-cohort::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: url(../images/hero-cover-before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  display: block !important;
}
body .labs-cohort::after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
body .labs-cohort .g-head {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  body .labs-cohort .g-head {
    margin-bottom: 50px;
  }
}
body .labs-cohort .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat";
}
@media (max-width: 991px) {
  body .labs-cohort .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  body .labs-cohort .g-head h3 {
    font-size: 22px;
  }
}
body .labs-cohort .g-body {
  position: relative;
}
body .labs-cohort .g-body::before {
  content: "";
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #434166;
  z-index: -1;
}
@media (max-width: 991px) {
  body .labs-cohort .g-body::before {
    display: none;
  }
}
body .labs-cohort .g-body .item {
  position: relative;
  text-align: center;
}
body .labs-cohort .g-body .item .circle_path {
  position: absolute;
  left: 37%;
  top: 130px;
  z-index: -1;
  width: 132%;
}
@media (max-width: 1600px) {
  body .labs-cohort .g-body .item .circle_path {
    top: 138px;
  }
}
@media (max-width: 991px) {
  body .labs-cohort .g-body .item .circle_path {
    display: none;
  }
}
body .labs-cohort .g-body .item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 120px;
  padding-inline-end: 150px;
}
@media (max-width: 991px) {
  body .labs-cohort .g-body .item h4 {
    font-size: 14px;
    margin-bottom: 50px;
    padding-inline: 0;
  }
}
body .labs-cohort .g-body .item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 120px;
}
@media (max-width: 991px) {
  body .labs-cohort .g-body .item h3 {
    font-size: 14px;
  }
}
body .labs-cohort .g-body .item .icon {
  position: relative;
  padding-top: 14px;
  padding-inline-start: 20px;
  text-align: center;
}
@media (max-width: 625px) {
  body .labs-cohort .g-body .item .icon {
    padding-inline-start: 0 !important;
  }
}
body .labs-cohort .g-body .item .icon .black-circle {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 80px;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  body .labs-cohort .g-body .item .icon .black-circle {
    width: 90px;
    top: -5px;
  }
}
@media (max-width: 625px) {
  body .labs-cohort .g-body .item .icon .black-circle {
    left: 42% !important;
  }
}
body .labs-cohort .g-body .col-lg-4:nth-of-type(2) .item .circle_path {
  width: 137%;
}
body .labs-cohort .g-body .col-lg-4:last-child .item .icon {
  padding-inline-start: 40px;
}
body .labs-cohort .g-body .col-lg-4:last-child .item .icon .black-circle {
  left: 52%;
}
@media (max-width: 625px) {
  body .labs-cohort .row {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  body .labs-cohort .row .col-4 {
    width: auto;
  }
}

.faqs-labs {
  background-color: #f0e8ec;
}
.faqs-labs .g-head {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .faqs-labs .g-head {
    margin-bottom: 30px;
  }
}
.faqs-labs .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .faqs-labs .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .faqs-labs .g-head h3 {
    font-size: 24px;
  }
}
.faqs-labs .g-head p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  max-width: 70%;
}
@media (max-width: 991px) {
  .faqs-labs .g-head p {
    font-size: 14px;
    max-width: 100%;
  }
}
.faqs-labs .g-head .btn img {
  scale: 1;
}

.our-campaigns {
  padding-block: 0 70px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .our-campaigns {
    padding-block: 0 40px;
  }
}
.our-campaigns .g-head {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .our-campaigns .g-head {
    margin-bottom: 30px;
  }
}
.our-campaigns .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .our-campaigns .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .our-campaigns .g-head h3 {
    font-size: 24px;
  }
}
.our-campaigns .g-head p {
  font-size: 18px;
  font-weight: 300;
  max-width: 90%;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .our-campaigns .g-head p {
    font-size: 14px;
    max-width: 100%;
  }
}
.our-campaigns .campaign-card {
  background: #ffffff;
  border: 2px solid #dcdcdc;
  border-radius: 30px;
  padding: 35px;
  text-align: center;
  height: 100%;
}
.our-campaigns .campaign-card .img {
  position: relative;
  padding-top: 50%;
  margin-bottom: 30px;
}
.our-campaigns .campaign-card .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-campaigns .campaign-card .info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.our-campaigns .campaign-card .info p {
  margin-top: 10px;
  font-size: 14px;
  color: #5f6980;
}
.our-campaigns .campaign-card .info a {
  color: #7c205f;
  font-size: 14px;
  text-decoration: underline;
  text-transform: none;
}

.request-campaign {
  padding-block: 70px;
  background-color: #f0e8ec;
}
.request-campaign .g-head {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .request-campaign .g-head {
    margin-bottom: 30px;
  }
}
.request-campaign .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .request-campaign .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .request-campaign .g-head h3 {
    font-size: 24px;
  }
}
.request-campaign .form {
  min-height: 700px;
}

.real-world {
  padding-block: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .real-world {
    padding-block: 50px;
  }
}
.real-world::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background-color: #f0e8ec;
  z-index: -1;
}
.real-world .g-head {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .real-world .g-head {
    margin-bottom: 30px;
  }
}
.real-world .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .real-world .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .real-world .g-head h3 {
    font-size: 24px;
  }
}
.real-world .g-head p {
  font-size: 18px;
  font-weight: 300;
  max-width: 70%;
}
@media (max-width: 991px) {
  .real-world .g-head p {
    font-size: 14px;
  }
}
@media (max-width: 625px) {
  .real-world .g-head p {
    max-width: 100%;
  }
}
.real-world .swiper-slide {
  padding: 10px;
}

.real-card {
  background: #ffffff;
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .real-card {
    flex-direction: column;
  }
}
.real-card .full-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.real-card .icon {
  width: 93px;
  height: 100%;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #7c205f;
}
@media (max-width: 768px) {
  .real-card .icon {
    width: 100%;
    min-height: 100px;
    height: auto;
  }
}
.real-card .icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.real-card .icon .inner {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
}
.real-card .icon .inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.real-card .info {
  padding: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .real-card .info {
    padding: 20px;
  }
}
.real-card .info h3 {
  font-size: 25px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-inline-end: 42px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .real-card .info h3 {
    font-size: 20px;
  }
}
.real-card .info > span {
  font-size: 17px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 991px) {
  .real-card .info > span {
    font-size: 14px;
  }
}
.real-card .info .tags {
  margin-bottom: 15px;
  gap: 5px;
  align-items: flex-start;
}
.real-card .info .tags span {
  padding: 2px 4px;
  font-size: 11px;
}
.real-card .info p {
  font-size: 13px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.real-card .info .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.real-card .info .links a {
  color: #006a71;
  text-decoration: underline;
  font-size: 16px;
}
@media (max-width: 991px) {
  .real-card .info .links a {
    font-size: 14px;
  }
}
.real-card .info .fav {
  position: absolute;
  right: 25px;
  top: 25px;
  border: 0;
  background: transparent;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.real-card .info .fav img {
  position: absolute;
  opacity: 0;
}
.real-card .info .fav img:not(.filled) {
  position: relative;
  opacity: 1;
}
.real-card .info .fav.active img:not(.filled) {
  opacity: 0;
}
.real-card .info .fav.active img.filled {
  opacity: 1;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tags span {
  padding: 5px 10px;
  font-size: 13px;
  background: #ebebeb;
  border-radius: 2.18519px;
  color: #000;
}

.more-infos {
  padding-block: 150px 0;
  position: relative;
  z-index: 1;
}
.more-infos .row {
  align-items: center;
  justify-content: space-around;
}
.more-infos .inner {
  background-color: #cce1e3;
}
@media (max-width: 991px) {
  .more-infos .inner {
    padding: 40px 0;
  }
}
.more-infos .team-member {
  margin-block: -50px;
}
@media (max-width: 991px) {
  .more-infos .team-member {
    margin-block: -100px 0;
  }
}
.more-infos .team-member .img {
  width: 230px;
  height: 230px;
  -webkit-mask-image: url("../images/mask.svg");
          mask-image: url("../images/mask.svg");
}
.more-infos .content h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .more-infos .content h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .more-infos .content h3 {
    font-size: 24px;
  }
}
.more-infos .content p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .more-infos .content p {
    font-size: 14px;
  }
}

.might-like {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .might-like {
    margin-bottom: 100px;
  }
}
.might-like .g-head {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .might-like .g-head {
    margin-bottom: 30px;
  }
}

.resources-leading .info h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .resources-leading .info h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 625px) {
  .resources-leading .info h3 {
    font-size: 18px;
  }
}

.resources-single {
  background-color: #f0e8ec;
  padding-block: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .resources-single {
    padding-block: 40px;
  }
}
.resources-single::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: url(../images/hero-cover-before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media (max-width: 768px) {
  .resources-single::before {
    top: 100px;
    height: 90px;
  }
}
.resources-single::after {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  z-index: -2;
  background-color: #006a71;
  width: 100%;
  height: 540px;
}
@media (max-width: 768px) {
  .resources-single::after {
    top: 100px;
    height: 26%;
  }
}
@media (max-width: 576px) {
  .resources-single::after {
    height: 580px;
  }
}
.resources-single .container > .row {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-top: 250px;
}
@media (max-width: 991px) {
  .resources-single .container > .row {
    padding-top: 80px;
  }
}
.resources-single .back-btn a {
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.resources-single .board {
  position: absolute;
  left: -170px;
  width: 300px;
  top: -210px;
  rotate: 15deg;
}
@media (max-width: 768px) {
  .resources-single .board {
    display: none;
  }
}
.resources-single .img {
  background: #7c205f;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  padding-top: 65%;
  position: relative;
}
.resources-single .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.resources-single .img:hover::before {
  opacity: 0;
}
.resources-single .img:hover img {
  filter: none;
}
.resources-single .info {
  position: relative;
}
.resources-single .info h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  min-height: 142px;
}
@media (max-width: 768px) {
  .resources-single .info h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 625px) {
  .resources-single .info h3 {
    font-size: 18px;
  }
}
.resources-single .info span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: block;
  max-width: 60%;
  text-decoration: underline;
  text-transform: none;
  min-height: 54px;
}
@media (max-width: 768px) {
  .resources-single .info span {
    font-size: 16px;
    max-width: 100%;
  }
}
.resources-single .info span a {
  color: inherit;
  font-weight: inherit;
  font-weight: inherit;
}
.resources-single .info .share {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
}
.resources-single .info .share b {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  .resources-single .info .share b {
    font-size: 13px;
    flex-grow: 1;
  }
}
.resources-single .info .share ul {
  display: flex;
  gap: 15px;
  align-items: center;
}
.resources-single .info .share ul li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.resources-single .info .share .fav {
  border: 0;
  background-color: transparent;
  position: relative;
  width: 50px;
  height: 50px;
}
.resources-single .info .share .fav img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}
.resources-single .info .share .fav img.filled {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}
.resources-single .info .share .fav.active img.filled {
  opacity: 1;
  visibility: visible;
}
.resources-single .info .topics {
  margin-top: 60px;
}
.resources-single .info .topics ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .resources-single .info .topics ul {
    gap: 20px;
  }
}
.resources-single .info .topics ul li {
  width: calc(50% - 15px);
  color: #7c205f;
}
.resources-single .info .topics ul li h4 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .resources-single .info .topics ul li h4 {
    font-size: 20px;
  }
}
.resources-single .info .topics ul li p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .resources-single .info .topics ul li p {
    font-size: 16px;
  }
}
.resources-single .desc {
  padding-block: 60px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #000;
}
@media (max-width: 768px) {
  .resources-single .desc {
    font-size: 16px;
    padding-block: 30px;
  }
}
.resources-single .resource-box {
  background: linear-gradient(135.37deg, rgba(0, 0, 0, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #ffffff;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 5px 5px 10px rgba(166, 171, 189, 0.25);
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  min-height: 1000px;
}
@media (max-width: 768px) {
  .resources-single .resource-box {
    padding: 20px;
  }
}
.resources-single .resource-box .box-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  gap: 20px;
}
@media (max-width: 625px) {
  .resources-single .resource-box .box-actions {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.resources-single .resource-box .box-actions ul {
  display: flex;
  gap: 15px;
  align-items: center;
}
.resources-single .resource-box .box-actions ul button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #7c205f;
  font-size: 14px;
  font-weight: 500;
}
.resources-single .resource-box .box-actions ul button img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
}
.resources-single .resource-box .box-actions .users {
  display: flex;
  align-items: center;
}
.resources-single .resource-box .box-actions .users img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px rgba(166, 171, 189, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
}
.resources-single .resource-box .box-actions .users img:not(:first-child) {
  margin-inline-start: -10px;
}
.resources-single .resource-box .content {
  text-transform: none;
}
.resources-single .resource-box .content h4,
.resources-single .resource-box .content h1,
.resources-single .resource-box .content h2,
.resources-single .resource-box .content h3,
.resources-single .resource-box .content h5 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .resources-single .resource-box .content h4,
  .resources-single .resource-box .content h1,
  .resources-single .resource-box .content h2,
  .resources-single .resource-box .content h3,
  .resources-single .resource-box .content h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.resources-single .resource-box .content p,
.resources-single .resource-box .content pre {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
  text-transform: none;
}
@media (max-width: 768px) {
  .resources-single .resource-box .content p,
  .resources-single .resource-box .content pre {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.resources-single .resource-box .content p a,
.resources-single .resource-box .content pre a {
  color: #7d205e;
  font-weight: 600;
  text-decoration: underline;
}
.resources-single .resource-box .content ul,
.resources-single .resource-box .content ol {
  padding-inline-start: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .resources-single .resource-box .content ul,
  .resources-single .resource-box .content ol {
    margin-bottom: 20px;
  }
}
.resources-single .resource-box .content ul li,
.resources-single .resource-box .content ol li {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .resources-single .resource-box .content ul li,
  .resources-single .resource-box .content ol li {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .resources-single .resource-box .content ul li,
  .resources-single .resource-box .content ol li {
    font-size: 14px;
  }
}
.resources-single .resource-box .content ul li:last-child,
.resources-single .resource-box .content ol li:last-child {
  margin-bottom: 0;
}
.resources-single .resource-box .content ul {
  list-style: disc;
}
.resources-single .resource-box .tags {
  margin-block: 60px;
  gap: 20px;
}
@media (max-width: 768px) {
  .resources-single .resource-box .tags {
    margin-block: 30px;
    gap: 10px;
  }
}
.resources-single .resource-box .tags span {
  font-size: 16px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .resources-single .resource-box .tags span {
    font-size: 14px;
  }
}
.resources-single .resource-box .info-area {
  background-color: #cce1e3;
  border-radius: 30px;
  padding: 24px;
  text-transform: none;
}
@media (max-width: 768px) {
  .resources-single .resource-box .info-area {
    padding: 20px;
    border-radius: 15px;
  }
}
.resources-single .resource-box .info-area h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .resources-single .resource-box .info-area h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.resources-single .resource-box .info-area ul {
  padding-inline-start: 20px;
  list-style: disc;
}
.resources-single .resource-box .info-area ul li {
  font-size: 18px;
  margin-bottom: 5px;
  color: #2f2f2f;
}
@media (max-width: 768px) {
  .resources-single .resource-box .info-area ul li {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .resources-single .resource-box .info-area ul li {
    font-size: 14px;
  }
}
.resources-single .resource-box .info-area ul li a {
  color: inherit;
  text-decoration: underline;
}
.resources-single .resource-box .info-area ul li:last-child {
  margin-bottom: 0;
}
.resources-single .resource-box .guest-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  padding-top: 200px;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(11.8px);
          backdrop-filter: blur(11.8px);
  top: 250px;
}
@media (max-width: 768px) {
  .resources-single .resource-box .guest-area {
    padding-top: 150px;
  }
}
@media (max-width: 576px) {
  .resources-single .resource-box .guest-area {
    padding-top: 100px;
  }
}
.resources-single .resource-box .guest-area .contact-form {
  padding: 0;
  width: 80%;
}
.resources-single .resource-box .guest-area .contact-form .inner form {
  border-radius: 0;
  padding: 30px;
  height: 100%;
}
.resources-single .resource-box .guest-area .contact-form .inner form .form-group {
  margin-bottom: 20px;
}
.resources-single .resource-box .guest-area .contact-form .inner form .form-group .form-control {
  height: 45px;
  font-size: 15px;
  border-color: #7c205f;
}
.resources-single .resource-box .guest-area .contact-form .inner form .form-group:last-child {
  margin-bottom: 0;
}
.resources-single .resource-box .guest-area .contact-form .inner .form-head {
  padding: 30px;
}
.resources-single .resource-box .guest-area .contact-form .inner .form-head span {
  font-size: 28px;
  text-transform: none;
}
@media (max-width: 768px) {
  .resources-single .resource-box .guest-area .contact-form .inner .form-head span {
    font-size: 24px;
  }
}
@media (max-width: 625px) {
  .resources-single .resource-box .guest-area .contact-form .inner .form-head span {
    font-size: 20px;
  }
}
.resources-single .resource-box .guest-area .contact-form .inner .form-head h3 {
  font-size: 28px;
}
@media (max-width: 768px) {
  .resources-single .resource-box .guest-area .contact-form .inner .form-head h3 {
    font-size: 24px;
  }
}
@media (max-width: 625px) {
  .resources-single .resource-box .guest-area .contact-form .inner .form-head h3 {
    font-size: 20px;
  }
}
.resources-single .resource-box .guest-area .contact-form .inner .form-head ul {
  list-style: disc;
  padding-inline-start: 20px;
  margin-top: 30px;
}
.resources-single .resource-box .guest-area .contact-form .inner .form-head ul li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 768px) {
  .resources-single .resource-box .guest-area .contact-form .inner .form-head ul li {
    font-size: 14px;
  }
}
.resources-single .resource-box .guest-area .contact-form .inner .form-head ul li:last-child {
  margin-bottom: 0;
}

.academy-pillars {
  padding-bottom: 0;
  background-color: #f0e8ec;
  padding-top: 250px;
}
.academy-pillars::before {
  top: 150px;
}

.academy-leading .leading-form .form-group {
  position: relative;
}
.academy-leading .leading-form .form-group .form-control {
  height: 60px;
  border-radius: 50px;
  background: #f9f9f9;
  border: 1px solid #828282;
  padding: 0 30px;
  font-size: 16px;
  box-shadow: none;
}
.academy-leading .leading-form .form-group .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
}
.academy-leading .img {
  border: 0;
  overflow: visible;
  width: 500px;
  height: 500px;
  text-align: center;
  padding: 20px 0;
  padding-inline: 0 70px;
}
@media (max-width: 991px) {
  .academy-leading .img {
    width: 350px;
    height: 450px;
    padding-inline: 0;
  }
}
.academy-leading .img::before {
  display: none;
}
.academy-leading .img img {
  filter: none;
  width: 400px;
  height: 540px;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .academy-leading .img img {
    width: 300px;
    height: 400px;
  }
}

.academy-updates {
  background-color: #f0e8ec;
  padding-top: 50px;
}

.academy-team {
  padding-top: 100px;
}
.academy-team .g-head {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .academy-team .g-head {
    margin-bottom: 30px;
  }
}
.academy-team .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .academy-team .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .academy-team .g-head h3 {
    font-size: 24px;
  }
}
.academy-team .g-head p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .academy-team .g-head p {
    font-size: 14px;
  }
}
.academy-team .team-member p {
  margin: 20px 0 0;
}
.academy-team .team-member p a {
  margin: 0;
}
.academy-team .team-member .caption p a {
  text-decoration: underline;
  display: inline-block;
  font-size: 13px;
  text-transform: none;
  color: #7c205f;
}

.academy-form {
  padding-block: 120px 50px;
}

.academy-desc {
  background-color: #f0e8ec;
  padding-top: 50px;
}
.academy-desc p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  max-width: 100%;
  font-style: italic;
}
@media (max-width: 991px) {
  .academy-desc p {
    font-size: 14px;
  }
}

.academy-programs {
  background-color: #f0e8ec;
  padding-block: 100px 150px;
}
.academy-programs .g-head {
  margin-bottom: 130px;
  color: #000;
}
@media (max-width: 991px) {
  .academy-programs .g-head {
    margin-bottom: 30px;
  }
}
.academy-programs .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .academy-programs .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .academy-programs .g-head h3 {
    font-size: 24px;
  }
}
.academy-programs .g-head p {
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .academy-programs .g-head p {
    font-size: 14px;
  }
}
.academy-programs .inner {
  background-color: #cce1e3;
  border-radius: 40px;
  padding: 60px 24px;
}
@media (max-width: 625px) {
  .academy-programs .inner {
    border-radius: 20px;
    margin-top: 70px;
    padding-bottom: 24px;
  }
}
.academy-programs .inner .nav-tabs {
  margin-bottom: 60px;
  margin-top: -110px;
  border: 0;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 991px) {
  .academy-programs .inner .nav-tabs {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 625px) {
  .academy-programs .inner .nav-tabs {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-block: 30px 20px;
  }
}
.academy-programs .inner .nav-tabs .nav-item {
  width: calc(33.3333333333% - 30px);
}
@media (max-width: 991px) {
  .academy-programs .inner .nav-tabs .nav-item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 625px) {
  .academy-programs .inner .nav-tabs .nav-item {
    flex-shrink: 0;
  }
}
.academy-programs .inner .nav-tabs .nav-item .nav-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 20px 20px;
  min-height: 118px;
  gap: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  color: #006a71;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  border: 0;
}
@media (max-width: 991px) {
  .academy-programs .inner .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    padding: 20px;
  }
}
@media (max-width: 625px) {
  .academy-programs .inner .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
    min-height: 50px;
  }
}
.academy-programs .inner .nav-tabs .nav-item .nav-link img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: -60px;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 625px) {
  .academy-programs .inner .nav-tabs .nav-item .nav-link img {
    width: 40px;
    height: 40px;
  }
}
.academy-programs .inner .nav-tabs .nav-item .nav-link.active {
  background: #b9ccce;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.academy-programs .inner .nav-tabs .nav-item .nav-link.active img {
  top: -50px;
  opacity: 1;
}
@media (max-width: 625px) {
  .academy-programs .inner .nav-tabs .nav-item .nav-link.active img {
    top: -30px;
  }
}
.academy-programs .inner .desc {
  margin-bottom: 50px;
}
.academy-programs .inner .desc p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-transform: none;
}
@media (max-width: 991px) {
  .academy-programs .inner .desc p {
    font-size: 14px;
  }
}
.academy-programs .inner .inner-card {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  padding: 15px;
  min-height: 600px;
  height: 100%;
}
@media (max-width: 625px) {
  .academy-programs .inner .inner-card {
    min-height: auto;
  }
}
.academy-programs .inner .inner-card .img {
  position: relative;
  padding-top: 45%;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.3s;
}
.academy-programs .inner .inner-card .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.academy-programs .inner .inner-card .info {
  color: #000;
  padding: 20px 10px;
}
.academy-programs .inner .inner-card .info h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 625px) {
  .academy-programs .inner .inner-card .info h4 {
    font-size: 18px;
  }
}
.academy-programs .inner .inner-card .info p {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .academy-programs .inner .inner-card .info p {
    font-size: 14px;
  }
}
.academy-programs .inner .inner-card:hover .img {
  padding: 0;
}
.academy-programs .inner .e-con-inner {
  max-width: none;
}
@media (max-width: 768px) {
  .academy-programs .inner .row {
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
}

.academy-impact {
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.academy-impact .g-head {
  translate: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.academy-impact .g-head h3 {
  margin-bottom: 0;
}
.academy-impact .row {
  margin: 0;
}
.academy-impact::before, .academy-impact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: url(../images/hero-cover-before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: none;
}
.academy-impact::after {
  top: auto;
  bottom: 0;
  transform: rotate(180deg);
}
.academy-impact .g-body {
  padding-inline-start: 16%;
}
@media (max-width: 1600px) {
  .academy-impact .g-body {
    padding-inline-start: 6%;
  }
}
.academy-impact .g-body .swiper-slide {
  padding-top: 30px;
}
.academy-impact .ac-impact-block {
  background: #ffffff;
  border: 1px solid #ededed;
  box-shadow: 0px 8.14815px 6.51852px rgba(49, 49, 49, 0.0392593), 0px 1.85185px 3.14815px rgba(49, 49, 49, 0.0240741);
  border-radius: 30px;
  padding: 60px 30px 20px;
  position: relative;
  min-height: 330px;
  width: 100%;
}
.academy-impact .ac-impact-block .quote {
  position: absolute;
  left: 20px;
  top: -30px;
}
.academy-impact .ac-impact-block .stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 15px;
}
.academy-impact .ac-impact-block p {
  color: #797979;
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 90%;
  min-height: 135px;
}
.academy-impact .ac-impact-block .author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #eaeff3;
  padding: 20px;
  padding-bottom: 0;
  margin-inline: -30px;
}
.academy-impact .ac-impact-block .author .img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
.academy-impact .ac-impact-block .author .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.academy-impact .ac-impact-block .author .info h5 {
  font-size: 14px;
  font-weight: 600;
  color: #453232;
}
.academy-impact .ac-impact-block .author .info span {
  color: #797979;
  font-size: 12px;
}
.academy-impact .ac-impact-block .impact-card {
  border-color: #000000;
  padding-inline: 16px;
  margin-inline: 18px;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.academy-impact .ac-impact-block .impact-card h4 {
  color: #7c205f;
}
.academy-impact .ac-impact-block .impact-card p {
  font-size: 24px;
  color: #000;
  max-width: 70%;
}
@media (max-width: 1600px) {
  .academy-impact .ac-impact-block .impact-card p {
    max-width: 80%;
  }
}

.snowflake-annual-reports {
  background-color: #f0e8ec;
  padding-block: 0 100px;
}
@media (max-width: 991px) {
  .snowflake-annual-reports {
    padding-block: 0 50px;
  }
}
@media (max-width: 768px) {
  .snowflake-annual-reports .row {
    row-gap: 60px;
  }
}
.snowflake-annual-reports .g-head h3 {
  margin-bottom: 10px;
}
.snowflake-annual-reports .g-head p {
  max-width: 90%;
  color: #000;
}
@media (max-width: 991px) {
  .snowflake-annual-reports .g-head p {
    max-width: 100%;
  }
}
.snowflake-annual-reports .annual-card .info p {
  text-transform: none;
  color: #000;
  font-size: 18px;
}
@media (max-width: 768px) {
  .snowflake-annual-reports .annual-card .info p {
    font-size: 14px;
  }
}

.snowflake-pillars .g-head {
  color: #000;
  display: block;
}
.snowflake-pillars .g-head p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  max-width: 70%;
  text-transform: none;
}
@media (max-width: 991px) {
  .snowflake-pillars .g-head p {
    font-size: 14px;
  }
}
@media (max-width: 625px) {
  .snowflake-pillars .g-head p {
    max-width: 100%;
  }
}
.snowflake-pillars .pillar-card .info {
  color: #000;
}
.snowflake-pillars .pillar-card .info h4 a {
  font-weight: 600;
  font-size: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  min-height: 65px;
}
@media (max-width: 991px) {
  .snowflake-pillars .pillar-card .info h4 a {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .snowflake-pillars .pillar-card .info h4 a {
    font-size: 16px;
    min-height: 41px;
  }
}
.snowflake-pillars .pillar-card .info p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 991px) {
  .snowflake-pillars .pillar-card .info p {
    font-size: 14px;
  }
}
.snowflake-pillars .pillar-card .info .btn {
  height: 50px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .snowflake-pillars .pillar-card .info .btn {
    font-size: 14px;
  }
}

.snowflake-leading {
  margin-top: 200px;
}
@media (max-width: 991px) {
  .snowflake-leading {
    margin-top: 100px;
  }
}

.snowflake-video {
  padding-block: 90px;
  position: relative;
}
@media (max-width: 991px) {
  .snowflake-video {
    padding-block: 50px;
  }
}
.snowflake-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #006a71;
  z-index: -1;
}
.snowflake-video .box {
  border-radius: 40px;
  position: relative;
  min-height: 575px;
  background-color: #fbf8f8;
  padding: 60px;
}
@media (max-width: 991px) {
  .snowflake-video .box {
    min-height: 400px;
    border-radius: 20px;
    padding: 30px;
  }
}
@media (max-width: 625px) {
  .snowflake-video .box {
    min-height: 300px;
  }
}
.snowflake-video .box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 85px;
  height: 85px;
  border: 0;
  padding: 0;
  background-color: transparent;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .snowflake-video .box .play-btn {
    width: 50px;
    height: 50px;
  }
}
.snowflake-video .box .play-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.snowflake-video .box .play-btn:hover {
  transform: scale(1.1);
}
.snowflake-video .box .row {
  flex-direction: row-reverse;
}
.snowflake-video .box .img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 100%;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .snowflake-video .box .img {
    margin-top: 0;
  }
}
@media (max-width: 625px) {
  .snowflake-video .box .img {
    padding-top: 65%;
  }
}
.snowflake-video .box .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.snowflake-video .box .info h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .snowflake-video .box .info h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .snowflake-video .box .info h3 {
    font-size: 24px;
  }
}
.snowflake-video .box .info p {
  font-size: 18px;
  font-weight: 300;
  max-width: 90%;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .snowflake-video .box .info p {
    font-size: 14px;
    max-width: 100%;
  }
}
.snowflake-video .box .info p strong,
.snowflake-video .box .info p b {
  font-size: inherit;
  font-weight: 700;
}
.snowflake-video .box .info ul {
  list-style: disc;
  padding-inline-start: 25px;
}
.snowflake-video .box .info ul li {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 300;
}
.snowflake-video .box .info .btn {
  min-width: 400px;
  font-size: 16px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .snowflake-video .box .info .btn {
    min-width: 200px;
    font-size: 14px;
    padding-inline: 30px;
    margin-top: 30px;
  }
}

.get-involved-leading {
  margin-block: 150px 70px;
}
@media (max-width: 991px) {
  .get-involved-leading {
    margin-block: 70px 0;
    padding-block: 50px;
  }
}

.get-involved-hero {
  background-color: #fff;
}

.get-involved-blocks {
  padding-block: 70px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .get-involved-blocks {
    padding-block: 50px;
  }
}
.get-involved-blocks .swiper-slide {
  padding: 10px;
}
.get-involved-blocks .block {
  text-align: center;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 3.0242px 3.0242px rgba(0, 0, 0, 0.25);
  border-radius: 22.6815px;
  height: 100%;
}
@media (max-width: 991px) {
  .get-involved-blocks .block {
    padding: 30px;
  }
}
@media (max-width: 625px) {
  .get-involved-blocks .block {
    padding: 20px;
  }
}
.get-involved-blocks .block h3 {
  color: #006a71;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
  min-height: 114px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .get-involved-blocks .block h3 {
    font-size: 18px;
    margin-bottom: 20px;
    min-height: auto;
  }
}
@media (max-width: 625px) {
  .get-involved-blocks .block h3 {
    font-size: 16px;
  }
}
.get-involved-blocks .block div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.get-involved-blocks .block div .btn {
  background-color: #006a71;
  color: #fff;
  border-color: #006a71;
}
@media (max-width: 991px) {
  .get-involved-blocks .block div .btn {
    font-size: 13px;
    height: auto;
    width: 100%;
  }
}
.get-involved-blocks .block div .btn.outline {
  background-color: transparent;
  color: #006a71;
  border-color: #006a71;
}
.get-involved-blocks .block div .btn:hover {
  background-color: #7c205f;
  color: #fff;
  border-color: #7c205f;
}
.get-involved-blocks .block div .btn:hover.outline {
  background-color: transparent;
  color: #7c205f;
  border-color: #7c205f;
}
.get-involved-blocks .block:hover h3 {
  color: #7c205f;
}
.get-involved-blocks .block:hover .btn {
  background-color: #7c205f;
  color: #fff;
  border-color: #7c205f;
}

.get-involved-events {
  padding-block: 0;
  margin-top: 150px;
}
@media (max-width: 991px) {
  .get-involved-events {
    margin-top: 100px;
  }
}
@media (max-width: 625px) {
  .get-involved-events {
    margin-top: 50px;
  }
}

.community {
  background-color: #f0e8ec;
  padding-block: 70px;
}
@media (max-width: 991px) {
  .community {
    padding-block: 50px 100px;
  }
}
.community .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .community .g-head {
    margin-bottom: 30px;
  }
}
.community .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .community .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .community .g-head h3 {
    font-size: 24px;
  }
}
.community .g-body {
  padding-inline-start: 16%;
  position: relative;
}
@media (max-width: 1600px) {
  .community .g-body {
    padding-inline-start: 6%;
  }
}
.community .g-body .swiper .swiper-wrapper {
  align-items: stretch;
}
.community .g-body .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.community .g-body .block {
  border-radius: 16px;
  padding: 40px;
  background-color: #006a71;
  min-height: 355px;
  text-transform: none;
}
.community .g-body .block h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .community .g-body .block h4 {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .community .g-body .block h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.community .g-body .block p {
  font-size: 19px;
  color: #fff;
  text-transform: none;
}
@media (max-width: 991px) {
  .community .g-body .block p {
    font-size: 14px;
  }
}

.find-people {
  padding-top: 70px;
}
.find-people .inner {
  background-color: #7c205f;
  border-radius: 30px;
  padding: 70px;
}
@media (max-width: 991px) {
  .find-people .inner {
    padding: 40px;
    border-radius: 20px;
  }
}
.find-people .inner h4 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .find-people .inner h4 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 625px) {
  .find-people .inner h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.find-people .inner ul li {
  border-radius: 30px;
  padding: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .find-people .inner ul li {
    font-size: 20px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 15px;
  }
}
@media (max-width: 625px) {
  .find-people .inner ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.find-people .inner ul li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 65px;
}
@media (max-width: 991px) {
  .find-people .inner ul li img {
    width: 50px;
  }
}
@media (max-width: 625px) {
  .find-people .inner ul li img {
    width: 40px;
  }
}
.find-people .inner ul li:last-child {
  margin-bottom: 0;
}
.find-people .inner .actions {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-people .inner .actions a {
  display: inline-flex;
  gap: 24px;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .find-people .inner .actions a {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .find-people .inner .actions a {
    font-size: 20px;
  }
}
.find-people .inner .actions a i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
}
@media (max-width: 991px) {
  .find-people .inner .actions a i {
    width: 40px;
    height: 40px;
  }
}
.find-people .inner .actions a i img {
  scale: -1;
}

.member-request {
  background-color: #cce1e3;
  padding-block: 60px;
  margin-top: 130px;
}
@media (max-width: 991px) {
  .member-request {
    margin-top: 80px;
  }
}
@media (max-width: 625px) {
  .member-request {
    margin-top: 50px;
  }
}
.member-request .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .member-request .g-head {
    margin-bottom: 30px;
  }
}
.member-request .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .member-request .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .member-request .g-head h3 {
    font-size: 24px;
  }
}
.member-request .g-head p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  max-width: 40%;
}
@media (max-width: 991px) {
  .member-request .g-head p {
    font-size: 14px;
    max-width: 70%;
  }
}
@media (max-width: 625px) {
  .member-request .g-head p {
    max-width: 100%;
  }
}
.member-request .g-body {
  min-height: 700px;
}
@media (max-width: 991px) {
  .member-request .g-body {
    min-height: 300px;
  }
}

.community-form {
  padding-block: 50px;
}

.member-benenfits {
  min-height: 400px;
}
@media (max-width: 991px) {
  .member-benenfits {
    min-height: 300px;
  }
}
.member-benenfits::before, .member-benenfits::after {
  filter: brightness(0) invert(1);
}
.member-benenfits h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .member-benenfits h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .member-benenfits h3 {
    font-size: 24px;
  }
}
.member-benenfits p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 991px) {
  .member-benenfits p {
    font-size: 14px;
  }
}
.member-benenfits ol,
.member-benenfits ul {
  padding-inline: 20px;
}
.member-benenfits ol li,
.member-benenfits ul li {
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .member-benenfits ol li,
  .member-benenfits ul li {
    font-size: 14px;
  }
}

.membership {
  padding-block: 70px 95px;
}
@media (max-width: 991px) {
  .membership {
    padding-block: 50px 70px;
  }
}
.membership .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .membership .g-head {
    margin-bottom: 30px;
  }
}
.membership .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .membership .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .membership .g-head h3 {
    font-size: 24px;
  }
}
.membership .block {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.membership .block .title {
  text-align: center;
  background: #7c205f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px 20px 0px 0px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 102px;
}
@media (max-width: 625px) {
  .membership .block .title {
    min-height: 91px;
  }
}
.membership .block .title h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .membership .block .title h4 {
    font-size: 18px;
  }
}
@media (max-width: 625px) {
  .membership .block .title h4 {
    font-size: 16px;
  }
}
.membership .block .inner {
  padding: 25px 15px;
}
.membership .block .inner .price {
  margin-bottom: 30px;
}
.membership .block .inner .price h4 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.membership .block .inner .price .btn {
  background-color: #006a71;
  color: #fff;
  border-color: #006a71;
  font-weight: 500;
  font-size: 14px;
  height: 30px;
  width: 100%;
}
.membership .block .inner .price .btn:hover {
  background-color: #7c205f;
  color: #fff;
  border-color: #7c205f;
}
.membership .block .inner ul li {
  display: flex;
  gap: 7px;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 15px;
  color: #000;
}
.membership .block .inner ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/check-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.membership .block .inner ul li:last-child {
  margin-bottom: 0;
}
.membership .more {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .membership .row {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 20px;
    flex-wrap: nowrap;
    scroll-snap-align: start;
  }
  .membership .row::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .membership .row::-webkit-scrollbar-thumb {
    background-color: #7c205f;
    border-radius: 10px;
  }
  .membership .row::-webkit-scrollbar-track {
    background-color: #f7f7f7;
  }
}

.testimonials {
  background-color: #cce1e3;
  padding-block: 70px;
}
@media (max-width: 991px) {
  .testimonials {
    padding-block: 50px;
  }
}
.testimonials .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .testimonials .g-head {
    margin-bottom: 30px;
  }
}
.testimonials .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .testimonials .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .testimonials .g-head h3 {
    font-size: 24px;
  }
}
.testimonials .block {
  border-radius: 20px;
  background-color: #f0e8ec;
  overflow: hidden;
  padding: 30px;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  transition: 0.3s;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .testimonials .block {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}
.testimonials .block .img {
  position: relative;
  padding-top: 25%;
  overflow: hidden;
  border-radius: 10px;
  width: 277px;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .testimonials .block .img {
    padding-top: 40%;
  }
}
@media (max-width: 991px) {
  .testimonials .block .img {
    width: 100%;
    padding-top: 100%;
  }
}
.testimonials .block .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .block .info {
  position: relative;
  padding-top: 40px;
}
.testimonials .block .info::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/quote-sign.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 27px;
}
.testimonials .block .info p {
  color: #202020;
  font-size: 16px;
  margin-bottom: 20px;
}
.testimonials .block .info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}
.testimonials .block .info span {
  font-size: 14px;
  color: #808080;
}
.testimonials .swiper-pagination {
  position: unset !important;
  margin-top: 60px;
  gap: 20px;
}
@media (max-width: 991px) {
  .testimonials .swiper-pagination {
    margin-top: 30px;
    gap: 10px;
  }
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #eaeaea;
}
@media (max-width: 991px) {
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7c205f;
}
.testimonials .swiper-slide-active .block {
  opacity: 1;
}

.track-leading {
  margin-block: 70px 100px;
}
@media (max-width: 991px) {
  .track-leading {
    margin-block: 50px 30px;
  }
}

.track-explore .row {
  justify-content: space-between;
}

.track-steps {
  padding-block: 70px;
  position: relative;
}
@media (max-width: 991px) {
  .track-steps {
    padding-block: 50px;
  }
}
.track-steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f0e8ec;
  z-index: -1;
}
.track-steps .inner {
  border-radius: 20px;
  padding: 45px;
  background: #7c205f;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .track-steps .inner {
    padding: 30px;
    border-radius: 10px;
  }
}
.track-steps .inner .img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.track-steps .inner .img img {
  filter: brightness(0) invert(1);
  rotate: 35deg;
}
@media (max-width: 991px) {
  .track-steps .inner .img img {
    width: 200px;
    height: 200px;
  }
}
.track-steps .inner .steps .step-item {
  display: none;
}
.track-steps .inner .steps .step-item h3 {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .track-steps .inner .steps .step-item h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.track-steps .inner .steps .step-item h3 span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.track-steps .inner .steps .step-item ul {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .track-steps .inner .steps .step-item ul {
    margin-bottom: 50px;
  }
}
.track-steps .inner .steps .step-item ul li {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .track-steps .inner .steps .step-item ul li {
    margin-bottom: 20px;
  }
}
.track-steps .inner .steps .step-item ul li label {
  width: 100%;
}
.track-steps .inner .steps .step-item ul li label input {
  display: none;
}
.track-steps .inner .steps .step-item ul li label input:checked + span {
  background-color: #fff;
  background-color: #006a71;
  color: #fff;
  cursor: default;
}
.track-steps .inner .steps .step-item ul li label span {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 15px 50px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  background-color: #fcfbfb;
  cursor: pointer;
}
@media (max-width: 991px) {
  .track-steps .inner .steps .step-item ul li label span {
    padding: 10px 30px;
  }
}
.track-steps .inner .steps .step-item ul li:last-child {
  margin-bottom: 0;
}
.track-steps .inner .steps .step-item ul.recommended-resources {
  list-style: disc;
  padding-inline-start: 20px;
}
.track-steps .inner .steps .step-item ul.recommended-resources li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: initial;
}
.track-steps .inner .steps .step-item p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .track-steps .inner .steps .step-item p {
    font-size: 16px;
  }
}
.track-steps .inner .steps .step-item .btns {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.track-steps .inner .steps .step-item .btns .btn {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  .track-steps .inner .steps .step-item .btns .btn {
    font-size: 16px;
    height: 40px;
  }
}
.track-steps .inner .steps .step-item .btns .btn:hover {
  background-color: #006a71;
  color: #fff;
  border-color: #006a71;
}

.impact-leading {
  margin-top: 70px;
}
.impact-leading .info h3 {
  text-transform: uppercase;
}

.impact-testimonials {
  background-color: #fff;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .impact-testimonials {
    padding-block: 0;
  }
}

.impact-video {
  padding-top: 0;
}
@media (max-width: 625px) {
  .impact-video {
    padding-block: 30px;
  }
}
.impact-video::before {
  background-color: #f0e8ec;
}
.impact-video h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .impact-video h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .impact-video h3 {
    font-size: 24px;
  }
}

.impact-blocks {
  margin-block: 400px 300px;
}
@media (max-width: 1600px) {
  .impact-blocks {
    margin-block: 300px 200px;
  }
}
@media (max-width: 991px) {
  .impact-blocks {
    margin-block: 200px;
  }
}
@media (max-width: 625px) {
  .impact-blocks {
    margin-block: 100px 150px;
  }
}
.impact-blocks .g-head {
  translate: 0 0;
}
.impact-blocks .row {
  margin: 0;
}
.impact-blocks .impact-card {
  border: 1px solid #ffffff;
  filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.25));
  border-radius: 20px;
  padding: 30px;
  transition: 0.3s;
  height: 100%;
}
@media (max-width: 991px) {
  .impact-blocks .impact-card {
    padding: 20px;
  }
}
.impact-blocks .impact-card:hover {
  translate: 0 -10px;
  background-color: #fff;
}
.impact-blocks .impact-card:hover h4,
.impact-blocks .impact-card:hover p {
  color: #7c205f;
}

@media (max-width: 1600px) {
  .impact-academy-leading {
    margin-bottom: 50px;
  }
}

.community-impact {
  padding-top: 70px;
  margin-top: 0;
}
.community-impact::before {
  display: none;
}

.community-leading {
  margin-top: 300px;
}
@media (max-width: 1600px) {
  .community-leading {
    margin-top: 200px;
  }
}
@media (max-width: 991px) {
  .community-leading {
    margin-top: 100px;
  }
}
@media (max-width: 625px) {
  .community-leading {
    margin-top: 50px;
  }
}

.community-events {
  background-color: #fff;
  padding-block: 70px;
}

.events-types {
  padding-block: 70px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .events-types {
    padding-block: 50px;
  }
}
.events-types .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .events-types .g-head {
    margin-bottom: 30px;
  }
}
.events-types .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .events-types .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .events-types .g-head h3 {
    font-size: 24px;
  }
}
.events-types .g-head p {
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}
@media (max-width: 991px) {
  .events-types .g-head p {
    font-size: 14px;
  }
}
.events-types .row {
  justify-content: space-between;
  row-gap: 0;
  align-items: center;
}
.events-types .event-type {
  transition: 0.3s;
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .events-types .event-type {
    border-radius: 0;
    padding-block: 30px;
    border-top: 1px solid #ddd;
  }
}
.events-types .event-type .top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.events-types .event-type .top span {
  position: relative;
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  color: #7c205f;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .events-types .event-type .top span {
    font-size: 80px;
    height: 70px;
  }
}
.events-types .event-type .top span img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .events-types .event-type .top span img {
    width: 70px;
  }
}
.events-types .event-type .top h3 {
  font-size: 44px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .events-types .event-type .top h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .events-types .event-type .top h3 {
    font-size: 24px;
  }
}
.events-types .event-type p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-transform: none;
}
@media (max-width: 991px) {
  .events-types .event-type p {
    font-size: 14px;
  }
}
.events-types .col-12:last-child .event-type {
  background-color: #cce1e3;
  padding: 50px;
}
@media (max-width: 991px) {
  .events-types .col-12:last-child .event-type {
    border-radius: 20px;
    padding: 30px;
  }
}
.events-types .col-12:last-child .event-type .top span {
  font-size: 0;
}
.events-types .col-12:last-child .event-type .top span img {
  display: block;
}
.events-types hr {
  margin-block: 40px !important;
  color: rgba(0, 0, 0, 0.1019607843);
  opacity: 1;
}
@media (max-width: 991px) {
  .events-types hr {
    margin-block: 10px !important;
    display: none;
  }
}

.hubs-leading {
  margin-top: 150px;
}
@media (max-width: 991px) {
  .hubs-leading {
    margin-top: 80px;
  }
}

.hubs-login-leading {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hubs-login-leading {
    margin-bottom: 0;
  }
}

.hubs {
  padding-block: 0 150px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .hubs {
    padding-block: 0 70px;
  }
}
.hubs .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .hubs .g-head {
    margin-bottom: 30px;
  }
}
.hubs .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hubs .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .hubs .g-head h3 {
    font-size: 24px;
  }
}
.hubs .load-more .btn {
  border-color: #006a71;
  color: #006a71;
  min-width: 285px;
}
.hubs .load-more .btn:hover {
  background-color: #006a71;
  color: #fff;
}
.hubs .hub-block {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 15px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.hubs .hub-block .img {
  position: relative;
  padding-top: 80%;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.hubs .hub-block .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hubs .hub-block .info {
  padding-block: 20px;
}
.hubs .hub-block .info h4 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hubs .hub-block .info h4 {
    font-size: 19px;
  }
}
.hubs .hub-block .caption {
  position: absolute;
  inset: 0;
  padding: 40px 22px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.hubs .hub-block .caption h4 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1600px) {
  .hubs .hub-block .caption h4 {
    font-size: 22px;
  }
}
.hubs .hub-block .caption p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 1600px) {
  .hubs .hub-block .caption p {
    font-size: 15px;
  }
}
.hubs .hub-block:hover .caption {
  opacity: 1;
  visibility: visible;
}

.master-labs {
  padding-block: 50px 70px;
}
.master-labs .inner {
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.master-labs .inner .row {
  align-items: center;
}
.master-labs .inner .info {
  padding: 0;
}
.master-labs .inner .info h3 {
  font-size: 25px;
  color: #000;
}
@media (max-width: 991px) {
  .master-labs .inner .info h3 {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .master-labs .inner .info h3 {
    font-size: 16px;
  }
}
.master-labs .inner .info p {
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  color: #000;
}
@media (max-width: 991px) {
  .master-labs .inner .info p {
    font-size: 14px;
  }
}
.master-labs .inner .accordion .accordion-item {
  border-color: #7c205f;
}
.master-labs .inner .accordion .accordion-item .accordion-button {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  gap: 30px;
}
@media (max-width: 991px) {
  .master-labs .inner .accordion .accordion-item .accordion-button {
    font-size: 16px;
    gap: 10px;
  }
}
.master-labs .inner .accordion .accordion-item .accordion-button::after, .master-labs .inner .accordion .accordion-item .accordion-button::before {
  content: "";
  filter: none;
  width: 20px;
  height: 2px;
  background-color: #006a71;
  position: absolute;
  right: 0;
  top: 43px;
}
@media (max-width: 991px) {
  .master-labs .inner .accordion .accordion-item .accordion-button::after, .master-labs .inner .accordion .accordion-item .accordion-button::before {
    top: 35px;
    width: 15px;
  }
}
.master-labs .inner .accordion .accordion-item .accordion-button::after {
  rotate: 90deg;
}
.master-labs .inner .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  rotate: 0deg;
}
.master-labs .inner .accordion .accordion-item .accordion-button i {
  width: 26px;
  height: 28px;
  background-color: #006a71;
  flex-shrink: 0;
  border-radius: 100%;
}
.master-labs .inner .accordion .accordion-item .accordion-body {
  color: #000;
  font-size: 15px;
}
.master-labs .inner:last-child {
  margin-bottom: 0;
}
.master-labs .inner.inner-coach {
  background-color: #7c205f;
}
.master-labs .inner.inner-coach .info h3,
.master-labs .inner.inner-coach .info p {
  color: #fff;
}
.master-labs .inner.inner-coach .accordion .accordion-item {
  border-color: #fff;
}
.master-labs .inner.inner-coach .accordion .accordion-item .accordion-button {
  color: #fff;
}
.master-labs .inner.inner-coach .accordion .accordion-item .accordion-button::after, .master-labs .inner.inner-coach .accordion .accordion-item .accordion-button::before {
  display: none;
}
.master-labs .inner.inner-coach .accordion .accordion-item .accordion-button i {
  background-color: #fff;
}

.master-pillars {
  padding-block-end: 0;
}

.master-request {
  margin-top: 80px;
}

.discover {
  padding-block: 130px 70px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .discover {
    padding-block: 50px;
  }
}
.discover .events-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  gap: 20px 30px;
  background: linear-gradient(83.59deg, #fcfcfd 36.52%, rgba(252, 252, 253, 0.83) 98.8%);
  border: 1px solid #fcfcfd;
  box-shadow: 0px 40px 64px -32px rgba(15, 15, 15, 0.1);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 60px;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .discover .events-toolbar {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    border-radius: 20px;
  }
}
.discover .events-toolbar .events-menus {
  display: flex;
  align-items: center;
}
@media (max-width: 625px) {
  .discover .events-toolbar .events-menus {
    flex-wrap: wrap;
    row-gap: 20px;
    width: 100%;
  }
}
.discover .events-toolbar .events-menus .dropdown {
  border-inline-end: 1px solid #e9eaef;
  padding-inline: 20px;
}
@media (max-width: 625px) {
  .discover .events-toolbar .events-menus .dropdown {
    padding: 0;
    width: 100%;
    border: 0;
  }
}
.discover .events-toolbar .events-menus .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #23262f;
  padding: 0;
  background-color: transparent;
  border: 0;
}
@media (max-width: 625px) {
  .discover .events-toolbar .events-menus .dropdown .dropdown-toggle {
    width: 100%;
  }
}
.discover .events-toolbar .events-menus .dropdown:last-child {
  border: 0;
}
.discover .events-toolbar .event-search {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-inline-end: 20px;
}
.discover .events-toolbar .event-search button {
  width: 60px;
  height: 60px;
  background-color: #7c205f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  flex-shrink: 0;
}
.discover .events-toolbar .event-search .form-control {
  border: 0;
  height: 60px;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  min-width: 270px;
}
.discover .events-toolbar .event-search .form-control::-moz-placeholder {
  color: #777e90;
}
.discover .events-toolbar .event-search .form-control::placeholder {
  color: #777e90;
}
.discover .events-tabs .g-head {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .discover .events-tabs .g-head {
    margin-bottom: 20px;
  }
}
.discover .events-tabs .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .discover .events-tabs .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .discover .events-tabs .g-head h3 {
    font-size: 24px;
  }
}
.discover .events-tabs .events-filter {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .discover .events-tabs .events-filter {
    flex-wrap: wrap;
  }
}
@media (max-width: 625px) {
  .discover .events-tabs .events-filter .date-filter {
    width: 100%;
  }
}
.discover .events-tabs .events-filter .date-filter .btn {
  color: #23262f;
  font-weight: 500;
  border-width: 2px;
}
@media (max-width: 625px) {
  .discover .events-tabs .events-filter .date-filter .btn {
    width: 100%;
  }
}
.discover .events-tabs .events-filter .date-filter .btn:hover, .discover .events-tabs .events-filter .date-filter .btn.show {
  color: #fff;
  border-color: #006a71;
  background-color: #006a71;
}
.discover .events-tabs .events-filter .date-filter .btn:hover::after, .discover .events-tabs .events-filter .date-filter .btn.show::after {
  filter: brightness(0) invert(1);
}
.discover .events-tabs .events-filter .date-filter .dropdown-menu {
  min-width: 100%;
}
.discover .events-tabs .events-filter .date-filter .dropdown-menu.show {
  transform: translateY(20px) !important;
}
.discover .events-tabs .events-filter .nav-tabs {
  border: 0;
  gap: 10px;
  overflow: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  white-space: nowrap;
  padding-bottom: 10px;
  scroll-snap-align: start;
}
.discover .events-tabs .events-filter .nav-tabs::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.discover .events-tabs .events-filter .nav-tabs::-webkit-scrollbar-thumb {
  background-color: #7c205f;
  border-radius: 10px;
}
.discover .events-tabs .events-filter .nav-tabs::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .discover .events-tabs .events-filter .nav-tabs {
    order: 2;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
}
.discover .events-tabs .events-filter .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  padding: 0 15px;
  border-radius: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #777e90;
  border: 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .discover .events-tabs .events-filter .nav-tabs .nav-item .nav-link {
    white-space: nowrap;
  }
}
@media (max-width: 625px) {
  .discover .events-tabs .events-filter .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
  }
}
.discover .events-tabs .events-filter .nav-tabs .nav-item .nav-link.active {
  background-color: #7c205f;
  color: #fff;
}
@media (max-width: 625px) {
  .discover .events-tabs .events-filter .layout-switch {
    display: none;
  }
}
.discover .events-tabs .events-filter .layout-switch .btn {
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  border: 0;
}
.discover .events-tabs .events-filter .layout-switch .btn img {
  filter: none;
  scale: 1;
}
.discover .events-tabs .events-filter .layout-switch .btn:hover img {
  opacity: 1;
  translate: 0 0;
}
.discover .events-tabs .events-filter .layout-switch .dropdown-menu {
  min-width: 100%;
}
.discover .events-tabs .events-filter .layout-switch .dropdown-menu li {
  margin-bottom: 20px;
}
.discover .events-tabs .events-filter .layout-switch .dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.discover .events-tabs .events-filter .layout-switch .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.discover .events-tabs .events-filter .layout-switch .dropdown-menu.show {
  transform: translateY(20px) !important;
}
.discover .events-tabs .events {
  padding-block: 65px 0;
}
.discover .events-tabs .events .row.list-view .col-12 {
  width: 100%;
}
.discover .events-tabs .events .row.list-view .col-12 .event-block {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}
@media (max-width: 625px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block {
    padding-top: 100%;
  }
}
.discover .events-tabs .events .row.list-view .col-12 .event-block > img {
  position: relative;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  border-radius: 20px;
}
@media (max-width: 625px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block > img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.discover .events-tabs .events .row.list-view .col-12 .event-block .caption {
  position: relative;
  background: #fff;
  min-height: 140px;
  width: calc(100% - 140px);
  padding: 0;
  padding-inline: 30px 20px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption {
    width: 100%;
  }
}
@media (max-width: 625px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption {
    background-color: transparent;
    min-height: auto;
    position: absolute;
    padding: 20px;
  }
}
.discover .events-tabs .events .row.list-view .col-12 .event-block .caption .top {
  justify-content: flex-end;
  min-height: 50px;
}
@media (max-width: 625px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption .top {
    justify-content: space-between;
  }
}
.discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom {
  box-shadow: none;
  padding: 0;
  translate: 0 -60px;
  background: transparent;
  flex-grow: 1;
}
@media (max-width: 625px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom {
    translate: 0 0;
    padding: 20px;
    background-color: #fff;
    flex-grow: unset;
  }
}
.discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom a {
  font-weight: 500;
  font-size: 23px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 991px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom a {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom a {
    font-size: 14px;
  }
}
.discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom p {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom p {
    font-size: 12px;
  }
}
.discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom p span {
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: -50px;
}
@media (max-width: 625px) {
  .discover .events-tabs .events .row.list-view .col-12 .event-block .caption .bottom p span {
    position: unset;
  }
}

.dropdown .dropdown-menu {
  min-width: 220px;
  border-radius: 10px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) !important;
  left: 0;
  top: 100% !important;
  display: block;
  border: 0;
  transition: 0.3s;
}
.dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(50px) !important;
}
@media (max-width: 625px) {
  .dropdown .dropdown-menu.show {
    transform: translateY(10px) !important;
  }
}
.dropdown .dropdown-menu li {
  margin-bottom: 7px;
}
.dropdown .dropdown-menu li .dropdown-item {
  color: #000;
  transition: 0.3s;
  font-weight: 500;
  padding: 0;
  background-color: transparent;
}
.dropdown .dropdown-menu li .dropdown-item:hover {
  color: #006a71;
  padding-inline: 5px;
}
.dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}
.dropdown .dropdown-toggle::after {
  content: "";
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 13px;
  height: 13px;
  rotate: -90deg;
  border: 0;
}
@media (max-width: 625px) {
  .dropdown .dropdown-toggle::after {
    margin-inline: auto 0;
  }
}

.how-it-works-events {
  padding-block: 70px 150px;
}
@media (max-width: 625px) {
  .how-it-works-events {
    padding-block: 50px 70px;
  }
}
.how-it-works-events .g-head {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 991px) {
  .how-it-works-events .g-head {
    margin-bottom: 60px;
  }
}
.how-it-works-events .g-head h3 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .how-it-works-events .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .how-it-works-events .g-head h3 {
    font-size: 24px;
  }
}
.how-it-works-events .g-head p {
  font-size: 24px;
  font-weight: 300;
  color: #777e90;
}
@media (max-width: 991px) {
  .how-it-works-events .g-head p {
    font-size: 14px;
  }
}
.how-it-works-events .row {
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  row-gap: 70px;
}
.how-it-works-events .row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/dots.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 230px;
  z-index: -1;
}
@media (max-width: 625px) {
  .how-it-works-events .row::before {
    display: none;
  }
}
.how-it-works-events .row::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/dash-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 150px;
  z-index: -2;
}
@media (max-width: 625px) {
  .how-it-works-events .row::after {
    display: none;
  }
}
.how-it-works-events .row:last-child {
  padding-bottom: 0;
}
.how-it-works-events .row .col-12:nth-of-type(even) .how-block .box {
  rotate: 15deg;
}
.how-it-works-events .how-block {
  text-align: center;
  padding-inline: 50px;
}
@media (max-width: 625px) {
  .how-it-works-events .how-block {
    padding-inline: 20px;
  }
}
.how-it-works-events .how-block .img {
  position: relative;
  margin-bottom: 40px;
}
.how-it-works-events .how-block .img .hexa {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  z-index: -1;
}
.how-it-works-events .how-block .img .box {
  width: 130px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: -15deg;
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
}
.how-it-works-events .how-block .img .box::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 166px;
  left: 4px;
  top: -20px;
  background: #fcfcfd;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
  border-radius: 24px;
  z-index: -2;
}
.how-it-works-events .how-block .img .box::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 166px;
  background: #fcfcfd;
  border: 1px solid #f4f5f6;
  box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
  border-radius: 24px;
  z-index: -1;
}
.how-it-works-events .how-block .img .box .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.how-it-works-events .how-block .info h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.how-it-works-events .how-block .info p {
  position: relative;
  overflow: hidden;
  max-height: 3lh;
  color: #777e90;
  font-size: 14px;
}
.how-it-works-events .how-block .info p button {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 0;
  color: inherit;
  text-decoration: underline;
  background: linear-gradient(to right, transparent, #ffffff 60%);
  padding-inline: 150px 0;
}
.how-it-works-events .how-block .info p.expanded {
  max-height: none;
}
.how-it-works-events .how-block .info p.expanded button {
  display: none;
}

.events-single-pillars {
  background-color: transparent;
}
@media (max-width: 991px) {
  .events-single-pillars {
    margin-top: 80px;
  }
}
@media (max-width: 625px) {
  .events-single-pillars {
    margin-top: 50px;
  }
}

.events-single-faqs {
  padding-bottom: 0;
}

.objectives {
  padding-block: 80px;
  background-color: #f0e8ec;
}
@media (max-width: 991px) {
  .objectives {
    padding-block: 50px;
  }
}
.objectives .inner {
  background-color: #cce1e3;
  border-radius: 30px;
  padding: 25px 50px;
  text-transform: none;
  color: #000;
}
@media (max-width: 991px) {
  .objectives .inner {
    padding: 20px;
  }
}
.objectives .inner h2 {
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 991px) {
  .objectives .inner h2 {
    font-size: 20px;
  }
}
.objectives .inner span {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 991px) {
  .objectives .inner span {
    font-size: 16px;
  }
}
.objectives .inner ul {
  padding-inline-start: 30px;
  list-style: disc;
  padding-top: 5px;
}
.objectives .inner ul li {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .objectives .inner ul li {
    font-size: 14px;
  }
}
.objectives .inner ul li a {
  color: inherit;
  text-decoration: underline;
}

.speakers {
  padding-top: 80px;
  background-color: #f0e8ec;
}
@media (max-width: 625px) {
  .speakers {
    padding-top: 50px;
  }
}
.speakers .g-head {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .speakers .g-head {
    margin-bottom: 30px;
  }
}
.speakers .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .speakers .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .speakers .g-head h3 {
    font-size: 24px;
  }
}

.event-single {
  padding-top: 80px;
  background-color: #f0e8ec;
}
@media (max-width: 625px) {
  .event-single {
    padding-top: 0;
  }
}
.event-single .img {
  width: 100%;
  padding-top: 40%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 625px) {
  .event-single .img {
    padding-top: 60%;
  }
}
.event-single .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-single .info {
  padding-block: 50px;
}
@media (max-width: 991px) {
  .event-single .info {
    padding-block: 30px;
  }
}
.event-single .info .content {
  padding-inline-end: 30px;
}
@media (max-width: 991px) {
  .event-single .info .content {
    padding-inline-end: 0;
  }
}
.event-single .info .content h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .event-single .info .content h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 625px) {
  .event-single .info .content h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.event-single .info .content p {
  color: #777e90;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .event-single .info .content p {
    font-size: 14px;
  }
}
.event-single .info .content .icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.event-single .info .content .icons button {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  padding: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.event-single .info .content .icons .label-event {
  background: #006a71;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 13px;
  height: 30px;
  border-radius: 5px;
  font-size: 12px;
}
.event-single .info .extra-info {
  padding: 32px;
  background: #fcfcfd;
  border: 1px solid #e6e8ec;
  box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.08);
  border-radius: 24px;
}
@media (max-width: 991px) {
  .event-single .info .extra-info {
    padding: 20px;
  }
}
.event-single .info .extra-info .price {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 700;
  color: #23262f;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .event-single .info .extra-info .price {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.event-single .info .extra-info .price span {
  color: #777e90;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .event-single .info .extra-info .price span {
    font-size: 14px;
  }
}
.event-single .info .extra-info ul {
  margin-bottom: 35px;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background-color: #f4f5f6;
}
@media (max-width: 991px) {
  .event-single .info .extra-info ul {
    padding: 15px;
    margin-bottom: 25px;
  }
}
.event-single .info .extra-info ul li {
  width: calc(50% - 10px);
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
@media (max-width: 625px) {
  .event-single .info .extra-info ul li {
    width: 100%;
  }
}
.event-single .info .extra-info ul li span {
  color: #777e90;
  font-size: 12px;
}
.event-single .info .extra-info ul li h4 {
  font-size: 16px;
  font-weight: 500;
  color: #23262f;
  margin-top: 5px;
}
.event-single .info .extra-info ul li img {
  padding-top: 5px;
}
.event-single .info .extra-info .btn {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
}
.event-single .info .extra-info .btn img {
  filter: none;
  scale: 1;
}

.get-involved-landing-hero {
  padding-bottom: 0;
}

.become-member {
  padding-block: 40px 150px;
}
@media (max-width: 991px) {
  .become-member {
    padding-block: 40px 60px;
  }
}
.become-member .member-circles {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
  z-index: 1;
}
@media (max-width: 991px) {
  .become-member .member-circles {
    padding-top: 150px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .become-member .member-circles .member-circle {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 768px) {
  .become-member .member-circles .member-circle {
    width: 70%;
    height: 70%;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .member-circle {
    width: 90%;
    height: 90%;
  }
}
.become-member .member-circles .main-circle {
  position: absolute;
  left: 50%;
  top: 60%;
  translate: -50% -50%;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7c205f;
  border-radius: 64% 36% 45% 55%/50% 63% 37% 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .become-member .member-circles .main-circle {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .main-circle {
    width: 120px;
    height: 120px;
    top: 58%;
  }
}
.become-member .member-circles .main-circle h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 991px) {
  .become-member .member-circles .main-circle h2 {
    font-size: 24px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .main-circle h2 {
    font-size: 16px;
  }
}
.become-member .member-circles .main-circle .content {
  background: #cce1e3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 380px;
  transition: 0.3s;
  top: 50px;
  left: -400px;
}
@media (max-width: 991px) {
  .become-member .member-circles .main-circle .content {
    width: 250px;
    padding: 20px;
    left: -270px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .main-circle .content {
    left: -60px;
    top: -140px;
  }
}
.become-member .member-circles .main-circle .content span {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-transform: none;
}
@media (max-width: 991px) {
  .become-member .member-circles .main-circle .content span {
    font-size: 14px;
  }
}
.become-member .member-circles .main-circle:hover {
  background-color: #006a71;
}
.become-member .member-circles .main-circle:hover h2 {
  color: #fff;
}
.become-member .member-circles .main-circle:hover .content {
  opacity: 1;
  visibility: visible;
}
.become-member .member-circles .list-circle {
  position: absolute;
  transform: rotate(calc(var(--i) * 240deg)) translateX(350px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 280px;
  height: 280px;
  border-radius: 64% 36% 45% 55%/50% 63% 37% 50%;
  background-color: #cce1e3;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .become-member .member-circles .list-circle {
    width: 200px;
    height: 200px;
    transform: rotate(calc(var(--i) * 240deg)) translateX(230px);
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle {
    width: 110px;
    height: 110px;
    transform: rotate(calc(var(--i) * 240deg)) translateX(130px);
    z-index: 1;
  }
}
.become-member .member-circles .list-circle img {
  transition: 0.3s;
  transform: rotate(calc(var(--i) * 120deg));
}
@media (max-width: 991px) {
  .become-member .member-circles .list-circle img {
    width: 50px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle img {
    width: 25px;
  }
}
.become-member .member-circles .list-circle p {
  font-size: 30px;
  color: #000;
  transition: 0.3s;
  transform: rotate(calc(var(--i) * 120deg));
}
@media (max-width: 991px) {
  .become-member .member-circles .list-circle p {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle p {
    font-size: 12px;
  }
}
.become-member .member-circles .list-circle .content {
  background: #cce1e3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 30px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 380px;
  transition: 0.3s;
  top: -200px;
}
@media (max-width: 991px) {
  .become-member .member-circles .list-circle .content {
    width: 250px;
    padding: 20px;
    top: -150px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle .content {
    right: 20px;
  }
}
.become-member .member-circles .list-circle .content span {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-transform: none;
}
@media (max-width: 991px) {
  .become-member .member-circles .list-circle .content span {
    font-size: 14px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle.build-power {
    z-index: 0;
  }
}
.become-member .member-circles .list-circle.build-power img {
  translate: 40px 60px;
}
@media (max-width: 768px) {
  .become-member .member-circles .list-circle.build-power img {
    translate: 30px 40px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle.build-power img {
    translate: 20px 30px;
  }
}
.become-member .member-circles .list-circle.build-power p {
  translate: -50px -70px;
}
@media (max-width: 768px) {
  .become-member .member-circles .list-circle.build-power p {
    translate: -6px -24px;
  }
}
.become-member .member-circles .list-circle.build-power .content {
  top: 410px;
  rotate: -240deg;
}
@media (max-width: 991px) {
  .become-member .member-circles .list-circle.build-power .content {
    top: 300px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle.build-power .content {
    top: 80px;
    right: -170px;
  }
}
.become-member .member-circles .list-circle.community img {
  translate: -40px 90px;
}
@media (max-width: 768px) {
  .become-member .member-circles .list-circle.community img {
    translate: -40px 60px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle.community img {
    translate: -20px 50px;
  }
}
.become-member .member-circles .list-circle.community p {
  translate: 40px -80px;
}
@media (max-width: 768px) {
  .become-member .member-circles .list-circle.community p {
    translate: 10px -20px;
  }
}
.become-member .member-circles .list-circle.community .content {
  rotate: -120deg;
  top: 400px;
}
@media (max-width: 991px) {
  .become-member .member-circles .list-circle.community .content {
    top: 240px;
    right: 60px;
  }
}
@media (max-width: 625px) {
  .become-member .member-circles .list-circle.community .content {
    top: 50px;
    right: 60px;
  }
}
.become-member .member-circles .list-circle:hover {
  background-color: #006a71;
}
.become-member .member-circles .list-circle:hover img {
  filter: brightness(0) invert(1);
}
.become-member .member-circles .list-circle:hover p {
  color: #fff;
}
.become-member .member-circles .list-circle:hover .content {
  opacity: 1;
  visibility: visible;
}

.track-finder {
  padding-block: 50px;
  background-color: #cce1e3;
}
.track-finder .row {
  justify-content: space-between;
  align-items: center;
}
.track-finder .info {
  display: flex;
  align-items: center;
  gap: 20px 50px;
}
.track-finder .info h1 {
  color: #000;
  font-size: 45px;
  font-weight: 800;
  line-height: 1 !important;
}
@media (max-width: 991px) {
  .track-finder .info h1 {
    font-size: 36px;
  }
}
@media (max-width: 625px) {
  .track-finder .info h1 {
    font-size: 28px;
  }
}
.track-finder .content {
  background-color: #006a71;
  border-radius: 100px;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  gap: 20px 50px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .track-finder .content {
    padding: 30px 40px;
    border-radius: 20px;
  }
}
@media (max-width: 625px) {
  .track-finder .content {
    padding: 20px 30px;
    flex-direction: column;
    text-align: center;
  }
}
.track-finder .content a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.track-finder .content p {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}
@media (max-width: 991px) {
  .track-finder .content p {
    font-size: 18px;
  }
}
.track-finder .content:hover {
  background-color: #7c205f;
}

.resources-center-hero-cover {
  padding-top: 80px;
  height: 700px;
}
@media (max-width: 1600px) {
  .resources-center-hero-cover {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .resources-center-hero-cover {
    height: 350px;
    padding: 0;
  }
}
@media (max-width: 625px) {
  .resources-center-hero-cover {
    height: 200px;
  }
}
.resources-center-hero-cover::before {
  top: 80px;
}
@media (max-width: 991px) {
  .resources-center-hero-cover::before {
    top: 0;
  }
}
.resources-center-hero-cover .board {
  left: -60px;
  right: auto;
  width: 300px;
  rotate: 15deg;
  bottom: 150px;
}
@media (max-width: 1600px) {
  .resources-center-hero-cover .board {
    width: 200px;
    bottom: 90px;
  }
}
@media (max-width: 991px) {
  .resources-center-hero-cover .board {
    width: 200px;
    bottom: 70px;
  }
}
@media (max-width: 625px) {
  .resources-center-hero-cover .board {
    width: 150px;
    bottom: 20px;
    rotate: 0deg;
  }
}

.curated-guides {
  margin-bottom: 0;
}

.resource-filter {
  background-color: #f0e8ec;
  padding-block: 25px;
  border-bottom: 1px solid #b3b6bc;
}
.resource-filter .row {
  flex-direction: row;
  margin-bottom: 20px;
}
.resource-filter .row:last-child {
  margin-bottom: 0;
}
.resource-filter .form-group .select2 {
  width: 100% !important;
}
.resource-filter .form-group .select2 .form-select {
  border-radius: 50px;
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid #a9b4be;
  box-shadow: none;
}
.resource-filter .form-group .select2 .form-select .select2-selection__rendered {
  padding: 0;
  height: 100%;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: #000;
  font-size: 15px;
}
.resource-filter .form-group .select2 .form-select .select2-selection__arrow {
  display: none;
}
.resource-filter .form-group .select2 .form-select.select2-selection--multiple {
  padding-block: 10px;
  display: flex;
}
.resource-filter .form-group .select2 .form-select.select2-selection--multiple .select2-selection__choice {
  border-radius: 50px;
  border: 0;
  margin: 0;
  padding: 0 5px;
  height: 25px;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #006a71;
}
.resource-filter .form-group .select2 .form-select.select2-selection--multiple .select2-selection__choice button {
  position: unset;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2470588235);
  line-height: normal;
  font-weight: normal;
  background-color: transparent;
}
.resource-filter .form-group .select2 .form-select.select2-selection--multiple .select2-selection__choice button span {
  font-size: 18px;
}
.resource-filter .form-group .select2 .form-select.select2-selection--multiple .select2-selection__choice span {
  display: block;
  color: #fff;
  font-size: 14px;
}
.resource-filter .form-group .btn {
  padding: 0 20px;
  height: 40px;
  font-weight: 500;
  background-color: #006a71;
  border-color: #006a71;
}
.resource-filter .form-group .btn.outline {
  background-color: #fff;
  color: #006a71;
  border-color: #006a71;
}
.resource-filter .form-group.form-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.resource-filter .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.select2-dropdown {
  border-radius: 15px !important;
  margin-top: 4px;
  border: 1px solid #dfdfdf;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1215686275);
  padding: 15px;
}
.select2-dropdown .select2-results__option {
  border-radius: 50px;
  padding: 7px 15px;
  margin-bottom: 10px;
}
.select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #006a71;
  color: #fff;
}
.select2-dropdown .select2-search {
  padding: 0;
  margin-bottom: 15px;
}
.select2-dropdown .select2-search .select2-search__field {
  height: 40px;
  border-radius: 50px;
  border: 1px solid #a9b4be;
  padding: 0 20px;
  box-shadow: none;
  outline: none;
}

.resource-search {
  background-color: #f0e8ec;
  padding-block: 25px 70px;
}
.resource-search .form-group {
  margin-bottom: 40px;
  position: relative;
}
.resource-search .form-group img {
  position: absolute;
  left: 20px;
  top: 20px;
}
.resource-search .form-group .form-control {
  height: 60px;
  padding: 0;
  border-radius: 20px;
  background: linear-gradient(135.37deg, rgba(0, 0, 0, 0.4) 4.29%, rgba(255, 255, 255, 0.4) 95.6%), #ffffff;
  background-blend-mode: soft-light, normal;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 3px 2px 4px rgba(0, 0, 0, 0.25);
  padding-inline: 50px 20px;
  color: #000;
  font-size: 16px;
}
@media (max-width: 625px) {
  .resource-search .form-group .form-control {
    font-size: 14px;
  }
}
.resource-search .form-group .form-control::-moz-placeholder {
  color: inherit;
}
.resource-search .form-group .form-control::placeholder {
  color: inherit;
}
.resource-search .form-group .btn {
  position: absolute;
  right: 15px;
  top: 8px;
  min-width: 144px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .resource-search .form-group .btn {
    min-width: 120px;
  }
}
@media (max-width: 625px) {
  .resource-search .form-group .btn {
    min-width: 100px;
    font-size: 14px;
  }
}
.resource-search .resource-list .load-more .btn {
  background-color: #006a71;
  border-color: #006a71;
  min-width: 120px;
}
.resource-search .resource-list .load-more .btn img {
  rotate: 90deg;
}
.resource-search .resource-list .real-card .icon {
  min-height: 340px;
  width: 150px;
  background: #7d205e;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.resource-search .resource-list .real-card .icon > img {
  mix-blend-mode: luminosity;
}
@media (max-width: 768px) {
  .resource-search .resource-list .real-card .icon {
    width: 100%;
    min-height: 250px;
    height: 250px;
  }
}

.resource-might-like .real-card .icon,
.curated-guides .real-card .icon {
  height: 385px;
  min-height: auto;
  width: 150px;
  background: #7d205e;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.resource-might-like .real-card .icon > img,
.curated-guides .real-card .icon > img {
  mix-blend-mode: luminosity;
}
@media (max-width: 1600px) {
  .resource-might-like .real-card .icon,
  .curated-guides .real-card .icon {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .resource-might-like .real-card .icon,
  .curated-guides .real-card .icon {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .resource-might-like .real-card .info,
  .curated-guides .real-card .info {
    min-height: 330px;
  }
}
.resource-might-like .real-card .info h3,
.curated-guides .real-card .info h3 {
  min-height: 52px;
}
.resource-might-like .real-card .info > span,
.curated-guides .real-card .info > span {
  min-height: 42px;
}
.resource-might-like .real-card .info .tags,
.curated-guides .real-card .info .tags {
  align-items: flex-start;
  align-content: flex-start;
}

.what-is-reources {
  background-color: #006a71;
  padding-block: 80px;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .what-is-reources {
    padding-block: 50px;
    margin-bottom: 100px;
  }
}
.what-is-reources .info h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .what-is-reources .info h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .what-is-reources .info h3 {
    font-size: 24px;
  }
}
.what-is-reources .info p {
  font-size: 16px;
  color: #fff;
  text-transform: none;
  line-height: 1.7;
}
@media (max-width: 625px) {
  .what-is-reources .info p {
    font-size: 14px;
  }
}
.what-is-reources .media {
  position: relative;
  background: #f0e8ec;
  border: 1px solid #bdbdbd;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding-top: 56%;
  overflow: hidden;
  margin-bottom: -200px;
}
@media (max-width: 991px) {
  .what-is-reources .media {
    margin-bottom: -150px;
  }
}
.what-is-reources .media button {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding: 10px;
  border: 2px solid #fff;
}
.what-is-reources .media img,
.what-is-reources .media video,
.what-is-reources .media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard-hero {
  height: 530px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .dashboard-hero {
    height: 400px;
  }
}
.dashboard-hero::after {
  transform: rotate(180deg) scaleX(-1);
}
.dashboard-hero img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
.dashboard-hero .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.dashboard-hero .content {
  max-width: 40%;
}
@media (max-width: 991px) {
  .dashboard-hero .content {
    max-width: 100%;
  }
}
.dashboard-hero .content h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .dashboard-hero .content h1 {
    font-size: 24px;
  }
}
@media (max-width: 625px) {
  .dashboard-hero .content h1 {
    font-size: 20px;
  }
}
.dashboard-hero .content p {
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .dashboard-hero .content p {
    font-size: 14px;
  }
}

.pages-links {
  background-color: #f0e8ec;
  padding-block: 40px;
  margin-bottom: -100px;
}
.pages-links .col-lg-3 a,
.pages-links .col-lg-4 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 32px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  color: #006a71;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .pages-links .col-lg-3 a,
  .pages-links .col-lg-4 a {
    font-size: 20px;
    border-radius: 20px;
    min-height: 120px;
  }
}
@media (max-width: 625px) {
  .pages-links .col-lg-3 a,
  .pages-links .col-lg-4 a {
    font-size: 14px;
    height: 100%;
    min-height: 80px;
    padding: 20px;
  }
}
.pages-links .col-lg-3 a.active,
.pages-links .col-lg-4 a.active {
  background-color: #d9f3ea;
}
.pages-links .col-lg-3 a:hover,
.pages-links .col-lg-4 a:hover {
  background-color: #d9f3ea;
  translate: 0 -5px;
}
.pages-links h3 {
  margin-bottom: 30px;
}
.pages-links h3 a {
  font-size: 14px;
  color: #000;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: underline !important;
}

.your-lcn {
  padding-block: 160px 90px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .your-lcn {
    padding-block: 100px 60px;
  }
}
.your-lcn .g-head {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .your-lcn .g-head {
    margin-bottom: 20px;
  }
}
.your-lcn .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .your-lcn .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .your-lcn .g-head h3 {
    font-size: 24px;
  }
}
.your-lcn .inner {
  background-color: #7c205f;
  border-radius: 30px;
  padding: 30px;
}
.your-lcn .inner .block {
  background-color: #d9f3ea;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  min-height: 700px;
  height: 100%;
}
@media (max-width: 991px) {
  .your-lcn .inner .block {
    min-height: 300px;
  }
}
@media (max-width: 625px) {
  .your-lcn .inner .block {
    min-height: 200px;
  }
}
.your-lcn .inner .block h4 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  flex-grow: 1;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .your-lcn .inner .block h4 {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .your-lcn .inner .block h4 {
    font-size: 16px;
  }
}
.your-lcn .inner .block img {
  width: 100px;
}
@media (max-width: 991px) {
  .your-lcn .inner .block img {
    width: 80px;
  }
}
.your-lcn .inner .w-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  min-height: 150px;
}
.your-lcn .inner .w-card .icon {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  overflow: hidden;
  background-color: rgba(0, 176, 116, 0.1490196078);
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
  font-size: 46px;
  color: #000;
}
@media (max-width: 991px) {
  .your-lcn .inner .w-card .icon {
    width: 70px;
    height: 70px;
    font-size: 36px;
  }
}
@media (max-width: 625px) {
  .your-lcn .inner .w-card .icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.your-lcn .inner .w-card .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.your-lcn .inner .w-card .info h4 {
  font-weight: 700;
  font-size: 46px;
  color: #000;
}
@media (max-width: 991px) {
  .your-lcn .inner .w-card .info h4 {
    font-size: 36px;
  }
}
@media (max-width: 625px) {
  .your-lcn .inner .w-card .info h4 {
    font-size: 24px;
  }
}
.your-lcn .inner .w-card .info span {
  font-size: 16px;
  max-width: 50%;
  text-transform: none;
}
@media (max-width: 991px) {
  .your-lcn .inner .w-card .info span {
    font-size: 14px;
  }
}
.your-lcn .inner .w-card .activity-card .icon {
  width: 135px;
  height: 135px;
  margin: 0 auto 25px;
}
@media (max-width: 991px) {
  .your-lcn .inner .w-card .activity-card .icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 625px) {
  .your-lcn .inner .w-card .activity-card .icon {
    width: 80px;
    height: 80px;
  }
}
.your-lcn .inner .w-card .activity-card .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.your-lcn .inner .w-card .activity-card p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991px) {
  .your-lcn .inner .w-card .activity-card p {
    font-size: 16px;
  }
}
.your-lcn .inner .w-card h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  margin-bottom: 40px;
}

.dashboard-explore {
  padding-top: 0;
}
.dashboard-explore .g-head {
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 991px) {
  .dashboard-explore .g-head {
    margin-bottom: 20px;
  }
}
.dashboard-explore .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .dashboard-explore .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .dashboard-explore .g-head h3 {
    font-size: 24px;
  }
}

.dashboard-community {
  background-color: #f0e8ec;
  padding-block: 100px;
}
@media (max-width: 991px) {
  .dashboard-community {
    padding-block: 60px;
  }
}
.dashboard-community .g-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .dashboard-community .g-head {
    margin-bottom: 20px;
  }
}
.dashboard-community .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .dashboard-community .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .dashboard-community .g-head h3 {
    font-size: 24px;
  }
}
.dashboard-community .block {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 15px;
  height: 100%;
  transition: 0.3s;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.dashboard-community .block .img {
  background-color: #c4c4c4;
  position: relative;
  padding-top: 70%;
  border-radius: 20px;
  overflow: hidden;
}
.dashboard-community .block .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard-community .block .info {
  padding-block: 30px;
  padding-inline: 15px;
  flex-grow: 1;
  align-items: stretch;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.dashboard-community .block .info h4 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .dashboard-community .block .info h4 {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .dashboard-community .block .info h4 {
    font-size: 16px;
  }
}
.dashboard-community .block .info p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .dashboard-community .block .info p {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .dashboard-community .block .info p {
    font-size: 14px;
  }
}
.dashboard-community .block:hover {
  scale: 0.95;
}

.dashboard-grow {
  padding-block: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .dashboard-grow {
    padding-block: 60px;
  }
}
.dashboard-grow .g-head {
  margin-bottom: 40px;
}
.dashboard-grow .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .dashboard-grow .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .dashboard-grow .g-head h3 {
    font-size: 24px;
  }
}
.dashboard-grow .row {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.dashboard-grow .img {
  border-radius: 20px;
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}
.dashboard-grow .img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashboard-grow .info p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  margin-bottom: 30px;
  text-transform: none;
}
@media (max-width: 991px) {
  .dashboard-grow .info p {
    font-size: 16px;
  }
}
.dashboard-grow .board {
  position: absolute;
  left: -60px;
  bottom: 270px;
  width: 300px;
  z-index: -1;
}
@media (max-width: 991px) {
  .dashboard-grow .board {
    display: none;
  }
}
.dashboard-grow .blocks {
  margin-top: 60px;
}
.dashboard-grow .blocks .block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0e8ec;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  font-weight: 700;
  font-size: 25px;
  color: #7c205f;
  text-align: center;
  padding: 40px 20px;
  height: 100%;
}
@media (max-width: 991px) {
  .dashboard-grow .blocks .block {
    font-size: 20px;
    padding: 30px 15px;
    min-height: 150px;
    border-radius: 20px;
  }
}
@media (max-width: 625px) {
  .dashboard-grow .blocks .block {
    font-size: 16px;
    padding: 20px 10px;
  }
}

.dashboard-feedback {
  padding-block: 100px 30px;
  background-color: #cce1e3;
  margin-bottom: 200px;
}
@media (max-width: 991px) {
  .dashboard-feedback {
    padding-block: 60px 30px;
    margin-bottom: 100px;
  }
}
.dashboard-feedback .g-head {
  margin-bottom: 40px;
}
.dashboard-feedback .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .dashboard-feedback .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .dashboard-feedback .g-head h3 {
    font-size: 24px;
  }
}
.dashboard-feedback .form-group {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-end;
}
.dashboard-feedback .form-group .form-control {
  border-radius: 20px;
  background-color: #fff;
  min-height: 360px;
  padding-block: 55px;
  padding-inline: 55px 200px;
  border: 0;
  font-size: 30px;
  box-shadow: none;
}
@media (max-width: 991px) {
  .dashboard-feedback .form-group .form-control {
    min-height: 250px;
    padding-block: 25px;
    padding-inline: 25px 150px;
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .dashboard-feedback .form-group .form-control {
    min-height: 200px;
    padding-block: 30px;
    padding-inline: 30px 100px;
    font-size: 16px;
  }
}
.dashboard-feedback .form-group .form-control::-moz-placeholder {
  color: #dcdcdc;
}
.dashboard-feedback .form-group .form-control::placeholder {
  color: #dcdcdc;
}
.dashboard-feedback .form-group .quote {
  position: absolute;
  right: 40px;
  width: 125px;
  top: 20px;
}
@media (max-width: 991px) {
  .dashboard-feedback .form-group .quote {
    width: 60px;
  }
}
@media (max-width: 625px) {
  .dashboard-feedback .form-group .quote {
    width: 40px;
  }
}
.dashboard-feedback .form-group p {
  width: 100%;
  text-align: right;
  position: relative;
}
.dashboard-feedback .form-group p .wpcf7-spinner {
  position: absolute;
  right: 105px;
  top: 15px;
  opacity: 1;
  margin: 0 auto;
  background: #7c205f;
}

.members-directory-list {
  padding-block: 150px 100px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .members-directory-list {
    padding-block: 100px 60px;
  }
}
.members-directory-list .g-head {
  margin-bottom: 40px;
}
.members-directory-list .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .members-directory-list .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .members-directory-list .g-head h3 {
    font-size: 24px;
  }
}
.members-directory-list .g-body {
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}
.members-directory-list .g-body .sw-btn {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 6;
}
.members-directory-list .g-body .sw-btn.member-prev {
  right: 3%;
  scale: -1;
}
.members-directory-list .g-body .sw-btn.member-next {
  left: 3%;
}
.members-directory-list .g-body .sw-btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.members-directory-list .g-body .members-swiper {
  padding-inline: 130px;
}
@media (max-width: 1600px) {
  .members-directory-list .g-body .members-swiper {
    padding-inline: 80px;
  }
}
@media (max-width: 625px) {
  .members-directory-list .g-body .members-swiper {
    padding-inline: 50px;
  }
}

.members-list {
  padding-block: 80px;
  background-color: #f0e8ec;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .members-list {
    padding-block: 60px;
    margin-bottom: 100px;
  }
}
.members-list .g-head {
  margin-bottom: 40px;
}
.members-list .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .members-list .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .members-list .g-head h3 {
    font-size: 24px;
  }
}

.dashboard-discover {
  background-color: #fff;
  padding-bottom: 130px;
}
@media (max-width: 991px) {
  .dashboard-discover {
    padding-block: 100px;
  }
}
.dashboard-discover .g-head {
  margin-bottom: 40px;
}
.dashboard-discover .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .dashboard-discover .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .dashboard-discover .g-head h3 {
    font-size: 24px;
  }
}
.dashboard-discover .g-head p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 991px) {
  .dashboard-discover .g-head p {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .dashboard-discover .g-head p {
    font-size: 14px;
  }
}
.dashboard-discover .events-toolbar {
  margin-bottom: 0;
}
.dashboard-discover .events .event-block .caption {
  justify-content: flex-end;
}

.modal-content {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 0;
}

.event-popup {
  padding: 40px 60px;
}
.event-popup .video {
  position: relative;
  padding-top: 55%;
  overflow: hidden;
  margin-bottom: 30px;
  background: #f0e8ec;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
@media (max-width: 991px) {
  .event-popup .video {
    padding-top: 100%;
  }
}
.event-popup .video button {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100px;
  height: 100px;
  padding: 0;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .event-popup .video button {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 625px) {
  .event-popup .video button {
    width: 60px;
    height: 60px;
  }
}
.event-popup .video img,
.event-popup .video video,
.event-popup .video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-popup p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-transform: none;
}
@media (max-width: 991px) {
  .event-popup p {
    font-size: 16px;
  }
}

.dashboard-hubs {
  background-color: #fff;
  padding-block: 150px 100px;
}
@media (max-width: 991px) {
  .dashboard-hubs {
    padding-block: 100px 60px;
  }
}
.dashboard-hubs .g-head h3 {
  margin-bottom: 30px;
}
.dashboard-hubs .g-head p {
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
@media (max-width: 991px) {
  .dashboard-hubs .g-head p {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .dashboard-hubs .g-head p {
    font-size: 14px;
  }
}
.dashboard-hubs .load-more .btn {
  background-color: #006a71;
  border-color: #006a71;
  min-width: 120px;
}
.dashboard-hubs .load-more .btn img {
  rotate: 90deg;
}
.dashboard-hubs .block .info {
  padding-block-end: 0;
}
.dashboard-hubs .block .info .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
.dashboard-hubs .block .info .btns .btn {
  background-color: #006a71;
  border-color: #006a71;
  height: 40px;
}
.dashboard-hubs .block .info .btns .btn:hover {
  background-color: #fff;
  color: #006a71;
  border-color: #006a71;
}
.dashboard-hubs .block .info p {
  text-transform: none;
  color: #000;
}

.own-hub {
  background-color: #f0e8ec;
  padding-block: 100px;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .own-hub {
    padding-block: 60px 100px;
  }
}
.own-hub::after {
  content: "";
  position: absolute;
  bottom: -220px;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: url(../images/hero-cover-before.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.own-hub .g-head {
  margin-bottom: 40px;
}
.own-hub .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .own-hub .g-head h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .own-hub .g-head h3 {
    font-size: 24px;
  }
}
.own-hub .form-block {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 70px;
  display: flex;
  align-items: center;
  gap: 20px 60px;
  height: 100%;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .own-hub .form-block {
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .own-hub .form-block img {
    width: 100px;
  }
}
@media (max-width: 625px) {
  .own-hub .form-block img {
    width: 60px;
  }
}
.own-hub .form-block a {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.own-hub .form-block h4 {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  color: #7c205f;
}
@media (max-width: 991px) {
  .own-hub .form-block h4 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .own-hub .form-block h4 {
    font-size: 20px;
  }
}
.own-hub .form-block span {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #7c205f;
}
@media (max-width: 991px) {
  .own-hub .form-block span {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .own-hub .form-block span {
    font-size: 16px;
  }
}
.own-hub .form-block:hover {
  translate: 0 -5px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}
.own-hub .links-blocks {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 991px) {
  .own-hub .links-blocks {
    gap: 20px;
  }
}
.own-hub .links-blocks a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 7px;
  border-radius: 15px;
  padding-inline-start: 24px;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .own-hub .links-blocks a {
    padding-inline-start: 20px;
  }
}
.own-hub .links-blocks a .icon {
  width: 104px;
  height: 90px;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .own-hub .links-blocks a .icon {
    width: 80px;
    height: 70px;
  }
}
@media (max-width: 625px) {
  .own-hub .links-blocks a .icon {
    width: 60px;
    height: 50px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .own-hub .links-blocks a .icon img {
    width: 60px;
  }
}
@media (max-width: 625px) {
  .own-hub .links-blocks a .icon img {
    width: 25px;
  }
}
.own-hub .links-blocks a .info h4 {
  font-weight: 800;
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 991px) {
  .own-hub .links-blocks a .info h4 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .own-hub .links-blocks a .info h4 {
    font-size: 20px;
  }
}
.own-hub .links-blocks a .info span {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
@media (max-width: 991px) {
  .own-hub .links-blocks a .info span {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .own-hub .links-blocks a .info span {
    font-size: 16px;
  }
}
.own-hub .links-blocks a.download {
  background-color: #7c205f;
}
.own-hub .links-blocks a.alc {
  background-color: #006a71;
}
.own-hub .links-blocks a:hover {
  translate: 0 -5px;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.25);
}

.dashboard-hubs-single {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .dashboard-hubs-single {
    padding-bottom: 60px;
  }
}
.dashboard-hubs-single .g-head {
  margin-bottom: 0;
}

.dashboard-hubs-single-members {
  background-color: #f0e8ec;
  padding-block: 100px;
}
@media (max-width: 991px) {
  .dashboard-hubs-single-members {
    padding-block: 60px;
  }
}

.dashboard-hubs-single-events {
  padding-block: 0 100px;
}
@media (max-width: 991px) {
  .dashboard-hubs-single-events {
    padding-block: 0 60px;
  }
}
.dashboard-hubs-single-events .g-head {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .dashboard-hubs-single-explore {
    padding-block: 60px;
  }
}

.news-single-pillars {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .news-single-pillars .g-head {
    margin-bottom: 20px;
  }
}
.news-single-pillars .pillar-card .info h4 {
  margin-bottom: 15px;
}
.news-single-pillars .pillar-card .info h4 a {
  font-weight: 600;
  font-size: 25px;
}
@media (max-width: 991px) {
  .news-single-pillars .pillar-card .info h4 a {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .news-single-pillars .pillar-card .info h4 a {
    font-size: 16px;
  }
}
.news-single-pillars .pillar-card .info p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .news-single-pillars .pillar-card .info p {
    font-size: 16px;
  }
}
@media (max-width: 625px) {
  .news-single-pillars .pillar-card .info p {
    font-size: 14px;
  }
}
.news-single-pillars .pillar-card .info .btn {
  height: 50px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .news-single-pillars .pillar-card .info .btn {
    height: 40px;
    font-size: 14px;
  }
}

.news-single {
  background-color: #fff;
}
@media (max-width: 991px) {
  .news-single {
    padding-bottom: 0;
  }
}
.news-single::before {
  background: #f0e8ec;
  top: 0;
  height: 40%;
}
.news-single::after {
  display: none;
}
.news-single .container > .row {
  padding-top: 0;
}
.news-single .back-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 45px;
}
.news-single .back-btn a.next img {
  scale: -1;
}
.news-single .desc {
  padding: 0;
}
.news-single .desc h1 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .news-single .desc h1 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .news-single .desc h1 {
    font-size: 24px;
  }
}

.no-results {
  background: #f0e8ec;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .no-results {
    padding-bottom: 50px;
  }
}
.no-results p {
  margin: 0 auto;
  max-width: 50%;
  background: #7c205f;
  padding: 50px;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .no-results p {
    max-width: 90%;
    font-size: 15px;
    padding: 20px;
  }
}

.modal-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 0;
  padding: 25px;
}
.modal-header .modal-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  flex-grow: 1;
  text-align: center;
  color: #000;
}
@media (max-width: 991px) {
  .modal-header .modal-title {
    font-size: 20px;
  }
}
@media (max-width: 625px) {
  .modal-header .modal-title {
    font-size: 16px;
  }
}
.modal-header button {
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border: 0;
  padding: 0;
}

.modal-form-wrap {
  padding: 11px;
}
.modal-form-wrap .form-group .form-control {
  height: 50px;
  border-radius: 50px;
  background-color: #f9f9f9;
  border: 0.699539px solid #828282;
  padding: 0 20px;
  box-shadow: none;
  color: #000;
  transition: 0.3s;
}
.modal-form-wrap .form-group .form-control:focus {
  border-color: #7c205f;
  background-color: #fff;
}
.modal-form-wrap .form-group textarea.form-control {
  min-height: 150px;
  padding: 20px;
  border-radius: 30px;
}
.modal-form-wrap .form-group.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-form-wrap .form-group.form-btn .btn {
  min-width: 300px;
  height: 50px;
  font-size: 18px;
  padding: 0 20px;
}

.members-list .table-view {
  background: #ffffff;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
  border-radius: 30px;
  overflow: hidden;
}

.members-list .table-view ul.wppb-faceted-list {
  margin: 0;
  padding: 30px 40px;
  display: flex;
  align-items: self-start;
  gap: 12px;
  flex-wrap: wrap;
}

.members-list .table-view ul.wppb-faceted-list li h5 {
  display: none;
}

.members-list .table-view ul.wppb-faceted-list > li {
  max-width: none;
  margin: 0 !important;
  width: calc(25% - 12px) !important;
}
@media (max-width: 991px) {
  .members-list .table-view ul.wppb-faceted-list > li {
    width: calc(50% - 12px) !important;
  }
}
@media (max-width: 768px) {
  .members-list .table-view ul.wppb-faceted-list > li {
    width: 100% !important;
  }
}

.members-list .table-view ul.wppb-faceted-list li .wppb-facet-search {
  width: 100% !important;
  margin: 0 !important;
  height: 52px;
  padding: 0 20px;
  border-radius: 50px;
  border: 0.99px solid #a9b4be;
  outline: none;
}

.members-list .table-view ul.wppb-faceted-list li .wppb-search-submit {
  border-radius: 0;
  padding: 0 !important;
  height: auto;
  width: auto;
  background: transparent;
  border: 0;
  filter: brightness(0);
  font-size: 27px;
  position: absolute;
  right: 20px;
  top: 3px;
}

.members-list .table-view ul.wppb-faceted-list li .select2.select2-container {
  margin: 0;
  max-width: 100%;
  width: 100% !important;
}

.members-list .table-view ul.wppb-faceted-list li .select2.select2-container + .select2.select2-container {
  display: none;
}

.members-list .table-view ul.wppb-faceted-list li .select2-selection--multiple {
  border: 0.99px solid #a9b4be;
  border-radius: 50px;
  min-height: 52px;
  padding: 10px 15px;
  height: auto;
}

.select2-container--default.select2-container--open .select2-dropdown {
  border-color: #a9b4be;
}

.select2-dropdown .select2-results__option {
  font-size: 14px;
  color: #000;
  padding: 10px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #7d205e !important;
}

.members-list .table-view ul.wppb-faceted-list > li:first-child {
  order: 5;
  width: 100% !important;
}

.wppb-facet-search-wrap label {
  display: block !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  align-items: center;
  gap: 7px;
  padding: 0 !important;
  flex-wrap: nowrap;
  overflow: hidden !important;
  overflow-x: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 0 !important;
  padding: 0px 10px !important;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #7d205e !important;
  border: 0 !important;
  border-radius: 50px !important;
  color: #fff;
  flex-direction: row-reverse;
  overflow: visible;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0;
  margin: 0 !important;
  color: #fff !important;
  font-weight: normal !important;
  line-height: 1;
  padding: 0;
  position: unset;
  background: transparent !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  font-size: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0;
  font-size: 13px;
}

#wppb-remove-facets-container li a {
  color: #7d205e;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
}

#wppb-remove-facets-container li a::before {
  border: 0;
  padding: 0;
  margin: 0;
  width: 25px;
  height: 25px;
  background: #7d205e;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
}

#wppb-remove-facets-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

#wppb-remove-facets-container li a.wppb-remove-all-facets {
  border: 1px solid #7d205e;
  border-radius: 50px;
  padding: 10px 15px;
}

.members-list .table-view .wppb-table th {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eee;
  color: #b5b7c0;
  font-weight: 500;
  font-size: 14px;
  padding: 14px;
}

.members-list .table-view .wppb-table th:last-child,
.members-list .table-view .wppb-table th:first-child {
  font-size: 0;
}

.members-list .table-view .wppb-table td {
  padding: 14px 20px;
  border: 0;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  color: #292d32;
}

.members-list .table-view .wppb-table td .avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.members-list .table-view .wppb-table td .wppb-more {
  font-size: 0;
  background-image: url("../images/more-dots.svg");
  background-position: center;
  background-size: 5px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.members-list .table-view .userlisting_pagination {
  padding: 30px 40px;
  margin: 0;
  background: transparent;
  height: auto;
  gap: 10px;
}

.members-list .table-view .userlisting_pagination .page-link,
.members-list .table-view .userlisting_pagination .selected {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  flex-shrink: 0;
}

.members-list .table-view .userlisting_pagination .selected {
  background: #7d205e;
  border-color: #7d205e;
  color: #fff;
}

.members-list .table-view .userlisting_pagination .pageLink_next,
.members-list .table-view .userlisting_pagination .pageLink_last,
.members-list .table-view .userlisting_pagination .pageLink_previous,
.members-list .table-view .userlisting_pagination .pageLink_fist {
  font-size: 0;
}

#share-recording-btn:hover img,
.modal-header .btn-close:hover img {
  filter: brightness(0) invert(1) !important;
  opacity: 1;
  translate: 0;
}

button#share-recording-btn img,
.modal-header .btn-close img {
  transition: 0.3s !important;
  filter: brightness(0);
}

.modal-header .btn-close {
  border: 1px solid #6c757d;
  width: 45px;
  height: 40px;
  opacity: 1;
  transition: 0.3s;
}

.modal-header .btn-close:hover {
  background: #6c757d;
}

.event-single + .speakers {
  padding-block: 80px;
}

.hero-swiper {
  height: 800px;
}
@media (max-width: 1600px) {
  .hero-swiper {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .hero-swiper {
    height: 400px;
  }
}
@media (max-width: 625px) {
  .hero-swiper {
    height: 250px;
  }
}

/* * login **/
#wppb-form-style-3-wrapper {
  width: 100% !important;
  max-width: none !important;
  padding-block: 60px 250px;
  margin-bottom: -250px;
  background: #f0e8ec;
  position: relative;
}
@media (max-width: 991px) {
  #wppb-form-style-3-wrapper {
    padding-block: 20px 100px;
    margin-bottom: -100px;
    padding-inline: 15px;
  }
}

#wppb-form-style-3-wrapper .form-head {
  margin-bottom: 50px;
  padding-inline: 70px;
}
@media (max-width: 991px) {
  #wppb-form-style-3-wrapper .form-head {
    padding-inline: 0;
    margin-bottom: 30px;
  }
}

#wppb-form-style-3-wrapper .form-head h1 {
  font-weight: 600;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  max-width: 100px;
}
@media (max-width: 991px) {
  #wppb-form-style-3-wrapper .form-head h1 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  #wppb-form-style-3-wrapper .form-head h1 {
    font-size: 24px;
  }
}

#wppb-login-wrap {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  padding: 60px;
  max-width: 640px !important;
}
@media (max-width: 768px) {
  #wppb-login-wrap {
    border-radius: 20px;
    padding: 30px;
    max-width: 100% !important;
  }
}

#wppb-login-wrap label {
  display: none !important;
}

#wppb-login-wrap input[type=text],
#wppb-login-wrap input[type=password] {
  height: 50px;
  border-radius: 50px;
  border: 1px solid #828282;
  box-shadow: none;
  outline: none;
  background: #f9f9f9;
  padding: 0 20px;
  width: 100% !important;
  font-size: 16px;
}

#wppb-login-wrap .wppb-form-field {
  margin-bottom: 25px;
  position: relative;
  align-items: center !important;
}

#wppb-form-style-3-wrapper .login-remember input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #000000 !important;
  margin: 0;
  margin-inline-end: 18px !important;
  min-width: 24px !important;
  border-radius: 0;
}

#wppb-form-style-3-wrapper p.login-remember label {
  width: auto !important;
  font-family: "Montserrat" !important;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

#wppb-form-style-3-wrapper .login-remember input[type=checkbox]:checked {
  background: #7c205f !important;
  border-color: #7c205f !important;
}

#wppb-form-style-3-wrapper .login-remember input[type=checkbox]:focus {
  box-shadow: inset 0 0 4px #7c205f, 0 0 4px #7c205f !important;
  border-color: #7c205f !important;
}

#wppb-loginform .login-submit {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 25px !important;
}

#wppb-loginform .login-submit input#wppb-submit {
  width: auto !important;
  min-width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #7d205e;
  border: 1px solid #7d205e;
  box-shadow: 0px 1px 2px rgba(198, 228, 246, 0.05);
  border-radius: 50px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
}

#wppb-form-style-3-wrapper p.wppb-success,
#wppb-form-style-3-wrapper p.wppb-epaa-warning,
#wppb-form-style-3-wrapper p.wppb-error,
#wppb-form-style-3-wrapper p.wppb-warning {
  margin: 0 auto 30px !important;
  max-width: 640px !important;
  font-family: "Montserrat" !important;
}

#wppb-form-style-3-wrapper *:not(.mce-ico) {
  font-family: "Montserrat" !important;
}

#wppb-login-wrap .login-remember label {
  display: block !important;
}

#wppb-login-wrap p.login-register-lost-password {
  margin: 0 !important;
}

#wppb-login-wrap p.login-register-lost-password a {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #000 !important;
  text-decoration: underline !important;
}

#wppb-recover-password-container {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  border-radius: 40px;
  padding: 60px;
  max-width: 640px !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #wppb-recover-password-container {
    border-radius: 20px;
    padding: 30px;
    max-width: 100% !important;
  }
}

#wppb-recover-password-container input[type=text] {
  height: 50px !important;
  border-radius: 50px !important;
  border: 1px solid #828282 !important;
  box-shadow: none !important;
  outline: none !important;
  background: #f9f9f9 !important;
  padding: 0 20px !important;
  width: 100% !important;
  font-size: 16px !important;
}
#wppb-recover-password-container input[type=text]:focus {
  border-color: #7c205f !important;
}

#wppb-recover-password-container p {
  font-size: 15px;
  text-transform: none;
}

#wppb-recover-password-container ul li label {
  display: none !important;
}

#wppb-recover-password-container ul {
  margin-top: 20px !important;
}

#wppb-form-style-3-wrapper #wppb-recover-password {
  margin: 0;
}

#wppb-form-style-3-wrapper #wppb-recover-password .form-submit {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

#wppb-form-style-3-wrapper #wppb-recover-password .form-submit #wppb-recover-password-button {
  background: #7c205f !important;
  width: auto !important;
  min-width: 180px;
  padding: 0 20px !important;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #7d205e !important;
  box-shadow: 0px 1px 2px rgba(198, 228, 246, 0.05);
}

/* *** end login **/
/* ** update account ** */
.dashboard-content {
  background: #fff;
}

.dashboard-content #wppb-form-style-3-wrapper {
  background: inherit;
  margin: 0;
  padding-block: 150px 0;
}
@media (max-width: 991px) {
  .dashboard-content #wppb-form-style-3-wrapper {
    padding-block: 120px 30px;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit {
    max-width: 1320px;
  }
}
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit h4 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit h4 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 625px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit h4 {
    font-size: 20px;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field {
  width: calc(50% - 50px);
  margin: 0;
}
@media (max-width: 991px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field {
    width: calc(50% - 10px);
  }
}
@media (max-width: 625px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field {
    width: 100%;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 50px;
  max-width: none;
}
@media (max-width: 991px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit > ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-default-name-heading,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-default-about-yourself-heading,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-default-biographical-info,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-textarea,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-map {
  width: 100%;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-default-about-yourself-heading h4 {
  margin-block: 60px 10px;
}
@media (max-width: 991px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-default-about-yourself-heading h4 {
    margin-block: 30px 0;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field label {
  width: auto !important;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 625px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field label {
    font-size: 13px;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .custom_field_textarea,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .default_field_description,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .text-input,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .extra_field_input,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .custom_field_select {
  height: 50px !important;
  border-radius: 50px !important;
  border: 1px solid #828282 !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: #f9f9f9 !important;
  padding: 0 20px !important;
  width: 100% !important;
  font-size: 16px !important;
}
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .custom_field_textarea:focus,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .default_field_description:focus,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .text-input:focus,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .extra_field_input:focus,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .custom_field_select:focus {
  border-color: #7c205f !important;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .custom_field_select {
  background-position-x: calc(100% - 20px) !important;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .custom_field_textarea,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field .default_field_description {
  height: 140px !important;
  border-radius: 30px !important;
  margin-bottom: 5px;
  padding: 20px !important;
}

#wppb-form-style-3-wrapper .wppb-map .wppb-map-container,
#wppb-form-style-3-wrapper .wppb-wysiwyg .wp-editor-wrap {
  border-radius: 30px;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar {
  border-inline-end: 1px solid #b5b7c0;
}
@media (max-width: 625px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar {
    border: 0;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-map {
  margin-bottom: 90px;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar label,
.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox label {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar .upload-field-details {
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar .upload-field-details .file-thumb {
  width: 208px;
  height: 208px;
  mask-image: url("https://lcn-dev.3alammash.com/app/themes/lcn/assets/images/team-mask.svg");
  -webkit-mask-image: url("https://lcn-dev.3alammash.com/app/themes/lcn/assets/images/team-mask.svg");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  overflow: hidden;
  margin: 0 !important;
}
@media (max-width: 625px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar .upload-field-details .file-thumb {
    width: 150px;
    height: 150px;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar .upload-field-details .file-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar .upload-field-details .file-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar .upload-field-details p {
  margin: 0 !important;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar .upload-field-details .file-name {
  color: #000;
  margin-bottom: 5px;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-avatar .upload-field-details .file-type {
  font-weight: 400;
  color: #000;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox .wppb-checkboxes {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px 100px;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox .wppb-checkboxes li {
  margin: 0 !important;
  gap: 15px;
  align-items: center;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox .wppb-checkboxes li.wppb-hidden {
  display: none;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox .wppb-checkboxes li label {
  font-weight: 300;
  font-size: 16px;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox .wppb-checkboxes .custom_field_checkbox {
  margin: 0 !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 0 !important;
  border: 1px solid #d9d9d9 !important;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox .wppb-checkboxes .custom_field_checkbox:checked {
  background: #7c205f !important;
  border-color: #7c205f !important;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox .wppb-checkboxes .custom_field_checkbox:focus {
  box-shadow: inset 0 0 4px #7c205f, 0 0 4px #7c205f !important;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit li.wppb-form-field.wppb-checkbox {
  justify-content: center;
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit p.form-submit {
  padding: 0 !important;
  margin: 90px 0 auto !important;
  text-align: center;
  border: 0 !important;
}
@media (max-width: 625px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit p.form-submit {
    margin: 50px 0 auto !important;
  }
}

.dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit p.form-submit .submit {
  min-width: 390px;
  border: 1px solid #7d205e;
  background: #7d205e;
  font-weight: 600;
  font-size: 18px;
  height: 50px;
}
@media (max-width: 625px) {
  .dashboard-content #wppb-form-style-3-wrapper #wppb-edit-user-lcn-members-profile-edit p.form-submit .submit {
    min-width: 100%;
  }
}

/* ** end update account ** */
.not-found {
  position: relative;
  padding-block: 150px 330px;
  background-color: #f0e8ec;
  margin-bottom: -260px;
}
@media (max-width: 991px) {
  .not-found {
    padding-block: 70px 170px;
    margin-bottom: -130px;
  }
}
@media (max-width: 625px) {
  .not-found {
    padding-block: 70px 140px;
  }
}
.not-found .shape {
  position: absolute;
  left: 0;
  top: -50px;
  height: 900px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .not-found .shape {
    left: -60px;
    top: -30px;
    height: 100%;
  }
}
@media (max-width: 625px) {
  .not-found .shape {
    display: none;
  }
}
.not-found .content {
  position: relative;
  text-align: center;
}
.not-found .content img {
  position: absolute;
}
.not-found .content img.x-green {
  left: 400px;
  top: -40px;
}
@media (max-width: 991px) {
  .not-found .content img.x-green {
    left: 150px;
    top: -20px;
    width: 30px;
  }
}
@media (max-width: 625px) {
  .not-found .content img.x-green {
    left: 70px;
    top: -40px;
    width: 20px;
  }
}
.not-found .content img.green-circle-big {
  right: 300px;
  top: -60px;
}
@media (max-width: 991px) {
  .not-found .content img.green-circle-big {
    right: 100px;
    top: -50px;
    width: 50px;
  }
}
@media (max-width: 625px) {
  .not-found .content img.green-circle-big {
    width: 40px;
    right: 60px;
    top: -60px;
  }
}
.not-found .content img.dark-circle {
  right: 400px;
  top: 40px;
}
@media (max-width: 991px) {
  .not-found .content img.dark-circle {
    right: 150px;
    top: 50px;
    width: 30px;
  }
}
@media (max-width: 625px) {
  .not-found .content img.dark-circle {
    right: 15px;
    top: 20px;
  }
}
.not-found .content img.x-dark {
  left: 300px;
  top: 100px;
}
@media (max-width: 991px) {
  .not-found .content img.x-dark {
    left: 60px;
    top: 100px;
  }
}
@media (max-width: 625px) {
  .not-found .content img.x-dark {
    left: 20px;
    top: 40px;
  }
}
.not-found .content img.green-circle-small {
  left: 240px;
  bottom: -50px;
}
@media (max-width: 991px) {
  .not-found .content img.green-circle-small {
    left: 100px;
    bottom: -10px;
    width: 50px;
  }
}
@media (max-width: 625px) {
  .not-found .content img.green-circle-small {
    left: 10px;
  }
}
.not-found .content img.x-red {
  right: 300px;
  bottom: -10px;
}
@media (max-width: 991px) {
  .not-found .content img.x-red {
    right: 120px;
    bottom: 0px;
    width: 30px;
  }
}
@media (max-width: 625px) {
  .not-found .content img.x-red {
    right: 40px;
  }
}
.not-found .content h1 {
  font-weight: 600;
  font-size: 128px;
  line-height: 1;
}
@media (max-width: 991px) {
  .not-found .content h1 {
    font-size: 80px;
  }
}
@media (max-width: 625px) {
  .not-found .content h1 {
    font-size: 60px;
  }
}
.not-found .content span {
  font-family: "GavencyRegular";
  font-size: 64px;
}
@media (max-width: 991px) {
  .not-found .content span {
    font-size: 35px;
  }
}
@media (max-width: 625px) {
  .not-found .content span {
    font-size: 25px;
  }
}
.not-found .content p {
  font-size: 21px;
  margin: 0 auto 50px;
  max-width: 50%;
  line-height: 1.5;
  text-transform: none;
}
@media (max-width: 991px) {
  .not-found .content p {
    font-size: 17px;
    max-width: 70%;
  }
}
@media (max-width: 625px) {
  .not-found .content p {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.not-found .content .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

#dashboard-grow-content {
  padding-inline: 20px;
}
#dashboard-grow-content p {
  font-size: 16px;
  line-height: 1.7;
}

#form-popup .modal-header {
  padding-bottom: 0;
}

.about-hero-cover .resources-center-hero-cover {
  padding: 0;
  height: 800px;
}
@media (max-width: 1600px) {
  .about-hero-cover .resources-center-hero-cover {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .about-hero-cover .resources-center-hero-cover {
    height: 400px;
  }
}
@media (max-width: 625px) {
  .about-hero-cover .resources-center-hero-cover {
    height: 250px;
  }
}
.about-hero-cover .resources-center-hero-cover::before {
  top: 0;
}
.about-hero-cover .resources-center-hero-cover::before, .about-hero-cover .resources-center-hero-cover::after {
  filter: brightness(0) invert(1);
}

.static-partner {
  background-color: #f0e8ec;
  padding-block: 50px 100px;
}
@media (max-width: 768px) {
  .static-partner {
    padding-block: 50px;
  }
}
.static-partner h3 {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .static-partner h3 {
    font-size: 30px;
  }
}
@media (max-width: 625px) {
  .static-partner h3 {
    font-size: 24px;
  }
}
.static-partner p {
  font-size: 18px;
  font-weight: 300;
  max-width: 90%;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .static-partner p {
    font-size: 14px;
    max-width: 100%;
  }
}
.static-partner p strong,
.static-partner p b {
  font-size: inherit;
  font-weight: 700;
}

section.real-world.might-like.resource-might-like {
  margin: 0;
}

.next-button,
.prev-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 5;
  border: 0;
  padding: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s;
}

.next-button {
  right: 0;
  scale: -1;
}

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.upcoming-events-widget {
  padding-block: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .upcoming-events-widget {
    padding-block: 50px;
  }
}
.upcoming-events-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: #006a71;
  z-index: -1;
}
.upcoming-events-widget .g-head {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .upcoming-events-widget .g-head {
    margin-bottom: 30px;
  }
}
.upcoming-events-widget .g-head h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .upcoming-events-widget .g-head h3 {
    font-size: 20px;
  }
}
.upcoming-events-widget .g-head .btn {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .upcoming-events-widget .g-head .btn {
    font-size: 12px;
  }
  .upcoming-events-widget .g-head .btn img {
    width: 13px;
  }
}
.upcoming-events-widget .g-head .btn.outline {
  border-color: #fff;
  color: #fff;
}
.upcoming-events-widget .g-head .btn.outline img {
  filter: brightness(0) invert(1);
}

.got-question {
  padding-block: 100px 150px;
}
@media (max-width: 991px) {
  .got-question {
    padding-block: 70px 100px;
  }
}
@media (max-width: 625px) {
  .got-question {
    padding-block: 50px;
  }
}
.got-question .row {
  justify-content: center;
}
.got-question .block {
  border-radius: 30px;
  padding: 60px;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  justify-content: space-between;
  background-color: #7c205f;
}
@media (max-width: 768px) {
  .got-question .block {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 30px;
  }
}
.got-question .block .info {
  max-width: 65%;
}
@media (max-width: 768px) {
  .got-question .block .info {
    max-width: 100%;
  }
}
.got-question .block .info h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 625px) {
  .got-question .block .info h3 {
    font-size: 18px;
  }
}
.got-question .block .info p {
  font-size: 15px;
  color: #fff;
  text-transform: none;
}
.got-question .block .btn {
  border-color: #fff;
  color: #fff;
  white-space: nowrap;
  padding-inline: 30px;
}
.got-question .block .btn img {
  filter: brightness(0) invert(1);
}

.overlay {
  background: linear-gradient(268.57deg, rgba(255, 255, 255, 0.1) 3.34%, #ffffff 108.61%);
  position: absolute;
  inset: 0;
  top: 100px;
  z-index: 0;
}
@media (max-width: 768px) {
  .overlay {
    top: 0;
  }
}

.embed-form * {
  font-family: "Montserrat" !important;
}
.embed-form .FastAction.at-markup {
  display: none !important;
}
.embed-form .ngp-form.fastaction-enabled {
  background: transparent;
  max-width: 100%;
  padding-block: 100px;
}
@media (max-width: 768px) {
  .embed-form .ngp-form.fastaction-enabled {
    padding-block: 50px;
  }
}
.embed-form.light-r .ngp-form.fastaction-enabled,
.embed-form.light-r .inner form {
  background-color: #f0e8ec;
}
.embed-form.light-gr .ngp-form.fastaction-enabled,
.embed-form.light-gr .inner form {
  background-color: #cce1e3;
}
.embed-form.light .ngp-form.fastaction-enabled,
.embed-form.light .inner form {
  background-color: #ffffff;
}
.embed-form .at-fieldset,
.embed-form .at-fields {
  padding: 0 !important;
  background-color: transparent !important;
}
.embed-form .ngp-form.fastaction-enabled section.at-inner {
  background: transparent;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .embed-form .ngp-form.fastaction-enabled section.at-inner {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .embed-form .ngp-form.fastaction-enabled section.at-inner {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .embed-form .ngp-form.fastaction-enabled section.at-inner {
    max-width: 1320px;
  }
}
.embed-form .at-inner {
  background-color: transparent !important;
}
.embed-form .contact-form p {
  display: none;
}
.embed-form .at input[type=text],
.embed-form .at input[type=password],
.embed-form .at input[type=date],
.embed-form .at input[type=datetime],
.embed-form .at input[type=datetime-local],
.embed-form .at input[type=month],
.embed-form .at input[type=week],
.embed-form .at input[type=email],
.embed-form .at input[type=number],
.embed-form .at input[type=search],
.embed-form .at input[type=tel],
.embed-form .at input[type=time],
.embed-form .at input[type=url],
.embed-form .at input[type=color],
.embed-form .at textarea {
  height: 50px;
  border-radius: 50px;
  background: #f9f9f9;
  border: 1px solid #828282;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: none;
  transition: 0.3s;
  margin-top: 10px;
}
.embed-form .at input[type=text]:focus,
.embed-form .at input[type=password]:focus,
.embed-form .at input[type=date]:focus,
.embed-form .at input[type=datetime]:focus,
.embed-form .at input[type=datetime-local]:focus,
.embed-form .at input[type=month]:focus,
.embed-form .at input[type=week]:focus,
.embed-form .at input[type=email]:focus,
.embed-form .at input[type=number]:focus,
.embed-form .at input[type=search]:focus,
.embed-form .at input[type=tel]:focus,
.embed-form .at input[type=time]:focus,
.embed-form .at input[type=url]:focus,
.embed-form .at input[type=color]:focus,
.embed-form .at textarea:focus {
  border-color: #7c205f;
  background-color: #fff;
}
.embed-form .at-row > label {
  font-size: 14px;
  font-weight: 500;
}
.embed-form .at fieldset {
  background-color: transparent;
}
.embed-form .at fieldset legend {
  font-size: 30px;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .embed-form .at fieldset legend {
    font-size: 20px;
  }
}
.embed-form .at .at-check input + span::before,
.embed-form .at input[type=checkbox] + span::before {
  width: 21px;
  height: 21px;
  border: 1px solid #dfdfdf;
  background: #fff;
}
.embed-form .at input[type=checkbox]:checked + span::before {
  background: #7c205f;
  border-color: #7c205f;
}
.embed-form .at input[type=checkbox] + span:after {
  font-size: 14px;
  top: 6px;
  left: 6px;
}
.embed-form .at .at-check input + span,
.embed-form .at input[type=checkbox] + span {
  display: flex;
  align-items: center;
  padding: 0;
  padding-inline-start: 35px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
.embed-form .at .at-check input + span span,
.embed-form .at input[type=checkbox] + span span {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.embed-form .at input[type=checkbox]:active + span::before {
  background: #fff;
}
.embed-form .at input[type=checkbox]:hover + span::before {
  border-color: #7c205f;
}
.embed-form .at .select2-container--default .select2-selection--multiple {
  min-height: 50px;
  border-radius: 50px;
  background: #f9f9f9;
  border: 1px solid #828282;
  padding: 11px 20px;
  font-size: 16px;
  box-shadow: none;
  transition: 0.3s;
  margin-top: 10px;
}
.embed-form .at .select2-container--default .select2-selection--multiple input[type=search] {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.embed-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-weight: normal;
  font-size: 14px;
  padding: 1px 10px !important;
}
.embed-form .select2-container--default.select2-container--open .select2-dropdown {
  margin-bottom: 30px !important;
}
.embed-form .embed-form .at .select2-container--default .select2-selection--multiple input[type=search] {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.embed-form .AdditionalInformation .form-unit-radio > label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.embed-form .at-row .radios label {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.embed-form .at-row .radios label input[type=radio] {
  margin: 0;
  width: 21px;
  height: 21px;
  accent-color: #7d205e;
}
.embed-form .at-row .radios {
  margin-bottom: 30px;
}
.embed-form .at textarea {
  height: 150px;
  border-radius: 30px;
  padding: 20px;
  resize: none;
}
.embed-form .at-form-submit .at-submit {
  height: 50px;
  font-weight: 600;
  font-size: 18px !important;
  margin-top: 20px;
  border-radius: 50px;
  background: #7c205f !important;
  border-color: #7c205f !important;
  transition: 0.3s;
}
.embed-form .at-form-submit .at-submit:hover {
  background: #006a71;
  border-color: #006a71;
}
.embed-form span.select2-selection.select2-selection--single {
  height: 50px;
  border-radius: 50px;
  background-color: #f9f9f9;
  border: 1px solid #828282;
  padding: 0 20px;
  font-size: 16px;
  box-shadow: none;
  transition: 0.3s;
  margin-top: 10px;
}
.embed-form .at .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  background: transparent !important;
  height: 50px;
  display: flex;
  align-items: center;
}
.embed-form .select2-search.select2-search--dropdown .select2-search__field {
  height: 40px !important;
  margin: 0 !important;
}

.embed-form .leading-form .at-inner {
  position: relative;
}

.embed-form .leading-form .at-inner .at-form-submit {
  position: absolute;
  right: 15px;
  top: 36px;
  padding: 0;
}

.embed-form .leading-form .at-inner .at-form-submit .at-submit.btn-at.btn-at-primary {
  height: 40px;
  font-size: 16px !important;
  margin: 0;
  padding: 0 20px;
}

.embed-form .leading-form .at-inner input {
  font-family: "Montserrat" !important;
}

.embed-form .leading-form .at-inner input::-moz-placeholder {
  font-family: inherit !important;
}

.embed-form .leading-form .at-inner input::placeholder {
  font-family: inherit !important;
}

.embed-form .leading-form p {
  display: none;
}

@media (max-width: 768px) {
  .author {
    padding-block: 50px;
  }
}
.author::before, .author::after {
  display: none;
}
.author .board {
  top: -180px;
}
.author .row {
  align-items: center;
}
@media (max-width: 991px) {
  .author .row {
    justify-content: center;
  }
}
.author .info h3 {
  color: #7c205f;
  font-size: 36px;
  font-weight: 600;
  min-height: auto;
  margin-bottom: 5px;
}
@media (max-width: 625px) {
  .author .info h3 {
    font-size: 24px;
  }
}
.author .info h4 {
  color: #7c205f;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 625px) {
  .author .info h4 {
    font-size: 24px;
  }
}
.author .info .share b {
  color: #7c205f;
}
.author .team-member {
  border: 0;
  border-radius: 59% 41% 56% 44%/58% 52% 48% 42%;
  transition: 0.3s;
  padding: 30px;
  margin: -150px auto 0;
  height: 320px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 625px) {
  .author .team-member {
    width: 260px;
    height: 260px;
  }
}
.author .team-member .img {
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  margin: 0 auto;
  width: 220px;
  height: 220px;
}
@media (max-width: 625px) {
  .author .team-member .img {
    width: 180px;
    height: 180px;
  }
}
.author .team-member .img img {
  filter: none;
}
.author .team-member .img::before {
  display: none;
}
.author .desc {
  padding-block: 20px 0;
  text-transform: none;
}

.author-might-like {
  background-color: #f0e8ec;
  margin-bottom: -270px !important;
  padding-bottom: 270px;
  padding-top: 0;
  z-index: 1;
}
.author-might-like::before {
  display: none;
}
.author-might-like .load-more .btn {
  background-color: #006a71;
  border-color: #006a71;
  min-width: 120px;
}
.author-might-like .load-more .btn img {
  rotate: 90deg;
}

.embed-form .at textarea[title="Country (required)"],
.embed-form .at textarea[title="City (required)"],
.embed-form .at textarea[title=Website] {
  height: 50px;
  padding: 15px 20px 0;
}

.single-resource_center .collapsed-head {
  background-color: #f0e8ec;
}

.member-wrapper {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .member-wrapper {
    padding-top: 100px;
  }
}
.member-wrapper h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .member-wrapper h3 {
    font-size: 20px;
  }
}
.member-wrapper ul {
  margin-bottom: 60px;
}
.member-wrapper ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px 50px;
}
@media (max-width: 768px) {
  .member-wrapper ul li {
    flex-direction: column;
  }
}
.member-wrapper ul li label {
  min-width: 130px;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 16px;
}
.member-wrapper ul li span {
  display: flex;
  border-bottom: 1px solid #7d205e;
  padding-bottom: 10px;
  color: #6e7172;
  font-size: 16px;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .member-wrapper ul li span {
    width: 100%;
  }
}
.member-wrapper ul li img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 5px rgba(109, 40, 92, 0.2392156863);
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .member-wrapper ul li img {
    width: 100px;
    height: 100px;
  }
}

.impact-hero .overlay {
  display: block;
  background: linear-gradient(268.57deg, rgba(255, 255, 255, 0.1) 3.34%, #ffffff 108.61%);
}

section.contact-form.news-form {
  padding-top: 0;
}

section.vacancies {
  padding-bottom: 0;
}

.swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto !important;
}

.main-content .modal {
  z-index: 9999;
}

.swiper-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.swiper-nav button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #fff;
}
.swiper-nav button img {
  filter: brightness(0) invert(1);
}
.swiper-nav button.nw-next {
  scale: -1;
}
.swiper-nav button.swiper-button-disabled {
  opacity: 0.3;
  visibility: visible;
}

.community-button-prev,
.community-button-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  translate: 0 -50%;
  width: 50px;
  height: 50px;
  border: 2px solid #006a71;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #f0e8ec;
  background: transparent;
}
@media (max-width: 768px) {
  .community-button-prev,
  .community-button-next {
    width: 40px;
    height: 40px;
    bottom: -60px;
    top: auto;
    translate: 0 0;
  }
}

.community-button-prev {
  left: 100px;
}
@media (max-width: 768px) {
  .community-button-prev {
    left: calc(50% - 40px);
  }
}

.community-button-next {
  right: 100px;
  scale: -1;
}
@media (max-width: 768px) {
  .community-button-next {
    right: calc(50% - 60px);
  }
}

.fusion-button {
  height: 50px;
  padding-inline: 30px;
  border-radius: 50px;
  min-width: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #7c205f;
  border: 1px solid #7c205f;
  color: #fff;
  transition: 0.3s;
  font-weight: 500;
}

.form-title {
  padding-block: 70px 0;
  position: relative;
  z-index: 1;
  margin-bottom: -70px;
}
@media (max-width: 768px) {
  .form-title {
    margin-bottom: -10px;
  }
}
.form-title h3 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .form-title h3 {
    font-size: 24px;
  }
}

.single-events .main-head.collapsed-head {
  background: #f0e8ec;
}

table.at-table.TicketLevels {
  margin-block: 30px;
}

table.at-table.TicketLevels th {
  padding: 20px;
  font-size: 15px;
}

table.at-table.TicketLevels thead {
  background: rgba(124, 32, 95, 0.2509803922);
}

table.at-table.TicketLevels td {
  padding: 20px;
}

table.at-table.TicketLevels td label {
  font-size: 16px;
}

table.at-table.TicketLevels .ticket-quantity-select {
  height: 50px;
  font-size: 15px;
  border-radius: 50px;
  padding: 0 20px;
}

fieldset.TicketInformation tr.ticketTotals {
  background: rgba(124, 32, 95, 0.2509803922) !important;
}

fieldset.TicketInformation tr.ticketTotals td {
  padding: 20px;
  font-size: 15px;
}/*# sourceMappingURL=style.css.map */