@charset "UTF-8";
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

body {
  color: #102143;
  background: #fefefe;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1, h2, h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 20px;
}

p {
  color: #526071;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

section {
  padding: 110px 0;
}

.eyebrow, .week-label {
  color: #667285;
  font: 500 11px/1.3 "DM Mono", monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 18px;
}

.section-intro {
  max-width: 720px;
  margin: 0 auto 55px;
}

.section-intro > p:last-child {
  font-size: 17px;
}

.text-link {
  display: inline-block;
  color: #cd561d;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #ef641f;
  padding-bottom: 4px;
}

.text-link i, .btn i, .hero-link i {
  margin-left: 7px;
}

/* Navigation */
.navbar-default {
  background: rgba(16, 33, 67, 0.97);
  border: 0;
  font-family: "Manrope", Arial, sans-serif;
  min-height: 68px;
}

.navbar-default .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 68px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  padding: 10px 15px;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
  background-color: transparent;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #f7cdb4;
}

.navbar-default .nav > li > a {
  color: #cbd4df;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 25px 13px;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  color: #fff;
}

.navbar-default .nav-apply a {
  color: #102143 !important;
  background: #ef641f;
  margin: 16px 0 0 9px;
  padding: 9px 16px !important;
  border-radius: 3px;
}

.navbar-default .nav-apply a:hover {
  background: #f7cdb4 !important;
}

.navbar-toggle {
  border: 0;
  margin-top: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* Hero */
.fe-hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: #102143;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 115px 0 65px;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000 15%, transparent 74%);
}

.header-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.header-content-inner {
  width: 1170px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.hero-logo {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: max(6%, (100% - 1170px) / 2);
  width: min(31vw, 370px);
  height: auto;
  transform: translateY(-50%);
  background-color: transparent;
}

.fe-hero .eyebrow {
  color: #f7cdb4;
}

.fe-hero h1 {
  font-size: clamp(66px, 10vw, 135px);
  margin-bottom: 15px;
}

.fe-hero h1 span {
  color: #ef641f;
}

.hero-statement {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 13px;
}

.hero-copy {
  color: #bdc8d5;
  max-width: 500px;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  margin: 34px 0 57px;
}

.btn {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 3px;
}

.btn-primary {
  color: #102143;
  background: #ef641f;
  border: 0;
}

.btn-primary:hover, .btn-primary:focus {
  color: #102143;
  background: #f7cdb4;
}

.btn-xl {
  padding: 16px 22px;
  font-size: 12px;
}

.hero-link {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.hero-link:hover {
  color: #f7cdb4;
}

.program-facts {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.program-facts li {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0 30px;
}

.program-facts li:first-child {
  padding-left: 0;
  border: 0;
}

.program-facts strong {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
}

.program-facts span {
  color: #aeb9c7;
  font: 10px "DM Mono", monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Program and journey */
.mission-intro {
  background: #fff;
}

.mission-intro h2 {
  max-width: 420px;
}

.mission-image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  margin-top: 34px;
  object-fit: cover;
  border: 1px solid #e6e9ef;
}

.mission-copy p {
  font-size: 17px;
}

.mission-copy p:last-child {
  margin-bottom: 0;
}

.project-stages > article > span {
  color: #778497;
  font: 11px "DM Mono", monospace;
}

.journey-section, .project-section, .learning-section, .outcomes-section, .audience-section, .faq-section {
  display: none;
}

.journey-section {
  background: #fefefe;
}

.timeline {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 42px;
  border-left: 1px solid #d3d9e2;
}

.week-card {
  position: relative;
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 25px;
  border-bottom: 1px solid #e6e9ef;
  padding: 28px 24px 28px 0;
}

.week-card:hover {
  background: #fff;
}

.week-number {
  position: relative;
  z-index: 1;
  width: 85px;
  height: 36px;
  padding: 7px 12px;
  background: #fefefe;
  color: #8794a4;
  font: 16px "DM Mono", monospace;
}

.week-card h3 {
  margin: 5px 0 8px;
}

.week-card p:last-child {
  font-size: 14px;
  margin-bottom: 0;
}

.week-label {
  margin: 0;
  color: #102143;
}

.week-label span {
  color: #748194;
  margin-left: 8px;
}

.week-card.demo {
  background: #102143;
  color: #fff;
  padding-left: 18px;
  margin-top: 16px;
  border: 0;
}

.week-card.demo .week-number {
  background: #ef641f;
  color: #102143;
}

.week-card.demo p:last-child, .week-card.demo .week-label span {
  color: #bec9d4;
}

.week-card.demo .week-label {
  color: #f7cdb4;
}

/* Project */
.project-section {
  background: #102143;
  color: #fff;
}

.project-section h2 {
  color: #fff;
}

.project-section p {
  color: #c1ccd8;
}

.project-section .eyebrow {
  color: #f7cdb4;
}

.project-name {
  color: #ef641f;
  font-size: 30px;
  margin: 28px 0 18px;
}

.project-name em {
  font-style: normal;
  color: #fff;
}

.smart-room-display {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid #344563;
  background: #0b1830;
  box-shadow: 16px 16px 0 rgba(239, 100, 31, 0.16);
}

.room-top, .room-footer {
  display: flex;
  justify-content: space-between;
  color: #a8b5c8;
  font: 10px "DM Mono", monospace;
  letter-spacing: 0.08em;
}

.live-dot {
  color: #ef641f;
}

.live-dot:before {
  content: "";
  display: inline-block;
  background: #ef641f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
}

.metrics {
  display: flex;
  gap: 15px;
  padding: 45px 0 32px;
}

.metrics div {
  flex: 1;
}

.metrics small {
  display: block;
  color: #b4bfd0;
  font: 9px "DM Mono", monospace;
}

.metrics strong {
  display: block;
  color: #fff;
  font: 28px "DM Mono", monospace;
  margin-top: 5px;
}

.metrics strong span {
  font-size: 13px;
  color: #f7cdb4;
}

.signal-line {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 38px;
  border-bottom: 1px solid #344563;
}

.signal-line i {
  width: 20%;
  background: #ef641f;
  opacity: 0.85;
}

.signal-line i:nth-child(1) {
  height: 22%;
}

.signal-line i:nth-child(2) {
  height: 60%;
}

.signal-line i:nth-child(3) {
  height: 35%;
}

.signal-line i:nth-child(4) {
  height: 90%;
}

.signal-line i:nth-child(5) {
  height: 48%;
}

.room-footer {
  margin-top: 12px;
}

.project-stages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #344563;
  margin-top: 85px;
}

.project-stages article {
  background: #102143;
  padding: 24px;
}

.project-stages h3 {
  color: #fff;
  font-size: 17px;
  margin: 13px 0 8px;
}

.project-stages p {
  font-size: 13px;
  margin: 0;
}

.project-stages pre {
  margin: 14px 0 0;
  border: 0;
  border-radius: 0;
  padding: 7px;
  background: #0b1830;
  color: #f7cdb4;
  font: 9px/1.5 "DM Mono", monospace;
  white-space: normal;
}

/* Learning and mentors */
.learning-section {
  background: #fefefe;
}

.learning-grid article {
  padding: 27px 25px;
  min-height: 220px;
  border: 1px solid #e6e9ef;
  margin: -1px 0 0 -1px;
}

.learning-grid i {
  color: #cd561d;
  font-size: 21px;
}

.learning-grid h3 {
  margin: 35px 0 10px;
}

.learning-grid p {
  font-size: 14px;
  margin: 0;
}

.mentors-section {
  background: #fff8f3;
}

.mentor-grid article {
  background: #fff;
  padding-bottom: 19px;
}

.mentor-placeholder, .mentor-photo {
  width: 100%;
  height: 220px;
}

.mentor-placeholder {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(135deg, #f7cdb4, #fff8f3);
  color: #102143;
}

.mentor-placeholder span {
  font-size: 67px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.mentor-placeholder small {
  font: 9px "DM Mono", monospace;
  letter-spacing: 0.07em;
}

.mentor-photo {
  display: block;
  object-fit: cover;
  object-position: center 22%;
}

.mentor-grid h3, .mentor-grid p {
  margin-left: 20px;
  margin-right: 20px;
}

.mentor-grid h3 {
  margin-top: 20px;
  margin-bottom: 6px;
}

.mentor-grid p:last-child {
  font-size: 13px;
  margin-bottom: 0;
}

.all-mentors {
  margin: 38px 0 0;
  color: #586677;
}

.mentor-grid {
  display: flex;
  flex-wrap: wrap;
}

.mentor-grid > [class*=col-] {
  display: flex;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 25px;
}

.mentor-grid article {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #e6e9ef;
  background: #fff;
}

.mentor-photo, .mentor-placeholder {
  flex: 0 0 200px;
  height: 200px;
}

.mentor-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.mentor-grid h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.mentor-grid p {
  margin: 0 0 12px;
  color: #526071;
  font-size: 13px;
  line-height: 1.55;
}

.mentor-credentials {
  display: grid;
  grid-template-rows: repeat(2, minmax(76px, auto));
}

.mentor-detail {
  min-height: 76px;
}

.mentor-detail strong, .mentor-detail span {
  display: block;
}

.mentor-detail strong {
  color: #102143;
}

.mentor-detail span {
  margin-top: 2px;
  color: #526071;
  font-size: 12px;
}

.mentor-detail-empty {
  visibility: hidden;
}

.mentor-divider {
  width: 100%;
  max-width: none;
  margin: 4px 0 14px;
  border: 0;
  border-top: 1px solid #e6e9ef;
}

.mentor-experience-grid {
  display: grid;
  grid-template-rows: repeat(2, minmax(118px, auto));
}

.mentor-experience {
  padding: 10px 0 14px;
  border-bottom: 1px solid #e6e9ef;
}

.mentor-experience:last-child {
  border-bottom: 0;
}

.mentor-experience h4 {
  margin: 0 0 7px;
  color: #cd561d;
  font: 700 11px/1.35 "DM Mono", monospace;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mentor-experience p {
  margin: 0;
}

.mentor-copy p:last-child {
  margin-bottom: 0;
}

/* Outcomes, audience, FAQ */
.outcomes-section {
  background: #102143;
  color: #fff;
}

.outcomes-section h2 {
  color: #fff;
}

.outcomes-section .eyebrow {
  color: #f7cdb4;
}

.outcome-grid article {
  border-top: 1px solid #344563;
  padding: 20px 0 28px;
  min-height: 175px;
}

.outcome-grid strong {
  color: #ef641f;
  font: 12px "DM Mono", monospace;
}

.outcome-grid h3 {
  margin: 22px 0 8px;
}

.outcome-grid p {
  color: #bdc8d5;
  font-size: 14px;
}

.audience-section {
  background: #f7cdb4;
}

.audience-section p {
  color: #102143;
}

.audience-list {
  border-top: 1px solid rgba(16, 33, 67, 0.25);
  list-style: none;
  padding: 0;
}

.audience-list li {
  border-bottom: 1px solid rgba(16, 33, 67, 0.25);
  padding: 14px 0 14px 27px;
  position: relative;
  font-weight: 700;
}

.audience-list li:before {
  content: "↗";
  position: absolute;
  left: 0;
  color: #cd561d;
}

.audience-note {
  margin-top: 28px;
}

.faq-section {
  background: #fff;
}

.faq-list details {
  border-top: 1px solid #e6e9ef;
  padding: 21px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid #e6e9ef;
}

.faq-list summary {
  cursor: pointer;
  color: #102143;
  font-size: 17px;
  font-weight: 800;
  list-style: none;
  position: relative;
  padding-right: 35px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 2px;
  top: -7px;
  color: #cd561d;
  font: 27px "DM Mono", monospace;
}

.faq-list details[open] summary:after {
  content: "–";
}

.faq-list p {
  margin: 14px 40px 0 0;
  font-size: 14px;
}

.apply-section {
  background: #102143;
  color: #fff;
}

.apply-section h2 {
  color: #fff;
}

.contact-intro {
  max-width: 630px;
  margin: 0 auto 28px;
  color: #d2d9e4;
}

.contact-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-channel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.contact-channel i {
  font-size: 19px;
}

.contact-whatsapp {
  color: #102143;
  background: #ef641f;
}

.contact-whatsapp:hover, .contact-whatsapp:focus {
  color: #102143;
  background: #f7cdb4;
}

.contact-email {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}

.contact-email:hover, .contact-email:focus {
  color: #102143;
  background: #fff;
  border-color: #fff;
}

.application-note {
  margin: 21px 0 0;
  color: #c4cddd;
  font-size: 11px;
}

.site-footer {
  padding: 46px 0 18px;
  background: #102143;
  color: #fff;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 10px;
}

.site-footer p {
  color: #b4bfd0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 20px;
  padding-top: 8px;
}

.footer-links a {
  color: #e7edf3;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-links i {
  margin-right: 6px;
  color: #f7cdb4;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid #344563;
  margin-top: 30px;
  padding-top: 17px;
  color: #b4bfd0;
  font: 10px "DM Mono", monospace;
}

.footer-bottom span {
  float: right;
}

@media (max-width: 991px) {
  .mentor-grid > [class*=col-] {
    flex-basis: 50%;
    max-width: 50%;
  }
  .mentor-grid article {
    margin-bottom: 0;
  }
  .learning-grid article {
    min-height: 195px;
  }
  .project-stages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  section {
    padding: 72px 0;
  }
  h2 {
    font-size: 34px;
  }
  .navbar-default .navbar-collapse {
    border-color: #344153;
  }
  .navbar-default .nav > li > a {
    padding: 12px 15px;
  }
  .navbar-default .nav-apply a {
    margin: 6px 15px 15px;
    text-align: center;
  }
  .fe-hero {
    min-height: 690px;
  }
  .fe-hero h1 {
    font-size: 68px;
  }
  .hero-logo {
    display: none;
  }
  .hero-actions {
    display: block;
    margin-bottom: 42px;
  }
  .hero-link {
    display: inline-block;
    margin: 19px 0 0 4px;
  }
  .program-facts li {
    padding: 0 12px;
  }
  .program-facts strong {
    font-size: 17px;
  }
  .program-facts span {
    font-size: 8px;
  }
  .mentor-grid > [class*=col-] {
    flex-basis: 100%;
    max-width: 100%;
  }
  .mentor-grid > div:nth-child(-n+2) article {
    min-height: 520px;
  }
  .timeline:before {
    left: 29px;
  }
  .week-card {
    grid-template-columns: 72px 1fr;
    gap: 10px;
    padding-right: 4px;
  }
  .week-number {
    width: 61px;
    font-size: 13px;
  }
  .week-card h3 {
    font-size: 18px;
  }
  .project-stages {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }
  .metrics strong {
    font-size: 20px;
  }
  .smart-room-display {
    margin-top: 42px;
  }
  .outcome-grid article {
    min-height: 0;
  }
  .footer-links {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .footer-bottom span {
    float: none;
    display: block;
    margin-top: 5px;
  }
}

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