 
    :root {
      --navy: #071727;
      --navy2: #061323;
      --navy3: #030b14;
      --cream: #f5f0e7;
      --cream2: #fffdf9;
      --gold: #d69635;
      --gold2: #f2b44e;
      --text: #0d1724;
      --muted: #9da7b5;
      --border-light: rgba(7,23,39,.13);
      --border-dark: rgba(255,255,255,.075);
    }

   

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    .fp-wrap {
      width: min(100% - 32px, 1180px);
      margin-inline: auto;
    }

    /* Header */
    .fp-header {
      position: absolute;
      inset: 0 0 auto 0;
      z-index: 10;
      padding: 22px 0;
    }

    .fp-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .fp-logo {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      flex: 0 0 auto;
    }

    .fp-logo-icon {
      width: 31px;
      height: 31px;
      border: 1px solid var(--gold);
      position: relative;
    }

    .fp-logo-icon::before {
      content: "";
      position: absolute;
      width: 15px;
      height: 1px;
      left: 7px;
      top: 10px;
      background: var(--gold);
      box-shadow: 0 6px 0 rgba(214,150,53,.7);
    }

    .fp-logo-icon::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 16px;
      left: 11px;
      top: 7px;
      background: var(--gold);
    }

    .fp-logo-text strong {
      display: block;
      font-size: 12px;
      letter-spacing: .02em;
      color: #fff5e8;
      line-height: 1;
      font-weight: 800;
    }

    .fp-logo-text span {
      display: block;
      font-size: 8px;
      color: var(--gold);
      letter-spacing: .16em;
      text-transform: uppercase;
      margin-top: 4px;
      line-height: 1;
    }

    .fp-menu {
      display: flex;
      align-items: center;
      gap: 36px;
      margin-left: auto;
    }

    .fp-menu a {
      color: #edf2f8;
      font-size: 11px;
      font-weight: 600;
      transition: .25s ease;
    }

    .fp-menu a:hover {
      color: var(--gold2);
    }

    .fp-actions {
      display: flex;
      align-items: center;
      gap: 18px;
      margin-left: 28px;
    }

    .fp-link-gold {
      color: var(--gold2);
      font-size: 11px;
      font-weight: 800;
      padding-left: 18px;
      border-left: 1px solid var(--gold);
    }

    .fp-btn-small {
      min-height: 34px;
      padding: 0 22px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--gold);
      color: #061323;
      font-weight: 800;
      font-size: 10px;
      letter-spacing: .02em;
    }

    .fp-mobile-menu {
      display: none;
      color: #fff;
      font-size: 24px;
    }

    /* Hero */
    .fp-hero {
      position: relative;
      background:
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255,255,255,.025) 1px, transparent 1px),
        radial-gradient(circle at 78% 17%, rgba(214,150,53,.09), transparent 25%),
        var(--navy);
      background-size: 64px 64px, 64px 64px, auto, auto;
      min-height: 775px;
      padding: 63px 0 58px;
      overflow: hidden;
    }

    .fp-hero-inner {
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 72px;
      align-items: center;
    }

    .fp-kicker {
      color: var(--gold); 
      font-size: 10px;
      letter-spacing: .26em;
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 30px;
    }

    .fp-hero h1 { 
      font-size: clamp(50px, 6.2vw, 88px);
      line-height: .93;
      letter-spacing: -0.055em;
      color: #fff8ef;
      margin-bottom: 24px;
    }

    .fp-hero h1 span {
      color: var(--gold2);
    }

    .fp-hero p {
      color: #c5ceda;
      font-size: 14px;
      max-width: 570px;
      line-height: 1.8;
      margin-bottom: 22px;
    }

    .fp-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 19px;
      color: var(--gold); 
      font-size: 9px;
      letter-spacing: .18em;
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 29px;
    }

    .fp-hero-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 26px;
    }

    .fp-btn {
      height: 43px;
      padding: 0 23px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-weight: 800;
    }

    .fp-btn-primary {
      background: var(--gold);
      color: #061323;
    }

    .fp-btn-outline {
      border: 1px solid rgba(214,150,53,.72);
      color: #fff3df;
    }

    .fp-note {
      color: #8792a2;
      font-size: 9px !important;
      letter-spacing: .03em;
      margin: 0;
    }

    .fp-hero-visual {
      position: relative;
      min-height: 445px;
    }

    .fp-hero-card {
      position: relative;
      width: min(100%, 430px);
      margin-left: auto;
      padding: 26px;
    }

    .fp-hero-card::before,
    .fp-hero-card::after {
      content: "";
      position: absolute;
      width: 94px;
      height: 94px;
      border: 1px solid rgba(214,150,53,.55);
      z-index: 0;
    }

    .fp-hero-card::before {
      right: -12px;
      top: -12px;
      border-left: 0;
      border-bottom: 0;
    }

    .fp-hero-card::after {
      right: -12px;
      bottom: -12px;
      border-left: 0;
      border-top: 0;
    }

    .fp-hero-img {
      height: 415px;
      position: relative;
      z-index: 2;
      background:
       
        linear-gradient(rgba(214,150,53,.05), rgba(7,23,39,.14)),
        url("../images/element/home_1.jpg");
      background-size: cover;
      background-position: center;
      box-shadow: 0 25px 65px rgba(0,0,0,.28);
    }

    .fp-chat {
      position: absolute;
      top: 80px;
      right: 28px;
      z-index: 4;
      background: #020911;
      border: 1px solid rgba(255,255,255,.14);
      display: flex;
      align-items: center;
      gap: 8px;
      height: 31px;
      padding: 0 12px;
      font-size: 10px;
      box-shadow: 0 15px 34px rgba(0,0,0,.36);
    }

    .fp-chat span:first-child {
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #fd7300;
      display: inline-block;
      position: relative;
    }

    .fp-chat span:first-child::after {
      content: "";
      position: absolute;
      inset: 5px;
      border-radius: 50%;
      background: #111;
    }

    .fp-caption {
      position: absolute;
      left: 44px;
      right: 10px;
      bottom: 48px;
      z-index: 5;
      background: rgba(3,11,20,.87);
      border-left: 2px solid var(--gold);
      padding: 16px 18px;
      display: flex;
      gap: 13px;
      align-items: center;
      color: #fff;
    }

    .fp-caption-icon {
      color: var(--gold);
      font-size: 20px;
    }

    .fp-caption strong {
      display: block;
      color: var(--gold2);
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: .08em;
    }

    .fp-caption span {
      color: #dce4ed;
      font-size: 11px;
    }

    .fp-trust {
      text-align: center;
      margin-top: 50px;
      color: #8792a2; 
      letter-spacing: .22em;
      font-size: 12px;
      text-transform: uppercase;
    }

    .fp-brand-row {
      display: flex;
      justify-content: center;
      gap: 64px;
      flex-wrap: wrap;
      color: #d5dde7;
      margin-top: 24px;
      font-size: 10px;
      letter-spacing: .1em;
    }

    .fp-stats {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 22px;
      margin-top: 54px;
      text-align: center;
    }

    .fp-stat {
      border-left: 1px solid rgba(255,255,255,.04);
      min-height: 74px;
      display: grid;
      place-items: center;
    }

    .fp-stat h3 {
      color: var(--gold2); 
      font-size: 28px;
      line-height: 1;
      margin-bottom: 9px;
    }

    .fp-stat p {
      color: #96a1af;
      font-size: 8px;
      line-height: 1.35;
      text-transform: uppercase;
      letter-spacing: .12em;
    }

    /* Section Common */
    .fp-cream {
      background: var(--cream);
      color: var(--text);
    }

    .fp-dark {
      background: var(--navy);
      color: #fff;
    }

    .fp-section {
      padding: 96px 0;
    }

    .fp-title-row {
      display: grid;
      grid-template-columns: 1fr 330px;
      gap: 60px;
      align-items: end;
      margin-bottom: 60px;
    }

    .fp-section-kicker {
      color: var(--gold);
      
      font-weight: 800;
      letter-spacing: .22em;
      text-transform: uppercase;
      font-size: 9px;
      margin-bottom: 19px;
      position: relative;
      display: inline-block;
    }

    .fp-section-kicker::before {
      content: "";
      width: 38px;
      height: 1px;
      background: var(--gold);
      display: inline-block;
      vertical-align: middle;
      margin-right: 18px;
    }

    .fp-section-title {
    
      font-size: clamp(39px, 4.8vw, 62px);
      line-height: .96;
      letter-spacing: -0.05em;
      color: #101827;
    }

    .fp-section-title span {
      color: var(--gold);
    }

    .fp-title-desc {
      color: #5c6570;
      font-size: 13px;
      line-height: 1.75;
      position: relative;
      padding-left: 24px;
    }

    .fp-title-desc::before {
      content: "";
      position: absolute;
      left: 0;
      top: 10px;
      width: 10px;
      height: 10px;
      border-top: 1px solid var(--gold);
      border-left: 1px solid var(--gold);
    }

    /* Pathways cards */
    .fp-path-card-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-top: 1px solid var(--border-light);
      border-left: 1px solid var(--border-light);
      background: rgba(255,255,255,.45);
    }

    .fp-path-card {
      background: rgba(255,255,255,.52);
      padding: 31px 24px 26px;
      min-height: 315px;
      border-right: 1px solid var(--border-light);
      border-bottom: 1px solid var(--border-light);
      position: relative;
    }

    .fp-card-icon {
      color: var(--gold);
      width: 23px;
      height: 23px;
      margin-bottom: 28px;
    }

    .fp-card-kicker {
      color: var(--gold);
      
      font-size: 9px;
      letter-spacing: .17em;
      text-transform: uppercase;
      font-weight: 800;
      margin-bottom: 8px;
    }

    .fp-path-card h3 { 
      color: #0f1826;
      font-size: 24px;
      letter-spacing: -0.035em;
      line-height: 1.05;
      margin-bottom: 14px;
    }

    .fp-path-card p {
      color: #59636f;
      font-size: 11px;
      line-height: 1.75;
      margin-bottom: 18px;
    }

    .fp-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin-bottom: 22px;
    }

    .fp-meta span {
      font-size: 8px;
      color: #606a75;
      border: 1px solid rgba(7,23,39,.14);
      padding: 4px 7px;
      background: rgba(255,255,255,.48);
    }

    .fp-card-bottom {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 22px;
      display: flex;
      justify-content: space-between;
      color: var(--gold);
      
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: .16em;
      font-weight: 800;
    }

    /* Rigor */
    .fp-rigor {
      padding: 110px 0 98px;
      background: var(--navy);
      color: #fff;
    }

    .fp-centered-title {
      text-align: center;
      margin-bottom: 82px;
    }

    .fp-mini-kicker {
      color: var(--gold);
      
      letter-spacing: .22em;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 9px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 17px;
      margin-bottom: 18px;
    }

    .fp-mini-kicker::before,
    .fp-mini-kicker::after {
      content: "";
      width: 44px;
      height: 1px;
      background: var(--gold);
    }

    .fp-dark-title {

      font-size: clamp(34px, 4vw, 54px);
      line-height: 1;
      letter-spacing: -0.04em;
      color: #fff8ef;
    }

    .fp-dark-title span {
      color: var(--gold2);
    }

    .fp-title-underline {
      margin: 24px auto 0;
      width: 60px;
      height: 1px;
      background: var(--gold);
      position: relative;
    }

    .fp-title-underline::before {
      content: "";
      position: absolute;
      left: 50%;
      top: -4px;
      width: 7px;
      height: 7px;
      transform: translateX(-50%);
      background: var(--gold);
      border-radius: 50%;
    }

    .fp-rigor-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      border-left: 1px solid var(--border-dark);
      margin-bottom: 38px;
    }

    .fp-rigor-card {
      padding: 0 38px;
      min-height: 185px;
      border-right: 1px solid var(--border-dark);
    }

    .fp-rigor-card .fp-card-icon {
      margin-bottom: 27px;
    }

    .fp-rigor-card h3 {

      font-size: 25px;
      letter-spacing: -0.03em;
      margin-bottom: 16px;
      color: #fff8ef;
    }

    .fp-rigor-card p {
      color: #a8b2bf;
      font-size: 12px;
      line-height: 1.7;
      margin-bottom: 20px;
    }

    .fp-learn {
      color: var(--gold);
      
      font-size: 8px;
      letter-spacing: .16em;
      text-transform: uppercase;
      font-weight: 800;
    }

    .fp-gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .fp-gallery-item {
      height: 147px;
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-position: center;
    }

    .fp-gallery-item:nth-child(1) {
      background-image: linear-gradient(to top, rgba(3,11,20,.72), transparent 55%), url("../images/element/fostering_practice1.jpg");
    }

    .fp-gallery-item:nth-child(2) {
      background-image: linear-gradient(to top, rgba(3,11,20,.72), transparent 55%), url("../images/element/fostering_practice2.jpg");
    }

    .fp-gallery-item:nth-child(3) {
      background-image: linear-gradient(to top, rgba(3,11,20,.72), transparent 55%), url("../images/element/fostering_practice3.jpg");
    }

    .fp-gallery-label {
      position: absolute;
      left: 14px;
      bottom: 12px;
      color: #fff;
      font-size: 10px;
      display: flex;
      align-items: center;
      gap: 7px;
    }

    .fp-gallery-label::before {
      content: "";
      width: 5px;
      height: 5px;
      background: var(--gold);
      border-radius: 50%;
    }

    /* Testimonials */
    .fp-testimonials {
      padding: 108px 0 100px;
    }

    .fp-testimonials .fp-title-row {
      grid-template-columns: 1fr;
      margin-bottom: 62px;
    }

    .fp-testimonials .fp-section-title {
      max-width: 640px;
    }

    .fp-testimonial-list {
      display: grid;
      gap: 34px;
    }

    .fp-testimonial {
      background: rgba(255,255,255,.72);
      border: 1px solid var(--border-light);
      padding: 38px 42px;
      display: grid;
      grid-template-columns: 1fr 185px;
      gap: 34px;
      align-items: center;
      min-height: 146px;
      position: relative;
    }

    .fp-quote {
      color: var(--gold);

      font-size: 44px;
      line-height: .5;
      margin-bottom: 10px;
      opacity: .55;
    }

    .fp-testimonial blockquote {
      color: #172233;

      font-size: 20px;
      line-height: 1.45;
      font-style: italic;
      letter-spacing: -0.02em;
      margin-bottom: 19px;
    }

    .fp-test-meta {
      color: var(--gold);
      
      font-size: 8px;
      letter-spacing: .14em;
      text-transform: uppercase;
      font-weight: 800;
    }

    .fp-person {
      display: grid;
      grid-template-columns: 54px 1fr;
      align-items: center;
      gap: 14px;
      border-left: 1px solid rgba(7,23,39,.13);
      padding-left: 28px;
      text-align: right;
    }

    .fp-avatar {
      width: 54px;
      height: 54px;
      background-size: cover;
      background-position: center;
      filter: grayscale(1);
      opacity: .9;
      margin-left: auto;
      grid-column: 1;
    }

    .fp-person h4 {
      color: #0e1825;

      font-size: 15px;
      line-height: 1.1;
      margin-bottom: 5px;
    }

    .fp-person p {
      color: #7b8491;
      font-size: 9px;
      line-height: 1.5;
    }

    /* CTA */
    .fp-cta {
      padding: 118px 0 104px;
      background: var(--navy);
    }

    .fp-cta-box {
      width: min(100%, 620px);
      margin: auto;
      min-height: 430px;
      border: 1px solid rgba(255,255,255,.04);
      display: grid;
      place-items: center;
      text-align: center;
      padding: 50px;
      position: relative;
    }

    .fp-cta-box::before,
    .fp-cta-box::after {
      content: "";
      position: absolute;
      inset: 55px;
      border: 1px solid rgba(255,255,255,.032);
      transform: rotate(45deg);
      pointer-events: none;
    }

    .fp-cta-inner {
      position: relative;
      z-index: 2;
      max-width: 475px;
      margin: auto;
    }

    .fp-cta-symbol {
      color: var(--gold);
      font-size: 13px;
      margin-bottom: 22px;
    }

    .fp-cta h2 {

      color: #fff8ef;
      font-size: clamp(38px, 5vw, 65px);
      line-height: .95;
      letter-spacing: -0.05em;
      margin-bottom: 28px;
    }

    .fp-cta h2 span {
      color: var(--gold2);
    }

    .fp-cta p {
      color: #aeb8c4;

      font-size: 16px;
      font-style: italic;
      line-height: 1.7;
      margin-bottom: 32px;
    }

    .fp-cta-line {
      width: 72px;
      height: 1px;
      background: var(--gold);
      margin: 0 auto 28px;
      position: relative;
    }

    .fp-cta-line::before,
    .fp-cta-line::after {
      content: "";
      position: absolute;
      top: -2px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--gold);
    }

    .fp-cta-line::before { left: -3px; }
    .fp-cta-line::after { right: -3px; }

    .fp-cta-note {

      font-size: 11px !important;
      font-style: normal !important;
      color: #8e99a8 !important;
      max-width: 410px;
      margin: 0 auto 28px !important;
    }

    .fp-cta .fp-btn {
      background: var(--gold);
      color: #071727;
      margin-bottom: 24px;
    }

    .fp-cta-foot {
      color: #677484;
      
      font-size: 8px;
      letter-spacing: .16em;
      text-transform: uppercase;
    }

    /* Footer */
    .fp-footer {
      background: #030b14;
      padding: 60px 0 31px;
      color: #9ca7b5;
    }

    .fp-footer-grid {
      display: grid;
      grid-template-columns: 1.35fr repeat(4, 1fr);
      gap: 58px;
    }

    .fp-footer-about .fp-logo {
      margin-bottom: 23px;
    }

    .fp-footer-about p {
      font-size: 11px;
      line-height: 1.85;
      margin-bottom: 22px;
      max-width: 270px;
    }

    .fp-contact {
      display: grid;
      gap: 9px;
      font-size: 10px;
    }

    .fp-contact span {
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .fp-contact i {
      color: var(--gold);
      font-style: normal;
    }

    .fp-footer-col h4 {
      color: #fff8ef;
      
      font-size: 10px;
      letter-spacing: .16em;
      text-transform: uppercase;
      margin-bottom: 20px;
      position: relative;
    }

    .fp-footer-col h4::before {
      content: "";
      width: 6px;
      height: 6px;
      background: var(--gold);
      display: inline-block;
      margin-right: 8px;
    }

    .fp-footer-col ul {
      list-style: none;
      display: grid;
      gap: 13px;
    }

    .fp-footer-col a {
      font-size: 10px;
      color: #909baa;
      transition: .25s ease;
    }

    .fp-footer-col a:hover {
      color: var(--gold2);
    }

    .fp-footer-bottom {
      border-top: 1px solid rgba(255,255,255,.055);
      margin-top: 58px;
      padding-top: 25px;
      display: flex;
      justify-content: space-between;
      gap: 18px;
      color: #737f8f;
      font-size: 9px;
      flex-wrap: wrap;
    }

    .fp-footer-legal {
      display: flex;
      gap: 24px;
      flex-wrap: wrap;
    }

    /* Responsive */
    @media (max-width: 1060px) {
      .fp-menu,
      .fp-actions {
        display: none;
      }

      .fp-mobile-menu {
        display: block;
      }

      .fp-hero-inner {
        gap: 34px;
      }

      .fp-path-card-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .fp-footer-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 760px) {
      .fp-wrap {
        width: min(100% - 28px, 620px);
      }

      .fp-header {
        padding: 15px 0;
      }

      .fp-hero {
        padding: 86px 0 44px;
        min-height: auto;
      }

      .fp-hero-inner {
        grid-template-columns: 1fr;
      }

      .fp-hero h1 {
        font-size: 50px;
      }

      .fp-hero-visual {
        min-height: auto;
      }

      .fp-hero-card {
        width: 100%;
        padding: 18px;
      }

      .fp-hero-img {
        height: 390px;
      }

      .fp-chat {
        top: 44px;
        right: 20px;
      }

      .fp-caption {
        left: 30px;
        bottom: 35px;
      }

      .fp-brand-row {
        gap: 18px;
      }

      .fp-stats {
        grid-template-columns: repeat(2, 1fr);
      }

      .fp-title-row {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 38px;
      }

      .fp-section {
        padding: 68px 0;
      }

      .fp-path-card-grid,
      .fp-rigor-grid,
      .fp-gallery {
        grid-template-columns: 1fr;
      }

      .fp-rigor-card {
        padding: 30px 0;
        border-right: 0;
        border-bottom: 1px solid var(--border-dark);
      }

      .fp-testimonial {
        grid-template-columns: 1fr;
        padding: 28px 24px;
      }

      .fp-person {
        border-left: 0;
        border-top: 1px solid rgba(7,23,39,.13);
        padding-left: 0;
        padding-top: 20px;
        text-align: left;
      }

      .fp-footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
      }
    }

    @media (max-width: 480px) {
      .fp-logo-icon {
        width: 27px;
        height: 27px;
      }

      .fp-logo-text strong {
        font-size: 10px;
      }

      .fp-logo-text span {
        font-size: 7px;
      }

      .fp-hero {
        background-size: 48px 48px, 48px 48px, auto, auto;
      }

      .fp-kicker {
        font-size: 7px;
        margin-bottom: 18px;
      }

      .fp-hero h1 {
        font-size: 39px;
      }

      .fp-hero p {
        font-size: 12px;
      }

      .fp-tags {
        font-size: 6px;
        gap: 10px;
      }

      .fp-btn {
        height: 38px;
        font-size: 8px;
        padding: 0 16px;
      }

      .fp-hero-img {
        height: 300px;
      }

      .fp-chat {
        height: 25px;
        font-size: 8px;
        top: 32px;
        right: 8px;
      }

      .fp-caption {
        left: 20px;
        right: 20px;
        bottom: 28px;
        padding: 12px;
      }

      .fp-caption strong {
        font-size: 8px;
      }

      .fp-caption span {
        font-size: 9px;
      }

      .fp-trust {
        margin-top: 38px;
      }

      .fp-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
      }

      .fp-section-title,
      .fp-dark-title {
        font-size: 36px;
      }

      .fp-path-card {
        min-height: 280px;
      }

      .fp-centered-title {
        margin-bottom: 42px;
      }

      .fp-testimonial blockquote {
        font-size: 16px;
      }

      .fp-cta-box {
        padding: 34px 20px;
        min-height: 390px;
      }

      .fp-cta h2 {
        font-size: 39px;
      }

      .fp-footer-bottom {
        flex-direction: column;
      }
    } 