html{scroll-behavior:smooth}:root{--font-family-font-1: "Inter", system-ui, sans-serif;--font-family-font-2: "Poppins", system-ui, sans-serif;--accent1: #077796;--color: var(--gray-50);--color-2: #f9fcff;--text: #474341;--text-light: #848b96;--link: #12948c;--stroke: #9ca3af;--blue-100: #e8f6fc;--blue-200: #d3f1ff;--blue-300: #9edbfa;--blue-400: #67c5f4;--blue-50: #f7fbfd;--blue-500: #3cb2ed;--blue-600: #0c97dd;--blue-700: #0984c2;--blue-800: #056da2;--blue-900: #005a87;--gray-100: #edf1f4;--gray-200: #e4ebef;--gray-300: #d8e2e8;--gray-400: #ced9e0;--gray-50: #f8f9fb;--gray-500: #c0ced5;--gray-600: #abbdc7;--gray-700: #8ea5b1;--gray-800: #69818e;--gray-900: #50646e;--orange-100: #ffe7c9;--orange-200: #ffdbb0;--orange-300: #ffc785;--orange-400: #feae55;--orange-50: #fef5e8;--orange-500: #ff9739;--orange-600: #fb7b37;--orange-700: #eb6929;--orange-800: #df5925;--orange-900: #cc5322;--utility-dark: #111517;--utility-white: #ffffff;--color-black-0: #00000000;--color-black-solid: #000000;--color-grey-10: #191819;--color-grey-100: #fefefe;--color-grey-44: #686e77;--color-grey-80: #cccccc;--color-grey-90: #e9e7e4;--color-grey-98: #fbf9fa;--color-orange-36: #b45f06;--color-orange-58: #dd764c;--color-rose-72-50: #cba6b180;--color-rose-7250: rgba(203, 166, 177, .5);--color-violet-30: #533364;--color-white-solid: #ffffff;--innovationalchemy-net-bossanova: var(--color-violet-30);--innovationalchemy-net-thunder: var(--color-grey-10);--innovationalchemy-net-white: var(--color-white-solid);--innovationalchemy-net-selago: var(--color-grey-98);--innovationalchemy-net-red-damask: var(--color-orange-58);--innovationalchemy-net-black: var(--color-black-solid);--font-family-Font-1: var(--font-family-font-1);--font-family-Font-2: var(--font-family-font-2);--line-height-66_7: 4.16875rem;--line-height-29_7: 1.85625rem;--line-height-18_59: 1.1619rem;--line-height-21_6: 1.35rem;--line-height-25_6: 1.6rem;--line-height-31_2: 1.95rem;--line-height-41_4: 2.5875rem;--font-size-13: .8125rem;--font-size-14: .875rem;--font-size-16: 1rem;--font-size-17: 1.0625rem;--font-size-18: 1.125rem;--font-size-20: 1.25rem;--font-size-24: 1.5rem;--font-size-32: 2rem;--font-size-36: 2.25rem;--font-size-58: 3.625rem;--font-weight-400: 400;--font-weight-500: 500;--font-weight-600: 600;--font-weight-700: 700;--height-38: 2.375rem;--item-spacing--29-65: -1.8534rem;--item-spacing--21: -1.3125rem;--item-spacing--0-01: -.0006rem;--item-spacing-5: .3125rem;--item-spacing-8: .5rem;--item-spacing-10: .625rem;--item-spacing-12: .75rem;--item-spacing-14: .875rem;--item-spacing-19-19: 1.1994rem;--item-spacing-19-34: 1.2084rem;--item-spacing-19-99: 1.2494rem;--item-spacing-20: 1.25rem;--item-spacing-23-5: 1.4688rem;--item-spacing-28-8: 1.8rem;--item-spacing-30: 1.875rem;--line-height-16: 1rem;--line-height-18-59: 1.1619rem;--line-height-21-6: 1.35rem;--line-height-22: 1.375rem;--line-height-24: 1.5rem;--line-height-25-6: 1.6rem;--line-height-28: 1.75rem;--line-height-29-7: 1.8563rem;--line-height-31-2: 1.95rem;--line-height-41-4: 2.5875rem;--line-height-66-7: 4.1687rem;--opacity-100: 6.25rem;--stroke-weight-0-03: .002rem;--stroke-weight-0-37: .0231rem;--stroke-weight-1: .0625rem;--width-300: 18.75rem;--width-366-66: 22.9163rem;--width-366-67: 22.9169rem;--width-500: 31.25rem;--width-510: 31.875rem;--width-550: 34.375rem;--width-560: 35rem;--width-1140: 71.25rem;--width-1200: 75rem;--font-style-bold-italic: Bold Italic;--font-style-italic: Italic;--descriptions: A large part of a data scientist's work involves tuning hyperparameters—making decisions about what happens to the data during all different steps of the process. Such tuning takes a significant amount of time and effort, and small differences in hyperparameters can significantly affect the performance of a particular pipeline. Through our system called "Deep Mining," we seek to automatically tune the entire data processing pipeline—not just the classification algorithms as in the previous project – ATM. This involves standardizing the pipeline abstractions, and building and testing several hyperparameter selection and optimization methods. Since the earlier stages of the pipeline can be computationally expensive, our focus is also on determining the most efficient distribution strategy, and a sampling-based performance estimator.;
--header-height: 4.8rem;font-family:var(--font-family-font-1);line-height:1.5;font-weight:400;color:#0f172a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#fff;color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font-family:inherit}.section{padding:4.5rem 1.5rem}@media(max-width:900px){.section{padding:3rem 1.25rem}}@media(max-width:480px){.section{padding:2rem 1rem}}.section-inner{max-width:1120px;margin:0 auto}@media(max-width:720px){.section-inner{padding-left:1rem;padding-right:1rem}}.section h2{margin:0 0 .75rem;font-size:1.6rem;color:#0f172a}.section p{margin:0 0 1.1rem;color:#4b5563}.btn{border-radius:999px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;text-decoration:none}.btn-primary{background:#0f766e;color:#fff;box-shadow:0 14px 30px #0f766e52}.btn-primary:hover{background:#115e59;transform:translateY(-1px);box-shadow:0 18px 40px #0f766e80}.btn-secondary{background:#e0f2fe;color:#0f172a}.btn-secondary:hover{background:#dbeafe}.btn-hero-primary{border:1px solid transparent;border-radius:8px;background:#dd764c;box-sizing:border-box;color:var(--innovationalchemy-net-white, var(--color-white-solid, #fff));text-align:center;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--font-size-16, 16px);text-transform:uppercase;padding-inline:1.8rem}.newsletter-form-block .btn-hero-primary,.steps-cta-block .btn-hero-primary{border:1px solid transparent;border-radius:8px;background:#dd764c;box-sizing:border-box;color:#fff;text-align:center;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--font-size-16, 16px);text-transform:uppercase;padding-inline:1.8rem}.btn-hero-secondary{display:flex;padding:11px 20px;align-items:flex-start;border-radius:8px;border:var(--stroke-weight-1, 1px) solid #dd764c;background:transparent;color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c));text-align:center;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--font-size-16, 16px);text-transform:uppercase}.btn-ghost{background:transparent;border-color:#94a3b8b3;color:#e5e7eb}.btn-ghost:hover{border-color:#facc15;color:#facc15}.card{border-radius:1rem;border:1px solid #e5e7eb;padding:1.25rem 1.5rem;background:#ffffffe6;box-shadow:0 16px 40px #0f172a0a}.card h3{margin:0 0 .5rem;font-size:1.05rem}.card p{margin:0 0 .75rem;font-size:.95rem}.link{font-size:.9rem;font-weight:500;color:#0f766e}.link:hover{text-decoration:underline}.field{display:flex;flex-direction:column;gap:.35rem;font-size:.75rem;color:#e5e5ff}.field input{border-radius:3px;border:1px solid #d1d5db;padding:.45rem .6rem;font-size:.9rem}.field input:focus{outline:2px solid #0f766e;outline-offset:1px}._pageHeader_8c9qu_1{position:fixed;top:0;left:0;right:0;z-index:10;transform:translateZ(0);background:var(--color-grey-98, #fbf9fa);border-bottom:1px solid rgba(203,166,177,.5)}._pageHeaderInner_8c9qu_12{max-width:1120px;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:3.5rem;width:100%}._headerLeft_8c9qu_23{display:flex;align-items:center;min-height:2.5rem}._headerHamburger_8c9qu_29{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;margin-left:auto;background:none;border:none;cursor:pointer;border-radius:6px;color:#4b2a7a}._headerHamburger_8c9qu_29:hover{background:#f5f0f8}._headerHamburgerLine_8c9qu_49{display:block;width:22px;height:2px;background:currentColor;border-radius:1px}._pageHeader_8c9qu_1._headerMenuOpen_8c9qu_58 ._headerHamburgerLine_8c9qu_49:nth-child(1){transform:translateY(7px) rotate(45deg)}._pageHeader_8c9qu_1._headerMenuOpen_8c9qu_58 ._headerHamburgerLine_8c9qu_49:nth-child(2){opacity:0}._pageHeader_8c9qu_1._headerMenuOpen_8c9qu_58 ._headerHamburgerLine_8c9qu_49:nth-child(3){transform:translateY(-7px) rotate(-45deg)}._logoWordmark_8c9qu_70{display:inline-flex;align-items:center;text-decoration:none;line-height:0}._logoImage_8c9qu_77{display:block;height:3rem;width:auto;object-fit:contain}._headerNav_8c9qu_84{display:flex;align-items:center;gap:2.5rem;min-height:2.5rem}._headerNav_8c9qu_84 a:not(.btn-hero-primary){color:var(--innovationalchemy-net-black, var(--color-black-solid, #000));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-25_6, 25.6px);text-transform:uppercase}._headerNav_8c9qu_84 a:not(.btn-hero-primary):hover{color:#b2645b}._headerBuyNowWrap_8c9qu_105{position:relative;display:inline-flex}._headerBuyNowTrigger_8c9qu_110{display:inline-flex;align-items:center;gap:.25rem;text-decoration:none}._headerBuyNowChevron_8c9qu_117{display:block;flex-shrink:0;transition:transform .2s ease}._headerBuyNowChevronOpen_8c9qu_123{transform:rotate(180deg)}._headerDropdown_8c9qu_127{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:12rem;padding:.5rem 0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px #0000001a;visibility:hidden;opacity:0;z-index:20}._headerBuyNowWrap_8c9qu_105:hover ._headerDropdown_8c9qu_127{visibility:visible;opacity:1}._headerDropdown_8c9qu_127 a{display:block;padding:.5rem 1rem;color:var(--innovationalchemy-net-black, var(--color-black-solid, #000));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-weight:400;text-transform:uppercase;text-decoration:none;white-space:nowrap}._headerDropdown_8c9qu_127 a:hover{background:#f9fafb;color:#b2645b}._headerNav_8c9qu_84 .btn-hero-primary{margin-left:auto}@media(max-width:900px){._headerHamburger_8c9qu_29{display:flex}._pageHeaderInner_8c9qu_12{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 0fr;gap:0}._headerLeft_8c9qu_23{grid-column:1;grid-row:1}._headerHamburger_8c9qu_29{grid-column:2;grid-row:1}._headerNav_8c9qu_84{grid-column:1 / -1;grid-row:2;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;min-height:0;max-height:0;overflow:hidden;padding-top:0;padding-bottom:0;margin:0 -1.5rem;background:#fff;border-top:1px solid #f3e7e4;visibility:hidden;opacity:0}._headerNav_8c9qu_84 a{padding:.85rem 1.5rem;border-bottom:1px solid #f3e7e4;font-size:.9rem}._headerBuyNowWrap_8c9qu_105{display:block}._headerBuyNowTrigger_8c9qu_110{padding:.85rem 1.5rem;border-bottom:1px solid #f3e7e4;font-size:.9rem;width:100%;text-align:left;box-sizing:border-box}._headerDropdown_8c9qu_127{display:none;position:static;box-shadow:none;border:none;border-radius:0;margin:0;padding:0;min-width:unset;background:#fff;visibility:visible;opacity:1}._buyNowOpen_8c9qu_244 ._headerDropdown_8c9qu_127{display:block}._headerDropdown_8c9qu_127 a{padding-left:2.5rem!important;background:#fff}._headerDropdown_8c9qu_127 a:hover{background:#f9fafb}._headerNav_8c9qu_84 .btn-hero-primary{margin-left:0;margin:1rem 1.5rem 1.5rem;justify-content:center}._pageHeader_8c9qu_1._headerMenuOpen_8c9qu_58 ._pageHeaderInner_8c9qu_12{grid-template-rows:auto auto}._pageHeader_8c9qu_1._headerMenuOpen_8c9qu_58 ._headerNav_8c9qu_84{max-height:32rem;padding-top:.5rem;padding-bottom:.5rem;visibility:visible;opacity:1}._pageHeader_8c9qu_1._headerMenuOpen_8c9qu_58 ._headerHamburger_8c9qu_29{position:relative;z-index:1}}@media(max-width:900px){._pageHeaderInner_8c9qu_12{padding:.9rem 1.25rem}}@media(max-width:720px){._pageHeaderInner_8c9qu_12{padding:.75rem 1rem;gap:1rem}}@media(max-width:480px){._pageHeaderInner_8c9qu_12{padding:.6rem 1rem}._headerNav_8c9qu_84{gap:1rem;font-size:.75rem}}._pageFooter_1ne7z_1{border-top:2px solid #4b336f;padding:2.2rem 1.25rem 2.8rem;background:#111;color:#e5e5e5}._pageFooterInner_1ne7z_8{max-width:1120px;margin:0 auto;text-align:center}._footerLogo_1ne7z_14{font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.9rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:1.2rem}._footerLogoPrimary_1ne7z_22{color:#f5f5f5;font-weight:700}._footerLogoSecondary_1ne7z_27{color:#e5e5e5;font-weight:400}._footerNav_1ne7z_32{display:flex;justify-content:center;gap:2.25rem;letter-spacing:.18em;text-transform:uppercase}._footerLink_1ne7z_40{color:var(--innovationalchemy-net-white, var(--color-white-solid, #fff));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-17, 17px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-28, 28px)}._footerLinkActive_1ne7z_49{color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c));font-family:Inter,system-ui,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:28px}@media(max-width:720px){._pageFooter_1ne7z_1{padding:1.75rem 1rem 2rem}._footerLogo_1ne7z_14{font-size:.8rem;letter-spacing:.12em;margin-bottom:1rem}._footerNav_1ne7z_32{gap:1.5rem;letter-spacing:.12em}}._scrollToTop_vitup_1{position:fixed;bottom:2rem;right:2rem;width:40px;height:40px;background:#dd764c;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:background .2s}._scrollToTop_vitup_1:hover{background:#c9623a}._layout_172lt_1{min-height:100vh;display:flex;flex-direction:column}._layoutMain_172lt_7{flex:1;padding-top:var(--header-height, 4.8rem)}._hero_15wh8_1{background:var(--color-grey-98, #fbf9fa);padding-top:5rem;padding-bottom:4.5rem;color:#3a2c4e}._heroInner_15wh8_8{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.1fr);align-items:center;column-gap:4.5rem}._heroMedia_15wh8_15{position:relative;justify-self:center}._bookShadow_15wh8_20{display:none}._bookImage_15wh8_24{position:relative;width:100%;max-width:550px;height:auto;aspect-ratio:3/4;border-radius:4px}._heroCopy_15wh8_33{max-width:540px}._eyebrow_15wh8_37{text-transform:uppercase;letter-spacing:.15em;font-size:.78rem;font-weight:600;color:#0f766e;margin-bottom:.75rem}._heroTitle_15wh8_46{color:var(--innovationalchemy-net-bossanova, var(--color-violet-30, #533364));font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:clamp(2rem,5vw + 1rem,58px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:1.15;margin:0 0 1.25rem;letter-spacing:.02em}._heroDot_15wh8_57{color:#d86f43}._heroSubtitle_15wh8_61{color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));font-family:var(--font-family-font-1, Inter),system-ui,sans-serif;font-size:clamp(.9rem,1.5vw + .5rem,18px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:1.65;margin:0 0 2.1rem}._heroActions_15wh8_71{display:flex;flex-wrap:wrap;gap:32px}@media(max-width:720px){._hero_15wh8_1{padding-top:3rem;padding-bottom:3rem}._heroActions_15wh8_71{flex-direction:column;align-items:flex-start}._heroActions_15wh8_71 .btn{width:100%;max-width:280px;justify-content:center}._heroInner_15wh8_8{grid-template-columns:minmax(0,1fr);row-gap:2.5rem;padding-left:1rem;padding-right:1rem}._heroCopy_15wh8_33{order:-1}}@media(max-width:480px){._hero_15wh8_1{padding-top:2.5rem;padding-bottom:2.5rem}._heroCopy_15wh8_33{max-width:100%}}._aboutSection_6ilgt_1{padding-top:clamp(2rem,5vw,3.5rem);padding-bottom:clamp(2rem,5vw,3.5rem)}._aboutInner_6ilgt_6{text-align:left}._aboutSection_6ilgt_1 ._aboutHeading_6ilgt_10{margin:0 0 .85rem;color:var(--innovationalchemy-net-bossanova, var(--color-violet-30, #533364));font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:clamp(1.4rem,3vw + .5rem,36px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:1.15}._aboutIntro_6ilgt_20{width:100%;color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));font-family:var(--font-family-font-1, Inter),system-ui,sans-serif;font-size:clamp(.85rem,1.2vw + .4rem,16px);font-style:normal;font-weight:400;line-height:1.5}._aboutGrid_6ilgt_30{margin-top:2.4rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}._aboutCard_6ilgt_37{background:#cc7043;border-radius:.6rem;padding:clamp(2rem,4vw,2.8rem) clamp(1.5rem,3vw,2rem) clamp(2rem,4vw,2.4rem);text-align:center;color:#fff}._aboutCardIcon_6ilgt_45{width:clamp(56px,10vw,72px);height:clamp(56px,10vw,72px);margin:0 auto 1.4rem;object-fit:contain;display:block}._aboutCardTitle_6ilgt_53{margin:0 0 1.5rem;color:var(--innovationalchemy-net-white, var(--color-white-solid, #fff));text-align:center;font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:clamp(1.1rem,2vw + .3rem,24px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:1.3}._aboutCardButton_6ilgt_64{display:flex;padding:12px 20px;align-items:flex-start;justify-content:center;margin-left:auto;margin-right:auto;border-radius:8px;background:#533364;border:none;cursor:pointer;color:var(--innovationalchemy-net-white, var(--color-white-solid, #fff));text-align:center;font-family:var(--font-family-font-1, Inter),system-ui,sans-serif;font-size:clamp(.875rem,1.5vw,16px);font-style:normal;font-weight:600;line-height:1;text-decoration:none}._sectionGrid_6ilgt_85{margin-top:1.75rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem}@media(max-width:900px){._aboutGrid_6ilgt_30{grid-template-columns:1fr;gap:1.25rem}}._authorSection_7qmlo_1{background:var(--color-grey-98, #fbf9fa);padding-top:3.5rem}._authorInner_7qmlo_6{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,auto);gap:125px;align-items:center}._authorCopy_7qmlo_13{max-width:560px;width:100%}._authorSection_7qmlo_1 ._authorCopy_7qmlo_13 ._authorLabel_7qmlo_18{margin:0 0 .35rem;color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c))!important;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-700, 700);line-height:var(--line-height-24, 24px)}._authorSection_7qmlo_1 ._authorName_7qmlo_28{margin:0 0 1.2rem;color:var(--innovationalchemy-net-bossanova, var(--color-violet-30, #533364));font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:32px;font-style:normal;font-weight:600;line-height:24px}._authorSection_7qmlo_1 ._authorCopy_7qmlo_13 p{color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-24, 24px)}._authorPhotoWrapper_7qmlo_47{justify-self:end}._authorPhoto_7qmlo_47{width:350px;height:386px;max-width:var(--width-560, 560px);aspect-ratio:68 / 75;border-radius:8px;display:block;object-fit:cover}@media(max-width:900px){._authorInner_7qmlo_6{grid-template-columns:1fr;gap:2rem}._authorCopy_7qmlo_13{max-width:100%}._authorPhotoWrapper_7qmlo_47{justify-self:center;width:100%}._authorPhoto_7qmlo_47{width:100%;height:auto;max-width:320px}._authorSection_7qmlo_1 ._authorName_7qmlo_28{font-size:1.75rem}}._playbookSection_1sslh_1{background:#fff;padding-top:4rem;padding-bottom:4rem}._playbookInner_1sslh_7{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:4rem;align-items:start}._playbookMedia_1sslh_14{justify-self:center}._playbookImage_1sslh_18{width:100%;max-width:420px;display:block}._playbookCopy_1sslh_24{max-width:520px}._playbookSection_1sslh_1 ._playbookHeading_1sslh_28{margin:0 0 1rem;color:var(--innovationalchemy-net-bossanova, var(--color-violet-30, #533364));font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:var(--font-size-24, 24px);font-style:normal;font-weight:var(--font-weight-700, 700);line-height:var(--line-height-31_2, 31.2px)}._playbookSection_1sslh_1 ._playbookIntro_1sslh_38,._playbookSection_1sslh_1 ._playbookList_1sslh_39 li{color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-18, 18px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-29_7, 29.7px)}._playbookIntro_1sslh_38{margin:0 0 1rem}._playbookList_1sslh_39{margin:0 0 1.75rem;padding-left:1.25rem;list-style:disc}._playbookList_1sslh_39 li{margin-bottom:.4rem}._playbookActions_1sslh_62{display:flex;flex-wrap:wrap;gap:32px}@media(max-width:720px){._playbookInner_1sslh_7{grid-template-columns:1fr;gap:2rem}._playbookMedia_1sslh_14{order:1}._playbookCopy_1sslh_24{order:2;max-width:100%}}@media(max-width:480px){._playbookInner_1sslh_7{gap:1.5rem}._playbookSection_1sslh_1 ._playbookHeading_1sslh_28{font-size:1.45rem}._playbookImage_1sslh_18{max-width:100%}}._stepsSection_1b5jw_1{background:var(--color-grey-98, #fbf9fa);padding-top:4rem;padding-bottom:4rem}._stepsAccent_1b5jw_7{width:171px;height:10px;max-width:var(--width-1140, 1140px);background:#51306c;margin-bottom:1rem;border-radius:2px}._stepsSection_1b5jw_1 ._stepsHeading_1b5jw_16{margin:0 0 1rem;font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:var(--font-size-36, 36px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-41_4, 41.4px)}._stepsHeadingAccent_1b5jw_25{color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c))}._stepsHeadingBossanova_1b5jw_29{color:var(--innovationalchemy-net-bossanova, var(--color-violet-30, #533364))}._stepsContent_1b5jw_33,._stepsContent_1b5jw_33 ._stepsList_1b5jw_36 li{margin-bottom:0}._stepsContent_1b5jw_33 ._stepsList_1b5jw_36 li p{margin:0}._stepsSection_1b5jw_1 ._stepsIntro_1b5jw_44,._stepsSection_1b5jw_1 ._stepsList_1b5jw_36 li{color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-18, 18px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-29_7, 29.7px)}._stepsIntro_1b5jw_44{margin:0 0 1.5rem}._stepsList_1b5jw_36{margin:0 0 2.5rem;padding-left:1.5rem;display:grid;gap:.35rem}._stepsList_1b5jw_36 li{margin-bottom:0}._stepNumber_1b5jw_69{font-weight:600;color:#333}._stepsCtaBlock_1b5jw_74{background:#51306c;border-radius:12px;padding:2.25rem 2rem;text-align:left}._stepsSection_1b5jw_1 ._stepsCtaBlock_1b5jw_74 ._stepsCtaText_1b5jw_81{margin:0 0 1.25rem;color:var(--innovationalchemy-net-selago, var(--color-grey-98, #fbf9fa))!important;font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:var(--font-size-36, 36px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-41_4, 41.4px)}@media(max-width:720px){._stepsSection_1b5jw_1 ._stepsHeading_1b5jw_16{font-size:1.5rem}._stepsCtaBlock_1b5jw_74{padding:1.75rem 1.25rem}._stepsSection_1b5jw_1 ._stepsCtaBlock_1b5jw_74 ._stepsCtaText_1b5jw_81{font-size:1.5rem}}@media(max-width:480px){._stepsSection_1b5jw_1 ._stepsHeading_1b5jw_16{font-size:1.35rem}}._testimonialsSection_179fm_1{background:#fff;padding-top:4rem;padding-bottom:4rem}._testimonialsInner_179fm_7{text-align:center}._testimonialsSection_179fm_1 ._testimonialsHeading_179fm_11{margin:0 0 2.5rem;color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c));text-align:center;font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:var(--font-size-36, 36px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-41_4, 41.4px)}._testimonialsError_179fm_22{margin:0 0 1rem;font-size:.9rem;color:var(--color-orange-58, #dd764c)}._testimonialsGrid_179fm_28{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}._testimonialsGrid_179fm_28 ._testimonialItem_179fm_34:nth-child(4){grid-column:1 / -1}._testimonialItem_179fm_34{margin:0;display:flex;align-items:stretch;gap:.85rem;text-align:left;font-size:.9rem;color:#333}._testimonialBar_179fm_48{border-left:var(--item-spacing-10, 10px) solid var(--color-violet-30, #533364);flex-shrink:0}._testimonialBody_179fm_53{display:flex;flex-direction:column}._testimonialBody_179fm_53 blockquote{margin:0 0 .75rem;color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));font-family:var(--font-family-font-1, Inter),system-ui,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:22px}._testimonialBody_179fm_53 figcaption{display:flex;flex-direction:column;gap:.25rem}._testimonialName_179fm_75{color:var(--innovationalchemy-net-bossanova, var(--color-violet-30, #533364));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:italic;font-weight:700;line-height:var(--line-height-22, 22px)}._testimonialRole_179fm_84{color:var(--innovationalchemy-net-bossanova, var(--color-violet-30, #533364));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:italic;font-weight:400;line-height:var(--line-height-22, 22px)}@media(max-width:900px){._testimonialsGrid_179fm_28{grid-template-columns:1fr}._testimonialsGrid_179fm_28 ._testimonialItem_179fm_34:nth-child(4){grid-column:1}._testimonialsSection_179fm_1 ._testimonialsHeading_179fm_11{margin-bottom:1.75rem}}@media(max-width:480px){._testimonialsSection_179fm_1 ._testimonialsHeading_179fm_11{font-size:1.5rem;margin-bottom:1.5rem}._testimonialsGrid_179fm_28{gap:1.5rem}._testimonialItem_179fm_34{font-size:.85rem}}._newsletter_1lrhe_1{background:#4b336f;color:#f9fafb}._newsletterInner_1lrhe_6{display:flex;align-items:center;justify-content:space-between;gap:3rem}._newsletter_1lrhe_1 ._newsletterCopy_1lrhe_13 h2{margin:0 0 .6rem;color:var(--innovationalchemy-net-white, var(--color-white-solid, #fff));font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins));font-size:var(--font-size-18, 18px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-21_6, 21.6px)}._newsletter_1lrhe_1 ._newsletterCopy_1lrhe_13 p{margin:0;color:var(--innovationalchemy-net-selago, var(--color-grey-98, #fbf9fa));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-18, 18px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-29_7, 29.7px)}._newsletterFormWrapper_1lrhe_33{flex:0 0 auto;width:420px;max-width:100%}._newsletterForm_1lrhe_33{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.75rem;align-items:flex-end;width:100%;max-width:420px}._subscribeButtonWrapper_1lrhe_49{grid-column:1 / 3;margin-top:.25rem}._subscribeButtonWrapper_1lrhe_49 .btn-hero-primary{width:100%;box-sizing:border-box;display:flex;justify-content:center}._newsletter_1lrhe_1 .field span{color:var(--innovationalchemy-net-selago, var(--color-grey-98, #FBF9FA));font-family:var(--font-family-Font-1, Inter);font-size:var(--font-size-13, 13px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-18_59, 18.59px)}@media(max-width:900px){._newsletterInner_1lrhe_6{flex-direction:column;align-items:flex-start;gap:2rem}._newsletterFormWrapper_1lrhe_33{width:100%}._newsletterForm_1lrhe_33{width:100%;max-width:none;grid-template-columns:1fr}._subscribeButtonWrapper_1lrhe_49{grid-column:1}._newsletterForm_1lrhe_33 ._field_1lrhe_61,._newsletterForm_1lrhe_33 ._field_1lrhe_61 input,._subscribeButtonWrapper_1lrhe_49 ._btn-hero-primary_1lrhe_54{width:100%;box-sizing:border-box}}@media(max-width:480px){._newsletter_1lrhe_1 ._newsletterCopy_1lrhe_13 h2{font-size:.9rem}._newsletter_1lrhe_1 ._newsletterCopy_1lrhe_13 p{font-size:.8rem}}._resourceCard_128nc_1{background:#fdf7f4;border-radius:.75rem;border:1px solid #f2e3da;padding:1.5rem 1.5rem 1.25rem;text-align:left;display:flex;flex-direction:column;gap:.6rem;min-height:0}._resourceIcon_128nc_13{width:80px;height:80px;margin-bottom:20px;object-fit:contain}._resourceTitle_128nc_20{margin:0;color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins)),system-ui,sans-serif;font-size:var(--font-size-20, 20px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-24, 24px)}._resourceBody_128nc_30{margin:0;flex:1;color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-24, 24px)}._resourceAction_128nc_41{margin-top:auto;padding:0;border:none;background:none;align-self:flex-start;color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));text-align:center;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-16, 16px);cursor:pointer;text-decoration:none}._resourceAction_128nc_41:hover{text-decoration:underline}@media(max-width:480px){._resourceCard_128nc_1{padding:1.25rem 1rem}._resourceTitle_128nc_20{font-size:.9rem}._resourceBody_128nc_30{font-size:.82rem}}._usefulLinksSection_yqa5k_1{background:#fff}._usefulLinksInner_yqa5k_5{max-width:1040px}._usefulLinksSection_yqa5k_1 ._usefulLinksTitle_yqa5k_9{margin:0 0 1.5rem;color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c));font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins)),system-ui,sans-serif;font-size:var(--font-size-36, 36px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-41_4, 41.4px)}._usefulLinksList_yqa5k_19{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}._usefulLink_yqa5k_1{color:var(--innovationalchemy-net-black, var(--color-black-solid, #000));font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-16, 16px);font-style:normal;font-weight:400;line-height:var(--line-height-28, 28px);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}._usefulLink_yqa5k_1:hover{color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c))}._resourcesSection_bwmrq_1{background:#fff;padding-top:4.5rem;padding-bottom:2.5rem}._resourcesInner_bwmrq_7{max-width:1040px}._resourcesHeader_bwmrq_11{text-align:center;margin-bottom:2.75rem}._resourcesTitle_bwmrq_16{margin:0 0 .5rem;color:var(--innovationalchemy-net-bossanova, var(--color-violet-30, #533364));text-align:center;font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins)),system-ui,sans-serif;font-size:var(--font-size-58, 58px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-66_7, 66.7px)}._resourcesTitle_bwmrq_16 ._titleDot_bwmrq_27{color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c));font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins)),system-ui,sans-serif;font-size:var(--font-size-58, 58px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-66_7, 66.7px)}._resourcesSubtitle_bwmrq_36{margin:0 0 1.1rem;color:var(--innovationalchemy-net-red-damask, var(--color-orange-58, #dd764c))!important;text-align:center;font-family:var(--font-family-Font-2, var(--font-family-font-2, Poppins)),system-ui,sans-serif;font-size:var(--font-size-24, 24px);font-style:normal;font-weight:var(--font-weight-600, 600);line-height:var(--line-height-31_2, 31.2px)}._resourcesIntro_bwmrq_47{margin:0;color:var(--innovationalchemy-net-thunder, var(--color-grey-10, #191819));text-align:center;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:var(--font-size-18, 18px);font-style:normal;font-weight:var(--font-weight-400, 400);line-height:var(--line-height-29_7, 29.7px)}._resourcesGridSection_bwmrq_58{padding-top:0}._resourcesGrid_bwmrq_58,._resourcesGridTop_bwmrq_67,._resourcesGridBottom_bwmrq_68{display:grid;gap:1.25rem}._resourcesGridPage_bwmrq_73{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}@media(max-width:900px){._resourcesGridPage_bwmrq_73{grid-template-columns:1fr}}@media(max-width:720px){._resourcesTitle_bwmrq_16,._resourcesTitle_bwmrq_16 ._titleDot_bwmrq_27{font-size:2.5rem;line-height:1.15}}@media(max-width:480px){._resourcesTitle_bwmrq_16,._resourcesTitle_bwmrq_16 ._titleDot_bwmrq_27{font-size:1.65rem}._resourcesSubtitle_bwmrq_36,._resourcesIntro_bwmrq_47{font-size:.85rem}._resourcesHeader_bwmrq_11{margin-bottom:2rem}}._quizHero_1oo80_1{display:grid;grid-template-columns:1fr 1fr}._quizPanel_1oo80_6{display:flex;flex-direction:column;align-items:flex-start;min-height:0}._quizPanelInner_1oo80_13{width:100%;max-width:560px;margin-left:auto;margin-right:auto;padding:5rem 1.5rem;display:grid;grid-template-rows:auto 1fr auto;align-items:start;gap:1.5rem;box-sizing:border-box;flex:1;min-height:0}._quizPanelInner_1oo80_13>*:last-child{align-self:end;width:fit-content}._quizPanel_1oo80_6[data-variant=academic] ._quizPanelInner_1oo80_13>*:last-child{justify-self:end}._quizPanel_1oo80_6[data-variant=corporate]{background:#d7d4da}._quizPanel_1oo80_6[data-variant=corporate] ._quizPanelInner_1oo80_13{margin-left:auto;margin-right:0;text-align:left;align-items:flex-start}._quizPanel_1oo80_6[data-variant=academic]{background:#e7d8d1}._quizPanel_1oo80_6[data-variant=academic] ._quizPanelInner_1oo80_13{margin-left:0;margin-right:auto;text-align:right;align-items:flex-end;padding-right:1.5rem}._quizPanel_1oo80_6[data-variant=academic] ._panelHeading_1oo80_60,._quizPanel_1oo80_6[data-variant=academic] ._panelDesc_1oo80_61{text-align:right}._panelHeading_1oo80_60{margin:0;font-family:var(--font-family-font-2, "Poppins", system-ui, sans-serif);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:700;line-height:1.15;color:var(--innovationalchemy-net-red-damask, #dd764c)}._quizPanel_1oo80_6[data-variant=academic] ._panelHeading_1oo80_60{color:var(--innovationalchemy-net-bossanova, #533364)}._dot_1oo80_78{color:var(--innovationalchemy-net-red-damask, #dd764c)}._quizPanel_1oo80_6[data-variant=corporate] ._dot_1oo80_78{color:var(--innovationalchemy-net-bossanova, #533364)}._panelDesc_1oo80_61{margin:0;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:1rem;font-style:normal;font-weight:var(--font-weight-400, 400);line-height:1.55;color:#1a1a1a}._panelBtnPurple_1oo80_96{background:var(--innovationalchemy-net-bossanova, #533364)}._panelBtnPurple_1oo80_96:hover{background:#3e2550}@media(max-width:900px){._quizHero_1oo80_1{grid-template-columns:1fr}._quizPanelInner_1oo80_13{padding:3.5rem 1rem;max-width:none;margin-left:auto;margin-right:auto;text-align:center;align-items:center}._quizPanel_1oo80_6[data-variant=corporate] ._quizPanelInner_1oo80_13{margin-left:auto;margin-right:auto;text-align:center;align-items:center}._quizPanel_1oo80_6[data-variant=corporate] ._panelHeading_1oo80_60,._quizPanel_1oo80_6[data-variant=corporate] ._panelDesc_1oo80_61{text-align:center}._quizPanel_1oo80_6[data-variant=academic] ._quizPanelInner_1oo80_13{margin-left:auto;margin-right:auto;text-align:center;align-items:center;padding-right:1rem}._quizPanel_1oo80_6[data-variant=academic] ._panelHeading_1oo80_60,._quizPanel_1oo80_6[data-variant=academic] ._panelDesc_1oo80_61{text-align:center}._quizPanelInner_1oo80_13>*:last-child,._quizPanel_1oo80_6[data-variant=academic] ._quizPanelInner_1oo80_13>*:last-child{justify-self:center}}@media(max-width:480px){._quizPanelInner_1oo80_13{padding-left:1rem;padding-right:1rem}}._quizSection_1oo80_156{min-height:60vh;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-weight:var(--font-weight-400, 400)}._heading_1oo80_162{margin:0 0 1.5rem;font-family:var(--font-family-font-2, "Poppins", system-ui, sans-serif);font-size:2.2rem;font-weight:700;line-height:1.2;color:var(--innovationalchemy-net-red-damask, #dd764c)}._instructions_1oo80_171{margin:0 0 1.75rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.95rem;font-style:normal;font-weight:var(--font-weight-400, 400);line-height:1.55;color:var(--text, #474341)}._instructions_1oo80_171 li{padding-left:.25rem}._form_1oo80_189{display:flex;flex-direction:column;gap:1rem}._fieldGroup_1oo80_195{display:flex;flex-direction:column;gap:.3rem}._label_1oo80_201{font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.9rem;font-style:normal;font-weight:var(--font-weight-400, 400);color:var(--text, #474341)}._required_1oo80_209{font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-weight:var(--font-weight-400, 400);color:var(--innovationalchemy-net-red-damask, #dd764c)}._input_1oo80_215{width:100%;padding:.55rem .75rem;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.95rem;font-weight:var(--font-weight-400, 400);border:1px solid #b0b0b0;border-radius:2px;outline:none;background:#fff;color:var(--text, #474341);transition:border-color .15s ease}._input_1oo80_215:focus{border-color:var(--innovationalchemy-net-red-damask, #dd764c)}._charCount_1oo80_233{font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.8rem;font-weight:var(--font-weight-400, 400);color:var(--text-light, #848b96)}._submitBtn_1oo80_240{width:100%;padding:.85rem 1.8rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem}._tallyForms_1oo80_249{display:flex;flex-direction:column;gap:2rem}._quizIntro_1oo80_255{display:flex;flex-direction:column;gap:2rem;padding-bottom:1rem}._quizIntro_1oo80_255 ._quizIntroHeading_1oo80_262{margin:0;font-family:var(--font-family-font-2, "Poppins", system-ui, sans-serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.15;color:var(--innovationalchemy-net-bossanova, #533364)}._quizIntroColon_1oo80_271{color:var(--innovationalchemy-net-red-damask, #dd764c)}._section1Row_1oo80_275{display:grid;grid-template-columns:9rem 1fr;gap:2rem;align-items:start}._section1Label_1oo80_282{font-family:var(--font-family-font-2, "Poppins", system-ui, sans-serif);font-size:1.05rem;font-weight:700;color:#1a1a1a;white-space:nowrap}._section1Desc_1oo80_290{font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:1rem;font-weight:700;line-height:1.55;color:#1a1a1a}._scoringSection_1oo80_298{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}._scoringSection_1oo80_298 ._scoringHeading_1oo80_305{margin:0;font-family:var(--font-family-font-2, "Poppins", system-ui, sans-serif);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1.15;color:var(--innovationalchemy-net-red-damask, #dd764c)}._scoringRule_1oo80_314{border:none;border-top:1px solid #d0d0d0;margin:0}._scoringIntro_1oo80_320{margin:0;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;color:var(--text, #474341)}._scoreRanges_1oo80_329{display:flex;flex-direction:column;gap:1.75rem}._scoreRange_1oo80_329{display:grid;grid-template-columns:7.5rem 1fr;gap:1.5rem;align-items:start}._scoreRangeLabel_1oo80_342{font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.95rem;font-weight:700;color:#1a1a1a}._scoreRangeDesc_1oo80_349{margin:0;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;color:var(--text, #474341)}._sectionGuides_1oo80_358{display:flex;flex-direction:column;gap:.75rem}._sectionGuide_1oo80_358{margin:0;font-family:var(--font-family-Font-1, var(--font-family-font-1, Inter)),system-ui,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;color:var(--text, #474341)}@media(max-width:600px){._section1Row_1oo80_275{grid-template-columns:1fr;gap:.5rem}._scoreRange_1oo80_329{grid-template-columns:1fr;gap:.4rem}}@media(max-width:600px){._heading_1oo80_162{font-size:1.7rem}}
