@font-face {
  font-family: "Satoshi-Variable";
  src: url("../fonts/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi-VariableItalic";
  src: url("../fonts/Satoshi-VariableItalic.woff2") format("woff2");
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}
.head {
  line-height: 49px;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #0A1A2F;
}
.head span {
  color: #0F9BFF;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
    line-height: 38px;
  }
}

.subhead {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #707C8D;
}
@media (max-width: 575.98px) {
  .subhead {
    font-size: 24px;
    line-height: 32px;
  }
}

.text {
  line-height: 149.97%;
  letter-spacing: 0.02em;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0A1A2F;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
  }
}

.text-main {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #0A1A2F;
}
@media (max-width: 575.98px) {
  .text-main {
    font-size: 20px;
  }
}

.text-small {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #707C8D;
}

.btn.btn-main {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 10px 20px;
  background: #0F9BFF;
  border: 1px solid #0A1A2F;
  border-radius: 100px;
}
.btn.btn-main:hover {
  background: rgb(0, 127.75, 219);
  color: #FFFFFF;
}

.btn.btn-underline {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #707C8D;
  background: transparent;
  border: none;
  padding: 0px 10px;
  text-decoration: underline;
  border-radius: 0px;
}

.navbar {
  z-index: 100000;
}
.navbar .navbar-brand {
  max-width: 170px;
}
@media (max-width: 575.98px) {
  .navbar {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
}

h1 span {
  color: #F64B25;
}
h1 {
  font-weight: 900;
  line-height: 149.97%;
  letter-spacing: 0.02em;
}

footer {
  position: relative;
  z-index: 1;
}
footer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0px;
  bottom: 0px;
  background: #E8EDEF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  z-index: -2;
}
@media (max-width: 575.98px) {
  footer .mona-col {
    position: absolute;
    z-index: -1;
    width: 94%;
  }
  footer .mona-col .mona {
    width: 100%;
    height: auto;
    opacity: 0.2;
  }
}
footer .text span {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #F64B25;
}

.papers .text-blue {
  color: #3186FF;
}
.papers .rp-card {
  background: transparent;
}
.papers .rp-card .img-blog {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  z-index: 0;
}
.papers .rp-card .img-blog img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.papers .rp-card .img-blog::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31.27%, rgba(255, 255, 255, 0.576923) 73.61%, #FFFFFF 100%);
  z-index: 1;
}
.papers .rp-card .logo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 35px;
  padding: 2px;
  background: #F4F5F7;
  border-radius: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.papers .rp-card .card-img-overlay {
  position: relative;
  padding: 5px;
  margin-top: -20px;
}
.papers .rp-card .card-img-overlay .text {
  color: #F64B25;
  font-size: 20px;
}
.papers .rp-card .text-small {
  margin-top: 30px;
}
.papers .rp-card .card-footer {
  background: #F4F5F7;
  border-radius: 20px;
  padding: 5px;
}
.papers .rp-card .card-footer .text-small {
  margin-top: 0px;
}

.contact-hero {
  position: relative;
}
.contact-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #0A1A2F 25.12%, #205295 100%);
  border-radius: 0 0 20px 20px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .contact-hero::after {
    border-radius: 0 0 10px 10px;
  }
}

.form-card {
  background: #F4F5F7;
  border: 1px solid #DEE2EB;
  border-radius: 15px;
  box-shadow: 0px 4px 25px rgba(10, 26, 47, 0.1);
}
.form-card small {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #707C8D;
}
.form-card .card-body {
  padding: 1rem;
}
.form-card .form-control {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0A1A2F;
  background: #FFFFFF;
  border: 1px solid #DEE2EB;
  border-radius: 10px;
  padding: 14px 20px;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.form-card .form-control::-moz-placeholder {
  color: #707C8D;
  opacity: 0.7;
}
.form-card .form-control::placeholder {
  color: #707C8D;
  opacity: 0.7;
}
.form-card .form-control:focus {
  border-color: #0F9BFF;
  box-shadow: 0px 0px 0px 3px rgba(15, 155, 255, 0.1);
  outline: none;
  background: #FFFFFF;
}
.form-card .form-control:hover {
  border-color: #B8C5D1;
}
.form-card textarea.form-control {
  min-height: 150px;
  resize: vertical;
  font-family: "Satoshi-Variable", sans-serif;
}
@media (max-width: 575.98px) {
  .form-card textarea.form-control {
    min-height: 120px;
  }
}
.form-card .btn-main {
  width: 100%;
  padding: 14px 30px;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 15px rgba(15, 155, 255, 0.3);
}
.form-card .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0px 6px 20px rgba(15, 155, 255, 0.4);
}
.form-card .btn-main:active {
  transform: translateY(0);
}

.about-hero-container {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-hero-container .about-hero-video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.about-hero-container::after {
  content: "";
  position: absolute;
  width: 98%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(10, 26, 47, 0.4) 25.12%, rgb(32, 82, 149) 100%);
  z-index: 1;
  border-radius: 6px;
}
.about-hero-container .container-fluid {
  position: relative;
  z-index: 2;
}
.about-hero-container h1 {
  color: #FFFFFF;
  text-shadow: 0px 2px 10px rgba(255, 255, 255, 0.3);
}

.about-about {
  position: relative;
}
.about-about::after {
  content: "";
  position: absolute;
  width: 1000px;
  height: 600px;
  right: 0;
  top: 0;
  background: url("../img/hero-after.webp") no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.3;
}
.about-about .about-content {
  position: relative;
  z-index: 1;
}
.about-about .about-content .head span {
  color: #F64B25;
}
.about-about .about-content .about-description .primary-desc {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0A1A2F;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.about-about .about-content .about-description .primary-desc strong {
  font-weight: 600;
  color: #0F9BFF;
}
.about-about .about-content .about-description .primary-desc:last-child {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .about-about .about-content .about-description .primary-desc {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }
}
.about-about .about-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 8px 30px rgba(10, 26, 47, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-about .about-image-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0px 12px 40px rgba(10, 26, 47, 0.18);
}
.about-about .about-image-wrapper .about-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.about-about .about-extended {
  background: #F4F5F7;
  border-left: 4px solid #0F9BFF;
  padding: 2.5rem 3rem;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .about-about .about-extended {
    padding: 1.5rem 1.75rem;
    margin-top: 1.5rem;
    border-left-width: 3px;
  }
}
.about-about .about-extended .extended-desc {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #0A1A2F;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.about-about .about-extended .extended-desc strong {
  font-weight: 600;
  color: #205295;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #2fa8ff;
}
@media (max-width: 575.98px) {
  .about-about .about-extended .extended-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 1.25rem;
  }
}

.mission-vision {
  background: #FFFFFF;
}
.mission-vision .story-section {
  background: #F8F7FF;
  padding: 15px 20px;
  border-radius: 15px;
}
.mission-vision .story-section .story-tag {
  background: #FF6B9D;
  color: #FFFFFF;
  padding: 6px 16px;
  border-radius: 20px;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 600;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .mission-vision .story-section .story-tag {
    font-size: 10px;
    padding: 5px 12px;
    margin-bottom: 1rem;
  }
}
.mission-vision .story-section .story-heading {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #0A1A2F;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .mission-vision .story-section .story-heading {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}
.mission-vision .story-section .story-description {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0A1A2F;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .mission-vision .story-section .story-description {
    font-size: 16px;
  }
}
.mission-vision .story-section .pillars-content {
  padding-top: 1.5rem;
  border-top: 1px solid #E0E0E0;
}
.mission-vision .story-section .pillars-content .pillars-heading {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0A1A2F;
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .mission-vision .story-section .pillars-content .pillars-heading {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
.mission-vision .story-section .pillars-content .pillar-item {
  margin-bottom: 1rem;
}
.mission-vision .story-section .pillars-content .pillar-item .pillar-name {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0A1A2F;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  .mission-vision .story-section .pillars-content .pillar-item .pillar-name {
    font-size: 14px;
  }
}
.mission-vision .story-section .pillars-content .pillar-item .pillar-desc {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #707C8D;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 575.98px) {
  .mission-vision .story-section .pillars-content .pillar-item .pillar-desc {
    font-size: 13px;
  }
}
.mission-vision .mv-container {
  padding-left: 2rem;
}
@media (max-width: 991.98px) {
  .mission-vision .mv-container {
    padding-left: 0;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid #E0E0E0;
  }
}
@media (max-width: 575.98px) {
  .mission-vision .mv-container {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.mission-vision .mv-section {
  margin-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .mission-vision .mv-section {
    margin-bottom: 2rem;
  }
}
.mission-vision .mv-section:last-child {
  margin-bottom: 0;
}
.mission-vision .mv-section .mv-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
}
.mission-vision .mv-section .mv-header .mv-dot {
  width: 8px;
  height: 8px;
  background: #8B5CF6;
  border-radius: 50%;
  flex-shrink: 0;
}
.mission-vision .mv-section .mv-header .mv-title {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0A1A2F;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  .mission-vision .mv-section .mv-header .mv-title {
    font-size: 20px;
  }
}
.mission-vision .mv-section .mv-text {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0A1A2F;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .mission-vision .mv-section .mv-text {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
.mission-vision .mv-section .mv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mission-vision .mv-section .mv-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
}
.mission-vision .mv-section .mv-list li:last-child {
  margin-bottom: 0;
}
.mission-vision .mv-section .mv-list li .check-icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.mission-vision .mv-section .mv-list li span {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0A1A2F;
  line-height: 1.6;
}
@media (max-width: 575.98px) {
  .mission-vision .mv-section .mv-list li span {
    font-size: 14px;
  }
}

.teams {
  background: #FAFAFA;
}
.teams .team-card {
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E8EDEF;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.teams .team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 12px 35px rgba(10, 26, 47, 0.12);
}
.teams .team-card .team-card-inner {
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.teams .team-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  box-shadow: 0px 4px 15px rgba(15, 155, 255, 0.25);
  overflow: hidden;
}
.teams .team-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teams .team-name {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0A1A2F;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}
@media (max-width: 575.98px) {
  .teams .team-name {
    font-size: 18px;
  }
}
.teams .team-role {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #707C8D;
  margin-bottom: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .teams .team-role {
    font-size: 12px;
  }
}
.teams .team-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.teams .team-links .team-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F4F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707C8D;
  transition: all 0.3s ease;
}
.teams .team-links .team-link:hover {
  background: #0F9BFF;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0px 4px 12px rgba(15, 155, 255, 0.3);
}

.usp {
  background: #FAFAFA;
}
.usp .usp-list .usp-item {
  margin-bottom: 2rem;
}
.usp .usp-list .usp-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.usp .usp-list .usp-item .usp-item-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0.75rem;
  position: relative;
}
.usp .usp-list .usp-item .usp-title {
  flex: 1;
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #0A1A2F;
  line-height: 1.3;
  margin: 0;
  padding-right: 10px;
}
@media (max-width: 575.98px) {
  .usp .usp-list .usp-item .usp-title {
    font-size: 18px;
  }
}
.usp .usp-list .usp-item .usp-arrow-icon {
  width: 32px;
  height: 32px;
  background: #D1FAE5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usp .usp-list .usp-item .usp-description {
  font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #707C8D;
  line-height: 1.6;
  padding-right: 42px;
}
@media (max-width: 575.98px) {
  .usp .usp-list .usp-item .usp-description {
    font-size: 13px;
    margin-left: 16px;
    padding-right: 0;
  }
}
.usp .usp-list .usp-item .usp-divider {
  height: 1px;
  background: #E0E0E0;
  margin-top: 2rem;
  width: 100%;
}
.usp .usp-list .usp-item:last-child .usp-divider {
  display: none;
}

.collab {
  background-image: url("../img/bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.collab .collab-carousel .owl-nav {
  margin-top: 0;
  background: none;
  box-shadow: none;
}
.collab .collab-carousel .owl-nav .owl-prev,
.collab .collab-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  box-shadow: none;
}
.collab .collab-carousel .owl-nav .owl-prev:hover,
.collab .collab-carousel .owl-nav .owl-next:hover {
  background: none;
  box-shadow: none;
}
.collab .collab-carousel .owl-nav .owl-next {
  right: -5px;
}
.collab .collab-carousel .owl-nav .owl-prev {
  left: -10px;
}/*# sourceMappingURL=about.css.map */