/* fonts */
@font-face {
  font-family: "Segoe UI";
  src: url("fonts/Segoe-UI.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.font-normal, .other-block h5, .other-block h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.font-lexend, .other-block ul li, .other-block p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
}

.font-comic {
  font-family: "Comic Neue", sans-serif;
  font-weight: 700;
}

.font-segoe {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
}

/* text */
.font-light, .other-block ul li, .other-block p {
  font-weight: 300;
}

.font-regular, .other-block h4 {
  font-weight: 400;
}

.font-medium, .other-block p strong, .other-block h5 {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

/* common */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

a, .investor-block .content-wrapper .left a {
  display: block;
}

a.grey, .investor-block .content-wrapper .left a {
  color: #333333;
}

.grey-500 {
  color: #5a5a5a !important;
}

.no-decor {
  text-decoration: none;
}

.cur-auto {
  cursor: auto;
}

.ov-h {
  overflow: hidden;
}

.reset-h {
  height: auto;
  padding: 0;
}

@media (max-width: 991px) {
  .spacer-block {
    margin: 0 8px !important;
  }
}

.content-block {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .content-block {
    padding: 60px 0;
  }
}
.content-block .title-wrapper {
  margin: 0 0 80px 0;
}
.content-block .title-wrapper h3 {
  font-size: 48px;
  color: #222527;
}
.content-block .title-wrapper p {
  font-size: 16px;
  color: #77808b;
}
.content-block .follow-btn {
  background-color: #1DA1F2;
  height: 22px;
  border-radius: 10px;
  color: #fff !important;
  float: left;
  padding: 0 10px;
  font-size: 12px;
  text-decoration: none;
}
.content-block .owl-carousel .owl-dots {
  position: absolute;
}
.content-block .owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
  border: 2px solid #ededed;
}
.content-block .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #fbc152;
  border: 2px solid transparent;
}
.content-block .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #fbc152;
  width: 30px;
  height: 8px;
  border-radius: 100px;
  border: 2px solid transparent;
}

.other-block {
  padding: 70px 0 0 0;
}
.other-block h4 {
  font-size: 24px;
  color: #222527;
  margin: 0 0 40px 0;
}
.other-block h5 {
  font-size: 20px;
  color: #222527;
  margin: 0 0 20px 0;
}
.other-block p {
  font-size: 17px;
  color: #333333;
  line-height: 32px;
  padding: 0 0 30px 0;
}
.other-block p a, .other-block p .investor-block .content-wrapper .left a, .investor-block .content-wrapper .left .other-block p a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.other-block ul li {
  font-size: 17px;
  color: #333333;
  padding: 0 0 10px 0;
}

.dotted-block {
  background: url("../images/footer-dotted-bg.png");
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dotted-block h3 {
  font-size: 45px;
  color: #222527;
  text-align: center;
}
@media (max-width: 991px) {
  .dotted-block {
    position: relative;
    top: 150px;
    height: 200px !important;
    margin-bottom: 150px;
  }
  .dotted-block .top {
    margin-bottom: 40px;
  }
}

.page-wrapper {
  position: relative;
}
.page-wrapper::before {
  content: "";
  position: absolute;
  background: url(../images/feature-wallet-block-right-bg.png) no-repeat;
  background-size: cover;
  width: 212;
  height: 900px;
  right: 0;
  z-index: -1;
}

.bottom-block {
  margin-bottom: 120px !important;
}

.tooltip {
  background-color: #fff;
}
.tooltip .tooltip-inner {
  background-color: #fff;
  border: 1px solid #ece6e6;
  width: 200px;
}
.tooltip .tooltip-inner img {
  width: 100%;
}

/* home page */
.main-header {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 128px;
}
@media (max-width: 991px) {
  .main-header {
    position: fixed;
    height: 92px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) !important;
    z-index: 1000;
  }
  .main-header.fixed {
    margin-top: 0 !important;
  }
}
@media (max-width: 576px) {
  .main-header .navbar {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
.main-header .navbar {
  padding: 0;
}
.main-header .navbar .logo {
  display: block;
  margin: 10px 0;
  padding: 0;
}
@media (max-width: 991px) {
  .main-header .navbar .logo {
    margin: 0;
  }
}
.main-header .navbar .navbar-nav {
  font-size: 18px;
}
.main-header .navbar .navbar-nav .nav-item {
  padding: 0;
  position: relative;
  cursor: pointer;
}
.main-header .navbar .navbar-nav .nav-item:not(:last-child) {
  margin: 0 24px 0 0;
}
@media (min-width: 1200px) {
  .main-header .navbar .navbar-nav .nav-item:not(:last-child) {
    margin: 0 32px 0 0;
  }
}
.main-header .navbar .navbar-nav .nav-item a {
  font-family: "Lexend", sans-serif;
  font-size: 17px;
  color: inherit;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.main-header .navbar .navbar-nav .nav-item .bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fcc152;
  left: 0;
  bottom: -10px;
  transition: 0.75s;
}
.main-header .navbar .navbar-nav .nav-item:hover, .main-header .navbar .navbar-nav .nav-item.active {
  color: #fcc153;
}
.main-header .navbar .navbar-nav .nav-item.app-item {
  background-color: #19191b;
  padding: 4px 8px 5px 8px;
  border-radius: 4px;
  margin-right: 16px;
  display: none;
}
.main-header .navbar .navbar-nav .nav-item.app-item a i {
  color: #fff;
  font-size: 20px;
  position: relative;
}
.main-header .navbar .navbar-nav .nav-item.app-item a i:hover {
  color: #fff;
}
.main-header .navbar .navbar-nav .nav-item.app-item.android-item {
  margin-right: 0;
  padding: 4px 8px 5px 8px;
}
.main-header .navbar .navbar-nav .nav-item.app-item.android-item a img {
  width: 16px;
  position: relative;
  left: 1px;
  top: 1px;
}
.main-header .navbar .close-menu {
  display: none;
}
.main-header .navbar .navbar-toggler {
  padding: 0;
  height: 90px;
}
.main-header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.main-header .navbar .navbar-toggler svg {
  width: 40px;
  position: relative;
  top: -5px;
}
@media (max-width: 991px) {
  .main-header .navbar .navbar-collapse.show {
    width: 100%;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    padding: 30px 24px;
    min-height: 100vh;
    z-index: 1001;
  }
  .main-header .navbar .navbar-collapse.show .navbar-nav {
    padding: 50px 0 0 0;
    max-width: 300px;
    margin: auto;
  }
  .main-header .navbar .navbar-collapse.show .navbar-nav .nav-item:not(:last-child) {
    margin: 6px 0;
    text-align: center;
  }
  .main-header .navbar .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 28px;
  }
  .main-header .navbar .navbar-collapse .close-menu {
    display: block;
    cursor: pointer;
    float: right;
    position: relative;
    right: 20px;
  }
  .main-header .navbar .navbar-collapse .close-menu svg path {
    fill: #212529;
  }
}
.main-header.fixed {
  position: fixed;
  height: 98px;
  top: 0;
  margin-top: -120px;
  width: 100%;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2) !important;
  z-index: 1000;
}
.main-header.fixed .navbar .navbar-nav .app-item {
  display: block;
}
.main-header.awake {
  margin-top: 0;
  transition: all 0.5s ease;
}

.main-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.main-block.roll {
  margin-top: 120px;
}
.main-block .dotted {
  position: absolute;
  width: 400px;
  height: 450px;
  z-index: -1;
}
.main-block .dotted.left-dotted {
  background: url("../images/main-block-left-bg.png") no-repeat;
  bottom: 0;
  left: 10px;
  background-size: 50%;
}
.main-block .dotted.right-dotted {
  background: url("../images/main-block-right-bg.png") no-repeat;
  top: 0;
  right: -130px;
  background-size: 70%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-block .dotted {
    max-width: 90%;
  }
}
.main-block .left {
  margin: 170px 0 0 0;
  max-width: 80%;
}
.main-block .left h1 {
  font-size: 60px;
  color: #161515;
}
@media (min-width: 0px) and (max-width: 500px) {
  .main-block .left h1 {
    font-size: 45px;
  }
}
.main-block .left h5 {
  margin: 20px 0 0 0;
  font-size: 18px;
  color: #000;
  line-height: 34px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-block .left {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  .main-block .left {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .main-block .left {
    padding: 0 6px;
    margin: 150px 0 0 0;
  }
}
.main-block .right {
  background: url("../images/main-block-phone-img.png") no-repeat;
  width: 700px;
  height: 560px;
  position: relative;
  top: 70px;
}
@media (min-width: 1440px) {
  .main-block .right {
    left: -200px;
    background-size: 820px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .main-block .right {
    background-size: 820px;
    left: -250px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .main-block .right {
    background-size: 650px;
    left: -160px;
  }
}
.main-block .app-store {
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
}
.main-block .app-store .ios i {
  font-size: 34px;
}
.main-block .app-store .ios p {
  font-size: 12px;
}
.main-block .app-store .ios h4 {
  font-size: 22px;
}
.main-block .app-store .android p {
  font-size: 12px;
}
.main-block .app-store .android h4 {
  font-size: 22px;
}
.main-block .app-store a.download {
  margin: 0 20px 0 0;
  background-color: #000;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #000;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  min-width: 180px;
}
.main-block .app-store a.download:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease;
}
.main-block .app-store a.qr {
  margin: 8px 20px 0 0;
  color: rgba(70, 70, 70, 0.5);
  font-size: 14px;
  text-decoration: none;
  min-width: 180px;
  text-align: center;
}
.main-block .app-store a.qr:hover {
  color: rgb(70, 70, 70);
}
@media (max-width: 576px) {
  .main-block .app-store .ios i, .main-block .app-store .android i {
    font-size: 28px;
  }
  .main-block .app-store .ios p, .main-block .app-store .android p {
    font-size: 11px;
  }
  .main-block .app-store .ios h4, .main-block .app-store .android h4 {
    font-size: 16px;
  }
  .main-block .app-store .ios a.download, .main-block .app-store .android a.download {
    min-width: auto;
  }
  .main-block .app-store .ios a.qr, .main-block .app-store .android a.qr {
    min-width: auto;
  }
  .main-block .app-store .android a.qr {
    margin-right: 0;
  }
}
.main-block .arrow {
  margin: 80px 0 0 0;
}
.main-block .arrow a img, .main-block .arrow .investor-block .content-wrapper .left a img, .investor-block .content-wrapper .left .main-block .arrow a img {
  width: 44px;
}

/* wallet block */
.wallet-block {
  padding-top: 80px !important;
  position: relative;
}
.wallet-block .animate-box .item {
  display: flex;
  align-items: center;
  border: 1px solid #ece6e6;
  border-radius: 8px;
  font-size: 16px;
  padding: 15px;
  margin: 15px 10px 20px 0;
  list-style: none;
  background-color: #fff;
}
.wallet-block .animate-box .item .icon {
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
}
.wallet-block .animate-box .item .icon.red {
  background-color: #fdeceb;
}
.wallet-block .animate-box .item .icon.violet {
  background-color: #eeeefb;
}
.wallet-block .animate-box .item .icon.green {
  background-color: #f1f8ec;
}
.wallet-block .animate-box .item .icon.yellow {
  background-color: #fffbee;
}
.wallet-block .animate-box .item .icon.yellow-light {
  background-color: #fff6d9;
}
.wallet-block .animate-box .item p {
  font-size: 22px;
  color: #19191b;
}
@media (min-width: 991px) {
  .wallet-block .animate-box .item.special {
    border: none;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 12px 15px 0px;
  }
}
@media (min-width: 991px) {
  .wallet-block .animate-box {
    animation: float 3s ease-in-out infinite;
  }
}
.wallet-block .graph-wrapper {
  margin: 100px 0 0 0;
}
.wallet-block .graph-wrapper .content-box {
  display: flex;
}
.wallet-block .graph-wrapper .content-box .desp {
  width: 33%;
}
.wallet-block .graph-wrapper .content-box .left h3 {
  font-size: 48px;
  color: #19191b;
  line-height: 64px;
  width: 100%;
}
@media (min-width: 1440px) {
  .wallet-block .graph-wrapper .content-box .left h3 {
    width: 90%;
  }
}
.wallet-block .graph-wrapper .content-box .left .links a {
  font-size: 15px;
  color: #19191b;
  text-decoration: none;
}
.wallet-block .graph-wrapper .content-box .left .links a i {
  color: inherit;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .wallet-block .graph-wrapper .content-box .left {
    margin: 0 14px 0 0;
  }
}
.wallet-block .graph-wrapper .content-box .right p {
  font-size: 21px;
  color: #19191b;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .wallet-block .graph-wrapper .content-box .right p {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .wallet-block .graph-wrapper .content-box .right p {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .wallet-block .graph-wrapper .content-box .desp {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .wallet-block .graph-wrapper .content-box .middle {
    flex-basis: 100%;
  }
}
.wallet-block .graph-wrapper .graph-box img {
  width: 100%;
}
.wallet-block .graph-wrapper .top-area p {
  font-size: 21px;
  color: #19191b;
  margin: 0 0 40px 0;
}
.wallet-block .graph-wrapper .top-area h3 {
  font-size: 48px;
  color: #19191b;
  line-height: 64px;
  margin: 0 0 40px 0;
}
@media (min-width: 991px) {
  .wallet-block .dotted {
    position: absolute;
    background: url("../images/layout-dotted-big-img.png");
    background-size: 70px;
    width: 212;
    height: 300px;
    left: 0;
    top: 550px;
    z-index: -1;
  }
  .wallet-block .semi {
    position: absolute;
    background: url("../images/feature-wallet-block-right-bg.png") no-repeat;
    background-size: cover;
    width: 212;
    height: 900px;
    right: 0;
    z-index: -1;
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/* twiitter block */
.twitter-block {
  margin: 180px 0 0 0;
}
.twitter-block .owl-carousel .item {
  text-decoration: none;
}
.twitter-block .owl-carousel .item .twitter-box.card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0;
  margin: 30px 14px;
}
.twitter-block .owl-carousel .item .twitter-box.card .card-body {
  padding: 30px;
}
.twitter-block .owl-carousel .item .twitter-box.card .card-body .icon {
  color: #1DA1F2;
  font-size: 24px;
  text-align: right;
}
.twitter-block .owl-carousel .item .twitter-box.card .card-body p {
  font-size: 18px;
  color: #6d6d6d;
}
.twitter-block .owl-carousel .item .twitter-box.card .card-body .profile img {
  width: 43px;
  height: 43px;
  border-radius: 100px;
  overflow: hidden;
}
.twitter-block .owl-carousel .item .twitter-box.card .card-body .profile h5 {
  color: #142344;
  font-size: 16px;
}
.twitter-block .owl-carousel .item .twitter-box.card .card-body .profile p {
  color: #77808b;
}
.twitter-block .brand-box {
  background: url("../images/twitter-block-brand-overlay-img.png") no-repeat;
  width: 992px;
  height: 795px;
  position: absolute;
  right: 0;
  top: 500px;
}
@media (min-width: 992px) and (max-width: 1439px) {
  .twitter-block .brand-box {
    right: -150px;
  }
}
@media (max-width: 991px) {
  .twitter-block .brand-box {
    display: none;
  }
}
.twitter-block .dotted {
  background: url("../images/twitter-block-dotted-bg-img.png");
  position: absolute;
  width: 170px;
  height: 120px;
  margin-top: -80px;
  background-size: 24px;
}
@media (max-width: 991px) {
  .twitter-block .dotted {
    display: none;
  }
}

/* features block */
.features-block {
  position: relative;
}
@media (min-width: 991px) {
  .features-block {
    overflow: hidden;
  }
}
.features-block .box {
  max-width: 90%;
}
@media (max-width: 991px) {
  .features-block .box {
    margin: 0 0 70px 0;
    max-width: 100%;
  }
}
.features-block .box img {
  width: 100%;
}
.features-block .feature-item {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .features-block .feature-item {
    margin: 0 30px 30px 0;
  }
}
.features-block .feature-item .icon {
  width: 90px;
  height: 90px;
  background-color: #fff7e8;
  border-radius: 20px;
}
.features-block .feature-item h4 {
  font-size: 22px;
  color: #2c2b2c;
  padding: 25px 0 0 0;
}
.features-block .feature-item p {
  font-size: 20px;
  color: #6d6d6d;
  padding: 16px 0 0 0;
}

/* questions block */
.question-block {
  position: relative;
}
.question-block .left {
  background: url("../images/footer-dotted-bg.png");
  width: 40%;
  height: 400px;
  top: calc(50% - 100px);
}
.question-block .right-top {
  background: url("../images/question-block-triangle-icon-img.png");
  width: 64px;
  height: 64px;
  top: 290px;
}
@media (min-width: 991px) {
  .question-block .right-top {
    left: calc(100vw - 80px);
  }
}
.question-block .right-bottom {
  background: url("../images/layout-dotted-big-img.png");
  width: 280px;
  height: 280px;
  bottom: 40px;
  background-size: 70px;
}
@media (min-width: 1440px) {
  .question-block .right-bottom {
    right: 90px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .question-block .right-bottom {
    right: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .question-block .right-bottom {
    right: 30px;
  }
}
.question-block .left, .question-block .right-top, .question-block .right-bottom {
  position: absolute;
}
.question-block .card {
  min-height: 200px;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}
.question-block .card .card-body {
  padding: 50px 34px;
}
.question-block .card.liner {
  border-color: #fde9c4;
  transition: all 0.3s ease;
  background-color: #fcfcfc;
}
.question-block .card h4 {
  font-size: 32px;
  color: #283646;
}
.question-block .card p {
  color: #77808b;
  font-size: 17px;
}
.question-block .card .list {
  margin: 30px 0 0 0;
  padding: 0 0 0 18px;
}
.question-block .card .list li {
  font-size: 17px;
  color: #283646;
  padding: 0 0 20px 0;
}
.question-block .card .list li a {
  text-decoration: none;
  color: inherit;
}
.question-block .card a.all {
  color: #404141;
  font-size: 16px;
  margin: 60px 0 0 0;
  text-decoration: none;
}

/* Investor Block */
.investor-block .content-wrapper .left {
  flex-basis: 60%;
}
.investor-block .content-wrapper .left h3 {
  font-size: 40px;
  color: #222527;
  padding: 0 0 60px 0;
}
.investor-block .content-wrapper .left p {
  font-size: 17px;
  line-height: 32px;
  color: #333333;
}
.investor-block .content-wrapper .left a {
  display: inline-block;
}
.investor-block .content-wrapper .left .profile {
  margin: 60px 0 0 0;
}
.investor-block .content-wrapper .left .profile h4 {
  font-size: 40px;
  flex-shrink: 0;
  position: relative;
  top: -7px;
}
.investor-block .content-wrapper .left .profile h4 span {
  font-size: 18px;
  color: #8c8c8c;
}
.investor-block .content-wrapper .left .profile .follow-btn {
  flex-shrink: 0;
}
.investor-block .content-wrapper .left .profile .follow-btn.reset-h {
  height: auto;
  padding: 0;
  background-color: transparent;
}
.investor-block .content-wrapper .left .profile .liner {
  background-color: #ececec;
  height: 2px;
  margin: 0 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .investor-block .content-wrapper .left {
    margin: 24px 0 0 0;
  }
  .investor-block .content-wrapper .left .profile {
    margin: 30px 0 50px 0;
    display: block !important;
  }
  .investor-block .content-wrapper .left .liner {
    display: none;
  }
  .investor-block .content-wrapper .left .follow-btn {
    margin: 10px 0 20px 0;
  }
}
.investor-block .content-wrapper .right {
  flex-basis: 40%;
}
.investor-block .content-wrapper .right .img-wrapper {
  width: 282px;
  height: 282px;
  border-radius: 100%;
  background-color: #f3f3f3;
  overflow: hidden;
  margin: auto;
}
.investor-block .content-wrapper .right .img-wrapper img {
  position: relative;
  top: -30px;
  object-fit: none;
}
@media (max-width: 991px) {
  .investor-block .content-wrapper {
    flex-direction: column;
  }
  .investor-block .content-wrapper .left {
    order: 2;
  }
}
@media (min-width: 1440px) {
  .investor-block .owl-carousel .owl-dots {
    right: 184px;
    bottom: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .investor-block .owl-carousel .owl-dots {
    right: 144px;
    bottom: 12px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .investor-block .owl-carousel .owl-dots {
    right: 110px;
    bottom: 12px;
  }
}

/* army-block */
.army-block .left {
  padding: 0 50px 20px 0;
}
@media (min-width: 992px) {
  .army-block .left {
    transform: translateY(50%);
  }
}
@media (max-width: 991px) {
  .army-block .left {
    margin: 60px 0 0 0;
  }
}
.army-block .left h3 {
  font-size: 48px;
  padding: 0 0 24px 0;
  color: #222527;
}
.army-block .left p {
  font-size: 17px;
  color: #333333;
  line-height: 34px;
}
.army-block .left a, .army-block .investor-block .content-wrapper .left a, .investor-block .content-wrapper .army-block .left a {
  text-decoration: underline;
  display: inline-block;
  color: inherit;
}
.army-block .right {
  background-color: #fff;
  border: 0;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .army-block .right {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 8px 50px 0px;
  }
}
.army-block .right .card-body {
  padding: 40px 50px 40px 50px;
}
.army-block .right .card-body .item .top .img {
  width: 140px;
  display: flex;
  height: 140px;
  border-radius: 100px;
  flex-shrink: 0;
  overflow: hidden;
}
.army-block .right .card-body .item .top h5 {
  font-size: 24px;
  color: #142344;
}
.army-block .right .card-body .item .top p {
  font-size: 14px;
  color: #546f7a;
  width: 100%;
  padding: 0 0 10px 0;
}
@media (max-width: 576px) {
  .army-block .right .card-body .item .top {
    display: block !important;
  }
  .army-block .right .card-body .item .top .img {
    margin: 0 auto 30px auto;
  }
  .army-block .right .card-body .item .top .desp {
    margin: 0 !important;
  }
}
.army-block .right .card-body .item h6 {
  padding: 50px 0 10px 0;
  color: #5a5a5a;
  line-height: 28px;
  font-size: 16px;
}
.army-block .right .card-body .item .qr-wrapper .links .desp {
  color: #5a5a5a;
  margin: 76px 0 0 0;
}
.army-block .right .card-body .item .qr-wrapper .links .desp h6 {
  font-size: 16px;
  padding: 0;
  color: inherit;
}
.army-block .right .card-body .item .qr-wrapper .links .desp a {
  font-size: 16px;
  color: inherit;
}
@media (max-width: 576px) {
  .army-block .right .card-body .item .qr-wrapper {
    display: block !important;
  }
  .army-block .right .card-body .item .qr-wrapper .links {
    display: block !important;
  }
  .army-block .right .card-body .item .qr-wrapper .links .desp {
    margin: 10px 0 30px 0;
  }
  .army-block .right .card-body .item .qr-wrapper .qr-box {
    margin: 0 0 40px 0;
    max-width: 200px;
  }
}
.army-block .owl-carousel .owl-dots {
  bottom: 4px;
}

/* hiring block */
.hiring-main-block {
  height: 300px;
}
.hiring-main-block .hiring-btn {
  display: inline-block;
  cursor: auto;
}

/* hiring block */
.terms-main-block {
  height: 300px;
}

.footer {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .footer {
    margin: 30px 8px 0 8px !important;
  }
}
.footer .footer-wrapper {
  background: url("../images/footer-dotted-bg.png");
  width: 100%;
}
.footer .footer-wrapper .footer-top {
  position: relative;
  top: -30px;
  height: 30px;
  display: flex;
  width: 100%;
  align-items: center;
}
.footer .footer-wrapper .footer-top .line {
  background-color: #f9f9f9;
  width: 100%;
  height: 2px;
}
.footer .footer-wrapper .footer-top .hiring-btn {
  position: absolute;
  left: 100px;
  height: 100%;
}
@media (max-width: 991px) {
  .footer .footer-wrapper .footer-top .hiring-btn {
    left: calc(50% - 56px);
  }
}
.footer .footer-middle {
  margin: 40px 0 10px 0;
}
.footer .footer-middle .content .desp {
  width: 260px;
}
@media (max-width: 991px) {
  .footer .footer-middle .content .desp {
    margin: 0 auto 60px auto;
    text-align: center;
  }
}
.footer .footer-middle .content .logo {
  margin: 0 0 16px 20px;
}
@media (max-width: 991px) {
  .footer .footer-middle .content .logo {
    margin-left: 0;
  }
}
.footer .footer-middle .content .email {
  font-size: 18px;
  color: #585858;
  text-decoration: none;
  margin: 0 0 40px 50px;
}
@media (max-width: 991px) {
  .footer .footer-middle .content .email {
    margin: 0 0 30px 0;
  }
}
.footer .footer-middle .content .social {
  display: flex;
  margin: 40px 0 0 20px;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer .footer-middle .content .social {
    margin: 30px 0 0 0;
  }
}
.footer .footer-middle .content .social .icon {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
}
.footer .footer-middle .content .social .icon i {
  color: #fff;
  font-size: 20px;
}
.footer .footer-middle .content .social .icon:not(:last-child) {
  margin: 0 16px 0 0;
}
.footer .footer-middle .content .social .icon.twitter {
  background-color: #1DA1F2;
}
.footer .footer-middle .content .social .icon.facebook {
  background-color: #4267B2;
}
.footer .footer-middle .content .social .icon.reddit {
  background-color: #F75400;
}
.footer .footer-middle .content .social .icon.discords {
  background-color: #5865f2;
}
.footer .footer-middle .content .social .icon.youtube {
  background-color: #FF0000;
}
.footer .footer-middle .links-wrapper h4 {
  color: #2c2c2c;
  font-size: 22px;
}
.footer .footer-middle .links-wrapper .links {
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .footer .footer-middle .links-wrapper .links {
    margin: 30px 0 40px 0;
  }
}
.footer .footer-middle .links-wrapper .links a {
  display: block;
  text-decoration: none;
  margin: 0 0 20px 0;
  color: #727272;
  font-size: 17px;
}
.footer .footer-middle .links-wrapper .links a:hover {
  text-decoration: underline;
}
.footer .footer-middle .links-wrapper .links .box {
  display: flex;
  align-items: center;
}
.footer .footer-middle .links-wrapper .links .box .img {
  width: 100px;
  height: 100px;
  margin: 0 24px 0 0;
  flex-shrink: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer .footer-middle .links-wrapper .links .box .img {
    width: 80px;
    height: 80px;
  }
}
.footer .footer-middle .links-wrapper .links .box p {
  color: #575757;
  font-size: 14px;
}
.footer .footer-bottom {
  border-top: 2px solid #f9f9f9;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom .copyright, .footer .footer-bottom .design {
  font-size: 16px;
  font-weight: 300;
  color: #6b6c6d;
}
.footer .footer-bottom .design a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
.footer .footer-bottom .design a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer .footer-bottom {
    display: block;
    margin: 0;
    padding: 24px 0;
  }
  .footer .footer-bottom .copyright, .footer .footer-bottom .design {
    display: block;
    text-align: center;
    padding: 0 0 20px 0;
  }
}

/*# sourceMappingURL=style.css.map */
