CINXE.COM

Unlearn.AI - 2024

<!DOCTYPE html><!-- Last Published: Fri Nov 22 2024 23:43:59 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.unlearn.ai" data-wf-page="66fc2ff3074bb309fb4d5795" data-wf-site="66fc2ff3074bb309fb4d56fc" lang="en" data-wf-collection="66fc2ff3074bb309fb4d580d" data-wf-item-slug="contact-us"><head><meta charset="utf-8"/><title>Unlearn.AI - 2024</title><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="0Z2TEFoQeSYjTu1LA_67kRsg4hborRnL-EFB8kcwuOM" name="google-site-verification"/><link href="https://cdn.prod.website-files.com/66fc2ff3074bb309fb4d56fc/css/unlearn-staging.5e6249a6e.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Inter:regular,500,600,700,800"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/66fc2ff3074bb309fb4d56fc/6741172dd8ecdc007f9869e1_Favicon-3.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/66fc2ff3074bb309fb4d56fc/674115766b4cce6ad90c15ae_Substack-3.png" rel="apple-touch-icon"/><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-6D3XF12FV2"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('set', 'developer_id.dZGVlNj', true);gtag('config', 'G-6D3XF12FV2');</script><!-- Please keep this css code to improve the font quality--> <style> * { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: geometricPrecision; } </style> <style> html { font-size: 1.125rem; } @media screen and (max-width:1920px) { html { font-size: calc(0.625rem + 0.41666666666666674vw); } } @media screen and (max-width:1440px) { html { font-size: calc(0.8126951092611863rem + 0.20811654526534862vw); } } @media screen and (max-width:479px) { html { font-size: calc(0.7494769874476988rem + 0.8368200836820083vw); } } .footer-bottom_link { opacity: 1; transition: opacity 0.3s ease; } .footer-bottom_link:hover { opacity: 1; } /* When hovering over any .footer-bottom_link, fade all other links */ .footer-bottom_link:hover ~ .footer-bottom_link, .footer-bottom_link:hover + .footer-bottom_link, .footer-bottom_link:not(:hover) { opacity: 0.5; } </style> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TMZ5GBF" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- [Attributes by Finsweet] Disable scrolling --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js"></script> <!-- Banner closing --> <script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script> <script> var cookieName = 'cookieClosed'; if(typeof Cookies.get(cookieName) !== 'undefined') { $('.banner_component').remove(); } $('.banner_close-btn').on('click', function(){ Cookies.set(cookieName, 'ok', { expires: 1 }); }) </script> <!-- Propensity tag (propensity_analytics.js) --> <script src="https://cdn.propensity.com/propensity/propensity_analytics.js" crossorigin="anonymous"></script> <script type="text/javascript"> propensity("propensity-001601"); </script> <!-- SiteSpeakAI - Add ChatGPT to your website --> <script type="text/javascript">(function(){d=document;s=d.createElement("script");s.src="https://sitespeak.ai/chatbots/cc7a0d81-1480-49bf-8842-07006147a920.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script> <!-- / SiteSpeakAI --><meta name="robots" content="noindex"></head><body><div class="page-wrapper"><div class="global-styles w-embed"><style> body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } [pe0] { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*/ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /*Hide focus outline for main content element*/ main:focus-visible { outline: -webkit-focus-ring-color auto 0px; } /* Make sure containers never lose their center alignment*/ .container-medium, .container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /*Reset selects, buttons, and links styles*/ .w-input, .w-select, a { color: inherit; text-decoration: inherit; font-size: inherit; } /*Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Apply "..." at 100% width */ .truncate-width { width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* Removes native scrollbar */ .no-scrollbar { -ms-overflow-style: none; // IE 10+ overflow: -moz-scrollbars-none; // Firefox } .no-scrollbar::-webkit-scrollbar { display: none; // Safari and Chrome } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } .navbar_component.is-open { transform: translatey(0%); } .navbar_component.is-on-hero { transform: translatey(0%); } @media (min-width: 1024px) { .team_margin { margin-top: 1.5rem; } .lil-gui.autoPlace { display:none; } .form-field-wrapper:focus-within label { color: #2d4fff; } .no-scroll { overflow: hidden; } </style> <style> textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .is-select-input { -webkit-appearance: none; } .transitionfix() { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0) } </style> <style> *:focus { outline: none; } .purpose_background-video { -webkit-mask-image: -webkit-radial-gradient(white, black); } </style> <style> /* Dropdown active */ .w-dropdown-link.w--current { color: #2d4fff; } /* Accordion */ [accordion-item_body] { opacity: 0; transition: max-height 300ms ease-in-out, opacity 300ms ease-in-out; } .accordion-item_header.is-open ~ .accordion-item_body, [accordion-item_header].is-open ~ [accordion-item_body] { max-height: 100rem; opacity: 1; } .accordion-item_header-toggle.is-arrow img, [accordion-item_header-toggle].is-arrow img { transition: transform 300ms ease-in-out; } .accordion-item_header.is-open .accordion-item_header-toggle.is-arrow img, [accordion-item_header].is-open [accordion-item_header-toggle].is-arrow img { transform: rotateZ(-180deg); } [modal].is-open { visibility: visible; opacity: 1; } [modal] { opacity: 0; visibility: hidden; transition: 0.4s; } .button.is-gradient { padding: calc(0.7rem + 2px) calc(1.5rem + 2px); } </style></div><div class="custom-styles w-embed"><style> body { margin: 0 !important; } .form_embed .form, form.form { display: flex; flex-direction: column; grid-row-gap: 3rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; /* Override default Pardot styling */ color: white !important; font: unset !important; font-family: 'Ppneuemontrealtt', sans-serif !important; font-size: inherit x!important; margin: 0 !important; padding: 0 !important; } form.form span { font-family: 'Ppneuemontrealtt', sans-serif !important; } form.form span { color: inherit !important; } .form_embed .form-field, form.form p { display: flex; flex-direction: column; align-items: flex-start; /* Override default Pardot styling */ padding: 0 !important; margin: 0 auto !important; clear: unset !important; line-height: 1.5 !important; } /*form.form p.form-field { margin-bottom: 3rem !important; }*/ /* Form Input Field Label */ .form_embed .field-label, .form.form p label { font-size: 0.8rem; color: #fff; position: relative; line-height: 1; /* Override default Pardot styling */ margin: 0 !important; padding: 0 !important; text-align: unset !important; float: unset !important; width: auto !important; } /* Form Input Field Label */ .form_embed .form-field.required .field-label::after, form.form p.required label::after, form.form span.required label::after { content: '*'; position: absolute; left: 100%; } /* Override default Pardot styling */ form.form p.required label, form.form span.required label { background: none !important; } /* Override default Pardot styling */ form.form label.required, form.form p.required, form.form span.required { font-weight: 400 !important; } /* Form Text Input Field */ .form_embed input[type="text"], form.form input.text { color: #fff; background: transparent; width: 100% !important; border: 0px solid transparent; border-bottom: 1px solid #fff; padding-top: .6rem; padding-bottom: .6rem; font-size: 1.25rem; border-radius: 0; /* Override default Pardot styling */ padding-left: 0 !important; padding-right: 0 !important; } /* Form Text Input Field */ .form_embed input[type="text"]:focus-visible, form.form input.text:focus-visible { outline: none; border-color: #8d73f2; } /* Form Submit Button */ .form_embed input[type="submit"], form.form p.submit input { z-index: 2; border: 1px solid #2d4fff; background-color: transparent; color: var(--white); text-align: center; flex: none; font-family: Inter, sans-serif; font-weight: 500; position: relative; overflow: hidden; cursor: pointer; font-size: 1.125rem; /* Override default Pardot styling */ padding: 0.7rem 2rem !important; margin: 0 !important; line-height: 1.5 !important; } .form_embed p.submit, form.form p.submit { display: inline-flex; margin: 0 auto !important; position: relative; background-color: #2d4fff; border-radius: 100vw; overflow: hidden; } .form_embed p.submit::after, form.form p.submit::after { content: ''; background-image: url('https://assets-global.website-files.com/63df245347ab582eb3a01a92/63e3e900377793eaefc6e563_button-blur.png'); width: 120%; height: 5.81rem; max-width: none; position: absolute; top: 3%; left: -43%; background-position: center center; background-size: contain; transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1); } .form_embed p.submit:hover::after, form.form p.submit:hover::after { transform: translateX(30%); } form.form h1, form.form h2 { margin-top: 0; margin-bottom: 0; } form.form h2 + .form-field { margin-top: 1rem !important; } form.form h1 + h2 { margin-top: -1rem !important; } form.form p:not(.form-field) span, form.form h2 span { font-size: 1.375rem; line-height: 1.5; } .form-field, h1 { width: 100%; max-width: 28rem; margin-left: auto; margin-right: auto; } @media screen and (max-width: 478px) { form.form h1 span { font-size: 2.25rem !important; } form.form h2 { width: 80%; margin-left: auto; margin-right: auto; } form.form p:not(.form-field) span, form.form h2 span { font-size: 1.25rem; line-height: 1.4; } } .form_embed a { color: #8d73f2 !important; } /* thank you code section */ /*html { height: 100%; display: flex; flex-direction: column; justify-content: center; transform: translateY(-25%); }*/ </style></div><main class="main-wrapper"><div class="section_form"><div class="padding-global"><div class="container-large"><div class="header-100vh align-top"><div class="form_simple-nav-wrapper w-condition-invisible"><a href="/" class="navbar_logo-link w-nav-brand"><img src="https://cdn.prod.website-files.com/66fc2ff3074bb309fb4d56fc/66fc2ff3074bb309fb4d575f_unlearn-w.png" loading="lazy" width="156.5" alt="" class="navbar_logo"/></a></div><div class="padding-bottom padding-section-xxlarge"></div><div class="max-width-medium align-center"><div class="abm-form_component"><div class="form_embed w-richtext"><div class="w-embed w-iframe"><iframe src="https://www2.unlearn.ai/l/1055293/2024-02-05/2ygjy" width="100%" height="500" type="text/html" frameborder="0" allowTransparency="true" style="border: 0"></iframe></div></div></div></div><div class="padding-bottom padding-section-large"></div></div></div></div><div class="abm-form_threejs-wrapper"><div id="header-animation-container" class="threejs-container"></div></div></div></main></div><div class="navbar_wrapper--new"><div class="navbar_wrapper"><div class="w-layout-blockcontainer nav_container w-container"><div class="nav-content_wrapper"><div class="menu-open_container"><div class="menu_container"><div class="menu-line-container top"><div class="menu-line top"></div></div><div class="menu-line-container bottom"><div class="menu-line bottom"></div></div></div></div><a href="/" class="homepage_logo w-inline-block"><div class="homepage-logo-container"><div class="logo-badge_container"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 241 236"><g clip-path="url(#clip0_2_206)"><mask id="mask0_2_206" STYLE="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="242" height="236"><path d="M241.995 0H0V118H0.0186757C0.74236 184.473 54.6265 236 121.005 236C187.383 236 241.267 184.473 241.991 118H242V0H241.995Z" fill="currentColor"></path></mask><g mask="url(#mask0_2_206)"><path d="M241.377 13.48H241.692V-0.376465H-259V13.48H147.4L146.573 13.5186C147.78 18.1032 148.855 22.7134 149.865 27.375H241.692V13.5186L241.377 13.48Z" fill="currentColor" class="logo-line_path"></path><path d="M241.692 55.1483V41.3047H-259V55.1483H155.334L154.599 55.1998C155.19 59.7843 155.662 64.3945 156.055 69.0434H241.692V55.1998L241.246 55.1483H241.692Z" fill="currentColor" class="logo-line_path"></path><path d="M-259 96.8519H157.406L157.235 96.9034C157.235 101.539 157.104 106.15 156.921 110.747H241.692V96.9034L241.246 96.8519H241.692V83.0083H-259V96.8519Z" fill="currentColor" class="logo-line_path"></path><path d="M-259 138.848L154.616 138.5V138.552C154.026 143.188 153.318 147.811 152.544 152.395H236.397C237.814 147.888 238.968 143.265 239.834 138.552L239.388 138.5H239.834C240.659 133.967 241.21 129.344 241.486 124.657L-259 125.004V132.5V138.848Z" fill="currentColor" class="logo-line_path"></path><path d="M-259 180.213H146.753L146.569 180.265C145.35 184.914 144.025 189.524 142.622 194.109H213.007C216.809 189.768 220.259 185.132 223.367 180.265L223.184 180.213H223.393C226.239 175.783 228.771 171.16 231.001 166.37H-259V180.213Z" fill="currentColor" class="logo-line_path"></path><path d="M-259 221.884H132.665L132.587 221.937C130.685 226.572 128.692 231.143 126.607 235.676C144.993 234.816 162.304 229.95 177.648 221.937L177.451 221.884H177.753C185.215 217.981 192.205 213.332 198.631 208.04H-259V221.884Z" fill="currentColor" class="logo-line_path"></path></g></g></svg></div><div class="logo_container"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 846 134" fill="none"><mask id="mask0_61_329" STYLE="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="846" height="134"><rect width="846" height="134" fill="currentColor"></rect></mask><g mask="url(#mask0_61_329)"><path d="M286.177 113.536H352.176V131.229H265.941V0H286.177V113.536Z" fill="currentColor" class="logo-learn-text"></path><path d="M463.371 17.693H387.541V54.7336H456.184V72.0609H387.541V113.527H462.798V131.219H367.305V0H463.371V17.693Z" fill="currentColor" class="logo-learn-text"></path><path d="M581.924 131.229L568.686 97.1325H508.175L495.125 131.229H474.139L526.712 0H549.97L603.294 131.229H581.924ZM514.602 79.9882H562.062L559.229 72.8014C552.044 55.2914 545.044 37.2327 538.243 18.9822C533.515 31.326 526.704 49.2109 517.444 72.8014L514.611 79.9882H514.602Z" fill="currentColor" class="logo-learn-text"></path><path d="M698.408 131.229L661.725 79.8054H634.304V131.229H614.068V0H671.745C686.305 0 697.459 3.68485 705.594 11.0547C713.728 18.4244 717.695 28.0068 717.695 39.6192C717.695 59.525 705.406 74.4565 684.034 78.3242L721.852 131.219H698.408V131.229ZM634.304 16.9705V63.2281H671.182C687.825 63.2281 697.085 54.0113 697.085 40.0033C697.085 25.9953 687.815 16.9614 671.182 16.9614H634.304V16.9705Z" fill="currentColor" class="logo-learn-text"></path><path d="M826.254 0H845.732V131.229H822.474L781.064 67.6445C768.774 48.8452 760.077 34.8371 754.777 25.4375C755.339 41.8411 755.536 63.9596 755.536 91.4177V131.229H735.873V0H759.129L800.737 63.5846C811.142 79.6225 820.026 93.8134 827.024 105.974C826.461 89.3878 826.264 67.2695 826.264 39.8113V0H826.254Z" fill="currentColor" class="logo-learn-text"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M1.93213 0H22.1681L22.1681 75.4769V82.3896C22.1681 105.249 34.4572 116.669 56.392 116.669C78.3269 116.669 90.6159 105.239 90.6159 82.3896V75.4999H90.6056V0H110.842V75.4769H110.852V82.2067C110.852 115.38 90.6159 133.997 56.392 133.997C22.1681 133.997 1.93213 115.38 1.93213 82.2067V75.4999V75.4769V0ZM151.959 131C151.916 126.937 151.865 113.862 151.804 98.2052L151.804 98.1975C151.691 69.0683 151.544 31.0095 151.349 25.4375C154.158 30.4156 181.106 71.7144 200.584 101.566L200.588 101.571C209.658 115.472 217.108 126.889 219.746 131H222.857H242H242.296V0H222.828V39.8114C222.828 43.2936 222.828 76.5041 222.835 101.908L155.701 0H132.445L132.444 131H151.959Z" fill="currentColor" class="un-logo-text"></path><rect x="-3" y="55" width="249" height="21" fill="#ffffff" class="overlay-line"></rect></g></svg></div></div></a><div class="menu-wrapper_container"><div class="navigation_menu"><div class="menu_wrapper"><div class="menu-block platform"><div class="menu_heading">Platform</div><div class="menu-links_wrapper"><a href="/the-unlearn-platform" class="menu-link_wrapper w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu_item platform"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg><div class="navigation-link">The Unlearn Platform</div></a><a href="/digital-twin-generators" class="menu-link_wrapper w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu_item platform"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg><div class="navigation-link">Digital Twin Generators</div></a></div></div><div class="menu-block research"><div class="menu_heading">Research</div><div class="menu-links_wrapper"><a href="/ai-research" class="menu-link_wrapper w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu_item research"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg><div class="navigation-link">Artificial Intelligence</div></a><a href="/clinical-research" class="menu-link_wrapper w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu_item research"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg><div class="navigation-link">Clinical Research</div></a></div></div><div class="menu-block company"><div class="menu_heading">Company</div><div class="menu-links_wrapper"><a href="/about" class="menu-link_wrapper w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu_item company"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg><div class="navigation-link">About</div></a><a href="/careers" class="menu-link_wrapper w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu_item company"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg><div class="navigation-link">Careers</div></a><a href="/blog" class="menu-link_wrapper w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu_item company"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg><div class="navigation-link">Blog</div></a><a href="/press" class="menu-link_wrapper w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu_item company"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg><div class="navigation-link">Press</div></a></div></div></div></div></div><a href="/forms/contact-us" aria-current="page" class="cta_wrapper nav w-inline-block w--current"><div class="cta_text">Book a Demo</div><div class="button-icon"><div class="icon-container"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu-cta"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg></div><div class="second-icon_container"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 10 10" fill="none" class="button_arrow-icon menu-cta"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.85943 0.546897C9.8231 0.45909 9.76938 0.376785 9.69826 0.305247C9.69773 0.304716 9.6972 0.304185 9.69667 0.303654C9.69614 0.303124 9.69561 0.302595 9.69508 0.302066C9.55948 0.167276 9.37264 0.0839844 9.16634 0.0839844H0.833008C0.418794 0.0839844 0.0830078 0.419771 0.0830078 0.833984C0.0830078 1.2482 0.418794 1.58398 0.833008 1.58398H7.35568L0.302678 8.63699C0.0097845 8.92988 0.0097845 9.40475 0.302678 9.69765C0.595571 9.99054 1.07044 9.99054 1.36334 9.69765L8.41634 2.64464V9.16732C8.41634 9.58153 8.75213 9.91732 9.16634 9.91732C9.58055 9.91732 9.91634 9.58153 9.91634 9.16732V0.833984C9.91634 0.732292 9.8961 0.635327 9.85943 0.546897Z" fill="currentColor"></path></svg></div></div></a></div></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=66fc2ff3074bb309fb4d56fc" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/66fc2ff3074bb309fb4d56fc/js/unlearn-staging.0568946e7.js" type="text/javascript"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/gsap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/ScrollTrigger.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/CustomEase.min.js"> <script src="https://unpkg.com/split-type"></script> <script src="https://cdn.jsdelivr.net/gh/studio-freight/lenis@1.0.23/bundled/lenis.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script> <script src="https://tkymq2.csb.app/threejstestscene.js"></script> <script src="https://f8fv7c.csb.app/navigation.js"></script> <script src="https://unpkg.com/split-type"></script> <script> // LENIS SMOOTH SCROLL let lenis; // Function to detect Safari browser function isSafari() { return /^((?!chrome|android).)*safari/i.test(navigator.userAgent); } // Run only if not in Webflow editor, viewport is greater than 991px, and browser is not Safari if (typeof Webflow !== "undefined" && Webflow.env("editor") === undefined && window.innerWidth > 991 && !isSafari()) { lenis = new Lenis({ lerp: 0.1, wheelMultiplier: 0.6, gestureOrientation: "vertical", normalizeWheel: false, smoothTouch: false }); function raf(time) { lenis.raf(time); requestAnimationFrame(raf); } requestAnimationFrame(raf); // Event listeners for controlling Lenis (if the buttons exist) $("[data-lenis-start]").on("click", function () { lenis.start(); }); $("[data-lenis-stop]").on("click", function () { lenis.stop(); }); $("[data-lenis-toggle]").on("click", function () { $(this).toggleClass("stop-scroll"); if ($(this).hasClass("stop-scroll")) { lenis.stop(); } else { lenis.start(); } }); } </script> <!-- Banner closing --> <script src="https://cdn.jsdelivr.net/npm/js-cookie@2/src/js.cookie.min.js"></script> <script> var cookieName = 'cookieClosed'; if(typeof Cookies.get(cookieName) !== 'undefined') { $('.banner_component').remove(); } $('.banner_close-btn').on('click', function(){ Cookies.set(cookieName, 'ok', { expires: 1 }); }) </script> <!-- Demandbase Tag --> <script> (function(d,b,a,s,e){ var t = b.createElement(a), fs = b.getElementsByTagName(a)[0]; t.async=1; t.id=e; t.src=s; fs.parentNode.insertBefore(t, fs); }) (window,document,'script','https://tag.demandbase.com/16e1c7bb12b9b3e6.min.js','demandbase_js_lib'); </script> <!-- Pardot Tracking Code --> <script type='text/javascript'> piAId = '1056293'; piCId = ''; piHostname = 'www2.unlearn.ai'; (function() { function async_load(){ var s = document.createElement('script'); s.type = 'text/javascript'; s.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + piHostname + '/pd.js'; var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c); } if(window.attachEvent) { window.attachEvent('onload', async_load); } else { window.addEventListener('load', async_load, false); } })(); </script> <script> // Dynamically set iframe height function adjustIframeHeight(event) { if (event.source === iframe.contentWindow) { var newHeight = event.data; iframe.style.height = newHeight + 'px'; } } var iframe = document.querySelector('.form_embed iframe'); window.addEventListener('message', adjustIframeHeight); </script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10