www.opencascade.com Open in urlscan Pro
91.121.49.128  Public Scan

URL: https://www.opencascade.com/
Submission: On October 17 via api from CA — Scanned from FR

Form analysis 16 forms found in the DOM

GET /

<form action="/" method="get" class="search">
  <div class="search-wrap">
    <input class="search-input" id="search-input" type="text" name="s">
    <label for="search-input" class="search-placeholder">Type your search query</label>
    <div class="search-buttons disabled">
      <div class="search-clear-btn">
        <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path fill-rule="evenodd" clip-rule="evenodd"
            d="M16.1003 16.8094L31.0424 31.7514L31.7495 31.0443L16.8074 16.1023L31.7495 1.16023L31.0424 0.453125L16.1003 15.3952L1.15828 0.453125L0.451172 1.16023L15.3932 16.1023L0.451172 31.0443L1.15828 31.7514L16.1003 16.8094Z"></path>
        </svg>
      </div>
      <div class="search-divider"></div>
      <button class="search-submit" type="submit">Search</button>
    </div>
  </div>
</form>

/

<form action="/" class="search">
  <div class="search-wrap">
    <div class="search-icon">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M10.5 2C5.80558 2 2 5.80558 2 10.5C2 15.1944 5.80558 19 10.5 19C12.6673 19 14.6451 18.1889 16.1465 16.8536L21.5001 22.2072L22.2072 21.5001L16.8536 16.1465C18.1889 14.6451 19 12.6673 19 10.5C19 5.80558 15.1944 2 10.5 2ZM3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5Z">
        </path>
      </svg>
    </div>
    <input class="search-input" id="search-popup-input" type="text" name="s" autocomplete="off">
    <label for="search-popup-input" class="search-placeholder">Type your search query</label>
    <div class="search-buttons disabled">
      <div class="search-clear-btn">
        <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
          <path fill-rule="evenodd" clip-rule="evenodd"
            d="M16.1003 16.8094L31.0424 31.7514L31.7495 31.0443L16.8074 16.1023L31.7495 1.16023L31.0424 0.453125L16.1003 15.3952L1.15828 0.453125L0.451172 1.16023L15.3932 16.1023L0.451172 31.0443L1.15828 31.7514L16.1003 16.8094Z"></path>
        </svg>
      </div>
      <div class="search-divider"></div>
      <button class="search-submit" type="submit">Search</button>
    </div>
  </div>
</form>

#

<form action="#" id="form-contacts-message" class="form-message form">
  <div class="form-row" style="transition: none;">
    <label for="contacts-message-first" class="input required form-accepted">
      <div class="input-label">First Name</div>
      <input type="text" id="contacts-message-first" name="first-name" value="pre-init-name">
      <div class="input-placeholder" style="display: none;">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="contacts-message-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="contacts-message-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="contacts-message-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="contacts-message-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="contacts-message-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="contacts-message-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="contacts-message-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="contacts-message-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">С-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="contacts-message" class="input required" style="transition: none;">
    <div class="input-label">Message</div>
    <textarea id="contacts-message" name="contacts-message"></textarea>
    <div class="input-placeholder">Your message</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="contacts-message-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="contacts-message-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="contacts-message-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="contacts-message-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-contacts-call" class="form form-call">
  <div class="form-row">
    <label for="contacts-call-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="contacts-call-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="contacts-call-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="contacts-call-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <label for="contacts-call-phone" class="input input-tel required">
    <div class="input-label">Phone</div>
    <input type="tel" id="contacts-call-phone" name="phone">
    <div class="input-placeholder">+123456789012</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-checkboxes">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="contacts-call-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="contacts-call-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="contacts-call-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="contacts-call-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-free-trial" class="form">
  <div class="form-row" style="transition: none;">
    <label for="free-trial-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="free-trial-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="free-trial-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="free-trial-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="free-trial-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="free-trial-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="free-trial-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="free-trial-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="free-trial-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="free-trial-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="free-trial-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="free-trial-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="free-trial-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="free-trial-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-live-demo" class="form">
  <div class="form-row" style="transition: none;">
    <label for="live-demo-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="live-demo-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="live-demo-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="live-demo-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="live-demo-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="live-demo-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="live-demo-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="live-demo-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="live-demo-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="live-demo-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="live-demo-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="live-demo-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="live-demo-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="live-demo-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-contact-sales" class="form">
  <div class="form-row" style="transition: none;">
    <label for="contact-sales-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="contact-sales-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="contact-sales-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="contact-sales-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="contact-sales-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="contact-sales-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="contact-sales-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="contact-sales-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="contact-sales-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="contact-sales-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="contact-sales-message" class="input" style="transition: none;">
    <div class="input-head">
      <div class="input-label">Message</div>
      <div class="input-prompt">Optional</div>
    </div>
    <textarea id="contact-sales-message" name="contact-sales-message"></textarea>
    <div class="input-placeholder">Your message</div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="contact-sales-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="contact-sales-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="contact-sales-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="contact-sales-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-request-quote" class="form">
  <div class="form-row" style="transition: none;">
    <label for="request-quote-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="request-quote-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="request-quote-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="request-quote-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="request-quote-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="request-quote-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="request-quote-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="request-quote-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="request-quote-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="request-quote-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="request-quote-message" class="input required" style="transition: none;">
    <div class="input-label">Message</div>
    <textarea id="request-quote-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="request-quote-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="request-quote-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="request-quote-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="request-quote-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-request-edu" class="form">
  <div class="form-row" style="transition: none;">
    <label for="request-edu-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="request-edu-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="request-edu-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="request-edu-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="request-edu-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="request-edu-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="request-edu-phone" class="input input-tel required">
      <div class="input-label">Phone</div>
      <input type="tel" id="request-edu-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <label for="request-edu-institution" class="input required" style="transition: none;">
    <div class="input-label">Institution</div>
    <input type="text" id="request-edu-institution" name="institution">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select required" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Academic Position</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
    <div class="form-notify"></div>
  </div>
  <label for="request-edu-message" class="input" style="transition: none;">
    <div class="input-head">
      <div class="input-label">Message</div>
      <div class="input-prompt">Optional</div>
    </div>
    <textarea id="request-edu-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="request-edu-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="request-edu-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="request-edu-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="request-edu-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-request-customization" class="form">
  <div class="form-row" style="transition: none;">
    <label for="request-customization-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="request-customization-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="request-customization-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="request-customization-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="request-customization-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="request-customization-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="request-customization-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="request-customization-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="request-customization-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="request-customization-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="request-customization-message" class="input required" style="transition: none;">
    <div class="input-label">Message</div>
    <textarea id="request-customization-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="request-customization-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="request-customization-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="request-customization-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="request-customization-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-e-learning" class="form">
  <div class="form-row" style="transition: none;">
    <label for="e-learning-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="e-learning-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="e-learning-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="e-learning-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="e-learning-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="e-learning-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="e-learning-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="e-learning-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="e-learning-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="e-learning-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="e-learning-message" class="input" style="transition: none;">
    <div class="input-head">
      <div class="input-label">Message</div>
      <div class="input-prompt">Optional</div>
    </div>
    <textarea id="e-learning-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="e-learning-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="e-learning-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="e-learning-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="e-learning-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-request-training" class="form">
  <div class="form-row" style="transition: none;">
    <label for="request-training-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="request-training-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="request-training-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="request-training-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="request-training-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="request-training-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="request-training-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="request-training-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="request-training-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="request-training-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="request-training-message" class="input" style="transition: none;">
    <div class="input-head">
      <div class="input-label">Message</div>
      <div class="input-prompt">Optional</div>
    </div>
    <textarea id="request-training-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="request-training-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="request-training-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="request-training-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="request-training-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-apply-job" class="form">
  <div class="form-row" style="transition: none;">
    <label for="apply-job-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="apply-job-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="apply-job-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="apply-job-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="apply-job-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="apply-job-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="apply-job-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="apply-job-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Desired Position</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item active">Please Click</div>
      <div class="form-select-item active"> Computer Graphics Engineer </div>
      <div class="form-select-item "> Technical Project Manager </div>
      <div class="form-select-item "> Java Developer Technical Leader </div>
      <div class="form-select-item "> Expert in Graph DBs </div>
      <div class="form-select-item "> Frontend Developer (Angular) </div>
      <div class="form-select-item "> System architect </div>
      <div class="form-select-item "> Business Analyst </div>
      <div class="form-select-item "> Information Engineer </div>
      <div class="form-select-item "> Aveva Engineer </div>
      <div class="form-select-item "> Aveva Administrator </div>
      <div class="form-select-item "> Java Backend Developer </div>
      <div class="form-select-item "> Pre-sale engineer </div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="apply-job-message" class="input" style="transition: none;">
    <div class="input-head">
      <div class="input-label">Message</div>
      <div class="input-prompt">Optional</div>
    </div>
    <textarea id="apply-job-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
  </label>
  <div class="input drag" style="transition: none;">
    <div class="input-head">
      <div class="input-label">Attachments</div>
      <div class="input-prompt">Maximum file size: 10MB</div>
    </div>
    <label for="apply-job-file" class="mob-drag-btn">
      <img src="https://www.opencascade.com/wp-content/themes/opencascade/assets/img/icons/attach.svg" alt="icon">
      <span>Attach Files</span>
    </label>
    <div class="drag-area">
      <input id="apply-job-file" class="drag-area-input" type="file" name="apply-job-file" accept=".gif, .jpg, .jpeg, .png, .rtf, .pdf, .doc, .docx, .odt, .ppt, .pptx, .odp" multiple="">
      <input type="hidden" name="file-path">
      <div class="drag-area-placeholder">
        <div>
          <span>Drag &amp; Drop or </span><label for="apply-job-file">Browse</label>
        </div>
        <div class="drag-area-types">Allowed file types: gif, jpg, jpeg, png, rtf, pdf, doc, docx, odt, ppt, pptx, odp. </div>
      </div>
      <div class="drag-response">
        <div class="drag-response-name"></div>
        <div class="drag-response-size"></div>
        <button class="drag-response-clear">
          <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd" clip-rule="evenodd"
              d="M16.1003 16.8094L31.0424 31.7514L31.7495 31.0443L16.8074 16.1023L31.7495 1.16023L31.0424 0.453125L16.1003 15.3952L1.15828 0.453125L0.451172 1.16023L15.3932 16.1023L0.451172 31.0443L1.15828 31.7514L16.1003 16.8094Z"></path>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="apply-job-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="apply-job-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="apply-job-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="apply-job-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-apply-internship" class="form">
  <div class="form-row" style="transition: none;">
    <label for="apply-internship-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="apply-internship-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="apply-internship-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="apply-internship-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="apply-internship-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="apply-internship-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="apply-internship-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="apply-internship-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Desired Position</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item active">Please Click</div>
      <div class="form-select-item active"> Computer Graphics Engineer </div>
      <div class="form-select-item "> Technical Project Manager </div>
      <div class="form-select-item "> Java Developer Technical Leader </div>
      <div class="form-select-item "> Expert in Graph DBs </div>
      <div class="form-select-item "> Frontend Developer (Angular) </div>
      <div class="form-select-item "> System architect </div>
      <div class="form-select-item "> Business Analyst </div>
      <div class="form-select-item "> Information Engineer </div>
      <div class="form-select-item "> Aveva Engineer </div>
      <div class="form-select-item "> Aveva Administrator </div>
      <div class="form-select-item "> Java Backend Developer </div>
      <div class="form-select-item "> Pre-sale engineer </div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="apply-internship-message" class="input" style="transition: none;">
    <div class="input-head">
      <div class="input-label">Message</div>
      <div class="input-prompt">Optional</div>
    </div>
    <textarea id="apply-internship-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
  </label>
  <div class="input drag" style="transition: none;">
    <div class="input-head">
      <div class="input-label">Attachments</div>
      <div class="input-prompt">Maximum file size: 10MB</div>
    </div>
    <label for="apply-internship-file" class="mob-drag-btn">
      <img src="https://www.opencascade.com/wp-content/themes/opencascade/assets/img/icons/attach.svg" alt="icon">
      <span>Attach Files</span>
    </label>
    <div class="drag-area">
      <input id="apply-internship-file" class="drag-area-input" type="file" name="apply-internship-file" multiple="">
      <input type="hidden" name="file-path">
      <div class="drag-area-placeholder">
        <div>
          <span>Drag &amp; Drop or </span><label for="apply-internship-file">Browse</label>
        </div>
        <div class="drag-area-types"> Allowed file types: gif, jpg, jpeg, png, bmp, tif, txt, rtf, html, pdf, doc, docx, odt, ppt, pptx, odp. </div>
      </div>
      <div class="drag-response">
        <div class="drag-response-name"></div>
        <div class="drag-response-size"></div>
        <button class="drag-response-clear">
          <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd" clip-rule="evenodd"
              d="M16.1003 16.8094L31.0424 31.7514L31.7495 31.0443L16.8074 16.1023L31.7495 1.16023L31.0424 0.453125L16.1003 15.3952L1.15828 0.453125L0.451172 1.16023L15.3932 16.1023L0.451172 31.0443L1.15828 31.7514L16.1003 16.8094Z"></path>
          </svg>
        </button>
      </div>
    </div>
  </div>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="apply-internship-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="apply-internship-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="apply-internship-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="apply-internship-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-tech-support" class="form">
  <div class="form-row" style="transition: none;">
    <label for="tech-support-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="tech-support-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="tech-support-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="tech-support-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="tech-support-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="tech-support-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="tech-support-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="tech-support-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="tech-support-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="tech-support-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="tech-support-message" class="input required" style="transition: none;">
    <div class="input-label">Message</div>
    <textarea id="tech-support-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="tech-support-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="tech-support-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="tech-support-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="tech-support-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

#

<form action="#" id="form-tech-issue" class="form">
  <div class="form-row" style="transition: none;">
    <label for="tech-issue-first" class="input required">
      <div class="input-label">First Name</div>
      <input type="text" id="tech-issue-first" name="first-name">
      <div class="input-placeholder">John</div>
      <div class="form-notify"></div>
    </label>
    <label for="tech-issue-last" class="input required">
      <div class="input-label">Last Name</div>
      <input type="text" id="tech-issue-last" name="last-name">
      <div class="input-placeholder">Smith</div>
      <div class="form-notify"></div>
    </label>
  </div>
  <div class="form-row" style="transition: none;">
    <label for="tech-issue-email" class="input required">
      <div class="input-label">E-mail</div>
      <input type="email" id="tech-issue-email" name="email">
      <div class="input-placeholder">example@mail.com</div>
      <div class="form-notify"></div>
    </label>
    <label for="tech-issue-phone" class="input input-tel">
      <div class="input-head">
        <div class="input-label">Phone</div>
        <div class="input-prompt">Optional</div>
      </div>
      <input type="tel" id="tech-issue-phone" name="phone">
      <div class="input-placeholder">+123456789012</div>
    </label>
  </div>
  <label for="tech-issue-company" class="input required" style="transition: none;">
    <div class="input-label">Company</div>
    <input type="text" id="tech-issue-company" name="company">
    <div class="input-placeholder">Example Inc.</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-select" style="transition: none;">
    <div class="form-select-head">
      <div class="form-select-label">Position/Level</div>
      <div class="form-select-prompt">Optional</div>
    </div>
    <button class="form-select-title">Please click here to select the relevant option</button>
    <div class="form-select-list">
      <div class="form-select-item">C-level executive</div>
      <div class="form-select-item">Mid-level management</div>
      <div class="form-select-item">Technical specialist</div>
      <div class="form-select-item">Marketing / Sales specialist</div>
      <div class="form-select-item">Academic</div>
      <div class="form-select-item">Master / Bachelor / Student</div>
      <div class="form-select-item">Other</div>
    </div>
  </div>
  <label for="tech-issue-message" class="input required" style="transition: none;">
    <div class="input-label">Message</div>
    <textarea id="tech-issue-message" name="message"></textarea>
    <div class="input-placeholder">Your message</div>
    <div class="form-notify"></div>
  </label>
  <div class="form-checkboxes" style="transition: none;">
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-privacy-policy" id="tech-issue-policy" class="checkbox-default-input checkbox-privacy-policy">
      <label class="checkbox-default-label" for="tech-issue-policy">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I have read and accepted the <a href="/privacy-policy/">Privacy Policy</a></span>
      </label>
    </div>
    <div class="checkbox-default">
      <input type="checkbox" name="checkbox-marketing" id="tech-issue-marketing" class="checkbox-default-input checkbox-marketing">
      <label class="checkbox-default-label" for="tech-issue-marketing">
        <span class="checkbox-icon">
          <svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path d="M4.91732 9.66537L0.333984 5.16536L0.917318 4.4987L4.91732 8.4987L12.584 0.832031L13.1673 1.41536L4.91732 9.66537Z"></path>
          </svg>
        </span>
        <span class="checkbox-title">I would like to receive Open Cascade marketing communications</span>
      </label>
    </div>
  </div>
  <div class="form-row" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
    <span class="form-submit-caption"> Please, DO NOT use this form if you need to manage your personal data. <a href="/dsrr/">Follow this link for such requests.</a>
    </span>
  </div>
  <div class="form-mob-helper" style="transition: none;">
    <button type="submit" class="btn form-submit-btn disabled" disabled="disabled"><span>Submit</span></button>
  </div>
</form>

Text Content

 * For Enterprises
   Enterprise Solutions
   Get to know how we develop solutions for your company
   Applications
   A variety of solutions covering every stage of the product lifecycle
   Industries
   Discover the wide range of industries we have been serving
 * Our Solutions
   Open Cascade Platform
   Find out more on our tailored solutions to each client's needs
   Services
   Learn how to enhance your equipment
   Custom Software Development
   Variety of software development and consulting services we offer
   Use Cases
   Learn more on the many usages of our solutions
 * About Us
   Company Profile
   Learn more about Open Cascade
   Careers
   Join our team and boost your career
   OCCT3D Technology
   Our world-famous open-source 3D kernel
   Customers and Partners
   Meet our technology and business partners
   Success Stories
   Track record of our happy customers
   

Type your search query

Search
Account Contact Us
For Enterprises
 * Enterprise Solutions
 * Applications
 * Industries

Our Solutions
 * Open Cascade Platform
 * Services
 * Use Cases
 * Technical Support
 * Custom Software Development

About Us
 * Company Profile
 * Careers
 * News
 * Customers and Partners
 * Success Stories
 * OCCT3D Technology

Contact Us
Follow Us

 * Terms of Use
 * Privacy Policy
 * Cookie settings
 * Cookie Policy

For Enterprises
Enterprise Solutions Applications Industries
Our Solutions
Open Cascade Platform Services Custom Software Development Use Cases
About Us
Company Profile Careers OCCT3D Technology Customers and Partners Success Stories
Contact Us

Terms of Use Privacy Policy Cookie settings Cookie Policy
Trusted Information for your business
Real Industrial Digital Continuity
Industrial Metaverse for business boost-up
Cutting-edge Product Competitiveness
Completeness, correctness and consistency of enterprise data
End-to-end flow of compatible data as the main asset of your ecosystem
Improved productivity by going digital and converting data into real value
Multiplatform 3D visualization or simulation for standing out in the market
Old version of the website
is available at  old.opencascade.com
Scroll Down
Open Cascade is
Backing Your Path to the Digital Future

We help industrial companies scaling new heights, reducing losses and gaining
new opportunities of efficiency, by breaking silos, and providing solutions for
isolated IT environments and non-digital data

Industries
View All Industries
Energy & Utilities

Oil & Gas, Chemicals, Renewables: reducing processing costs, optimize assets’
performance with proper energy consumption, leading to the improvement of
environmental footprint

Read More
Life Science

Increasing the level of intelligence and better decision making, by implementing
advanced technologies, comprehensive data management and integrated services

Read More
Manufacturing

Automotive, Special-purpose or Heavy Machinery: increasing return on investment
and operational efficiency and reducing costs by simulations and competent data

Read More
Our Approach

Achieve optimal outcomes by harnessing the synergy of our cutting-edge
technology and complementary services. The Open Cascade Platform is a hub for
rapid systems integration and building custom business solutions. Our end-to-end
services and business domain knowledge ensure successful implementation, by
breaking silos and establishing digital continuity.

Industrial data management
Software integration and use case development

Platform
Collaboration on data

Involve all stakeholders remotely in cause-and-effect analysis giving them
complete plant information for faster and more efficient decision-making.

Successful collaboration using an intelligible and accessible 3D model, leading
to a more strategic and integral approach to asset management.

 * – Easy visual interaction using Open Cascade platform engine
 * – Data contextualization between different specialists
 * – Customized UI/UX
 * – Project team integration
 * – Situational awareness
 * – Near real-time analytics


Hybrid data ingestion

Easily acquire enterprise data and check it for completeness and correctness
based on the best industrial practices and standards.

The well-adjusted process of obtaining, entering, and processing information
from different sources allows building a consistent enterprise data model.

 * – Legacy data ingestion (stakeholders, databases)
 * – Collection and validation of data from disparate sources
 * – Data extraction from unstructured data sources
 * – Data modeling and ETL
 * – Ontology and Sematic Factory


Automated Data Exchange and Storage

Benefit from a practical approach to unify an efficient management of data flows
from different sources and a powerful mechanism for storing massive
heterogeneous data sets.

Unified and automated solutions enable significant time, effort, and risk
reduction in plant data transfer and storage.

 * – Integration through unified, cross-platform, multi-format communication
   (expertise in 3D data exchange)
 * – Compliance with international standards and best practices (CHIFOS, ISO,
   OSDU)
 * – Data mapping across different data formats
 * – Consistent and reliable data warehouse


High-fidelity visualization

Experience high-quality visualization of different types of 3D data. A stable,
powerful, and proven visualization solutions are key enablers for efficient
engineering operations.

Interactive and immersive visualization of industrial data dramatically improves
visual perception and user experience.

 * – Effective scalability on 3D
 * – Data-driven approach in visual representation
 * – Speeded-up decision making
 * – Interpretable reporting
 * – Enhanced product competitiveness


Data Valorization and exploitation

Fuel your business with the best strategies and technologies for data analysis
and management.

Open Cascade intelligent solutions level-up situation awareness and decision
making in real time, optimizing workflows, and minimizing efforts on operation
and maintenance of an industrial object.

 * – Data utilized as an asset
 * – Higher situational awareness & visibility
 * – Operational costs reduced by simulations
 * – Level up performance by more data sources involving data quality
   and inconsistency control



--------------------------------------------------------------------------------

Use cases

Explore examples of business needs solved by Open Cascade proprietary
technologies and expertise

Aftermarket parts catalogue
Read More
Next Use Case
View All Use Cases
Aftermarket parts catalogue
Streamlined engineering workflows tailored to particular needs
Collaborative web-based project or design review
Digital design approval workflows
Digital surgery planning process
Embedded 3D visualization and data processing
Engineering Procurement and Construction 4.0
Industrial facility operation and maintenance
Telecom infrastructure asset management

--------------------------------------------------------------------------------

News
View All News
25 Apr 2022
Open Cascade is hiring in France and Portugal

Open Cascade opens up new job opportunities. This is a great chance to work with
the company’s breakthrough technologies.

Read More
09 Apr 2021
Open Cascade is proud to be a part of ‘Capgemini Engineering’
Read More

21 Nov 2022
Open Cascade Platform components are updated!
Read More
Open Cascade
is a part of
In 2014 the company joined the world-famous transnational corporation —
Capgemini group. Currently it comes as a part of Capgemini Engineering.
About Open Cascade Go to Сapgemini Website
Welcome on OpenCascade.com

Open Cascade’s website uses necessary cookies to make this website work
efficiently.

Beside these necessary cookies and other non-cookie technologies that we use to
run the website properly, we implemented additional and optional cookies which
will not be used unless you enable them by clicking “I accept all the cookies”.

Even if you accept all the cookies we collect, you can always change your
preferred cookie settings via the cookie settings page available from
the website menu.

For more information related to the cookies, we encourage you to visit Cookie
policy, where we answer some frequently asked questions in addition to cookies.

I accept all the cookiesI accept only necessary cookies

I want to customize my cookie settings, and learn
more about cookies used on this website

Privacy & Cookies Policy
Close
Necessary
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly.
This category only includes cookies that ensures basic functionalities and
security features of the website. These cookies do not store any personal
information.
Non Necessary
non-necessary
Any cookies that may not be particularly necessary for the website to function
and is used specifically to collect user personal data via analytics, ads, other
embedded contents are termed as non-necessary cookies. It is mandatory to
procure user consent prior to running these cookies on your website.
Analytics
analytics
Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics the number of
visitors, bounce rate, traffic source, etc.
Preferences
preferences
Preference cookies are used to store user preferences to provide content that is
customized and convenient for the users, like the language of the website or the
location of the visitor.
Uncategorized
uncategorized
Undefined cookies are those that are being analyzed and have not been classified
into a category as yet.
Advertisement
advertisement
Advertisement cookies are used to provide visitors with relevant ads and
marketing campaigns. These cookies track visitors across websites and collect
information to provide customized ads.
Performance
performance
Performance cookies are used to understand and analyze the key performance
indexes of the website which helps in delivering a better user experience for
the visitors.
Save My Settings


Copyright © 2024 Open Cascade
Part of Capgemini
Privacy Policy Terms of Use
Follow Us:

Contact Us

Type your search query

Search
Coming Soon

New version of the Personal Account section is under development. We do our best
to provide current and new users with advanced feature set as soon
as it is possible.

In the new Personal Account users will be able to:
 * edit user and company information,
 * manage access rights for the users of the same company,
 * sign documents electronically,
 * view the list of purchased licenses and the order history,
 * issue technical support tickets and track the progress,
 * download purchased software,
 * get access to training materials,
 * purchase software online using a credit or debit card.

The former version of the Personal Account is available at old.opencascade.com

Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Contact Us
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
Send a Message

Request a Call
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
С-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
Message
Your message

I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
First Name
John

Last Name
Smith

Phone
+123456789012

I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Request a Free Trial
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Request a Live Demo
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Contact Sales
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
Message
Optional
Your message
I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Request a Quote
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
Message
Your message

I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Request for Educational Use
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
+123456789012

Institution
Example Inc.

Academic Position
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other

Message
Optional
Your message
I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Customization Request
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
Message
Your message

I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
E-learning
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
Message
Optional
Your message
I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
On-site training
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
Message
Optional
Your message
I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Apply for a Job
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Desired Position
Optional
Please click here to select the relevant option
Please Click
Computer Graphics Engineer
Technical Project Manager
Java Developer Technical Leader
Expert in Graph DBs
Frontend Developer (Angular)
System architect
Business Analyst
Information Engineer
Aveva Engineer
Aveva Administrator
Java Backend Developer
Pre-sale engineer
Other
Message
Optional
Your message
Attachments
Maximum file size: 10MB
Attach Files
Drag & Drop or Browse
Allowed file types: gif, jpg, jpeg, png, rtf, pdf, doc, docx, odt, ppt, pptx,
odp.

I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Apply for an Internship
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Desired Position
Optional
Please click here to select the relevant option
Please Click
Computer Graphics Engineer
Technical Project Manager
Java Developer Technical Leader
Expert in Graph DBs
Frontend Developer (Angular)
System architect
Business Analyst
Information Engineer
Aveva Engineer
Aveva Administrator
Java Backend Developer
Pre-sale engineer
Other
Message
Optional
Your message
Attachments
Maximum file size: 10MB
Attach Files
Drag & Drop or Browse
Allowed file types: gif, jpg, jpeg, png, bmp, tif, txt, rtf, html, pdf, doc,
docx, odt, ppt, pptx, odp.

I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Tech Support Request
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
Message
Your message

I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit
Thank you!
The request has been successfully submitted.
You can close this window.
We will contact you shortly during our office hours
(Monday to Friday, 9:00 am — 6:00 pm GMT +1)
Report a Technical Issue
We will contact you shortly during our office hours (Monday to Friday, 9:00 am —
6:00 pm GMT +1)
First Name
John

Last Name
Smith

E-mail
example@mail.com

Phone
Optional
+123456789012
Company
Example Inc.

Position/Level
Optional
Please click here to select the relevant option
C-level executive
Mid-level management
Technical specialist
Marketing / Sales specialist
Academic
Master / Bachelor / Student
Other
Message
Your message

I have read and accepted the Privacy Policy
I would like to receive Open Cascade marketing communications
Submit Please, DO NOT use this form if you need to manage your personal data.
Follow this link for such requests.
Submit


Backing your path to digital Future
Mobile version of the website is on development.  Please open the website on
your desktop computer.

Or go to the old version of the website at old.opencascade.com
Follow Us: