<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! My very own Bootstrap 4 Theme
 *
 *  Built on top of Bootstrap 4 (https://getbootstrap.com)
 *  Built with the Bootstrap Theme Kit by HackerThemes (https://hackerthemes.com)
 */
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css");
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Mr+Dafoe&amp;display=swap");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* CSS Document */
/*=============================================================================
   doc Info
========================================================================== */
/***
	nav : nrml:#fff hover/active:#fff bg:#0,0,0,0.25 font:optimamedium
	banner : #fff; font:optimabold
	heading : font:optimabold #2a2a2a
	text : font:optimamedium #121212
	background: #fff
	call to action :font:optimabold #fff bg: #d23741
/*=============================================================================
   fonts face
========================================================================== */
@font-face {
  font-family: "allerregular";
  src: url("../fonts/aller_rg-webfont.eot");
  src: url("../fonts/aller_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_rg-webfont.woff2") format("woff2"), url("../fonts/aller_rg-webfont.woff") format("woff"), url("../fonts/aller_rg-webfont.ttf") format("truetype"), url("../fonts/aller_rg-webfont.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "allerbold";
  src: url("../fonts/aller_bd-webfont.eot");
  src: url("../fonts/aller_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_bd-webfont.woff2") format("woff2"), url("../fonts/aller_bd-webfont.woff") format("woff"), url("../fonts/aller_bd-webfont.ttf") format("truetype"), url("../fonts/aller_bd-webfont.svg#allerbold") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
/*=============================================================================
  vars
========================================================================== */
/*=============================================================================
  typography
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "allerbold", sans-serif;
  color: #2b0549;
}

/*=============================================================================
  common
========================================================================== */
html, body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font: 14px "allerregular", sans-serif;
  color: #2b0549;
  background: #fff;
  padding-top: 80px;
  position: relative;
}
.word-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  max-width: 100%; /* Ensures it does not overflow */
}
/*=============================================================================
  helpers
========================================================================== */
.noBorder {
  border: 0 !important;
}

.sndBck {
  z-index: -1 !important;
}

/*=============================================================================
  fixes
========================================================================== */
/*=============================================================================
  reset
========================================================================== */
.form-control:focus {
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
  border: 1px solid #ffac00;
  box-shadow: none;
}

/*=============================================================================
  UI
========================================================================== */
/*** btns ***/
.btn-main {
  border-radius: 3px;
  background-color: #ffac00;
  color: #2b0549;
  position: relative;
  padding: 0.5rem 2rem;
  font-family: "allerbold", sans-serif;
  font-size: 18px;
  border-radius: 25px;
}
.btn-main:hover {
  background: #ffac00;
}

.btn-sec {
  border-radius: 5px;
  background-color: #2b0648;
  color: #fff;
  padding: 0.25rem 0.75rem;
}
.btn-sec:hover {
  background: #f6c158;
  color: #2b0648;
}

.btn-sec-ghost {
  border-radius: 25px;
  border-color: #ffac00;
  border-width: 1px;
  border-style: solid;
  padding: 0.25rem 0.75rem;
}
.btn-sec-ghost:hover {
  background: #2b0648;
  border-color: #2b0648;
  color: #fff;
}

a, .btn-link {
  color: #2b0549;
  font-family: "allerregular", sans-serif;
  font-size: 15px;
}

a:hover, .btn-link:hover {
  color: #ffac00;
  text-decoration: none;
}

a, li, .btn {
  transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
}

p {
  font-size: 0.9rem;
}

/*=============================================================================
  components
========================================================================== */
/*=============================================================================
  header
========================================================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff;
}
header .navbar-toggler {
  color: #0c0b54;
}
header nav.navbar {
  padding: 0.5rem 0;
}
header nav.navbar .navbar-nav li {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
header nav.navbar .navbar-nav li:first-of-type {
  position: relative;
  top: -5px;
}
header nav.navbar .navbar-nav li:first-of-type a::before {
  display: none;
}
header nav.navbar .navbar-nav li:last-of-type {
  padding-right: 0;
}
header nav.navbar .navbar-nav li:last-of-type a::before {
  display: none;
}
header nav.navbar .navbar-nav li a {
  transition: all 0.15s ease-out;
}
header nav.navbar .navbar-nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 25%;
  bottom: 0px;
  left: 0;
  background: #f6c158;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
header nav.navbar .navbar-nav li a:hover {
  transition: all 0.15s ease-out;
}
header nav.navbar .navbar-nav li a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
header nav.navbar .navbar-nav li a.active {
  position: relative;
  color: #ffac00;
}
header nav.navbar .navbar-nav a.nav-link {
  position: relative;
}
header nav.navbar .navbar-nav a.nav-link:hover::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  height: 2px;
  width: 100%;
  background: #c8a050;
  border-radius: 5px;
}
header nav.navbar .navbar-nav a.nav-link.btn::after, header nav.navbar .navbar-nav a.nav-link:last-of-type::after {
  display: none;
}
header nav.navbar .navbar-nav a.nav-link.btn {
  padding: 0.15rem 1.25rem;
  font-size: 1rem;
  font-family: "allerregular", sans-serif;
  transition: all 0.5s ease-in-out, padding 0.5s ease-in-out;
}

/*=============================================================================
  banner
========================================================================== */
.banner {
  background-color: #5f8fc5;
  background-image: url(../img/banner.png);
  background-repeat: no-repeat;
  border-radius: 5px;
  text-align: center;
  padding: 150px 0 0;
  min-height: 542px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.banner .content {
  background-color: rgba(95, 143, 197, 0.9);
  padding: 2rem 0 3rem;
  position: absolute;
  bottom: 0;
}
.banner h1 {
  font-size: 2.2rem;
  font-family: "allerregular", sans-serif;
  color: #fff;
}
.banner h1 strong {
  font-family: "allerbold", sans-serif;
}
.banner p {
  font-size: 18px;
  line-height: 24px;
  width: 80%;
  margin: 1.5rem auto;
}
.banner input {
  border-radius: 25px;
  border: 0;
  height: 3rem;
}
.banner .btn {
  border-radius: 25px;
  height: 3rem;
}
.banner .btn:hover {
  border: 3px solid #ffb92d;
}

/*=============================================================================
  content
========================================================================== */
.sec-title {
  text-align: center;
  width: 60%;
  margin: 2rem auto 3rem;
}
.sec-title h2 {
  font-size: 2rem;
  font-family: "Mr Dafoe", cursive;
  color: #695ecb;
}
.sec-title h2 strong {
  color: #2b0549;
  font-family: "allerbold", sans-serif;
}

.call2act {
  border-radius: 5px;
  background-color: #9cc3ef;
  background-image: url(../img/call2act.jpg);
  background-repeat: no-repeat;
  background-position: 60%;
  padding: 4rem;
  margin-top: 100px;
}
.call2act h2 {
  color: #fff;
  font-size: 2.2rem;
  text-shadow: 1px 1px 1px #2b0648;
}
.call2act .btn {
  font-size: 1.5rem;
  border-radius: 25px;
  padding: 0.25rem 3rem;
}

#product, #pricing, #about, #contact {
  padding-top: 4rem;
}
#product .container, #pricing .container, #about .container, #contact .container {
  border-bottom: 1px dotted #bcb8df;
  padding-bottom: 4rem;
}

#about .container, #contact .container {
  border-bottom: none;
  padding-bottom: 0;
}

/*=============================================================================
  pricing
========================================================================== */
.pricing-card {
  border: none;
  border-radius: 10px;
  margin-bottom: 40px;
  text-align: center;
  transition: all 0.6s;
}

.pricing-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card.pricing-card-highlighted {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
}

.pricing-card:hover {
  box-shadow: 0 2px 40px 0 rgba(205, 205, 205, 0.55);
  transform: translateY(-10px);
}

.pricing-card .card-body {
  padding-top: 55px;
  padding-bottom: 62px;
}

.pricing-plan-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 11px;
  font-weight: normal;
}

.pricing-plan-cost {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  margin-bottom: 29px;
}

.pricing-plan-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 24px;
}

.pricing-plan-basic .pricing-plan-icon {
  color: #fe397a;
}

.pricing-plan-pro .pricing-plan-icon {
  color: #10bb87;
}

.pricing-plan-enterprise .pricing-plan-icon {
  color: #5d78ff;
}

.pricing-plan-features {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  line-height: 2.14;
  margin-bottom: 35px;
  color: #303132;
}

.pricing-plan-purchase-btn {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  width: 145px;
  height: 45px;
  border-radius: 22.5px;
  transition: all 0.4s;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.pricing-plan-basic .pricing-plan-purchase-btn {
  background-color: #fe397a;
  color: #fff;
}

.pricing-plan-basic .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #b7013d;
}

.pricing-plan-basic .pricing-plan-purchase-btn:active {
  transform: translateY(3px);
  box-shadow: none;
}

.pricing-plan-pro .pricing-plan-purchase-btn {
  background-color: #10bb87;
  color: #fff;
}

.pricing-plan-pro .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #0a7554;
}

.pricing-plan-pro .pricing-plan-purchase-btn:active {
  transform: translateY(3px);
  box-shadow: none;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn {
  background-color: #5d78ff;
  color: #fff;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:hover {
  box-shadow: 0 3px 0 0 #1138ff;
}

.pricing-plan-enterprise .pricing-plan-purchase-btn:active {
  transform: translateY(3px);
  box-shadow: none;
}

/*=============================================================================
  footer
========================================================================== */
footer {
  margin-top: 3rem;
  padding: 3rem 0;
  position: relative;
}
footer img {
  height: 32px;
}
footer p {
  color: #969494;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
footer ul {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #969494;
}
footer ul a {
  color: #969494;
  font-size: 0.9rem;
}
footer ul a.active {
  color: #595959;
}

/*=============================================================================
  modal
========================================================================== */
.modal .modal-dialog {
  max-width: 60%;
}
.modal .modal-dialog .modal-content {
  overflow: hidden;
  background: #faf9de url(../img/banner-l.png) 0 bottom no-repeat;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .content-container {
  padding: 2rem;
}
.modal .modal-dialog .modal-content .modal-body .content-container h1 {
  font-size: 2rem;
}
.modal .modal-dialog .modal-content .modal-body .content-container p {
  line-height: 1.5;
}
.modal .modal-dialog .modal-content .modal-body .form-container {
  padding: 3rem;
  background: #fff;
}
.modal .modal-dialog .modal-content .modal-body .form-container .btn {
  font-size: 14px;
}
.modal .modal-dialog .modal-content .modal-body .close {
  font-size: 2rem;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}
.modal .modal-dialog .modal-content .modal-body .page-title {
  padding-top: 3rem;
}
.modal#demoModal .modal-dialog .modal-content .modal-body .content-container h1 {
  margin-top: 5rem;
}

/*=============================================================================
  responsive fixes
========================================================================== */
@media (max-width: 1200px) {
  .feat .list-group {
    flex-direction: column;
  }
  .feat .list-group .list-group-item {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: none;
  }
}
@media (max-width: 768px) {
  footer ul {
    position: relative;
  }
}
.nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }

  .nav-tabs {
    display: flex;
  }

  .nav-tabs .nav-item + .nav-item {
    margin-top: 0.25rem;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-pane {
    display: block !important;
    opacity: 1;
    margin-bottom: 1rem;
  }
  .tab-pane .card-header {
    border: 0;
  }
  .tab-pane .card-header a div {
    margin-left: 3rem;
  }
  .tab-pane .card-header a div .head {
    font-weight: bold;
    margin: 0;
  }
}
.nav-tabs {
  border: 0;
}
.nav-tabs a.nav-link {
  border: 0;
  padding: 1.5rem 1.2rem;
  display: flex;
  position: relative;
}
.nav-tabs a.nav-link:hover, .nav-tabs a.nav-link:focus {
  color: #2b0549;
  border: 0;
}
.nav-tabs a.nav-link:hover::before, .nav-tabs a.nav-link:focus::before {
  content: "";
  width: 4px;
  height: 80%;
  top: 10%;
  left: -4px;
  background: #ffac00;
  position: absolute;
  border-radius: 5px;
}
.nav-tabs a.nav-link.active {
  color: #2b0549;
  border-radius: 5px;
  box-shadow: 0px 3px 10px 0px rgba(26, 29, 36, 0.1);
}
.nav-tabs a.nav-link.active::before {
  content: "";
  width: 4px;
  height: 80%;
  top: 10%;
  left: -4px;
  background: #695ecb;
  position: absolute;
  border-radius: 5px;
}
.nav-tabs a.nav-link .head {
  font-size: 1.1rem;
  font-family: "allerbold", sans-serif;
  margin-bottom: 0.25rem;
  line-height: normal;
}
.nav-tabs a.nav-link .body {
  font-size: 15px;
  margin: 0;
  line-height: normal;
}

.feat .list-group li {
  background: #e2e4e6;
  overflow: hidden;
  border: 0;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-radius: 5px;
  padding: 0;
}
.feat .list-group li .item-body {
  padding: 0.5rem 1rem;
}
.feat .list-group li .item-body::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: #23bc23;
  top: 0;
  left: 0;
}
.feat .list-group li .item-body::after {
  font-family: "Material Icons";
  content: "";
  position: absolute;
  z-index: 9;
  color: #fff;
  top: 2px;
  font-size: 1.5rem;
  left: 6px;
}
.feat .list-group li .item-body p {
  margin: 0;
  font-size: 1rem;
  margin: 0;
  padding-left: 36px;
}</pre></body></html>