@keyframes breath-animation{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.05);opacity:0.7;}}.breath-effect{animation:breath-animation 1.5s ease-in-out infinite;}

      
            @font-face {
              font-family: 'KHTeka';
              src:
                url("../fonts/KHTeka-Regular.woff2") format('woff2'),
                url("../fonts/KHTeka-Regular.woff") format('woff');
              font-weight: 400;
              font-style: normal;
              font-display: swap;
            }

            @font-face {
              font-family: 'KHTeka';
              src:
                url("../fonts/KHTeka-Light.woff2") format('woff2'),
                url("../fonts/KHTeka-Light.woff") format('woff');
              font-weight: 300;
              font-style: normal;
            }

            @font-face {
              font-family: 'KHTekaMono';
              src:
                url("../fonts/KHTekaMono-Regular.woff2") format('woff2'),
                url("../fonts/KHTekaMono-Regular.woff") format('woff');
              font-weight: 400;
              font-style: normal;
            }

            @font-face {
              font-family: 'KHTeka';
              src:
                url("../fonts/KHTeka-Regular.woff2") format('woff2'),
                url("../fonts/KHTeka-Regular.woff") format('woff');
              font-weight: 400;
              font-style: normal;
            }
          

      @keyframes w3m-shake {
        0% {
          transform: scale(1) rotate(0deg);
        }
        20% {
          transform: scale(1) rotate(-1deg);
        }
        40% {
          transform: scale(1) rotate(1.5deg);
        }
        60% {
          transform: scale(1) rotate(-1.5deg);
        }
        80% {
          transform: scale(1) rotate(1deg);
        }
        100% {
          transform: scale(1) rotate(0deg);
        }
      }
      @keyframes w3m-iframe-fade-out {
        0% {
          opacity: 1;
        }
        100% {
          opacity: 0;
        }
      }
      @keyframes w3m-iframe-zoom-in {
        0% {
          transform: translateY(50px);
          opacity: 0;
        }
        100% {
          transform: translateY(0px);
          opacity: 1;
        }
      }
      @keyframes w3m-iframe-zoom-in-mobile {
        0% {
          transform: scale(0.95);
          opacity: 0;
        }
        100% {
          transform: scale(1);
          opacity: 1;
        }
      }
      :root {
        --apkt-modal-width: 370px;

        --apkt-visual-size-inherit: inherit;
        --apkt-visual-size-sm: 40px;
        --apkt-visual-size-md: 55px;
        --apkt-visual-size-lg: 80px;

        --apkt-path-network-sm: path(
          'M15.4 2.1a5.21 5.21 0 0 1 5.2 0l11.61 6.7a5.21 5.21 0 0 1 2.61 4.52v13.4c0 1.87-1 3.59-2.6 4.52l-11.61 6.7c-1.62.93-3.6.93-5.22 0l-11.6-6.7a5.21 5.21 0 0 1-2.61-4.51v-13.4c0-1.87 1-3.6 2.6-4.52L15.4 2.1Z'
        );

        --apkt-path-network-md: path(
          'M43.4605 10.7248L28.0485 1.61089C25.5438 0.129705 22.4562 0.129705 19.9515 1.61088L4.53951 10.7248C2.03626 12.2051 0.5 14.9365 0.5 17.886V36.1139C0.5 39.0635 2.03626 41.7949 4.53951 43.2752L19.9515 52.3891C22.4562 53.8703 25.5438 53.8703 28.0485 52.3891L43.4605 43.2752C45.9637 41.7949 47.5 39.0635 47.5 36.114V17.8861C47.5 14.9365 45.9637 12.2051 43.4605 10.7248Z'
        );

        --apkt-path-network-lg: path(
          'M78.3244 18.926L50.1808 2.45078C45.7376 -0.150261 40.2624 -0.150262 35.8192 2.45078L7.6756 18.926C3.23322 21.5266 0.5 26.3301 0.5 31.5248V64.4752C0.5 69.6699 3.23322 74.4734 7.6756 77.074L35.8192 93.5492C40.2624 96.1503 45.7376 96.1503 50.1808 93.5492L78.3244 77.074C82.7668 74.4734 85.5 69.6699 85.5 64.4752V31.5248C85.5 26.3301 82.7668 21.5266 78.3244 18.926Z'
        );

        --apkt-width-network-sm: 36px;
        --apkt-width-network-md: 48px;
        --apkt-width-network-lg: 86px;

        --apkt-duration-dynamic: 0ms;
        --apkt-height-network-sm: 40px;
        --apkt-height-network-md: 54px;
        --apkt-height-network-lg: 96px;
      }
    

      :root {
      }
    

      :root {
      }
    
:root {--apkt-colors-black:#202020;--apkt-colors-white:#FFFFFF;--apkt-colors-white010:rgba(255, 255, 255, 0.1);--apkt-colors-accent010:rgba(9, 136, 240, 0.1);--apkt-colors-accent020:rgba(9, 136, 240, 0.2);--apkt-colors-accent030:rgba(9, 136, 240, 0.3);--apkt-colors-accent040:rgba(9, 136, 240, 0.4);--apkt-colors-accent050:rgba(9, 136, 240, 0.5);--apkt-colors-accent060:rgba(9, 136, 240, 0.6);--apkt-colors-accent070:rgba(9, 136, 240, 0.7);--apkt-colors-accent080:rgba(9, 136, 240, 0.8);--apkt-colors-accent090:rgba(9, 136, 240, 0.9);--apkt-colors-accent100:rgba(9, 136, 240, 1.0);--apkt-colors-accentSecondary010:rgba(199, 185, 148, 0.1);--apkt-colors-accentSecondary020:rgba(199, 185, 148, 0.2);--apkt-colors-accentSecondary030:rgba(199, 185, 148, 0.3);--apkt-colors-accentSecondary040:rgba(199, 185, 148, 0.4);--apkt-colors-accentSecondary050:rgba(199, 185, 148, 0.5);--apkt-colors-accentSecondary060:rgba(199, 185, 148, 0.6);--apkt-colors-accentSecondary070:rgba(199, 185, 148, 0.7);--apkt-colors-accentSecondary080:rgba(199, 185, 148, 0.8);--apkt-colors-accentSecondary090:rgba(199, 185, 148, 0.9);--apkt-colors-accentSecondary100:rgba(199, 185, 148, 1.0);--apkt-colors-productWalletKit:#FFB800;--apkt-colors-productAppKit:#FF573B;--apkt-colors-productCloud:#0988F0;--apkt-colors-productDocumentation:#008847;--apkt-colors-neutrals050:#F6F6F6;--apkt-colors-neutrals100:#F3F3F3;--apkt-colors-neutrals200:#E9E9E9;--apkt-colors-neutrals300:#D0D0D0;--apkt-colors-neutrals400:#BBB;--apkt-colors-neutrals500:#9A9A9A;--apkt-colors-neutrals600:#6C6C6C;--apkt-colors-neutrals700:#4F4F4F;--apkt-colors-neutrals800:#363636;--apkt-colors-neutrals900:#2A2A2A;--apkt-colors-neutrals1000:#252525;--apkt-colors-semanticSuccess010:rgba(48, 164, 107, 0.1);--apkt-colors-semanticSuccess020:rgba(48, 164, 107, 0.2);--apkt-colors-semanticSuccess030:rgba(48, 164, 107, 0.3);--apkt-colors-semanticSuccess040:rgba(48, 164, 107, 0.4);--apkt-colors-semanticSuccess050:rgba(48, 164, 107, 0.5);--apkt-colors-semanticSuccess060:rgba(48, 164, 107, 0.6);--apkt-colors-semanticSuccess070:rgba(48, 164, 107, 0.7);--apkt-colors-semanticSuccess080:rgba(48, 164, 107, 0.8);--apkt-colors-semanticSuccess090:rgba(48, 164, 107, 0.9);--apkt-colors-semanticSuccess100:rgba(48, 164, 107, 1.0);--apkt-colors-semanticError010:rgba(223, 74, 52, 0.1);--apkt-colors-semanticError020:rgba(223, 74, 52, 0.2);--apkt-colors-semanticError030:rgba(223, 74, 52, 0.3);--apkt-colors-semanticError040:rgba(223, 74, 52, 0.4);--apkt-colors-semanticError050:rgba(223, 74, 52, 0.5);--apkt-colors-semanticError060:rgba(223, 74, 52, 0.6);--apkt-colors-semanticError070:rgba(223, 74, 52, 0.7);--apkt-colors-semanticError080:rgba(223, 74, 52, 0.8);--apkt-colors-semanticError090:rgba(223, 74, 52, 0.9);--apkt-colors-semanticError100:rgba(223, 74, 52, 1.0);--apkt-colors-semanticWarning010:rgba(243, 161, 63, 0.1);--apkt-colors-semanticWarning020:rgba(243, 161, 63, 0.2);--apkt-colors-semanticWarning030:rgba(243, 161, 63, 0.3);--apkt-colors-semanticWarning040:rgba(243, 161, 63, 0.4);--apkt-colors-semanticWarning050:rgba(243, 161, 63, 0.5);--apkt-colors-semanticWarning060:rgba(243, 161, 63, 0.6);--apkt-colors-semanticWarning070:rgba(243, 161, 63, 0.7);--apkt-colors-semanticWarning080:rgba(243, 161, 63, 0.8);--apkt-colors-semanticWarning090:rgba(243, 161, 63, 0.9);--apkt-colors-semanticWarning100:rgba(243, 161, 63, 1.0);--apkt-fontFamily-regular:KHTeka;--apkt-fontFamily-mono:KHTekaMono;--apkt-fontWeight-regular:400;--apkt-fontWeight-medium:500;--apkt-textSize-h1:50px;--apkt-textSize-h2:44px;--apkt-textSize-h3:38px;--apkt-textSize-h4:32px;--apkt-textSize-h5:26px;--apkt-textSize-h6:20px;--apkt-textSize-large:16px;--apkt-textSize-medium:14px;--apkt-textSize-small:12px;--apkt-typography-h1-regular-mono-lineHeight:50px;--apkt-typography-h1-regular-mono-letterSpacing:-3px;--apkt-typography-h1-regular-lineHeight:50px;--apkt-typography-h1-regular-letterSpacing:-1px;--apkt-typography-h1-medium-lineHeight:50px;--apkt-typography-h1-medium-letterSpacing:-0.84px;--apkt-typography-h2-regular-mono-lineHeight:44px;--apkt-typography-h2-regular-mono-letterSpacing:-2.64px;--apkt-typography-h2-regular-lineHeight:44px;--apkt-typography-h2-regular-letterSpacing:-0.88px;--apkt-typography-h2-medium-lineHeight:44px;--apkt-typography-h2-medium-letterSpacing:-0.88px;--apkt-typography-h3-regular-mono-lineHeight:38px;--apkt-typography-h3-regular-mono-letterSpacing:-2.28px;--apkt-typography-h3-regular-lineHeight:38px;--apkt-typography-h3-regular-letterSpacing:-0.76px;--apkt-typography-h3-medium-lineHeight:38px;--apkt-typography-h3-medium-letterSpacing:-0.76px;--apkt-typography-h4-regular-mono-lineHeight:32px;--apkt-typography-h4-regular-mono-letterSpacing:-1.92px;--apkt-typography-h4-regular-lineHeight:32px;--apkt-typography-h4-regular-letterSpacing:-0.32px;--apkt-typography-h4-medium-lineHeight:32px;--apkt-typography-h4-medium-letterSpacing:-0.32px;--apkt-typography-h5-regular-mono-lineHeight:26px;--apkt-typography-h5-regular-mono-letterSpacing:-1.56px;--apkt-typography-h5-regular-lineHeight:26px;--apkt-typography-h5-regular-letterSpacing:-0.26px;--apkt-typography-h5-medium-lineHeight:26px;--apkt-typography-h5-medium-letterSpacing:-0.26px;--apkt-typography-h6-regular-mono-lineHeight:20px;--apkt-typography-h6-regular-mono-letterSpacing:-1.2px;--apkt-typography-h6-regular-lineHeight:20px;--apkt-typography-h6-regular-letterSpacing:-0.6px;--apkt-typography-h6-medium-lineHeight:20px;--apkt-typography-h6-medium-letterSpacing:-0.6px;--apkt-typography-lg-regular-mono-lineHeight:16px;--apkt-typography-lg-regular-mono-letterSpacing:-0.96px;--apkt-typography-lg-regular-lineHeight:18px;--apkt-typography-lg-regular-letterSpacing:-0.16px;--apkt-typography-lg-medium-lineHeight:18px;--apkt-typography-lg-medium-letterSpacing:-0.16px;--apkt-typography-md-regular-mono-lineHeight:14px;--apkt-typography-md-regular-mono-letterSpacing:-0.84px;--apkt-typography-md-regular-lineHeight:16px;--apkt-typography-md-regular-letterSpacing:-0.14px;--apkt-typography-md-medium-lineHeight:16px;--apkt-typography-md-medium-letterSpacing:-0.14px;--apkt-typography-sm-regular-mono-lineHeight:12px;--apkt-typography-sm-regular-mono-letterSpacing:-0.72px;--apkt-typography-sm-regular-lineHeight:14px;--apkt-typography-sm-regular-letterSpacing:-0.12px;--apkt-typography-sm-medium-lineHeight:14px;--apkt-typography-sm-medium-letterSpacing:-0.12px;--apkt-tokens-core-backgroundAccentPrimary:var(--apkt-tokens-core-backgroundAccentPrimary-base);--apkt-tokens-core-backgroundAccentCertified:#C7B994;--apkt-tokens-core-backgroundWalletKit:#FFB800;--apkt-tokens-core-backgroundAppKit:#FF573B;--apkt-tokens-core-backgroundCloud:#0988F0;--apkt-tokens-core-backgroundDocumentation:#008847;--apkt-tokens-core-backgroundSuccess:rgba(48, 164, 107, 0.20);--apkt-tokens-core-backgroundError:rgba(223, 74, 52, 0.20);--apkt-tokens-core-backgroundWarning:rgba(243, 161, 63, 0.20);--apkt-tokens-core-textAccentPrimary:#0988F0;--apkt-tokens-core-textAccentCertified:#C7B994;--apkt-tokens-core-textWalletKit:#FFB800;--apkt-tokens-core-textAppKit:#FF573B;--apkt-tokens-core-textCloud:#0988F0;--apkt-tokens-core-textDocumentation:#008847;--apkt-tokens-core-textSuccess:#30A46B;--apkt-tokens-core-textError:#DF4A34;--apkt-tokens-core-textWarning:#F3A13F;--apkt-tokens-core-borderAccentPrimary:#0988F0;--apkt-tokens-core-borderSecondary:#C7B994;--apkt-tokens-core-borderSuccess:#30A46B;--apkt-tokens-core-borderError:#DF4A34;--apkt-tokens-core-borderWarning:#F3A13F;--apkt-tokens-core-foregroundAccent010:rgba(9, 136, 240, 0.1);--apkt-tokens-core-foregroundAccent020:rgba(9, 136, 240, 0.2);--apkt-tokens-core-foregroundAccent040:rgba(9, 136, 240, 0.4);--apkt-tokens-core-foregroundAccent060:rgba(9, 136, 240, 0.6);--apkt-tokens-core-foregroundSecondary020:rgba(199, 185, 148, 0.2);--apkt-tokens-core-foregroundSecondary040:rgba(199, 185, 148, 0.4);--apkt-tokens-core-foregroundSecondary060:rgba(199, 185, 148, 0.6);--apkt-tokens-core-iconAccentPrimary:#0988F0;--apkt-tokens-core-iconAccentCertified:#C7B994;--apkt-tokens-core-iconSuccess:#30A46B;--apkt-tokens-core-iconError:#DF4A34;--apkt-tokens-core-iconWarning:#F3A13F;--apkt-tokens-core-glass010:rgba(255, 255, 255, 0.1);--apkt-tokens-core-zIndex:10000;--apkt-tokens-theme-overlay:rgba(0, 0, 0, 0.50);--apkt-tokens-theme-backgroundPrimary:var(--apkt-tokens-theme-backgroundPrimary-base);--apkt-tokens-theme-backgroundInvert:#FFFFFF;--apkt-tokens-theme-textPrimary:#FFFFFF;--apkt-tokens-theme-textSecondary:#9A9A9A;--apkt-tokens-theme-textTertiary:#BBBBBB;--apkt-tokens-theme-textInvert:#202020;--apkt-tokens-theme-borderPrimary:#2A2A2A;--apkt-tokens-theme-borderPrimaryDark:#363636;--apkt-tokens-theme-borderSecondary:#4F4F4F;--apkt-tokens-theme-foregroundPrimary:#252525;--apkt-tokens-theme-foregroundSecondary:#2A2A2A;--apkt-tokens-theme-foregroundTertiary:#363636;--apkt-tokens-theme-iconDefault:#9A9A9A;--apkt-tokens-theme-iconInverse:#FFFFFF;--apkt-borderRadius-1:4px;--apkt-borderRadius-2:8px;--apkt-borderRadius-3:12px;--apkt-borderRadius-4:16px;--apkt-borderRadius-5:20px;--apkt-borderRadius-6:24px;--apkt-borderRadius-8:32px;--apkt-borderRadius-10:10px;--apkt-borderRadius-16:64px;--apkt-borderRadius-20:80px;--apkt-borderRadius-32:128px;--apkt-borderRadius-64:256px;--apkt-borderRadius-128:512px;--apkt-borderRadius-round:9999px;--apkt-spacing-0:0px;--apkt-spacing-1:4px;--apkt-spacing-2:8px;--apkt-spacing-3:12px;--apkt-spacing-4:16px;--apkt-spacing-5:20px;--apkt-spacing-6:24px;--apkt-spacing-7:28px;--apkt-spacing-8:32px;--apkt-spacing-9:36px;--apkt-spacing-10:40px;--apkt-spacing-12:48px;--apkt-spacing-14:56px;--apkt-spacing-16:64px;--apkt-spacing-20:80px;--apkt-spacing-32:128px;--apkt-spacing-64:256px;--apkt-spacing-01:2px;--apkt-durations-xl:400ms;--apkt-durations-lg:200ms;--apkt-durations-md:125ms;--apkt-durations-sm:75ms;--apkt-easings-ease-out-power-2:cubic-bezier(0.23, 0.09, 0.08, 1.13);--apkt-easings-ease-out-power-1:cubic-bezier(0.12, 0.04, 0.2, 1.06);--apkt-easings-ease-in-power-2:cubic-bezier(0.92, -0.13, 0.77, 0.91);--apkt-easings-ease-in-power-1:cubic-bezier(0.88, -0.06, 0.8, 0.96);--apkt-easings-ease-inout-power-2:cubic-bezier(0.77, 0.09, 0.23, 1.13);--apkt-easings-ease-inout-power-1:cubic-bezier(0.88, 0.04, 0.12, 1.06);--apkt-tokens-theme-backgroundPrimary-base:#202020;--apkt-tokens-core-backgroundAccentPrimary-base:#0988F0;--w3m-font-family:KHTeka;--w3m-accent:#0988F0;--w3m-color-mix:#000;--w3m-color-mix-strength:0%;--w3m-font-size-master:10px;--w3m-border-radius-master:4px;}
﻿@font-face{font-family:"Poppins";font-style:italic;font-weight:100;font-display:swap;src:url("../fonts/pxiAyp8kv8JHgFVrJJLmE0tMMPKhSkFEkm8.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:100;font-display:swap;src:url("../fonts/pxiAyp8kv8JHgFVrJJLmE0tCMPKhSkFE.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:italic;font-weight:200;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLmv1pVGdeOYktMqlap.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:200;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLmv1pVF9eOYktMqg.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:italic;font-weight:300;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLm21lVGdeOYktMqlap.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:300;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLm21lVF9eOYktMqg.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:italic;font-weight:400;font-display:swap;src:url("../fonts/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:400;font-display:swap;src:url("../fonts/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:italic;font-weight:500;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLmg1hVGdeOYktMqlap.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:500;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLmg1hVF9eOYktMqg.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:italic;font-weight:600;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLmr19VGdeOYktMqlap.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:600;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLmr19VF9eOYktMqg.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:italic;font-weight:700;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:700;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:italic;font-weight:800;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLm111VGdeOYktMqlap.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:800;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLm111VF9eOYktMqg.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:italic;font-weight:900;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLm81xVGdeOYktMqlap.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:italic;font-weight:900;font-display:swap;src:url("../fonts/pxiDyp8kv8JHgFVrJJLm81xVF9eOYktMqg.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:100;font-display:swap;src:url("../fonts/pxiGyp8kv8JHgFVrLPTufntAOvWDSHFF.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:100;font-display:swap;src:url("../fonts/pxiGyp8kv8JHgFVrLPTucHtAOvWDSA.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:200;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:200;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:300;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:300;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:800;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLDD4Z1xlFd2JQEk.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Poppins";font-style:normal;font-weight:900;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLBT5Z1JlFd2JQEl8qw.woff2") format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Poppins";font-style:normal;font-weight:900;font-display:swap;src:url("../fonts/pxiByp8kv8JHgFVrLBT5Z1xlFd2JQEk.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"rx-icon";src:url("../fonts/font_4437088_qh3vaxco2h.woff2") format("woff2"),url("../fonts/font_4437088_qh3vaxco2h.woff") format("woff"),url("../fonts/font_4437088_qh3vaxco2h.ttf") format("truetype")}.iconfont{font-family:"rx-icon" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}html,body{margin:0;font-family:"Open Sans",inter,Arial,sans-serif,PingFangSC,-apple-system,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial;position:relative;font-size:14px;font-weight:400}body,#root{height:100%;color:var(--white)}body{width:100%;height:100%;background-color:#000}html{height:100%;scroll-behavior:smooth}div,nav{box-sizing:border-box}body a{color:var(--T1);text-decoration:none;cursor:pointer}body a:hover{color:var(--T1);opacity:.8}body img{vertical-align:unset}input.autofill:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset}h1,h2,h3,p,ul{margin:0;padding:0}h1,h2{font-weight:var(--fw3)}ul li{list-style:none}input:disabled{color:#ccc}.grecaptcha-badge{visibility:hidden}.back-arrow{display:inline-block;font-size:12px;transform-origin:50% 49%;transform:scale(0.8333) rotate(180deg)}.sv{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) rgba(0,0,0,0)}.dark .sv{scrollbar-color:rgba(255,255,255,.2) rgba(0,0,0,0)}.sv::-webkit-scrollbar-thumb{border-radius:6px;background-color:rgba(0,0,0,0)}.sv:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}.dark .sv:hover::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2)}.sv::-webkit-scrollbar{width:6px;background-color:rgba(0,0,0,0)}.scroll-box::-webkit-scrollbar{width:8px;height:6px;background-color:rgba(0,0,0,0)}.scroll-box::-webkit-scrollbar-thumb{border-radius:100px;background-color:rgba(255,255,255,.0784313725)}::-webkit-scrollbar-thumb{border-radius:6px;background-color:rgba(255,255,255,.0392156863)}::-webkit-scrollbar{width:0;height:6px;background-color:rgba(0,0,0,0)}@media(max-width: 800px){::-webkit-scrollbar,.scroll-box::-webkit-scrollbar{height:3px}}@media(min-width: 640px){.main{box-sizing:border-box;margin:0 auto;padding:0 40px;max-width:1280px}.h5{display:none !important}:root{--header-height: 80px;--header-height-negative: -80px}}@media(max-width: 640px){*:active{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;background:unset;text-decoration:none}body{font-size:14px}.pc{display:none !important}.line{padding:0 16px}:root{--header-height: 40px;--header-height-negative: -40px}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}::before,::after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:rgba(0,0,0,0);background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*::selection{background-color:#8dcc2f;color:#09090a}:root{--white: #FFFFFF;--off-white: #FFFFF1;--lemongold: #FFAB08;--golden: #E8BC31;--orange-gold: #E7BB41;--mint-green: #27F2A9;--light-gray: #B7BDC6;--smoke-gray: #9EA2A2;--steel-gray: #798290;--lead-gray: #737373;--graphite-gray: #4E5056;--slate-gray-blue: #324556;--dark-gray: #333333;--black: #000000;--deep-sea-blue: #26394B;--deep-space-blue: #1f3244;--midnight-blue: #0A253D;--night-sky-blue: #00162A;--dark-blue: #00162B;--deep-blue: #021730;--dense-blue: #001E3D;--buy: #27F2A9;--sell: #f24e53}@font-face{font-family:"PPNeueMachina";font-style:normal;font-display:swap;src:url("../fonts/PPNeueMachina-PlainRegular.woff2") format("woff2")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/OpenSans-Regular.ttf") format("truetype")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/OpenSans-Medium.ttf") format("truetype")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/OpenSans-SemiBold.ttf") format("truetype")}.pa{position:absolute}.pr{position:relative}.fill{position:absolute;left:0;right:0;top:0;bottom:0}.dn{display:none}.dc{display:contents}.dg{display:grid}.db{display:block}.dif{display:inline-flex}.dib{display:inline-block}.df{display:flex}.aic{align-items:center}.ais{align-items:stretch}.jcc{justify-content:center}.jcfe{justify-content:flex-end}.jcsb{justify-content:space-between}.asc{align-self:center}.fdc{flex-direction:column}.fdr{flex-direction:row}.fdcr{flex-direction:column-reverse}.asfe{align-self:flex-end}.aife{align-items:flex-end}.fww{flex-wrap:wrap}.f1{flex:1}.f2{flex:2}.f3{flex:3}.br4{border-radius:4px}.br8{border-radius:8px}.br12{border-radius:12px}.p24{padding:24px}.ph8{padding-left:8px;padding-right:8px}.ph10{padding-left:10px;padding-right:10px}.ph12{padding-left:12px;padding-right:12px}.ph16{padding-left:16px;padding-right:16px}.ph20{padding-left:20px;padding-right:20px}.ph24{padding-left:24px;padding-right:24px}.ph32{padding-left:32px;padding-right:32px}.ph40{padding-left:40px;padding-right:40px}.pv16{padding-top:16px;padding-bottom:16px}.pv20{padding-top:20px;padding-bottom:20px}.pv24{padding-top:24px;padding-bottom:24px}.pl16{padding-left:16px}.pr16{padding-right:16px}.wp50{width:50%}.wp100{width:100%}.hp100{height:100%}.ovh{overflow:hidden}.g4{gap:4px}.g6{gap:6px}.g8{gap:8px}.g10{gap:10px}.g12{gap:12px}.g16{gap:16px}.g18{gap:18px}.g20{gap:20px}.g24{gap:24px}.g28{gap:28px}.g32{gap:32px}.g44{gap:44px}@media(max-width: 640px){.xs\:g16{gap:16px}}.T1{color:var(--black)}.T2{color:var(--white)}.T3{color:var(--golden)}.T4{color:var(--dark-gray)}.T5{color:var(--light-gray)}.T6{color:var(--mint-green)}.T7{color:var(--steel-gray)}.B1{background-color:var(--dark-blue)}.B2{background-color:var(--golden)}.B3{background-color:var(--dense-blue)}.buy{color:var(--buy)}.sell{color:var(--sell)}.cp{cursor:pointer}.usn{user-select:none}
:root{--header-height: 47px;@media (max-width: 1024px){--header-height: 60px}}.slick-list{width:100%}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.container{width:100%}@media (min-width: 800px){.container{max-width:800px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1440px){.container{max-width:1440px}}@media (min-width: 1536px){.container{max-width:1536px}}@media (min-width: 1920px){.container{max-width:1920px}}@media (min-width: 2560px){.container{max-width:2560px}}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute,.position-absolute{position:absolute}.fixed{position:fixed}.position-relative,.relative{position:relative}.bottom-0{bottom:0}.left--4\%{left:-4%}.left-0{left:0}.left-50\%{left:50%}.right-0{right:0}.right-12px{right:12px}.right-16px{right:16px}.top--4\%{top:-4%}.top-0{top:0}.top-50\%{top:50%}.z-\[1\]{z-index:1}.z-10{z-index:10}.grid{display:grid}.mx-0{margin-left:0;margin-right:0}.mx-16px{margin-left:16px;margin-right:16px}.mx-4px{margin-left:4px;margin-right:4px}.mx-auto{margin-left:auto;margin-right:auto}.my{margin-top:1rem;margin-bottom:1rem}.mb-16px{margin-bottom:16px}.mb-20px{margin-bottom:20px}.mb-24px{margin-bottom:24px}.mb-4px{margin-bottom:4px}.mb-8px{margin-bottom:8px}.me-16px{margin-inline-end:16px}.me-8px{margin-inline-end:8px}.ml-8px{margin-left:8px}.mr-1{margin-right:.25rem}.mt-\[0\.75em\]{margin-top:.75em}.mt-10px{margin-top:10px}.mt-12px{margin-top:12px}.mt-16px{margin-top:16px}.mt-24px{margin-top:24px}.mt-50px{margin-top:50px}.mt-8px{margin-top:8px}.box-border{box-sizing:border-box}.inline{display:inline}.block,.group:hover .group-hover\:block{display:block}.inline-block{display:inline-block}.hidden,.group:hover .group-hover\:hidden{display:none}.h-100\%,.h-full{height:100%}.h-108\%{height:108%}.h-120px{height:120px}.h-14px{height:14px}.h-16px{height:16px}.h-1px{height:1px}.h-20px{height:20px}.h-24px{height:24px}.h-2px{height:2px}.h-32px{height:32px}.h-36px{height:36px}.h-40px{height:40px}.h-48px{height:48px}.h-50\%{height:50%}.h-60px{height:60px}.h-64px{height:64px}.h-7px{height:7px}.h-8px{height:8px}.h-90px{height:90px}.max-h-100\%{max-height:100%}.max-h-50vh{max-height:50vh}.max-h-60vh{max-height:60vh}.max-w-100\%,.max-w-full{max-width:100%}.max-w-3xl{max-width:48rem}.max-w-400px{max-width:400px}.max-w-85\%{max-width:85%}.min-h-\[1lh\]{min-height:1lh}.min-h-20px{min-height:20px}.min-h-screen{min-height:100vh}.min-w-0{min-width:0}.min-w-20px{min-width:20px}.min-w-24px{min-width:24px}.min-w-290px{min-width:290px}.min-w-52px{min-width:52px}.min-w-6{min-width:1.5rem}.w-100\%,.w-full{width:100%}.w-108\%{width:108%}.w-110px{width:110px}.w-120px{width:120px}.w-16px{width:16px}.w-20px{width:20px}.w-24px{width:24px}.w-32px{width:32px}.w-36px{width:36px}.w-3px{width:3px}.w-450px{width:450px}.w-480px{width:480px}.w-48px{width:48px}.w-50\%{width:50%}.w-60px{width:60px}.w-64px{width:64px}.w-7px{width:7px}.flex{display:flex}.inline-flex{display:inline-flex}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.origin-center{transform-origin:center}.transform-translate-y--50\%,.translate-y--50\%{--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x--50\%{--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-y-1px{--un-translate-y:1px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.rotate--90,.rotate-\[-90deg\]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-90deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.rotate-90,.group:hover .group-hover\:rotate-90deg{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:90deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.resize{resize:both}.scroll-m-12{scroll-margin:3rem}.appearance-none{-webkit-appearance:none;appearance:none}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.justify-self-start{justify-self:start}.gap-10px{gap:10px}.gap-12px{gap:12px}.gap-16px{gap:16px}.gap-24px{gap:24px}.gap-2px{gap:2px}.gap-32px{gap:32px}.gap-4px{gap:4px}.gap-50px{gap:50px}.gap-8px{gap:8px}.gap-y-24px{row-gap:24px}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.b-1px,.border,.border-1px{border-width:1px}.border-0\.5px{border-width:.5px}.b-b-2px{border-bottom-width:2px}.b-b-4px{border-bottom-width:4px}.border-b-1px{border-bottom-width:1px}.border-t-1px{border-top-width:1px}.b-gray-80,.border-white-8{--un-border-opacity:.08;border-color:rgb(255 255 255 / var(--un-border-opacity))}.b-green-500{--un-border-opacity:1;border-color:rgb(20 241 149 / var(--un-border-opacity))}.border-\#2C2D2D,.border-gray-103{--un-border-opacity:1;border-color:rgb(44 45 45 / var(--un-border-opacity))}.border-lime{--un-border-opacity:1;border-color:rgb(141 204 47 / var(--un-border-opacity))}.border-transparent{border-color:transparent}.border-white-4{--un-border-opacity:.04;border-color:rgb(255 255 255 / var(--un-border-opacity))}.hover\:border-lime:hover{--un-border-opacity:1;border-color:rgb(141 204 47 / var(--un-border-opacity))}.hover\:border-white-2:hover{--un-border-opacity:.02;border-color:rgb(255 255 255 / var(--un-border-opacity))}.b-b-transparent{border-bottom-color:transparent}.border-b-green-500{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(20 241 149 / var(--un-border-bottom-opacity))}.rounded-20px{border-radius:20px}.rounded-2px{border-radius:2px}.rounded-4px{border-radius:4px}.rounded-50\%{border-radius:50%}.rounded-8px{border-radius:8px}.rounded-l-4px{border-top-left-radius:4px;border-bottom-left-radius:4px}.b-solid,.b-style-solid,.border-solid{border-style:solid}.bg-\#030B0F{--un-bg-opacity:1;background-color:rgb(3 11 15 / var(--un-bg-opacity))}.bg-\#092C24{--un-bg-opacity:1;background-color:rgb(9 44 36 / var(--un-bg-opacity))}.bg-\#111111{--un-bg-opacity:1;background-color:rgb(17 17 17 / var(--un-bg-opacity))}.bg-\#11111133{--un-bg-opacity:.2;background-color:rgb(17 17 17 / var(--un-bg-opacity))}.bg-\#1D1D1F{--un-bg-opacity:1;background-color:rgb(29 29 31 / var(--un-bg-opacity))}.bg-\#1F1F21{--un-bg-opacity:1;background-color:rgb(31 31 33 / var(--un-bg-opacity))}.bg-\#2C2D2D,.bg-gray-103{--un-bg-opacity:1;background-color:rgb(44 45 45 / var(--un-bg-opacity))}.bg-\#FFFFFF14,.bg-white-8{--un-bg-opacity:.08;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-blue-500{--un-bg-opacity:1;background-color:rgb(94 207 255 / var(--un-bg-opacity))}.bg-gray-4{--un-bg-opacity:.04;background-color:rgb(246 247 243 / var(--un-bg-opacity))}.bg-gray-40{--un-bg-opacity:.4;background-color:rgb(246 247 243 / var(--un-bg-opacity))}.bg-gray-500{--un-bg-opacity:1;background-color:rgb(246 247 243 / var(--un-bg-opacity))}.bg-green-500{--un-bg-opacity:1;background-color:rgb(20 241 149 / var(--un-bg-opacity))}.bg-lime,.bg-lime-500{--un-bg-opacity:1;background-color:rgb(141 204 47 / var(--un-bg-opacity))}.bg-lime-16{--un-bg-opacity:.16;background-color:rgb(141 204 47 / var(--un-bg-opacity))}.bg-lime-8{--un-bg-opacity:.08;background-color:rgb(141 204 47 / var(--un-bg-opacity))}.bg-orange{--un-bg-opacity:1;background-color:rgb(241 189 111 / var(--un-bg-opacity))}.bg-orange-16{--un-bg-opacity:.16;background-color:rgb(241 189 111 / var(--un-bg-opacity))}.bg-red{--un-bg-opacity:1;background-color:rgb(236 64 74 / var(--un-bg-opacity))}.bg-red-60{--un-bg-opacity:.6;background-color:rgb(236 64 74 / var(--un-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white-16{--un-bg-opacity:.16;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-white-4{--un-bg-opacity:.04;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-white-40{--un-bg-opacity:.4;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-yellow-500{--un-bg-opacity:1;background-color:rgb(234 179 8 / var(--un-bg-opacity))}.hover\:bg-\#F6F7F319:hover{--un-bg-opacity:.1;background-color:rgb(246 247 243 / var(--un-bg-opacity))}.hover\:bg-white-8:hover{--un-bg-opacity:.08;background-color:rgb(255 255 255 / var(--un-bg-opacity))}[stroke~="#333333"]{--un-stroke-opacity:1;stroke:rgb(51 51 51 / var(--un-stroke-opacity))}[stroke~=white]{--un-stroke-opacity:1;stroke:rgb(255 255 255 / var(--un-stroke-opacity))}.p-16px{padding:16px}.p-24px{padding:24px}.p-4px{padding:4px}.px,[px=""]{padding-left:1rem;padding-right:1rem}.px-10px{padding-left:10px;padding-right:10px}.px-12px{padding-left:12px;padding-right:12px}.px-16px{padding-left:16px;padding-right:16px}.px-20px{padding-left:20px;padding-right:20px}.px-24px{padding-left:24px;padding-right:24px}.px-48px{padding-left:48px;padding-right:48px}.px-4px{padding-left:4px;padding-right:4px}.px-8px{padding-left:8px;padding-right:8px}.py-100px{padding-top:100px;padding-bottom:100px}.py-10px{padding-top:10px;padding-bottom:10px}.py-12px{padding-top:12px;padding-bottom:12px}.py-16px{padding-top:16px;padding-bottom:16px}.py-24px{padding-top:24px;padding-bottom:24px}.py-32px{padding-top:32px;padding-bottom:32px}.py-48px{padding-top:48px;padding-bottom:48px}.py-4px{padding-top:4px;padding-bottom:4px}.py-5px{padding-top:5px;padding-bottom:5px}.py-6px{padding-top:6px;padding-bottom:6px}.py-8px{padding-top:8px;padding-bottom:8px}.py-9\.5px{padding-top:9.5px;padding-bottom:9.5px}.pb-16px{padding-bottom:16px}.pb-24px{padding-bottom:24px}.pb-32px{padding-bottom:32px}.pl-12px{padding-left:12px}.pt{padding-top:1rem}.pt-16px{padding-top:16px}.pt-2px{padding-top:2px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-wrap{text-wrap:wrap}.text-nowrap{text-wrap:nowrap}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.font-size-10px{font-size:10px}.font-size-12px{font-size:12px}.font-size-14px{font-size:14px}.font-size-16px{font-size:16px}.font-size-18px{font-size:18px}.font-size-20px{font-size:20px}.font-size-28px{font-size:28px}.font-size-32px{font-size:32px}.text-\#09090A,.text-gray-101{--un-text-opacity:1;color:rgb(9 9 10 / var(--un-text-opacity))}.text-\#2C2D2D{--un-text-opacity:1;color:rgb(44 45 45 / var(--un-text-opacity))}.text-\#F6F7F3,.text-gray-500{--un-text-opacity:1;color:rgb(246 247 243 / var(--un-text-opacity))}.text-\#F74772{--un-text-opacity:1;color:rgb(247 71 114 / var(--un-text-opacity))}.text-\#FFFFFFCC,.text-white-80{--un-text-opacity:.8;color:rgb(255 255 255 / var(--un-text-opacity))}.text-black{--un-text-opacity:1;color:rgb(17 17 17 / var(--un-text-opacity))}.text-gray-60{--un-text-opacity:.6;color:rgb(246 247 243 / var(--un-text-opacity))}.text-gray-600,.text-white-60{--un-text-opacity:.6;color:rgb(255 255 255 / var(--un-text-opacity))}.text-lime,.text-lime-500,[color~="#8dcc2f"]{--un-text-opacity:1;color:rgb(141 204 47 / var(--un-text-opacity))}.text-orange{--un-text-opacity:1;color:rgb(241 189 111 / var(--un-text-opacity))}.text-red-500{--un-text-opacity:1;color:rgb(248 80 111 / var(--un-text-opacity))}.text-white,.group:hover .group-hover\:text-white{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.text-white-40{--un-text-opacity:.4;color:rgb(255 255 255 / var(--un-text-opacity))}.text-white-90{--un-text-opacity:.9;color:rgb(255 255 255 / var(--un-text-opacity))}.text-yellow-500{--un-text-opacity:1;color:rgb(234 179 8 / var(--un-text-opacity))}.hover\:text-white-80:hover{--un-text-opacity:.8;color:rgb(255 255 255 / var(--un-text-opacity))}.disabled\:text-white-40:disabled{--un-text-opacity:.4;color:rgb(255 255 255 / var(--un-text-opacity))}[color~="#08C8BD"]{--un-text-opacity:1;color:rgb(8 200 189 / var(--un-text-opacity))}[color~="#C6BEFA"]{--un-text-opacity:1;color:rgb(198 190 250 / var(--un-text-opacity))}[color~="#FF8C66"]{--un-text-opacity:1;color:rgb(255 140 102 / var(--un-text-opacity))}.font-400,.fw-400,.fw-normal{font-weight:400}.font-500,.fw-500,.fw-medium{font-weight:500}.font-600,.font-semibold,.group:hover .group-hover\:font-600{font-weight:600}.fwbold{font-weight:700}.leading-normal{line-height:1.5}.leading-snug{line-height:1.375}.lh-100\%{line-height:100%}.lh-120\%{line-height:120%}.lh-12px{line-height:12px}.lh-14px{line-height:14px}.lh-150\%{line-height:150%}.lh-16px{line-height:16px}.lh-18px{line-height:18px}.lh-20px{line-height:20px}.lh-24px{line-height:24px}.font-Machina{font-family:PPNeueMachina,sans-serif}.capitalize{text-transform:capitalize}.font-italic{font-style:italic}.underline{text-decoration-line:underline}.decoration-\[max\(0\.07em\,1px\)\]{text-decoration-thickness:max(.07em,1px)}.underline-offset-2{text-underline-offset:2px}.underline-dotted{text-decoration-style:dotted}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-60{opacity:.6}.hover\:opacity-80:hover,.active\:opacity-80:active{opacity:.8}.disabled\:opacity-60:disabled{opacity:.6}.outline{outline-style:solid}.outline-none{outline:2px solid transparent;outline-offset:2px}.backdrop-filter{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.before\:content-\[--pseudoBefore--content\]:before{content:var(--pseudoBefore--content)}@media (max-width: 799.9px){.max-sm\:mx-16px{margin-left:16px;margin-right:16px}.max-sm\:w-full{width:100%}.max-sm\:pb-48px{padding-bottom:48px}}@media (min-width: 800px){.sm\:mx-24px{margin-left:24px;margin-right:24px}.sm\:me-24px{margin-inline-end:24px}.sm\:max-w-100\%{max-width:100%}.sm\:max-w-311px{max-width:311px}.sm\:min-h-200px{min-height:200px}.sm\:w-290px{width:290px}.sm\:w-400px{width:400px}.sm\:w-431px{width:431px}.sm\:w-455px{width:455px}.sm\:w-480px{width:480px}.sm\:w-680px{width:680px}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:gap-8px{gap:8px}.sm\:p-24px{padding:24px}.sm\:px-24px{padding-left:24px;padding-right:24px}.sm\:py-22px{padding-top:22px;padding-bottom:22px}.sm\:pb-24px{padding-bottom:24px}.sm\:pt-24px{padding-top:24px}}

:root {
  --header-height: 47px;
  @media (max-width: 1024px) {
  --header-height: 60px;
}
}
.slick-list { width: 100%; }
*, ::before, ::after { --un-rotate: 0; --un-rotate-x: 0; --un-rotate-y: 0; --un-rotate-z: 0; --un-scale-x: 1; --un-scale-y: 1; --un-scale-z: 1; --un-skew-x: 0; --un-skew-y: 0; --un-translate-x: 0; --un-translate-y: 0; --un-translate-z: 0; --un-pan-x: ; --un-pan-y: ; --un-pinch-zoom: ; --un-scroll-snap-strictness: proximity; --un-ordinal: ; --un-slashed-zero: ; --un-numeric-figure: ; --un-numeric-spacing: ; --un-numeric-fraction: ; --un-border-spacing-x: 0; --un-border-spacing-y: 0; --un-ring-offset-shadow: 0 0 rgb(0 0 0 / 0); --un-ring-shadow: 0 0 rgb(0 0 0 / 0); --un-shadow-inset: ; --un-shadow: 0 0 rgb(0 0 0 / 0); --un-ring-inset: ; --un-ring-offset-width: 0px; --un-ring-offset-color: #fff; --un-ring-width: 0px; --un-ring-color: rgb(147 197 253 / .5); --un-blur: ; --un-brightness: ; --un-contrast: ; --un-drop-shadow: ; --un-grayscale: ; --un-hue-rotate: ; --un-invert: ; --un-saturate: ; --un-sepia: ; --un-backdrop-blur: ; --un-backdrop-brightness: ; --un-backdrop-contrast: ; --un-backdrop-grayscale: ; --un-backdrop-hue-rotate: ; --un-backdrop-invert: ; --un-backdrop-opacity: ; --un-backdrop-saturate: ; --un-backdrop-sepia: ; }
::backdrop { --un-rotate: 0; --un-rotate-x: 0; --un-rotate-y: 0; --un-rotate-z: 0; --un-scale-x: 1; --un-scale-y: 1; --un-scale-z: 1; --un-skew-x: 0; --un-skew-y: 0; --un-translate-x: 0; --un-translate-y: 0; --un-translate-z: 0; --un-pan-x: ; --un-pan-y: ; --un-pinch-zoom: ; --un-scroll-snap-strictness: proximity; --un-ordinal: ; --un-slashed-zero: ; --un-numeric-figure: ; --un-numeric-spacing: ; --un-numeric-fraction: ; --un-border-spacing-x: 0; --un-border-spacing-y: 0; --un-ring-offset-shadow: 0 0 rgb(0 0 0 / 0); --un-ring-shadow: 0 0 rgb(0 0 0 / 0); --un-shadow-inset: ; --un-shadow: 0 0 rgb(0 0 0 / 0); --un-ring-inset: ; --un-ring-offset-width: 0px; --un-ring-offset-color: #fff; --un-ring-width: 0px; --un-ring-color: rgb(147 197 253 / .5); --un-blur: ; --un-brightness: ; --un-contrast: ; --un-drop-shadow: ; --un-grayscale: ; --un-hue-rotate: ; --un-invert: ; --un-saturate: ; --un-sepia: ; --un-backdrop-blur: ; --un-backdrop-brightness: ; --un-backdrop-contrast: ; --un-backdrop-grayscale: ; --un-backdrop-hue-rotate: ; --un-backdrop-invert: ; --un-backdrop-opacity: ; --un-backdrop-saturate: ; --un-backdrop-sepia: ; }
.container { width: 100%; }
@media (min-width: 800px) {
  .container { max-width: 800px; }
}
@media (min-width: 1024px) {
  .container { max-width: 1024px; }
}
@media (min-width: 1280px) {
  .container { max-width: 1280px; }
}
@media (min-width: 1440px) {
  .container { max-width: 1440px; }
}
@media (min-width: 1536px) {
  .container { max-width: 1536px; }
}
@media (min-width: 1920px) {
  .container { max-width: 1920px; }
}
@media (min-width: 2560px) {
  .container { max-width: 2560px; }
}
.pointer-events-auto { pointer-events: auto; }
.pointer-events-none { pointer-events: none; }
.visible { visibility: visible; }
.absolute, .position-absolute { position: absolute; }
.fixed { position: fixed; }
.position-relative, .relative { position: relative; }
.bottom-0 { bottom: 0px; }
.left--4\% { left: -4%; }
.left-0 { left: 0px; }
.left-50\% { left: 50%; }
.right-0 { right: 0px; }
.right-12px { right: 12px; }
.right-16px { right: 16px; }
.top--4\% { top: -4%; }
.top-0 { top: 0px; }
.top-50\% { top: 50%; }
.z-\[1\] { z-index: 1; }
.z-10 { z-index: 10; }
.grid { display: grid; }
.mx-0 { margin-left: 0px; margin-right: 0px; }
.mx-16px { margin-left: 16px; margin-right: 16px; }
.mx-4px { margin-left: 4px; margin-right: 4px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my { margin-top: 1rem; margin-bottom: 1rem; }
.mb-16px { margin-bottom: 16px; }
.mb-20px { margin-bottom: 20px; }
.mb-24px { margin-bottom: 24px; }
.mb-4px { margin-bottom: 4px; }
.mb-8px { margin-bottom: 8px; }
.me-16px { margin-inline-end: 16px; }
.me-8px { margin-inline-end: 8px; }
.ml-8px { margin-left: 8px; }
.mr-1 { margin-right: 0.25rem; }
.mt-\[0\.75em\] { margin-top: 0.75em; }
.mt-10px { margin-top: 10px; }
.mt-12px { margin-top: 12px; }
.mt-16px { margin-top: 16px; }
.mt-24px { margin-top: 24px; }
.mt-50px { margin-top: 50px; }
.mt-8px { margin-top: 8px; }
.box-border { box-sizing: border-box; }
.inline { display: inline; }
.block, .group:hover .group-hover\:block { display: block; }
.inline-block { display: inline-block; }
.hidden, .group:hover .group-hover\:hidden { display: none; }
.h-100\%, .h-full { height: 100%; }
.h-108\% { height: 108%; }
.h-120px { height: 120px; }
.h-14px { height: 14px; }
.h-16px { height: 16px; }
.h-1px { height: 1px; }
.h-20px { height: 20px; }
.h-24px { height: 24px; }
.h-2px { height: 2px; }
.h-32px { height: 32px; }
.h-36px { height: 36px; }
.h-40px { height: 40px; }
.h-48px { height: 48px; }
.h-50\% { height: 50%; }
.h-60px { height: 60px; }
.h-64px { height: 64px; }
.h-7px { height: 7px; }
.h-8px { height: 8px; }
.h-90px { height: 90px; }
.max-h-100\% { max-height: 100%; }
.max-h-50vh { max-height: 50vh; }
.max-h-60vh { max-height: 60vh; }
.max-w-100\%, .max-w-full { max-width: 100%; }
.max-w-3xl { max-width: 48rem; }
.max-w-400px { max-width: 400px; }
.max-w-85\% { max-width: 85%; }
.min-h-\[1lh\] { min-height: 1lh; }
.min-h-20px { min-height: 20px; }
.min-h-screen { min-height: 100vh; }
.min-w-0 { min-width: 0px; }
.min-w-20px { min-width: 20px; }
.min-w-24px { min-width: 24px; }
.min-w-290px { min-width: 290px; }
.min-w-52px { min-width: 52px; }
.min-w-6 { min-width: 1.5rem; }
.w-100\%, .w-full { width: 100%; }
.w-108\% { width: 108%; }
.w-110px { width: 110px; }
.w-120px { width: 120px; }
.w-16px { width: 16px; }
.w-20px { width: 20px; }
.w-24px { width: 24px; }
.w-32px { width: 32px; }
.w-36px { width: 36px; }
.w-3px { width: 3px; }
.w-450px { width: 450px; }
.w-480px { width: 480px; }
.w-48px { width: 48px; }
.w-50\% { width: 50%; }
.w-60px { width: 60px; }
.w-64px { width: 64px; }
.w-7px { width: 7px; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.origin-center { transform-origin: center center; }
.transform-translate-y--50\%, .translate-y--50\% { --un-translate-y: -50%; transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z)); }
.translate-x--50\% { --un-translate-x: -50%; transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z)); }
.translate-y-1px { --un-translate-y: 1px; transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z)); }
.rotate--90, .rotate-\[-90deg\] { --un-rotate-x: 0; --un-rotate-y: 0; --un-rotate-z: 0; --un-rotate: -90deg; transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z)); }
.rotate-90, .group:hover .group-hover\:rotate-90deg { --un-rotate-x: 0; --un-rotate-y: 0; --un-rotate-z: 0; --un-rotate: 90deg; transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z)); }
.transform { transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z)); }
@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.animate-spin { animation: 1s linear 0s infinite normal none running spin; }
.cursor-pointer { cursor: pointer; }
.cursor-not-allowed { cursor: not-allowed; }
.resize { resize: both; }
.scroll-m-12 { scroll-margin: 3rem; }
.appearance-none { appearance: none; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.justify-items-center { justify-items: center; }
.justify-self-start { justify-self: start; }
.gap-10px { gap: 10px; }
.gap-12px { gap: 12px; }
.gap-16px { gap: 16px; }
.gap-24px { gap: 24px; }
.gap-2px { gap: 2px; }
.gap-32px { gap: 32px; }
.gap-4px { gap: 4px; }
.gap-50px { gap: 50px; }
.gap-8px { gap: 8px; }
.gap-y-24px { row-gap: 24px; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { --un-space-y-reverse: 0; margin-top: calc(.5rem * calc(1 - var(--un-space-y-reverse))); margin-bottom: calc(.5rem * var(--un-space-y-reverse)); }
.overflow-auto { overflow: auto; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.overflow-y-auto { overflow-y: auto; }
.whitespace-pre-wrap { white-space: pre-wrap; }
.break-words { overflow-wrap: break-word; }
.b-1px, .border, .border-1px { border-width: 1px; }
.border-0\.5px { border-width: 0.5px; }
.b-b-2px { border-bottom-width: 2px; }
.b-b-4px { border-bottom-width: 4px; }
.border-b-1px { border-bottom-width: 1px; }
.border-t-1px { border-top-width: 1px; }
.b-gray-80, .border-white-8 { --un-border-opacity: .08; border-color: rgb(255 255 255 / var(--un-border-opacity)); }
.b-green-500 { --un-border-opacity: 1; border-color: rgb(20 241 149 / var(--un-border-opacity)); }
.border-\#2C2D2D, .border-gray-103 { --un-border-opacity: 1; border-color: rgb(44 45 45 / var(--un-border-opacity)); }
.border-lime { --un-border-opacity: 1; border-color: rgb(141 204 47 / var(--un-border-opacity)); }
.border-transparent { border-color: transparent; }
.border-white-4 { --un-border-opacity: .04; border-color: rgb(255 255 255 / var(--un-border-opacity)); }
.hover\:border-lime:hover { --un-border-opacity: 1; border-color: rgb(141 204 47 / var(--un-border-opacity)); }
.hover\:border-white-2:hover { --un-border-opacity: .02; border-color: rgb(255 255 255 / var(--un-border-opacity)); }
.b-b-transparent { border-bottom-color: transparent; }
.border-b-green-500 { --un-border-opacity: 1; --un-border-bottom-opacity: var(--un-border-opacity); border-bottom-color: rgb(20 241 149 / var(--un-border-bottom-opacity)); }
.rounded-20px { border-radius: 20px; }
.rounded-2px { border-radius: 2px; }
.rounded-4px { border-radius: 4px; }
.rounded-50\% { border-radius: 50%; }
.rounded-8px { border-radius: 8px; }
.rounded-l-4px { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.b-solid, .b-style-solid, .border-solid { border-style: solid; }
.bg-\#030B0F { --un-bg-opacity: 1; background-color: rgb(3 11 15 / var(--un-bg-opacity)); }
.bg-\#092C24 { --un-bg-opacity: 1; background-color: rgb(9 44 36 / var(--un-bg-opacity)); }
.bg-\#111111 { --un-bg-opacity: 1; background-color: rgb(17 17 17 / var(--un-bg-opacity)); }
.bg-\#11111133 { --un-bg-opacity: .2; background-color: rgb(17 17 17 / var(--un-bg-opacity)); }
.bg-\#1D1D1F { --un-bg-opacity: 1; background-color: rgb(29 29 31 / var(--un-bg-opacity)); }
.bg-\#1F1F21 { --un-bg-opacity: 1; background-color: rgb(31 31 33 / var(--un-bg-opacity)); }
.bg-\#2C2D2D, .bg-gray-103 { --un-bg-opacity: 1; background-color: rgb(44 45 45 / var(--un-bg-opacity)); }
.bg-\#FFFFFF14, .bg-white-8 { --un-bg-opacity: .08; background-color: rgb(255 255 255 / var(--un-bg-opacity)); }
.bg-blue-500 { --un-bg-opacity: 1; background-color: rgb(94 207 255 / var(--un-bg-opacity)); }
.bg-gray-4 { --un-bg-opacity: .04; background-color: rgb(246 247 243 / var(--un-bg-opacity)); }
.bg-gray-40 { --un-bg-opacity: .4; background-color: rgb(246 247 243 / var(--un-bg-opacity)); }
.bg-gray-500 { --un-bg-opacity: 1; background-color: rgb(246 247 243 / var(--un-bg-opacity)); }
.bg-green-500 { --un-bg-opacity: 1; background-color: rgb(20 241 149 / var(--un-bg-opacity)); }
.bg-lime, .bg-lime-500 { --un-bg-opacity: 1; background-color: rgb(141 204 47 / var(--un-bg-opacity)); }
.bg-lime-16 { --un-bg-opacity: .16; background-color: rgb(141 204 47 / var(--un-bg-opacity)); }
.bg-lime-8 { --un-bg-opacity: .08; background-color: rgb(141 204 47 / var(--un-bg-opacity)); }
.bg-orange { --un-bg-opacity: 1; background-color: rgb(241 189 111 / var(--un-bg-opacity)); }
.bg-orange-16 { --un-bg-opacity: .16; background-color: rgb(241 189 111 / var(--un-bg-opacity)); }
.bg-red { --un-bg-opacity: 1; background-color: rgb(236 64 74 / var(--un-bg-opacity)); }
.bg-red-60 { --un-bg-opacity: .6; background-color: rgb(236 64 74 / var(--un-bg-opacity)); }
.bg-transparent { background-color: transparent; }
.bg-white-16 { --un-bg-opacity: .16; background-color: rgb(255 255 255 / var(--un-bg-opacity)); }
.bg-white-4 { --un-bg-opacity: .04; background-color: rgb(255 255 255 / var(--un-bg-opacity)); }
.bg-white-40 { --un-bg-opacity: .4; background-color: rgb(255 255 255 / var(--un-bg-opacity)); }
.bg-yellow-500 { --un-bg-opacity: 1; background-color: rgb(234 179 8 / var(--un-bg-opacity)); }
.hover\:bg-\#F6F7F319:hover { --un-bg-opacity: .1; background-color: rgb(246 247 243 / var(--un-bg-opacity)); }
.hover\:bg-white-8:hover { --un-bg-opacity: .08; background-color: rgb(255 255 255 / var(--un-bg-opacity)); }
[stroke~="#333333"] { --un-stroke-opacity: 1; stroke: rgb(51 51 51 / var(--un-stroke-opacity)); }
[stroke~="white"] { --un-stroke-opacity: 1; stroke: rgb(255 255 255 / var(--un-stroke-opacity)); }
.p-16px { padding: 16px; }
.p-24px { padding: 24px; }
.p-4px { padding: 4px; }
.px, [px=""] { padding-left: 1rem; padding-right: 1rem; }
.px-10px { padding-left: 10px; padding-right: 10px; }
.px-12px { padding-left: 12px; padding-right: 12px; }
.px-16px { padding-left: 16px; padding-right: 16px; }
.px-20px { padding-left: 20px; padding-right: 20px; }
.px-24px { padding-left: 24px; padding-right: 24px; }
.px-48px { padding-left: 48px; padding-right: 48px; }
.px-4px { padding-left: 4px; padding-right: 4px; }
.px-8px { padding-left: 8px; padding-right: 8px; }
.py-100px { padding-top: 100px; padding-bottom: 100px; }
.py-10px { padding-top: 10px; padding-bottom: 10px; }
.py-12px { padding-top: 12px; padding-bottom: 12px; }
.py-16px { padding-top: 16px; padding-bottom: 16px; }
.py-24px { padding-top: 24px; padding-bottom: 24px; }
.py-32px { padding-top: 32px; padding-bottom: 32px; }
.py-48px { padding-top: 48px; padding-bottom: 48px; }
.py-4px { padding-top: 4px; padding-bottom: 4px; }
.py-5px { padding-top: 5px; padding-bottom: 5px; }
.py-6px { padding-top: 6px; padding-bottom: 6px; }
.py-8px { padding-top: 8px; padding-bottom: 8px; }
.py-9\.5px { padding-top: 9.5px; padding-bottom: 9.5px; }
.pb-16px { padding-bottom: 16px; }
.pb-24px { padding-bottom: 24px; }
.pb-32px { padding-bottom: 32px; }
.pl-12px { padding-left: 12px; }
.pt { padding-top: 1rem; }
.pt-16px { padding-top: 16px; }
.pt-2px { padding-top: 2px; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-wrap { text-wrap: wrap; }
.text-nowrap { text-wrap: nowrap; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.font-size-10px { font-size: 10px; }
.font-size-12px { font-size: 12px; }
.font-size-14px { font-size: 14px; }
.font-size-16px { font-size: 16px; }
.font-size-18px { font-size: 18px; }
.font-size-20px { font-size: 20px; }
.font-size-28px { font-size: 28px; }
.font-size-32px { font-size: 32px; }
.text-\#09090A, .text-gray-101 { --un-text-opacity: 1; color: rgb(9 9 10 / var(--un-text-opacity)); }
.text-\#2C2D2D { --un-text-opacity: 1; color: rgb(44 45 45 / var(--un-text-opacity)); }
.text-\#F6F7F3, .text-gray-500 { --un-text-opacity: 1; color: rgb(246 247 243 / var(--un-text-opacity)); }
.text-\#F74772 { --un-text-opacity: 1; color: rgb(247 71 114 / var(--un-text-opacity)); }
.text-\#FFFFFFCC, .text-white-80 { --un-text-opacity: .8; color: rgb(255 255 255 / var(--un-text-opacity)); }
.text-black { --un-text-opacity: 1; color: rgb(17 17 17 / var(--un-text-opacity)); }
.text-gray-60 { --un-text-opacity: .6; color: rgb(246 247 243 / var(--un-text-opacity)); }
.text-gray-600, .text-white-60 { --un-text-opacity: .6; color: rgb(255 255 255 / var(--un-text-opacity)); }
.text-lime, .text-lime-500, [color~="#8dcc2f"] { --un-text-opacity: 1; color: rgb(141 204 47 / var(--un-text-opacity)); }
.text-orange { --un-text-opacity: 1; color: rgb(241 189 111 / var(--un-text-opacity)); }
.text-red-500 { --un-text-opacity: 1; color: rgb(248 80 111 / var(--un-text-opacity)); }
.text-white, .group:hover .group-hover\:text-white { --un-text-opacity: 1; color: rgb(255 255 255 / var(--un-text-opacity)); }
.text-white-40 { --un-text-opacity: .4; color: rgb(255 255 255 / var(--un-text-opacity)); }
.text-white-90 { --un-text-opacity: .9; color: rgb(255 255 255 / var(--un-text-opacity)); }
.text-yellow-500 { --un-text-opacity: 1; color: rgb(234 179 8 / var(--un-text-opacity)); }
.hover\:text-white-80:hover { --un-text-opacity: .8; color: rgb(255 255 255 / var(--un-text-opacity)); }
.disabled\:text-white-40:disabled { --un-text-opacity: .4; color: rgb(255 255 255 / var(--un-text-opacity)); }
[color~="#08C8BD"] { --un-text-opacity: 1; color: rgb(8 200 189 / var(--un-text-opacity)); }
[color~="#C6BEFA"] { --un-text-opacity: 1; color: rgb(198 190 250 / var(--un-text-opacity)); }
[color~="#FF8C66"] { --un-text-opacity: 1; color: rgb(255 140 102 / var(--un-text-opacity)); }
.font-400, .fw-400, .fw-normal { font-weight: 400; }
.font-500, .fw-500, .fw-medium { font-weight: 500; }
.font-600, .font-semibold, .group:hover .group-hover\:font-600 { font-weight: 600; }
.fwbold { font-weight: 700; }
.leading-normal { line-height: 1.5; }
.leading-snug { line-height: 1.375; }
.lh-100\% { line-height: 100%; }
.lh-120\% { line-height: 120%; }
.lh-12px { line-height: 12px; }
.lh-14px { line-height: 14px; }
.lh-150\% { line-height: 150%; }
.lh-16px { line-height: 16px; }
.lh-18px { line-height: 18px; }
.lh-20px { line-height: 20px; }
.lh-24px { line-height: 24px; }
.font-Machina { font-family: PPNeueMachina, sans-serif; }
.capitalize { text-transform: capitalize; }
.font-italic { font-style: italic; }
.underline { text-decoration-line: underline; }
.decoration-\[max\(0\.07em\,1px\)\] { text-decoration-thickness: max(0.07em, 1px); }
.underline-offset-2 { text-underline-offset: 2px; }
.underline-dotted { text-decoration-style: dotted; }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
.opacity-60 { opacity: 0.6; }
.hover\:opacity-80:hover, .active\:opacity-80:active { opacity: 0.8; }
.disabled\:opacity-60:disabled { opacity: 0.6; }
.outline { outline-style: solid; }
.outline-none { outline: transparent solid 2px; outline-offset: 2px; }
.backdrop-filter { backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia); }
.transition { transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 0.15s; }
.duration-100 { transition-duration: 0.1s; }
.ease, .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.before\:content-\[--pseudoBefore--content\]::before { content: var(--pseudoBefore--content); }
@media (max-width: 799.9px) {
  .max-sm\:mx-16px { margin-left: 16px; margin-right: 16px; }
  .max-sm\:w-full { width: 100%; }
  .max-sm\:pb-48px { padding-bottom: 48px; }
}
@media (min-width: 800px) {
  .sm\:mx-24px { margin-left: 24px; margin-right: 24px; }
  .sm\:me-24px { margin-inline-end: 24px; }
  .sm\:max-w-100\% { max-width: 100%; }
  .sm\:max-w-311px { max-width: 311px; }
  .sm\:min-h-200px { min-height: 200px; }
  .sm\:w-290px { width: 290px; }
  .sm\:w-400px { width: 400px; }
  .sm\:w-431px { width: 431px; }
  .sm\:w-455px { width: 455px; }
  .sm\:w-480px { width: 480px; }
  .sm\:w-680px { width: 680px; }
  .sm\:w-auto { width: auto; }
  .sm\:w-full { width: 100%; }
  .sm\:gap-8px { gap: 8px; }
  .sm\:p-24px { padding: 24px; }
  .sm\:px-24px { padding-left: 24px; padding-right: 24px; }
  .sm\:py-22px { padding-top: 22px; padding-bottom: 22px; }
  .sm\:pb-24px { padding-bottom: 24px; }
  .sm\:pt-24px { padding-top: 24px; }
}
.qauED { transition: height 0.2s; will-change: height; }
.bvfRv ::selection { background-color: rgb(141, 204, 47); color: rgb(9, 9, 10); }
@media (max-width: 800px) {
  .bvfRv ::selection { background-image: none; }
}
.iIXybB { min-height: 100vh; background: rgb(17, 17, 17); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 0px; position: relative; overflow-x: hidden; }
.itsnQI { width: 100%; height: 280px; position: relative; background-image: url("../img/banner-bg.svg"); background-size: cover; background-repeat: no-repeat; background-position: center center; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 20px; z-index: 1; border-bottom: 1px dashed rgb(44, 45, 45); }
.jwQphC { width: 100%; max-width: 1280px; display: flex; flex-direction: column; gap: 16px; z-index: 1; position: relative; }
.bYdkKm { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 32px; z-index: 1; width: 100%; max-width: 1280px; padding: 0px 20px 40px; border-left: 1px dashed rgb(44, 45, 45); border-right: 1px dashed rgb(44, 45, 45); position: relative; }
.eTvGGn { display: grid; grid-template-columns: 1fr 1fr; width: 100%; max-width: 1280px; margin-top: 0px; position: relative; }
.eTvGGn::before { content: ""; position: absolute; left: 50%; top: 0px; bottom: 0px; width: 1px; border-left: 1px dashed rgb(44, 45, 45); transform: translateX(-50%); }
@media (max-width: 1024px) {
  .eTvGGn { grid-template-columns: 1fr; }
  .eTvGGn::before { display: none; }
}
.dLKREj { display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; padding-right: 60px; }
@media (max-width: 800px) {
  .dLKREj { padding: 0px; }
}
.buNIoe { display: flex; flex-direction: column; gap: 24px; position: relative; }
.qUxcp { font-size: 40px; font-weight: 400; color: rgb(246, 247, 243); text-align: left; margin: 0px; font-family: PPNeueMachina; z-index: 1; position: relative; max-width: 437px; }
@media (max-width: 800px) {
  .qUxcp { font-size: 32px; }
}
.jbIsdJ { font-size: 14px; color: rgba(255, 255, 255, 0.4); text-align: left; margin: 0px; z-index: 1; position: relative; max-width: 437px; }
@media (max-width: 800px) {
  .jbIsdJ { font-size: 14px; }
}
.igyclx { background: transparent; border: none; display: flex; flex-direction: column; position: relative; height: 100%; }
.jQPJxk { position: absolute; width: 12px; height: 12px; background-image: url("../img/shizi.svg"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; top: 0px; left: 0px; transform: translate(-50%, -50%); }
@media (max-width: 800px) {
  .jQPJxk { display: none; }
}
.iOvzNu { position: absolute; width: 12px; height: 12px; background-image: url("../img/shizi.svg"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; top: 0px; right: 0px; transform: translate(50%, -50%); }
@media (max-width: 800px) {
  .iOvzNu { display: none; }
}
.jJSKPK { position: absolute; width: 12px; height: 12px; background-image: url("../img/shizi.svg"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; bottom: 0px; left: -20px; transform: translate(-50%, 50%); }
@media (max-width: 800px) {
  .jJSKPK { display: none; }
}
.bKQMbA { position: absolute; width: 12px; height: 12px; background-image: url("../img/shizi.svg"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; bottom: 0px; right: -20px; transform: translate(50%, 50%); }
@media (max-width: 800px) {
  .bKQMbA { display: none; }
}
.emTjjN { position: absolute; width: 12px; height: 12px; background-image: url("../img/shizi.svg"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; top: 0px; left: 0px; transform: translate(-50%, -50%); }
@media (max-width: 800px) {
  .emTjjN { display: none; }
}
.eLqdqn { position: absolute; width: 12px; height: 12px; background-image: url("../img/shizi.svg"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; top: 0px; right: 0px; transform: translate(50%, -50%); }
@media (max-width: 800px) {
  .eLqdqn { display: none; }
}
.fTbnyL { position: absolute; width: 12px; height: 12px; background-image: url("../img/shizi.svg"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; bottom: 0px; left: -20px; transform: translate(-50%, 50%); }
@media (max-width: 800px) {
  .fTbnyL { display: none; }
}
.jFaZhN { position: absolute; width: 12px; height: 12px; background-image: url("../img/shizi.svg"); background-size: contain; background-repeat: no-repeat; background-position: center center; z-index: 10; bottom: 0px; right: -20px; transform: translate(50%, 50%); }
@media (max-width: 800px) {
  .jFaZhN { display: none; }
}
.bBrywB { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px dashed rgb(44, 45, 45); padding: 24px 40px 24px 60px; }
@media (max-width: 800px) {
  .bBrywB { padding: 0px; border-bottom: none; }
}
.kgxakA { font-size: 14px; line-height: 18px; color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.08); font-weight: 400; display: flex; align-items: center; gap: 4px; padding: 10px 15px; border-radius: 2px; opacity: 1; cursor: pointer; transition: 0.3s; }
.kgxakA:hover { opacity: 1; }
.kgxakA svg { width: 20px; height: 20px; }
.cQnJDf { font-size: 14px; line-height: 18px; color: rgba(255, 255, 255, 0.6); background-color: transparent; font-weight: 400; display: flex; align-items: center; gap: 4px; padding: 10px 15px; border-radius: 2px; opacity: 0.4; cursor: pointer; transition: 0.3s; }
.cQnJDf:hover { opacity: 1; }
.cQnJDf svg { width: 20px; height: 20px; }
.eAjuzY { font-size: 14px; line-height: 18px; color: rgba(255, 255, 255, 0.8); background-color: rgba(255, 255, 255, 0.08); font-weight: 400; display: flex; align-items: center; gap: 4px; padding: 10px 15px; border-radius: 2px; opacity: 1; cursor: pointer; transition: 0.3s; }
.eAjuzY:hover { opacity: 1; }
.eAjuzY svg { width: 20px; height: 20px; }
.bdAxan { font-size: 14px; line-height: 18px; color: rgba(255, 255, 255, 0.6); background-color: transparent; font-weight: 400; display: flex; align-items: center; gap: 4px; padding: 10px 15px; border-radius: 2px; opacity: 0.4; cursor: pointer; transition: 0.3s; }
.bdAxan:hover { opacity: 1; }
.bdAxan svg { width: 20px; height: 20px; }
.tfVBg { padding: 24px 40px 24px 60px; flex: 1 1 0%; display: flex; flex-direction: column; justify-content: center; }
@media (max-width: 800px) {
  .tfVBg { padding: 32px 0px; }
}
.cGEtWZ { display: flex; flex-direction: column; gap: 12px; }
.qKlfZ { font-size: 14px; color: rgba(255, 255, 255, 0.8); line-height: 150%; }
.hCxTAJ { display: flex; align-items: flex-end; gap: 16px; color: rgb(246, 247, 243); }
.fGmaaZ { font-size: 48px; font-weight: 400; color: rgb(246, 247, 243); line-height: 1; font-family: PPNeueMachina; position: relative; top: 5px; }
.jqbfih { font-size: 32px; font-weight: 400; color: rgb(246, 247, 243); line-height: 1; font-family: PPNeueMachina; }
.ceABSu { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; margin-bottom: 24px; }
.iFQpHB { display: flex; align-items: center; gap: 4px; }
.fxMXze { align-self: flex-start; width: 15px; height: 15px; background: rgb(141, 204, 47); margin-top: 3px; }
.rzGCf { align-self: flex-start; width: 15px; height: 15px; background: rgb(8, 200, 189); margin-top: 3px; }
.gHSdlj { align-self: flex-start; width: 15px; height: 15px; background: rgb(198, 190, 250); margin-top: 3px; }
.iaeKaB { align-self: flex-start; width: 15px; height: 15px; background: rgb(255, 140, 102); margin-top: 3px; }
.eKMFJp { align-self: flex-start; width: 15px; height: 15px; background: rgb(141, 204, 47); margin-top: 3px; }
.cYLKFA { align-self: flex-start; width: 15px; height: 15px; background: rgb(8, 200, 189); margin-top: 3px; }
.ekDnAo { align-self: flex-start; width: 15px; height: 15px; background: rgb(198, 190, 250); margin-top: 3px; }
.byGWxC { align-self: flex-start; width: 15px; height: 15px; background: rgb(255, 140, 102); margin-top: 3px; }
.eQfGlz { font-size: 14px; color: rgba(255, 255, 255, 0.8); flex: 1 1 0%; font-weight: 600; }
.eQfGlz > p { color: rgba(255, 255, 255, 0.6); font-size: 13px; font-weight: 400; }
.ljTbxW { font-size: 14px; color: rgba(255, 255, 255, 0.8); font-weight: 400; }
.guXUMH { width: 100%; height: 48px; background: linear-gradient(0deg, rgb(141, 204, 47) 0%, rgb(141, 204, 47) 100%); border: none; border-radius: 2px; color: rgb(9, 9, 10); font-size: 16px; font-weight: 600; cursor: pointer; transition: 0.3s; }
.guXUMH:hover:not(:disabled) { opacity: 0.8; }
.guXUMH:disabled { opacity: 0.5; cursor: not-allowed; }
.jztGzn { display: flex; align-items: center; justify-content: flex-start; gap: 12px; width: calc(100% + 40px); margin: -32px -20px 0px; font-size: 16px; color: rgba(255, 255, 255, 0.8); border-top: 1px dashed rgb(44, 45, 45); }
.hpBKBp { width: 100%; display: flex; flex-direction: column; gap: 16px; position: relative; align-items: flex-start; padding: 24px 32px; }
@media (max-width: 800px) {
  .hpBKBp { padding: 0px; }
}
.cFtsEr { font-size: 24px; font-weight: 600; color: rgb(255, 255, 255); margin-bottom: 24px; }
.eFzmhB { background: transparent; border: none; overflow: visible; padding: 16px 0px; }
.dpkXXm { width: 100%; background: transparent; border: none; color: rgb(255, 255, 255); font-size: 20px; line-height: 28px; font-weight: 600; text-align: left; cursor: pointer; display: flex; align-items: center; gap: 12px; transition: 0.3s; position: relative; }
.dpkXXm:hover { opacity: 0.8; }
.dpkXXm span { flex: 1 1 0%; }
.eEYHtn { overflow: hidden; color: rgba(255, 255, 255, 0.6); font-size: 16px; line-height: 200%; margin-left: 48px; margin-top: 16px; }
.iyQxbB { position: relative; width: 480px; height: 480px; display: flex; align-items: center; justify-content: center; }
@media (max-width: 800px) {
  .iyQxbB { width: 100%; height: auto; }
}
.kckCpY { position: absolute; width: 100%; height: 100%; border-radius: 50%; background: rgb(17, 17, 17); display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); }
.kckCpY::before { content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%; background: radial-gradient(circle, rgba(141, 204, 47, 0.15) 0%, transparent 70%); z-index: 1; }
.hmJpOO { position: absolute; top: 0px; left: 50%; transform: translateX(-50%); width: 871px; height: 620px; background-image: url("../img/pixels-mask.svg"); background-size: 871px 620px; background-repeat: no-repeat; background-position: center top; opacity: 0.4; pointer-events: none; z-index: 1; filter: brightness(1.2); }
.kTYeJo { position: relative; z-index: 2; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; mask-image: radial-gradient(circle, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.4) 85%, rgba(0, 0, 0, 0) 100%); }
.kTYeJo::after { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; border-radius: 50%; background: radial-gradient(circle, transparent 60%, rgba(17, 17, 17, 0.3) 75%, rgba(17, 17, 17, 0.7) 85%, rgb(17, 17, 17) 100%); pointer-events: none; z-index: 1; }
.eKksiM { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(141, 204, 47, 0.1) 0%, transparent 70%); display: flex; align-items: center; justify-content: center; z-index: 1; }
.eKksiM::before { content: ""; width: 60px; height: 60px; border-width: 3px; border-style: solid; border-color: rgba(141, 204, 47, 0.8) rgba(141, 204, 47, 0.3) rgba(141, 204, 47, 0.3); border-image: initial; border-radius: 50%; animation: 1s linear 0s infinite normal none running spin; }
@keyframes spin { 
  100% { transform: rotate(360deg); }
}
@media (max-width: 640px) {
  .eKksiM { width: 150px; height: 150px; }
  .eKksiM::before { width: 40px; height: 40px; }
}
.jBmwDV { display: flex; position: fixed; inset: 0px; background-color: rgba(9, 9, 10, 0.8); animation: 0.2s ease 0s 1 normal forwards running jurLQR; align-items: center; justify-content: center; z-index: 9999; }
@media (max-width: 640px) {
  .jBmwDV { align-items: flex-end; }
}
@media (min-width: 640px) {
  .bvkAOi { animation: 0.3s ease 0s 1 normal forwards running hUniol; }
}
@media (max-width: 640px) {
  .bvkAOi { animation: 0.2s ease 0s 1 normal forwards running eBHMWt; }
}
.VKhlz { outline: none; }
@media (min-width: 640px) {
  .VKhlz { min-width: 450px; }
}
@media (max-width: 640px) {
  .VKhlz { box-shadow: none; }
}
.jGMpwp { position: fixed; top: 40px; left: 50%; transform: translateX(-50%); z-index: 10000; }
@media (max-width: 640px) {
  .jGMpwp { width: 100%; padding: 0px 16px; }
}
@keyframes jurLQR { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes hUniol { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes eBHMWt { 
  0% { opacity: 0; transform: translate3d(0px, 50%, 0px); }
  100% { opacity: 1; transform: translate3d(0px, 0px, 0px); }
}
@keyframes breath-animation { 
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.7; }
}
.breath-effect { animation: 1.5s ease-in-out 0s infinite normal none running breath-animation; }
@font-face { font-family: KHTeka; src: url("../fonts/KHTeka-Regular.woff2") format("woff2"), url("../fonts/KHTeka-Regular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: KHTeka; src: url("../fonts/KHTeka-Light.woff2") format("woff2"), url("../fonts/KHTeka-Light.woff") format("woff"); font-weight: 300; font-style: normal; }
@font-face { font-family: KHTekaMono; src: url("../fonts/KHTekaMono-Regular.woff2") format("woff2"), url("../fonts/KHTekaMono-Regular.woff") format("woff"); font-weight: 400; font-style: normal; }
@font-face { font-family: KHTeka; src: url("../fonts/KHTeka-Regular.woff2") format("woff2"), url("../fonts/KHTeka-Regular.woff") format("woff"); font-weight: 400; font-style: normal; }
@keyframes w3m-shake { 
  0% { transform: scale(1) rotate(0deg); }
  20% { transform: scale(1) rotate(-1deg); }
  40% { transform: scale(1) rotate(1.5deg); }
  60% { transform: scale(1) rotate(-1.5deg); }
  80% { transform: scale(1) rotate(1deg); }
  100% { transform: scale(1) rotate(0deg); }
}
@keyframes w3m-iframe-fade-out { 
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes w3m-iframe-zoom-in { 
  0% { transform: translateY(50px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}
@keyframes w3m-iframe-zoom-in-mobile { 
  0% { transform: scale(0.95); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
:root { --apkt-modal-width: 370px; --apkt-visual-size-inherit: inherit; --apkt-visual-size-sm: 40px; --apkt-visual-size-md: 55px; --apkt-visual-size-lg: 80px; --apkt-path-network-sm: path(
          'M15.4 2.1a5.21 5.21 0 0 1 5.2 0l11.61 6.7a5.21 5.21 0 0 1 2.61 4.52v13.4c0 1.87-1 3.59-2.6 4.52l-11.61 6.7c-1.62.93-3.6.93-5.22 0l-11.6-6.7a5.21 5.21 0 0 1-2.61-4.51v-13.4c0-1.87 1-3.6 2.6-4.52L15.4 2.1Z'
        ); --apkt-path-network-md: path(
          'M43.4605 10.7248L28.0485 1.61089C25.5438 0.129705 22.4562 0.129705 19.9515 1.61088L4.53951 10.7248C2.03626 12.2051 0.5 14.9365 0.5 17.886V36.1139C0.5 39.0635 2.03626 41.7949 4.53951 43.2752L19.9515 52.3891C22.4562 53.8703 25.5438 53.8703 28.0485 52.3891L43.4605 43.2752C45.9637 41.7949 47.5 39.0635 47.5 36.114V17.8861C47.5 14.9365 45.9637 12.2051 43.4605 10.7248Z'
        ); --apkt-path-network-lg: path(
          'M78.3244 18.926L50.1808 2.45078C45.7376 -0.150261 40.2624 -0.150262 35.8192 2.45078L7.6756 18.926C3.23322 21.5266 0.5 26.3301 0.5 31.5248V64.4752C0.5 69.6699 3.23322 74.4734 7.6756 77.074L35.8192 93.5492C40.2624 96.1503 45.7376 96.1503 50.1808 93.5492L78.3244 77.074C82.7668 74.4734 85.5 69.6699 85.5 64.4752V31.5248C85.5 26.3301 82.7668 21.5266 78.3244 18.926Z'
        ); --apkt-width-network-sm: 36px; --apkt-width-network-md: 48px; --apkt-width-network-lg: 86px; --apkt-duration-dynamic: 0ms; --apkt-height-network-sm: 40px; --apkt-height-network-md: 54px; --apkt-height-network-lg: 96px; }
:root { }
:root { }
:root { --apkt-colors-black: #202020; --apkt-colors-white: #FFFFFF; --apkt-colors-white010: rgba(255, 255, 255, 0.1); --apkt-colors-accent010: rgba(9, 136, 240, 0.1); --apkt-colors-accent020: rgba(9, 136, 240, 0.2); --apkt-colors-accent030: rgba(9, 136, 240, 0.3); --apkt-colors-accent040: rgba(9, 136, 240, 0.4); --apkt-colors-accent050: rgba(9, 136, 240, 0.5); --apkt-colors-accent060: rgba(9, 136, 240, 0.6); --apkt-colors-accent070: rgba(9, 136, 240, 0.7); --apkt-colors-accent080: rgba(9, 136, 240, 0.8); --apkt-colors-accent090: rgba(9, 136, 240, 0.9); --apkt-colors-accent100: rgba(9, 136, 240, 1.0); --apkt-colors-accentSecondary010: rgba(199, 185, 148, 0.1); --apkt-colors-accentSecondary020: rgba(199, 185, 148, 0.2); --apkt-colors-accentSecondary030: rgba(199, 185, 148, 0.3); --apkt-colors-accentSecondary040: rgba(199, 185, 148, 0.4); --apkt-colors-accentSecondary050: rgba(199, 185, 148, 0.5); --apkt-colors-accentSecondary060: rgba(199, 185, 148, 0.6); --apkt-colors-accentSecondary070: rgba(199, 185, 148, 0.7); --apkt-colors-accentSecondary080: rgba(199, 185, 148, 0.8); --apkt-colors-accentSecondary090: rgba(199, 185, 148, 0.9); --apkt-colors-accentSecondary100: rgba(199, 185, 148, 1.0); --apkt-colors-productWalletKit: #FFB800; --apkt-colors-productAppKit: #FF573B; --apkt-colors-productCloud: #0988F0; --apkt-colors-productDocumentation: #008847; --apkt-colors-neutrals050: #F6F6F6; --apkt-colors-neutrals100: #F3F3F3; --apkt-colors-neutrals200: #E9E9E9; --apkt-colors-neutrals300: #D0D0D0; --apkt-colors-neutrals400: #BBB; --apkt-colors-neutrals500: #9A9A9A; --apkt-colors-neutrals600: #6C6C6C; --apkt-colors-neutrals700: #4F4F4F; --apkt-colors-neutrals800: #363636; --apkt-colors-neutrals900: #2A2A2A; --apkt-colors-neutrals1000: #252525; --apkt-colors-semanticSuccess010: rgba(48, 164, 107, 0.1); --apkt-colors-semanticSuccess020: rgba(48, 164, 107, 0.2); --apkt-colors-semanticSuccess030: rgba(48, 164, 107, 0.3); --apkt-colors-semanticSuccess040: rgba(48, 164, 107, 0.4); --apkt-colors-semanticSuccess050: rgba(48, 164, 107, 0.5); --apkt-colors-semanticSuccess060: rgba(48, 164, 107, 0.6); --apkt-colors-semanticSuccess070: rgba(48, 164, 107, 0.7); --apkt-colors-semanticSuccess080: rgba(48, 164, 107, 0.8); --apkt-colors-semanticSuccess090: rgba(48, 164, 107, 0.9); --apkt-colors-semanticSuccess100: rgba(48, 164, 107, 1.0); --apkt-colors-semanticError010: rgba(223, 74, 52, 0.1); --apkt-colors-semanticError020: rgba(223, 74, 52, 0.2); --apkt-colors-semanticError030: rgba(223, 74, 52, 0.3); --apkt-colors-semanticError040: rgba(223, 74, 52, 0.4); --apkt-colors-semanticError050: rgba(223, 74, 52, 0.5); --apkt-colors-semanticError060: rgba(223, 74, 52, 0.6); --apkt-colors-semanticError070: rgba(223, 74, 52, 0.7); --apkt-colors-semanticError080: rgba(223, 74, 52, 0.8); --apkt-colors-semanticError090: rgba(223, 74, 52, 0.9); --apkt-colors-semanticError100: rgba(223, 74, 52, 1.0); --apkt-colors-semanticWarning010: rgba(243, 161, 63, 0.1); --apkt-colors-semanticWarning020: rgba(243, 161, 63, 0.2); --apkt-colors-semanticWarning030: rgba(243, 161, 63, 0.3); --apkt-colors-semanticWarning040: rgba(243, 161, 63, 0.4); --apkt-colors-semanticWarning050: rgba(243, 161, 63, 0.5); --apkt-colors-semanticWarning060: rgba(243, 161, 63, 0.6); --apkt-colors-semanticWarning070: rgba(243, 161, 63, 0.7); --apkt-colors-semanticWarning080: rgba(243, 161, 63, 0.8); --apkt-colors-semanticWarning090: rgba(243, 161, 63, 0.9); --apkt-colors-semanticWarning100: rgba(243, 161, 63, 1.0); --apkt-fontFamily-regular: KHTeka; --apkt-fontFamily-mono: KHTekaMono; --apkt-fontWeight-regular: 400; --apkt-fontWeight-medium: 500; --apkt-textSize-h1: 50px; --apkt-textSize-h2: 44px; --apkt-textSize-h3: 38px; --apkt-textSize-h4: 32px; --apkt-textSize-h5: 26px; --apkt-textSize-h6: 20px; --apkt-textSize-large: 16px; --apkt-textSize-medium: 14px; --apkt-textSize-small: 12px; --apkt-typography-h1-regular-mono-lineHeight: 50px; --apkt-typography-h1-regular-mono-letterSpacing: -3px; --apkt-typography-h1-regular-lineHeight: 50px; --apkt-typography-h1-regular-letterSpacing: -1px; --apkt-typography-h1-medium-lineHeight: 50px; --apkt-typography-h1-medium-letterSpacing: -0.84px; --apkt-typography-h2-regular-mono-lineHeight: 44px; --apkt-typography-h2-regular-mono-letterSpacing: -2.64px; --apkt-typography-h2-regular-lineHeight: 44px; --apkt-typography-h2-regular-letterSpacing: -0.88px; --apkt-typography-h2-medium-lineHeight: 44px; --apkt-typography-h2-medium-letterSpacing: -0.88px; --apkt-typography-h3-regular-mono-lineHeight: 38px; --apkt-typography-h3-regular-mono-letterSpacing: -2.28px; --apkt-typography-h3-regular-lineHeight: 38px; --apkt-typography-h3-regular-letterSpacing: -0.76px; --apkt-typography-h3-medium-lineHeight: 38px; --apkt-typography-h3-medium-letterSpacing: -0.76px; --apkt-typography-h4-regular-mono-lineHeight: 32px; --apkt-typography-h4-regular-mono-letterSpacing: -1.92px; --apkt-typography-h4-regular-lineHeight: 32px; --apkt-typography-h4-regular-letterSpacing: -0.32px; --apkt-typography-h4-medium-lineHeight: 32px; --apkt-typography-h4-medium-letterSpacing: -0.32px; --apkt-typography-h5-regular-mono-lineHeight: 26px; --apkt-typography-h5-regular-mono-letterSpacing: -1.56px; --apkt-typography-h5-regular-lineHeight: 26px; --apkt-typography-h5-regular-letterSpacing: -0.26px; --apkt-typography-h5-medium-lineHeight: 26px; --apkt-typography-h5-medium-letterSpacing: -0.26px; --apkt-typography-h6-regular-mono-lineHeight: 20px; --apkt-typography-h6-regular-mono-letterSpacing: -1.2px; --apkt-typography-h6-regular-lineHeight: 20px; --apkt-typography-h6-regular-letterSpacing: -0.6px; --apkt-typography-h6-medium-lineHeight: 20px; --apkt-typography-h6-medium-letterSpacing: -0.6px; --apkt-typography-lg-regular-mono-lineHeight: 16px; --apkt-typography-lg-regular-mono-letterSpacing: -0.96px; --apkt-typography-lg-regular-lineHeight: 18px; --apkt-typography-lg-regular-letterSpacing: -0.16px; --apkt-typography-lg-medium-lineHeight: 18px; --apkt-typography-lg-medium-letterSpacing: -0.16px; --apkt-typography-md-regular-mono-lineHeight: 14px; --apkt-typography-md-regular-mono-letterSpacing: -0.84px; --apkt-typography-md-regular-lineHeight: 16px; --apkt-typography-md-regular-letterSpacing: -0.14px; --apkt-typography-md-medium-lineHeight: 16px; --apkt-typography-md-medium-letterSpacing: -0.14px; --apkt-typography-sm-regular-mono-lineHeight: 12px; --apkt-typography-sm-regular-mono-letterSpacing: -0.72px; --apkt-typography-sm-regular-lineHeight: 14px; --apkt-typography-sm-regular-letterSpacing: -0.12px; --apkt-typography-sm-medium-lineHeight: 14px; --apkt-typography-sm-medium-letterSpacing: -0.12px; --apkt-tokens-core-backgroundAccentPrimary: var(--apkt-tokens-core-backgroundAccentPrimary-base); --apkt-tokens-core-backgroundAccentCertified: #C7B994; --apkt-tokens-core-backgroundWalletKit: #FFB800; --apkt-tokens-core-backgroundAppKit: #FF573B; --apkt-tokens-core-backgroundCloud: #0988F0; --apkt-tokens-core-backgroundDocumentation: #008847; --apkt-tokens-core-backgroundSuccess: rgba(48, 164, 107, 0.20); --apkt-tokens-core-backgroundError: rgba(223, 74, 52, 0.20); --apkt-tokens-core-backgroundWarning: rgba(243, 161, 63, 0.20); --apkt-tokens-core-textAccentPrimary: #0988F0; --apkt-tokens-core-textAccentCertified: #C7B994; --apkt-tokens-core-textWalletKit: #FFB800; --apkt-tokens-core-textAppKit: #FF573B; --apkt-tokens-core-textCloud: #0988F0; --apkt-tokens-core-textDocumentation: #008847; --apkt-tokens-core-textSuccess: #30A46B; --apkt-tokens-core-textError: #DF4A34; --apkt-tokens-core-textWarning: #F3A13F; --apkt-tokens-core-borderAccentPrimary: #0988F0; --apkt-tokens-core-borderSecondary: #C7B994; --apkt-tokens-core-borderSuccess: #30A46B; --apkt-tokens-core-borderError: #DF4A34; --apkt-tokens-core-borderWarning: #F3A13F; --apkt-tokens-core-foregroundAccent010: rgba(9, 136, 240, 0.1); --apkt-tokens-core-foregroundAccent020: rgba(9, 136, 240, 0.2); --apkt-tokens-core-foregroundAccent040: rgba(9, 136, 240, 0.4); --apkt-tokens-core-foregroundAccent060: rgba(9, 136, 240, 0.6); --apkt-tokens-core-foregroundSecondary020: rgba(199, 185, 148, 0.2); --apkt-tokens-core-foregroundSecondary040: rgba(199, 185, 148, 0.4); --apkt-tokens-core-foregroundSecondary060: rgba(199, 185, 148, 0.6); --apkt-tokens-core-iconAccentPrimary: #0988F0; --apkt-tokens-core-iconAccentCertified: #C7B994; --apkt-tokens-core-iconSuccess: #30A46B; --apkt-tokens-core-iconError: #DF4A34; --apkt-tokens-core-iconWarning: #F3A13F; --apkt-tokens-core-glass010: rgba(255, 255, 255, 0.1); --apkt-tokens-core-zIndex: 10000; --apkt-tokens-theme-overlay: rgba(0, 0, 0, 0.50); --apkt-tokens-theme-backgroundPrimary: var(--apkt-tokens-theme-backgroundPrimary-base); --apkt-tokens-theme-backgroundInvert: #FFFFFF; --apkt-tokens-theme-textPrimary: #FFFFFF; --apkt-tokens-theme-textSecondary: #9A9A9A; --apkt-tokens-theme-textTertiary: #BBBBBB; --apkt-tokens-theme-textInvert: #202020; --apkt-tokens-theme-borderPrimary: #2A2A2A; --apkt-tokens-theme-borderPrimaryDark: #363636; --apkt-tokens-theme-borderSecondary: #4F4F4F; --apkt-tokens-theme-foregroundPrimary: #252525; --apkt-tokens-theme-foregroundSecondary: #2A2A2A; --apkt-tokens-theme-foregroundTertiary: #363636; --apkt-tokens-theme-iconDefault: #9A9A9A; --apkt-tokens-theme-iconInverse: #FFFFFF; --apkt-borderRadius-1: 4px; --apkt-borderRadius-2: 8px; --apkt-borderRadius-3: 12px; --apkt-borderRadius-4: 16px; --apkt-borderRadius-5: 20px; --apkt-borderRadius-6: 24px; --apkt-borderRadius-8: 32px; --apkt-borderRadius-10: 10px; --apkt-borderRadius-16: 64px; --apkt-borderRadius-20: 80px; --apkt-borderRadius-32: 128px; --apkt-borderRadius-64: 256px; --apkt-borderRadius-128: 512px; --apkt-borderRadius-round: 9999px; --apkt-spacing-0: 0px; --apkt-spacing-1: 4px; --apkt-spacing-2: 8px; --apkt-spacing-3: 12px; --apkt-spacing-4: 16px; --apkt-spacing-5: 20px; --apkt-spacing-6: 24px; --apkt-spacing-7: 28px; --apkt-spacing-8: 32px; --apkt-spacing-9: 36px; --apkt-spacing-10: 40px; --apkt-spacing-12: 48px; --apkt-spacing-14: 56px; --apkt-spacing-16: 64px; --apkt-spacing-20: 80px; --apkt-spacing-32: 128px; --apkt-spacing-64: 256px; --apkt-spacing-01: 2px; --apkt-durations-xl: 400ms; --apkt-durations-lg: 200ms; --apkt-durations-md: 125ms; --apkt-durations-sm: 75ms; --apkt-easings-ease-out-power-2: cubic-bezier(0.23, 0.09, 0.08, 1.13); --apkt-easings-ease-out-power-1: cubic-bezier(0.12, 0.04, 0.2, 1.06); --apkt-easings-ease-in-power-2: cubic-bezier(0.92, -0.13, 0.77, 0.91); --apkt-easings-ease-in-power-1: cubic-bezier(0.88, -0.06, 0.8, 0.96); --apkt-easings-ease-inout-power-2: cubic-bezier(0.77, 0.09, 0.23, 1.13); --apkt-easings-ease-inout-power-1: cubic-bezier(0.88, 0.04, 0.12, 1.06); --apkt-tokens-theme-backgroundPrimary-base: #202020; --apkt-tokens-core-backgroundAccentPrimary-base: #0988F0; --w3m-font-family: KHTeka; --w3m-accent: #0988F0; --w3m-color-mix: #000; --w3m-color-mix-strength: 0%; --w3m-font-size-master: 10px; --w3m-border-radius-master: 4px; }