:root {
    /* Core RGB helpers */
    --nnv_718c4ea2_white-rgb: 255, 255, 255;
    --nnv_67abc897_black-rgb: 0, 0, 0;
    --nnv_eb4eb8a2_cream-rgb: 246, 241, 235;
    --nnv_94819575_bg-rgb: 32, 31, 30;
    --nnv_2fea2d81_night-rgb: 9, 7, 13;
    --nnv_e9a5f515_rose-rgb: 230, 135, 141;
    --nnv_11a37b1c_pink-rgb: 218, 117, 175;
    --nnv_95a3e53d_purple-rgb: 120, 93, 255;
    --nnv_6d1e982c_purple-soft-rgb: 174, 117, 218;
    --nnv_d1798ed3_orange-rgb: 239, 135, 67;
    --nnv_97eb76c6_orange-glow-rgb: 255, 146, 0;
    --nnv_a92349c6_amber-rgb: 255, 209, 102;

    /* Compact font scale */
    --nnv_d103efb5_fs-micro: 10px;
    --nnv_26109b5f_fs-xs: 12px;
    --nnv_8bb42888_fs-sm: 14px;
    --nnv_0ec88b5c_fs-base: 16px;
    --nnv_4932042c_fs-md: 18px;
    --nnv_e503f9ad_fs-lg: 20px;
    --nnv_871968a0_fs-xl: 24px;
    --nnv_3e6b163f_fs-2xl: 32px;
    --nnv_00c9af7c_fs-3xl: 42px;

    /* Theme variables */
    --nnv_bb759685_transparent: transparent;
    --nnv_68103ed6_white: #ffffff;
    --nnv_2e15cadc_black: #000000;
    --nnv_06d4aa19_cream: #f6f1eb;
    --nnv_cabd1947_surface-950: #09090d;
    --nnv_42f933cc_surface-925: #151515;
    --nnv_d79d8998_surface-900: #181818;
    --nnv_642c8b01_surface-875: #1d1d1d;
    --nnv_68cc61e3_surface-850: #1f1f1f;
    --nnv_f8d0b496_surface-825: #21201f;
    --nnv_eb77ac7e_surface-800: #242321;
    --nnv_13b2a34f_surface-775: #272624;
    --nnv_21eb38d7_surface-750: #2a2a2a;
    --nnv_1327c16c_surface-650: #404040;
    --nnv_7490c3d5_surface-600: #4b4a48;
    --nnv_24cf26d7_surface-blue: #343b40;
    --nnv_95dc4450_gray-600: #666666;
    --nnv_f563d965_gray-500: #8f8f8f;
    --nnv_177efb92_gray-450: #9a9a9a;
    --nnv_945f8566_gray-400: #a9a9a9;
    --nnv_22e9c2b5_gray-350: #afafaf;
    --nnv_8c573c61_gray-300: #b7b7b7;
    --nnv_32c3da64_gray-250: #d0d0d0;
    --nnv_6678bd66_gray-blue-200: #d1d5db;
    --nnv_e03ad60a_text-bright: #e0e0e0;
    --nnv_4254953f_bg: var(--nnv_f8d0b496_surface-825);
    --nnv_fa0275f2_panel: var(--nnv_13b2a34f_surface-775);
    --nnv_867cb12c_panel2: var(--nnv_21eb38d7_surface-750);
    --nnv_4cc7ce4e_soft: var(--nnv_642c8b01_surface-875);
    --nnv_850aa84e_text: #d8d8d8;
    --nnv_c0bf7afe_text2: #bdbdbd;
    --nnv_3d5939ba_muted: #6f6f6f;
    --nnv_a0434b3a_muted2: #555555;
    --nnv_62a7c5dc_line: rgba(var(--nnv_718c4ea2_white-rgb), 0.08);
    --nnv_dfaef8c8_line2: rgba(var(--nnv_718c4ea2_white-rgb), 0.12);
    --nnv_0bed7d25_button: #e6e6e4;
    --nnv_a03aea51_buttontext: var(--nnv_4254953f_bg);
    --nnv_ad338af3_accent: #ac87e6;
    --nnv_58ec0b96_accent2: #ed8f35;
    --nnv_36b36008_light: #df7c33;
    --nnv_ca5b3a78_mini-light: 223, 124, 51;
    --nnv_82ca516f_yarn-color: #c87505;
    --nnv_4f3213a0_yarn-color-rgb: 200 117 5;
    --nnv_af96404f_shadow: 0 28px 90px rgba(var(--nnv_67abc897_black-rgb), 0.35);
    --nnv_69802293_shadowsoft: 0 20px 60px rgba(var(--nnv_67abc897_black-rgb), 0.22);
    --nnv_96289027_rose: #e6878d;
    --nnv_f8322c15_orange-dark: #7a3918;
    --nnv_9ddb332c_brown: #ab7753;
    --nnv_cbcbb552_orange-muted: #c46f24;
    --nnv_0e2b1153_orange-bright: #e48735;
    --nnv_33053ca5_orange-vivid: #fb7f0b;
    --nnv_b60581e2_orange-hot: #ff8a3d;
    --nnv_90731efc_orange-glow: #ff9200;
    --nnv_b6d53eab_orange-strong: rgb(215 122 54 / 81%);
    --nnv_2021f0b8_amber: #ffd166;
    --nnv_9817e0ec_cat-face: #4B4D75;
    --nnv_4ffbba0b_cat-line: #9FA2CB;
    --nnv_0de5dcb2_cat-blue: #8B9BD9;
    --nnv_e620c927_cat-blue-mid: #86a9bd;
    --nnv_3618803d_cat-blue-soft: #b1bce6;
    --nnv_a881c63c_cat-blue-light: #D5E8F8;
    --nnv_edb954bd_cat-blue-pale: #e0f0fc;
    --nnv_0eefa8b9_status-green: #35bf67;
    --nnv_f9405000_status-blue: #61a4ff;
    --nnv_acb6334b_font-main: Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    --nnv_3af13cc3_font-plain: Arial, Helvetica, sans-serif;
    --nnv_20085621_font-inter: Inter, Arial, sans-serif;
    --nnv_a04d1a24_font-onest: Onest, sans-serif;
    --nnv_9f18ac13_fs-title-lg: clamp(34px, 4vw, 64px);
    --nnv_d7c4c469_fs-card-title: clamp(25px, 3vw, 42px);
    --nnv_d426c3f2_fs-question: clamp(22px, 2vw, 32px);
    --nnv_aa0b661f_fs-lead: clamp(18px, 2.1vw, 25px);
    --nnv_38f921a7_fs-body-fluid: clamp(16px, 1.45vw, 19px);
    --nnv_58ec421f_fs-text-fluid: clamp(17px, 1.35vw, 22px);
    --nnv_b6d8457f_w-full: 100%;
    --nnv_b51cc4df_w-phone: 350px;
    --nnv_3131aa27_container-sm: 640px;
    --nnv_c4872467_container-text: 700px;
    --nnv_f1e8e7b5_container-copy: 760px;
    --nnv_72d4e4a5_container-md: 800px;
    --nnv_232450dd_container-fluid-lg: min(920px, 100%);
    --nnv_4c478891_container-xl: 1000px;
    --nnv_62dfbd12_container-1100: 1100px;
    --nnv_ddacd031_container-1120: 1120px;
    --nnv_da11f43e_container-fluid-1120: min(1120px, 100%);
    --nnv_fc309678_container-1180: 1180px;
    --nnv_97805cb8_container-separator: min(1180px, calc(100% - 40px));
    --nnv_5e6d72c5_container-1200: 1200px;
    --nnv_ad227da0_container-1260: 1260px;
    --nnv_730a25f8_pct-30: 30%;
    --nnv_3cd09189_pct-half: 48%;
    --nnv_1d5abb45_pct-50: 50%;
    --nnv_95ce54c7_pct-60: 60%;
    --nnv_afd9f210_pct-80: 80%;
    --nnv_e1fe5600_pct-82: 82%;
    --nnv_dc163e35_pct-83: 83.333333%;
    --nnv_3d823b79_pct-90: 90%;
    --nnv_cbd24dbc_pct-92: 92%;
    --nnv_6347eec1_cat-scale: 0.8;
    --nnv_5ac61dd7_yarn-color-light: color-mix(in srgb, var(--nnv_82ca516f_yarn-color) 55%, var(--nnv_68103ed6_white));
    --nnv_e2ef7e15_yarn-color-main: var(--nnv_82ca516f_yarn-color);
    --nnv_c5610fcf_yarn-color-dark: color-mix(in srgb, var(--nnv_82ca516f_yarn-color) 75%, var(--nnv_2e15cadc_black));
    --nnv_bb8efa7b_rope-color: var(--nnv_e2ef7e15_yarn-color-main);
    --nnv_9f52255a_rope-height: 20rem;
    --nnv_c630e7c1_ilb-line: var(--nnv_62a7c5dc_line, rgba(var(--nnv_718c4ea2_white-rgb), 0.08));
    --nnv_6b5949b1_ilb-text: var(--nnv_850aa84e_text, var(--nnv_0bed7d25_button));
    --nnv_75feb00d_ilb-muted: var(--nnv_3d5939ba_muted, var(--nnv_f563d965_gray-500));
    --nnv_6c6fa86f_ilb-muted-2: var(--nnv_c0bf7afe_text2, var(--nnv_8c573c61_gray-300));
    --nnv_75f7eec9_ilb-accent: var(--nnv_36b36008_light, var(--nnv_58ec0b96_accent2, var(--nnv_58ec0b96_accent2)));
    --nnv_7d30bdf3_ilb-radius-xl: 44px;
    --nnv_70df3ec4_ilb-radius-lg: 32px;
    --nnv_dbc299e7_ilb-shadow: var(--nnv_af96404f_shadow, 0 34px 90px rgba(var(--nnv_67abc897_black-rgb), 0.45));
    --nnv_4c8e2eb4_ilb-max: 1480px;
}

.nnc_03f2c161_logo_svg_up {
    fill: var(--nnv_36b36008_light);
    width: 104px;
    height: 22px;
}

* {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--nnv_4254953f_bg);
    color: var(--nnv_850aa84e_text);
    font-family: var(--nnv_acb6334b_font-main);
    -webkit-font-smoothing: antialiased;
}

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

img {
    display: block;
    max-width: var(--nnv_b6d8457f_w-full);
}

.nnc_bfea777c_header {
    position: sticky;
    top: 0;
    z-index: 10;
    height: 76px;
    padding: 0 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(var(--nnv_94819575_bg-rgb), 0.78);
    border-bottom: 1px solid var(--nnv_62a7c5dc_line);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.nnc_633a2493_brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--nnv_850aa84e_text);
}

.nnc_37d7cf3a_eyebrow {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--nnv_3d5939ba_muted);
    font-size: var(--nnv_4932042c_fs-md);
    font-weight: 700;
    letter-spacing: -.02em;
}

.nnc_37d7cf3a_eyebrow span {
    width: 10px;
    height: 11px;
    border-radius: 50%;
    background: var(--nnv_ad338af3_accent);
    box-shadow: 0 0 0 6px rgba(var(--nnv_e9a5f515_rose-rgb), 0.12);
}

h1,
h2,
h3,
p {
    margin: 0;
}


.nnc_04880262_footer_link {
	padding:0 14px;
	position:relative;
}

.nnc_04880262_footer_link:nth-child(-n+2)::after {
    content: '/';
    position: absolute;
    right: -6px;
    top: 0px;
    font-size: var(--nnv_0ec88b5c_fs-base);
    font-weight: 700;
}

       .nnc_790471bd_hero_01 {
            position: relative;
            overflow: hidden;
            padding: 96px 54px 110px;
            text-align: center;
            background:
                radial-gradient(circle at 70% 8%, rgba(230,135,141,.08), transparent 36%),
                radial-gradient(circle at 12% 78%, rgba(223,124,51,.10), transparent 34%),
                linear-gradient(180deg,#201f1e 0%,#1b1a19 100%);
        }

        .nnc_790471bd_hero_01 h1 {
            max-width: 1120px;
            margin: 0 auto;
            color: var(--nnv_850aa84e_text, #d8d8d8);
            font-size: 70px;
            line-height: .96;
            letter-spacing: -.075em;
            font-weight: 800;
        }

        .nnc_790471bd_hero_01 p {
            max-width: 760px;
            margin: 24px auto 0;
            color: var(--nnv_c0bf7afe_text2, #bdbdbd);
            font-size: clamp(17px, 2vw, 22px);
            line-height: 1.55;
            letter-spacing: -.03em;
        }

        .nnc_790471bd_hero_01 a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 52px;
            margin-top: 34px;
            padding: 0 28px;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,.115);
            background: var(--nnv_0bed7d25_button, #e6e6e4);
            color: var(--nnv_a03aea51_buttontext, #202020);
            font-size: 16px;
            font-weight: 800;
            letter-spacing: -.02em;
            box-shadow: var(--nnv_69802293_shadowsoft, 0 20px 60px rgba(0,0,0,.22));
        }

.nnc_08ca8b28_button {
    min-height: 62px;
    padding: 0 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--nnv_dfaef8c8_line2);
    font-size: var(--nnv_e503f9ad_fs-lg);
    font-weight: 700;
    letter-spacing: -.03em;
}

.nnc_08ca8b28_button.primary {
    background: var(--nnv_0bed7d25_button);
    color: var(--nnv_a03aea51_buttontext);
    border-color: var(--nnv_bb759685_transparent);
}

.nnc_08ca8b28_button:hover {
    filter: brightness(1.06);
}


.nnc_69187b81_lcs-page-section {
            position: relative;
            width: var(--nnv_b6d8457f_w-full);
            padding: 60px 0px 10px 0px;
            background:
                radial-gradient(circle at 50% 0%, rgba(var(--nnv_d1798ed3_orange-rgb), 0.08), var(--nnv_bb759685_transparent) 36%),
                linear-gradient(180deg, rgba(var(--nnv_718c4ea2_white-rgb), 0.03), rgba(var(--nnv_718c4ea2_white-rgb), 0));
            overflow: hidden;
        }

        .nnc_69187b81_lcs-page-section::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(90deg, rgba(var(--nnv_718c4ea2_white-rgb), 0.03) 1px, var(--nnv_bb759685_transparent) 1px),
                linear-gradient(180deg, rgba(var(--nnv_718c4ea2_white-rgb), 0.03) 1px, var(--nnv_bb759685_transparent) 1px);
            background-size: 120px 120px;
            opacity: 0.12;
            mask-image: radial-gradient(circle at center, var(--nnv_2e15cadc_black) 0%, var(--nnv_bb759685_transparent) 68%);
        }

        .nnc_6773f0e7_lcs-page-wrap {
            position: relative;
            z-index: 2;
            width: var(--nnv_da11f43e_container-fluid-1120);
            margin: 0 auto;
        }

       .nnc_5ac0ebbf_lcs-page-hero {
    width: var(--nnv_3d823b79_pct-90);
    margin: 0 auto;
    text-align: center;
}

        .nnc_fa92ae87_lcs-page-eyebrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin: 0 0 22px;
            color: rgba(var(--nnv_718c4ea2_white-rgb), 0.55);
            font-size: calc(var(--nnv_0ec88b5c_fs-base) - 1px);
            font-weight: 700;
            letter-spacing: 0.02em;
            text-transform: none;
        }

        .nnc_fa92ae87_lcs-page-eyebrow span {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--nnv_ad338af3_accent, var(--nnv_b60581e2_orange-hot));
            box-shadow: 0 0 0 8px rgba(var(--nnv_d1798ed3_orange-rgb), 0.12);
        }

        .nnc_1b2292f9_lcs-page-title {
    margin: 0;
    color: var(--nnv_850aa84e_text, var(--nnv_0bed7d25_button));  
    font-size: calc(var(--nnv_00c9af7c_fs-3xl) + 28px);
    line-height: 0.96;    
    font-weight: 700;
    text-wrap: balance;
}

       .nnc_732cd75e_lcs-page-intro {
    width: var(--nnv_afd9f210_pct-80);
    max-width: var(--nnv_c4872467_container-text);
    margin: clamp(22px, 3vw, 36px) auto 0;
    color: rgba(var(--nnv_718c4ea2_white-rgb), 0.60);
    font-size: var(--nnv_aa0b661f_fs-lead);
    line-height: 1.45;
    letter-spacing: -0.03em;
    text-wrap: balance;
    text-align: left;
}

        .nnc_6bdbf27f_lcs-page-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
            margin-top: clamp(42px, 6vw, 76px);
        }

        .nnc_59f96261_lcs-page-card {
            min-height: 220px;
            padding: clamp(22px, 3vw, 34px);
            border-radius: 28px;
            border: 1px solid rgba(var(--nnv_718c4ea2_white-rgb), 0.08);
            background:
                linear-gradient(180deg, rgba(var(--nnv_718c4ea2_white-rgb), 0.05), rgba(var(--nnv_718c4ea2_white-rgb), 0.03));
            box-shadow: 0 24px 70px rgba(var(--nnv_67abc897_black-rgb), 0.28);
        }

        .nnc_59f96261_lcs-page-card h2 {
            margin: 0 0 14px;
            color: var(--nnv_850aa84e_text, var(--nnv_0bed7d25_button));
            font-size: var(--nnv_d7c4c469_fs-card-title);
            line-height: 1.05;
            letter-spacing: -0.055em;
            font-weight: 800;
        }

        .nnc_59f96261_lcs-page-card p {
            margin: 0;
            color: rgba(var(--nnv_718c4ea2_white-rgb), 0.55);
            font-size: var(--nnv_38f921a7_fs-body-fluid);
            line-height: 1.55;
            letter-spacing: -0.025em;
        }

        .nnc_e1ffc2e5_lcs-page-bullets {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin: 18px 0 50px;
            padding: 0;
            list-style: none;
        }
		
		.nnc_720cd6ee_text_block_page {
			max-width: var(--nnv_c4872467_container-text);
			width: var(--nnv_afd9f210_pct-80);
			margin: 10px auto 10px;
			
		}
		
		.nnc_720cd6ee_text_block_page p {
    color: rgba(var(--nnv_718c4ea2_white-rgb), 0.40);
    font-size: var(--nnv_4932042c_fs-md);
    font-size: var(--nnv_38f921a7_fs-body-fluid);
    line-height: 1.65;
    letter-spacing: -0.1px;
    font-weight: 200;
}
		
        .nnc_e1ffc2e5_lcs-page-bullets li {
            position: relative;
            min-height: 76px;
            padding: 18px 18px 18px 44px;
            border-radius: 20px;
            border: 1px solid rgba(var(--nnv_718c4ea2_white-rgb), 0.08);
            background: rgba(var(--nnv_718c4ea2_white-rgb), 0.03);
            color: rgba(var(--nnv_718c4ea2_white-rgb), 0.70);
            font-size: calc(var(--nnv_0ec88b5c_fs-base) - 1px);
            line-height: 1.35;
            letter-spacing: -0.02em;
        }

        .nnc_e1ffc2e5_lcs-page-bullets li::before {
            content: "";
            position: absolute;
            left: 18px;
            top: 22px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--nnv_ad338af3_accent, var(--nnv_b60581e2_orange-hot));
            box-shadow: 0 0 0 7px rgba(var(--nnv_d1798ed3_orange-rgb), 0.10);
        }

        @media (max-width: 900px) {
            .nnc_69187b81_lcs-page-section {
                padding: 72px 16px 70px;
            }

            .nnc_6bdbf27f_lcs-page-grid {
                grid-template-columns: 1fr;
            }

            .nnc_e1ffc2e5_lcs-page-bullets {
                grid-template-columns: 1fr;
            }

                .nnc_1b2292f9_lcs-page-title {
        letter-spacing: -0.015em;
        font-size: 32px;
        line-height: 1.05em;
    }
            
            .nnc_732cd75e_lcs-page-intro {    
    width: 100%;
    max-width: auto;    
    font-size: calc(var(--nnv_aa0b661f_fs-lead) - 2px);
    line-height: 1.65;    
}
            
            .nnc_59f96261_lcs-page-card h2 {    
    font-size: calc(var(--nnv_d7c4c469_fs-card-title) - 4px);
                line-height: 1.25; }
            
            
            
            
        }

.nnc_8b9bac34_next_after_cat_2 {
	margin-top: 2rem;
}

.nnc_90d05f49_links-section-2 {
    display: flex;
    justify-content: space-between;
    max-width: var(--nnv_4c478891_container-xl);
    margin: 60px auto 60px;
    width: var(--nnv_3d823b79_pct-90);
}

.nnc_6f6efc71_ex-links {
    border: 2px solid;
    border-color: var(--nnv_36b36008_light);
    display: flex;    
    width: 46.5%;
    min-height: 200px;
    align-items: center;
    border-radius: 29px;
    padding: 0px 50px;
    position: relative;
    box-shadow: 0px 14px 39px rgb(var(--nnv_4f3213a0_yarn-color-rgb) / 0.1);
    transition: 0.5s;
    text-align: left;
}

.nnc_6f6efc71_ex-links:hover {
	box-shadow: 0px 14px 45px rgb(var(--nnv_4f3213a0_yarn-color-rgb) / 0.2);
	padding: 0px 54px;
}
 
.nnc_f27ad711_links-card {
	
}

.nnc_ada3acac_links-card-text {
    font-size: var(--nnv_4932042c_fs-md);
    font-weight: 800;
    color: var(--nnv_b6d53eab_orange-strong);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-shadow: 0px 2px 7px rgba(var(--nnv_67abc897_black-rgb), 0.35);
}

.nnc_a1382d02_links-card-icon {
    position: absolute;
    top: calc(50% - 30px);    
    background: var(--nnv_36b36008_light);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}


.nnc_6f6efc71_ex-links:first-child .nnc_a1382d02_links-card-icon {
  right: -30px;
}

.nnc_6f6efc71_ex-links:nth-child(2) .nnc_a1382d02_links-card-icon {
  left: -30px;
}


.nnc_04265f3e_link-icon {   
    color: var(--nnv_f8d0b496_surface-825);    
}

.nnc_04265f3e_link-icon svg {
    width: 30px;
    height: 30px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    top: 14px;
    left: 16px;
}

@media (max-width: 768px) {
    
    .nnc_90d05f49_links-section-2 {
    display: block;    
                margin: 0px auto 60px; }
    
    .nnc_6f6efc71_ex-links {
    width: 90%;
        min-height: 180px; }

}

.nnc_ada3acac_links-card-text {
    font-size: var(--nnv_4932042c_fs-md);
    font-size: 15px; }

.nnc_6f6efc71_ex-links:nth-child(2) .nnc_a1382d02_links-card-icon {
    right: -30px; 
}
.nnc_a1382d02_links-card-icon {
    right: -30px; 
}

.nnc_6f6efc71_ex-links {
    text-align: right;
}

  @media (max-width: 768px) {

      
.nnc_6f6efc71_ex-links:first-child {
  text-align:right;
}
  }


.nnc_7fccb2a0_section-head h2,
.nnc_1f20d599_showcase-copy h2,
.nnc_b2b54edf_contact h2,
.nnc_a11ad288_deep-card h2 {
  font-size: calc(var(--nnv_00c9af7c_fs-3xl) + 24px);
    line-height: 1.02;
    font-weight: 800;
    color: var(--nnv_850aa84e_text);
}

.nnc_decb6340_large-card-2 h2 {
    font-size: calc(var(--nnv_00c9af7c_fs-3xl) + 34px);
    line-height: 1.02;    
    font-weight: 600;
    color: var(--nnv_850aa84e_text);
}

.nnc_a11ad288_deep-card,
.nnc_e2ec5c8e_comparison-grid article {
    border: 1px solid var(--nnv_62a7c5dc_line);
    background: var(--nnv_fa0275f2_panel);
    box-shadow: var(--nnv_69802293_shadowsoft);
}

.nnc_9bf3f2f8_fsx-item--mirrors {
	
}

.nnc_7fccb2a0_section-head {
    max-width: var(--nnv_62dfbd12_container-1100);
    margin: 0 auto;
    text-align: center;
}

.nnc_7fccb2a0_section-head h2 {
    margin-top: 18px;
    line-height: 66px;
}

.nnc_084bc93b_showcase {
    padding: 70px 54px 0px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 40px;
    align-items: center;
    max-width: var(--nnv_ad227da0_container-1260);
    margin: 0 auto;
}

.nnc_1f20d599_showcase-copy p:not(.nnc_37d7cf3a_eyebrow) {
    max-width: var(--nnv_3131aa27_container-sm);
    margin-top: 26px;
    color: var(--nnv_3d5939ba_muted);
    font-size: calc(var(--nnv_e503f9ad_fs-lg) + 2px);
    line-height: 1.7;
    font-weight: 600;
}

.nnc_94e028da_glass-panel {
    overflow: hidden;
    border: 1px solid var(--nnv_62a7c5dc_line);
    border-radius: 38px;
    background: radial-gradient(circle at 16% 12%,rgba(var(--nnv_e9a5f515_rose-rgb), 0.12),var(--nnv_bb759685_transparent) 34%),linear-gradient(180deg,var(--nnv_13b2a34f_surface-775),var(--nnv_642c8b01_surface-875));
    box-shadow: var(--nnv_af96404f_shadow);
}

.nnc_5f68ce99_panel-top {
    height: 58px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    border-bottom: 1px solid var(--nnv_62a7c5dc_line);
}

.nnc_5f68ce99_panel-top i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--nnv_a0434b3a_muted2);
}

.nnc_0303faeb_panel-content {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.nnc_0303faeb_panel-content div {
    padding: 25px;
    border-radius: 26px;
    background: rgba(var(--nnv_718c4ea2_white-rgb), 0.03);
    border: 1px solid var(--nnv_62a7c5dc_line);
}

.nnc_0303faeb_panel-content small {
    display: block;
    color: var(--nnv_3d5939ba_muted);
    font-weight: 700;
    font-size: var(--nnv_8bb42888_fs-sm);
}

.nnc_873c5a48_mi_2_h2 {
    margin-bottom: 50px;
}

.nnc_0303faeb_panel-content strong {
    display: block;
    margin-top: 9px;
    font-size: calc(var(--nnv_3e6b163f_fs-2xl) - 2px);
    letter-spacing: -.04em;
    color: var(--nnv_850aa84e_text);
}

.nnc_5e613de4_deep-text {
    padding: 80px 54px;
}

.nnc_a11ad288_deep-card {
    max-width: var(--nnv_62dfbd12_container-1100);
    margin: 0 auto;
    padding: 70px;
    border-radius: 42px;
    background: linear-gradient(180deg,var(--nnv_13b2a34f_surface-775),var(--nnv_642c8b01_surface-875));
}

.nnc_a11ad288_deep-card h2 {
    margin-top: 18px;
}

.nnc_a11ad288_deep-card p:not(.nnc_37d7cf3a_eyebrow) {
    margin-top: 28px;
    color: var(--nnv_3d5939ba_muted);
    font-size: var(--nnv_871968a0_fs-xl);
    line-height: 1.75;
    font-weight: 600;
    font-size: var(--nnv_4932042c_fs-md);
    line-height: 30px;
    color: var(--nnv_177efb92_gray-450);
    text-align: left;
    font-weight: 100;
    /* margin: 24px 0px; */
    letter-spacing: -0px;
    font-family: var(--nnv_a04d1a24_font-onest);
}

.nnc_9c170be0_metrics {
    padding: 30px 2% 0px;
    max-width: var(--nnv_5e6d72c5_container-1200);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.nnc_586b1894_metric {
    padding: 34px;
    border-radius: 32px;
    background: var(--nnv_eb77ac7e_surface-800);
    border: 1px solid var(--nnv_62a7c5dc_line);
}

.nnc_586b1894_metric strong {
    display: block;
    font-size: calc(var(--nnv_00c9af7c_fs-3xl) + 10px);
    letter-spacing: -.06em;
    color: var(--nnv_850aa84e_text);
    font-weight: 700;
}

.nnc_586b1894_metric span {
    display: block;
    margin-top: 14px;
    color: var(--nnv_3d5939ba_muted);
    font-weight: 600;
    line-height: 1.5;
    font-size: var(--nnv_0ec88b5c_fs-base);
}

.nnc_d7982220_comparison {
    padding: 108px 54px;
    background: var(--nnv_4cc7ce4e_soft);
}

.nnc_e2ec5c8e_comparison-grid {
    max-width: var(--nnv_5e6d72c5_container-1200);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


.nnc_be3c537e_corner {
	position:relative;
}

.nnc_be3c537e_corner:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    background: var(--nnv_4254953f_bg);
    top: -1px;
    left: -3px;
    transform: rotate(45deg);
}

.nnc_be3c537e_corner:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 3px;
    background: var(--nnv_4254953f_bg);
    top: -1px;
    left: -15px;
    transform: rotate(-45deg);
}

.nnc_3dabc580_scroll-top {
    position: fixed;
    right: 30px;
    bottom: 63px;
    width: 54px;
    height: 56px;
    border-radius: 50%;
    background: var(--nnv_36b36008_light);
    cursor: pointer;
    border: none;
    z-index: 99;
    opacity: 0.6;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(15px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.25s ease;
    box-shadow: 0px 12px 22px rgb(var(--nnv_4f3213a0_yarn-color-rgb) / 0.5);
}

.nnc_3dabc580_scroll-top:hover {
    opacity: 0.9;
}

.nnc_3dabc580_scroll-top:active {
    transform: translateY(2px);
}

@media (max-width: 768px) {
    .nnc_3dabc580_scroll-top {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        font-size: calc(var(--nnv_e503f9ad_fs-lg) + 2px);
    }
}

.nnc_e2ec5c8e_comparison-grid article {
    padding: 48px;
    border-radius: 36px;
    background: var(--nnv_eb77ac7e_surface-800);
}

.nnc_e2ec5c8e_comparison-grid article.accent {
    background: linear-gradient(180deg,var(--nnv_21eb38d7_surface-750),var(--nnv_eb77ac7e_surface-800));
}

.nnc_e2ec5c8e_comparison-grid h3 {
    font-size: calc(var(--nnv_00c9af7c_fs-3xl) - 4px);
    letter-spacing: -.055em;
    color: var(--nnv_850aa84e_text);
    font-weight: 600;
}

.nnc_e2ec5c8e_comparison-grid ul {
    margin: 28px 0 0;
    padding-left: 23px;
    color: var(--nnv_3d5939ba_muted);
    font-size: var(--nnv_e503f9ad_fs-lg);
    line-height: 1.8;
    font-weight: 600;
}

.nnc_decb6340_large-card-2 {
    max-width: var(--nnv_5e6d72c5_container-1200);
    margin: 0 auto 20px;
    padding: 0px 5% 80px;
    margin-top: 100px;    
    text-align: center;   
}

.nnc_decb6340_large-card-2 h2 {
    max-width: var(--nnv_4c478891_container-xl);
    margin: 18px auto 0;
}

.nnc_decb6340_large-card-2 p {
    max-width: var(--nnv_72d4e4a5_container-md);
    margin: 28px auto 0;
    color: var(--nnv_3d5939ba_muted);
    font-size: var(--nnv_871968a0_fs-xl);
    line-height: 1.7;
    font-weight: 600;
}

.nnc_b2b54edf_contact {
    padding: 88px 5% 30px;
    text-align: center;
    background: var(--nnv_4254953f_bg);
}

.nnc_b2b54edf_contact p {
    max-width: var(--nnv_c4872467_container-text);
    margin: 26px auto 0;
    color: var(--nnv_3d5939ba_muted);
    font-size: calc(var(--nnv_e503f9ad_fs-lg) + 2px);
    line-height: 1.6;
    font-weight: 600;
}

.nnc_b2b54edf_contact .nnc_08ca8b28_button {
    margin-top: 38px;
}

.nnc_4e5ac64e_footer {
    min-height: 86px;
    padding: 0 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--nnv_3d5939ba_muted);
    border-top: 1px solid var(--nnv_62a7c5dc_line);
    font-size: var(--nnv_0ec88b5c_fs-base);
    font-weight: 600;
	margin-top: 90px;
}



.nnc_decb6340_large-card-2 {
    position: relative;
    overflow: visible;
    isolation: isolate;
}

.nnc_58d52518_large-card-2__top-glow {
    position: absolute;
    left: 50%;
    top: -72px;
    z-index: 0;

    width: min(980px, 96%);
    height: 380px;

    transform: translateX(-50%);
    pointer-events: none;
    border-radius: 999px;

    background: radial-gradient(
        ellipse at 50% 50%,
        rgba(76, 45, 22, 0.88) 0%,
        rgba(76, 45, 22, 0.58) 25%,
        rgba(76, 45, 22, 0.30) 48%,
        rgba(76, 45, 22, 0.12) 66%,
        rgba(76, 45, 22, 0.00) 86%
    );

    filter: blur(42px);
}

.nnc_decb6340_large-card-2 > :not(.nnc_58d52518_large-card-2__top-glow) {
    position: relative;
    z-index: 1;
}


.nnc_63771bd4_flat_link {
    position: relative;
}

.nnc_63771bd4_flat_link:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: rgb(216 216 216 / 30%);
}



@media(max-width:1180px) {

    .nnc_084bc93b_showcase {
        grid-template-columns: 1fr;
    }

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

    .nnc_e2ec5c8e_comparison-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width:720px) {
    .nnc_bfea777c_header {
        height: 64px;
        padding: 0 18px;
    }

    .nnc_b2b54edf_contact p,
    .nnc_a11ad288_deep-card p:not(.nnc_37d7cf3a_eyebrow) {
        font-size: var(--nnv_4932042c_fs-md);
    }
	
	.nnc_decb6340_large-card-2 p {
        font-size: var(--nnv_4932042c_fs-md);
    }

    .nnc_08ca8b28_button {
        width: var(--nnv_b6d8457f_w-full);
        font-size: var(--nnv_4932042c_fs-md);
    }

    .nnc_084bc93b_showcase,
    .nnc_b2b54edf_contact,
    .nnc_5e613de4_deep-text,
    .nnc_d7982220_comparison {
        padding-left: 18px;
        padding-right: 18px;
    }

    .nnc_0303faeb_panel-content,
    .nnc_9c170be0_metrics {
        grid-template-columns: 1fr;
    }

    .nnc_a11ad288_deep-card {
        margin-left: 18px;
        margin-right: 18px;
        padding: 46px 24px;
        border-radius: 30px;
    }

    .nnc_4e5ac64e_footer {
        padding: 24px 18px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
    }
}

.nnc_51fe9d61_top_account_link {
    border: 1px solid var(--nnv_1327c16c_surface-650);
    display: flex;
    width: 143px;
    height: 48px;
    align-items: center;
    border-radius: 30px;
    justify-content: space-between;
    padding: 0 4px;
	position:relative;
}

.nnc_dae87f43_acc_top_text {
    position: absolute;
    width: 114px;    
    left: -146px;
    top: 13px;
}

.nnc_010e7a5e_light_text {
    color: var(--nnv_36b36008_light);    
    font-size: calc(var(--nnv_26109b5f_fs-xs) + 1px);
    text-shadow: 0px 2px 5px rgba(var(--nnv_67abc897_black-rgb), 0.45);
    letter-spacing: 1px;
}

.nnc_7477c556_light_animation {
    position: absolute;    
    top: 10px;
	right:0;
}


@keyframes nrw-1 {
    0% {
        right: 10px; 
		opacity:0;
    }

    60% {
        right: 7px;   
		opacity:0.3;
    }

    100% {
        right: 0px;  
		opacity:0;
    }
}

@keyframes nrw-2 {
    0% {
        right: 20px; 
		opacity:0;
    }
    
	
	50% {
        right: 0px;   
		opacity:0.2;
    }	
	

    100% {
        right: -20px;  
		opacity:0;
    }
}


.nnc_fb2de466_line-1-light {
	position:absolute;
	animation: nrw-1 4s linear infinite;
}

.nnc_fb2de466_line-1-light:before {
    content: '';
    position: absolute;
    background: var(--nnv_36b36008_light);
    width: 14px;
    height: 1px;
    transform: rotate(50deg);
    top: -5px;	
}

.nnc_fb2de466_line-1-light:after {
    content: '';
    position: absolute;
    background: var(--nnv_36b36008_light);
    width: 14px;
    height: 1px;
    transform: rotate(-50deg);
    top: 5px;
}


.nnc_4e2abc98_line-2-light {
	position:absolute;
	animation: nrw-2 6s linear infinite;
}

.nnc_4e2abc98_line-2-light:before {
    content: '';
    position: absolute;
    background: var(--nnv_36b36008_light);
    width: 14px;
    height: 1px;
    transform: rotate(50deg);
    top: -5px;	
}

.nnc_4e2abc98_line-2-light:after {
    content: '';
    position: absolute;
    background: var(--nnv_36b36008_light);
    width: 14px;
    height: 1px;
    transform: rotate(-50deg);
    top: 5px;
}

@container (width < 464px) {
}

@container (width < 410px) {
}

@container (width > 375px) {
}

@container (width > 500px) {
}


.nnc_fa217206_flex_full_span {    
    display: flex;
    flex-wrap: wrap;
    width: 80px;
    justify-content: end;
}

.nnc_6416c5c5_into_sec1 {
    color: var(--nnv_68103ed6_white);
    padding: 70px 0px 50px;
    text-align: center;   
}

.nnc_3d5fd0fd_wrap_sec { max-width: var(--nnv_fc309678_container-1180); margin: 0px auto; }

.nnc_c1beef51_h2_mi {
    font-size: calc(var(--nnv_00c9af7c_fs-3xl) + 18px);
    line-height: .96;
    font-weight: 900;
    color: var(--nnv_850aa84e_text);
	margin-bottom: 44px;
}

.nnc_6416c5c5_into_sec1 p {
    font-size: var(--nnv_4932042c_fs-md);
    line-height: calc(var(--nnv_4932042c_fs-md) + 20px);
    color: var(--nnv_f563d965_gray-500);
    text-align: left;
    font-weight: 100;
    margin: 24px 0px;   
    font-family: var(--nnv_a04d1a24_font-onest);
}


.nnc_e8784c86_block_mirrors {
    
}

.nnc_892bf798_into_mirrors {
    
}

.nnc_2080ce55_link_mirror {
    color: var(--nnv_b60581e2_orange-hot);
    position: relative;
}

.nnc_2080ce55_link_mirror::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: var(--nnv_b6d8457f_w-full);
    height: 2px;
    background: var(--nnv_b60581e2_orange-hot);
    animation: mirrorPulse 1.4s ease-in-out infinite;
}

@keyframes mirrorPulse {
    0% {
        opacity: 0.7;
        /* transform: scaleX(0.75); */
    }

    50% {
        opacity: 1;
        /* transform: scaleX(1); */
    }

    100% {
        opacity: 0.7;
        /* transform: scaleX(0.75); */
    }
}

.nnc_89e5ff4e_line_mirrors {
    background: var(--nnv_24cf26d7_surface-blue);
    padding: 30px 5%;
    position: relative;
    margin: 1px 0;
}

.nnc_89e5ff4e_line_mirrors {
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.nnc_42ed3ab5_text_mirrors {
    max-width: var(--nnv_72d4e4a5_container-md);
}


.nnc_42ed3ab5_text_mirrors p {
    color: var(--nnv_32c3da64_gray-250);
    font-size: calc(var(--nnv_0ec88b5c_fs-base) - 1px);
    line-height: 26px;
}


.nnc_68b85f67_close_mirrors {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;    
    cursor: pointer;
    transition: .5s;
}

.nnc_68b85f67_close_mirrors:hover {
    transform: rotate(90deg);
}


.nnc_68b85f67_close_mirrors:before  {
    position: absolute;
    right: 12px;
    top: 20px;
    width: 18px;
    height: 1px;
    background: var(--nnv_32c3da64_gray-250);;
    content: '';
    transform: rotate(45deg);
}

.nnc_68b85f67_close_mirrors:after  {
    position: absolute;
    right: 12px;
    top: 20px;
    width: 18px;
    height: 1px;
    background: var(--nnv_32c3da64_gray-250);;
    content: '';
    transform: rotate(-45deg);
}


.nnc_68b85f67_close_mirrors:hover::before, .nnc_68b85f67_close_mirrors:hover::after {
    background: var(--nnv_68103ed6_white);
    box-shadow: 0px 0px 5px var(--nnv_68103ed6_white);
}


.nnc_d9f4900d_into_uz {
    max-width: var(--nnv_f1e8e7b5_container-copy);
    margin: 0px auto;
}


.nnc_fa217206_flex_full_span > span {
    display: block;
}

.nnc_72b2a31d_btc_balance {
    color: var(--nnv_32c3da64_gray-250);
    font-size: calc(var(--nnv_26109b5f_fs-xs) + 1px);
    font-weight: 500;
    line-height: 18px;
}

.nnc_ebf8c8f5_rub_balance {
    color: var(--nnv_f563d965_gray-500);
    font-size: var(--nnv_d103efb5_fs-micro);
    line-height: 12px;
}

.nnc_ea0568f1_acc_top_img {
    width: 40px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}

.nnc_1f20d599_showcase-copy .nnc_37d7cf3a_eyebrow {
    margin-bottom: 10px;
}


 .nnc_66435d5f_flow-block {
      width: var(--nnv_232450dd_container-fluid-lg);
      aspect-ratio: 900 / 420;
      container-type: inline-size;
      display: grid;
      grid-template-columns: repeat(90, minmax(0, 1fr));
      grid-template-rows: repeat(42, minmax(0, 1fr));
      overflow: hidden;
    }

    .nnc_e1d4e2d8_flow-svg {
      grid-column: 1 / -1;
      grid-row: 1 / -1;
      width: var(--nnv_b6d8457f_w-full);
      height: 100%;
      display: block;
    }

   .nnc_cd69c2d3_flow-text {
    margin: 0;
    color: var(--nnv_850aa84e_text);
    font-size: calc(var(--nnv_26109b5f_fs-xs) + 1px);
    line-height: 1.2;   
    letter-spacing: -0.02em;
    align-self: center;
    white-space: nowrap;
    z-index: 2;
}

    .nnc_e8cfe204_flow-text--left {
      grid-column: 9 / 28;
      grid-row: 32 / 35;
      justify-self: start;
    }

    .nnc_c3f0e152_flow-text--center {
      grid-column: 37 / 60;
      grid-row: 27 / 30;
      justify-self: start;
    }

    .nnc_7f44cad7_flow-text--right {
      grid-column: 64 / 82;
      grid-row: 15 / 18;
      justify-self: start;
    }

.nnc_77606b8f_lng-2 {
    border: none;    
    box-shadow: none;
    padding-bottom: 0px;
}

.nnc_77606b8f_lng-2 .nnc_a11ad288_deep-card {
    border: none;    
    box-shadow: none;
    background: none;
}

.nnc_77606b8f_lng-2 .nnc_a11ad288_deep-card h2 {    
    text-align: center;
}

.nnc_77606b8f_lng-2 .nnc_37d7cf3a_eyebrow {    
    display: flex;    
    text-align: center;
    justify-content: center;    
}

    @media (max-width: 520px) {
      .nnc_66435d5f_flow-block {
        width: var(--nnv_b6d8457f_w-full);
      }

      .nnc_cd69c2d3_flow-text {
        font-size: clamp(9px, 2.6cqw, 14px);
      }
    }
/*
.nnc_fc91cf5f_landing-comments:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        circle,
        rgba(var(--nnv_718c4ea2_white-rgb), 0.08) 1.2px,
        var(--nnv_bb759685_transparent) 1.2px
    );
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, var(--nnv_bb759685_transparent), var(--nnv_2e15cadc_black) 18%, var(--nnv_2e15cadc_black) 80%, var(--nnv_bb759685_transparent));
    pointer-events: none;
}
*/


/* Internal links blocks: scoped styles, appended without touching existing selectors */

/* Example 1 */

		/* Example 2 */

		/* Example 3 */

		/* Example 4 */

		/* Example 5 */

		/* Example 6 */

@media (max-width: 760px) {
    
    .nnc_790471bd_hero_01 {
        padding: 76px 18px 60px;
    }
}

/* =========================================================
   Blocks shared fixes: moved inline styles into theme css
   ========================================================= */


/* page/page-1.php: former inline styles, namespaced to avoid collisions */


@media (max-width: 600px) {
	
	.nnc_7fccb2a0_section-head h2, .nnc_1f20d599_showcase-copy h2, .nnc_b2b54edf_contact h2, .nnc_a11ad288_deep-card h2 {
    font-size: calc(var(--nnv_00c9af7c_fs-3xl) - 10px);
    line-height: 1.25;
    font-weight: 600;
    color: var(--nnv_850aa84e_text);
}
    
    .nnc_6f6efc71_ex-links {   
        padding: 0px 50px 0px 20px; }
    
    .nnc_6f6efc71_ex-links:nth-child(2) {
    margin-left: 10%;
        padding: 0px 20px 0px 50px;
}

.nnc_08ca8b28_button {
    min-height: 0;
    padding: 15px 34px;
    max-width: 250px;
}

.nnc_1f20d599_showcase-copy p:not(.nnc_37d7cf3a_eyebrow) {  
    font-size: calc(var(--nnv_e503f9ad_fs-lg) - 2px);
}


.nnc_c1beef51_h2_mi {
    font-size: calc(var(--nnv_00c9af7c_fs-3xl) - 10px);
    line-height: 1.2;
    margin-bottom: 24px;
}
	
	
	.nnc_6416c5c5_into_sec1 p {
    line-height: 1.9;
    font-size: calc(var(--nnv_e503f9ad_fs-lg) - 2px);
}

.nnc_08ca8b28_button.primary {
    font-size: 15px;
    letter-spacing: 1px;
}

.nnc_d7982220_comparison {
    padding-top: 53px;
	padding-bottom: 53px;
}	
	.nnc_e2ec5c8e_comparison-grid h3 {
    font-size: calc(var(--nnv_00c9af7c_fs-3xl) - 16px); }
	
	.nnc_e2ec5c8e_comparison-grid li {
		font-size: calc(var(--nnv_e503f9ad_fs-lg) - 2px);
	}	
	.nnc_084bc93b_showcase { padding-top: 54px; }
	.nnc_1f20d599_showcase-copy { text-align:center; }
	.nnc_5f68ce99_panel-top { display: none; }
	.nnc_37d7cf3a_eyebrow { text-align: center; }
	.nnc_5e613de4_deep-text .nnc_37d7cf3a_eyebrow span { display: none; }	
	.nnc_a11ad288_deep-card h2 { font-size: calc(var(--nnv_871968a0_fs-xl) + 2px); text-align: center; }
	.nnc_5e613de4_deep-text { padding-bottom:0px; }	
	.nnc_4e5ac64e_footer { display: block; margin-top: 60px; position: relative; }
	.nnc_4e5ac64e_footer span {
		text-align: center;
    width: 120px;
    display: block;
    font-size: 12px;
    font-weight: 200;
    color: rgb(130 130 126 / 56%);
    letter-spacing: 3px;
    position: absolute;
    top: -10px;
    background: #21201f;
    left: calc(50% - 60px);
	}
	
    .nnc_790471bd_hero_01 h1 {
        font-size: 46px;
        line-height: 1.05;
        letter-spacing: -.02em;
    }
	
	.nnc_790471bd_hero_01 p {  
    line-height: 1.8;
    letter-spacing: 0;
}
    
    .nnc_d9f4900d_into_uz { max-width: 90%; }
    .nnc_decb6340_large-card-2 h2 {
        font-size: calc(var(--nnv_00c9af7c_fs-3xl) - 9px);
        line-height: 1.15; }    
    .nnc_decb6340_large-card-2 { padding: 0px 5% 50px; }
    .nnc_b2b54edf_contact { padding-top: 50px; }
    
    .nnc_6f6efc71_ex-links:first-child {       
        margin-bottom: 15px;
    }
    
    .nnc_6f6efc71_ex-links{        
        min-height: 130px;
    }
	
	
}