
@layer base {
  
  body, :host {
    /* Color */
      --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
--alumnus-gold: #e0a16e;
--border-grey: var(--grey-200);
--mentorship: #B7D5D4;
--gatherings: #A67DB8;
--experiences: #d6cc5f;
  /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-newsreader: 'Newsreader',serif;
--font-ibmplexsans: 'IBM Plex Sans',sans-serif;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .bIqWeC {
    color:black;
  width:100%;
  display:flex;
  background:var(--grey-50);
  min-height:100%;
  align-items:center;
  font-family:IBM Plex Sans;
  justify-content:flex-start;
  scroll-behavior:smooth;
  scroll-snap-type:y mandatoryt;
  }
      

      
        
        
      
      
  .YwEjN {
    display:flex;
  row-gap:1rem;
  max-width:30rem;
  column-gap:1rem;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .cnqzOp {
    font-size:inherit;
  transition:all var(--animation-duration) ease;
  font-family:inherit;
  font-weight:inherit;
  line-height:inherit;
  }
      

      
  .cnqzOp.overflow-clip {
    overflow-x:clip;
  overflow-y:clip;
  }
      

        
        
      
      
  .dLeMRW {
    height:100%;
  font-size:inherit;
  transition:all var(--animation-duration) ease;
  font-family:inherit;
  font-weight:inherit;
  line-height:inherit;
  }
      

      
  .dLeMRW.fade-in-start {
    opacity:0;
  }
      


  .dLeMRW.fade-in-finish {
    opacity:1;
  }
      


  .dLeMRW.slide-up-start {
    translate:0 110% 0;
  }
      


  .dLeMRW.slide-up-finish {
    translate:0 0 0;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .HomePage\:-YGJ5S_hTiNhUeXZuOhIM {
    flex:1;
  }
      

      
        
        
      
      
  .gSOHa {
    flex:1;
  row-gap:2rem;
  column-gap:2rem;
  transition:opacity 500ms ease;
  padding-top:6rem;
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  padding-bottom:3rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .HEKgp {
    color:inherit;
  font-size:clamp(3rem, 3vw + 1rem, 5rem);
  transition:opacity 300ms ease;
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-regular);
  line-height:110%;
  }
      

      
          @media (max-width: 1080px) {
            
  .HEKgp {
    font-size:clamp(1.5rem, 4vw + 1rem, 2.5rem);
  }
      

          }
          
        
        
      
      
  .HomePage\:2E_Kuqke0a-5SmFJBII0M {
    padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:2rem;
  border-bottom-color:var(--experiences);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .ejIVWb {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  line-height:inherit;
  }
      

      
        
        
      
      
  .eKfgAM {
    width:15vw;
  border-left-color:var(--border-grey);
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
          @media (max-width: 1080px) {
            
  .eKfgAM {
    display:none;
  }
      

          }
          
        
        
      
      
  .eZZHCi {
    font-size:inherit;
  transition:opacity 300ms ease  , translate 300ms ease;
  font-family:inherit;
  font-weight:inherit;
  line-height:inherit;
  }
      

      
        
        
      
      
  .cBnbyG {
    width:100%;
  background:#a67db840;
  scroll-snap-align:start;
  border-bottom-color:var(--border-grey);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .byEfFl {
    font-size:var(--font-size-base);
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-light);
  line-height:140%;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .bTXQrH {
    width:15vw;
  border-right-color:var(--border-grey);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 1080px) {
            
  .bTXQrH {
    display:none;
  }
      

          }
          
        
        
      
      
  .eClMJO {
    width:100%;
  height:100%;
  opacity:0.15;
  z-index:1;
  position:absolute;
  object-fit:cover;
  }
      

      
        
        
      
      
  .chqUnZ {
    flex:1;
  row-gap:2rem;
  column-gap:2rem;
  padding-top:6rem;
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  flex-direction:column;
  padding-bottom:3rem;
  }
      

      
        
        
      
      
  .bMPa-dQ {
    flex:1;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  }
      

      
  .bMPa-dQ.light {
    background:#0000000d;
  }
      

        
        
      
      
  .eEussD {
    color:#686969;
  font-size:var(--font-size-base);
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-light);
  }
      

      
        
        
      
      
  .JLhmb {
    rotate:0 0 1 180deg;
  }
      

      
        
        
      
      
  .kpgyE {
    row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
        
      
      
  .LIPQA {
    font-family:IBM Plex Sans;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .bSQgOF {
    width:3rem;
  height:3rem;
  object-fit:cover;
  border-top-left-radius:6rem;
  border-top-right-radius:6rem;
  border-bottom-left-radius:6rem;
  border-bottom-right-radius:6rem;
  }
      

      
        
        
      
      
  .dLSoql {
    font-size:var(--font-size-2xl);
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-bold);
  }
      

      
        
        
      
      
  .cdYSJL {
    color:#686969;
  font-size:var(--font-size-sm);
  font-style:italic;
  font-family:IBM Plex Sans;
  white-space:normal;
  }
      

      
        
        
      
      
  .evEPkL {
    row-gap:1.5rem;
  column-gap:1.5rem;
  padding-top:2rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:2rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .rltzo {
    flex:1;
  }
      

      
        
        
      
      
  .dTyTuj {
    flex:1;
  display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ethCKB {
    width:15vw;
  border-left-color:var(--mentorship);
  border-left-style:solid;
  border-left-width:1px;
  }
      

      
          @media (max-width: 1080px) {
            
  .ethCKB {
    display:none;
  }
      

          }
          
        
        
      
      
  .dUvlfH {
    width:100%;
  min-height:100svh;
  padding-top:3rem;
  scroll-snap-align:start;
  border-bottom-color:var(--border-grey);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .ehwUPV {
    max-width:100%;
  }
      

      
        
        
      
      
  .HomePage\:GB3OQ5G2UPLamGebpfbY3 {
    padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:2rem;
  border-bottom-color:var(--gatherings);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .cgTZhl {
    flex:1;
  max-height:1px;
  }
      

      
        
        
      
      
  .cNxVHC {
    height:100%;
  flex-direction:row;
  }
      

      
        
        
      
      
  .HomePage\:HGdqaQqCvXwkdYiRwDue_ {
    flex:1;
  }
      

      
        
        
      
      
  .cXrnlw {
    cursor:pointer;
  display:flex;
  row-gap:.5rem;
  background:var(--alumnus-gold);
  column-gap:.5rem;
  transition:background 300ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .cXrnlw:hover {
    background:white;
  }
      

        
        
      
      
  .blXHsz {
    width:100%;
  background:#d6cc5f40;
  scroll-snap-align:start;
  border-bottom-color:var(--border-grey);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .eLvYdv {
    flex:1;
  padding-top:3rem;
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  padding-bottom:3rem;
  }
      

      
        
        
      
      
  .cEUfXX {
    display:flex;
  row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .dglIYv {
    cursor:pointer;
  display:flex;
  row-gap:.5rem;
  background:var(--experiences);
  column-gap:.5rem;
  transition:background 300ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .dglIYv:hover {
    background:white;
  }
      

        
        
      
      
  .Cvdlk {
    color:inherit;
  font-size:clamp(2rem, 2vw + 1rem, 4rem);
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-regular);
  line-height:100%;
  }
      

      
          @media (max-width: 1080px) {
            
  .Cvdlk {
    font-size:clamp(1.25rem, 3vw + 1rem, 2rem);
  }
      

          }
          
        
        
      
      
  .HomePage\:LaqAtGhoXEULoVxlUzDhN {
    padding-top:1rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .dXAFcy {
    width:15vw;
  border-right-color:var(--experiences);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 1080px) {
            
  .dXAFcy {
    display:none;
  }
      

          }
          
        
        
      
      
  .cPqdwM {
    flex:1;
  transition:opacity 300ms ease;
  padding-top:3rem;
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  padding-bottom:3rem;
  }
      

      
        
        
      
      
  .eXvemt {
    flex:1;
  min-width:290px;
  background:white;
  min-height:fit-content;
  overflow-x:hidden;
  overflow-y:hidden;
  border-color:var(--gatherings);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .bKJdoA {
    row-gap:.5rem;
  column-gap:.5rem;
  }
      

      
        
        
      
      
  .djAEua {
    display:inline;
  font-size:var(--font-size-xxs);
  font-family:IBM Plex Sans;
  margin-left:auto;
  }
      

      
        
        
      
      
  .fhesdL {
    background:var(--gatherings);
  }
      

      
        
        
      
      
  .cgVSck {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ph" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M72 48v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24v32H48V48Zm136 160H48V96h160zm-48-56a8 8 0 0 1-8 8h-16v16a8 8 0 0 1-16 0v-16h-16a8 8 0 0 1 0-16h16v-16a8 8 0 0 1 16 0v16h16a8 8 0 0 1 8 8"></path></svg>;
  }
      

      
        
        
      
      
  .belWpx {
    font-size:var(--font-size-2xl);
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .ZhNTB {
    width:3rem;
  height:100%;
  display:flex;
  background:white;
  min-height:3rem;
  align-items:center;
  justify-content:center;
  border-top-left-radius:1rem;
  border-bottom-left-radius:1rem;
  }
      

      
        
        
      
      
  .bWpTnd {
    width:fit-content;
  height:auto;
  }
      

      
        
        
      
      
  .event_gather\:DaQTgVBl3IILp27z5cByX {
    width:100%;
  cursor:pointer;
  row-gap:.25rem;
  column-gap:.25rem;
  }
      

      
        
        
      
      
  .dvUOtu {
    width:100%;
  display:flex;
  row-gap:1rem;
  background:var(--grey-50);
  column-gap:1rem;
  align-items:flex-start;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:flex-start;
  border-top-left-radius:1.375rem;
  border-top-right-radius:1.375rem;
  border-bottom-left-radius:1.375rem;
  border-bottom-right-radius:1.375rem;
  }
      

      
        
        
      
      
  .ceBZmV {
    color:#5e5e5e;
  font-size:var(--font-size-sm);
  font-family:IBM Plex Sans;
  }
      

      
        
        
      
      
  .eHZdYu {
    display:flex;
  row-gap:1rem;
  background:var(--grey-50);
  column-gap:1rem;
  align-items:flex-start;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:flex-start;
  border-top-left-radius:1.375rem;
  border-top-right-radius:1.375rem;
  border-bottom-left-radius:1.375rem;
  border-bottom-right-radius:1.375rem;
  }
      

      
        
        
      
      
  .bejjss {
    color:#5e5e5e;
  font-size:var(--font-size-sm);
  text-align:left;
  font-family:IBM Plex Sans;
  white-space:normal;
  }
      

      
        
        
      
      
  .event_gather\:RwSULezjXiW3lcFUklqQ9 {
    width:100%;
  cursor:pointer;
  transition:background 300ms ease;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
  .event_gather\:RwSULezjXiW3lcFUklqQ9:hover {
    background:var(--alumnus-gold);
  }
      

        
        
      
      
  .bAcwkY {
    flex:1;
  height:100%;
  display:flex;
  align-items:flex-start;
  justify-content:space-evenly;
  }
      

      
        
        
      
      
  .cZwlaz {
    font-size:var(--font-size-sm);
  font-family:IBM Plex Sans;
  }
      

      
        
        
      
      
  .eclUGO {
    max-width:100%;
  white-space:normal;
  }
      

      
        
        
      
      
  .vdRcm {
    font-size:var(--font-size-xs);
  text-align:center;
  font-family:IBM Plex Sans;
  }
      

      
        
        
      
      
  .buUmhN {
    row-gap:1rem;
  column-gap:1rem;
  min-height:15rem;
  padding-top:clamp(16px, 2.4vw, 40px);
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  padding-bottom:clamp(16px, 2.4vw, 40px);
  }
      

      
        
        
      
      
  .fswmAQ {
    text-align:left;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dUKMxK {
    transition:background 300ms ease  , border-bottom-color 300ms ease;
  border-bottom-color:var(--border-grey);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  .dUKMxK:hover {
    background:#0000000d;
  }
      


  .dUKMxK.open {
    border-bottom-color:var(--alumnus-gold);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

        
        
      
      
  .ttaHE {
    height:0%;
  font-size:var(--font-size-base);
  overflow-y:hidden;
  text-align:left;
  transition:height 300ms ease;
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-light);
  line-height:140%;
  }
      

      
  .ttaHE.open {
    height:100%;
  }
      

        
        
      
      
  .eaEzGp {
    flex:1;
  font-size:var(--font-size-2xl);
  text-align:left;
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-normal);
  line-height:120%;
  }
      

      
        
        
      
      
  .bLPqWk {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bsiRq {
    display:flex;
  opacity:0;
  max-height:0px;
  overflow-y:visible;
  transition:max-height 300ms cubic-bezier(0, 1.07, 0.25, 1)  , opacity 300ms ease;
  align-items:flex-start;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:flex-start;
  }
      

      
  .bsiRq.open {
    opacity:1;
  max-height:500px;
  }
      

        
        
      
      
  .faq\:uNhdRY5v5QnrvA1T7YAvx {
    width:100%;
  cursor:pointer;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .xLJlo {
    cursor:pointer;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .bgoWVc {
    transition:rotate 300ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .bgoWVc.open {
    rotate:0 0 1 180deg;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  .bxVMdQ {
    width:100%;
  overflow-y:scroll;
  border-top-color:var(--border-grey);
  border-top-style:solid;
  border-top-width:1px;
  scroll-snap-align:start;
  }
      

      
        
        
      
      
  .ftJbKQ {
    row-gap:1px;
  transform:translate3d(0px, 0px, 0px);
  column-gap:1px;
  flex-direction:row;
  }
      

      
          @media (max-width: 1080px) {
            
  .ftJbKQ {
    flex-direction:column;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dQfQZg {
    width:100%;
  height:100%;
  display:flex;
  max-height:calc(100svh - 3rem);
  overflow-x:clip;
  overflow-y:clip;
  font-family:inherit;
  padding-top:clamp(16px, 2.4vw, 40px);
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  flex-direction:column;
  padding-bottom:clamp(16px, 2.4vw, 40px);
  }
      

      
        
        
      
      
  .elQpey {
    width:100%;
  height:2px;
  background:var(--color);
  }
      

      
        
        
      
      
  .bAwwZH {
    flex:1;
  display:flex;
  row-gap:1rem;
  animation:;
  column-gap:1rem;
  align-items:flex-start;
  padding-top:clamp(16px, 2.4vw, 40px);
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  padding-bottom:clamp(16px, 2.4vw, 40px);
  justify-content:flex-start;
  }
      

      
  .bAwwZH.mobile {
    padding-top:calc(21px + 0.78125vw);
  padding-bottom:calc(21px + 0.78125vw);
  }
      

        
        
      
      
  .devPik {
    width:60%;
  row-gap:1rem;
  max-width:30rem;
  column-gap:1rem;
  font-family:inherit;
  }
      

      
        
        
      
      
  .eQKHA-D {
    flex:1 1 0%;
  display:flex;
  animation:;
  box-sizing:border-box;
  align-items:flex-end;
  font-family:inherit;
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  justify-content:flex-end;
  }
      

      
  .eQKHA-D.mobile {
    flex:0;
  }
      

        
        
      
      
  .dPVkMl {
    font-size:var(--font-size-base);
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-light);
  }
      

      
        
        
      
      
  .ddHfQa {
    flex:1;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

      
        
        
      
      
  .hero-div\:BK-VY1vo4e3Yh4Gcmjd4R {
    cursor:pointer;
  display:flex;
  row-gap:.5rem;
  font-size:var(--font-size-sm);
  column-gap:.5rem;
  align-items:center;
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .bGenyj {
    flex:1;
  animation:2.5s ease 0ms 1 normal none running animation-cCFAIl;
  max-height:calc(100% - 2.5rem);
  overflow-x:hidden;
  overflow-y:hidden;
  border-bottom-right-radius:1rem;
  }
      

      
          @media (min-width: 1080px) {
            
  .bGenyj {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  max-height:100%;
  }
      

          }
          
        
                  @keyframes animation-cCFAIl {
                    
                        0% {
                          border-bottom-right-radius: 0rem;
                        }
                        

                        39.99999999999999% {
                          border-bottom-right-radius: 0rem;
                        }
                        

                        100% {
                          border-bottom-right-radius: 1rem;
                        }
                        
                  }
                  
        
      
      
  .HGBoM {
    flex:1;
  color:black;
  display:flex;
  animation:;
  background:var(--color);
  transition:background 500ms cubic-bezier(0.42, 0, 0.58, 1) 0ms normal;
  align-items:flex-start;
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  justify-content:center;
  border-top-left-radius:1rem;
  }
      

      
  .HGBoM.mobile {
    flex:0;
  }
      

        
        
      
      
  .faJTcK {
    width:0%;
  height:100%;
  background:black;
  }
      

      
  .faJTcK.current {
    animation:10000ms linear 0ms 1 normal none running animation-cJzwaB;
  }
      

        
                  @keyframes animation-cJzwaB {
                    
                        0% {
                          width: 0%;
                        }
                        

                        100% {
                          width: 100%;
                        }
                        
                  }
                  
        
      
      
  .hero-div\:Ibvf5kNNpcBjAvUSC98Ko {
    color:black;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .cxmVnz {
    width:50%;
  display:flex;
  margin-top:auto;
  align-items:flex-start;
  margin-left:auto;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
  .bwtVRq.animation {
    animation:1s ease 0ms 1 normal none running animation-dGUTqz;
  }
      

        
                  @keyframes animation-dGUTqz {
                    
                        0% {
                          opacity: 1;
                        }
                        

                        40% {
                          opacity: 0;
                        }
                        

                        60.00000000000001% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .fERsaB {
    flex:2;
  }
      

      
  .fERsaB.animation {
    animation:1s ease 0ms 1 normal none running animation-dGUTqz;
  }
      

        
        
      
      
  .gExbe {
    background:var(--bg-color);
  margin-top:1rem;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:background 500ms cubic-bezier(0.42, 0, 0.58, 1);
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .dZejKo {
    margin-top:auto;
  margin-left:auto;
  }
      

      
        
        
      
      
  .fchCIc {
    flex:1;
  display:flex;
  max-height:50%;
  flex-direction:row;
  }
      

      
          @media (max-width: 1080px) {
            
  .fchCIc {
    max-height:30%;
  }
      

          }
          
        
        
      
      
  .eLWRQM {
    width:100%;
  display:flex;
  margin-top:auto;
  align-items:flex-start;
  margin-left:auto;
  padding-top:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:space-between;
  }
      

      
        
        
      
      
  .bFStqq {
    animation:;
  flex-grow:1;
  flex-basis:0%;
  flex-shrink:1;
  font-family:inherit;
  flex-direction:row;
  }
      

      
        
        
      
      
  .defQKM {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-light);
  line-height:140%;
  }
      

      
  .defQKM.animation {
    animation:1s ease 0ms 1 normal none running animation-bnkNrm;
  }
      

        
                  @keyframes animation-bnkNrm {
                    
                        0% {
                          opacity: 1;
                        }
                        

                        39.99999999999999% {
                          opacity: 0;
                        }
                        

                        60.00000000000001% {
                          opacity: 0;
                        }
                        
                  }
                  
        
      
      
  .cnIspi {
    row-gap:2rem;
  column-gap:2rem;
  }
      

      
  .cnIspi.animation {
    animation:1s ease 0ms 1 normal none running animation-dGUTqz;
  }
      

        
        
      
      
  .sVNfH {
    width:var(--width);
  cursor:pointer;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  transition:width 500ms ease  , opacity 500ms ease;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
  .sVNfH.opacity {
    opacity:.5;
  }
      

        
        
      
      
  .ewRvKa {
    color:inherit;
  font-size:var(--font-size-base);
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-normal);
  }
      

      
        
        
      
      
  .bmpZKh {
    row-gap:2rem;
  column-gap:2rem;
  font-family:inherit;
  }
      

      
        
        
      
      
  .fHoTQu {
    color:var(--color);
  }
      

      
        
        
      
      
  .VmbLF {
    animation:;
  max-width:100%;
  max-height:100%;
  object-fit:cover;
  overflow-x:clip;
  overflow-y:clip;
  aspect-ratio:1/1;
  }
      

      
  .VmbLF.animation {
    animation:1s ease 0ms 1 normal none running animation-dGUTqz;
  }
      

        
        
      
      
  .dApaGJ {
    height:100%;
  }
      

      
        
        
      
      
  .hero-div\:pUvC0KUv2EAYmI1nC4JL1 {
    color:black;
  width:100%;
  display:flex;
  align-items:center;
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:space-between;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .ecOxmC {
    font-size:var(--font-size-sm);
  font-family:inherit;
  font-weight:var(--font-weight-light);
  line-height:125%;
  }
      

      
        
        
      
      
  
      

      
  .fvsVCm.animation {
    animation:1s ease 0ms 1 normal none running animation-cajQSk;
  }
      

        
                  @keyframes animation-cajQSk {
                    
                        0% {
                          opacity: 1;
                        }
                        

                        50% {
                          opacity: 0;
                        }
                        

                        100% {
                          opacity: 1;
                        }
                        
                  }
                  
        
      
      
  .hero-div\:so144YS4dkaOK_h77b_II {
    color:black;
  width:100%;
  cursor:pointer;
  display:flex;
  animation:2s ease 0ms 1 normal none running animation-empty;
  transition:background 500ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:space-between;
  }
      

      
  .hero-div\:so144YS4dkaOK_h77b_II:hover {
    background:white;
  }
      

        
        
      
      
  .dpnDdB {
    background:var(--bg-color);
  margin-top:1rem;
  transition:background 500ms cubic-bezier(0.42, 0, 0.58, 1);
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .bRkwjK {
    flex:1;
  display:flex;
  animation:;
  box-sizing:border-box;
  padding-top:0px;
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  padding-bottom:0px;
  }
      

      
  .bRkwjK.mobile {
    flex:1;
  padding-left:0px;
  padding-right:0px;
  }
      

        
        
      
      
  .lvKqF {
    width:var(--width);
  cursor:pointer;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  transition:width 500ms ease  , opacity 500ms ease;
  align-items:flex-end;
  justify-content:flex-start;
  }
      

      
  .lvKqF.opacity {
    opacity:.45;
  }
      

        
        
      
      
  .HomePage\:TWEL4GvXf98iWdKrJYbid {
    width:100%;
  }
      

      
        
        
      
      
  .HomePage\:Vkgplvw-Q-_uMTAttMVMy {
    padding-top:2rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:2rem;
  border-bottom-color:var(--alumnus-gold);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .ervOGv {
    width:100%;
  border-top-color:var(--border-grey);
  border-top-style:solid;
  border-top-width:1px;
  scroll-snap-align:start;
  }
      

      
        
        
      
      
  .eyVPLS {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  .dawXrE {
    width:100%;
  height:100svh;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  scroll-snap-align:start;
  border-bottom-color:var(--border-grey);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .HomePage\:_KYcPFJoMhk8KOrEayusU {
    padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:2rem;
  border-bottom-color:var(--mentorship);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
  
      

        
        
      
      
  
      

      
        
        
      
      
  .SxohH {
    color:white;
  width:100%;
  display:flex;
  row-gap:2rem;
  z-index:101;
  flex-wrap:wrap;
  background:black;
  column-gap:2rem;
  min-height:100svh;
  align-items:center;
  padding-top:2rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:2rem;
  justify-content:center;
  border-top-color:var(--border-grey);
  border-top-style:solid;
  border-top-width:1px;
  scroll-snap-align:end;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .dbVQGS {
    flex:1;
  width:100%;
  display:flex;
  row-gap:3rem;
  z-index:10;
  max-width:42rem;
  column-gap:3rem;
  align-items:flex-start;
  padding-top:3rem;
  padding-left:2rem;
  padding-right:2rem;
  padding-bottom:3rem;
  justify-content:center;
  }
      

      
          @media (min-width: 1280px) {
            
  .dbVQGS {
    max-width:60%;
  }
      

          }
          

          @media (min-width: 1800px) {
            
  .dbVQGS {
    max-width:50%;
  }
      

          }
          
        
        
      
      
  .bEEZzF {
    max-width:42rem;
  font-family:IBM Plex Sans;
  }
      

      
        
        
      
      
  .eWJBFf {
    width:100%;
  height:3rem;
  z-index:100;
  position:fixed;
  background:#ffffff80;
  backdrop-filter:blur(8px);
  }
      

      
        
        
      
      
  .ZbfMQ {
    color:var(--alumnus-gold);
  cursor:pointer;
  height:100%;
  display:flex;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-light);
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .cUYbQz {
    width:100%;
  height:100vh;
  opacity:0;
  z-index:20;
  position:absolute;
  translate:calc(100% + 1rem) 0 0;
  transition:all 500ms ease;
  }
      

      
  .cUYbQz.show {
    opacity:1;
  translate:0 0 0;
  }
      

        
        
      
      
  .cXdPwa {
    height:100%;
  transition:background 300ms ease;
  }
      

      
  .cXdPwa:hover {
    background:var(--grey-100);
  }
      

        
        
      
      
  .omNTm {
    height:100%;
  display:flex;
  overflow-x:clip;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  border-bottom-color:var(--grey-200);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
          @media (max-width: 1080px) {
            
  .omNTm {
    display:none;
  }
      

          }
          
        
        
      
      
  .nav\:ED6umrG3m7eLcJoWY1tIx {
    width:3rem;
  height:3rem;
  display:flex;
  z-index:999;
  align-items:center;
  margin-left:auto;
  margin-right:2rem;
  justify-content:center;
  }
      

      
          @media (min-width: 1080px) {
            
  .nav\:ED6umrG3m7eLcJoWY1tIx {
    display:none;
  }
      

          }
          
        
        
      
      
  .join-form-container\:0f5jtClN4KPCJQuHClHUW {
    color:white;
  cursor:pointer;
  display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  transition:background 300ms ease;
  align-items:center;
  margin-left:auto;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .join-form-container\:0f5jtClN4KPCJQuHClHUW:hover {
    background:#454545;
  }
      

        
        
      
      
  .SWxlP {
    position:relative;
  outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  pointer-events:all;
  }
      

      
  .SWxlP:focus {
    outline-color:transparent;
  outline-style:none;
  outline-width:0px;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .join-form-container\:2kTs0r1qG-39n3gKtgIAU {
    width:clamp(320px, 80vw, 600px);
  height:clamp(400px, 80vh, 900px);
  opacity:0;
  row-gap:1rem;
  max-width:100%;
  translate:0 3rem 0;
  column-gap:1rem;
  transition:all 300ms ease;
  }
      

      
  .join-form-container\:2kTs0r1qG-39n3gKtgIAU.open {
    opacity:1;
  translate:0 0 0;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eyCAwe {
    flex:1;
  overflow-x:hidden;
  overflow-y:hidden;
  border-color:var(--alumnus-gold);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .join-form-container\:8EmO-PardxMfQmyu7gsGG {
    color:white;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eyAmaz {
    width:100%;
  height:100%;
  }
      

      
        
        
      
      
  .blGfDm {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  z-index:1;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
        
      
      
  .bEPWaw {
    width:100%;
  height:100%;
  z-index:2;
  }
      

      
        
        
      
      
  
      

      
  .bLuwnK.blur {
    animation:2s cubic-bezier(0.42, 0, 0.58, 1) var(--delay) infinite normal none running animation-JswqS;
  }
      

        
                  @keyframes animation-JswqS {
                    
                        0% {
                          filter: blur(0px);
                        }
                        

                        20% {
                          filter: blur(3px);
                        }
                        

                        80% {
                          filter: blur(3px);
                        }
                        

                        100% {
                          filter: none;
                        }
                        
                  }
                  
        
      
      
  .zBccz {
    row-gap:.5rem;
  column-gap:.5rem;
  flex-direction:row;
  }
      

      
        
        
      
      
  .fodVzF {
    color:white;
  font-size:var(--font-size-2xl);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .WoDQg {
    row-gap:auto;
  column-gap:auto;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .byjkOA {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .join-form-container\:pTYW1AiT_i1wguMrgU_uh {
    opacity:0;
  background:#000000e6;
  transition:all 300ms ease;
  backdrop-filter:blur(5px);
  }
      

      
  .join-form-container\:pTYW1AiT_i1wguMrgU_uh.open {
    opacity:1;
  }
      

        
        
      
      
  .KsFov {
    width:var(--width);
  height:var(--height);
  position:fixed;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:center;
  pointer-events:none;
  justify-content:center;
  }
      

      
  .KsFov.modal {
    touch-action:none;
  pointer-events:all;
  }
      

        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .join-form-container\:t5ay9PWgFe6dZa_qvpsJv {
    top:0px;
  left:0px;
  position:sticky;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .fkxtlX {
    color:black;
  cursor:pointer;
  height:100%;
  display:flex;
  font-size:var(--font-size-base);
  align-items:center;
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-light);
  padding-top:.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
        
        
      
      
  .HfRXk {
    top:4rem;
  right:2rem;
  display:flex;
  row-gap:.5rem;
  z-index:30;
  position:absolute;
  animation:2s ease 0ms 1 normal none running animation-empty;
  background:#ffffff;
  column-gap:.5rem;
  overflow-x:clip;
  align-items:flex-end;
  padding-top:1rem;
  border-color:var(--grey-200);
  border-style:solid;
  border-width:1px;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:column;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
          @media (min-width: 1080px) {
            
  .HfRXk {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .cmUyZh {
    cursor:pointer;
  display:flex;
  row-gap:.5rem;
  background:var(--mentorship);
  column-gap:.5rem;
  transition:background 300ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .cmUyZh:hover {
    background:white;
  }
      

        
        
      
      
  .eGIWRe {
    color:inherit;
  width:100%;
  background:#b7d5d440;
  font-family:inherit;
  scroll-snap-align:start end;
  border-bottom-color:var(--border-grey);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .bXgkWo {
    flex:1;
  min-width:290px;
  background:white;
  min-height:fit-content;
  overflow-x:hidden;
  overflow-y:hidden;
  border-color:var(--experiences);
  border-style:solid;
  border-width:1px;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .fiUwCI {
    background:var(--experiences);
  }
      

      
        
        
      
      
  .cWkAcv {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ph" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 256"><path fill="currentColor" d="M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M72 48v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24v32H48V48Zm136 160H48V96h160zm-48-56a8 8 0 0 1-8 8h-16v16a8 8 0 0 1-16 0v-16h-16a8 8 0 0 1 0-16h16v-16a8 8 0 0 1 16 0v16h16a8 8 0 0 1 8 8"></path></svg>;
  }
      

      
        
        
      
      
  .djbzNY {
    width:3rem;
  height:3rem;
  display:flex;
  background:white;
  align-items:center;
  border-color:var(--grey-100);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-bottom-left-radius:1rem;
  }
      

      
        
        
      
      
  .bOVSwn {
    width:100%;
  padding-top:.5rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:.5rem;
  }
      

      
        
        
      
      
  .event_experience\:RwSULezjXiW3lcFUklqQ9 {
    width:100%;
  cursor:pointer;
  transition:background 300ms ease;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
  .event_experience\:RwSULezjXiW3lcFUklqQ9:hover {
    background:var(--alumnus-gold);
  }
      

        
        
      
      
  .fjibHM {
    row-gap:1rem;
  column-gap:1rem;
  min-height:12rem;
  padding-top:clamp(16px, 2.4vw, 40px);
  padding-left:clamp(16px, 2.4vw, 40px);
  padding-right:clamp(16px, 2.4vw, 40px);
  padding-bottom:clamp(16px, 2.4vw, 40px);
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .UFRBO {
    row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  flex-direction:row;
  }
      

      
          @media (max-width: 1080px) {
            
  .UFRBO {
    flex-direction:column;
  }
      

          }
          
        
        
      
      
  .eHXpiY {
    height:3rem;
  }
      

      
        
        
      
      
  .HomePage\:lvBsYR1lu21lfJf0XuaHM {
    padding-top:2rem;
  padding-left:.5rem;
  padding-right:.5rem;
  padding-bottom:2rem;
  border-bottom-color:var(--alumnus-gold);
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
      

      
        
        
      
      
  .gwrqz {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
        
      
      
  .mentors\:4sQJZdAn1Uk7ClutNLGUx {
    flex:1;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .fpMaeM {
    flex:1;
  cursor:default;
  max-width:500px;
  min-width:240px;
  min-height:500px;
  overflow-x:hidden;
  overflow-y:hidden;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .mYuoW {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  position:absolute;
  background:var(--mentorship);
  }
      

      
        
        
      
      
  .dBpDxe {
    filter:grayscale(100%);
  height:100%;
  opacity:.15;
  z-index:1;
  object-fit:cover;
  transition:all 500ms ease;
  }
      

      
  .dBpDxe.hover {
    filter:none;
  opacity:1;
  }
      

        
        
      
      
  .bVriOH {
    padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  .cXcsim {
    height:100%;
  opacity:1;
  z-index:5;
  transition:opacity 500ms ease;
  flex-direction:column;
  justify-content:space-between;
  }
      

      
  .cXcsim.hover {
    opacity:0;
  }
      

        
        
      
      
  .bDqEvL {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index:2;
  position:absolute;
  background:linear-gradient(var(--mentorship) 0%, #ffffff00 38%, var(--mentorship) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  transition:background 500ms ease;
  }
      

      
  .bDqEvL.hover {
    background:linear-gradient(var(--mentorship) 0%, #ffffff00 18%, #ffffff00 77%, var(--mentorship) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

        
        
      
      
  .cPsmcJ {
    z-index:5;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .mentors\:MhL_SmTqvNX9hsLwIBqy1 {
    flex:1;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .mentors\:Y0Zq8z0aMgWr5qeZwe2qY {
    flex:1;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  .mentors\:bs7HQ3b3A5mxTJwPxh-h- {
    flex:1;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .eStvUf {
    row-gap:1rem;
  flex-wrap:wrap;
  column-gap:1rem;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 768px) {
            
  .eStvUf {
    flex-direction:column;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  
      

      
        
        
      
      
  .foLPTn {
    cursor:pointer;
  display:flex;
  row-gap:.5rem;
  background:var(--alumnus-gold);
  column-gap:.5rem;
  transition:background 300ms ease;
  align-items:center;
  padding-top:1rem;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  padding-bottom:1rem;
  justify-content:flex-start;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  border-bottom-left-radius:1rem;
  border-bottom-right-radius:1rem;
  }
      

      
  .foLPTn:hover {
    background:var(--grey-800);
  }
      

        
        
      
      
  .dxQcht {
    font-size:var(--font-size-4xl);
  text-align:center;
  font-family:IBM Plex Sans;
  font-weight:var(--font-weight-lighter);
  }
      

      
        
        
      
      
  .HomePage\:vcQS_7NpzUD_Chd-yA5ON {
    color:black;
  text-align:left;
  }
      

      
        
        
      
      
  
      

      
        
        
      
      
  .daEWEl {
    width:15vw;
  border-right-color:var(--gatherings);
  border-right-style:solid;
  border-right-width:1px;
  }
      

      
          @media (max-width: 1080px) {
            
  .daEWEl {
    display:none;
  }
      

          }
          
        
        
      
      
  
      

      
        
        
      
      
  .eFsvqW {
    flex-direction:row;
  }
      

      
        
        
      