* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Birzia";
  src: url("../fonts/Birzia-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Birzia";
  src: url("../fonts/Birzia-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Birzia";
  src: url("../fonts/Birzia-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Birzia";
  src: url("../fonts/Birzia-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Birzia";
}

header {
  width: 100%;
  float: left;
  background: url("../images/headerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  display: flex;
  flex-flow: column;
  align-items: center;
  z-index: 9999;
}
header a {
  width: 140px;
  float: left;
  text-decoration: none;
}
header a img {
  width: 100%;
  float: left;
  padding: 15px 0;
}
header ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  background: url("../images/headermenu.png");
  background-repeat: no-repeat;
  background-size: cover;
}
header ul li {
  padding: 5px 0;
}
header ul li a {
  color: #e5e5e5;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  text-decoration: none;
  font-weight: 500;
}
header ul li span {
  width: 32px;
  float: left;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}
header ul li:first-child {
  display: none;
}
header ul li:first-child .heroBtn {
  width: unset;
  color: #dfe0cb;
  text-align: center;
  font-family: "Birzia";
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-decoration: none;
  background: url("../images/btnbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8px 20px;
  flex-flow: row-reverse;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
header ul li:first-child .heroBtn img {
  width: 12px;
  height: auto;
  float: left;
  padding: 0;
}
header ul li:last-child {
  display: none;
}
header .navBttn {
  display: none;
}
header .navBttn img {
  width: 40px;
  height: 40px;
  color: #dfe0cb;
}

.heroHeaderWrap {
  width: 100%;
  float: left;
  margin-top: 120px;
}
.heroHeaderWrap .heroHeaderContainer {
  width: 100%;
  float: left;
  position: relative;
}
.heroHeaderWrap .heroHeaderContainer .nbs-flexisel-dots {
  position: absolute;
  top: 750px;
  z-index: 999;
}
.heroHeaderWrap .heroHeaderContainer .nbs-flexisel-dots .nbs-flexisel-dot {
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 100%;
}
.heroHeaderWrap .heroHeaderContainer .nbs-flexisel-dots .nbs-flexisel-dot.active {
  background: #fff;
}

.topSliderWrap {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
  height: 800px;
  overflow: hidden;
}
.topSliderWrap .nbs-flexisel-inner {
  padding: 0;
}
.topSliderWrap .nbs-flexisel-inner .nbs-flexisel-nav-left,
.topSliderWrap .nbs-flexisel-inner .nbs-flexisel-nav-right {
  display: none !important;
}
.topSliderWrap article {
  float: left;
  z-index: 999;
}

.slideBox {
  width: 100%;
  float: left;
  height: 800px;
  position: relative;
}
.slideBox::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: absolute;
}
.slideBox img {
  width: 100%;
  float: left;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.slideBox .heroHeaderContent {
  width: 100%;
  float: left;
  height: 35%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 40px;
  position: absolute;
  top: 300px;
  z-index: 999;
}
.slideBox .heroHeaderContent h1 {
  color: #e1e1e1;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 128px;
  font-style: normal;
  font-weight: 900;
  line-height: 72px; /* 56.25% */
  letter-spacing: -1.28px;
}
.slideBox .heroHeaderContent span {
  color: #e5e5e5;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  letter-spacing: -0.32px;
}
.slideBox .heroHeaderContent .heroBtn {
  position: absolute;
  bottom: -130px;
  color: #dfe0cb;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  text-decoration: none;
  font-weight: 500;
  background: url("../images/btnbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 17px 30px;
  display: inline-flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
.slideBox .heroHeaderContent .heroBtn:hover {
  transform: scale(1.05);
}
.slideBox .heroHeaderContent .heroBtn img {
  width: 12.394px;
  height: 12.394px;
  float: left;
}

.sliderDots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
}
.sliderDots span {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  opacity: 0.5;
  cursor: pointer;
}
.sliderDots:active {
  opacity: 1;
  background: #fff;
}

.bannerWrap {
  width: 100%;
  float: left;
  padding: 20px 0;
  background: url("../images/bannerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.bannerWrap span {
  color: #fff;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.24px;
}

.commanderWrap {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.commanderWrap .commanderContent {
  width: 100%;
  float: left;
}
.commanderWrap .commanderContent h2 {
  color: #37382f;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 52px; /* 100% */
}
.commanderWrap .commanderContent ul {
  list-style: none;
}
.commanderWrap .commanderContent ul .commander {
  width: 100%;
  float: left;
}
.commanderWrap .commanderContent ul .commander .cBoxWrap {
  width: 100%;
  float: left;
  padding: 0 8px;
}
.commanderWrap .commanderContent ul .commander .cBox {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  padding: 20px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  background: url("../images/commanderbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.commanderWrap .commanderContent ul .commander .cBox picture {
  width: 104px;
  height: 104px;
  float: left;
  overflow: hidden;
  transition: all 0.2s ease-in-out !important;
}
.commanderWrap .commanderContent ul .commander .cBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 3px solid #a49362;
}
.commanderWrap .commanderContent ul .commander .cBox:hover {
  border-radius: 8.24px;
  border: 2px solid #c89731;
  background: #f1ead7;
  background-blend-mode: difference, normal;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  transform: scale(1);
  transition: 0.3s ease;
}
.commanderWrap .commanderContent ul .commander .cBox span {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 4px;
  color: #202020;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 24px; /* 120% */
  font-weight: 700;
}
.commanderWrap .commanderContent ul .commander .cBox span small {
  color: #202020;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px; /* 125% */
  font-weight: 500;
}
.commanderWrap .commanderContent ul .commander .cBox p {
  width: 100%;
  float: left;
  color: #202020;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
  font-weight: 300;
  transition: all 0.4s ease;
}
.commanderWrap .commanderContent ul .commander .cBox .separator {
  width: 100%;
  float: left;
  height: 1px;
  background: #a49362;
}
.commanderWrap .commanderContent ul .commander .cBox .dropdown-btn {
  color: #a49362;
  transition: transform 0.3s ease;
}
.commanderWrap .commanderContent ul .commander .cBox .dropdown-btn.rotate {
  transform: rotate(180deg);
}
.commanderWrap .commanderContent ul .commander .cBox.active p {
  max-height: 999px;
}
.commanderWrap .commanderContent ul .commander .cBox.active picture {
  height: 0 !important;
}

.newsWrap {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.newsWrap .newsContent {
  width: 100%;
  float: left;
}
.newsWrap .newsContent h2 {
  width: 100%;
  float: left;
  color: #37382f;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px; /* 100% */
}
.newsWrap .newsContent ul {
  list-style: none;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 25px 0;
}
.newsWrap .newsContent ul .news {
  width: 100%;
  float: left;
}
.newsWrap .newsContent ul .news .cBoxWrap {
  width: 100%;
  float: left;
  padding: 0 8px;
}
.newsWrap .newsContent ul .news .cBox {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  gap: 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 20px;
  border-radius: 8px;
}
.newsWrap .newsContent ul .news .cBox picture {
  width: 100%;
  height: auto;
  float: left;
}
.newsWrap .newsContent ul .news .cBox picture img {
  width: 100%;
  float: left;
}
.newsWrap .newsContent ul .news .cBox:hover {
  border-radius: 8.24px;
  transform: scale(1.05);
}
.newsWrap .newsContent ul .news .cBox .newsDetails {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
}
.newsWrap .newsContent ul .news .cBox .newsDetails .news-name {
  color: #37382f;
  text-align: right;
  font-family: "Birzia", sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 32px; /* 133.333% */
  font-weight: 500;
}
.newsWrap .newsContent ul .news .cBox .newsDetails .news-name:hover {
  color: #5ca19b;
}
.newsWrap .newsContent ul .news .cBox .newsDetails .readMore {
  color: #5ca19b;
  text-align: right;
  font-family: "Birzia", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: inline-flex;
  gap: 4px;
}
.newsWrap .newsContent ul .news .cBox .newsDetails .readMore .dropdownBtn {
  font-size: 8px;
  color: #5ca19b;
  transition: transform 0.3s ease;
}
.newsWrap .newsContent ul .news .cBox .newsDetails .readMore .dropdownBtn.rotate {
  transform: rotate(180deg);
}
.newsWrap .newsContent ul .news .cBox .newsDetails .news-text {
  display: none;
  color: #000;
  text-align: right;
  font-family: "Birzia", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 24px; /* 142.857% */
  font-weight: 300;
  background: #ededed;
  padding: 10px;
  border-radius: 16px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
}
.newsWrap .newsContent .nbs-flexisel-nav-left,
.newsWrap .newsContent .nbs-flexisel-nav-right {
  background: #d9ece8;
  color: #4a817c;
  top: 50%;
  height: 20%;
  padding: 150px 16px;
}

.contactWrap {
  width: 100%;
  float: left;
  background: url("../images/texture.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 72px 0;
}
.contactWrap .contactContent {
  width: 100%;
  float: left;
  max-width: 1232px;
  display: flex;
  flex-flow: column;
  gap: 48px;
}
.contactWrap .contactContent h2 {
  width: 100%;
  float: left;
  color: #37382f;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 48px;
  font-weight: 900;
  font-style: normal;
  line-height: 48px; /* 100% */
}
.contactWrap .contactContent .contactContainer {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row-reverse;
}
.contactWrap .contactContent .contactContainer picture {
  width: 70%;
  height: auto;
  float: left;
}
.contactWrap .contactContent .contactContainer picture img {
  width: 100%;
  float: left;
}
.contactWrap .contactContent .contactContainer .contactformWrap {
  width: 30%;
  float: left;
  display: flex;
  flex-flow: column;
  background: #e9e0c7;
  border-radius: 16px;
  max-height: 380px;
  padding: 16px;
  justify-content: space-between;
  gap: 30px;
}
.contactWrap .contactContent .contactContainer .contactformWrap .contactForm {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
}
.contactWrap .contactContent .contactContainer .contactformWrap .contactForm input {
  width: 100%;
  float: left;
  display: flex;
  padding: 10px 16px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #cbc5b5;
  background: #dfd8c5;
  outline: none;
  margin: 0 0 16px 0;
}
.contactWrap .contactContent .contactContainer .contactformWrap .contactForm input[type=number] {
  /* Chrome, Safari, Edge, Opera */
}
.contactWrap .contactContent .contactContainer .contactformWrap .contactForm input[type=number]::-webkit-outer-spin-button, .contactWrap .contactContent .contactContainer .contactformWrap .contactForm input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contactWrap .contactContent .contactContainer .contactformWrap .contactForm button {
  display: flex;
  padding: 12px 24px 12px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 360px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: url("../images/formbtnbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.5019607843);
  background-blend-mode: screen, normal;
  flex-flow: row-reverse;
}
.contactWrap .contactContent .contactContainer .contactformWrap .followBtn {
  width: 100%;
  float: left;
  text-decoration: none;
  display: flex;
  padding: 14px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 7.199px;
  background: #37382f;
}
.contactWrap .contactContent .contactContainer .contactformWrap .followBtn span {
  display: inline-flex;
  align-items: center;
  gap: 14.397px;
  color: #e5e5e5;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 24px; /* 150% */
}

footer {
  width: 100%;
  float: left;
  background: url("../images/footerbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 32px 0 0 0;
  gap: 26px;
}
footer a {
  width: 140px;
  float: left;
  text-decoration: none;
}
footer a img {
  width: 100%;
  float: left;
  padding: 10px 0;
}
footer ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
footer ul li {
  padding: 5px 0;
}
footer ul li a {
  color: #e5e5e5;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  text-decoration: none;
}
footer ul li span {
  width: 32px;
  float: left;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}
footer .heroBtn {
  width: unset;
  color: #dfe0cb;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 150% */
  letter-spacing: -0.16px;
  text-decoration: none;
  border-radius: 360px;
  background: url("../images/btnbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 17px 30px;
  display: flex;
  flex-flow: row-reverse;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}
footer .heroBtn:hover {
  transform: scale(1.05);
  background: #6e7133;
}
footer .heroBtn img {
  width: 12px;
  height: auto;
  float: left;
  padding: 0;
}
footer .footnoteWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row-reverse;
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 16px 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: url("../images/footnote.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: screen, normal;
}
footer .footnoteWrap .termsWrap {
  display: flex;
  gap: 20px;
}
footer .footnoteWrap .termsWrap a {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}
footer .footnoteWrap a {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
  font-weight: 500;
}

/**************************************  about battlion  *************************************/
.aboutWrap {
  width: 100%;
  float: left;
  padding: 104px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/texture.png);
  background-size: cover;
  position: relative;
  margin: 0 0 70px 0;
}
.aboutWrap .aboutSectionContainer {
  width: 100%;
  float: left;
  max-width: 1232px;
  display: flex;
  position: relative;
  padding: 10px 0;
}
.aboutWrap .aboutSectionContainer article {
  width: 100%;
  float: left;
  max-width: 616px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aboutWrap .aboutSectionContainer article h2 {
  width: 100%;
  float: left;
  color: #37382f;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 48px;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 20px;
  font-weight: 900;
}
.aboutWrap .aboutSectionContainer article p {
  width: 100%;
  float: left;
  text-align: center;
  max-width: 409px;
  color: #37382f;
  text-align: center;
  font-family: "Birzia", sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-top: 20px;
  font-weight: 500;
}
.aboutWrap .aboutSectionContainer article img {
  max-width: 188px;
  float: left;
  margin-top: 48px;
}
.aboutWrap .aboutSectionContainer article::after {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/deviderLine.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.aboutWrap .aboutSectionContainer .roadMapWrap {
  width: 616px;
  float: left;
  min-width: 616px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap {
  width: 100%;
  float: left;
  max-width: 502px;
  position: relative;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap img {
  width: 100%;
  float: left;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .dotStyle {
  min-width: 12px;
  width: 12px;
  height: 12px;
  min-height: 12px;
  background-color: #a49362;
  border-radius: 100%;
  float: left;
  position: relative;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .dotStyle::before,
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .dotStyle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(164, 147, 98, 0.4);
  transform: translate(-50%, -50%) scale(1);
  animation: ripple 1.8s infinite;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .dotStyle::after {
  animation-delay: 0.9s;
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .infoBox {
  width: 100%;
  float: left;
  position: relative;
  padding: 14px;
  text-align: center;
  border-radius: 5.989px;
  background: #37382f;
  margin: 0 0 23px 0;
  cursor: pointer;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .infoBox .flip {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #dfe0cb;
  justify-content: center;
  font-size: 21px;
  font-weight: 500;
  font-family: "Birzia", sans-serif;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .infoBox .flip i {
  transition: 0.3s ease-in-out;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .infoBox .flip i.rotate {
  transform: rotate(180deg);
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .infoBox .panel {
  width: 100%;
  float: left;
  margin: 7px 0 0 0;
  color: #dfe0cb;
  justify-content: center;
  font-size: 21px;
  font-weight: 500;
  display: none;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer .infoBox::after {
  content: "";
  width: 21px;
  height: 21px;
  background-color: #37382f;
  position: absolute;
  bottom: -10px;
  left: 64px;
  transform: rotate(45deg);
  border-radius: 2px;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer.pointer_01 {
  bottom: 443px;
  right: 33px;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer.pointer_02 {
  bottom: 375px;
  left: -8px;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer.pointer_03 {
  bottom: 319px;
  right: 141px;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer.pointer_04 {
  bottom: 214px;
  left: 97px;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer.pointer_05 {
  bottom: 138px;
  right: 43px;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer.pointer_06 {
  bottom: 108px;
  left: -24px;
}
.aboutWrap .aboutSectionContainer .roadMapWrap .roadMap .pointer.pointer_07 {
  bottom: 9px;
  right: 162px;
}
.aboutWrap img.badge {
  width: 210px;
  position: absolute;
  bottom: -46px;
}

.nbs-flexisel-dots {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
}
.nbs-flexisel-dots .nbs-flexisel-dot {
  width: 8px;
  height: 8px;
  float: left;
  border-radius: 100%;
  border: 1px solid rgba(32, 32, 32, 0.5019607843);
  transition: 0.3s ease-in-out;
}
.nbs-flexisel-dots .nbs-flexisel-dot.active {
  background-color: #202020;
}

.iheader {
  width: 100%;
  float: left;
  background: url("../images/indexheaderbg.png");
  position: fixed;
  top: 0;
}
.iheader .iheaderContainer {
  width: 100%;
  float: left;
  max-width: 1392px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.iheader .iheaderContainer .ilogoMenuWrap {
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: 32px;
}
.iheader .iheaderContainer .ilogoMenuWrap .ilogo {
  width: 125px;
  float: left;
  z-index: 1111;
}
.iheader .iheaderContainer .ilogoMenuWrap .ilogo img {
  width: 100%;
  height: 100%;
  float: left;
}
.iheader .iheaderContainer .ilogoMenuWrap .imenu {
  width: 48px;
  height: 48px;
  float: left;
  cursor: pointer;
  z-index: 1111;
}
.iheader .iheaderContainer .ilogoMenuWrap .imenu img {
  width: 100%;
  float: left;
  height: 100%;
}
.iheader .iheaderContainer .ilogoMenuWrap .iheaderMenu {
  position: fixed;
  top: 0;
  right: -290px;
  width: 290px;
  height: 100vh;
  background: url("../images/imenubar.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1000;
  transition: right 0.3s ease;
}
.iheader .iheaderContainer .ilogoMenuWrap .iheaderMenu.active {
  right: 0;
}
.iheader .iheaderContainer .ilogoMenuWrap .iheaderMenu .imenutop {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 80px 24px 0 24px;
}
.iheader .iheaderContainer .ilogoMenuWrap .iheaderMenu .imenubottom {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding: 0 0 16px 0;
}
.iheader .iheaderContainer .ilogoMenuWrap .iheaderMenu .imenubottom a {
  width: 100%;
  float: left;
  justify-content: flex-end;
  padding: 0 24px;
}
.iheader .iheaderContainer .ilogoMenuWrap .iheaderMenu .imenubottom a:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.iheader .iheaderContainer .ilogoMenuWrap .iheaderMenu a {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: 8px;
  color: var(--color-brand-Dark-Charcoal-Light, #e5e5e5);
  text-align: right;
  font-family: "Birzia", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  text-decoration: none;
  justify-content: flex-end;
}
.iheader .iheaderContainer .ilogoMenuWrap .iheaderMenu a img {
  width: 18px;
}
.iheader .iheaderContainer .isearchWrap {
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 700px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  padding: 10px 18px;
  position: relative;
}
.iheader .iheaderContainer .isearchWrap .isearchIcon {
  width: 17.192px;
  height: 17.192px;
  float: left;
}
.iheader .iheaderContainer .isearchWrap .isearchIcon img {
  width: 100%;
  float: left;
  height: 100%;
}
.iheader .iheaderContainer .isearchWrap .isearchWrap {
  position: relative;
}
.iheader .iheaderContainer .isearchWrap .isearchList {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #4e4e4a;
  border-radius: 0 0 10px 10px;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}
.iheader .iheaderContainer .isearchWrap .isearchList li {
  padding: 10px;
  cursor: pointer;
  color: #eeeeee;
}
.iheader .iheaderContainer .isearchWrap .isearchList li:hover {
  background: #6e6e68;
}
.iheader .iheaderContainer .isearchWrap input {
  width: 100%;
  float: left;
  background: none;
  text-align: right;
  font-family: "Birzia", sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  outline: none;
  border: none;
}
.iheader .iheaderContainer .iprofileWrap {
  width: -moz-fit-content;
  width: fit-content;
  float: left;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: var(--radius-3xl, 360px);
  background: rgba(247, 247, 247, 0.1);
  padding: 8px 10px 8px 20px;
  position: relative;
  cursor: pointer;
}
.iheader .iheaderContainer .iprofileWrap .iprofileImg {
  width: 32px;
  height: 32px;
  float: left;
}
.iheader .iheaderContainer .iprofileWrap .iprofileName {
  overflow: hidden;
  color: #fff;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  text-overflow: ellipsis;
  font-family: "Birzia", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
}
.iheader .iheaderContainer .iprofileWrap .idownImg {
  width: 9.529px;
  height: 5.59px;
  float: left;
}
.iheader .iheaderContainer .iprofileWrap .iprofileMenu {
  width: 100%;
  float: left;
  position: absolute;
  top: 160%;
  right: 0;
  border-radius: var(--radius-lg, 16px);
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  min-width: 190px;
  padding: 8px 0;
  display: none;
  opacity: 0;
}
.iheader .iheaderContainer .iprofileWrap .iprofileMenu a {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row-reverse;
  padding: 10px 14px;
  color: #202020;
  font-size: 14px;
  text-decoration: none;
  justify-content: flex-end;
  gap: 10px;
}
.iheader .iheaderContainer .iprofileWrap .iprofileMenu a:hover {
  background: #e7e7e7;
}
.iheader .iheaderContainer .iprofileWrap .iprofileMenu a img {
  width: 24px;
  height: 24px;
  padding: 0;
  float: left;
}
.iheader .iheaderContainer .iprofileWrap.active .iprofileMenu {
  display: block;
  opacity: 1;
}
.iwrapper {
  width: 100%;
  float: left;
  margin: 90px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iwrapper .icontainer {
  width: 100%;
  float: left;
  max-width: 1292px;
}
.iwrapper .icontainer .ifiltergifwrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.iwrapper .icontainer .ifiltergifwrap picture {
  width: 275px;
  height: 127px;
  float: left;
}
.iwrapper .icontainer .ifiltergifwrap picture img {
  width: 100%;
  float: left;
  height: 100%;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap .ifilter {
  cursor: pointer;
  border-radius: var(--radius-3xl, 360px);
  background: var(--color-brand-Soft-Teal-Light, #d9ece8);
  display: flex;
  padding: 6px 16px 6px 8px;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  flex-flow: row-reverse;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap .ifilterPanel {
  position: absolute;
  top: 120%;
  right: 0;
  width: 260px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
  max-height: 300px;
  overflow-y: auto;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap .filterItem {
  border-bottom: 1px solid #eee;
  padding: 6px 0;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap .filterItem:last-child {
  border-bottom: none;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap .filterHead {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap .filterBody {
  padding-left: 20px;
  display: none;
  flex-direction: column;
  gap: 6px;
  margin-top: 6px;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap .filterBody label {
  font-size: 14px;
  cursor: pointer;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap.active .ifilterPanel {
  display: block;
}
.iwrapper .icontainer .ifiltergifwrap .ifilterwrap .filterItem.open .filterBody {
  display: flex;
}/*# sourceMappingURL=style.css.map */