<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}
.nav-link {
  font-weight: 600;
  color: #000
}
h2 {
  font-size: 36px;
  font-weight: 700;
}
.prizeBtn {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  max-width: 260px;
}
li.nav-item {
  font-size: 17px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0 5px;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}
.bi {
  vertical-align: -.125em;
  fill: currentColor;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  border: 0;
}
.embed-responsive {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.iconshade {
  background: white;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
  width: 90px;
  height: 90px;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.iconshade img {
  width: 50px;
  height: auto
}
.shadeIcon {
  width: 60px !important;
  height: 60px !important;
  display: inline-block !important;
  background: white;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 .125rem 1rem 1px rgba(0, 0, 0, .075) !important;
}
.FeaturesBlock {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #9FCAFD;
  border-radius: 6px;
  min-height: 270px;
}
.bgCTA {
  background: url("../images/bg-cta.png");
  background-size: cover;
	border-radius: 10px;
}
main {
  background: url("../images/SmartCogs-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.PricingBlock {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #9FCAFD;
  border-radius: 6px;
  min-height: 270px;
  background: #F6F7F9;
  padding: 40px;
  margin: 10px;
  min-height: 410px;
  position: relative;
}
.PricingBlock h5 {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%
}
.PricingBlock ul {
  padding: 0;
}
.PricingBlock li {
  list-style: none
}


.h2, h2 {
        font-size: 2.7rem !important;
    }

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    min-width: 150px;
    padding: 10px;
}

.navPill{background: #E1EFFF;
    width: 300px;
    margin: auto;
    border-radius: 25px;}

.navPill li.nav-item{padding: 0 !important}

.boxShade{box-shadow: 0 0 1rem 1px rgba(0, 0, 0, .075) !important}

.bi-check-circle-fill::before {
    content: "\f26a";
    color: #0d6efd;
    margin-right: 7px;
    top: -2px;
    position: relative;
}</pre></body></html>