html,
body {
  height: 100%;
}

html {
  width: 100%;
  font-size: 100%;
  text-size-adjust: 100%;
}

body {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a img {
  border: none;
}

li {
  line-height: 30px;
}

.marketing-microsite {
  line-height: 1.25 !important;
  font-family: elza;
}

.display-mobile {
  display: none;
}

@media (width <= 991px) {
  .display-mobile {
    display: block;
  }
  .display-desktop {
    display: none;
  }
}
@media (width <= 767px) {
  .display-mobile {
    display: block;
  }
  .display-desktop {
    display: none;
  }
}
.marketing-microsite .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 0.375rem 1.5rem;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}
.marketing-microsite .common-static-site-button {
  padding: 11px 30px !important;
}
.marketing-microsite .oip-primary-button-purple {
  background: #771A7F;
  border-radius: 4px;
  color: #FFF;
  padding: 12px 30px;
}
.marketing-microsite .oip-primary-button-purple a {
  color: #fff;
}
.marketing-microsite .oip-primary-button-green {
  background: #027A48;
  border-radius: 4px;
  color: #FFF;
  font-weight: 600;
  padding: 12px 32px;
  font-size: 0.875rem;
}
.marketing-microsite .oip-primary-button-green a {
  color: #fff;
}
.marketing-microsite .oip-primary-button-white-outline {
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #FFF;
  padding: 10px 32px;
  background: rgba(0, 0, 0, 0.5019607843);
}

.oip-primary-bg-color-1 {
  background-color: #2d2035 !important;
}

.oip-marketing-microsite-primary-bg-color-2 {
  background-color: #111 !important;
}

.oip-marketing-microsite-primary-bg-color-3 {
  background-color: #1C191E !important;
}

.oip-theme-color-green {
  color: #87EEBF !important;
}

.oip-text-color-purple {
  color: #771a7f !important;
}

.oip-text-color-gray {
  color: #AAA;
}

.oip-primary-bg-color-2 {
  background-color: #1c191e !important;
}

.oip-primary-bg-color-3 {
  background-color: #141115;
}

.text-color-green {
  color: #87EEBF;
  font-weight: 900;
}

.width-60-pr {
  width: 60%;
}

.width-50-pr {
  width: 50%;
}

@media (width <= 767px) {
  .width-100-pr-r {
    width: 100% !important;
  }
  .container {
    max-width: 670px;
  }
  .width-80-pr-r {
    width: 80%;
  }
}
.marketing-microsite .show-desktop {
  display: block;
}
.marketing-microsite .show-mobile {
  display: none;
}
.marketing-microsite .section-sub-title {
  font-size: 1.125rem;
  color: #771a7f !important;
  font-weight: 600;
}
.marketing-microsite .transform-section .card {
  --bs-card-bg: #1C191E;
}
@media (width <= 767px) {
  .marketing-microsite .driving-section .text-center {
    text-align: left !important;
  }
  .marketing-microsite .empowering-section .text-center {
    text-align: left !important;
  }
}
@media (width <= 992px) {
  .marketing-microsite .show-desktop {
    display: none;
  }
  .marketing-microsite .show-mobile {
    display: block;
  }
}

.margin-auto {
  margin: auto !important;
}

.p-30 {
  padding: 30px !important;
}

.py-112 {
  padding: 112px 0;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media (width <= 767px) {
  .py-80 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-112 {
    padding: 50px 0;
  }
  .m-b-40-r {
    margin-bottom: 40px;
  }
  .m-b-15-r {
    margin-bottom: 15px;
  }
}
@media (width <= 575px) {
  .fw-700-r {
    font-weight: 700 !important;
  }
}
@font-face {
  font-family: elza;
  src: url("../fonts/font-elza.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: elza;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff !important;
  font-family: elza;
  margin: 0 0 20px;
}

h1 {
  font-size: 3.5rem;
  font-weight: 600;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

h3 {
  font-size: 2.25rem;
  font-weight: 500;
}

h4 {
  font-size: 1.75rem;
  font-weight: 500;
}

h5 {
  font-weight: 600;
  font-size: 1.25rem;
}

@media (width <= 767px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.938rem;
  }
}
@media (width <= 575px) {
  h4 {
    font-weight: 700;
  }
}
@media (width >= 1600px) {
  .oip-primary-button-green {
    font-size: 1rem !important;
  }
}
@media (width <= 767px) {
  .oip-primary-button-green {
    font-weight: 400;
  }
}
.faq-section .accordion {
  --bs-accordion-bg: #2d2035 !important;
  --bs-accordion-btn-color: #ffff !important;
  --bs-accordion-border-width: none !important;
}
.faq-section .accordion .accordion-item {
  border-top: 1px solid rgb(255, 255, 255) !important;
}
.faq-section .accordion .accordion-item .accordion-body p {
  color: white !important;
  margin-bottom: 0;
}
.faq-section .accordion .accordion-item:last-child {
  border-bottom: 1px solid rgb(255, 255, 255) !important;
}
.faq-section .accordion .accordion-button {
  padding: 30px 0 !important;
}
.faq-section .accordion .accordion-item:first-of-type {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.faq-section .accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.faq-section .accordion .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: #2d2035 !important;
}
.faq-section .accordion .accordion-button:focus {
  box-shadow: none !important;
}
.faq-section .accordion .accordion-button::after {
  background-image: url("../images/micrositeOne-vector.svg") !important;
}
.faq-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/micrositeOne-vector.svg") !important;
}

@media (width <= 767px) {
  .faq-section .accordion .accordion-button {
    padding: 18px 0 !important;
  }
}
.oip-header #logo {
  visibility: hidden;
}
.oip-header #logo a {
  background: url("https://www.assetdock.com/amp-app/media-lib/160x20-white.svg") no-repeat !important;
  width: 215px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  opacity: 1;
  filter: opacity(1);
  transition: opacity 0.25s ease-in-out 0s;
}
.oip-header .nav-link {
  font-size: 0.875rem;
}
.oip-header .navbar-toggler {
  border: none !important;
  padding: 0;
}
.oip-header .navbar-toggler:focus {
  box-shadow: none !important;
}
.oip-header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url("../images/cross-icon.svg");
}
@media (width <= 992px) {
  .oip-header .oip-primary-mobile-btn {
    padding: 5px 22px !important;
  }
  .oip-header .lh-sm-base {
    line-height: 1.7;
  }
}
@media (width <= 575px) {
  .oip-header .navbar .navbar-logo {
    width: 140px;
  }
  .oip-header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  .oip-header .navbar .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }
  .oip-header .navbar .navbar-collapse ul {
    height: calc(100vh - 54px) !important;
  }
  .oip-header .navbar .sign-up-button {
    padding: 3px 8px;
    font-size: 0.75rem !important;
    margin-right: 20px;
    background: #000;
  }
}

.hero-section .hero-bg-image {
  width: 100%;
  background-image: url("../images/hero-background-image.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  height: 1050px;
}
.hero-section .content {
  top: 30%;
}
@media (width >= 992px) {
  .hero-section .content {
    max-width: 500px;
  }
}
@media (width >= 1200px) {
  .hero-section .content {
    max-width: 775px;
  }
}
@media (width >= 2000px) {
  .hero-section .hero-bg-image {
    height: 1350px;
  }
}
@media (width >= 2500px) {
  .hero-section .hero-bg-image {
    height: 1500px !important;
  }
}
@media (width <= 1800px) {
  .hero-section .hero-bg-image {
    height: 1100px;
    background-position: center;
  }
  .hero-section .content {
    top: 36%;
  }
}
@media (width <= 1600px) {
  .hero-section .hero-bg-image {
    height: 790px;
  }
  .hero-section .content {
    top: 30%;
  }
}
@media (width <= 1199px) {
  .hero-section .hero-bg-image {
    height: 640px;
    opacity: 0.5;
  }
  .hero-section .content {
    top: 30%;
  }
}
@media (width <= 991px) {
  .hero-section .hero-bg-image {
    height: 600px;
    background-position: 68% center;
  }
  .hero-section .content {
    padding-inline: calc(var(--bs-gutter-x, 80px) * 0.5);
    top: 12%;
  }
}
@media (width <= 767px) {
  .hero-section .hero-bg-image {
    height: 600px;
  }
  .hero-section .content {
    padding-inline: calc(var(--bs-gutter-x, 9rem) * 0.5);
    top: 30%;
  }
}
@media (width <= 575px) {
  .hero-section .hero-bg-image {
    height: 417px;
    opacity: 0.5;
    background-position: -150px center;
  }
  .hero-section .content {
    padding-inline: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    top: 16%;
  }
}

@media (width <= 767px) {
  .results-section .text-center {
    text-align: left !important;
  }
}
@media (width <= 575px) {
  .results-section .border-start {
    border-left: none !important;
  }
}
.oip-footer .information .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.oip-footer .information .value {
  font-size: 0.875rem;
}
.oip-footer .information .contact .value {
  margin-top: 0;
  margin-bottom: 0;
}
@media (width >= 1600px) {
  .oip-footer .information .title {
    font-size: 1.125rem;
  }
}
.oip-footer .footer-link-cn a {
  font-size: 0.875rem;
  color: #FFF;
  font-weight: 600;
}
@media (width >= 768px) {
  .oip-footer .footer-link-cn a {
    font-size: 1rem;
  }
}
.oip-footer .rights-reserved-cn p {
  font-size: 0.875rem;
}