@import url("font-awesome.min.css");
@import url("bootstrap.min.css");
@import url("owl.carousel.css");
@import url("jquery.listtopie.css");
@import url("animations.css");

/*----- Button Style -----*/
.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid;
  padding: 14px 22px;
  border-radius: 5px;
  position: relative;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.btn:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition: all 400ms ease;
}
.btn.btn-2 {
  border-radius: 50px;
}
.btn:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.owl-dots {
  padding-top: 50px;
  text-align: center;
}
.owl-dot {
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  border-radius: 100%;
}

/*----- Timeline Section -----*/
.main-roadmap {
  overflow: hidden;
}
.main-roadmap .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.h-border {
  border-bottom: 2px dashed;
  margin-top: 250px;
}
.date-title {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -60px;
  width: 100%;
  left: 0;
}
.small-round {
  width: 38px;
  height: 38px;
  border: 2px solid;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.small-round span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.v-row {
  border-left: 2px dashed;
  height: 96px;
  position: relative;
  left: 50%;
  margin-left: -1px;
}
.v-row:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  bottom: -15px;
  left: -9px;
}
.roadmap-detail-box {
  max-width: 250px;
  margin: 0 auto;
  padding-top: 25px;
  width: 100%;
}
.roadmap-slider .owl-item:nth-child(2n + 0) .date-title {
  top: 35px;
}
.roadmap-slider .owl-item:nth-child(2n + 0) .v-row {
  top: -110px;
  position: absolute;
}
.roadmap-slider .owl-item:nth-child(2n + 0) .v-row:before {
  top: -5px;
}
.roadmap-slider .owl-item:nth-child(2n + 0) .roadmap-detail-box {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translate(-50%);
}
/*----- Timeline Section End -----*/

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Gilroy-UltraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Gilroy-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Gilroy-Extrabold.woff2") format("woff2");
}

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Gilroy-Black.woff2") format("woff2");
}

body {
  color: #666c7d;
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  position: relative;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}

/*----- Header -----*/

.header {
  background-color: transparent;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s;
  position: absolute;
}

.header__burger-btn {
  display: none;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__burger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header__menu {
  margin-left: auto;
  margin-right: auto;
}

.header__menu-list {
  display: flex;
  align-items: center;
  gap: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__menu-link {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #2c3141;
}

.header__sigin {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2c3141;
  padding: 10px 30px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.17) 0%,
      rgba(255, 255, 255, 0.17) 100%
    ),
    rgba(97, 97, 97, 0.02);
  backdrop-filter: blur(3.5px);
}

.header__logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

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

/*----- Header End -----*/

/*----- Hero Start -----*/

.hero {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/hero.jpg");
  padding-top: 250px;
  border-radius: 0px 0px 40px 40px;
  overflow: hidden;
}

.hero-block {
  max-width: 820px;
}

.hero-block__title {
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 93%;
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
}

.hero-block__title span {
  color: #00f87a;
}

.hero-block__description {
  font-size: 26px;
  line-height: 1.5;
  color: #ffffffc2;
  max-width: 650px;
}

.hero-block__description p {
  margin: 0;
}

.hero-block__description p:not(:last-child) {
  margin-bottom: 15px;
}

/*----- Hero End -----*/

/*----- Rewards Start -----*/

.rewards {
  padding-top: 150px;
  overflow: hidden;
}

.rewards-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.rewards-info {
  max-width: 670px;
  width: 100%;
  padding-bottom: 3em;
}

.rewards-info__logo {
  margin-bottom: 30px;
}

.rewards-info__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 93%;
  color: #2c3141;
  margin: 0;
  margin-bottom: 30px;
}

.rewards-info__title span {
  color: #00f87a;
}

.rewards-info__description {
  max-width: 550px;
  margin-bottom: 45px;
}

.rewards-info__description p {
  margin: 0;
}

.rewards-info__description p:not(:last-child) {
  margin-bottom: 15px;
}

.rewards-info__by {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #979ba6;
}

.rewards-info__by a {
  display: flex;
}

.rewards-img {
  margin-bottom: -75px;
}

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

/*----- Rewards End -----*/

/*----- Problems Start -----*/

.problems {
  background-color: #0b1a2d;
  padding: 100px 0;
  border-radius: 40px;
}

.problems-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}

.problems-header__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 93%;
  color: #fff;
  margin: 0;
}

.problems-header__title span {
  color: #00f87a;
}

.problems-header__description {
  max-width: 550px;
  color: rgba(255, 255, 255, 0.71);
}

.problems-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
}

.problems-item__img {
  margin-bottom: 30px;
}

.problems-item__title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.problems-item__description {
  color: var(--graphite, #666c7d);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

/*----- Problems End -----*/

/*----- Service Start -----*/

.service {
  padding: 80px 0;
}

.service-header {
  margin-bottom: 80px;
  text-align: center;
}

.service-header__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 93%;
  color: #0b1a2d;
  margin: 0;
  margin-bottom: 30px;
}

.service-header__title span {
  color: #00f87a;
}

.service-header__description {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27.5px;
  color: #666c7d;
}

.service-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.service-item {
  padding: 45px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #666c7d;
  min-height: 300px;
  position: relative;
}

.service-item__img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  right: 0px;
  top: -50px;
}

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

.service-item--1 {
  background-image: url("../images/service-item-1.jpg");
  grid-row-start: 1;
  grid-row-end: 3;
  height: 700px;
}

.service-item--2 {
  background-color: #2c3141;
  background-image: url("../images/service-item-2.svg");
}

.service-item--3 {
  background-color: #6affb3;
  background-image: url("../images/service-item-3.jpg");
}

.service-item--4 {
  background-image: url("../images/service-item-4.svg");
}

.service-item--5 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
  padding: 30px;
  padding-bottom: 80px;
  background-image: url("../images/service-item-5.jpg");
}

.service-item__label {
  font-size: 18px;
  color: #f4f7fa;
  margin-bottom: 15px;
  opacity: 35;
}

.service-item--5 .service-item__title {
  font-size: 100px;
  line-height: 92.5px;
  font-weight: 500;
}

.service-item__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 47px;
  color: #fff;
  margin-bottom: auto;
}

.service-item__title--gray {
  color: #0b1a2d;
}

.service-item__title span {
  color: #6affb3;
}

.service-item__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27.5px;
  color: #fff;
  max-width: 430px;
}

.service-item__description--gray {
  color: #2c3141;
}

/*----- Service End -----*/

/* ----- Roadmap Start ----- */

.roadmap-section {
  padding: 100px 0;
  background-color: #f4f7fa;
}

.roadmap-header {
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roadmap-header__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
  color: #666c7d;
  margin-bottom: 15px;
}

.roadmap-header__title {
  max-width: 700px;
  font-size: 60px;
  font-weight: 700;
  line-height: 93%;
  color: #2c3141;
  margin: 0;
  margin-bottom: 30px;
}

.roadmap-header__title span {
  color: #00f87a;
}

.roadmap-header__description {
  font-size: 18px;
  max-width: 575px;
  color: #666c7d;
}

.roadmap-items {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.roadmap-items::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 2px dashed #c5c8cb;
}

.roadmap-item {
  display: flex;
  flex-direction: column;
  max-width: 230px;
  text-align: center;
}

.roadmap-item--bottom {
  transform: translateY(-100px);
}

.roadmap-item--top {
  transform: translateY(100px);
}

.roadmap-item__date {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #666c7d;
}

.roadmap-detail-box {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #2c3141;
}

.roadmap-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.roadmap-section__link {
  color: #0b1a2d;
  text-align: center;
  font-size: 20px;
  line-height: 93%;
  padding: 20px 50px;
  border-radius: 16px;
  background-color: #00f87a;
  display: block;
}

/*----- Roadmap End -----*/

/*----- Footer Start -----*/

.footer {
  background-color: #0068ff;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}

.footer-main__logo {
  display: flex;
  margin-bottom: 30px;
}

.footer-main__title {
  font-size: 60px;
  line-height: 93%;
  color: #fff;
  margin: 0;
  margin-bottom: 30px;
  max-width: 640px;
}

.footer-main__title span {
  color: #6affb3;
}

.footer-main__list {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-main__link {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-main__link img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  .footer-main__link {
    width: 30px;
    height: 30px;
  }

  .footer-main__link img {
    width: 20px;
    height: 20px;
  }
}

.footer-main__link:hover img {
  transform: scale(1.2);
}

.footer-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  color: #f4f7fa;
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.footer-block__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-block__item:not(:last-child) {
  margin-right: 25px;
  padding-right: 24px;
  border-right: 1px solid rgba(244, 247, 250, 0.16);
}

.footer-block__link {
  color: inherit;
}

/*----- Footer End -----*/

@media (max-width: 1440px) {
  body {
    font-size: 20px;
    line-height: 1.5;
  }

  .container {
    max-width: 1170px;
  }

  .rewards {
    padding-top: 80px;
  }

  .rewards-info__title {
    font-size: 48px;
  }

  .rewards-info {
    margin-bottom: 45px;
    max-width: 50%;
  }

  .problems {
    padding: 80px 0;
  }

  .service-item {
    min-height: 250px;
  }

  .service-item--1 {
    height: 570px;
  }

  .roadmap-section {
    padding: 80px 0;
  }

  .roadmap-header {
    margin-bottom: 0;
  }

  .roadmap-bottom {
    margin-top: 50px;
  }

  .service-item__title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .service-item--5 .service-item__title {
    font-size: 80px;
    line-height: 1;
  }

  .header__logo a {
    max-width: 180px;
  }

  .header {
    padding: 20px 0;
  }
}

@media (max-width: 1280px) {
  .container {
    max-width: 980px;
  }

  .hero-block__title {
    font-size: 60px;
    margin-bottom: 20px;
  }

  body {
    font-size: 16px;
  }

  .hero-block__description {
    font-size: 20px;
  }

  .hero {
    min-height: auto;
    padding: 200px 0;
  }

  .hero-block {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }

  .rewards-info__title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .rewards-info__logo {
    margin-bottom: 20px;
  }

  .rewards-block {
    gap: 20px;
  }

  .problems-header__title {
    font-size: 36px;
    margin-bottom: 20px;
  }

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

  .problems-list {
    gap: 20px;
  }

  .problems-item__img {
    margin-bottom: 15px;
  }

  .problems-item__title {
    font-size: 20px;
  }

  .problems {
    padding: 40px 0;
  }

  .service {
    padding: 40px 0;
  }

  .service-header__title {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .service-header {
    margin-bottom: 40px;
  }

  .roadmap-section {
    padding: 40px 0;
  }

  .roadmap-header__title {
    font-size: 48px;
    margin-bottom: 20px;
  }

  .roadmap-bottom {
    margin-top: 20px;
  }

  .footer-main {
    padding: 40px 0;
  }

  .footer-main__title {
    font-size: 48px;
  }

  .footer-block {
    padding: 40px 0;
  }

  .rewards {
    padding-top: 40px;
  }

  .header__logo a {
    max-width: 160px;
  }

  .header {
    padding: 15px 0;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 720px;
  }

  .service-items {
    display: block;
  }

  .service-item {
    padding: 20px;
  }

  .service-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .service-item.service-item--1 {
    height: auto;
  }

  .problems-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-block__title {
    font-size: 44px;
  }

  .hero {
    padding: 120px 0;
    border-radius: 0px 0px 15px 15px;
  }

  .rewards-info__logo {
    max-width: 80px;
    display: flex;
  }

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

  .rewards-info__title {
    font-size: 32px;
  }

  br {
    display: none;
  }

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

  .rewards-info {
    max-width: 100%;
    margin-bottom: 0;
  }

  .problems {
    border-radius: 15px;
  }

  .problems-header__title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .service-header__title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .service-item__title {
    font-size: 20px;
  }

  .service-item__description {
    font-size: 16px;
    line-height: 1.5;
  }

  /*.service-item__img {
        display: none;
    }*/

  .service-item {
    border-radius: 15px;
  }

  .service-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .service-item--5 .service-item__title {
    font-size: 20px;
    font-weight: 500;
  }

  .service-item__label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .roadmap-header__title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .roadmap-section__link {
    font-size: 16px;
  }

  .footer-main__title {
    font-size: 32px;
  }

  .footer-block {
    flex-direction: column;
    gap: 15px;
  }

  .footer-block__copy {
    order: 2;
  }

  .footer-block__list {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .footer-block__item:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }

  .problems-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50px;
  }

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

  .header {
    padding: 10px 0;
  }

  .header__logo a {
    max-width: 120px;
  }

  .header__burger {
    transform: translateX(-200%);
    position: absolute;
    flex-direction: column;
    gap: 20px;
    height: 100vh;
    padding: 15px;
    padding-top: 60px;
    transition: transform 0.5s ease;
    top: 0;
    left: 0;
    right: 0;
  }

  .header__burger.is-active {
    transform: translateX(0%);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.5) 100%
      ),
      rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(5.5px);
  }

  .header__menu-link {
    font-size: 28px;
  }

  .header__sigin {
    font-size: 20px;
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.17) 0%,
        rgba(255, 255, 255, 0.17) 100%
      ),
      rgba(97, 97, 97, 0.82);
    color: #fff;
  }

  .header__burger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    cursor: pointer;
    position: relative;
  }

  .header__menu {
    flex-direction: column;
  }

  .header__menu-list {
    flex-direction: column;
    gap: 15px;
  }

  .header__burger-btn span {
    width: 100%;
    height: 3px;
    background-color: #0b1a2d;
    border-radius: 2px;

    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }

  .header__burger-btn span:first-child {
    top: 12px;
  }

  .header__burger-btn span:last-child {
    bottom: 12px;
    top: auto;
  }

  .header__burger-btn.is-active {
  }

  .header__burger-btn.is-active span:first-child {
    transform: rotate(-45deg) translate(0);
    top: 50%;
  }
  .header__burger-btn.is-active span:last-child {
    transform: rotate(45deg) translate(0);
    bottom: auto;
    top: 50%;
  }
}

.animation_waves {
  animation: MoveUpDown 2s linear infinite;
  text-align: center;
}
@keyframes MoveUpDown {
  0% {
    position: relative;
    top: 0;
  }
  50% {
    position: relative;
    top: 10px;
  }
  100% {
    position: relative;
    top: 0;
  }
}

.animation_zjump {
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.animation_zjump-block {
  width: 120px;
  height: 120px;

  background-image: url("../images/icon/mstile-150x150.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: background-size 0.3s ease;

  animation: Zjumper 2s linear infinite;
}

@keyframes Zjumper {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 120%;
  }
  100% {
    background-size: 100%;
  }
}

/* preloader */
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  max-width: 100%;
  background-color: #fff;
}


._content {
  font-size: 16px;
  line-height: 1.25;
  padding-top: 120px !important;

  & h1 {
    margin-bottom: 2rem;
  }

  & h3 {
    margin-bottom: 1.5rem;
  }

  & li {
    margin: 1rem 0;
  }
}
