@charset "UTF-8";

@-webkit-keyframes loading {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(0.7) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}

@keyframes loading {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(0.7) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}

@-webkit-keyframes stroke-draw {
  from {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  65% {
    fill-opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}

@keyframes stroke-draw {
  from {
    stroke-dashoffset: 800;
    fill-opacity: 0;
  }
  65% {
    fill-opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}

@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
}

@media (min-width: 576px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1240px;
  }
}
.container {
  position: relative;
  z-index: 1;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

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

a {
  transition: all 0.5s ease;
}

.mb-6 {
  margin-bottom: 3.5rem;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.btn {
  border-radius: 15px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 12px 22px;
}
.btn:hover {
  background-image: linear-gradient(
    to left bottom,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  color: #fff;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
  }
}
.btn-green {
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-white {
  background: #fff;
  color: #4f4f4f;
}
.btn-white:hover {
  background-image: linear-gradient(
    to left bottom,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  color: #fff;
}
.btn-whiteBordered {
  background: transparent;
  border: 1px solid #5f6c76;
}
.btn-whiteBordered:hover {
  border: 1px solid rgba(22, 163, 74, 0.1);
}
.btn-transparentBordered {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-transparentBordered:hover {
  background-image: linear-gradient(
    to left bottom,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  color: #fff;
  border: 1px solid #4f4f4f;
}

h1,
h2 {
  font-family: "Hind", sans-serif;
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}
h2.white {
  color: #fff;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 500;
  line-height: 28.8px;
}
p.tt-normal {
  text-transform: none;
}
p.minititle {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.42px;
  padding: 6px 23px;
  display: inline-flex;
  border-radius: 15px;
  margin-bottom: 18px;
}
p.minititle-green {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
}
p.minititle-white {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.header.sticky {
  background-color: #fff;
  box-shadow: 1px 4px 20px rgba(196, 189, 226, 0.22);
}
.header.sticky .header__navbar-toggler i {
  color: #333;
}
.header.white.sticky .header__nav-link {
  color: #4f4f4f;
}
.header.white.sticky .btn-transparentBordered {
  background: transparent;
  border: 1px solid #5f6c76;
  color: #4f4f4f;
}
.header.white.sticky .btn-transparentBordered:hover {
  background-image: linear-gradient(
    to left bottom,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  color: #fff;
  border: 1px solid #4f4f4f;
}
.header.white.sticky .header__navbar-toggler i {
  color: #333;
}
.header__navbar {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 0;
}
.header__navbar-collapse {
  margin-top: 25px;
  border-radius: 10px;
}
@media (min-width: 991px) {
  .header__navbar-collapse {
    background: transparent;
    padding: 0;
    margin-top: 0;
  }
}
.header__navbar-toggler i {
  color: #16a34a;
}
.header__nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 4px 20px rgba(196, 189, 226, 0.22);
  padding: 30px;
  border-radius: 15px;
}
@media (min-width: 991px) {
  .header__nav {
    background: transparent;
    padding: 0;
    box-shadow: none;
  }
}
.header__nav-item {
  margin-bottom: 15px;
}
.header__nav-item:nth-last-child(1) {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .header__nav-item {
    margin: 0;
  }
}
.header__nav-link {
  padding: 20px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #4f4f4f;
}
.header__nav-link.white {
  color: #4f4f4f;
}
@media (min-width: 991px) {
  .header__nav-link.white {
    color: #fff;
    color: #fff;
  }
}
.header__info {
  align-items: center;
  justify-content: center;
  display: none;
  margin-right: 30px;
}
@media (min-width: 991px) {
  .header__info {
    justify-content: end;
    display: flex;
    margin-right: 0;
  }
}
.header__info.mobile {
  display: flex;
  margin-left: auto;
}
@media (min-width: 991px) {
  .header__info.mobile {
    display: none;
  }
}
.header__info-btn {
  margin-right: 20px;
  font-size: 14px;
}

.footer__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  color: #7ed957;
}
.footer__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__subtitle {
    margin-bottom: 25px;
  }
}
.footer__info .footer__social {
  display: none;
}
@media (min-width: 768px) {
  .footer__info .footer__social {
    display: flex;
    margin-bottom: 30px;
  }
}
.footer__pages-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 16px;
}
.footer__pages-list {
  list-style: none;
  padding-left: 0;
}
.footer__pages-list-item {
  margin-bottom: 8px;
}
.footer__pages-list-link {
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  color: #4d4948;
  text-decoration: none;
}
.footer__contact-mail.mobile {
  display: block;
}
@media (min-width: 991px) {
  .footer__contact-mail.mobile {
    display: none;
  }
}
.footer__contact-mail.desktop {
  display: none;
}
@media (min-width: 991px) {
  .footer__contact-mail.desktop {
    display: block;
  }
}
.footer__contact-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  color: #333;
  margin-bottom: 7px;
}
.footer__contact a {
  color: #4d4948;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.footer__contact .footer__social {
  display: flex;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer__contact .footer__social {
    display: none;
  }
}
.footer__cp {
  border-top: 1px solid #bdbdbd;
  padding-top: 40px;
  padding-bottom: 25px;
  margin-top: 40px;
}
.footer__cp-text {
  color: #4d4948;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.footer__cp-text span {
  color: #7ed957;
}

.hero {
  background: #fbfdff;
  margin-bottom: 32px;
  padding: 200px 0 30px 0;
}
@media (min-width: 991px) {
  .hero {
    margin-bottom: 50px;
    padding: 190px 0;
  }
}
.hero.has-medium-image {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .hero.has-medium-image {
    margin-bottom: 140px;
  }
}
.hero.full {
  position: relative;
  padding-bottom: 64px;
}
@media (min-width: 991px) {
  .hero.full {
    padding-bottom: 180px;
  }
}
.hero.full .hero__image {
  background-image: url("../../../assets/img/hero-full.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: auto;
  display: block;
  filter: drop-shadow(6px 8px 10px gray);
  -webkit-filter: drop-shadow(6px 8px 10px gray);
}
.hero.full .hero__imageSecond {
  background-image: url("../../../assets/img/hero-full2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: auto;
}
.hero__content {
  max-width: 1000px;
}
.hero__title {
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 1.2px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 55px;
    letter-spacing: 2.1px;
  }
}
@media (min-width: 991px) {
  .hero__title {
    font-size: 60px;
  }
}
.hero__title.white {
  color: #fff;
}
.hero__subtitle {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  max-width: 480px;
  text-shadow: 2px 2px 4px #000000;
}
@media (min-width: 768px) {
  .hero__subtitle {
    line-height: 30px;
    margin-bottom: 27px;
  }
}

@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
.hero__subtitle.white {
  color: #fff;
}
.hero__cd {
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(173, 180, 180, 0.24);
  border-radius: 15px;
  max-width: 500px;
  margin: 32px 0;
  padding: 22px 12px;
}
@media (min-width: 991px) {
  .hero__cd {
    padding: 22px 35px;
  }
}
.hero__cd-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.hero__cd-title span {
  font-weight: 700;
  margin-left: 20px;
}
.hero__cd-numbers {
  margin-bottom: 24px;
  width: 50%;
}
.hero__cd-numbers-title {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 9px;
}
.hero__cd-numbers-number {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
.hero__cd-progress {
  background: #f2f2f2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16) inset;
  border-radius: 10px;
  overflow: visible;
  position: relative;
  z-index: 2;
}
.hero__cd-progress-bar {
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  border-radius: 10px;
}
.hero__cd-progress-caps {
  display: flex;
  justify-content: space-between;
}
.hero__cd-progress-caps p {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
  margin: 4px 0 0 0;
}
.hero__cd-progress-softcap {
  max-width: 50px;
  margin-left: 32px;
}
.hero__cd-progress-softcap p::after {
  content: "";
  width: 2px;
  height: 48px;
  background: #d9d9d9;
  display: block;
  position: absolute;
  right: -8px;
  bottom: 5px;
}
.hero__cd-btn {
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}
.hero__image {
  position: absolute;
  top: 0;
  right: 5px;
  z-index: -1;
  display: none;
}
@media (min-width: 991px) {
  .hero__image {
    display: block;
  }
}
.hero__image-blur {
  width: 268px;
  height: 268px;
  border-radius: 268px;
  opacity: 0.8000000119;
  background: #fff;
  filter: blur(28px);
  position: absolute;
  top: -40px;
  left: 40px;
}
.hero .time {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 386px;
  justify-content: unset;
  margin-bottom: 25px;
}
@media (min-width: 991px) {
  .hero .time {
    gap: 15px;
  }
}
@media (min-width: 991px) {
  .hero .time {
    margin-bottom: 0;
    gap: unset;
    justify-content: space-between;
  }
}
.hero .time__box {
  border-radius: 10px;
  position: relative;
  width: 88px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero .time__box {
    width: 94px;
    height: 100px;
  }
}
@media (min-width: 991px) {
  .hero .time__box {
    width: 105px;
  }
}
.hero .time__box::before {
  content: "";
  border-radius: 10px;
  opacity: 0.1599999964;
  background: #282828;
  box-shadow: 0px 0px 16px 0px rgba(173, 180, 180, 0.24);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.hero .time__box-block:nth-child(1) .time__box::after {
  content: ":";
  color: #282828;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  right: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero .time__box-block:nth-child(2) .time__box::after {
  content: ":";
  color: #282828;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  right: -12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .hero .time__box-block:nth-child(1) .time__box::after {
    font-size: 50px;
    right: -16px;
  }

  .hero .time__box-block:nth-child(2) .time__box::after {
    font-size: 50px;
    right: -16px;
  }
}
@media (min-width: 991px) {
  .hero .time__box-block:nth-child(1) .time__box::after {
    font-size: 56px;
    right: -27px;
  }

  .hero .time__box-block:nth-child(2) .time__box::after {
    font-size: 56px;
    right: -27px;
  }
}
.hero .time__box p {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px;
  color: #282828;
}
.hero .time__box-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ls {
  background: #ffffff;
  padding: 32px 0;
  margin-bottom: 15px;
}

.about {
  margin: 0 0 75px 0;
  padding-top: 75px;
}
@media (min-width: 768px) {
  .about {
    margin: 0 0 75px 0;
  }
}
@media (min-width: 991px) {
  .about {
    margin: 0 0 140px 0;
    padding-top: 130px;
  }
}
.about__image-mobile {
  display: block;
}
@media (min-width: 991px) {
  .about__image-mobile {
    display: none;
  }
}
.about__image-desktop {
  display: none;
}
@media (min-width: 991px) {
  .about__image-desktop {
    display: block;
  }
}

.fp {
  margin-bottom: 0;
  overflow: hidden;
  filter: drop-shadow(6px 8px 10px gray);
  -webkit-filter: drop-shadow(6px 8px 10px gray);
}
@media (min-width: 991px) {
  .fp {
    margin-bottom: 0;
  }
}
.fp__wrapper {
  border-radius: 15px;
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  position: relative;
  padding: 35px;
}
@media (min-width: 768px) {
  .fp__wrapper {
    padding: 35px;
  }
}

.fp__tabs {
  display: none;
}
@media (min-width: 768px) {
  .fp__tabs {
    display: block;
  }
}
.fp__tabs-nav {
  max-width: 872px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.fp__tabs-nav-link {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border: 0;
  position: relative;
  min-width: 204px;
  max-width: 204px;
  min-height: 48px;
  max-height: 48px;
  border-radius: 30px;
}
.fp__tabs-nav-link:hover {
  background: #fff;
  color: #16a34a;
}
.fp__tabs-nav-link:hover .fp__tabs-nav-link-number {
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
}
@media (min-width: 991px) {
  .fp__tabs-nav-link {
    min-width: 234px;
    max-width: 234px;
    min-height: 48px;
    max-height: 48px;
  }
}
.fp__tabs-nav-link-number {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 40px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 30px;
  margin: 0;
}
.fp__tabs-nav-link.active {
  background: #fff;
  color: #16a34a;
}
.fp__tabs-nav-link.active .fp__tabs-nav-link-number {
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
}
.fp__tabs-nav-title-text {
  position: relative;
  top: 1px;
}
.fp__tabs-pane {
  max-width: 1000px;
  margin: 0 auto;
}
.fp__tabs-pane-title {
  font-family: "Hind", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 991px) {
  .fp__tabs-pane-title {
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 25px;
  }
}
.fp__tabs-pane-text {
  max-width: 628px;
  margin-left: auto;
}
.fp__tabs-pane-list {
  max-width: 560px;
}
.fp__tabs-pane-list-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  margin-bottom: 30px;
  color: #fff;
}
.fp__tabs-pane-list-item:nth-last-child(1) {
  margin-bottom: 0;
}
.fp__accordion {
  display: block;
}
@media (min-width: 768px) {
  .fp__accordion {
    display: none;
  }
}
.fp__accordion .fp__tabs-nav-item {
  margin-bottom: 30px;
}
.fp__accordion .fp__tabs-nav-item:nth-last-child(1) {
  margin-bottom: 0;
}
.fp__accordion .fp__tabs-nav-link {
  background: #fff;
  color: #16a34a;
  min-width: 100%;
  max-width: 100%;
  min-height: 48px;
  max-height: 48px;
  margin-bottom: 30px;
}
.fp__accordion .fp__tabs-nav-link.collapsed {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border: 0;
  position: relative;
  border-radius: 30px;
}
.fp__accordion .fp__tabs-nav-link.collapsed .fp__tabs-nav-link-number {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.fp__accordion .fp__tabs-nav-link .fp__tabs-nav-link-number {
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
}
.fp__accordion .fp__tabs-pane-text {
  max-width: 100%;
}
.fp__accordion .fp__tabs-pane-text .fp__tabs-pane-title {
  font-size: 28px;
  font-style: normal;
}
.fp__accordion .fp__tabs-pane-text .fp__tabs-pane-list-item {
  line-height: 26px;
}
.fp__accordion .accordion-body {
  padding: 0;
}
.fp__accordion .accordion-body img {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.fb {
  margin-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 991px) {
  .fb {
    margin-bottom: 110px;
    padding-top: 110px;
  }
}
.fb__tabs {
  max-width: 1111px;
  margin: 0 auto;
  display: none;
}
@media (min-width: 991px) {
  .fb__tabs {
    display: block;
  }
}
.fb__tabs-nav {
  max-width: 309px;
  min-width: 309px;
}
.fb__tabs-nav-link {
  border-radius: 15px 0 0 15px;
  border: 1px solid #f2f2f2;
  background: #fff;
  padding: 23px 34px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.54px;
  text-transform: capitalize;
  margin-bottom: 27px;
  max-height: 91px;
  min-height: 91px;
  line-height: normal;
}
.fb__tabs-nav-link:hover {
  border-radius: 15px 0px 0px 15px;
  border-top: 1px solid rgba(0, 148, 68, 0.3);
  border-bottom: 1px solid rgba(0, 148, 68, 0.3);
  border-left: 1px solid rgba(0, 148, 68, 0.3);
  background-image: linear-gradient(
    to left bottom,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  color: white;
}
.fb__tabs-nav-link.active {
  border-radius: 15px 0px 0px 15px;
  border-top: 1px solid rgba(0, 148, 68, 0.3);
  border-bottom: 1px solid rgba(0, 148, 68, 0.3);
  border-left: 1px solid rgba(0, 148, 68, 0.3);
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  color: white;
}
.fb__tabs-nav-link:nth-last-child(1) {
  margin-bottom: 0;
}
.fb__tabs-content {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(173, 180, 180, 0.24);
}
.fb__tabs-pane {
  padding: 60px 50px 40px 70px;
}
.fb__tabs-pane-title {
  font-family: "Hind", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
  max-width: 600px;
  margin-left: auto;
}
.fb__tabs-pane-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fb__tabs-pane-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.fb__tabs-pane-list-item:nth-last-child(1) {
  margin-bottom: 0;
}
.fb__tabs-pane-list-item img {
  margin-right: 30px;
}
.fb__tabs-pane-list-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28.8px;
  margin-bottom: 0;
}
.fb__accordion {
  display: block;
}
@media (min-width: 991px) {
  .fb__accordion {
    display: none;
  }
}
.fb__accordion .fb__tabs-nav-link {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0 15px;
  min-height: 70px;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.fb__accordion .fb__tabs-nav-link span {
  z-index: 2;
}
.fb__accordion .fb__tabs-nav-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 120%;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  border-radius: 15px 15px 0 0;
  border-top: 1px solid rgba(0, 148, 68, 0.3);
  border-right: 1px solid rgba(0, 148, 68, 0.3);
  border-left: 1px solid rgba(0, 148, 68, 0.3);
  background: #ecf8f1;
}
.fb__accordion .fb__tabs-nav-link.collapsed {
  border-color: #f2f2f2;
  border-radius: 15px;
  padding: 0 15px;
  background: #fff;
}
.fb__accordion .fb__tabs-nav-link.collapsed::after {
  content: none;
}
.fb__accordion .fb__tabs-pane-title {
  max-width: 100%;
}
.fb__accordion .fb__tabs-nav-item {
  margin-bottom: 30px;
}
.fb__accordion .fb__tabs-nav-item:nth-last-child(1) {
  margin-bottom: 0;
}
.fb__accordion .fb__accordion-body {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 16px 0 rgba(173, 180, 180, 0.24);
  padding: 30px 16px;
  position: relative;
}
.fb__accordion .fb__tabs-pane-list-item {
  display: block;
  margin-bottom: 30px;
}
.fb__accordion .fb__tabs-pane-list-item:nth-last-child(1) {
  margin-bottom: 0;
}
.fb__accordion .fb__tabs-pane-list-item img {
  margin-bottom: 10px;
}
.fb__accordion .fb__tabs-pane-list-item p {
  line-height: 26px;
}

.ti {
  padding: 50px;
  background: #fbfdff;
  display: block;
}
@media (min-width: 991px) {
  .ti {
    display: block;
  }
}
.ti__wrapper {
  border-radius: 15px;
  padding: 0;
  filter: drop-shadow(6px 8px 10px gray);
  -webkit-filter: drop-shadow(6px 8px 10px gray);
}
.ti__block {
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  border-radius: 8px;
  padding: 35px;
}
.ti__ca {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
}
.ti__address {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.25);
  padding: 15px 20px;
  color: #fff;
  line-height: normal;
  overflow-wrap: break-word;
}
.ti__info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 560px;
  min-width: 560px;
}
.ti__info-title,
.ti__info-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 3px;
}
.ti__info-text {
  font-weight: 700;
  margin-bottom: 0;
}
.ti__info-button a {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
}
.ti .copy-text-popup {
  display: none;
  position: absolute;
  top: -20px;
  right: -7px;
  background-image: linear-gradient(
    to left bottom,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  color: #fff;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 12px;
}
.ti .copy-text-popup::after {
  position: absolute;
  content: "▼";
  height: 0;
  color: #4f4f4f;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.roadmap {
  background: transparent;
  padding: 0;
  margin-bottom: 70px;
}
@media (min-width: 991px) {
  .roadmap {
    background: #fcfcfc;
    padding: 70px 0;
    margin-bottom: 120px;
  }
}
.roadmap__left {
  text-align: center;
  position: sticky;
  top: 140px;
  min-height: 230px;
}
.roadmap__wrapper {
  position: relative;
}
.roadmap__wrapper::before {
  content: "";
  display: block;
  background: #f2f2f2;
  width: 2px;
  height: calc(100% - 20px);
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .roadmap__wrapper::before {
    left: -10px;
  }
}
.roadmap__block {
  display: flex;
  margin-bottom: 30px;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .roadmap__block {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
.roadmap__block::before {
  content: "";
  display: block;
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  width: 16px;
  height: 16px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
}
@media (min-width: 768px) {
  .roadmap__block::before {
    left: -17px;
  }
}
.roadmap__block.grey::before {
  content: "";
  display: block;
  background: #333;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
}
@media (min-width: 768px) {
  .roadmap__block.grey::before {
    left: -17px;
  }
}
.roadmap__block:nth-last-child(1) {
  margin-bottom: 0;
}
.roadmap__year {
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .roadmap__year {
    margin: 0 0 20px -20px;
  }
}
.roadmap__quartal {
  margin-left: 0;
  padding-left: 30px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .roadmap__quartal {
    margin: 0 40px 0 10px;
    padding: 0;
    min-width: 170px;
  }
}
.roadmap__quartal-text {
  color: #7ed957;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
}
.roadmap__quartal-text.grey {
  color: #333;
}
.roadmap__list {
  margin-left: 31px;
}
@media (min-width: 768px) {
  .roadmap__list {
    margin-left: 0;
  }
}
.roadmap__list-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 0;
}
.roadmap__list-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.roadmap__list-items {
  padding-left: 20px;
  margin: 0;
}

.ec__image {
  width: 100%;
  min-height: 360px;
  max-height: 360px;
  background-repeat: repeat-x;
  background-size: cover;
}

.team__position {
  font-size: 10px;
  color: black;
}

.team {
  padding: 70px 0;
}

.team__text {
  color: black;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 12px;
}
.team .splide__slide {
  max-width: 270px;
}
.team .splide__arrow {
  border: 0;
  outline: 0;
  position: relative;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 15px;
}
.team .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.team .splide.splide1 {
  display: none;
}
@media (min-width: 575px) {
  .team .splide.splide1 {
    display: block;
  }
}
.team .splide.splideDefault {
  display: block;
}
@media (min-width: 575px) {
  .team .splide.splideDefault {
    display: none;
  }
}
.team .splide.splideDefault .splide__slide {
  max-width: 100%;
}
.team .splide.splideDefault .team__box {
  max-width: 200px;
  margin: 0 auto;
}
.team__box {
  color: black;
  border-radius: 50px;
  margin: 0 auto !important;
  max-width: 200px;
  padding: 1rem;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.team__image {
  margin-bottom: 10px;
  text-align: center;
}

.team__image a img {
  object-fit: cover;
  height: 7rem;
  width: 7rem;
  border-radius: 250px;
}

.team__image img {
  object-fit: cover;
  height: 7rem;
  width: 7rem;
  border-radius: 250px;
}

.team__name {
  color: black;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}

.qa {
  margin-bottom: 55px;
  overflow: hidden;
  filter: drop-shadow(6px 8px 10px gray);
  -webkit-filter: drop-shadow(6px 8px 10px gray);
}
@media (min-width: 991px) {
  .qa {
    margin-bottom: 100px;
  }
}
.qa__text {
  max-width: 700px;
  margin: 0 auto;
}
.qa__wrapper {
  border-radius: 15px;
  background-image: linear-gradient(
    to right top,
    #009444,
    #27a148,
    #3eae4c,
    #52bb50,
    #65c853,
    #71d054,
    #7ed855,
    #8ae056,
    #94e555,
    #9dea53,
    #a7ef52,
    #b1f450
  );
  position: relative;
  padding: 35px;
}

.accordion-item {
  margin-bottom: 25px;
  background: transparent;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
}
.accordion-item.open {
  box-shadow: 0 59px 107px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}
.accordion-button {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border: 0;
  padding: 18px 16px;
  background: transparent;
  line-height: normal;
}
@media (min-width: 768px) {
  .accordion-button {
    padding: 22px 32px;
  }
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: #333;
  padding-bottom: 12px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../../img/arrow-open.svg");
  transform: none;
}
.accordion-button::after {
  background-image: url("../../img/arrow-bottom.svg");
}
.accordion-body {
  font-family: "Inter", sans-serif;
  padding: 0 16px 18px 16px;
  color: #626262;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.15px;
}
@media (min-width: 768px) {
  .accordion-body {
    padding: 0 32px 22px 32px;
  }
}
.accordion-collapse {
  border: none;
}
.events {
  margin-bottom: 70px;
}
@media (min-width: 991px) {
  .events {
    margin-bottom: 120px;
  }
}
.events .splide__slide {
  height: 280px;
  text-align: center;
}
.events .splide__slide img {
  height: 100%;
  object-fit: cover;
}

.svg-roadmap {
  -webkit-animation: loading 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.3s
    forwards infinite;
  animation: loading 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 2.3s forwards
    infinite;
}

.path-roadmap {
  stroke: #009444;
  fill: #b1f450;
  fill-opacity: 0;
  stroke-width: 0.5;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  -webkit-animation: stroke-draw 3s ease-in-out 0s forwards 1;
  animation: stroke-draw 3s ease-in-out 0s forwards 1;
}

#arrow-bottom path {
  animation-delay: 0.5s;
}

#arrow-side path {
  animation-delay: 1s;
}
