@font-face {
  font-family: "inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter-medium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "inter-bold";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  color: #686D8E;
  font-family: "inter";
  font-size: 14px;
}

.bold, strong, b {
  font-family: "inter-bold";
}

a {
  color: #0d6efd;
  text-decoration: none;
}

.bg-gray {
  background: #292A31;
}

.text-navy {
  color: #353C68;
}

.text-white {
  color: #fff;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

h1, h2, h3, h4, h5 {
  font-family: "inter-bold";
  color: #353C68;
}

img {
  max-width: 100%;
}
img.full {
  width: 100%;
}

.btn-dark {
  color: #fff;
  background-color: #353C68;
  border-color: #353C68;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
}
#header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .navbar .navbar-brand img {
  max-height: 28px;
}
#header .nav-link {
  font-family: "inter-medium";
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
#header .nav-link.login {
  display: none;
}
#header.light .nav-link {
  color: #353C68;
}
#header .navbar-light .navbar-toggler {
  background: #fff;
}
#header .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.main-page {
  margin-top: 0 !important;
  padding-top: 170px;
}

#footer {
  background: #030B42;
  color: #fff;
  font-size: 16px;
}
#footer #footer-top {
  padding-top: 120px;
  padding-bottom: 120px;
}
#footer #footer-top h4 {
  color: #fff;
  font-size: 20px;
}
#footer #footer-top .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
#footer #footer-top .footer-menu li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
#footer #footer-top #dropdown-lang {
  position: relative;
  padding-right: 45px;
}
#footer #footer-top #dropdown-lang::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 30px;
  top: 0;
}
#footer #footer-top #dropdown-lang::after {
  position: absolute;
  right: 10px;
  top: 15px;
}
#footer #footer-top #dropdown-lang:hover::before, #footer #footer-top #dropdown-lang.show::before {
  background: #000;
}
#footer #footer-bottom {
  color: #9A9DB3;
}
#footer #footer-bottom i {
  color: #9A9DB3;
  font-size: 20px;
}

.btn-blue {
  background: #118CFF;
  border-radius: 4px;
  color: #fff;
  font-family: "inter-bold";
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  line-height: 1;
  text-align: center;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue:visited {
  opacity: 0.8;
  color: #fff;
}
.btn-blue.small {
  padding: 10px 15px;
}

.btn-yellow {
  background: #FFDB00;
  border-radius: 4px;
  color: #292A31;
  font-family: "inter-bold";
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  line-height: 1;
  text-align: center;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow:visited {
  opacity: 0.8;
  color: #292A31;
}
.btn-yellow.small {
  padding: 10px 15px;
}

.btn-gray {
  background: #F0F2F5;
  border-radius: 4px;
  color: #353C68;
  font-family: "inter-bold";
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  line-height: 1;
  text-align: center;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray:visited {
  opacity: 0.8;
  color: #353C68;
}
.btn-gray.small {
  padding: 10px 15px;
}

.form-newsletter h3 {
  font-size: 48px;
  color: #fff;
}
.form-newsletter .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.form-newsletter .form-inline input.wpcf7-form-control {
  padding: 15px;
  border: 1px solid #BFC9D9;
  border-radius: 6px;
}
.form-newsletter .form-inline input.wpcf7-submit {
  width: unset !important;
  background: #FFE233;
  border-radius: 6px;
  color: #030B42;
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #ffe233;
}
.form-newsletter .form-inline .wpcf7-not-valid-tip {
  position: absolute;
}

#personal-form label {
  display: block;
  margin-bottom: 5px;
}
#personal-form .wpcf7-form-control {
  width: 100%;
  display: block;
  padding: 8px;
  border: 1px solid #BFC9D9;
  border-radius: 6px;
}
#personal-form .wpcf7-submit {
  background: #FFE233;
  border-radius: 6px;
  display: inline-block;
  width: auto;
  padding: 8px 30px;
  border: 1px solid #ffe233;
}

.text-headline {
  font-size: 48px;
}

.title h2 {
  font-size: 48px;
}
.title .caption {
  font-size: 16px;
}

#home-hero {
  position: relative;
  padding: 80px 0;
  background: #030B42;
  color: #fff;
  padding-top: 170px;
}
#home-hero h1 {
  font-size: 48px;
  margin-bottom: 36px;
  color: #fff;
}
#home-hero .caption {
  font-size: 20px;
}
#home-hero .btn-yellow {
  background: #FFDB00;
  color: #292A31;
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "inter-bold";
  font-size: 16px;
  border-radius: 8px;
}
#home-hero .btn-white {
  background: #fff;
  color: #292A31;
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "inter-bold";
  font-size: 16px;
  border-radius: 8px;
  line-height: 1;
}
#home-hero .btn-white:hover {
  opacity: 0.8;
}
#home-hero .abs-right {
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: -350px;
}
#home-hero .abs-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#home-hero .of {
  /* optional to reprevent image resize*/
  object-fit: fit;
}
#home-hero #component {
  position: absolute;
  left: 150px;
  top: -30px;
}
#home-hero #properties {
  right: 120px;
  position: absolute;
  top: 30px;
}

#home-what {
  background: #fff;
  padding: 100px 0;
  margin-top: 50px;
}
#home-what h4 {
  color: #118CFF;
  font-size: 14px;
  margin-bottom: 20px;
}
#home-what h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#home-what .caption {
  font-size: 16px;
}

#what-kalkulite {
  padding: 100px 0;
}
#what-kalkulite .item {
  padding: 25px;
  border-radius: 16px;
  height: 100%;
}
#what-kalkulite .item .ico {
  margin: 30px 0;
}
#what-kalkulite .item .label {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "inter-bold";
  color: #353C68;
}
#what-kalkulite .item .caption {
  margin-bottom: 20px;
}

#request-demo {
  background: #0870FF;
  padding: 120px 0;
  color: #fff;
}
#request-demo .form-group {
  margin-bottom: 20px;
}
#request-demo .form-group label {
  color: #fff;
}
#request-demo input.btn-light {
  padding: 10px 50px;
  text-transform: uppercase;
  font-family: "inter-bold";
  max-width: 240px;
  background: #fff;
  border: none;
  border-radius: 5px;
}
#request-demo .form-check input[type=checkbox] {
  margin-top: 8px;
}
#request-demo .form-check .wpcf7-list-item {
  margin: 0;
}
#request-demo .form-check .wpcf7-list-item label {
  display: flex;
}
#request-demo .form-check .wpcf7-list-item span.wpcf7-list-item-label {
  margin-left: 20px;
  padding-top: 0;
}
#request-demo h3 {
  font-size: 48px;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
#request-demo .caption {
  font-size: 20px;
  margin-bottom: 30px;
}

.newsletter-caption {
  text-align: center;
  color: #ffdb00;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}

#page-about .bg-text {
  position: absolute;
  font-family: "inter-bold";
  font-size: 100px;
  color: #F0F2F5;
}
#page-about .container {
  position: relative;
}
#page-about #main-banner {
  text-align: center;
  margin-top: 100px;
}
#page-about #main-banner #video-banner {
  position: relative;
}
#page-about #main-banner #video-banner #btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-about #main-banner .caption {
  max-width: 730px;
  margin: 40px auto;
  font-size: 20px;
}
#page-about #counter {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 150px;
  margin-bottom: 130px;
}
#page-about #counter .item {
  background: #F9F9F9;
  border-radius: 16px;
  padding: 35px;
  margin-bottom: 30px;
  height: 100%;
}
#page-about #counter .item .no {
  font-family: "inter-bold";
  color: #118CFF;
  font-size: 60px;
}
#page-about #counter .item .caption {
  font-size: 20px;
}
#page-about #about-item {
  position: relative;
}
#page-about #about-item .bg-text {
  right: 0;
  top: -50px;
}
#page-about #about-item .item {
  margin: 0 auto;
  margin-bottom: 30px;
}
#page-about #about-item .item .title {
  font-size: 20px;
  color: #222660;
  font-family: "Inter-bold";
  margin-bottom: 15px;
}
#page-about #about-item .item .caption {
  font-size: 18px;
}
#page-about #about-mission {
  margin-top: 100px;
  margin-bottom: 150px;
  position: relative;
}
#page-about #about-mission .bg-text {
  bottom: 10px;
  left: -250px;
}
#page-about #about-mission .subtitle {
  font-size: 35px;
  line-height: 1.2;
  font-family: "inter-bold";
  color: #030B42;
}
#page-about #about-mission .content {
  font-size: 18px;
}
#page-about .title {
  color: #118CFF;
  font-size: 24px;
  font-family: "inter-bold";
  margin-bottom: 15px;
}
#page-about #about-story {
  margin-top: 150px;
  position: relative;
}
#page-about #about-story .bg-text {
  top: -110px;
  left: -200px;
}
#page-about #about-story .content {
  font-size: 18px;
}
#page-about #about-founders {
  margin: 150px 0;
}
#page-about #about-founders .item {
  text-align: center;
}
#page-about #about-founders .item .title {
  color: #353C68;
  font-size: inherit;
  margin-top: 20px;
  margin-bottom: 5px;
}

#join-the-team {
  background: #118CFF;
  color: #fff;
  padding: 90px 0;
}
#join-the-team h2 {
  color: #fff;
  margin-bottom: 20px;
}
#join-the-team .caption {
  max-width: 710px;
  font-size: 20px;
  margin: 0 auto;
}
#join-the-team #item-list {
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 50px;
}
#join-the-team #item-list .item {
  background: #fff;
  border-radius: 16px;
  color: #030B42;
  padding: 24px;
  margin: 0 14px;
}
#join-the-team #item-list .item .item-name {
  font-size: 20px;
  font-family: "inter-bold";
  margin-bottom: 20px;
  min-height: 60px;
}
#join-the-team #item-list .item .url {
  text-align: right;
  margin-right: -10px;
  display: flex;
  justify-content: end;
}

#login-page #content-login {
  background: url(../images/login-bg.jpg) bottom center no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 25px;
}
#login-page #content-login .inner-page {
  max-width: 540px;
  margin: 0 auto;
  padding-top: 150px;
}
#login-page #content-login .inner-page h1 {
  font-size: 48px;
  margin-bottom: 25px;
  font-family: "inter-bold";
}
#login-page #content-login .inner-page .caption {
  font-size: 20px;
  margin-bottom: 25px;
}
#login-page .wpcf7 {
  width: 100%;
}
#login-page .wpcf7 label {
  color: #030B42;
  margin-bottom: 5px;
}
#login-page .wpcf7 .wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#login-page .wpcf7 .btn-blue {
  background: #118CFF;
  border-radius: 4px;
  color: #fff;
  font-family: "inter-bold";
  padding: 15px 25px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  line-height: 1;
  text-align: center;
  width: 100%;
}
#login-page .wpcf7 .btn-blue:hover, #login-page .wpcf7 .btn-blue:focus, #login-page .wpcf7 .btn-blue:active, #login-page .wpcf7 .btn-blue:visited {
  opacity: 0.8;
  color: #fff;
}
#login-page .wpcf7 .btn-blue.small {
  padding: 10px 15px;
}
#login-page form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#page-services {
  margin: 100px 0;
}
#page-services h1 {
  color: #030B42;
  margin-bottom: 100px;
  font-size: 50px;
}
#page-services .block {
  margin-bottom: 100px;
}
#page-services .block .image {
  margin-bottom: 50px;
}
#page-services .block .title {
  color: #030B42;
  font-size: 30px;
  font-family: "inter-bold";
  line-height: 1.2;
}
#page-services .block .content {
  font-size: 20px;
}

#page-usecases {
  margin: 100px 0;
}
#page-usecases h1 {
  color: #030B42;
  margin-bottom: 100px;
  font-size: 50px;
}
#page-usecases #page-usecases-slide {
  max-width: 920px;
  margin: 0 auto;
}
#page-usecases #page-usecases-slide .block .title {
  color: #030B42;
  margin: 35px 0;
  font-family: "inter-bold";
  text-align: center;
  font-size: 40px;
}
#page-usecases #page-usecases-slide .block .content {
  margin-bottom: 30px;
}
#page-usecases #page-usecases-slide .block .content ul {
  text-align: center;
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #118CFF;
}

.slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #BAE2FF;
}

#page-pricing #main-title {
  color: #29333D;
  font-family: "inter-bold";
  font-size: 48px;
  line-height: 56px;
}
#page-pricing .header-caption {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #5C738A;
  margin-bottom: 65px;
}
#page-pricing #pricing-card .col-lg-4 {
  margin-bottom: 50px;
}
#page-pricing #pricing-card .item {
  border: 2px solid #D6DFEB;
  border-radius: 24px;
  padding: 32px;
  color: #5C738A;
  display: flex;
  flex-direction: column;
}
#page-pricing #pricing-card .item.yellow {
  border-color: #FFDB00;
}
#page-pricing #pricing-card .item .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#page-pricing #pricing-card .item .header .type {
  color: #29333D;
  font-size: 20px;
  line-height: 30px;
  font-family: "inter-bold";
  margin-top: 7px;
}
#page-pricing #pricing-card .item .header .label {
  background: #FFDB00;
  border-radius: 10px;
  padding: 7px 9px;
  color: #29333D;
  font-family: "inter-bold";
}
#page-pricing #pricing-card .item .slogan {
  margin-top: 24px;
  margin-bottom: 40px;
}
#page-pricing #pricing-card .item .price-block {
  min-height: 75px;
}
#page-pricing #pricing-card .item .price-block h2 {
  color: #29333D;
  font-size: 36px;
  line-height: 44px;
  font-family: "inter-bold";
}
#page-pricing #pricing-card .item .price-block .price-split {
  display: flex;
}
#page-pricing #pricing-card .item .price-block .price-split .usual {
  color: #A3B3C2;
  margin-right: 50px;
}
#page-pricing #pricing-card .item .price-block .price-split .usual .price {
  font-family: "inter-bold";
  color: #A3B3C2;
}
#page-pricing #pricing-card .item .price-block .price-split .usual .price span {
  position: relative;
  font-size: 36px;
}
#page-pricing #pricing-card .item .price-block .price-split .usual .price span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #DE294C;
  left: 0;
  top: 50%;
}
#page-pricing #pricing-card .item .price-block .price-split .promo {
  color: #118CFF;
  font-family: "inter-bold";
}
#page-pricing #pricing-card .item .price-block .price-split .promo .price {
  font-size: 36px;
}
#page-pricing #pricing-card .item .include {
  margin-top: 40px;
  margin-bottom: 20px;
}
#page-pricing #pricing-card .item .include .desc {
  color: #29333D;
  font-family: "inter-bold";
  margin-bottom: 15px;
}
#page-pricing #pricing-card .item .include .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-pricing #pricing-card .item .include .list li {
  color: #29333D;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
#page-pricing #pricing-card .item .include .list li::before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  color: #118CFF;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}
#page-pricing #pricing-card .item .button {
  display: block;
  background: #FFFFFF;
  border: 1px solid #118CFF;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  margin-top: auto;
  padding: 12px 16px;
  color: #118CFF;
  font-family: "inter-bold";
  transition: all ease 0.5s;
  font-size: 16px;
}
#page-pricing #pricing-card .item .button.btn-active {
  background: #118CFF;
  color: #fff;
}
#page-pricing #pricing-card .item .button:hover {
  opacity: 0.8;
}
#page-pricing #compare {
  margin-top: 100px;
  margin-bottom: 140px;
}
#page-pricing #compare h2 {
  text-align: center;
  font-size: 48px;
  margin-bottom: 64px;
  font-family: "inter-bold";
  color: #29333D;
}

@media only screen and (max-width: 1240px) {
  #home-hero #component {
    left: 60px;
  }

  #home-hero #properties {
    right: 50px;
    top: 30px;
  }
}
@media only screen and (max-width: 1190px) {
  #home-hero #properties {
    right: 20px;
    top: 30px;
    max-width: 300px;
  }

  #home-hero #component {
    left: 30px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 990px) {
  #home-hero #component {
    max-width: 230px;
    left: 10px;
  }

  #home-hero #properties {
    right: 0;
    top: 30px;
    max-width: 240px;
  }

  #home-hero .abs-right {
    margin-bottom: -200px;
  }

  #home-what {
    margin-top: 0;
    padding-bottom: 0;
  }

  .navbar-collapse {
    background: #fff;
  }

  #header .nav-link {
    color: #030b42;
  }

  .navbar-brand img {
    max-height: 36px;
  }
}
@media only screen and (max-width: 600px) {
  #home-hero {
    padding-top: 100px;
  }

  .navbar-nav {
    margin: 0 !important;
  }

  #header .navbar-brand {
    margin-right: auto;
  }

  #home-hero #component {
    left: 0;
    max-width: 180px;
  }

  #home-hero #properties {
    right: 0;
    top: 20px;
    max-width: 180px;
  }

  #home-hero h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  #home-hero .caption {
    font-size: 16px;
  }

  #home-hero .btn-yellow {
    padding: 10px 30px;
    font-size: 14px;
  }

  .title h2 {
    font-size: 24px;
  }

  #home-what .caption {
    font-size: 14px;
  }

  .title .caption {
    font-size: 15px;
  }

  #footer #footer-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #header .nav-link.login {
    display: block;
  }

  #login-btn {
    display: none !important;
  }

  input.wpcf7-form-control.text-input {
    max-width: 200px;
  }

  #request-demo h3 {
    font-size: 25px;
  }

  #request-demo .caption {
    font-size: 16px;
  }

  .newsletter-caption {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  #home-hero #properties {
    max-width: 160px;
  }

  #home-hero #component {
    max-width: 170px;
  }
}
@media only screen and (max-width: 400px) {
  #home-hero #properties {
    max-width: 140px;
  }

  #home-hero #component {
    max-width: 140px;
  }
}

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