www.nouryon.com Open in urlscan Pro
2606:4700::6810:ea82  Public Scan

Submitted URL: https://expancel.pl/
Effective URL: https://www.nouryon.com/products/expancel-microspheres/
Submission: On July 01 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form data-container="true" style="null">
  <style>
    form div.lp-form-field {
      word-wrap: break-word;
      word-break: break-word;
    }

    form div.lp-radioButtonsContainer {
      width: 50%;
    }

    form span.lp-radioButton input {
      width: 16px;
      height: auto;
      margin-right: 8px;
      border-radius: 50%;
      float: right;
    }

    form div.marketing-field input[type="checkbox"],
    form div.marketing-subscription-list input {
      width: 16px;
      height: auto;
      margin-right: 8px;
      vertical-align: bottom;
    }

    form span.lp-checkboxListItem,
    form span.lp-radioButton {
      /* This rule is needed to style all radio button fields. For product constraints each option is defined as input and label wrapped into a span*/
      display: block;
      margin: 2px;
    }

    form button[type="submit"],
    form div[data-editorblocktype="SubmitButtonBlock"] button {
      font-size: 15px;
      font-family: Arial;
      height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: bottom;
      color: white;
      background-color: #1A4780;
      border: 1px solid #2266E3;
      display: block;
      text-align: center;
      border-radius: 12px;
      text-decoration: none;
      line-height: 30px;
      padding: 0;
      text-align: center;
      width: 150px;
      border-color: rgb(255, 255, 255);
    }

    form *[data-layout="true"] {
      margin: 0 auto;
      max-width:
        /* @layout-max-width */
        600px
        /* @layout-max-width */
      ;
    }

    @media only screen and (max-width: 768px) {
      .columnContainer {
        width: 100% !important;
      }
    }

    .onFormSubmittedFeedbackButtonSuccess {
      display: none !important;
    }
  </style>
  <script>
    window.onload = function() {
      var Submit_Btn = document.getElementById('SubmitButton');
      Submit_Btn.style.display = 'none';
      setTimeout(function() {
        Submit_Btn.style.display = 'inline';
      }, 5000);
    };

    function OnLoadFormType() {
      //  try {   
      var Integration_Event = document.getElementById('CRM_GetInTouch_Integration_Event');
      var Integration_FormType = document.getElementById('CRM_GetInTouch_Integration_FormType');
      var FormTypeDropdown = document.getElementById('26092b13-a295-ed11-aad1-0022487fee81');
      var EventDropdown = document.getElementById('20092b13-a295-ed11-aad1-0022487fee81');
      var FormGUID = document.getElementById('CRM_GetInTouch_Integration_RouteId');
      const collection = document.getElementsByTagName("a");
      for (let i = 0; i < collection.length; i++) {
        var chars = collection[i].pathname;
        if (chars.includes("@")) {
          document.getElementById('04c86d2d-ce9b-ed11-aad1-0022487fe0f0').value = chars;
        }
      } {
        if (Integration_Event && Integration_Event.value != null) document.getElementById('22092b13-a295-ed11-aad1-0022487fee81').value = Integration_Event.value;
        else Integration_Event = "";
      }
      if (FormGUID.value != null) {
        document.getElementById('24092b13-a295-ed11-aad1-0022487fee81').value = FormGUID.value;
      }
      if (Integration_FormType.value != null && Integration_FormType.value == "MarketSegment") FormTypeDropdown.value = '875950001';
      if (Integration_FormType.value != null && Integration_FormType.value == "Event") FormTypeDropdown.value = '875950000';
      if (Integration_FormType.value != null && Integration_FormType.value == "ProductLine") FormTypeDropdown.value = '875950002';
      if (Integration_FormType.value != null && Integration_FormType.value == "Product") FormTypeDropdown.value = '875950003';
      EventRegisterSuccess();
      //  }
      //  catch (err) {
      //      EventRegisterFailure(err);
      //  }
    }

    function EventRegisterSuccess() {
      var FormTypeValue = document.getElementById('CRM_GetInTouch_Integration_FormType');
      var PageUrlValue = window.location.href;
      var QueryTypeValue = document.getElementById('2a092b13-a295-ed11-aad1-0022487fee81');
      var QueryText = QueryTypeValue.options[QueryTypeValue.selectedIndex].text;
      var CountryValue = document.getElementById('1e092b13-a295-ed11-aad1-0022487fee81');
      var CountryText = CountryValue.options[CountryValue.selectedIndex].text;
      var email = document.getElementById('7f685ebb-7c54-4cff-a1bc-772562d25c38');
      var Company = document.getElementById('ac9ddb60-616f-4f12-b4e2-9202f688ed2f');
      var MarketSegment = document.getElementById('CRM_GetInTouch_Integration_MarketSegment');
      var Product = document.getElementById('CRM_GetInTouch_Integration_Product');
      if (FormTypeValue.value != null && FormTypeValue.value == "Product") contentPage = "PDP_form";
      else contentPage = "content_pages_form";
      if (FormTypeValue.value != null) FormType = FormTypeValue.value;
      else FormType = "";
      // if (QueryTypeValue && QueryTypeValue.value != null)
      //     QueryType = QueryTypeValue.value;
      //  else
      //   QueryType = "";
      // if (CountryValue && CountryValue.value != null)
      //    CountryText = CountryValue.value;
      // else
      //      CountryText = "";
      if (MarketSegment && MarketSegment.value != null) MarketSegmentValue = MarketSegment.value;
      else MarketSegmentValue = "";
      if (Product && Product.value != null) ProductValue = Product.value;
      else ProductValue = "";
      if (Company && Company.value != null) Company = Company.value;
      else Company = "";
      window.crmPushGoogleAnalyticsEvent({
        "event": "submit_form",
        "form_type": "contact_form",
        "form_component_name": '' + contentPage + '',
        "form_submitted_status": "Success",
        "form_submitted_error": '',
        "form_submitted_country": '' + CountryText + '',
        "pageType": '' + FormType + '',
        "form_submitted_query_type": '' + QueryText + '',
        "form_submitted_market": '' + MarketSegment + '',
        "form_submitted_product": '' + Product + '',
        "form_submitted_company": '' + Company + '',
        "form_submitted_amount": "null",
        "form_is_crm": "true"
      });
    }

    function EventRegisterFailure(err) {
      var FormTypeValue = document.getElementById('CRM_GetInTouch_Integration_FormType');
      var PageUrlValue = window.location.href;
      var QueryTypeValue = document.getElementById('2a092b13-a295-ed11-aad1-0022487fee81');
      var CountryValue = document.getElementById('1e092b13-a295-ed11-aad1-0022487fee81');
      var Company = document.getElementById('ac9ddb60-616f-4f12-b4e2-9202f688ed2f');
      var email = document.getElementById('7f685ebb-7c54-4cff-a1bc-772562d25c38');
      var MarketSegment = document.getElementById('CRM_GetInTouch_Integration_MarketSegment');
      var Product = document.getElementById('CRM_GetInTouch_Integration_Product');
      if (FormTypeValue.value != null && FormTypeValue.value == "Product") var contentPage = "PDP_form";
      else var contentPage = "content_pages_form";
      if (FormTypeValue.value != null) var FormType = FormTypeValue.value;
      else var FormType = "";
      if (QueryTypeValue.value != null) var QueryType = QueryTypeValue.value;
      else var QueryType = "";
      if (CountryValue.value != null) var CountryText = CountryValue.value;
      else var CountryText = "";
      if (Company.value != null) var CompanyValue = Company.value;
      else var CompanyValue = "";
      if (email.value != null) var emailvalue = email.value;
      else var emailvalue = "";
      if (MarketSegment.value != null) var MarketSegmentValue = MarketSegment.value;
      else var MarketSegmentValue = "";
      if (Product.value != null) var ProductValue = Product.value;
      else var ProductValue = "";
      window.crmPushGoogleAnalyticsEvent({
        "event": "contactFormSubmit",
        "componentName": '' + contentPage + '',
        "formSubmitStatus": "NotSent",
        "formSubmitError": '' + err.message + " Country " + '' + CountryText + '' + " Company " + '' + CompanyValue + '' + " Email " + '' + emailvalue + '',
        "country": '' + CountryText + '',
        "pageType": '' + FormType + '',
        "querytype": '' + QueryType + '',
        "marketSegment": '' + MarketSegmentValue + '',
        "productName": '' + ProductValue + '',
        "crm": "true"
      });
    }
  </script>
  <div data-layout="true" tabindex="0">
    <div data-section="true" style="padding: 10px;" class="emptyContainer">
      <div style="
            display: flex;
            width: 100%;
        ;flex-wrap: wrap;" class="containerWrapper">
        <div style="clear:both;"></div>
        <div data-container="true" class="columnContainer" data-container-width="100"
          style="display: block; min-height: 70px; min-width: 20px; width: calc(100% - 0px); box-sizing: border-box; flex-direction: column; padding: 10px; float: left;  word-wrap: break-word; word-break: break-word; word-wrap: break-word; word-break: break-word;">
          <div data-editorblocktype="Field-dropdown">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="2a092b13-a295-ed11-aad1-0022487fee81" title="">Query Type</label><select class="lp-form-fieldInput" id="2a092b13-a295-ed11-aad1-0022487fee81"
                  name="2a092b13-a295-ed11-aad1-0022487fee81" style="width: 100%; box-sizing: border-box;" title="">
                  <option value=""></option>
                  <option value="875950004">Ask Technical Assistance</option>
                  <option value="875950005">Events</option>
                  <option value="875950000">Request Pricing</option>
                  <option value="875950001">Request Product Information</option>
                  <option value="875950002">Request Safety Datasheets</option>
                  <option value="875950003">Request Sample</option>
                </select></div>
            </div>
          </div>
          <div data-editorblocktype="Field-text">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="3f746946-34b4-442c-a677-e232cdd2bc40" title="">First Name</label><input class="lp-form-fieldInput" id="3f746946-34b4-442c-a677-e232cdd2bc40"
                  name="3f746946-34b4-442c-a677-e232cdd2bc40" placeholder="" style="width: 100%; box-sizing: border-box;" title="" type="text"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-text">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="true"><label class="lp-ellipsis" for="e1dfc514-f301-4cb2-855a-4c8fa8331207" title="">Last Name<span class="lp-required" style="color: rgb(255, 0, 0);">*</span></label><input
                  aria-required="true" class="lp-form-fieldInput" id="e1dfc514-f301-4cb2-855a-4c8fa8331207" name="e1dfc514-f301-4cb2-855a-4c8fa8331207" pattern=".*\S+.*" placeholder="" required="required" style="width: 100%; box-sizing: border-box;"
                  title="" type="text"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-dropdown">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="true"><label class="lp-ellipsis" for="1e092b13-a295-ed11-aad1-0022487fee81" title="">Country<span class="lp-required" style="color: rgb(255, 0, 0);">*</span></label><select
                  aria-required="true" class="lp-form-fieldInput" id="1e092b13-a295-ed11-aad1-0022487fee81" name="1e092b13-a295-ed11-aad1-0022487fee81" required="required" style="width: 100%; box-sizing: border-box;" title="">
                  <option value=""></option>
                  <option value="875950000">Afghanistan</option>
                  <option value="875950001">Åland Islands</option>
                  <option value="875950002">Albania</option>
                  <option value="875950003">Algeria</option>
                  <option value="875950004">American Samoa</option>
                  <option value="875950005">Andorra</option>
                  <option value="875950006">Angola</option>
                  <option value="875950007">Anguilla</option>
                  <option value="875950008">Antigua and Barbuda</option>
                  <option value="875950009">Argentina</option>
                  <option value="875950010">Armenia</option>
                  <option value="875950011">Aruba</option>
                  <option value="875950012">Asia (Federated States of)</option>
                  <option value="875950013">Australia</option>
                  <option value="875950014">Austria</option>
                  <option value="875950015">Azerbaijan</option>
                  <option value="875950016">Bahamas</option>
                  <option value="875950017">Bahrain</option>
                  <option value="875950018">Bangladesh</option>
                  <option value="875950019">Barbados</option>
                  <option value="875950020">Belarus</option>
                  <option value="875950021">Belgium</option>
                  <option value="875950023">Belize</option>
                  <option value="875950022">Benin</option>
                  <option value="875950024">Bermuda</option>
                  <option value="875950025">Bhutan</option>
                  <option value="875950026">Bolivia (Plurinational State of)</option>
                  <option value="875950027">Bonaire, Sint Eustatius and Saba</option>
                  <option value="875950028">Bosnia and Herzegovina</option>
                  <option value="875950029">Botswana</option>
                  <option value="875950030">Bouvet Island</option>
                  <option value="875950031">Brazil</option>
                  <option value="875950032">British Indian Ocean Territory</option>
                  <option value="875950033">Brunei Darussalam</option>
                  <option value="875950034">Bulgaria</option>
                  <option value="875950035">Burkina Faso</option>
                  <option value="875950036">Burundi</option>
                  <option value="875950037">Cambodia</option>
                  <option value="875950038">Cameroon</option>
                  <option value="875950039">Canada</option>
                  <option value="875950040">Cayman Islands</option>
                  <option value="875950041">Central African Republic</option>
                  <option value="875950042">Chad</option>
                  <option value="875950043">Chile</option>
                  <option value="875950044">China</option>
                  <option value="875950045">Christmas Island</option>
                  <option value="875950046">Cocos (Keeling) Islands</option>
                  <option value="875950047">Colombia</option>
                  <option value="875950048">Comoros</option>
                  <option value="875950049">Congo</option>
                  <option value="875950050">Congo (Democratic Republic of the)</option>
                  <option value="875950051">Cook Islands</option>
                  <option value="875950052">Costa Rica</option>
                  <option value="875950053">Côte d'Ivoire</option>
                  <option value="875950054">Croatia</option>
                  <option value="875950055">Cuba</option>
                  <option value="875950056">Curaçao</option>
                  <option value="875950057">Cyprus</option>
                  <option value="875950058">Czech Republic</option>
                  <option value="875950059">Denmark</option>
                  <option value="875950060">Djibouti</option>
                  <option value="875950061">Dominica</option>
                  <option value="875950062">Dominican Republic</option>
                  <option value="875950063">Ecuador</option>
                  <option value="875950064">Egypt</option>
                  <option value="875950065">El Salvador</option>
                  <option value="875950066">Equatorial Guinea</option>
                  <option value="875950067">Eritrea</option>
                  <option value="875950068">Estonia</option>
                  <option value="875950069">Ethiopia</option>
                  <option value="875950070">Falkland Islands (Malvinas)</option>
                  <option value="875950071">Faroe Islands</option>
                  <option value="875950072">Fiji</option>
                  <option value="875950073">Finland</option>
                  <option value="875950074">France</option>
                  <option value="875950075">French Asia</option>
                  <option value="875950076">French Guiana</option>
                  <option value="875950077">French Polynesia</option>
                  <option value="875950078">French Southern Territories</option>
                  <option value="875950079">Gabon</option>
                  <option value="875950080">Gambia</option>
                  <option value="875950081">Georgia</option>
                  <option value="875950082">Germany</option>
                  <option value="875950083">Ghana</option>
                  <option value="875950084">Gibraltar</option>
                  <option value="875950085">Greece</option>
                  <option value="875950086">Greenland</option>
                  <option value="875950087">Grenada</option>
                  <option value="875950088">Guadeloupe</option>
                  <option value="875950089">Guam</option>
                  <option value="875950090">Guatemala</option>
                  <option value="875950091">Guernsey</option>
                  <option value="875950092">Guinea</option>
                  <option value="875950093">Guinea-Bissau</option>
                  <option value="875950094">Guyana</option>
                  <option value="875950095">Haiti</option>
                  <option value="875950096">Heard Island and McDonald Islands</option>
                  <option value="875950097">Holy See</option>
                  <option value="875950098">Honduras</option>
                  <option value="875950099">Hong Kong</option>
                  <option value="875950100">Hungary</option>
                  <option value="875950101">Iceland</option>
                  <option value="875950102">India</option>
                  <option value="875950103">Indonesia</option>
                  <option value="875950104">Iran (Islamic Republic of)</option>
                  <option value="875950105">Iraq</option>
                  <option value="875950106">Ireland</option>
                  <option value="875950107">Isle of Man</option>
                  <option value="875950108">Israel</option>
                  <option value="875950109">Italy</option>
                  <option value="875950110">Jamaica</option>
                  <option value="875950111">Japan</option>
                  <option value="875950112">Jersey</option>
                  <option value="875950113">Jordan</option>
                  <option value="875950114">Kazakhstan</option>
                  <option value="875950115">Kenya</option>
                  <option value="875950116">Kiribati</option>
                  <option value="875950117">Korea (Democratic People's Republic of)</option>
                  <option value="875950118">Korea (Republic of)</option>
                  <option value="875950119">Kuwait</option>
                  <option value="875950120">Kyrgyzstan</option>
                  <option value="875950121">Lao People's Democratic Republic</option>
                  <option value="875950122">Latvia</option>
                  <option value="875950123">Lebanon</option>
                  <option value="875950124">Lesotho</option>
                  <option value="875950125">Liberia</option>
                  <option value="875950126">Libya</option>
                  <option value="875950127">Liechtenstein</option>
                  <option value="875950128">Lithuania</option>
                  <option value="875950129">Luxembourg</option>
                  <option value="875950130">Macao</option>
                  <option value="875950131">Macedonia (the former Yugoslav Republic of)</option>
                  <option value="875950132">Madagascar</option>
                  <option value="875950133">Malawi</option>
                  <option value="875950134">Malaysia</option>
                  <option value="875950135">Maldives</option>
                  <option value="875950136">Mali</option>
                  <option value="875950137">Malta</option>
                  <option value="875950138">Marshall Islands</option>
                  <option value="875950139">Martinique</option>
                  <option value="875950140">Mauritania</option>
                  <option value="875950141">Mauritius</option>
                  <option value="875950142">Mayotte</option>
                  <option value="875950143">Mexico</option>
                  <option value="875950144">Micronesia (Federated States of)</option>
                  <option value="875950145">Moldova (Republic of)</option>
                  <option value="875950146">Monaco</option>
                  <option value="875950147">Mongolia</option>
                  <option value="875950148">Montenegro</option>
                  <option value="875950149">Montserrat</option>
                  <option value="875950150">Morocco</option>
                  <option value="875950151">Mozambique</option>
                  <option value="875950152">Myanmar</option>
                  <option value="875950153">Namibia</option>
                  <option value="875950154">Nauru</option>
                  <option value="875950155">Nepal</option>
                  <option value="875950156">Netherlands</option>
                  <option value="875950157">New Caledonia</option>
                  <option value="875950158">New Zealand</option>
                  <option value="875950159">Nicaragua</option>
                  <option value="875950160">Niger</option>
                  <option value="875950161">Nigeria</option>
                  <option value="875950162">Niue</option>
                  <option value="875950163">Norfolk Island</option>
                  <option value="875950164">Northern Mariana Islands</option>
                  <option value="875950165">Norway</option>
                  <option value="875950166">Oman</option>
                  <option value="875950167">Pakistan</option>
                  <option value="875950168">Palau</option>
                  <option value="875950169">Palestine, State of</option>
                  <option value="875950170">Panama</option>
                  <option value="875950171">Papua New Guinea</option>
                  <option value="875950172">Paraguay</option>
                  <option value="875950173">Peru</option>
                  <option value="875950174">Philippines</option>
                  <option value="875950175">Pitcairn</option>
                  <option value="875950176">Poland</option>
                  <option value="875950177">Portugal</option>
                  <option value="875950178">Puerto Rico</option>
                  <option value="875950179">Qatar</option>
                  <option value="875950180">Réunion</option>
                  <option value="875950181">Romania</option>
                  <option value="875950182">Russian Federation</option>
                  <option value="875950183">Rwanda</option>
                  <option value="875950184">Saint Barthélemy</option>
                  <option value="875950185">Saint Helena, Ascension and Tristan da Cunha</option>
                  <option value="875950186">Saint Kitts and Nevis</option>
                  <option value="875950187">Saint Lucia</option>
                  <option value="875950188">Saint Martin (French part)</option>
                  <option value="875950189">Saint Pierre and Miquelon</option>
                  <option value="875950190">Saint Vincent and the Grenadines</option>
                  <option value="875950191">Samoa</option>
                  <option value="875950192">San Marino</option>
                  <option value="875950193">Sao Tome and Principe</option>
                  <option value="875950194">Saudi Arabia</option>
                  <option value="875950195">Senegal</option>
                  <option value="875950196">Serbia</option>
                  <option value="875950197">Seychelles</option>
                  <option value="875950198">Sierra Leone</option>
                  <option value="875950199">Singapore</option>
                  <option value="875950200">Sint Maarten (Dutch part)</option>
                  <option value="875950201">Slovakia</option>
                  <option value="875950202">Slovenia</option>
                  <option value="875950203">Solomon Islands</option>
                  <option value="875950204">Somalia</option>
                  <option value="875950205">South Africa</option>
                  <option value="875950206">South Georgia and the South Sandwich Islands</option>
                  <option value="875950207">South Sudan</option>
                  <option value="875950208">Spain</option>
                  <option value="875950209">Sri Lanka</option>
                  <option value="875950210">Sudan</option>
                  <option value="875950211">Suriname</option>
                  <option value="875950212">Svalbard and Jan Mayen</option>
                  <option value="875950213">Swaziland</option>
                  <option value="875950214">Sweden</option>
                  <option value="875950215">Switzerland</option>
                  <option value="875950216">Syrian Arab Republic</option>
                  <option value="875950217">Taiwan, Province of China</option>
                  <option value="875950218">Tajikistan</option>
                  <option value="875950219">Tanzania, United Republic of</option>
                  <option value="875950220">Thailand</option>
                  <option value="875950221">Timor-Leste</option>
                  <option value="875950222">Togo</option>
                  <option value="875950223">Tokelau</option>
                  <option value="875950224">Tonga</option>
                  <option value="875950225">Trinidad and Tobago</option>
                  <option value="875950226">Tunisia</option>
                  <option value="875950227">Turkey</option>
                  <option value="875950228">Turkmenistan</option>
                  <option value="875950229">Turks and Caicos Islands</option>
                  <option value="875950230">Tuvalu</option>
                  <option value="875950231">Uganda</option>
                  <option value="875950232">Ukraine</option>
                  <option value="875950233">United Arab Emirates</option>
                  <option value="875950234">United Kingdom of Great Britain and Northern Ireland</option>
                  <option value="875950235">United States Minor Outlying Islands</option>
                  <option value="875950236">United States of America</option>
                  <option value="875950237">Uruguay</option>
                  <option value="875950238">Uzbekistan</option>
                  <option value="875950239">Vanuatu</option>
                  <option value="875950240">Venezuela (Bolivarian Republic of)</option>
                  <option value="875950241">Vietnam</option>
                  <option value="875950242">Virgin Islands (British)</option>
                  <option value="875950243">Virgin Islands (U.S.)</option>
                  <option value="875950244">Wallis and Futuna</option>
                  <option value="875950245">Western Sahara</option>
                  <option value="875950246">Yemen</option>
                  <option value="875950247">Zambia</option>
                  <option value="875950248">Zimbabwe</option>
                </select></div>
            </div>
          </div>
          <div data-editorblocktype="Field-text">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="true"><label class="lp-ellipsis" for="fc0308ab-609e-45c8-9f5e-9eca3511dc39" title="">City<span class="lp-required" style="color: rgb(255, 0, 0);">*</span></label><input
                  aria-required="true" class="lp-form-fieldInput" id="fc0308ab-609e-45c8-9f5e-9eca3511dc39" name="fc0308ab-609e-45c8-9f5e-9eca3511dc39" pattern=".*\S+.*" placeholder="" required="required" style="width: 100%; box-sizing: border-box;"
                  title="" type="text"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-email">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="true"><label class="lp-ellipsis" for="7f685ebb-7c54-4cff-a1bc-772562d25c38" title="Please enter a valid email address like example@email.com">E-mail<span class="lp-required"
                    style="color: rgb(255, 0, 0);">*</span></label><input aria-required="true" class="lp-form-fieldInput" id="7f685ebb-7c54-4cff-a1bc-772562d25c38" name="7f685ebb-7c54-4cff-a1bc-772562d25c38"
                  pattern="[^@\s\\&quot;<>)(\[\]:;,.]+(([.]{1}[^@\s\\&quot;<>)(\[\]:;,.]+)+?|)@([^@\s\\&quot;<>)(\[\]\+:;,\.-]+(((\.|\+|-|--)[^@\s\\&quot;<>)(\[\]+:;,.-]+)+?|)([.][^0-9@\s\\&quot;<>)(\[\]+:;,.-]+)+?)" placeholder=""
                  required="required" style="width: 100%; box-sizing: border-box;" title="Please enter a valid email address like example@email.com" type="email"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-text">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="ac9ddb60-616f-4f12-b4e2-9202f688ed2f" title="">Company Name</label><input class="lp-form-fieldInput" id="ac9ddb60-616f-4f12-b4e2-9202f688ed2f"
                  name="ac9ddb60-616f-4f12-b4e2-9202f688ed2f" placeholder="" style="width: 100%; box-sizing: border-box;" title="" type="text"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-text" hidden="hidden" class="">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="24092b13-a295-ed11-aad1-0022487fee81" title="">Form GUID</label><input class="lp-form-fieldInput" id="24092b13-a295-ed11-aad1-0022487fee81"
                  name="24092b13-a295-ed11-aad1-0022487fee81" placeholder="" style="width: 100%; box-sizing: border-box;" title="" type="text"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-dropdown" hidden="hidden" class="">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label for="26092b13-a295-ed11-aad1-0022487fee81" class="lp-ellipsis" title="">Form Type</label><select id="26092b13-a295-ed11-aad1-0022487fee81"
                  name="26092b13-a295-ed11-aad1-0022487fee81" class="lp-form-fieldInput" title="" style="width: 100%; box-sizing: border-box;">
                  <option value=""></option>
                  <option value="875950000">Event</option>
                  <option value="875950001">Market Segment</option>
                  <option value="875950003">Product</option>
                  <option value="875950002">Product Line</option>
                </select></div>
            </div>
          </div>
          <div data-editorblocktype="Field-text" hidden="hidden" class="">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="28092b13-a295-ed11-aad1-0022487fee81" title="">HoneyPot</label><input class="lp-form-fieldInput" id="28092b13-a295-ed11-aad1-0022487fee81"
                  name="28092b13-a295-ed11-aad1-0022487fee81" placeholder="" style="width: 100%; box-sizing: border-box;" title="" type="text"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-lookup" hidden="hidden" class="">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="20092b13-a295-ed11-aad1-0022487fee81" title="">Event</label><span title=""><input class="lp-form-fieldInput lookup-behavior"
                    id="20092b13-a295-ed11-aad1-0022487fee81" name="20092b13-a295-ed11-aad1-0022487fee81" placeholder="" style="width: 100%; box-sizing: border-box;" type="text" autocomplete="off" data-lookup-index="0">
                  <div class="ui-selectmenu-menu ui-front" id="lookup-popup-div-0">
                    <ul id="lookup-popup-ul-0" role="listbox" class="ui-menu ui-corner-bottom ui-widget ui-widget-content" style="width: 0px;">
                      <li class="ui-menu-item" data-value="msevtmgt_event,djGv3LAXXD4vsNHuJi6UhaX0MuNw24gdt0GKCl6c5okUlw==">
                        <div class="ui-menu-item-wrapper" role="option">ECS 2023 DRAFT</div>
                      </li>
                      <li class="ui-menu-item" data-value="msevtmgt_event,djGUAz9UN6pfRH8pliZkcdV6oMqssi33d5pgrg5gPnwLqg==">
                        <div class="ui-menu-item-wrapper" role="option">ECS2023</div>
                      </li>
                      <li class="ui-menu-item" data-value="msevtmgt_event,djGMOlr6KfPWT6KNK1nCa8gn9E74KpEtKBsh+N9kAQ1uTw==">
                        <div class="ui-menu-item-wrapper" role="option">Howard expansion</div>
                      </li>
                    </ul>
                  </div><datalist id="list-20092b13-a295-ed11-aad1-0022487fee81"></datalist>
                </span></div>
            </div>
          </div>
          <div data-editorblocktype="Field-text" hidden="hidden" class="">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="22092b13-a295-ed11-aad1-0022487fee81" title="">Event Text</label><input class="lp-form-fieldInput" id="22092b13-a295-ed11-aad1-0022487fee81"
                  name="22092b13-a295-ed11-aad1-0022487fee81" placeholder="" style="width: 100%; box-sizing: border-box;" title="" type="text"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-email" hidden="hidden" class="">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="2c092b13-a295-ed11-aad1-0022487fee81" title="Please enter a valid email address like example@email.com">Recipient E-mail address</label><input
                  class="lp-form-fieldInput" id="2c092b13-a295-ed11-aad1-0022487fee81" name="2c092b13-a295-ed11-aad1-0022487fee81"
                  pattern="[^@\s\\&quot;<>)(\[\]:;,.]+(([.]{1}[^@\s\\&quot;<>)(\[\]:;,.]+)+?|)@([^@\s\\&quot;<>)(\[\]\+:;,\.-]+(((\.|\+|-|--)[^@\s\\&quot;<>)(\[\]+:;,.-]+)+?|)([.][^0-9@\s\\&quot;<>)(\[\]+:;,.-]+)+?)" placeholder=""
                  style="width: 100%; box-sizing: border-box;" title="Please enter a valid email address like example@email.com" type="email"></div>
            </div>
          </div>
          <div data-editorblocktype="Field-textarea">
            <div class="marketing-field">
              <div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="04c86d2d-ce9b-ed11-aad1-0022487fe0f0" title="">Remarks</label><textarea class="lp-form-fieldInput" cols="20"
                  id="04c86d2d-ce9b-ed11-aad1-0022487fe0f0" name="04c86d2d-ce9b-ed11-aad1-0022487fe0f0" rows="5" style="width: 100%; box-sizing: border-box;" title="" value=""></textarea></div>
            </div>
          </div>
          <div data-editorblocktype="Text" style="">
            <p><span
                style="color: rgb(87, 87, 87); font-family: MuseoSansRounded, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">This
                site is protected by reCAPTCHA and the
                Google<span>&nbsp;</span></span><a href="https://policies.google.com/privacy" style="box-sizing: inherit; margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; background-color: rgb(255, 255, 255); color: rgb(33, 95, 171); transition: color 0.2s ease-in-out 0s; cursor: pointer; text-decoration: none; font-family: MuseoSansRounded, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" target="_blank">Privacy Policy</a><span
                style="color: rgb(87, 87, 87); font-family: MuseoSansRounded, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"><span>&nbsp;</span>and<span>&nbsp;</span></span><a href="https://policies.google.com/terms" style="box-sizing: inherit; margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; background-color: rgb(255, 255, 255); color: rgb(33, 95, 171); transition: color 0.2s ease-in-out 0s; cursor: pointer; text-decoration: none; font-family: MuseoSansRounded, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;" target="_blank">Terms of Service</a><span
                style="color: rgb(87, 87, 87); font-family: MuseoSansRounded, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"><span>&nbsp;</span>apply.</span>
            </p>
            <p><span
                style="color: rgb(87, 87, 87); font-family: MuseoSansRounded, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">The
                Information you share with us are stored and processed according to Nouryon's <a href="https://www.nouryon.com/privacy-statement/">Privacy Policy</a>.</span></p>
            <p></p>
          </div>
          <div data-editorblocktype="SubmitButtonBlock">
            <p><button class="lp-form-button lp-form-fieldInput" id="SubmitButton" name="submit0d366380-61b6-860f-98ab-11206bb235e3" onclick="OnLoadFormType()" type="submit">Submit</button></p>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Markets Markets
   All
   
   
   MARKETS
   
   Markets overview
   
   Providing markets with essential solutions
   
   Product search
    * Downloads
      Markets
      
      
      DOWNLOADS
      
       * Document search
       * SDS search
   
    * Agriculture and food
      Markets
      
      
      AGRICULTURE AND FOOD
      
       * Agriculture
       * Feed
       * Food applications
       * Beverage applications
   
    * Home and Personal care
      Markets
      
      
      HOME AND PERSONAL CARE
      
       * Cleaning
       * Personal care
   
    * Paints and coatings
      Markets
      
      
      PAINTS AND COATINGS
      
       * Paints, coatings and inks
   
    * Building and infrastructure
      Markets
      
      
      BUILDING AND INFRASTRUCTURE
      
       * Asphalt
       * Building and construction
   
    * Polymer specialties
      Markets
      
      
      POLYMER SPECIALTIES
      
       * Acrylics production
       * Polymer production
       * Polymer processing
       * Polymer crosslinking
       * Thermoset composites
   
    * Oil, gas and mining
      Markets
      
      
      OIL, GAS AND MINING
      
       * Oilfield
       * Mining
       * Fuels and lubricants
   
    * Pulp, paper and packaging
      Markets
      
      
      PULP, PAPER AND PACKAGING
      
       * Pulp and paper
       * Packaging materials
   
    * Transportation
      Markets
      
      
      TRANSPORTATION
      
       * Fuels and lubricants
       * Paints, coatings and inks
       * Polymer processing
   
    * Other markets
      Markets
      
      
      OTHER MARKETS
      
       * Batteries
       * Catalyst production
       * Chemical intermediates
       * Chromatography
       * Electronics
       * Foundry
       * Pharmaceutical industry
       * Pyrotechnics and matches
       * Textile
       * Water treatment

 * Products Products
   All
   
   
   PRODUCTS
   
   Products overview
   
   Products and solutions
   
   Product search
    * Downloads
      Products
      
      
      DOWNLOADS
      
       * Document search
       * SDS search
   
   My Nouryon - An online self-service portal for customers and distributors
    * Bleaching and oxidizing chemicals and technologies
      Products
      
      
      BLEACHING AND OXIDIZING CHEMICALS AND TECHNOLOGIES
      
       * Chlorine dioxide
       * Integrated Manufacturing Model
       * Eka Engineering
       * Hydrogen peroxide
       * Potassium chlorate
       * Sodium chlorate
   
    * Specialty polymers
      Products
      
      
      SPECIALTY POLYMERS
      
       * Cellulose ethers
       * Biopolymers
       * Hybrid polymers
       * Synthetic polymers
   
    * Surfactants and chelating agents
      Products
      
      
      SURFACTANTS AND CHELATING AGENTS
      
       * Biocides
       * Chelates
       * Anionic surfactants
       * Cationic surfactants and fatty amines
       * Non-ionic surfactants
   
    * Polymer production and processing chemicals
      Products
      
      
      POLYMER PRODUCTION AND PROCESSING CHEMICALS
      
       * Metal alkyls and complex metalorganics
       * Organic peroxides
       * Polymer additives
       * PVC reactor additives
   
    * Specialty chemicals and intermediates
      Products
      
      
      SPECIALTY CHEMICALS AND INTERMEDIATES
      
       * Dimethyl ether
       * Ethylene amines and ethanolamines
       * Expancel® microspheres
       * High purity metalorganics
       * Kromasil® chromatography media
       * Levasil® colloidal silica
       * Micronutrients
       * Moisturizing agents
       * Monochloroacetic Acid (MCA)
       * Sodium and potassium hydroxide pellets
       * Sulfur products
       * Thioplast® - polysulfides

 * Careers Careers
   All
   
   
   CAREERS
   
   Careers overview
   
   Join an industry leader
   
   Search jobs
    * Careers at Nouryon
      Careers
      
      
      CAREERS AT NOURYON
      
       * How we hire
       * Career levels
       * Start your career at Nouryon
       * Internships
   
    * Why join us
      Careers
      
      
      WHY JOIN US
      
       * Why join us
       * Inclusion & Diversity
       * Sustainability
   
    * For applicants
      Careers
      
      
      FOR APPLICANTS
      
       * Search and apply for vacancies
       * Submit your resume
       * Contact our Careers team
       * Returning applicants - Sign in
   
   
 * Sustainability Sustainability
   All
   
   
   SUSTAINABILITY
   
   Sustainability overview
   
   Committed to a sustainable future
   
   ESG Reporting
   
   
   OUT NOW!
   
   Sustainability Report 2022
    * Sustainability approach
      Sustainability
      
      
      SUSTAINABILITY APPROACH
      
       * Improving safety and environment
       * Growing sustainable solutions
       * Engaging people, partners, and society
       * Sustainability targets
   
    * Improving safety and environment
      Sustainability
      
      
      IMPROVING SAFETY AND ENVIRONMENT
      
       * Safety program and performance
       * Product Stewardship
       * Mitigating climate change and improving eco-efficiency
       * Sustainable sourcing
   
    * Engaging people, partners, and society
      Sustainability
      
      
      ENGAGING PEOPLE, PARTNERS, AND SOCIETY
      
       * Corporate Social Responsibility
       * Inclusion & Diversity
   
    * Sustainability reporting
      Sustainability
      
      
      SUSTAINABILITY REPORTING
      
       * Sustainable Development Goals
       * Materiality Assessment
       * ESG Reporting
       * Data, reports and policies
       * Sustainability Stories Hub

 * Company Company
   All
   
   
   COMPANY
   
   Company overview
   
   A global specialty chemicals leader
   
   Download Fact Sheet
    * Strategy and values
      Company
      
      
      STRATEGY AND VALUES
      
       * Strategy
       * Values and conduct
       * Corporate Social Responsibility
       * Inclusion & Diversity
       * Position statements
   
    * Sustainability and innovation
      Company
      
      
      SUSTAINABILITY AND INNOVATION
      
       * Sustainability
       * Innovation
       * Partnerships
   
    * Organization
      Company
      
      
      ORGANIZATION
      
       * Board of Directors
       * Executive Management
       * Organization & Businesses
   
    * Investors
      Company
      
      
      INVESTORS
      
       * Investor relations
   
    * Procurement
      Company
      
      
      PROCUREMENT
      
       * Sustainable sourcing
       * Procurement
       * Code of Conduct
       * SAP Ariba
       * Your Vendor Details
   
    * More about Nouryon
      Company
      
      
      MORE ABOUT NOURYON
      
       * Locations worldwide
       * Heritage
       * Brand portal
       * Our World of Essential and Sustainable Solutions
       * Sponsorships
   
   
   SPOTLIGHT
   
   Nouryon's World - Join our animated experience
 * News and events News and events
   All
   
   
   NEWS AND EVENTS
   
   News and events overview
   
   Keep up-to-date on our news
   
   Subscribe
    * News and events
      News and events
      
      
      NEWS AND EVENTS
      
       * News and press releases
       * Events
       * Features
   
    * In Social Media
      News and events
      
      
      IN SOCIAL MEDIA
      
       * Nouryon @LinkedIn
       * @Nouryon on Twitter
   
    * Media resources
      News and events
      
      
      MEDIA RESOURCES
      
       * Brand portal
       * Contact media relations
   
   
   SPOTLIGHT
   
   Nouryon's World - Join our animated experience
 * My Nouryon
 * Contact
 * Downloads
   Document search SDS search
 * Search

 * Global (English)
   All
   
   
   LANGUAGE
   
    * Global (English)
    * Deutschland (Deutsch)
    * Sverige (Svenska)
    * Nederland (Nederlands)
    * Brasil (Português)
    * 中国 (中文简体)
    * 日本 (日本語)
    * Canada (Français)

 * Downloads
   All
   
   
   DOWNLOADS
   
    * Document search
    * SDS search

 * My Nouryon
 * Contact



Global (English)
Global (English) Deutschland (Deutsch) Sverige (Svenska) Nederland (Nederlands)
Brasil (Português) 中国 (中文简体) 日本 (日本語) Canada (Français)
 * My Nouryon
 * Contact

Downloads
Document search SDS search

EXPANCEL® MICROSPHERES

Blowing agent and lightweight filler in one

 1. 
 2. Products

 3. Expancel® microspheres



FIND

 * Product categories
 * Applications
 * Featured products
 * Case stories
 * Downloads
 * Contact


EXPANCEL® MICROSPHERES IS A LIGHTWEIGHT FILLER AND BLOWING AGENT ALL IN ONE. ITS
HIGH PERFORMANCE OPENS A WORLD OF POSSIBILITIES

It is a simple concept – a small thermoplastic microsphere encapsulating a gas.
Add heat and the gas expands while the shell softens giving a dramatic increase
in volume. This will help you:

 * Cut manufacturing costs
 * Reduce weight
 * Improve yields
 * Minimize the use of resin
 * Create attractive textures and more
   
   

Expancel® FG for food packaging offers high compressibility, no shrinkage, no
moisture absorption and is approved by regulatory authorities.

Expancel® WE and Expancel® DE for elastomeric cool-roof coatings give superior
reflectance and elasticity and reduce cost and weight.

Expancel® DU and Expancel® DE are used by the automotive industry to reduce
weight, dampen sound and improve sealing.

To see the video, please accept the media and social cookie. Cookie settings

PRODUCT CATEGORIES AND SERVICES


LIGHTWEIGHT FILLERS

Expancel® expanded microspheres are lightweight fillers with extremely low
density.


BLOWING AGENTS

Expancel® unexpanded microspheres are blowing agents, expanding up to 60 times
in volume.


ONLINE SAFETY TRAINING

Interactive online education for your employees on how to safely use our dry
microspheres.

THE NEW EXPANCEL® HP92 MICROSPHERES

Reducing weight in underbody coating and seam sealant, without compromising
coating performance

Find out more

FEATURED PRODUCTS

Expancel microspheres


EXPANCEL HP92 DU 80

Dry powder of unexpanded thermoplastic microspheres used as a blowing agent in
automotive applications. It expands at a temperature range of 116-200°C and the
particle size is around 80 µm in its expanded form.

Read more

Expancel microspheres


EXPANCEL HP92 DET 80 D45

Dry powder of expanded thermoplastic microspheres used as a lightweight filler
in automotive applications. It has a particle size of around 80 µm.

Read more

Expancel microspheres


EXPANCEL 921 WE 40 D24

Wet, expanded thermoplastic microspheres used as a lightweight filler in
coatings, porous ceramics and similar applications. It has a particle size of
around 40 µm.

Read more

Expancel microspheres


EXPANCEL 909 DU 80

Dry powder of unexpanded thermoplastic microspheres used as a blowing agent in
silicone rubber and different coatings applications. It expands at a temperature
range of 118-187°C and the particle size is around 80 µm in its expanded form.

Read more
Show all Expancel products


FEATURED APPLICATIONS WHERE EXPANCEL® MICROSPHERES IS USED

 * PAINT, COATINGS AND INKS
   
   Using Expancel® microspheres as a lightweight filler in paint will shorten
   the drying time, introduce a matting effect and provide good filling on
   uneven substrates.

 * BUILDING AND CONSTRUCTION
   
   Do you want to lower your costs and make your sealants and adhesives lighter?
   With Expancel® microspheres in the mix, this can happen.

 * POLYMER PROCESSING
   
   In thermoplastic processing, Expancel® microspheres' uniform, closed cell
   structure results in a stable, controlled foaming process and is a phenomenal
   blowing agent on its own or combined with a chemical blowing agent.

 * PACKAGING MATERIAL
   
   Use of Expancel® Microspheres improves bulk or reduces grammage keeping the
   caliper of your board and ensuring resilient seals for food packaging,
   without shrinkage or water absorption.

 * MINING
   
   Expancel® microspheres are extensively used as sensitizers in industrial
   explosives in coal, metal and quarry mining operations around the world.

 * 

EXPLORE CUSTOMER CASE STORIES


DIAM - WINE CORKS

By offering designed wine cork solutions wines are kept safe year after year


INCA - COOL ROOF COATINGS

Enforced long-lasting waterproofing and cool roof capabilities


LANTOR - NONWOVEN SOLUTIONS

Cost-effective increases in stiffness, weight reduction and flexibility

DOWNLOADS

EXPANCEL OVERVIEW BROCHURE

Get more insight into the solutions Expancel can offer
English pdf | 3.4 MB
Brochure


EXPANCEL DE - PRODUCT SPECIFICATION

Specification for our Expancel DE products
English pdf | 468.6 KB
Product Information


EXPANCEL WU - PRODUCT SPECIFICATION

Specification for our Expancel WU products
English pdf | 486.9 KB
Product Information

All downloads

 

To see the video, please accept the media and social cookie. Cookie settings

NEWS AND EVENTS


NEW EXPANCEL LINE FOR SPECIALTY THIN COATINGS APPLICATIONS

3 Nov 2020 - News


STRENGTHENING US EXPANCEL POSITION WITH NEW MIDWEST PRODUCTION FACILITY

12 Aug 2020 - News


LAUNCHING ELASTOMERIC COOL ROOF COATINGS SOLUTION

6 May 2020 - News
All news


GET IN TOUCH!

Please contact our Expancel® microspheres experts.
We look forward to hearing from you.
For our existing customers, please log in to our MyNouryon customer portal.

Query TypeAsk Technical AssistanceEventsRequest PricingRequest Product
InformationRequest Safety DatasheetsRequest Sample
First Name
Last Name*
Country*AfghanistanÅland IslandsAlbaniaAlgeriaAmerican
SamoaAndorraAngolaAnguillaAntigua and BarbudaArgentinaArmeniaArubaAsia
(Federated States
of)AustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBolivia
(Plurinational State of)Bonaire, Sint Eustatius and SabaBosnia and
HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei
DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCayman IslandsCentral
African RepublicChadChileChinaChristmas IslandCocos (Keeling)
IslandsColombiaComorosCongoCongo (Democratic Republic of the)Cook IslandsCosta
RicaCôte d'IvoireCroatiaCubaCuraçaoCyprusCzech
RepublicDenmarkDjiboutiDominicaDominican RepublicEcuadorEgyptEl
SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland Islands (Malvinas)Faroe
IslandsFijiFinlandFranceFrench AsiaFrench GuianaFrench PolynesiaFrench Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard
Island and McDonald IslandsHoly SeeHondurasHong
KongHungaryIcelandIndiaIndonesiaIran (Islamic Republic of)IraqIrelandIsle of
ManIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea (Democratic
People's Republic of)Korea (Republic of)KuwaitKyrgyzstanLao People's Democratic
RepublicLatviaLebanonLesothoLiberiaLibyaLiechtensteinLithuaniaLuxembourgMacaoMacedonia
(the former Yugoslav Republic
of)MadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall
IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesia (Federated States
of)Moldova (Republic
of)MonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNew
CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern Mariana
IslandsNorwayOmanPakistanPalauPalestine, State ofPanamaPapua New
GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto
RicoQatarRéunionRomaniaRussian FederationRwandaSaint BarthélemySaint Helena,
Ascension and Tristan da CunhaSaint Kitts and NevisSaint LuciaSaint Martin
(French part)Saint Pierre and MiquelonSaint Vincent and the GrenadinesSamoaSan
MarinoSao Tome and PrincipeSaudi ArabiaSenegalSerbiaSeychellesSierra
LeoneSingaporeSint Maarten (Dutch part)SlovakiaSloveniaSolomon
IslandsSomaliaSouth AfricaSouth Georgia and the South Sandwich IslandsSouth
SudanSpainSri LankaSudanSurinameSvalbard and Jan
MayenSwazilandSwedenSwitzerlandSyrian Arab RepublicTaiwan, Province of
ChinaTajikistanTanzania, United Republic
ofThailandTimor-LesteTogoTokelauTongaTrinidad and
TobagoTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluUgandaUkraineUnited
Arab EmiratesUnited Kingdom of Great Britain and Northern IrelandUnited States
Minor Outlying IslandsUnited States of AmericaUruguayUzbekistanVanuatuVenezuela
(Bolivarian Republic of)VietnamVirgin Islands (British)Virgin Islands
(U.S.)Wallis and FutunaWestern SaharaYemenZambiaZimbabwe
City*
E-mail*
Company Name
Form GUID
Form TypeEventMarket SegmentProductProduct Line
HoneyPot
Event
 * ECS 2023 DRAFT
 * ECS2023
 * Howard expansion

Event Text
Recipient E-mail address
Remarks

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.

The Information you share with us are stored and processed according to
Nouryon's Privacy Policy.



Submit




Expancel® is a registered trademark of Nouryon in a number of territories
worldwide.

SHARE THIS PAGE

 * 
 * 
 * 
 * 

 * Documents
 * SDS
 * Product search
 * My Nouryon - Log in
 * Contact
 * Locations worldwide

Follow us

 * 
 * 
 * 

YOUR PARTNER IN ESSENTIAL SOLUTIONS FOR A SUSTAINABLE FUTURE

 * Privacy Statement
 * Terms of use
 * Conditions of sale
 * Website owner
 * Adjust cookies

©2023 Nouryon - Chamber of Commerce no: 81195664

We respect your privacy.

We use essential and non-essential cookies to provide, secure, analyze and
improve our services. Click 'Agree' to accept or edit your preferences or learn
more about our Cookie Policy.

You can change settings at any time.

Edit preferences Agree & Proceed