/*!
 * Css Styles
 */
section {
  background-color: #eeeeee; }

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word; }

a.mbr-iconfont:hover {
  text-decoration: none; }

.article .lead p, .article .lead ul, .article .lead ol, .article .lead pre, .article .lead blockquote {
  margin-bottom: 0; }

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer; }
  a, a:hover {
    text-decoration: none; }

figure {
  margin-bottom: 0; }

body {
  color: #232323; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color; }

textarea[type="hidden"] {
  display: none; }

body {
  position: relative; }

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  section .mbr-background-video,
  section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }

.hidden {
  visibility: hidden; }

.mbr-z-index20 {
  z-index: 20; }

/*! Base colors */
.mbr-white {
  color: #ffffff; }

.mbr-black {
  color: #000000; }

.mbr-bg-white {
  background-color: #ffffff; }

.mbr-bg-black {
  background-color: #000000; }

/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

@media (max-width: 767px) {
  .align-left, .align-center, .align-right, .mbr-section-btn, .mbr-section-title {
    text-align: center; } }
/*! Font-weight  */
.mbr-light {
  font-weight: 300; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

/*! Media  */
.media-size-item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto; }

.media-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%; }

.media-container-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start; }
  .media-container-row .media-size-item {
    width: 400px; }

.media-container-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .media-container-column > * {
    width: 100%; }

@media (min-width: 992px) {
  .media-container-row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
figure {
  overflow: hidden; }

figure[mbr-media-size] {
  transition: width 0.1s; }

.mbr-figure img, .mbr-figure iframe {
  display: block;
  width: 100%; }

.card {
  background-color: transparent;
  border: none; }

.card-img {
  text-align: center;
  flex-shrink: 0; }

.media {
  max-width: 100%;
  margin: 0 auto; }

.mbr-figure {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center; }

.media-container > div {
  max-width: 100%; }

.mbr-figure img, .card-img img {
  width: 100%; }

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important; }

  .media {
    width: auto; }

  .mbr-figure {
    width: 100% !important; } }
/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0; }

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem; }

/*! Btn icon margin */
.btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem; }

.btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem; }

.mbr-regular {
  font-weight: 400; }

.mbr-semibold {
  font-weight: 500; }

.mbr-bold {
  font-weight: 700; }

[type="submit"] {
  -webkit-appearance: none; }

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh; }

.mbr-fullscreen {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem; }

/*! Map */
.map {
  height: 25rem;
  position: relative; }
  .map iframe {
    width: 100%;
    height: 100%; }

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal; }

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center; }
  .mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4); }
  .mbr-arrow-up a i {
    line-height: 60px; }

.mbr-arrow-up-icon {
  display: block;
  color: #fff; }

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite; }
    .mbr-arrow > a > i {
      position: absolute;
      top: -2px;
      left: 15px;
      font-size: 2rem; }

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg); } }
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out; }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out; } }
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate; }

.menu .navbar-brand {
  display: -webkit-flex; }
  .menu .navbar-brand span {
    display: flex;
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex; }
  .menu .navbar-brand .navbar-logo img {
    display: -webkit-flex; }
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; } }
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex; }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important; } }

/*# sourceMappingURL=style.css.map */
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

header {
    background: #353589;
}

.nav-item a {
    color: white;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 15px;
    margin-left: 60px;
}

#menu, #footer-menu {
    min-height: 70px;
}

#footer-menu {
    width: 1110px;
}
#footer-menu .nav-item a, .sitemap a {
    color: #353589;
}

.navbar-collapse {
    justify-content: flex-end;
}

#promo {
    margin-top: 100px;
}

.vl-btn, .vl-btn:hover, .vl-btn:active {
    width: 250px;
    height: 50px;
    background-color: #5252a9;
    background-image: linear-gradient(to left, #5252a9 0%, #343488 100%);
    border-radius: 5px;
    box-shadow: 9.5px 16.5px 46px rgba(1, 1, 1, 0.33);
    border: none;
    text-transform: uppercase;
    color: white;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    cursor: pointer;
}

.mbr-section .arrow-down-container  {
    text-align: center;
    width: 26px;
    height: 12px;
}

.mbr-section .arrow-down {
    background: url("../img/icons/arrow-down.png");
    width: 26px;
    height: 12px;
    margin: 0;
    padding: 0;
    border: none;
}
.arrow {
    margin: 150px 0 25px;
}

#track-info {
    background: white;
    padding-bottom: 50px;
    color: #343488;
}

#track-kinds {
    background-color: #5252a9;
    background-image: linear-gradient(to left, #5252a9 0%, #343488 100%);
    color: white;
    padding-bottom: 50px;
}

#track-info h2, #track-kinds h2, #track-info h1 {
    font-family: Roboto;
    font-size: 33px;
    font-weight: 300;
    line-height: 30px;
    margin: 90px auto 60px;
}

.info-container {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: center;
}

.info-item {
    font-family: Roboto;
    width: 325px;
    height: 289px;
    border-radius: 5px;
    box-shadow: 0 3px 27px rgba(1, 1, 1, 0.11);
    margin: 12px;
    padding: 25px 20px 40px;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

.info-item:hover {
    border-radius: 5px;
    box-shadow: 0 3px 27px rgba(1, 1, 1, 0.11);
}

#track-info .info-item {
    background-color: white;
    color: #343488;
}

#track-info .info-item:hover {
    background-color: #343488;
    color: white;
}

#track-kinds .info-item {
    background-color: #343488;
    color: white;
}

#track-kinds .info-item:hover {
    background-color: white;
    color: #343488;
}

.info-item-icon {
    margin: 0 auto;
    min-height: 95px;
}

.icon-item {
    margin: 0 auto;
}

.icon-data {
    background: url("../img/icons/data.png") no-repeat;
    width: 95px;
    height: 95px;
    transition: background 0.2s;
}
.info-item:hover .icon-data {
    background: url("../img/icons/data copy.png") no-repeat;
}

.icon-disk {
    background: url("../img/icons/hard-disk.png") no-repeat;
    width: 81px;
    height: 83px;
    transition: background 0.2s;
}
.info-item:hover .icon-disk {
    background: url("../img/icons/hard-disk copy.png") no-repeat;
}

.icon-laptop {
    background: url("../img/icons/laptop.png") no-repeat;
    width: 110px;
    height: 78px;
    transition: background 0.2s;
}
.info-item:hover .icon-laptop {
    background: url("../img/icons/laptop copy.png") no-repeat;
}

.icon-computer {
    background: url("../img/icons/computer.png") no-repeat;
    width: 85px;
    height: 81px;
    transition: background 0.2s;
}
.info-item:hover .icon-computer {
    background: url("../img/icons/computer copy.png") no-repeat;
}

.icon-mouse {
    background: url("../img/icons/mouse.png") no-repeat;
    width: 47px;
    height: 83px;
    transition: background 0.2s;

}
.info-item:hover .icon-mouse {
    background: url("../img/icons/mouse copy.png") no-repeat;
}

.icon-shield {
    background: url("../img/icons/shield.png") no-repeat;
    width: 83px;
    height: 83px;
    transition: background 0.2s;
}
.info-item:hover .icon-shield {
    background: url("../img/icons/shield copy.png") no-repeat;
}

.icon-hosting {
    background: url("../img/icons/hosting copy.png");
    width: 90px;
    height: 90px;
    transition: background 0.2s;
}
.info-item:hover .icon-hosting {
    background: url("../img/icons/hosting.png");
}

.icon-connection {
    background: url("../img/icons/connection copy.png");
    width: 94px;
    height: 98px;
    transition: background 0.2s;
}
.info-item:hover .icon-connection {
    background: url("../img/icons/connection.png");
}

.icon-keyboard {
    background: url("../img/icons/keyboard copy.png");
    width: 91px;
    height: 65px;
    transition: background 0.2s;
}
.info-item:hover .icon-keyboard {
    background: url("../img/icons/keyboard.png");
}

.icon-copy {
    background: url("../img/icons/copy copy.png");
    width: 69px;
    height: 83px;
    transition: background 0.2s;
}
.info-item:hover .icon-copy {
    background: url("../img/icons/copy.png");
}

.icon-graphic-tablet {
    background: url("../img/icons/graphic-tablet copy.png");
    width: 88px;
    height: 88px;
    transition: background 0.2s;
}
.info-item:hover .icon-graphic-tablet {
    background: url("../img/icons/graphic-tablet.png");
}

.icon-wifi-router {
    background: url("../img/icons/wifi-router copy.png");
    width: 88px;
    height: 76px;
    transition: background 0.2s;
}
.info-item:hover .icon-wifi-router {
    background: url("../img/icons/wifi-router.png");
}

.item-heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin: 25px 0 ;
}

.item-desctiption {
    overflow: hidden;
    width: 100%;
    height: 63px;
    vertical-align: text-bottom;
    font-size: 15px;
    font-weight: 400;

}

#signup, #login {
    background: url("../img/black-and-white-electronics-notebook-257937.jpg") no-repeat 15% 100%;
    background-size: cover;
    background-color: #c9c9c9;
    padding: 85px 0;
    font-family: Roboto;
}

#signup h2, #login h2 {
    color: #242424;
    font-size: 33px;
    font-weight: 400;
    line-height: 30px;
    margin: 30px auto 65px;
    padding: 0!important;
}

#signup h3 {
    font-size: 25px;
}

#signup form {
    margin: 0 auto;
}

#signup .signup-inputs input,
#login .signup-inputs input,
#signup .signup-inputs textarea{
    width: 300px;
    height: 50px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(1, 1, 1, 0.11);
    margin: 13px;
    padding: 0 0 0 20px;
    border: none;
    font-weight: 400;
    display: inline-flex;
}

#signup .signup-inputs textarea {
    height: auto;
    padding: 10px 0 0 20px;
}

#signup .signup-inputs input::placeholder,
#login .signup-inputs input::placeholder,
#signup .signup-inputs textarea::placeholder {
    color: #8c8c8c;
    font-weight: 300;
    line-height: 30px;
}

.signup-inputs {
    font-size: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 40px;
}

#signup .signup-inputs {
    flex-direction: column;
}

.signup-inline-radio {
    flex-flow: row;
}

.sitemap {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    text-align: center;
    margin: 0 0 60px 40px;

}

.mobileshow {
    display: none;
}

@media (max-width: 991px) {
    #footer-menu  .navbar-nav, .sitemap {
        display: flex !important;
        flex-flow: column;
        padding-right: 0 !important;
        justify-content: center;
        margin: 0 auto;
    }
    div.navbar-collapse.collapse.show {
        width: 100%;
    }
    .navbar-collapse a {
        margin: 0;
    }

    .nav-item {
        width: 100%;
    }
    .divider {
        display: none;
    }
    #footer-menu  .navbar-nav a {
        margin-left: 0;
    }
    #signup, #login {
        background-position: 30% 100%;
    }
    .responsive-table .desktopshow {
        display: none;
    }

    .mobileshow {
        display: inherit;
        margin: 0 auto!important;
    }
}

@media (min-width: 1200px) {
    .sitemap{
        margin: 0 0 60px 135px;
    }
}

.sitemap .nav-item {
    display: inline-flex;
}

.sitemap .nav-item a {
    margin: 0 auto;
}

.divider {
    margin: 5px 25px 0 25px;
    width: 3px;
}

.utm-builder {
    width: 100px;
    height: 32px;
    background-color: #35358a;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
}

#footer-menu .menu-logo {
    margin: 0 auto;
}

thead th {
    text-align: center;
}

#login  .signup-inputs .invalid,
#signup .signup-inputs input.invalid{
    border: 3px solid #ff0000aa;
}

input {
    -webkit-transition: border 0.5s;
    -moz-transition: border 0.5s;
    -ms-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
}

.messageToShow {
    display: none;
}


.responsive-table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.responsive-table tr {
    padding: 1em;
}

.responsive-table th,
.responsive-table td {
    padding: .625em;
    text-align: center;
}

.responsive-table th {
    font-size: .85em;
    letter-spacing: .1em;
}

#track-info h3 {
    margin: 10px auto;
}

@media screen and (max-width: 800px) {
    .responsive-table {
        border: 0;
    }

    .responsive-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .responsive-table th {
        border: none;
        font-size: 20px;
        width: 1%;
    }

    .responsive-table tr {
        background-color: #f8f8f8;
        border-bottom: 3px solid #ddd;
        display: block;
        margin: 0 1em .625em;
    }

    .responsive-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .responsive-table td:last-child {
        border-bottom: 0;
    }

}

.policy .info-container,
.terms  .info-container,
.about  .info-container {
    display: block;
    text-align: left;
}
.policy .info-container p,
.terms  .info-container p,
.about  .info-container p {
    text-align: left;
}

.policy .info-container a,
.terms  .info-container a,
.about  .info-container a {
    color: #000;
}

#track-info .policy h2 {
    font-size: 30px;
    margin: 40px auto;
    font-weight: bold;
}