body {
  background: #fff;
}
h3 {
  font-weight: 300;
}
.text-center {
  text-align: center;
}
.navbar-nav .nav-link.active {
  font-weight: 500;
  color: #040404;
}
.bd-masthead {
  position: relative;
  padding: 3rem 15px 2rem;
  color: #fff;
  text-align: center;
  background-color: #599acd;
}
.bd-masthead .bd-logo img {
  width: 180px;
}
.bd-masthead .stats {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.btn-primary,
.btn-primary:active,
.btn-primary:visited {
  background-color: #599acd !important;
  border-color: #599acd;
}
.btn-primary:hover {
  background-color: #548bba !important;
  border-color: #548bbb;
}
.bd-masthead .lead {
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  font-size: 1.25rem;
  color: #fff;
}
.bd-masthead .btn {
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff7f7;
  border-color: #fff8f4;
}
@media (min-width: 576px) {
  .bd-masthead .btn {
    width: auto;
  }
}
.bd-masthead .btn:hover {
  color: #2a2730;
  background-color: #fffcf8;
  border-color: #e8e6e5;
}
.bg-primary {
  background-color: #599acd !important;
}
.section-separator {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-separator-try {
  display: block;
  padding-top: 30px;
  padding-bottom: 0px;
}
p {
  font-size: 15px;
  margin-bottom: 28px;
  font-weight: 400;
}
h1 {
  font-size: 65px;
  line-height: 95px;
  font-weight: 300;
}
h2 {
  font-size: 55px;
  line-height: 85px;
  font-weight: 300;
}
h3 {
  font-size: 25px;
  line-height: 45px;
  font-weight: 400;
}
h4 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
}
h6 {
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
}
.section-heading {
  display: inline-block;
  padding-bottom: 0px;
  margin: 0;
}
.section-header {
  margin-bottom: 70px;
  text-align: center;
}
.section-header .sub-title {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
.section-header.text-left,
.section-header.text-left * {
  text-align: left;
}
.section-header.text-right,
.section-header.text-right * {
  text-align: right;
}
section.section {
  position: relative;
}
.features-section-1 .features-image {
  width: 290px;
  margin: auto;
}
.features-section-1 .features-image img {
  width: 100%;
}
.features-section-1 .feature-item {
  margin-bottom: 60px;
}
.features-section-1 .feature-item:last-child {
  margin-bottom: 0px;
}
.features-section-1 .feature-item .title {
  margin-top: 20px;
}
.features-section-1 .feature-item p {
  margin-top: 10px;
}
.features-section-1 .feature-item p:last-child {
  margin-bottom: 0px;
}
.features-icon {
  display: block;
  font-size: 32px;
  text-align: center;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0deg) scale(1);
}
.gradient-text {
  background-image: -webkit-linear-gradient(130deg, rgba(73,84,222,0.85) 0%, rgba(170,73,222,0.85) 100%);
  background-image: -ms-linear-gradient(130deg, rgba(73,84,222,0.85) 0%, rgba(170,73,222,0.85) 100%);
  background-image: -o-linear-gradient(130deg, rgba(73,84,222,0.85) 0%, rgba(170,73,222,0.85) 100%);
}
.gradient-border::before {
  background-image: linear-gradient(130deg, rgba(115,124,255,0.85) 0%, #aa49de 69%);
  background-image: -webkit-linear-gradient(130deg, rgba(73,84,222,0.85) 0%, rgba(170,73,222,0.85) 100%);
  background-image: -moz-linear-gradient(130deg, rgba(73,84,222,0.85) 0%, rgba(170,73,222,0.85) 100%);
  background-image: -ms-linear-gradient(130deg, rgba(73,84,222,0.85) 0%, rgba(170,73,222,0.85) 100%);
  background-image: -o-linear-gradient(130deg, rgba(73,84,222,0.85) 0%, rgba(170,73,222,0.85) 100%);
}
.gradient-border::after {
  background-color: #fff;
}
.gradient-text {
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
.gradient-text-full {
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}
.gradient-border {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.gradient-border::before {
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  z-index: -2;
}
.gradient-border::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.gradient-border::before,
.gradient-border::after {
  content: '';
  position: absolute;
  border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
}
.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.bd-footer {
  padding: 4rem 0;
  margin-top: 4rem;
  font-size: 85%;
  text-align: center;
  background-color: #f7f7f7;
}
.bd-footer a {
  font-weight: 500;
  color: #464a4c;
}
.bd-footer a:hover {
  color: #0275d8;
}
.bd-footer p {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .bd-footer {
    text-align: center;
  }
}
.bd-footer-links {
  padding-left: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.bd-footer-links li {
  display: inline-block;
}
.bd-footer-links li + li {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 300;
  }
  .section-header.text-left,
  .section-header.text-right,
  .section-header.text-left *,
  .section-header.text-right * {
    text-align: center;
  }
  .nav {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .features-section-1 .features-image {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .vertical-middle {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .bd-masthead {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .bd-masthead .btn {
    width: auto;
  }
  .bd-masthead .carbonad {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .bd-masthead {
    padding-bottom: 4rem;
  }
  .bd-masthead .bd-header {
    margin-bottom: 4rem;
  }
  .bd-masthead h1 {
    font-size: 4rem;
  }
  .bd-masthead .lead {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .bd-masthead .lead {
    width: 85%;
    font-size: 2rem;
  }
  .features-section-1 .feature-item {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .part-1 > .row {
    margin: 0;
    width: 100%;
  }
}

/*
     FILE ARCHIVED ON 07:44:47 Mar 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:18:17 May 02, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 126.671
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.056
  cdx.remote: 0.044
  esindex: 0.007
  LoadShardBlock: 103.078 (3)
  PetaboxLoader3.datanode: 120.935 (5)
  load_resource: 124.168
  PetaboxLoader3.resolve: 62.266
  loaddict: 32.499
*/