<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
html {
  font-size: 100%; }

body {
  background: #232323;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  overflow-x: hidden !important;
  margin: auto !important; }

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a {
  transition: all ease 0.25s; }
  a:hover {
    text-decoration: none; }

.btn:focus {
  outline: inherit; }

.btn:active {
  outline: inherit; }

textarea:focus {
  color: #161616; }

input:focus {
  color: #161616; }

/* Other fixes*/
* {
  box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }

ul {
  padding-left: 0 !important; }

ol {
  padding-left: 0 !important; }

li {
  list-style: none; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -20px 0 0 -20px; }

/* FONT FACE LOADER */
@font-face {
  font-family: Lane;
  src: url(../vendor/fonts/lanenar_Lane.eot);
  src: url(../vendor/fonts/lanenar_Lane.eot?#iefix) format("embedded-opentype"), url(../vendor/fonts/lanenar_Lane.woff) format("woff"), url(../vendor/fonts/lanenar_Lane.ttf) format("truetype"), url(../vendor/fonts/lanenar_Lane.svg#Lane) format("svg");
  font-weight: normal;
  font-style: normal; }

/* HEADINGS */
h1 {
  font-family: Lane, sans-serif;
  font-weight: normal;
  font-size: 3.75rem;
  line-height: 4.688rem; }

h2 {
  font-family: Lane, sans-serif;
  font-weight: normal;
  font-size: 3.125rem;
  line-height: 4.063rem; }

h3 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 300; }

h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300; }

h5 {
  font-size: 18px;
  font-weight: 300; }

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/
.standard-button, .standard-button2 {
  font-size: 18px;
  font-weight: 400 !important;
  border-radius: 4px !important;
  text-shadow: 0 !important;
  color: #000000;
  min-width: 150px;
  border: none;
  padding: 16px 25px;
  margin: 5px;
  transition: all ease 0.25s; }

.standard-button i, .standard-button2 i {
  vertical-align: inherit;
  margin-right: 8px;
  font-size: 20px; }

.standard-button:hover {
  border: none; }

.standard-button2:hover {
  border: none; }

/*---------------------------------------
   BADGE BUTTON              
-----------------------------------------*/
.download-badge {
  margin-bottom: 15px; }
  .download-badge img {
    width: 100%; }

#download-buttons {
  margin-top: 40px; }

/*---------------------------------------
   SECTIONS          
-----------------------------------------*/
.section-header {
  padding-bottom: 78px; }
  .section-header h2 {
    margin-bottom: 20px; }
  .section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }

/*---------------------------------------
   LINES          
-----------------------------------------*/
.colored-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px; }

.white-line {
  margin: auto;
  z-index: 1;
  width: 165px;
  height: 1px;
  background: #000000; }

.colored-line-left {
  float: left;
  z-index: 1;
  display: block;
  width: 165px;
  height: 1px; }

/*---------------------------------------
   MODALS          
-----------------------------------------*/
.close {
  font-size: 30px;
  opacity: 0.5; }

.modal-header {
  min-height: 45px; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important; }

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -20px 0 0 -20px; }

.navbar-inverse {
  min-height: 60px;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  background-color: #469299;
  border-color: #5daeb5; }
  .navbar-inverse .navbar-header .hamburguer-icon {
    display: inline-block; }
  .navbar-inverse .navbar-header .more-label {
    margin-left: 5px;
    color: white; }
  .navbar-inverse .navbar-header img {
    max-height: 30px; }
  .navbar-inverse .main-navigation .current a {
    color: white;
    position: relative;
    outline: none; }
  .navbar-inverse .main-navigation li a {
    line-height: 30px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: white; }
    .navbar-inverse .main-navigation li a:hover, .navbar-inverse .main-navigation li a:focus {
      color: #ffffff; }
  .navbar-inverse #navigation.navbar-collapse {
    max-height: 450px; }
  .navbar-inverse #navigation .dropdown .caret {
    margin-left: 5px; }
  .navbar-inverse #navigation .dropdown .dropdown-menu {
    background-color: #469299; }
    .navbar-inverse #navigation .dropdown .dropdown-menu &gt; li &gt; a:hover {
      background-image: none !important;
      background-color: #5daeb5; }
  .navbar-inverse .more-btn {
    margin: 0; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #ffffff; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav &gt; li &gt; a {
    color: white; }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
      color: #ffffff; }
  .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color: #5daeb5; }
  .navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    color: #ffffff;
    background-color: #5daeb5; }
  .navbar-inverse .navbar-toggle {
    border-color: #5daeb5; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #5daeb5; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: white; }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: white;
    margin: 10px 0px 10px 0px; }
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
      color: #ffffff; }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color: #5daeb5; } }

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/
header {
  /* INTRO */ }
  header h5 {
    margin-top: 50px; }
  header .color-overlay {
    min-height: 730px;
    background-color: #F6F6F6; }
  header .full-screen {
    width: 100%;
    height: 100px; }
  header .home-contents {
    margin-top: 5%; }
  header .intro-section {
    text-align: left; }
    header .intro-section .standard-button {
      margin: 0; }
    header .intro-section .intro {
      color: #000000;
      margin-bottom: 36px; }
    header .intro-section h5 {
      color: #000000; }
    header .intro-section .buttons {
      margin-top: 35px; }
    header .intro-section #app-icon {
      vertical-align: top; }
      header .intro-section #app-icon img {
        border-radius: 10px 10px 10px 10px;
        width: 100%;
        height: auto;
        margin: 0 auto; }
    header .intro-section #app-description {
      vertical-align: top; }
      header .intro-section #app-description h1 {
        margin-top: 5px;
        margin-bottom: 5px; }
  header .phone-image {
    max-width: 262px;
    margin: auto;
    margin-bottom: 50px; }
    header .phone-image img.portrait {
      width: 206px;
      position: absolute;
      top: 70px;
      left: 43px; }
    header .phone-image img.landscape {
      height: 206px;
      position: absolute;
      top: 155px;
      left: -38px;
      transform: rotate(90deg); }

.only-logo .navbar {
  background: none;
  padding: 60px; }
  .only-logo .navbar .navbar-header {
    float: none; }

/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/
.screenshots {
  color: #000000;
  background-color: #EC4D1B;
  padding-top: 40px;
  padding-bottom: 40px; }
  .screenshots .shot {
    background: #c43b10;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    box-shadow: none;
    display: block; }
    .screenshots .shot img {
      border-radius: 4px;
      width: 100%; }
  .screenshots .owl-theme .owl-controls .owl-page span {
    background: #000000;
    border-radius: 50%; }

/*---------------------------------------
   SECTION:  APP VIDEO
-----------------------------------------*/
.app-video {
  color: #ffffff;
  background-color: #E8CB49;
  padding-top: 40px;
  padding-bottom: 40px; }
  .app-video .colored-line, .app-video .colored-line-left {
    background: #ffffff; }
  .app-video h2 {
    margin-bottom: 20px;
    color: #ffffff; }
  .app-video .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px; }
    .app-video .phone-image img {
      width: 100%; }
  .app-video .left-align {
    text-align: left;
    margin-bottom: 50px; }
    .app-video .left-align p {
      display: block;
      float: none;
      margin-top: 50px;
      color: #ffffff; }
    .app-video .left-align .feature-list {
      margin-top: 40px; }
      .app-video .left-align .feature-list li {
        margin-bottom: 26px; }
        .app-video .left-align .feature-list li i {
          margin-right: 10px;
          vertical-align: inherit; }

/* VIDEO */
video {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

embed {
  max-width: 100%; }

object {
  max-width: 100%; }

.video-container {
  width: 90%;
  background: transparent !important;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 40px; }

.video {
  background: transparent !important; }

/*---------------------------------------
   SECTION:  REVIEWS                
-----------------------------------------*/
.reviews {
  background-color: #89AC24;
  color: #000000;
  padding-top: 20px; }
  .reviews .color-overlay {
    padding-top: 40px;
    padding-bottom: 40px; }
  .reviews .feedback {
    max-width: 750px;
    margin: auto; }
    .reviews .feedback .image {
      font-size: 24px;
      border: 2px solid transparent;
      box-shadow: 0 0 0 2px #000000;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      line-height: 80px;
      margin: auto;
      margin-top: 5px;
      overflow: hidden; }
      .reviews .feedback .image img {
        width: 100%;
        vertical-align: top; }
    .reviews .feedback .message {
      font-size: 18px;
      font-style: italic;
      margin-top: 40px;
      margin-bottom: 30px; }
    .reviews .feedback .name {
      margin-top: 15px;
      font-weight: 400; }
    .reviews .feedback .company-info {
      font-size: 12px; }
  .reviews .owl-theme .owl-controls .owl-page span {
    background: #000000;
    border-radius: 50%; }
  .reviews .customNavigation a {
    user-select: none; }
  .reviews .review-stars i {
    color: #fec800; }

/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/
footer {
  color: #ffffff;
  background-color: #E14A71; }
  footer .contact-box {
    margin-bottom: 78px; }
    footer .contact-box .contact-button {
      height: 80px;
      width: 80px;
      border-radius: 50%;
      margin: auto;
      position: relative;
      font-size: 30px;
      line-height: 60px;
      vertical-align: middle;
      background: #E14A71;
      background-clip: padding-box;
      border: 2px solid #ffffff;
      color: #ffffff; }
      footer .contact-box .contact-button:hover {
        color: #ffffff;
        background: #b43b5a; }
  footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px; }
    footer .social-icons li {
      display: inline-block;
      margin: 5px; }
      footer .social-icons li a {
        font-size: 30px;
        color: #ffffff; }
  footer .copyright {
    color: #ffffff;
    padding-top: 10px;
    margin-bottom: 50px; }

/*---------------------------------------
   BOOTSTRAP EXTENSIONS
-----------------------------------------*/
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px; }

.row.is-flex {
  display: flex;
  flex-wrap: wrap; }
  .row.is-flex &gt; [class*='col-'] {
    display: flex;
    flex-direction: column; }

.header .phone-image {
  top: 25px;
  height: 525px;
  margin-left: 0;
  background: url(../images/ip5black2.png) no-repeat top center;
  background-size: contain; }
</pre></body></html>