.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-top: 0;
  padding-bottom: 0;
}

.row>* {
  padding-left: 12px;
  padding-right: 12px;
  max-width: 100%;
}

.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}

.row.g-0>* {
  padding-left: 0;
  padding-right: 0;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

.opm-main-wrapper h1,
.opm-modal h1 {
  font-size: calc(1.375rem + 2.2vw);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 12px;
}

.opm-main-wrapper h2,
.opm-modal h2 {
  font-size: calc(1.325rem + 1.75vw);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 12px;
}

.opm-main-wrapper h3,
.opm-modal h3 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 600;
  line-height: 1.35;
  margin-top: 0;
  letter-spacing: -0.5px;
}

.opm-main-wrapper h4,
.opm-modal h4 {
  font-size: calc(1.275rem + 0.75vw);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 8px;
}

.opm-main-wrapper h5,
.opm-modal h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 8px;
}

.opm-main-wrapper h6,
.opm-modal h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
  letter-spacing: -0.25px;
}

.opm-main-wrapper p,
.opm-modal p {
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 16px;
}

.opm-main-wrapper ul li,
.opm-modal ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 16px;
}

@media only screen and (min-width: 1200px) {

  .opm-main-wrapper h1,
  .opm-modal h1 {
    font-size: 3rem;
  }

  .opm-main-wrapper h2,
  .opm-modal h2 {
    font-size: 2.5rem;
  }

  .opm-main-wrapper h3,
  .opm-modal h3 {
    font-size: 2rem;
  }

  .opm-main-wrapper h4,
  .opm-modal h4 {
    font-size: 1.75rem;
  }
}

.opm-btn {
  border: 0;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
}

.opm-btn.btn-primary {
  background-color: #E80E19;
  color: #ffffff;
}

.opm-btn.btn-secondary {
  background-color: #FFCC00;
  color: initial;
}

.opm-btn.btn-dark {
  background-color: #1B1D1F;
  color: #ffffff;
}

.opm-btn>.opm-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.opm-btn>.opm-btn-icon+span {
  margin-left: 8px;
}

a.opm-btn {
  color: #ffffff;
  text-decoration: unset;
}

.form-group {
  margin-bottom: 12px;
}

.opm-form-input {
  display: inline-block;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  background-color: #ffffff;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 300;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
}

.opm-form-input:focus,
.opm-form-input:focus-within {
  border-color: #E80E19;
}

.opm-form-input::-webkit-input-placeholder {
  color: #000;
}

.opm-form-input::-moz-placeholder {
  color: #000;
}

.opm-form-input:-ms-input-placeholder {
  color: #000;
}

.opm-form-input::-ms-input-placeholder {
  color: #000;
}

.opm-form-input::placeholder {
  color: #000;
}

.opm-form-label {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.form-group select,
.opm-form-input,
.opm-form-select {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0px 12px;
  line-height: 1.25;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-group select:focus,
.form-group select:focus-within,
.opm-form-input:focus,
.opm-form-input:focus-within,
.opm-form-select:focus,
.opm-form-select:focus-within {
  outline: unset;
}

.form-group select.is-invalid:not(select.form-control),
.opm-form-input.is-invalid:not(select.form-control),
.opm-form-select.is-invalid:not(select.form-control) {
  border-color: #FF1E1E;
  padding-right: calc(1.5em + 0.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-color: #ffffff;
}

.was-validated .form-control:invalid {
  border-color: red;
}

.form-feedback-error {
  margin-top: 4px;
  font-size: 14px;
  color: #FF1E1E;
  display: none;
}

textarea.form-control {
  height: auto;
  padding: 12px;
}

.form-group select,
.opm-form-select {
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.form-group select.is-invalid,
.opm-form-select.is-invalid {
  --form-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF1E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF1E1E' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  border-color: #FF1E1E !important;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

html {
  scroll-behavior: smooth;
}

#VideosAndLogos,
.clearfix.sec-pTB.opmRelPrd.mbH,
.thanks,
.heading-menu,
#scroll,
#btmscroll {
  display: none;
}

.foot-copy {
  height: auto !important;
  background: transparent;
  line-height: 1.25 !important;
  padding: 16px 0;
}

.row {
  padding-top: 0;
  padding-bottom: 0;
}

.text-center {
  text-align: center !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.sec-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.w-100 {
  width: 100% !important;
}

.d-block {
  display: block !important;
}

.dwn-priv {
  font-size: 12px;
  line-height: 1.5;
  margin: 12px 0;
  color: inherit;
}

#meGDPRMessage {
  color: inherit;
  font-size: 12px;
  max-width: 560px;
  width: 100%;
}

.checkmarkgdpr {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px !important;
  background: #ffffff !important;
}

.checkmarkgdpr::before {
  content: "";
  top: -1px !important;
  left: 0 !important;
  position: relative !important;
  width: 6px !important;
  height: 11px !important;
  border-style: solid !important;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms -webkit-transform ease-out !important;
  transition: 120ms transform ease-out !important;
  transition: 120ms transform ease-out, 120ms -webkit-transform ease-out !important;
}

.checkmarkgdpr.enableCheckgdpr::before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
}

#scroll .container {
  max-width: 1280px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.opm-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0;
  display: block;
  z-index: -1;
}

.opm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  outline: none;
  display: none;
  z-index: 99999;
}

.opm-modal.active {
  display: block;
}

.opm-modal.active .opm-modal-backdrop {
  opacity: 0.5;
}

.opm-modal .opm-modal-dialog {
  position: relative;
  margin: 12px;
  max-width: 480px;
  width: auto;
}

@media screen and (min-width: 576px) {
  .opm-modal .opm-modal-dialog {
    margin: 32px auto;
  }
}

.opm-modal .opm-modal-dialog .opm-modal-content {
  padding: 24px;
  border-radius: 8px;
  background-color: #ffffff;
}

.opm-modal .opm-modal-dialog .opm-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.opm-modal .opm-modal-dialog .opm-modal-header h5 {
  margin-bottom: 0;
}

.opm-modal .opm-modal-dialog .opm-btn-close {
  width: 32px;
  height: 32px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxsaW5lIHgxPSIxOCIgeTE9IjYiIHgyPSI2IiB5Mj0iMTgiPjwvbGluZT48bGluZSB4MT0iNiIgeTE9IjYiIHgyPSIxOCIgeTI9IjE4Ij48L2xpbmU+PC9zdmc+");
}

#banner-form-thanks {
  display: none;
}

.thanks-content {
  background: linear-gradient(125deg, #ffeda7, #fffcef);
  border-radius: 8px;
  border: 1px solid #f6ecc8;
  max-width: 542px;
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: initial;
}

.thanks-content h6 {
  margin-top: 12px;
}

.opm-main-wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.opm-main-wrapper *::before,
.opm-main-wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.opm-main-wrapper .container {
  max-width: 1280px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.opm-main-wrapper .sec-header {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.opm-main-wrapper strong {
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .opm-main-wrapper .banner-content h1 {
    font-size: 48px;
    line-height: 1.15;
    letter-spacing: -0.75px;
  }

  .opm-main-wrapper .banner-content p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
  }
}

.opm-main-wrapper .banner-section {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  background-color: #001A89;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.opm-main-wrapper .banner-section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.opm-main-wrapper .banner-section .banner-content h1 {
  margin-bottom: 12px;
  font-weight: 600;
  color: #FFFFFF;
}

.opm-main-wrapper .banner-section .banner-content .customer-percentage {
  font-size: 72px;
  font-weight: 700;
  min-width: 158px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .opm-main-wrapper .banner-section .banner-content .customer-percentage {
    font-size: calc(3rem + 2.2vw);
    min-width: 132px;
  }
}

.opm-main-wrapper .banner-section .banner-content .banner-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 100px;
  margin-bottom: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 400;
  border: 1px solid #BBC5ED;
  color: #BBC5ED;
}

.opm-main-wrapper .banner-section .banner-content .opm-btn {
  margin-top: 12px;
}

.opm-main-wrapper .about-section img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.opm-main-wrapper .about-section ul {
  margin-bottom: 30px;
}

.opm-main-wrapper .about-section ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 12px;
}

.opm-main-wrapper .about-section ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyIDExLjA4VjEyQzIxLjk5ODggMTQuMTU2NCAyMS4zMDA1IDE2LjI1NDcgMjAuMDA5MyAxNy45ODE4QzE4LjcxODIgMTkuNzA5IDE2LjkwMzMgMjAuOTcyNSAxNC44MzU0IDIxLjU4MzlDMTIuNzY3NCAyMi4xOTUzIDEwLjU1NzMgMjIuMTIxOSA4LjUzNDQ3IDIxLjM3NDZDNi41MTE2OCAyMC42MjczIDQuNzg0NjUgMTkuMjQ2MSAzLjYxMDk2IDE3LjQzNzFDMi40MzcyNyAxNS42MjggMS44Nzk3OSAxMy40ODgxIDIuMDIxNjggMTEuMzM2M0MyLjE2MzU2IDkuMTg0NTUgMi45OTcyMSA3LjEzNjMxIDQuMzk4MjggNS40OTcwNkM1Ljc5OTM1IDMuODU3ODEgNy42OTI3OSAyLjcxNTM3IDkuNzk2MTkgMi4yNDAxM0MxMS44OTk2IDEuNzY0OSAxNC4xMDAzIDEuOTgyMzIgMTYuMDcgMi44NTk5OSIgc3Ryb2tlPSIjMDlBQjU4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjIgNEwxMiAxNC4wMUw5IDExLjAxIiBzdHJva2U9IiMwOUFCNTgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

.opm-main-wrapper .disclaimer-section {
  padding-bottom: 80px;
}

.opm-main-wrapper .disclaimer-section h6 {
  margin-bottom: 8px;
}

.opm-main-wrapper .disclaimer-section p {
  font-size: 13.5px;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

@media screen and (max-width: 991.98px) {
  .about-section img {
    margin-top: 60px;
  }
}

#download-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#download-form .form-ct {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: linear-gradient(125deg, #ffeda7, #fffcef);
  padding: 28px;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #f6ecc8;
  width: 100%;
}

#download-form .dwn-priv {
  margin: 12px 0 0 !important;
  font-size: 12px;
}

#download-form .dwn-priv a {
  color: inherit;
  text-decoration: underline;
}

#download-form .form-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  position: relative;
}

@media only screen and (max-width: 525.98px) {
  #download-form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    width: 100%;
  }
}

#download-form .form-group .opm-btn,
#download-form .form-group .opm-form-input {
  height: 54px;
}

#download-form .form-group .opm-btn {
  border-radius: 0 4px 4px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 525.98px) {
  #download-form .form-group .opm-btn {
    border-radius: 4px;
    margin-top: 12px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#download-form .form-group .opm-form-input {
  font-size: 16px;
}

@media only screen and (min-width: 526px) {
  #download-form .form-group .opm-form-input {
    border-radius: 4px 0 0 4px;
    border-right-width: 0;
  }
}

@media only screen and (max-width: 525.98px) {
  #download-form .form-group .opm-form-input {
    width: 100%;
  }
}

.area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0.25;
  z-index: -1;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 70%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.input-group {
  width: 100%;
}

.form-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    width: 100%;
  }

  .form-group-row .form-group-item {
    width: 100%;
  }
}

.form-group-row .form-feedback-error {
  position: absolute;
  top: -28px;
  color: #E80E19;
  width: 100%;
  display: none;
}

.form-group-row>div {
  position: relative;
}

.form-group-row>div input,
.form-group-row>div select {
  width: 100%;
  height: 54px;
  border: 0;
  font-size: 15px;
  color: #1B1D1F;
  font-family: inherit;
  background: transparent;
}

.form-group-row>div input:focus,
.form-group-row>div select:focus {
  outline: none;
}

.form-group-row>div select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-image: var(--form-bg-img), var(--form-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right -0.18rem center;
  background-size: 16px 12px;
}

.form-group-row>div:nth-child(1) {
  border: 1px solid #E1E2E5;
  border-right-width: 0;
  background: #ffffff;
  border-radius: 4px 0 0 4px;
  padding-right: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-width: 1px;
    border-radius: 4px;
  }
}

.form-group-row>div:nth-child(1)::after {
  position: absolute;
  content: "";
  background-color: #E1E2E5;
  width: 1px;
  height: 28px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(1)::after {
    display: none;
  }
}

.form-group-row>div:nth-child(2) {
  border: 1px solid #E1E2E5;
  border-left-width: 0;
  background: #ffffff;
  padding: 0 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent;
    border: 0;
    padding-left: 0;
  }

  .form-group-row>div:nth-child(2) .opm-btn {
    width: 100%;
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}

.form-group-row>div:nth-child(2) .select-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  position: relative;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .select-country {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 8px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.form-group-row>div:nth-child(2) .select-country #MECountryListing {
  opacity: 0;
  position: absolute;
  min-width: 38px;
  max-width: 100%;
}

.form-group-row>div:nth-child(2) .select-country select {
  padding-left: 12px;
  max-width: 132px;
  background-image: none;
  text-overflow: ellipsis;
  position: relative;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .select-country select {
    max-width: 50%;
    border-left: 1px solid #dddddd;
  }
}

.form-group-row>div:nth-child(2) .select-country::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  margin: auto;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .select-country::after {
    right: 12px;
  }
}

.form-group-row>div:nth-child(2) .selectedCountry {
  font-size: 15px;
  margin-right: 8px;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .selectedCountry {
    margin-left: 12px;
  }
}

.form-group-row>div:nth-child(2) .caretDown {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1B1D1F;
  z-index: 0;
  margin: auto;
}

@media only screen and (max-width: 525.98px) {
  .form-group-row>div:nth-child(2) .caretDown {
    display: none;
  }
}

.form-group-row>div:nth-child(3) {
  border-left-width: 0;
  border-radius: 0 4px 4px 0;
  border-color: #E80E19;
}

.form-group-row>div:nth-child(3) input[type=submit] {
  background-color: #E80E19;
  color: #ffffff;
  padding: 14px 38px 14px 16px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
}

.form-group-row>div:nth-child(3) svg {
  position: absolute;
  right: calc(50% - 68px);
  top: 16px;
}

.form-group-row .opm-btn {
  padding: 0 24px;
  height: 54px;
  font-family: inherit;
  margin-left: 12px;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
}