
  

  
  @property --demo-editor-offset-x {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --demo-editor-offset-y {
  syntax: "<length-percentage>";
  inherits: true;
  initial-value: 0px;
}
@property --tool-card--background-color {
  syntax: "<color>";
  inherits: true;
  initial-value: transparent;
}

  
  
  
  
    


@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;
--dark-green: #112D25;
--light-green: #C4EAB9;
--dark-blue: #0A3957;
--light-blue: #9DFAFF;
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-intertight: 'Inter Tight',sans-serif;
--font-literata: 'Literata',serif;
--font-firacode: 'Fira Code',monospace;
--font-ibmplexmono: 'IBM Plex Mono',monospace;
--font-fraunces: 'Fraunces',serif;
--font-luckiestguy: 'Luckiest Guy',display;
--font-instrumentserif: 'Instrument Serif',serif;
--font-poppins: 'Poppins',sans-serif;
--font-limelight: 'Limelight',display;

    /* 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;
    }
  }
}

      
  .eVSjtD {
    color:var(--grey-50);
  display:flex;
  background:var(--grey-900);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .cxcLga {
    color:var(--grey-400);
  font-size:18px;
  font-family:Inter Tight;
  font-weight:var(--font-weight-light);
  line-height:26px;
  }
      

      
  .cxcLga::selection {
    color:var(--grey-200);
  background:#ffffff33;
  }
      

        
      
      
  
      

      
        
      
      
  .rpQo {
    font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  padding-right:8px;
  }
      

      
        
      
      
  .gcjbh {
    width:100%;
  height:100%;
  display:inline;
  position:relative;
  font-size:inherit;
  translate:0 0 0;
  transition:all 1000ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100%) var(--delay);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .gcjbh.festive {
    translate:0 -100% 0;
  }
      

        
      
      
  .cDOdIc {
    width:auto;
  height:82px;
  display:inline-flex;
  font-size:inherit;
  overflow-x:hidden;
  overflow-y:hidden;
  align-items:flex-start;
  font-family:inherit;
  font-weight:inherit;
  line-height:82px;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .cDOdIc {
    height:60px;
  line-height:60px;
  }
      

          }
          
        
      
      
  .CTwqV {
    top:100%;
  left:0px;
  color:var(--yellow-400);
  width:100%;
  height:100%;
  display:inline;
  position:absolute;
  font-size:inherit;
  translate:0 0 0;
  transition:all 1000ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100%) var(--delay);
  font-family:Limelight;
  font-weight:inherit;
  text-shadow:0px 2px 4px #00000020;
  }
      

      
  .CTwqV.festive {
    translate:0 -100% 0;
  }
      

        
      
      
  
      

      
        
      
      
  .JpZFl {
    top:200px;
  left:0px;
  width:80px;
  height:70px;
  opacity:0;
  z-index:200;
  position:absolute;
  animation:4s cubic-bezier(0.42, 0, 0.58, 1) 0ms infinite normal both running animation-deoygn;
  background:url("/cdn-cgi/imagedelivery/ZIty0Vhmkm0nD-fBKJrTZQ/nordcraft:mistletoe.png/128") scroll border-box padding-box repeat repeat 0% 0% / contain;
  transition:all 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  offset-path:path('M0.460938 141.402C33.2654 217.246 138.302 345.856 315.88 350.371C493.458 354.887 538.474 239.239 682.213 190.32C825.952 141.402 863.828 344.1 1007.26 293.927C1150.69 243.754 1118.4 31.2716 978.695 3.92088C838.991 -23.4298 852.341 120.085 910.706 190.32C969.071 260.554 1129.88 361.159 1265.86 327.543C1401.84 293.927 1450.89 106.273 1800.46 141.402');
  }
      

      
  .JpZFl.festive {
    opacity:1;
  }
      

        
                  @keyframes animation-deoygn {
                    
                        0% {
                          offset-distance: 0%;
                        }
                        

                        100% {
                          offset-distance: 100%;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  .cpRDXu {
    top:-6px;
  right:var(--right);
  opacity:0;
  position:absolute;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .cpRDXu.festive {
    opacity:var(--opacity);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cMwJeR {
    top:-6px;
  left:var(--left);
  opacity:0;
  position:absolute;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transform-origin:center top;
  }
      

      
  .cMwJeR.festive {
    opacity:var(--opacity);
  }
      

        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .fkSuMr {
    display:flex;
  row-gap:16px;
  column-gap:16px;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 640px) {
            
  .fkSuMr {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .cpCICH {
    width:100%;
  display:flex;
  row-gap:16px;
  column-gap:16px;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  .KxYnv {
    flex:1;
  width:100%;
  display:flex;
  row-gap:24px;
  background:var(--grey-800);
  column-gap:24px;
  transition:background 300ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
          @media (max-width: 768px) {
            
  .KxYnv {
    padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  }
      

          }
          

  .KxYnv.festive {
    background:#202b2f;
  }
      

        
      
      
  .eqygcE {
    width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 640px) {
            
  .eqygcE {
    padding-bottom:40px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .eBwDBW {
    width:100%;
  height:auto;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
      
      
  .eVhqnS {
    font-size:24px;
  font-weight:bold;
  }
      

      
        
      
      
  .bRUDMX {
    width:100%;
  height:auto;
  background:var(--grey-900);
  aspect-ratio:3/2;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  }
      

      
        
      
      
  .eBCISQ {
    display:flex;
  row-gap:16px;
  flex-wrap:wrap;
  column-gap:16px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .eixMlF {
    width:100%;
  aspect-ratio:1/1;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
          @media (max-width: 640px) {
            
  .eixMlF {
    width:20%;
  max-width:100px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cRBlyh {
    display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  text-decoration-line:underline;
  }
      

      
  .cRBlyh:hover {
    color:var(--blue-500);
  }
      

        
      
      
  .fjLTjG {
    flex:1;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eruDTp {
    opacity:0;
  transition:all 1000ms cubic-bezier(0.42, 0, 0.58, 1) 1s normal;
  }
      

      
  .eruDTp.festive {
    opacity:1;
  }
      

        
      
      
  .cygwEh {
    width:100%;
  height:100%;
  opacity:0;
  }
      

      
  .cygwEh.festive {
    opacity:1;
  transition:opacity 300ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

        
      
      
  
      

      
  .bjKyFg.festive {
    animation:2s ease 3s 1 normal both running animation-eWEWpq;
  }
      

        
                  @keyframes animation-eWEWpq {
                    
                        0% {
                          stroke-dashoffset: 1900;
                        }
                        

                        100% {
                          stroke-dashoffset: 0;
                        }
                        
                  }
                  
      
      
  .ehIxmz {
    width:var(--width);
  filter:blur(var(--blur));
  height:20px;
  opacity:var(--opacity);
  position:absolute;
  animation:2s linear var(--delay) infinite normal none running animation-deoygn;
  background:#70ffcd;
  box-shadow:0px 0px 20px 10px #074c6e;
  transition:all 1000ms ease;
  offset-path:path("M347 377.143L173.5 0L0 377.143L149.841 322.856V440H197.159V322.856L347 377.143Z");
  offset-distance:0%;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%;
  }
      

      
  .ehIxmz.festive {
    opacity:0;
  }
      

        
      
      
  .fvvWoA {
    color:var(--grey-900);
  display:none;
  position:absolute;
  }
      

      
        
      
      
  
      

      
  .BaPfe.festive {
    animation:2s ease 1s 1 normal both running animation-cikBNt;
  }
      

        
                  @keyframes animation-cikBNt {
                    
                        0% {
                          stroke-dashoffset: 1400;
                        }
                        

                        100% {
                          stroke-dashoffset: 0;
                        }
                        
                  }
                  
      
      
  .eAPspS {
    top:0px;
  left:30%;
  position:absolute;
  }
      

      
        
      
      
  
      

      
          @media (max-width: 1024px) {
            
  .christmas-challenge\:A0QFlKcroiAfr6eIN52Uj {
    scale:0.8 0.8 1;
  display:none;
  translate:0 0px 0;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bxTUhz {
    color:var(--grey-500);
  display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bJLqpF {
    color:var(--grey-50);
  display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:bold;
  }
      

      
        
      
      
  .zejMA {
    width:100%;
  height:100%;
  display:flex;
  row-gap:120px;
  z-index:2;
  position:relative;
  column-gap:120px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all var(--time) cubic-bezier(0.42, 0, 0.58, 1);
  align-items:flex-start;
  padding-top:40px;
  padding-left:10vw;
  padding-right:10vw;
  flex-direction:column;
  padding-bottom:40px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .zejMA {
    row-gap:60px;
  max-width:768px;
  column-gap:60px;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .zejMA {
    row-gap:32px;
  column-gap:32px;
  padding-top:16px;
  padding-bottom:16px;
  }
      

          }
          

          @media (max-width: 640px) {
            
  .zejMA {
    display:flex;
  row-gap:24px;
  column-gap:24px;
  }
      

          }
          
        
      
      
  .dbKWky {
    width:100%;
  display:flex;
  row-gap:16px;
  column-gap:16px;
  align-items:center;
  padding-top:16px;
  aspect-ratio:3/2;
  border-color:var(--grey-800);
  border-style:solid;
  border-width:1px;
  padding-left:16px;
  padding-right:16px;
  padding-bottom:16px;
  justify-content:center;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
          @media (max-width: 640px) {
            
  .dbKWky {
    background:none;
  padding-top:24px;
  aspect-ratio:unset;
  padding-bottom:24px;
  }
      

          }
          

  .dbKWky.festive {
    border-color:#203037;
  border-style:solid;
  border-width:1px;
  }
      

        
      
      
  
      

      
        
      
      
  .fuAVHH {
    display:block;
  }
      

      
        
      
      
  .ePHkdg {
    color:var(--grey-200);
  font-size:24px;
  text-wrap:balance;
  text-align:left;
  font-family:"Inter Tight";
  font-weight:var(--font-weight-normal);
  line-height:32px;
  scroll-margin-top:80px;
  }
      

      
          @media (min-width: 1024px) {
            
  .ePHkdg {
    font-size:20px;
  line-height:28px;
  }
      

          }
          

  .ePHkdg::selection {
    background:#ffffff33;
  }
      

        
      
      
  
      

      
        
      
      
  
      

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

      
          @media (max-width: 640px) {
            
  .fwWtrl {
    order:2;
  }
      

          }
          
        
      
      
  .dsUOxE {
    width:100%;
  display:flex;
  row-gap:40px;
  flex-wrap:wrap;
  column-gap:40px;
  align-items:flex-start;
  grid-template:auto / 1fr 1fr 1fr;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 768px) {
            
  .dsUOxE {
    grid-template:auto / 1fr;
  }
      

          }
          

          @media (max-width: 640px) {
            
  .dsUOxE {
    display:flex;
  grid-template:auto / 1fr;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .eTkHIG {
    top:-6px;
  left:var(--left);
  opacity:0;
  position:absolute;
  transition:all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  }
      

      
  .eTkHIG.festive {
    opacity:var(--opacity);
  }
      

        
      
      
  
      

      
        
      
      
  .bWHMSi {
    color:var(--grey-500);
  display:inline;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  text-decoration-line:underline;
  }
      

      
  .bWHMSi:hover {
    color:var(--grey-300);
  }
      

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

      
        
      
      
  .TSlbf {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 50ms;
  }
      

      
  .TSlbf.festive {
    color:var(--green-500);
  }
      

        
      
      
  .dyAXUF {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 500ms;
  }
      

      
  .dyAXUF.festive {
    color:var(--green-500);
  }
      

        
      
      
  .eYUjkQ {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 200ms;
  }
      

      
  .eYUjkQ.festive {
    color:var(--green-500);
  }
      

        
      
      
  .eOlRSH {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 300ms;
  }
      

      
  .eOlRSH.festive {
    color:var(--green-500);
  }
      

        
      
      
  .fpTDQn {
    width:180px;
  }
      

      
          @media (max-width: 1024px) {
            
  .fpTDQn {
    width:140px;
  height:33px;
  }
      

          }
          
        
      
      
  .bzjrTV {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 450ms;
  }
      

      
  .bzjrTV.festive {
    color:var(--green-500);
  }
      

        
      
      
  .coKkNZ {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 0ms;
  }
      

      
  .coKkNZ.festive {
    color:var(--green-600);
  }
      

        
      
      
  .bbUtPw {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 350ms;
  }
      

      
  .bbUtPw.festive {
    color:var(--green-500);
  }
      

        
      
      
  .dtSrxm {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 400ms;
  }
      

      
  .dtSrxm.festive {
    color:var(--green-500);
  }
      

        
      
      
  .ciUNMZ {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 250ms;
  }
      

      
  .ciUNMZ.festive {
    color:var(--green-500);
  }
      

        
      
      
  .sIEhC {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 150ms;
  }
      

      
  .sIEhC.festive {
    color:var(--green-500);
  }
      

        
      
      
  .eCJDSc {
    color:var(--grey-50);
  transition:color 300ms linear(0 0%, 0.0101 0.7732%, 0.0417 1.6753%, 0.1551 3.4794%, 0.7747 10.0515%, 1.0083 13.1443%, 1.1503 16.2371%, 1.1871 17.7835%, 1.2045 19.4588%, 1.2056 19.8454%, 1.2056 20.3608%, 1.2019 21.2629%, 1.1789 23.3247%, 1.0429 30.4124%, 0.9959 33.5052%, 0.9686 36.4691%, 0.9613 38.0155%, 0.958 39.5619%, 0.9584 41.366%, 0.963 43.4278%, 0.9909 50.5155%, 1.0007 53.6082%, 1.0065 56.701%, 1.0087 59.7938%, 1.0076 63.6598%, 0.9999 73.7113%, 0.9982 79.8969%, 1.0004 100% /*{"type":"spring","stiffness":100,"damping":20,"mass":5}*/) 100ms;
  }
      

      
  .eCJDSc.festive {
    color:var(--green-600);
  }
      

        
      
      
  
      

      
        
      
      
  .PbScJ {
    color:var(--grey-400);
  width:fit-content;
  cursor:pointer;
  display:flex;
  font-size:16px;
  background:var(--grey-800);
  text-align:center;
  align-items:center;
  font-family:"Inter Tight";
  font-weight:var(--font-weight-regular);
  padding-top:16px;
  user-select:none;
  padding-left:24px;
  border-radius:14px;
  padding-right:24px;
  padding-bottom:16px;
  justify-content:center;
  -webkit-tap-highlight-color:transparent;
  }
      

      
          @media (min-width: 640px) {
            
  .PbScJ {
    width:fit-content;
  padding-left:48px;
  padding-right:48px;
  }
      

          }
          

  .PbScJ:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .PbScJ:hover {
    color:var(--grey-200);
  background:var(--grey-700);
  outline-color:var(--grey-700);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .PbScJ:active {
    color:var(--grey-200);
  background:var(--grey-600);
  outline-color:var(--grey-600);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .PbScJ.festive {
    background:#202b2f;
  }
      

        
      
      
  .czBjUY {
    color:var(--grey-300);
  }
      

      
        
      
      
  .cPeePh {
    position:relative;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .bUybfY {
    width:100%;
  display:flex;
  row-gap:80px;
  column-gap:80px;
  align-items:center;
  perspective:1000px;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1024px) {
            
  .bUybfY {
    row-gap:24px;
  column-gap:24px;
  flex-direction:column;
  padding-bottom:40px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bUybfY {
    padding-bottom:20px;
  }
      

          }
          

          @media (max-width: 640px) {
            
  .bUybfY {
    padding-bottom:40px;
  }
      

          }
          
        
      
      
  .eTtcsl {
    display:flex;
  row-gap:24px;
  background:var(--grey-800);
  column-gap:24px;
  transition:background 300ms cubic-bezier(0.42, 0, 0.58, 1);
  padding-top:40px;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:40px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
          @media (max-width: 768px) {
            
  .eTtcsl {
    padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  }
      

          }
          

  .eTtcsl.festive {
    background:#202b2f;
  }
      

        
      
      
  .dGswNE {
    color:var(--grey-400);
  width:100%;
  cursor:pointer;
  display:flex;
  font-size:20px;
  background:var(--grey-800);
  text-align:center;
  transition:background 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:"Inter Tight";
  font-weight:var(--font-weight-regular);
  padding-top:16px;
  user-select:none;
  padding-left:24px;
  border-radius:14px;
  padding-right:24px;
  padding-bottom:16px;
  justify-content:center;
  -webkit-tap-highlight-color:transparent;
  }
      

      
          @media (min-width: 640px) {
            
  .dGswNE {
    width:fit-content;
  padding-left:48px;
  padding-right:48px;
  }
      

          }
          

  .dGswNE:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .dGswNE:hover {
    color:var(--grey-200);
  background:var(--grey-700);
  outline-color:var(--grey-700);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .dGswNE:active {
    color:var(--grey-200);
  background:var(--grey-600);
  outline-color:var(--grey-600);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .dGswNE.festive {
    background:#202b2f;
  }
      

        
      
      
  
      

      
        
      
      
  .dgsRUq {
    gap:24px;
  width:100%;
  display:grid;
  flex-wrap:wrap;
  grid-template:auto / 1fr 1fr 1fr 1fr;
  flex-direction:row;
  }
      

      
          @media (max-width: 1200px) {
            
  .dgsRUq {
    grid-template:auto / 1fr 1fr 1fr;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .dgsRUq {
    grid-template:auto / 1fr 1fr;
  }
      

          }
          

          @media (max-width: 640px) {
            
  .dgsRUq {
    grid-template:auto / 1fr;
  }
      

          }
          
        
      
      
  .bmGARc {
    width:100%;
  display:flex;
  row-gap:80px;
  column-gap:80px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bmGARc {
    display:flex;
  flex-direction:column;
  }
      

          }
          
        
      
      
  .dKHqLl {
    flex:1;
  display:flex;
  row-gap:40px;
  min-width:380px;
  column-gap:40px;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .dKHqLl {
    min-width:auto;
  }
      

          }
          
        
      
      
  .erqDIR {
    width:180px;
  display:flex;
  }
      

      
          @media (max-width: 640px) {
            
  .erqDIR {
    width:100%;
  }
      

          }
          
        
      
      
  .OskoX {
    display:block;
  font-size:inherit;
  font-family:inherit;
  font-weight:inherit;
  text-decoration-line:underline;
  }
      

      
  .OskoX:hover {
    color:var(--blue-500);
  }
      

        
      
      
  .ALGxW {
    width:100%;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 640px) {
            
  .ALGxW {
    display:flex;
  align-items:flex-start;
  justify-content:center;
  }
      

          }
          
        
      
      
  .edFXfu {
    width:100%;
  height:auto;
  aspect-ratio:3/2;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
        
      
      
  .cmPhyp {
    flex:1;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:flex-start;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .KZRSN {
    display:flex;
  row-gap:16px;
  column-gap:16px;
  }
      

      
        
      
      
  .cFOhBR {
    color:var(--grey-400);
  font-size:inherit;
  transition:all 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  font-family:inherit;
  font-weight:inherit;
  }
      

      
  .cFOhBR.festive {
    color:#7faccc;
  }
      

        
      
      
  
      

      
        
      
      
  .bbYwKz {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 1024px) {
            
  .bbYwKz {
    padding-top:24px;
  padding-bottom:24px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bbYwKz {
    padding-top:16px;
  padding-bottom:16px;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  .cCoRmh {
    color:var(--grey-200);
  display:inline-block;
  font-size:40px;
  text-wrap:balance;
  text-align:left;
  font-family:"Inter Tight";
  font-weight:var(--font-weight-semi-bold);
  line-height:48px;
  }
      

      
          @media (min-width: 1024px) {
            
  .cCoRmh {
    font-size:64px;
  line-height:88px;
  }
      

          }
          

  .cCoRmh.centered {
    text-align:center;
  }
      


  .cCoRmh::selection {
    background:#ffffff33;
  }
      

        
      
      
  
      

      
          @media (max-width: 1024px) {
            
  .christmas-challenge\:b0Iq0Lzg1E_rvd35WPcvr {
    font-size:40px;
  }
      

          }
          
        
      
      
  .christmas-challenge\:eEYdOqPz_2mlwBjUUdIGV {
    color:var(--grey-300);
  text-align:center;
  }
      

      
        
      
      
  .cjVYKk {
    width:100%;
  display:flex;
  row-gap:24px;
  column-gap:24px;
  align-items:flex-start;
  flex-direction:column;
  padding-bottom:120px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 640px) {
            
  .cjVYKk {
    padding-bottom:60px;
  }
      

          }
          
        
      
      
  .hydLH {
    flex:1;
  display:flex;
  }
      

      
        
      
      
  .bGZwfM {
    color:var(--grey-800);
  width:100%;
  cursor:pointer;
  display:flex;
  font-size:20px;
  background:#9dfaff;
  text-align:center;
  transition:color 300ms cubic-bezier(0.42, 0, 0.58, 1)  , background 300ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:center;
  font-family:"Inter Tight";
  font-weight:var(--font-weight-regular);
  padding-top:16px;
  user-select:none;
  padding-left:24px;
  border-radius:14px;
  padding-right:24px;
  padding-bottom:16px;
  justify-content:center;
  -webkit-tap-highlight-color:transparent;
  }
      

      
          @media (min-width: 640px) {
            
  .bGZwfM {
    width:fit-content;
  padding-left:48px;
  padding-right:48px;
  }
      

          }
          

  .bGZwfM:focus-visible {
    outline-color:var(--light-blue);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .bGZwfM:hover {
    color:var(--grey-900);
  background:var(--grey-50);
  outline-color:var(--grey-50);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .bGZwfM:active {
    color:var(--grey-200);
  background:var(--grey-600);
  outline-color:var(--grey-600);
  outline-style:solid;
  outline-width:2px;
  outline-offset:2px;
  }
      


  .bGZwfM.festive {
    color:var(--grey-50);
  background:#c24242;
  }
      


  .bGZwfM.festive:hover {
    outline-color:#c24242;
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  .efXYmG {
    top:0px;
  left:0px;
  width:100vw;
  height:100vh;
  display:flex;
  opacity:0;
  position:fixed;
  background:#171e21;
  transition:opacity 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  align-items:flex-start;
  flex-direction:row;
  justify-content:space-between;
  }
      

      
  .efXYmG.active {
    opacity:1;
  }
      

        
      
      
  .cntsQA {
    scale:var(--scale) var(--scale) 1;
  width:10px;
  opacity:var(--opacity);
  animation:var(--time) linear var(--delay) infinite normal both running animation-chlAfo;
  font-size:20px;
  user-select:none;
  aspect-ratio:1/1;
  }
      

      
          @media (max-width: 1024px) {
            
  .cntsQA {
    font-size:16px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .cntsQA {
    font-size:8px;
  }
      

          }
          
        
                  @keyframes animation-chlAfo {
                    
                        0% {
                          translate: 0 -100% 0;
                        }
                        

                        100% {
                          translate: 0 100vh 0;
                        }
                        
                  }
                  
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .boRBbU {
    width:100%;
  display:flex;
  align-items:flex-start;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .cUIyhG {
    color:var(--grey-400);
  font-size:inherit;
  transition:all 1000ms cubic-bezier(0.42, 0, 0.58, 1);
  font-family:inherit;
  font-weight:normal;
  line-height:1.6em;
  }
      

      
  .cUIyhG.festive {
    color:#7faccc;
  }
      

        
      
      
  .eovDpv {
    scale:1 1 1;
  width:100%;
  cursor:pointer;
  transition:scale 200ms cubic-bezier(0.42, 0, 0.58, 1);
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-left-radius:8px;
  border-bottom-right-radius:8px;
  }
      

      
  .eovDpv:hover {
    scale:1.04 1.04 1;
  outline-color:var(--blue-500);
  outline-style:solid;
  outline-width:2px;
  }
      

        
      
      
  
      

      
        
      
      
  .fuEzBU {
    flex:1;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 640px) {
            
  .fuEzBU {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .dtJlEU {
    flex:2;
  display:flex;
  row-gap:80px;
  column-gap:80px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dAtuxG {
    flex:1;
  width:100%;
  display:flex;
  }
      

      
        
      