
  

  
  

  
  
  
  
    


@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;
--ripple-pressed-color: #ca9dc899;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-greatvibes: 'Great Vibes',handwriting;
--font-jomolhari: 'Jomolhari',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;
    }
  }
}

      
  
      

      
        
      
      
  .eALKdt {
    height:inherit;
  }
      

      
        
      
      
  .fFONEq {
    gap:var(--gap);
  flex-direction:row;
  }
      

      
  .fFONEq.y-axis {
    height:inherit;
  flex-direction:column;
  }
      

        
      
      
  .HomePage\:root {
    height:100dvh;
  overflow-x:hidden;
  overflow-y:hidden;
  }
      

      
        
      
      
  .KctvA {
    color:var(--purple-100);
  font-family:inherit;
  font-weight:inherit;
  line-height:1;
  }
      

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

      
        
      
      
  
      

      
        
      
      
  .dwJwsU {
    display:flex;
  row-gap:.25rem;
  font-size:inherit;
  column-gap:.25rem;
  align-items:center;
  font-family:inherit;
  font-weight:inherit;
  padding-top:.5rem;
  padding-left:3rem;
  padding-right:3rem;
  flex-direction:row;
  padding-bottom:.5rem;
  justify-content:center;
  }
      

      
        
      
      
  .bGQIGW {
    top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  display:flex;
  row-gap:1rem;
  position:absolute;
  background:linear-gradient(#00000000 0%, #000000 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  column-gap:1rem;
  align-items:flex-start;
  padding-top:3rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
  padding-bottom:3rem;
  justify-content:flex-end;
  }
      

      
        
      
      
  .HomePage\:5fLDkWpmB4CWe1NfulBEE {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  background:#ffffff;
  object-fit:cover;
  }
      

      
        
      
      
  .xiiKT {
    width:100%;
  height:1px;
  opacity:0.5;
  background:var(--purple-200);
  }
      

      
        
      
      
  .sYulD {
    color:#684566;
  }
      

      
        
      
      
  .bDFZHk {
    color:#E8CDE8;
  display:inline;
  position:absolute;
  font-size:33vh;
  font-family:Jomolhari;
  font-weight:bold;
  line-height:.9;
  mix-blend-mode:color-burn;
  pointer-events:none;
  }
      

      
        
      
      
  .fcmxul {
    color:var(--purple-100);
  display:flex;
  row-gap:.5rem;
  font-size:x-large;
  column-gap:.5rem;
  align-items:center;
  font-family:Jomolhari;
  font-weight:bold;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eqjJoB {
    color:var(--purple-100);
  }
      

      
        
      
      
  .dtaxWH {
    display:inline;
  font-size:x-large;
  font-family:Jomolhari;
  font-weight:bold;
  padding-left:0.5rem;
  padding-right:0.5rem;
  }
      

      
        
      
      
  .eICUhV {
    height:100%;
  overflow:clip;
  scroll-snap-align:start;
  }
      

      
        
      
      
  .lKTRI {
    width:fit-content;
  height:fit-content;
  user-select:none;
  }
      

      
        
      
      
  .HomePage\:CoQGmfISrqIrasQr5Yc6F {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .eNxjVt {
    height:100%;
  display:flex;
  row-gap:2rem;
  overflow:clip;
  column-gap:2rem;
  text-align:center;
  align-items:center;
  padding-top:3rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:3rem;
  justify-content:center;
  scroll-snap-align:start;
  }
      

      
        
      
      
  .cmkWhC {
    top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  position:absolute;
  object-fit:cover;
  }
      

      
        
      
      
  .efOEsQ {
    color:#6e10867a;
  animation:2s ease 0ms infinite normal none running animation-bCLlVc;
  }
      

      
        
                  @keyframes animation-bCLlVc {
                    
                        0% {
                          translate: 0 0;
                        }
                        

                        30% {
                          translate: 0 -16px;
                        }
                        

                        60% {
                          translate: 0 0;
                        }
                        

                        80% {
                          translate: 0 -8px;
                        }
                        

                        100% {
                          translate: 0 0;
                        }
                        
                  }
                  
      
      
  .HomePage\:Ofdb4NMRRBnGND9EZ8qZw {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .HomePage\:PJIa99lE-BnwW0oXmskrH {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .dVfxQX {
    bottom:2rem;
  position:absolute;
  }
      

      
        
      
      
  .biezmH {
    width:100%;
  height:100%;
  object-fit:cover;
  }
      

      
        
      
      
  .dgcpRc {
    color:var(--purple-100);
  display:inline;
  font-size:x-large;
  font-family:Jomolhari;
  font-weight:bold;
  line-height:1;
  }
      

      
        
      
      
  .diRlAn {
    height:100%;
  display:flex;
  row-gap:2rem;
  overflow:clip;
  background:var(--purple-100);
  column-gap:2rem;
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  justify-content:center;
  scroll-snap-align:start;
  }
      

      
        
      
      
  .eEkJSU {
    height:3rem;
  display:flex;
  background:var(--purple-100);
  align-items:center;
  padding-left:1rem;
  padding-right:1rem;
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .dwHxVl {
    display:flex;
  row-gap:.25rem;
  column-gap:.25rem;
  }
      

      
        
      
      
  .ccfZYj {
    width:fit-contents;
  height:fit-contents;
  border-radius:inherit;
  }
      

      
  .ccfZYj:hover {
    --ripple-background-color:var(--ripple-highlight-color, #e3e2e320);
  }
      

        
      
      
  .eEDRzT {
    scale:2.85;
  width:fit-contents;
  height:fit-contents;
  opacity:var(--opacity);
  position:absolute;
  min-width:100%;
  translate:var(--offset-left) var(--offset-top);
  background:radial-gradient(closest-side, var(--ripple-pressed-color, #e3e2e330) max(100% - 30px, 65%), transparent 100%);
  min-height:100%;
  transition:scale 800ms cubic-bezier(0.4, 0.5, 0.2, 1) 0ms normal, opacity 300ms ease 0ms normal;
  aspect-ratio:1;
  }
      

      
  .eEDRzT {
    @starting-style {
            scale:0.1;
  opacity:0.25;
          }
  }
      

        
      
      
  .djcCPk {
    width:100%;
  height:100%;
  overflow:hidden;
  position:absolute;
  transition:background-color 16ms linear 0ms normal;
  align-items:center;
  border-radius:inherit;
  pointer-events:none;
  justify-content:center;
  background-color:var(--ripple-background-color);
  }
      

      
        
      
      
  .fbOIDO {
    color:var(--grey-500, #737373);
  padding-top:32px;
  border-color:var(--grey-500, #737373);
  border-style:dashed;
  border-width:2px;
  padding-left:48px;
  padding-right:48px;
  padding-bottom:32px;
  }
      

      
        
      
      
  .RSVP\:JKX8mP7lO4Zlf9zOvIsPB {
    flex:1;
  display:flex;
  background:var(--purple-100);
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  .bZpUag {
    display:flex;
  row-gap:.5rem;
  column-gap:.5rem;
  flex-direction:row;
  }
      

      
        
      
      
  .dQHmYo {
    color:#6e1086;
  }
      

      
        
      
      
  .cnrjwP {
    height:3rem;
  background:var(--purple-100);
  padding-left:1rem;
  padding-right:1rem;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
  .cnrjwP::placeholder {
    color:#6C6169;
  }
      

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

      
        
      
      
  .eamELT {
    color:#1C0112;
  font-size:small;
  padding-left:.5rem;
  padding-right:.5rem;
  }
      

      
        
      
      
  .cvTrIU {
    display:flex;
  row-gap:.25rem;
  column-gap:.25rem;
  align-items:flex-start;
  padding-top:1rem;
  user-select:none;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1rem;
  justify-content:flex-start;
  width:100%;
  }
      

      
        
      
      
  .RSVP\:aK3tt1eK_vbAi9wSKX34H {
    color:var(--grey-50);
  cursor:pointer;
  font-size:large;
  background:#6e1086;
  box-shadow:rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition:background 300ms ease;
  font-family:Jomolhari;
  font-weight:bold;
  line-height:1;
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;
  }
      

      
        
      
      
  .fxmoDp {
    color:#6e1086;
  font-size:xxx-large;
  font-family:Jomolhari;
  line-height:1;
  }
      

      
        
      
      
  .defKwh {
    width:35rem;
  display:flex;
  row-gap:1.5rem;
  max-width:100%;
  background:var(--purple-50);
  box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  column-gap:1.5rem;
  padding-top:1.5rem;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:1.5rem;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dTAKBf {
    display:flex;
  row-gap:1rem;
  font-size:small;
  column-gap:1rem;
  margin-top:1rem;
  text-align:left;
  margin-bottom:2rem;
  flex-direction:row;
  }
      

      
        
      
      
  .bXGGuq {
    color:#ffffff;
  width:18ch;
  font-size:xxx-large;
  max-width:100%;
  font-family:Jomolhari;
  line-height:1;
  }
      

      
        
      
      
  .dostoO {
    color:#6E1086;
  font-size:5rem;
  transform:translateZ(0);
  font-family:"Great Vibes";
  font-weight:bold;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  }
      

      
        
      
      
  .HomePage\:i3vCC3VNJ4SxgT51B4j3O {
    color:var(--grey-50);
  cursor:pointer;
  font-size:large;
  max-width:20rem;
  background:#db9fea66;
  box-shadow:rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition:background 300ms ease;
  font-family:Jomolhari;
  font-weight:bold;
  line-height:1;
  backdrop-filter:blur(16px);
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;
  }
      

      
        
      
      
  .eXxcJh {
    width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  mix-blend-mode:screen;
  }
      

      
        
      
      
  .cuDhwl {
    display:inline;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  .HomePage\:ttNNg-ACWbK-7iDhBq89w {
    width:100%;
  height:100%;
  }
      

      
        
      
      
  .HomePage\:xrtHKOWTOEHfZ24ahjaWL {
    color:var(--grey-50);
  cursor:pointer;
  font-size:large;
  max-width:20rem;
  background:#6e108626;
  box-shadow:rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition:background 300ms ease;
  font-family:Jomolhari;
  font-weight:bold;
  line-height:1;
  backdrop-filter:blur(16px);
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;
  }
      

      
        
      
      
  .HomePage\:yPUi3Zp0NOnXm0O-5zJ5S {
    color:var(--grey-50);
  cursor:pointer;
  font-size:large;
  max-width:20rem;
  background:#db9fea66;
  box-shadow:rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  transition:background 300ms ease;
  font-family:Jomolhari;
  font-weight:bold;
  line-height:1;
  backdrop-filter:blur(16px);
  border-top-left-radius:30px;
  border-top-right-radius:30px;
  border-bottom-left-radius:30px;
  border-bottom-right-radius:30px;
  }
      

      
        
      
      
  .dnEgex {
    display:flex;
  row-gap:1rem;
  column-gap:1rem;
  }
      

      
        
      