/*$font-size-base:*/
body {
  background-color: #ffffff;
  background-repeat: no-repeat;
  font: "Poppins", "Open Sans", "Arial", "Sans";
  background-image: none; }

.background-1 {
  background-image: url("../imghomepage/graphic_neurons_1.png");
  background-size: 20% auto; }

.background-2 {
  background-image: url("../imghomepage/graphic_neurons_2.png");
  background-size: 20% auto; }

.background-3 {
  background-image: url("../imghomepage/graphic_neurons_3.png");
  background-size: 20% auto; }

.background-4 {
  background-image: url("../imghomepage/tlo_1.png");
  background-size: 20% auto; }

.background-5 {
  background-image: url("../imghomepage/tlo_2.png");
  background-size: 20% auto; }

.background-6 {
  background-image: url("../imghomepage/tlo_3.png");
  background-size: 20% auto; }

.frontPage .navbar {
  margin: 0 10vw;
  padding: 0;
  align-items: stretch; }
  .frontPage .navbar .home-logo {
    height: 2.5em;
    width: auto;
    border-top: 0.5em solid transparent;
    border-right: 1em solid transparent; }
  .frontPage .navbar ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0; }
    .frontPage .navbar ul li {
      padding: 0;
      border-top: 3px solid transparent;
      margin: 0 1vw;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .frontPage .navbar ul li:first-of-type {
        margin-left: 0; }
      .frontPage .navbar ul li:last-of-type {
        margin-right: 0; }
      .frontPage .navbar ul li.active {
        border-top: 3px solid #0646ff; }
      .frontPage .navbar ul li a {
        height: 100%;
        padding-left: 0.4em;
        padding-right: 0.4em;
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none; }
      .frontPage .navbar ul li div.empty {
        border-left: 2px solid #0646ff;
        border-top: 3px solid #0646ff;
        height: 2em; }
.frontPage .content {
  margin: 3em 10vw;
  min-height: 50vh; }
  .frontPage .content h1, .frontPage .content h2, .frontPage .content h3 {
    color: #0646ff;
    padding-bottom: 0.5em; }
  .frontPage .content h3 {
    font-weight: bolder; }
  .frontPage .content .margin-20vw {
    margin-right: 20vw;
    margin-left: 20vw; }
  .frontPage .content > div {
    margin-top: 5em; }
  .frontPage .content .homepage-contact-form {
    margin-top: 2em; }
    .frontPage .content .homepage-contact-form form {
      text-align: center; }
      .frontPage .content .homepage-contact-form form > div {
        margin-bottom: 2em; }
      .frontPage .content .homepage-contact-form form input {
        border: none;
        border-bottom: 1px solid #79797d; }
      .frontPage .content .homepage-contact-form form textarea {
        border: none;
        border-bottom: 1px solid #79797d; }
      .frontPage .content .homepage-contact-form form ::placeholder {
        color: #b5b5b9; }
      .frontPage .content .homepage-contact-form form button {
        color: #0646ff;
        border: 2px solid #0646ff;
        background-color: transparent; }
.frontPage footer {
  margin-top: 0;
  margin-right: 20vw;
  display: flex;
  flex-direction: row;
  padding-top: 2em; }
  .frontPage footer .footer-container {
    z-index: 50;
    border-top: 2px solid #0646ff;
    border-bottom: 2px solid #0646ff;
    padding: 1em;
    width: 70vw; }
    .frontPage footer .footer-container a {
      text-decoration: none;
      color: #0646ff; }
    .frontPage footer .footer-container .stripe {
      width: 3em;
      border-bottom: 0.3em solid #0646ff;
      margin-bottom: 0.7em; }
    .frontPage footer .footer-container .menu-title {
      font-size: 1.2em;
      margin-bottom: 0.5em; }
    .frontPage footer .footer-container .row {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      padding: 1em; }
      .frontPage footer .footer-container .row .element {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 25%; }
        .frontPage footer .footer-container .row .element ul {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          list-style: none;
          margin: 0;
          padding: 0; }
          .frontPage footer .footer-container .row .element ul li {
            padding: 0;
            display: flex;
            flex-direction: row; }
      .frontPage footer .footer-container .row .payment {
        flex: 3; }
        .frontPage footer .footer-container .row .payment .payment-logos {
          display: flex;
          flex-direction: row;
          margin-top: 0.7em; }
          .frontPage footer .footer-container .row .payment .payment-logos img {
            margin: 0 1.5em 0 0;
            height: 1.8em; }
    .frontPage footer .footer-container .logo {
      width: 8em;
      margin: auto;
      margin-top: 0; }
  .frontPage footer .round {
    margin-left: -8vw;
    width: 20vw;
    border: 2px solid #0646ff;
    border-left: none;
    border-radius: 0 50% 50% 0;
    z-index: 49; }
.frontPage .button {
  border: 2px solid #0646ff;
  padding: 1.6rem 2rem;
  margin: 0.7em 0; }

#pageHome {
  background-image: url("../imghomepage/tlo_3.png");
  background-size: 65vw auto;
  background-position: left top; }

.article-home-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .article-home-1 > div {
    max-width: 50%; }
    .article-home-1 > div:first-child {
      margin-top: 3em; }
  .article-home-1 img {
    max-height: 30vw; }

.article-home-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .article-home-3 > div {
    max-width: 45%; }
    .article-home-3 > div.three-steps {
      display: flex;
      flex-direction: column; }
      .article-home-3 > div.three-steps div.step {
        position: relative;
        display: flex;
        flex-direction: row;
        box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 3em;
        padding: 2em; }
      .article-home-3 > div.three-steps div.step-number {
        font-size: 3em;
        font-weight: bold;
        color: #0646ff;
        position: absolute;
        top: -0.7em;
        left: -0.5em; }
      .article-home-3 > div.three-steps div.step-content {
        display: flex;
        flex-direction: row; }
        .article-home-3 > div.three-steps div.step-content div.icon {
          margin-right: 2em;
          display: flex;
          align-items: center; }

.article-home-4 .profit-tiles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em; }
  .article-home-4 .profit-tiles .tile {
    display: flex;
    flex-direction: column;
    width: 31%;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 2em;
    text-align: center; }
    .article-home-4 .profit-tiles .tile .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 5em;
      margin-bottom: 1em; }

.article-home-5 .packet-tiles {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em; }
  .article-home-5 .packet-tiles .tile {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 2em;
    width: 48%;
    padding-bottom: 3em; }
    .article-home-5 .packet-tiles .tile div {
      border-top: 2px solid #b5b5b9;
      padding: 0.4em; }
      .article-home-5 .packet-tiles .tile div:last-of-type {
        border-bottom: 2px solid #b5b5b9; }
    .article-home-5 .packet-tiles .tile div.icon::before {
      height: 100%;
      content: "\2713";
      color: #ff005a;
      font-size: 1.4em; }
    .article-home-5 .packet-tiles .tile .packet-name {
      border: none;
      font-size: 1.5em;
      text-align: center;
      font-weight: bolder;
      padding: 0; }
    .article-home-5 .packet-tiles .tile .packet-price {
      border: none;
      text-align: center;
      font-size: 1.7em;
      font-weight: bolder;
      color: #ff005a;
      min-height: 7rem; }
      .article-home-5 .packet-tiles .tile .packet-price span {
        font-size: 0.7em;
        color: #b5b5b9;
        font-weight: normal; }
  .article-home-5 .packet-tiles .tile:nth-of-type(1) div.icon::before {
    color: #0646ff; }
  .article-home-5 .packet-tiles .tile:nth-of-type(1) .packet-price {
    color: #0646ff;
    font-size: 1em;
    line-height: 3em; }
.article-home-5 .small-text {
  font-size: 0.8em;
  color: #565656;
  padding: 1em 0; }

.center-text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center; }

@media (max-width: 1280px) {
  .article-home-1 {
    flex-direction: column; }
    .article-home-1 div {
      max-width: none;
      text-align: center; }
      .article-home-1 div.image {
        display: flex;
        justify-content: center;
        padding-top: 2em; }

  .article-home-2 {
    max-width: none; }

  .article-home-3 {
    flex-direction: column; }
    .article-home-3 .how-work {
      text-align: center;
      max-width: none; }
    .article-home-3 .three-steps {
      max-width: none;
      padding-top: 3em; }

  .article-home-4 .margin-20vw {
    margin: 0;
    padding: 0; }
  .article-home-4 .profit-tiles {
    flex-direction: column; }
    .article-home-4 .profit-tiles .tile {
      width: 100%;
      margin-bottom: 2em; }

  .article-home-5 .description {
    text-align: center; }
  .article-home-5 .packet-tiles {
    flex-direction: column;
    justify-content: center; }
    .article-home-5 .packet-tiles .tile {
      width: 100%;
      margin-bottom: 2em; }

  .frontPage .home-logo {
    display: none; }
  .frontPage .content .margin-20vw {
    margin-right: 0;
    margin-left: 0; }
  .frontPage footer {
    margin-right: 0;
    border-top: 2px solid #0646ff;
    padding: 1em; }
    .frontPage footer .footer-container {
      width: auto;
      margin: auto;
      border: none; }
      .frontPage footer .footer-container .row {
        flex-direction: column;
        padding: 0; }
        .frontPage footer .footer-container .row .element {
          padding-top: 1em;
          width: 100%; }
          .frontPage footer .footer-container .row .element .logo {
            margin: 0; }
    .frontPage footer .round {
      display: none; } }

/*# sourceMappingURL=homepage.css.map */
