<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* variables */
/* catalog categories */
/* press review categories */
/* industries */
/* fonts */
/* mixins */
.timeline-swiper--container {
  display: flex;
  align-items: stretch;
  background-color: #F3F4F6;
  overflow: hidden;
  margin-bottom: 25px;
  z-index: 5;
  border-bottom: 20px solid #FFFFFF;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .timeline-swiper--container {
    display: none;
  }
}
.timeline-swiper--container.show {
  opacity: 1;
}

.timeline-swiper--btn:not(.swiper-button-lock) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.timeline-swiper--btn:not(.swiper-button-lock) svg {
  pointer-events: none;
}

body:not(.touch-device) .timeline-swiper--btn:hover {
  background-color: #101010;
}
body:not(.touch-device) .timeline-swiper--btn:hover svg {
  stroke: #FFFFFF;
}

.timeline-swiper {
  position: relative;
  width: calc(100% - 60px);
}
.timeline-swiper:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 5px solid #FFFFFF;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 55;
}

.swiper-button-lock + .timeline-swiper {
  width: 100%;
}

.timeline-swiper--slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  color: #333333;
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.timeline-swiper--slide.swiper-slide-active {
  background-color: #101010;
  color: #FFFFFF;
}

body:not(.touch-device) .timeline-swiper--slide:not(.swiper-slide-active):hover {
  color: #101010;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px;
}
.form.loading .loader {
  display: block;
}
.form.loading .form--group__submit {
  display: none;
}
.form.loading .form--submit {
  pointer-events: none;
}
.form.hide-personal-data .form--group__personalData {
  display: none;
}
.form .loader {
  display: none;
  margin: 0 auto;
}
.form .lds-default {
  transform: scale(0.5);
}

.form--group {
  width: 100%;
  margin-bottom: 20px;
}
.form--group.error .form--fieldMessages {
  display: block;
}
.form--group.error.valueMissing [data-error=value-missing] {
  display: block;
}
.form--group.error.typeMismatch [data-error=type-mismatch] {
  display: block;
}
.form--group.error.tooShort [data-error=too-short] {
  display: block;
}
.form--group.error.serverError [data-error=server-error] {
  display: block;
}

.form--group__checkbox {
  margin-bottom: 15px;
}
.form--group__checkbox .form--fieldWrap {
  flex-direction: column;
}
.form--group__checkbox .form--input {
  display: none;
}
.form--group__checkbox .form--input + .form--label {
  margin-bottom: 0;
}
.form--group__checkbox .form--input + .form--label .form--label__checkbox:after {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  top: 2px;
  left: 3px;
  border: 3px solid #101010;
  border-top: none;
  border-right: none;
  background: rgba(0, 0, 0, 0);
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.form--group__checkbox .form--input:checked + .form--label .form--label__checkbox:after {
  opacity: 1;
}
.form--group__checkbox .form--label &gt; span {
  font-weight: 400;
  width: calc(100% - 30px);
}
.form--group__checkbox .form--label .form--label__checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #F3F4F6;
}

.form--group__hidden {
  display: none;
}

.form--group__submit {
  padding-top: 25px;
}
.form--group__submit .form--fieldWrap {
  align-items: center;
}
.form--group__submit .form--submit {
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  max-width: 250px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.form--customerPortalGroup {
  display: flex;
  align-items: stretch;
  width: 100%;
  background-color: #232323;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 25px 20px;
  margin-bottom: 25px;
}
.form--customerPortalGroup:hover {
  color: #FFFFFF;
}
.form--customerPortalGroup:hover .form--customerPortalIcon svg {
  transform: translateX(50%);
}

.form--customerPortalInfo {
  width: calc(100% - 75px);
  padding-right: 25%;
}
@media (max-width: 767px) {
  .form--customerPortalInfo {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

.form--customerPortalTitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .form--customerPortalTitle {
    font-size: 1.25rem;
  }
}

.form--customerPortalText {
  font-size: 1.0625rem;
}

.form--customerPortalIcon {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 75px;
  padding-right: 15px;
  background-image: url("https://www.opto-e.com/assets/svg/customer-portal.svg");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.form--customerPortalIcon svg {
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 767px) {
  .form--customerPortalIcon {
    display: none;
  }
}

.form--fieldWrap {
  display: flex;
  flex-direction: column-reverse;
}

.form--label {
  display: flex;
  cursor: pointer;
  margin-bottom: 7px;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form--label.subtitle {
  flex-wrap: wrap;
}

.form--labelTitle {
  font-weight: 700;
}

.form--labelSubTitle {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  width: 100%;
  margin-top: 5px;
}

.form--input {
  width: 100%;
  height: 40px;
  padding: 10px 10px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: #F3F4F6;
  outline: none;
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 1rem;
}
.form--input:focus {
  border-bottom: 2px solid #101010;
}
.form--input[type=file] {
  padding: 0;
  background-color: transparent;
}
.form--input[type=file]:focus {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.form--select {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: #F3F4F6;
  outline: none;
  padding: 10px 15px;
  font-size: 1rem;
}
.form--select:focus {
  border: 2px solid #101010;
}

.form--textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: #F3F4F6;
  outline: none;
  padding: 10px 15px;
  transition: border 500ms cubic-bezier(0.23, 1, 0.32, 1);
  font-size: 1rem;
}
.form--textarea:focus {
  border-bottom: 2px solid #101010;
}

.form--fieldMessages {
  display: none;
}

.form--fieldMessage {
  display: none;
  color: #DD0000;
  font-size: 0.8125rem;
  font-style: italic;
  margin-top: 5px;
}

.form-background {
  background-color: #F3F4F6;
  border-radius: 5px;
}
.form-background .form--input, .form-background .form--select, .form-background .form--textarea {
  background-color: #FFFFFF;
}
.form-background .form--group__checkbox .form--label .form--label__checkbox {
  background-color: #FFFFFF;
}

.form--groupHalf {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 767px) {
  .form--groupHalf {
    width: 100%;
  }
}

.form--groupThird {
  width: calc((100% - 20px) / 3);
}
@media (max-width: 767px) {
  .form--groupThird {
    width: 100%;
  }
}

.form--group__captcha {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
}

.form--field[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

/* form wrap */
.form-wrap .page-header--title {
  color: #333333 !important;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .form-wrap .page-header--title {
    text-align: left;
  }
}
.form-wrap .form {
  max-width: 800px;
  margin: 0 auto;
}

.form-wrap--info {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.0625rem;
}
@media (max-width: 767px) {
  .form-wrap--info {
    text-align: left;
  }
}

.columns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 50px;
}

.column--content {
  width: calc(75% - 60px);
}
@media (max-width: 1199px) {
  .column--content {
    width: 100%;
    margin-bottom: 50px;
  }
}

.timeline-swiper:after {
  display: none;
}

.timeline-swiper--slide.swiper-slide-active {
  background-color: #F3F4F6;
  color: #333333;
}
.timeline-swiper--slide.active {
  background-color: #101010;
  color: #FFFFFF;
}

body:not(.touch-device) .timeline-swiper--slide.swiper-slide-active:hover {
  color: #101010;
}
body:not(.touch-device) .timeline-swiper--slide.active:hover {
  background-color: #101010;
  color: #FFFFFF;
}

.column--sidebar {
  width: 25%;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .column--sidebar {
    width: 100%;
    margin-left: 0;
  }
}

.column--content .heading {
  padding-bottom: 5px;
  border-bottom: 1px solid #D6DADB;
}

.news-list--group {
  margin-bottom: 40px;
}
.news-list--group:last-child {
  margin-bottom: 0px;
}

.news-item {
  display: flex;
  color: #101010;
  width: fit-content;
  margin-bottom: 10px;
  transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.news-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .news-item {
    display: block;
    margin-bottom: 15px;
  }
  .news-item:last-child {
    margin-bottom: 0px;
  }
}

.news-item--date {
  color: #333333;
  margin-right: 15px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.news-item--title {
  font-weight: 700;
}

body:not(.touch-device) .news-item:hover {
  color: #333333;
}

.heading--newsletter {
  margin-top: 17px;
}

.column--text {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.column--text:last-child {
  margin-bottom: 0;
}</pre></body></html>