.about-main-new {
  padding: 150px 0 0 0;
}
.about-main-new .title {
  margin: 0 0 30px 0;
  font-size: 52px;
}
.about-main-new .order {
  margin: 30px 0 0 0;
}
.about-main-new .order p {
  font-size: 18px;
}
@media (min-width: 1600px) {
  .about-main-new .pic {
    margin: 0 0 0 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .about-main-new .pic img {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-main-new {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 767px) {
  .about-main-new {
    padding: 50px 0 0 0;
  }
  .about-main-new .title {
    margin: 0 0 15px 0;
    font-size: 22px;
  }
  .about-main-new .order {
    margin: 20px 0 0 0;
  }
}
.about-team-new {
  padding: 120px 0 65px 0;
}
.about-team-new .at-block {
  display: inline-block;
  text-align: center;
}
.about-team-new .at-block .photo {
  width: 220px;
  margin: auto;
  position: relative;
}
.about-team-new .at-block .photo .sign {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-45%,-50%);
  width: 150%;
}
.about-team-new .at-block .photo>img {
  border-radius: 8px;
  position: relative;
  z-index: 3;
  width: 100%;
}
.about-team-new .at-block .name {
  margin: 22px 0 0 0;
  font-size: 24px;
}
.about-team-new .at-block .post {
  margin: 5px 0 0 0;
}
.about-team-new .for-title p {
  margin: 24px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-team-new {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .about-team-new {
    padding: 65px 0;
    text-align: center;
  }
  .about-team-new .title {
    text-align: center;
  }
  .about-team-new .at-block {
    display: block;
  }
  .about-team-new .at-block .photo {
    width: 140px;
  }
  .about-team-new .at-block .name {
    font-size: 16px;
  }
}
.about-investors-new {
  padding: 75px 0;
  background: #FBFBFB;
  text-align: center;
}
.about-investors-new .title {
  margin: 0 0 45px 0;
}
.about-investors-new .logo {
  padding: 0 0 0 26px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.about-investors-new .logo:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(230deg,#74AF26 0%,#00AEBD 100%);
}
@media (max-width: 767px) {
  .about-investors-new {
    padding: 45px 0;
  }
  .about-investors-new .container {
    max-width: 300px;
  }
  .about-investors-new .i-row .row>div:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.about-roadmap-new {
  padding: 80px 0 90px 0;
}
.about-roadmap-new .container {
  max-width: 1180px;
}
.about-roadmap-new .title {
  margin: 0 0 65px 0;
}
@media (max-width: 767px) {
  .about-roadmap-new {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .about-roadmap-new .title {
    margin: 0 0 25px 0;
    padding: 0 15px !important;
  }
  .about-roadmap-new .title:before,
  .about-roadmap-new .title:after {
    display: none;
  }
}
.about-roadmap-new .road-lines {
  --offset: 170px;
  --circle: 16px;
  --circle-top: 20px;
  padding: 125px 0 0 0;
  position: relative;
}
@media (min-width: 576px) and (max-width: 991px) {
  .about-roadmap-new .road-lines {
    --offset: 100px;
  }
}
@media (max-width: 575px) {
  .about-roadmap-new .road-lines {
    --circle-top: 5px;
    padding: 80px 0 0 0;
  }
  .about-roadmap-new .road-lines .row {
    padding: 0 0 0 25px;
  }
}
.about-roadmap-new .road-lines .main-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 3px;
  background: linear-gradient(220deg,#74AF26 30%,#00AEBD 100%);
}
.about-roadmap-new .road-lines .main-line:before,
.about-roadmap-new .road-lines .main-line:after {
  position: absolute;
  content: '';
  right: 50%;
  height: 20%;
  width: 140%;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#ffffff 93%);
  transform: translateX(50%);
}
.about-roadmap-new .road-lines .main-line:before {
  top: 0;
  background: linear-gradient(0deg,rgba(255,255,255,0) 0%,#ffffff 93%);
}
.about-roadmap-new .road-lines .main-line:after {
  bottom: 0;
}
@media (max-width: 575px) {
  .about-roadmap-new .road-lines .main-line {
    left: 0;
  }
}
.about-roadmap-new .road-lines .row {
  position: relative;
}
.about-roadmap-new .road-lines .row:nth-of-type(3):before {
  background: #56AF4D;
}
.about-roadmap-new .road-lines .row:nth-of-type(4):before {
  background: #42AF68;
}
.about-roadmap-new .road-lines .row:nth-of-type(5):before {
  background: #2CAE84;
}
.about-roadmap-new .road-lines .row:nth-of-type(6):before {
  background: #80D1C1;
}
.about-roadmap-new .road-lines .row:nth-of-type(6) .line {
  background: #80D1C1;
}
.about-roadmap-new .road-lines .row:before {
  position: absolute;
  content: '';
  left: 50%;
  top: var(--circle-top);
  transform: translateX(-50%);
  width: var(--circle);
  height: var(--circle);
  background: #74AF26;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 575px) {
  .about-roadmap-new .road-lines .row:before {
    transform: translateX(-50%);
    left: 0;
  }
}
.about-roadmap-new .road-lines .row:not(:last-of-type) {
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .about-roadmap-new .road-lines .row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .about-roadmap-new .road-lines .row:nth-of-type(even) .year-block {
    text-align: left;
  }
  .about-roadmap-new .road-lines .row:nth-of-type(even) .text-block {
    padding-left: 0;
    padding-right: var(--offset);
  }
  .about-roadmap-new .road-lines .row:nth-of-type(even) .text-block .line {
    left: initial;
    right: 0;
    transform: scale(-1,1);
  }
  .about-roadmap-new .road-lines .row:nth-of-type(2) .year:not(.current) {
    background: linear-gradient(90deg,#74AF26 10.91%,#00AEBD 99.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
@media (max-width: 575px) {
  .about-roadmap-new .road-lines .row:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .about-roadmap-new .road-lines .year-block {
    text-align: right;
    padding: 0 30px;
  }
  .about-roadmap-new .road-lines .year-block:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .about-roadmap-new .road-lines .year-block:nth-of-type(even) .year-block {
    text-align: left;
  }
  .about-roadmap-new .road-lines .year-block:nth-of-type(even) .text-block {
    padding-left: 0;
    padding-right: var(--offset);
  }
  .about-roadmap-new .road-lines .year-block:nth-of-type(even) .text-block .line {
    left: initial;
    right: 0;
    transform: scale(-1,1);
  }
}
.about-roadmap-new .road-lines .year {
  font-weight: 700;
  font-size: 43px;
  line-height: 1;
  display: inline-block;
  border-radius: 11px;
  font-family: "Montserrat";
}
.about-roadmap-new .road-lines .year:not(.current) {
  background: linear-gradient(270deg,#00AEBD -29.09%,#74AF26 79.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 576px) {
  .about-roadmap-new .road-lines .year {
    padding: 0.2em 0.3em;
  }
  .about-roadmap-new .road-lines .year.current {
    color: #fff;
    background: linear-gradient(90deg,#00AEBD 0%,#74AF26 100%);
  }
  .about-roadmap-new .road-lines .year:not(.current) {
    background: linear-gradient(90deg,#00AEBD 10.91%,#74AF26 99.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
@media (max-width: 575px) {
  .about-roadmap-new .road-lines .year {
    font-size: 27px;
    background: linear-gradient(270deg,#00AEBD -29.09%,#74AF26 79.09%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.about-roadmap-new .road-lines .text-block {
  position: relative;
}
.about-roadmap-new .road-lines .text-block .line {
  position: absolute;
  top: calc(calc(var(--circle) / 2.5) + var(--circle-top));
  left: 0;
  width: calc(var(--offset) - 10px);
  height: 2px;
  background: linear-gradient(90deg,#74AF26 0%,#00AEBD 100%);
}
.about-roadmap-new .road-lines .text-block .line:before {
  position: absolute;
  content: '';
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg,rgba(255,255,255,0) 0%,#ffffff 93%);
}
@media (min-width: 576px) {
  .about-roadmap-new .road-lines .text-block {
    padding-left: var(--offset);
    padding-top: 12px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-roadmap-new .road-lines .text-block {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .about-roadmap-new .road-lines .text-block {
    padding: 20px 0 0 0;
  }
  .about-roadmap-new .road-lines .text-block .line {
    display: none;
  }
}
.about-main {
  padding: 50px 0 0 0;
}
.about-main .am-left {
  position: relative;
  z-index: 10;
}
.about-main .am-left h1 {
  font-size: 52px;
}
.about-main .am-left .text {
  margin: 40px 0 40px 0;
  color: #4d4d4d;
}
.about-main .pic {
  margin: 0 0 0 -100px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-main {
    text-align: center;
  }
  .about-main .am-left .order a {
    max-width: 290px;
    width: 100%;
  }
  .about-main .am-left .text {
    max-width: 600px;
    margin: 40px auto;
  }
  .about-main .pic {
    margin: -80px auto 0;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .about-main {
    padding: 30px 0 0 0;
    text-align: center;
  }
  .about-main .am-left h1 {
    font-size: 22px;
  }
  .about-main .am-left .text {
    margin: 20px 0 30px 0;
  }
  .about-main .am-left .order a {
    max-width: 290px;
    width: 100%;
  }
  .about-main .pic {
    margin: -80px auto 0;
    max-width: 320px;
  }
}
.about-team {
  padding: 0 0 80px 0;
  text-align: center;
}
.about-team .for-title {
  max-width: 1030px;
  margin: auto;
}
.about-team .for-title h2 {
  margin: 0 0 30px 0;
}
.about-team .at-block {
  margin: 70px 0 0 0;
}
.about-team .at-block .photo img {
  border-radius: 8px;
}
.about-team .at-block .name {
  margin: 15px 0 5px 0;
}
.about-team .at-block .linked {
  margin: 10px 0 0 0;
  font-size: 20px;
}
.about-team .at-block .linked a {
  text-decoration: none;
  color: #00aebb;
}
.about-team .at-block .linked a:hover {
  color: #007e88;
}
@media (max-width: 767px) {
  .about-team {
    padding: 0 0 40px 0;
  }
  .about-team .at-block {
    margin: 40px 0 0 0;
  }
  .about-team .at-block .photo img {
    width: 170px;
  }
  .about-team .at-block .name {
    font-size: 28px;
  }
  .about-team .at-block .post {
    font-size: 18px;
  }
}
.about-faq {
  padding: 60px 0 120px 0;
  background-color: #f8f8f8;
}
.about-faq .for-title {
  max-width: 670px;
  margin: auto;
  text-align: center;
}
.about-faq .for-title h2 {
  margin: 0 0 22px 0;
}
.about-faq .accordion {
  margin: 50px auto 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  max-width: 1000px;
  border-radius: 8px;
}
.about-faq .accordion .card {
  border: none;
}
.about-faq .accordion .card:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
.about-faq .accordion .card .btn {
  box-shadow: none;
  padding: 30px 40px 30px 30px;
  font-size: 21px;
  position: relative;
  text-align: left;
  font-weight: 700;
}
.about-faq .accordion .card .btn.collapsed:hover {
  background: #eee;
}
.about-faq .accordion .card .btn:not(.collapsed):before {
  content: "-";
}
.about-faq .accordion .card .btn:before {
  position: absolute;
  content: '+';
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #4d4d4d;
  font-weight: 400;
}
.about-faq .accordion .card .card-body {
  padding: 0px 30px 40px 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-faq {
    padding: 40px 0 70px 0;
  }
  .about-faq .accordion {
    margin: 40px 0 0 0;
  }
  .about-faq .accordion .card .btn {
    padding: 25px 40px 25px 25px;
    font-size: 14px;
  }
  .about-faq .accordion .card .btn:before {
    font-size: 25px;
    right: 20px;
  }
  .about-faq .accordion .card .card-body {
    padding: 0 15px 20px 60px;
  }
  .about-faq .accordion .card .card-body p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about-faq {
    padding: 30px 0 50px 0;
  }
  .about-faq .accordion {
    margin: 30px 0 0 0;
  }
  .about-faq .accordion .card .btn {
    padding: 14px 20px 14px 20px;
    font-size: 14px;
  }
  .about-faq .accordion .card .btn:before {
    font-size: 20px;
    right: 10px;
  }
  .about-faq .accordion .card .card-body {
    padding: 0 15px 20px 30px;
  }
  .about-faq .accordion .card .card-body p {
    font-size: 10px;
  }
}
.about-partners {
  padding: 60px 0 70px 0;
  text-align: center;
}
.about-partners .logo {
  margin: 50px auto 0;
}
.about-partners .logo a {
  color: #000;
}
.about-partners .logo a .icon {
  height: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-partners .logo a .icon img {
  max-height: 100%;
  max-width: 100%;
}
.about-partners .logo a p {
  margin: 10px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-partners {
    padding: 50px 0 60px 0;
  }
  .about-partners .logo {
    margin: 35px 0 0 0;
  }
  .about-partners .logo .icon {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .about-partners {
    padding: 40px 0 55px 0;
  }
  .about-partners .logo {
    margin: 20px auto 0;
  }
  .about-partners .logo a {
    width: 48px;
    height: 48px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: #ffffff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
