@charset "UTF-8";
.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%;
  }
}
.opu-btn {
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: calc(1rem + 2px);
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  padding: 12px 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E1E2E5;
  color: inherit;
  background-color: #ffffff;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-family: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.opu-btn:hover {
  color: #E80E19;
  border-color: #E80E19;
}
.opu-btn > .opu-btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.opu-btn > .opu-btn-icon + span {
  margin-left: 8px;
}
.opu-btn.opu-btn-primary {
  border: 1px solid #E80E19 !important;
  background-color: #E80E19 !important;
  color: #ffffff;
}
.opu-btn.opu-btn-primary:hover {
  background-color: #db0b15;
  border-color: #db0b15;
}
.opu-btn.opu-btn-primary:focus {
  background-color: #d00610;
  border-color: #d00610;
}
.opu-btn.opu-btn-secondary {
  border: 1px solid #000000 !important;
  background-color: #000000 !important;
  color: #ffffff;
}
.opu-btn.opu-btn-secondary:hover {
  background-color: #444444;
  border-color: #444444;
}
.opu-btn.opu-btn-secondary:focus {
  background-color: #444444;
  border-color: #444444;
}
.opu-btn > span:last-child.opu-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}

a.opu-btn {
  text-decoration: none;
}
a.opu-btn.btn-primary {
  color: #ffffff !important;
  text-decoration: none;
}

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

.opm-form-input {
  display: inline-block;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 300;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 300;
}
.opm-form-input::-webkit-input-placeholder {
  color: #000000;
}
.opm-form-input::-moz-placeholder {
  color: #000000;
}
.opm-form-input:-ms-input-placeholder {
  color: #000000;
}
.opm-form-input::-ms-input-placeholder {
  color: #000000;
}
.opm-form-input::placeholder {
  color: #000000;
}
.opm-form-input:focus, .opm-form-input:focus-within {
  border-color: #E80E19;
}

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

input::-webkit-input-placeholder {
  color: #d5d5d5;
}

input::-moz-placeholder {
  color: #d5d5d5;
}

input:-ms-input-placeholder {
  color: #d5d5d5;
}

input::-ms-input-placeholder {
  color: #d5d5d5;
}

input::placeholder {
  color: #d5d5d5;
}

.form-group select,
.opm-form-input,
.opm-form-select {
  border: 1px solid #dddddd;
  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;
  font-weight: 300;
}
.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;
  -webkit-box-shadow: 0 0 1.5px -0.25px #006DEB;
          box-shadow: 0 0 1.5px -0.25px #006DEB;
  border: 1px solid #006DEB;
}
.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);
}

.opu-main-wrapper h1 {
  font-size: calc(1.375rem + 2.2vw);
  line-height: 1.0625;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 0 0 12px;
}
.opu-main-wrapper h2,
.opu-main-wrapper .h2 {
  font-size: calc(1.325rem + 1.75vw);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.65px;
  margin: 0 0 12px;
}
.opu-main-wrapper h3,
.opu-main-wrapper .h3 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}
.opu-main-wrapper h4,
.opu-main-wrapper .h4 {
  font-size: calc(1.275rem + 0.75vw);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}
.opu-main-wrapper h5,
.opu-main-wrapper .h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}
.opu-main-wrapper h6,
.opu-main-wrapper .h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}
.opu-main-wrapper p,
.opu-main-wrapper .p {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 16px;
}
.opu-main-wrapper ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 12px;
}
@media only screen and (min-width: 1200px) {
  .opu-main-wrapper h1,
  .opu-main-wrapper .h1 {
    font-size: 56px;
  }
  .opu-main-wrapper h2,
  .opu-main-wrapper .h2 {
    font-size: 2.5rem;
  }
  .opu-main-wrapper h3,
  .opu-main-wrapper .h3 {
    font-size: 2rem;
  }
  .opu-main-wrapper h4,
  .opu-main-wrapper .h4 {
    font-size: 1.75rem;
  }
}

:root {
  --color-primary: #006DEB;
  --color-black: #000000;
  --color-white: #ffffff;
  --text-color: #000000;
}

#scroll,
.heading-menu {
  display: none;
}

.opu-main-wrapper *,
.opu-main-wrapper *::before,
.opu-main-wrapper *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.opu-main-wrapper [class*=-section] {
  padding: 80px 0;
}

.unorder-list {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: 16px;
}
.unorder-list li {
  margin-bottom: 4px !important;
}

.sec-header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .sec-header .title-break {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .title-break {
    display: block;
  }
}

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

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

.bottom-cta-section .bottom-cta-btn-group {
  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;
  gap: 0 16px;
  margin-top: 32px;
}

@media only screen and (max-width: 440.98px) {
  .bottom-cta-btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px 0 !important;
  }
  .bottom-cta-btn-group .opu-btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.supported-server-img {
  text-align: center;
}
.supported-server-img svg {
  max-width: 460px;
  height: auto;
  width: 100%;
}

.supported-list {
  margin-top: 32px;
  gap: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .supported-list {
    margin: 32px auto;
  }
}
.supported-list li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 12px 20px 12px 52px;
  background: #ffffff;
}
.supported-list li::before {
  position: absolute;
  content: "";
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjM0NCAxNi45NjI2TDE4LjE4NzYgOS4xMTkwNUwxNi45NTgxIDcuODg5NThMMTAuMzQ0IDE0LjUwMzdMNy4wMTkwNCAxMS4xNzg3TDUuNzg5NTggMTIuNDA4MUwxMC4zNDQgMTYuOTYyNlpNMTIuMDAxOCAyMy4wODMxQzEwLjQ2ODggMjMuMDgzMSA5LjAyNzk3IDIyLjc5MjIgNy42NzkxNCAyMi4yMTA0QzYuMzMwMyAyMS42Mjg3IDUuMTU3MDEgMjAuODM5MSA0LjE1OTI1IDE5Ljg0MThDMy4xNjE0OCAxOC44NDQ1IDIuMzcxNTggMTcuNjcxNyAxLjc4OTU1IDE2LjMyMzVDMS4yMDc1MiAxNC45NzUzIDAuOTE2NTA0IDEzLjUzNDcgMC45MTY1MDQgMTIuMDAxOEMwLjkxNjUwNCAxMC40Njg4IDEuMjA3MzkgOS4wMjc5NyAxLjc4OTE3IDcuNjc5MTRDMi4zNzA5NSA2LjMzMDMgMy4xNjA0OSA1LjE1NzAxIDQuMTU3OCA0LjE1OTI2QzUuMTU1MTIgMy4xNjE0OCA2LjMyNzkgMi4zNzE1OCA3LjY3NjE0IDEuNzg5NTVDOS4wMjQzNiAxLjIwNzUyIDEwLjQ2NDkgMC45MTY1MDQgMTEuOTk3OSAwLjkxNjUwNEMxMy41MzA4IDAuOTE2NTA0IDE0Ljk3MTYgMS4yMDczOSAxNi4zMjA1IDEuNzg5MTdDMTcuNjY5MyAyLjM3MDk1IDE4Ljg0MjYgMy4xNjA0OSAxOS44NDA0IDQuMTU3OEMyMC44MzgxIDUuMTU1MTIgMjEuNjI4IDYuMzI3OSAyMi4yMTAxIDcuNjc2MTRDMjIuNzkyMSA5LjAyNDM2IDIzLjA4MzEgMTAuNDY0OSAyMy4wODMxIDExLjk5NzlDMjMuMDgzMSAxMy41MzA4IDIyLjc5MjIgMTQuOTcxNiAyMi4yMTA0IDE2LjMyMDVDMjEuNjI4NyAxNy42NjkzIDIwLjgzOTEgMTguODQyNiAxOS44NDE4IDE5Ljg0MDRDMTguODQ0NSAyMC44MzgxIDE3LjY3MTcgMjEuNjI4IDE2LjMyMzUgMjIuMjEwMUMxNC45NzUzIDIyLjc5MjEgMTMuNTM0NyAyMy4wODMxIDEyLjAwMTggMjMuMDgzMVoiIGZpbGw9IiMwOUFCNTgiLz4KPC9zdmc+Cg==");
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--text-color);
}

h1 {
  font-size: 56px;
  line-height: 1.25;
  letter-spacing: -1px;
  font-weight: 700;
  margin: 0 0 12px;
}

a {
  color: var(--color-primary);
}

.m-0 {
  margin: 0;
}

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

.mb-2 {
  margin-bottom: 8px;
}

.mb-3 {
  margin-bottom: 12px;
}

.mt-3 {
  margin-top: 12px;
}

.mt-4 {
  margin-top: 32px;
}

.mb-4 {
  margin-bottom: 32px;
}

.p-0 {
  padding: 0 !important;
}

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

.text-white {
  color: var(--color-white);
}

.w-100 {
  width: 100%;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sec-header {
  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;
  max-width: 840px;
  margin: auto auto 32px;
  text-align: center;
}
.sec-header .sec-title {
  text-align: center;
  margin-bottom: 20px;
}
.sec-header .sec-title-break {
  display: block;
}

.opu-banner-section {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF0BC), to(rgba(255, 248, 224, 0.6)));
  background: linear-gradient(180deg, #FFF0BC 0%, rgba(255, 248, 224, 0.6) 100%);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.opu-banner-section::before {
  content: "";
  position: absolute;
  background: url("/images/ip-scanner/bg-pattern.svg") no-repeat scroll center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  opacity: 0.5;
}
.opu-banner-section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.opu-banner-section .banner-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 16px;
}

.banner-form-card {
  border-radius: 8px;
  padding: 24px;
  background: var(--color-white);
  color: var(--color-black);
  max-width: 420px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: 100%;
  min-height: 300px;
  -webkit-box-shadow: 0px 0px 4px 0px rgb(228, 220, 17);
          box-shadow: 0px 0px 4px 0px rgb(228, 220, 17);
}
.banner-form-card .banner-form-thanks {
  display: none;
}
.banner-form-card .opu-btn {
  line-height: 1;
  height: 44px;
}
.banner-form-card .thanks-content {
  text-align: center;
}
.banner-form-card .thanks-content h6 {
  margin-top: 12px;
}
.banner-form-card .banner-form-wrapper form {
  margin-top: 16px;
}

.bg-grey {
  background-color: #F8F8F8;
}

.how-section {
  background-color: #F8F8F8;
}

.whychoose-section .row {
  row-gap: 24px;
}
@media screen and (max-width: 991.98px) {
  .whychoose-section .row {
    gap: 24px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.whychoose-section .whychoose-card {
  -webkit-box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 20px -4px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
}
.whychoose-section .whychoose-card .whychoose-count {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background: #2c2c2c;
  margin-bottom: 16px;
  display: grid;
  place-items: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: white;
  -webkit-text-stroke-width: 1px;
  font-size: 36px;
  font-weight: 900;
}
.whychoose-section .whychoose-card p {
  margin-bottom: 0;
}
.whychoose-section .whychoose-card h4 {
  margin-bottom: 4px;
}

.edi-btn inputgroup.error .error-field,
.edi-btn inputgroup.error1 .error-field1,
.edi-btn inputgroup.error2 .error-field2 {
  color: red !important;
  top: 4px;
}

.edi-btn {
  margin: 0 !important;
}
.edi-btn inputgroup input,
.edi-btn inputgroup select,
.edi-btn inputgroup textarea,
.edi-btn .field-valid input,
.edi-btn .field-valid select,
.edi-btn .field-valid textarea,
.edi-btn .field-error input,
.edi-btn .field-error select,
.edi-btn .field-error textarea {
  font-weight: 400 !important;
  max-width: 100% !important;
  width: 100% !important;
  border-radius: 4px !important;
  background: #fff !important;
  font-size: 15px !important;
  border: 1px solid #E5E7EB !important;
  padding: 0px 12px !important;
  height: 48px;
  line-height: 48px !important;
  outline: unset;
}
.edi-btn inputgroup input:focus,
.edi-btn inputgroup select:focus,
.edi-btn inputgroup textarea:focus,
.edi-btn .field-valid input:focus,
.edi-btn .field-valid select:focus,
.edi-btn .field-valid textarea:focus,
.edi-btn .field-error input:focus,
.edi-btn .field-error select:focus,
.edi-btn .field-error textarea:focus {
  border-color: var(--color-primary) !important;
}
.edi-btn inputgroup {
  margin-bottom: 2px !important;
}
.edi-btn inputgroup.focus label {
  color: var(--text-color) !important;
  font-weight: 300 !important;
  -webkit-transform: translate(0px, 0px) scale(1) !important;
          transform: translate(0px, 0px) scale(1) !important;
}
.edi-btn inputgroup label {
  color: #6C758A !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

input#downloadSubmit.download {
  width: 100% !important;
  background: #3b73f2 !important;
  color: var(--color-white);
  margin: 0 !important;
  padding: 0px 12px !important;
  font-size: 18px !important;
  border-radius: 4px !important;
}

.edi-btn inputgroup select[data-countrygdpr=MECountryListing] {
  margin: 24px 0 16px !important;
  padding: 0px 12px !important;
  height: 48px !important;
  line-height: 48px !important;
}

.dwn-priv.tac {
  font-size: 14px !important;
  text-align: left !important;
  color: var(--text-color) !important;
  margin: 0 0 16px !important;
  line-height: 20px;
  max-width: 100% !important;
  font-weight: 300 !important;
}

.dwn-priv a {
  color: var(--color-primary) !important;
}

#meGDPRMessage {
  margin: 0 0 6px !important;
  width: 100% !important;
}

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

#ukcountry_region,
#country_state {
  margin-top: 12px;
}

#meGDPRMessage {
  color: inherit;
  font-size: 12px;
  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;
}

.about-video-container {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: auto;
}
.about-video-container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  border-radius: 8px;
  z-index: 0;
}
.about-video-container img {
  border-radius: 8px;
}

.btn-play-icon {
  border: 0;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 54px;
  height: 54px;
  border-radius: 100px;
  cursor: pointer;
  background-color: #e80e19;
}
.btn-play-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #e80e19;
  z-index: -1;
}
.btn-play-icon::after {
  -webkit-animation: btn-pulse 2000ms ease-in-out infinite;
          animation: btn-pulse 2000ms ease-in-out infinite;
}
@-webkit-keyframes btn-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes btn-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.btn-play-icon::before {
  display: inline-block;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 14px solid #ffffff;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-36%, -50%);
          transform: translate(-36%, -50%);
}

.table-responsive {
  overflow-x: auto;
}

.bestchoice-table {
  max-width: 980px;
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #ffffff;
}
.bestchoice-table thead tr th,
.bestchoice-table thead tr td,
.bestchoice-table tbody tr th,
.bestchoice-table tbody tr td {
  padding: 20px 32px;
  vertical-align: middle;
}
.bestchoice-table thead tr th:nth-child(1),
.bestchoice-table thead tr td:nth-child(1),
.bestchoice-table tbody tr th:nth-child(1),
.bestchoice-table tbody tr td:nth-child(1) {
  text-align: left;
}
.bestchoice-table thead tr th:nth-child(2), .bestchoice-table thead tr th:nth-child(3),
.bestchoice-table thead tr td:nth-child(2),
.bestchoice-table thead tr td:nth-child(3),
.bestchoice-table tbody tr th:nth-child(2),
.bestchoice-table tbody tr th:nth-child(3),
.bestchoice-table tbody tr td:nth-child(2),
.bestchoice-table tbody tr td:nth-child(3) {
  text-align: center;
}
.bestchoice-table thead td,
.bestchoice-table thead th,
.bestchoice-table tbody td,
.bestchoice-table tbody th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.bestchoice-table thead td:last-child,
.bestchoice-table thead th:last-child,
.bestchoice-table tbody td:last-child,
.bestchoice-table tbody th:last-child {
  border-right: 0;
}
.bestchoice-table thead td,
.bestchoice-table tbody td {
  font-size: 17px;
}

th {
  font-size: 20px;
  font-weight: 400;
}
th:nth-child(2) {
  background-color: #ececec;
}
th:nth-child(3) {
  background-color: #fff2c1;
}

.plans-section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 0;
}

.plans-card {
  text-align: center;
  background-color: #F7F7F7;
  padding: 32px 64px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  cursor: pointer;
  border: 1px solid #F7F7F7;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  color: inherit;
}
.plans-card.free-trial {
  background: #FFF7CE;
  border: 1px solid #D3C8AD;
}
.plans-card:hover {
  background: #FFF7CE;
  border: 1px solid #D3C8AD;
  text-decoration: none;
}
.plans-card img {
  max-width: 64px;
  margin: 0 auto 20px;
}
.plans-card .cta-action-icon {
  border: 1px solid #000000;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin: 12px auto 0;
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .plans-card {
    padding: 32px;
  }
}

.plans-card-icon {
  width: 56px;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto 20px;
  background: url("../images/ip-scanner/ip-scanner-icons.svg") no-repeat scroll center/281px;
}
.plans-card-icon.pricing {
  background-position: 0% 97%;
  background-size: 510%;
}
.plans-card-icon.free-trial {
  background-position: 26% 92%;
  background-size: 590%;
}
.plans-card-icon.customization {
  background-position: 100% -3%;
  background-size: 510%;
}

.accordion-container {
  max-width: 980px;
  width: 100%;
  margin: auto;
  border-radius: 12px;
  border: 1px solid #E8E8E8;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 32px 20px;
}

.accordion-item {
  border-bottom: 1px solid #ebeae7;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 20px 0;
}
.accordion-item:last-child {
  border-bottom: 0;
}

.accordion-head {
  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;
}
.accordion-head.active .plusminus::before {
  content: "−";
}

.accordion-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.35px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 16px;
  font-weight: 500;
}

.accordion-body {
  padding-top: 16px;
  max-width: 96%;
  display: none;
}

.plusminus {
  font-size: 24px;
  font-weight: 200;
  border: 1px solid #444444;
  width: 24px;
  height: 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;
  border-radius: 100px;
  color: #444444;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.plusminus::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.resource-section .row {
  gap: 24px 0;
}

.resource-card {
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  background: #FAFAFA;
  padding: 24px;
  display: inline-block;
  color: inherit;
}
.resource-card:hover {
  text-decoration: none;
}
.resource-card .resource-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--color-primary);
}

.resource-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  margin-bottom: 12px;
}

.resource-card-title h6 {
  margin: 0;
}

.resource-card-icon {
  background: url("../images/ip-scanner/ip-scanner-icons.svg") no-repeat scroll center/208px;
  width: 40px;
  height: 40px;
}
.resource-card-icon.feature {
  background-position: 50% 0;
}
.resource-card-icon.blog {
  background-position: 75% 0%;
}
.resource-card-icon.help {
  background-position: 25% 0%;
}
.resource-card-icon.reads {
  background-position: 1.75% 0;
}

@media only screen and (max-width: 1079.98px) {
  .opu-main-wrapper .opu-banner-section .opu-banner-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .opu-main-wrapper .opu-banner-section .opu-banner-grid .opu-banner-content {
    width: 100%;
    text-align: center;
  }
  .opu-main-wrapper .opu-banner-section .opu-banner-grid .opu-banner-content .banner-achieve-grid {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .opu-main-wrapper .opu-banner-section .opu-banner-grid .opu-banner-form {
    width: 100%;
    max-width: 420px;
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .opu-main-wrapper h5 {
    margin: 0 0 8px;
  }
  .opu-main-wrapper h1 {
    font-size: 46px;
    line-height: 58px;
  }
  .opu-main-wrapper h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .opu-main-wrapper .core-feature-section .core-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .opu-main-wrapper .sec-header .sec-title-break {
    display: inline;
  }
}
@media only screen and (max-width: 767.98px) {
  .opu-main-wrapper .opu-banner-section .opu-banner-grid .opu-banner-form {
    margin: 60px auto 0;
  }
  .opu-main-wrapper .edi-btn {
    padding: 0 !important;
  }
  .opu-main-wrapper .opu-banner-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .opu-main-wrapper .opu-banner-section .opu-banner-grid .opu-banner-content .banner-achieve-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .opu-main-wrapper .core-feature-section .core-feature-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 475.98px) {
  .opu-main-wrapper .opu-banner-section .opu-banner-grid .opu-banner-content .banner-achieve-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 425.98px) {
  .opu-main-wrapper .opu-banner-section .opu-banner-grid .opu-banner-form {
    margin: 40px auto 0;
  }
}
.icon-check {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljk5MDcgMS4zNzI0MUMxNS45NDQ5IDAuOTYyMzk3IDE1Ljc0MjUgMC41OTUwMDQgMTUuNDIwMiAwLjMzNzM1M0MxNC43NTUyIC0wLjE5NDE3MiAxMy43ODEyIC0wLjA4NTcwMjggMTMuMjQ5NSAwLjU3ODc4M0w1LjkzNzMzIDkuNjkxMzZMMi42MzY3OCA2LjM5MTg0QzIuMDM0NDYgNS43ODk3IDEuMDU0NzcgNS43OTAwMiAwLjQ1MjQ1IDYuMzkxODRDMC4xNjA2NzQgNi42ODM1MyAwIDcuMDcxMjcgMCA3LjQ4MzUyQzAgNy44OTU3NiAwLjE2MDY3NCA4LjI4MzgzIDAuNDUyNDUgOC41NzUxOUw0Ljk3MzIyIDEzLjA5NDlDNS4yNjQ5OSAxMy4zODY2IDUuNjUyODUgMTMuNTQ3MiA2LjA2NTIyIDEzLjU0NzJDNi4wOTM4NiAxMy41NDcyIDYuMTIyODMgMTMuNTQ2MyA2LjE1MDgzIDEzLjU0NUM2LjU4ODk3IDEzLjUyMDUgNi45OTc1MSAxMy4zMTAzIDcuMjcxMTUgMTIuOTY3N0wxNS42NjE3IDIuNTA3NjdDMTUuOTE5NCAyLjE4NTQ1IDE2LjAzNTkgMS43ODI0MyAxNS45OTA0IDEuMzcyNDFIMTUuOTkwN1oiIGZpbGw9IiMwOUFCNTgiLz4KPC9zdmc+Cg==") no-repeat scroll center center;
}

.icon-x {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjQzMzUgMTIuNDY2OEwxMC42OTIzIDcuODQ1NTNMMTUuNDMzNSAzLjIyNDMyQzE2LjE3NTUgMi41MDEwNiAxNi4xOTA2IDEuMzA5MyAxNS40NjcxIDAuNTY3MjE4QzE1LjExNjYgMC4yMDc5OTEgMTQuNjQ3MyAwLjAwNjQxMDY5IDE0LjE0NTQgMC4wMDAxMzQzN0MxMy42NDM4IC0wLjAwNTQwMzU2IDEzLjE2ODkgMC4xODMyNTUgMTIuODA5NiAwLjUzMzYyMUw4LjAwMDQ3IDUuMjIxMjlMMy4xOTEzNCAwLjUzMzYyMUMyLjgzMjAxIDAuMTgzMjU1IDIuMzU2NzEgLTAuMDA1NzcyNzUgMS44NTU1NiAwLjAwMDEzNDM3QzEuMzUzNjcgMC4wMDY0MTA2OSAwLjg4NDI4IDAuMjA3OTkxIDAuNTMzODA4IDAuNTY3MjE4Qy0wLjE4OTY2NiAxLjMwODkzIC0wLjE3NDUxOCAyLjUwMDY5IDAuNTY3NDIgMy4yMjQzMkw1LjMwODU4IDcuODQ1NTNMMC41Njc0MiAxMi40NjY4QzAuMjA4MDg0IDEyLjgxNzEgMC4wMDY0Mjk0IDEzLjI4NjQgMC4wMDAxNTExNzEgMTMuNzg4NUMtMC4wMDYxMjcwNiAxNC4yOTAyIDAuMTgzMzM1IDE0Ljc2NDYgMC41MzM4MDggMTUuMTIzOUMwLjg5MDU1OSAxNS40ODk3IDEuMzY4NDQgMTUuNjkwOSAxLjg3OTU2IDE1LjY5MDlDMi4zOTA2OCAxNS42OTA5IDIuODM4MjggMTUuNTAxNSAzLjE5MTM0IDE1LjE1NzRMOC4wMDA0NyAxMC40Njk4TDEyLjgwOTYgMTUuMTU3NEMxMy4xNjI2IDE1LjUwMTUgMTMuNjI4NyAxNS42OTA5IDE0LjEyMTQgMTUuNjkwOUMxNC42MTQgMTUuNjkwOSAxNS4xMTA0IDE1LjQ4OTQgMTUuNDY3MSAxNS4xMjM5QzE2LjE5MDYgMTQuMzgyMSAxNi4xNzU1IDEzLjE5MDQgMTUuNDMzNSAxMi40NjY4WiIgZmlsbD0iI0VEMjAyNyIvPgo8L3N2Zz4K") no-repeat scroll center center;
}

.icon-chevron-right {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSAxNUwxMi41IDEwTDcuNSA1IiBzdHJva2U9IiMwMDZERUIiIHN0cm9rZS13aWR0aD0iMS43NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}

.features-list-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.features-title {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.25px;
  display: block;
}

.features-list-card {
  margin-bottom: 24px;
}
.features-list-card .solution-view-more {
  margin: 6px 0 12px 0;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.features-list-card ul {
  margin-bottom: 0;
}
.features-list-card ul li {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.features-list-card ul li a {
  color: inherit;
  position: relative;
  text-decoration: unset;
}
.features-list-card ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #006DEB;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.features-list-card ul li a:hover {
  color: #006DEB;
}
.features-list-card ul li a:hover::before {
  width: 100%;
}
.features-list-card .view-more-solution-list {
  display: none;
}
.features-list-card .view-more-solution-list.active {
  display: block;
}

.how-title-list-wrapper {
  overflow-x: auto;
  margin: 40px 0;
}

.how-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-list-item.active .time-line-accordion {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  z-index: 1;
  border-bottom: 1.5px solid #414141;
  -webkit-animation: timeline 10s linear forwards;
          animation: timeline 10s linear forwards;
}
.title-list-item.active .time-line-accordion::before {
  content: "";
  position: absolute;
  bottom: -3.5px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3E3E3E;
  z-index: 1;
}

@-webkit-keyframes timeline {
  0% {
    width: 10px;
  }
  100% {
    width: 100%;
  }
}

@keyframes timeline {
  0% {
    width: 10px;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes timeline-hr {
  0% {
    width: 10px;
  }
  100% {
    width: 100%;
  }
}
@keyframes timeline-hr {
  0% {
    width: 10px;
  }
  100% {
    width: 100%;
  }
}
.title-list-item {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 400 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px !important;
  line-height: 1.4 !important;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  min-width: 200px;
}
.title-list-item.active {
  background-color: #fff2c1;
  border-color: #fff2c1;
  color: inherit;
}
.title-list-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-bottom: 1.5px solid #000000;
  display: inline-block;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.title-list-item.active::before {
  border-color: #D9D9D9;
}

.title-list-item.active ~ .title-list-item::before {
  border-color: #D9D9D9;
}

.title-list-item.active ~ .title-list-item::after {
  border-color: #D9D9D9;
}

.time-line-accordion {
  position: absolute;
}

.how-content-wrapper {
  padding: 40px;
  background-color: #222222;
  color: #ffffff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.08);
  z-index: 1;
  position: relative;
}

.how-content-item {
  display: none;
}
.how-content-item.active {
  display: block;
}
.how-content-item h3,
.how-content-item p {
  color: #ffffff;
}
.how-content-item .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video_player_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 13, 20, 0.84);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  z-index: 99999;
  overflow-y: auto;
  opacity: 0;
  display: none;
}
.video_player_wrapper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.video_player_wrapper.active {
  display: block;
  opacity: 1;
}

.video_player_container {
  width: 100%;
  max-width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 40px 0;
}

.video_player_close_btn {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  margin-left: auto;
  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;
  cursor: pointer;
  position: relative;
}
.video_player_close_btn:before {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.video_player_close_btn:after {
  content: "";
  width: 2px;
  height: 32px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.video_player {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 12px auto 0;
}
.video_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media only screen and (max-width: 767.98px) {
  .about-video-container {
    margin-top: 40px;
  }
}