@charset "UTF-8";
html,
body {
  font-size: 17px !important; }

b,
strong {
  font-weight: 700; }

.hidden-all,
.hidden-mobile,
.hidden-mobile-flex,
.hidden-tablet-flex {
  display: none !important; }

.hidden-only-tablet {
  display: block; }

.mobile-only {
  display: block; }

@media only screen and (min-width: 768px) {
  .mobile-only {
    display: none !important; }

  .hidden-mobile {
    display: block !important; }

  .hidden-mobile-flex {
    display: flex !important; }

  .hidden-only-tablet {
    display: none; } }
@media only screen and (min-width: 992px) {
  .hidden-tablet-flex {
    display: flex !important; }

  .hidden-only-tablet {
    display: block; } }
.iframe-responsive {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative; }
  .iframe-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

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

.text-center-mobile {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .text-center-mobile {
      text-align: left; } }

.text-right-center-mobile {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .text-right-center-mobile {
      text-align: right; } }

.text-left-center-mobile {
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .text-left-center-mobile {
      text-align: left; } }

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

.img-fluid {
  display: inline-block;
  max-width: 100%; }

.superbold {
  font-weight: 900; }

.responsive-table {
  max-width: 100%;
  overflow: auto; }

.mt-0 {
  margin-top: 0 !important; }

.mt-2 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 2rem !important; }

.mt-6 {
  margin-top: 3rem !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-2 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 2rem !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-2 {
  margin-right: 1rem !important; }

.my-2 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important; }

.ui.menu .item.right.ml-0 {
  margin-left: 0 !important; }

.px-4 {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.pl-0 {
  padding-left: 0 !important; }

.d-justify-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

@media only screen and (max-width: 768px) {
  .d-justify-center-mobile {
    display: flex;
    flex-direction: row;
    justify-content: center !important; } }

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

.ext {
  list-style-type: none; }
  .ext::before {
    content: '';
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: 8px; }

.ext-pdf::before {
  content: ''; }

.ext-zip::before,
.ext-rar::before {
  content: ''; }

.ext-txt::before,
.ext-rtf::before {
  content: ''; }

.ext-doc::before,
.ext-docx::before,
.ext-odt::before {
  content: ''; }

.ext-jpg::before,
.ext-png::before,
.ext-jpeg::before {
  content: ''; }

.with-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.tiled {
  display: inline-block;
  font-family: 'Barlow Condensed';
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
  margin: 3px;
  overflow: visible;
  padding: 3px 3px;
  position: relative; }
  .tiled.fg1 {
    background: #e5e4e4;
    color: #ac3330; }
    .tiled.fg1::before, .tiled.fg1::after {
      border-color: #e5e4e4; }
  .tiled.fg2 {
    background: #c9c6c6;
    color: #ac3330; }
    .tiled.fg2::before, .tiled.fg2::after {
      border-color: #c9c6c6; }
  .tiled.fg3 {
    background: #ac3330;
    color: #fff; }
    .tiled.fg3::before, .tiled.fg3::after {
      border-color: #ac3330; }
  .tiled.btl::before {
    border-bottom: 44px solid transparent !important;
    border-right-style: solid;
    border-right-width: 5px;
    border-top: 0 solid transparent;
    content: '';
    left: -5px;
    position: absolute;
    top: 0; }
  .tiled.abr {
    margin-right: 6px; }
    .tiled.abr::after {
      border-bottom: 0 solid transparent;
      border-left-style: solid;
      border-left-width: 5px;
      border-top: 44px solid transparent !important;
      content: '';
      position: absolute;
      right: -5px;
      top: 0; }
  .tiled.atr {
    margin-right: 6px; }
    .tiled.atr::after {
      border-bottom: 44px solid transparent !important;
      border-left-style: solid;
      border-left-width: 5px;
      border-top: 0 solid transparent;
      content: '';
      position: absolute;
      right: -5px;
      top: 0; }
  .tiled.bbl::before {
    border-bottom: 0 solid transparent;
    border-right-style: solid;
    border-right-width: 5px;
    border-top: 44px solid transparent !important;
    content: '';
    left: -5px;
    position: absolute;
    top: 0; }

body {
  display: flex;
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-size: 16px;
  flex-direction: column;
  min-height: 1px; }
  body.pushable {
    background: #fff !important; }

.pushable .pusher {
  overflow: visible !important; }
.pushable .pusher.dimmed {
  overflow: hidden !important; }

.pusher {
  flex: 1;
  flex-direction: column;
  min-height: 1px; }

.site-header {
  position: fixed;
  width: 100%; }
  .site-header .ui.menu {
    background: transparent !important;
    border: 0px solid !important;
    box-shadow: 0 0 0 !important;
    -webkit-box-shadow: 0 0 0 !important; }
    .site-header .ui.menu .item:before {
      background: transparent !important; }

#site-loading {
  align-items: center;
  background: #000;
  display: flex;
  color: #fff;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101; }
  #site-loading img {
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite; }

.jumbotron {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: -1; }
  .jumbotron .caption {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    width: 100%;
    z-index: 100; }
    @media only screen and (min-width: 768px) {
      .jumbotron .caption {
        padding: 5rem; }
        .jumbotron .caption .site-subtitle, .jumbotron .caption h1 {
          margin-bottom: 2rem; }
        .jumbotron .caption .site-subtitle {
          font-size: 1.4rem;
          margin-bottom: 2.5rem; } }
    .jumbotron .caption h1 {
      color: #fff;
      font-size: 48px;
      text-transform: uppercase; }
    .jumbotron .caption .site-subtitle {
      font-weight: 500; }
  .jumbotron .button-scroll {
    position: absolute;
    bottom: 100px;
    left: calc(50% - 13px);
    width: 26px;
    height: 50px;
    border-radius: 15px;
    border: 2px solid #fff;
    cursor: pointer;
    z-index: 105; }
    @media only screen and (min-width: 992px) {
      .jumbotron .button-scroll {
        bottom: 40px; } }
    .jumbotron .button-scroll span {
      height: 10px;
      width: 2px;
      position: absolute;
      left: calc(50% - 1px);
      background: #fff;
      -webkit-animation: scroll .5s infinite alternate;
      -moz-animation: scroll .5s infinite alternate;
      animation: scroll .5s infinite alternate; }

.fullscreen-bg {
  left: 0;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
  .fullscreen-bg .video-fit {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.page-jumbotron {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  justify-content: center;
  min-height: 500px;
  height: 500px; }
  .page-jumbotron h1 {
    color: #fff;
    font-size: 48px;
    text-align: center;
    text-transform: uppercase; }
  .page-jumbotron .breadcrumb {
    text-align: center; }
    .page-jumbotron .breadcrumb a {
      color: #D1D1D1; }
      .page-jumbotron .breadcrumb a:hover {
        color: #fff; }
    .page-jumbotron .breadcrumb.inverted .divider {
      color: #fff !important; }

@keyframes scroll {
  0% {
    top: 50%; }
  50% {
    top: 55%; }
  100% {
    top: 60%; } }
@-webkit-keyframes scroll {
  0% {
    top: 50%; }
  50% {
    top: 55%; }
  100% {
    top: 60%; } }
@-moz-keyframes scroll {
  0% {
    top: 50%; }
  50% {
    top: 55%; }
  100% {
    top: 60%; } }
.site-header {
  padding-bottom: 3px;
  z-index: 100; }
  .site-header #site-scroll-progress {
    background: #fe0101;
    bottom: 1px;
    cursor: pointer;
    height: 3px;
    left: 0;
    position: absolute;
    width: 0; }
  .site-header.scrolled {
    background: rgba(0, 0, 0, 0.9); }
  .site-header ul {
    list-style-type: none; }
  .site-header .site-language a {
    color: #fff;
    text-shadow: 0 0 7px #000; }
  .site-header .active-lng {
    color: #fe0101; }
  .site-header #site-logo {
    height: 60px;
    transition: all .2s linear;
    width: 60px; }
    @media (min-width: 768px) {
      .site-header #site-logo {
        height: 80px;
        width: 80px; } }
  .site-header.scrolled #site-logo {
    height: 30px;
    width: 30px; }
    @media (min-width: 768px) {
      .site-header.scrolled #site-logo {
        height: 40px;
        width: 40px; } }
  .site-header #site-hamburger {
    display: inline-block;
    width: 60px;
    position: relative;
    top: 5px;
    transition: all .2s linear; }
    .site-header #site-hamburger .icon {
      display: block;
      float: right;
      height: 8px;
      background: #fff;
      margin-bottom: 9px;
      transition: all .2s linear;
      width: 60px; }
    .site-header #site-hamburger .icon:first-child,
    .site-header #site-hamburger .icon:last-child {
      width: 30px; }
  .site-header.scrolled #site-hamburger {
    top: 5px; }
    .site-header.scrolled #site-hamburger .icon {
      display: block;
      float: right;
      height: 3px;
      background: #fff;
      margin-bottom: 5px;
      width: 30px; }
    .site-header.scrolled #site-hamburger .icon:first-child,
    .site-header.scrolled #site-hamburger .icon:last-child {
      width: 15px; }
  .site-header .site-menu li {
    float: left; }
  .site-header .main-navbar .bars {
    color: #fff; }

.site-hamburger-close {
  border-right: 80px solid #fff;
  border-bottom: 80px solid transparent;
  position: relative; }
  .site-hamburger-close:before {
    content: '\f00d';
    font-family: 'Icons';
    font-size: 22px;
    position: absolute;
    right: -64px;
    top: 14px; }

.site-sidebar-menu ul, .site-menu ul {
  font-family: 'Barlow Condensed';
  font-size: 26px;
  list-style-type: none;
  padding-left: 0;
  width: 100%; }
  .site-sidebar-menu ul li, .site-menu ul li {
    padding: 1rem;
    text-transform: uppercase;
    text-align: center; }
  .site-sidebar-menu ul a, .site-menu ul a {
    color: #f6f6f6; }
.site-sidebar-menu .active-lng, .site-menu .active-lng {
  color: #fe0101;
  text-shadow: 0 0 7px #000; }

.site-sidebar-menu {
  padding-bottom: 3rem !important; }

.site-menu a {
  text-shadow: 0 0 7px #000; }

.site-footer-wrapper {
  overflow: hidden;
  padding-top: 100px; }
  .site-footer-wrapper #footer-animation-toggler {
    position: absolute;
    width: 1px;
    height: 300px;
    background: transparent;
    top: -200px;
    z-index: -1; }
  .site-footer-wrapper .footer-animation {
    padding-top: 80px;
    position: relative; }
  .site-footer-wrapper #site-footer-eight {
    left: -40px;
    position: absolute;
    top: 20px;
    z-index: 100; }
  .site-footer-wrapper .site-footer {
    background: #330e0e;
    color: #fff;
    padding-top: 2rem;
    position: relative; }
    .site-footer-wrapper .site-footer:before {
      border-bottom: 80px solid #330e0e;
      border-right: 100vw solid transparent;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      top: -79px;
      width: 100%; }
    .site-footer-wrapper .site-footer a {
      color: #fff; }
    .site-footer-wrapper .site-footer p {
      font-family: "Barlow Condensed";
      font-size: 1.5rem;
      font-weight: 500;
      text-align: center; }
    .site-footer-wrapper .site-footer h2 {
      color: #fff;
      font-size: 3rem;
      margin-bottom: 2rem;
      margin-top: 2rem; }
    .site-footer-wrapper .site-footer .site-bottom {
      background: #230606;
      color: #fff;
      margin-top: 2rem;
      padding: 2rem;
      text-align: center; }
      .site-footer-wrapper .site-footer .site-bottom a {
        color: #fff; }

body.page .site-bottom {
  padding-bottom: 4rem !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed";
  color: #ac3330; }

.ui.button {
  font-family: "Barlow"; }

.basic.button {
  -moz-box-shadow: 0 0 0 1px black inset !important;
  -webkit-box-shadow: 0 0 0 1px black inset !important;
  box-shadow: 0 0 0 1px black inset !important;
  border-radius: 0 !important;
  color: #000 !important; }
  .basic.button:hover {
    background: #fe0101 !important;
    color: #fff !important; }
  .basic.button:focus {
    background: #fe0101 !important;
    color: #fff !important; }

.basic.white.button {
  -moz-box-shadow: 0 0 0 1px white inset !important;
  -webkit-box-shadow: 0 0 0 1px white inset !important;
  box-shadow: 0 0 0 1px white inset !important;
  border-radius: 0 !important;
  color: #fff !important; }
  .basic.white.button:hover {
    background: #fe0101 !important;
    color: #fff !important; }

.separator {
  background: url(/static/core/img/separator.png) no-repeat center center;
  height: 80px;
  margin: 2rem 0; }

.share {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }
  .share a {
    margin: 0 .3rem; }

.service-card {
  margin-bottom: 2rem; }
  .service-card .service-card-body {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin: auto;
    margin-top: -60px;
    padding: 1rem;
    position: relative;
    width: 84%; }
  .service-card h2 {
    color: #ac3330; }
  .service-card a {
    color: #f69832;
    font-family: "Barlow Condensed";
    font-weight: 700; }

.section-counters {
  background: rgba(0, 0, 0, 0.2);
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-image: url(/static/core/img/counters-bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 4rem 0; }
  .section-counters .counter {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 200px;
    margin: auto;
    padding: 1rem;
    text-align: center;
    width: 200px; }
    .section-counters .counter .icon {
      display: block;
      height: 60px;
      margin: auto; }
    .section-counters .counter .number,
    .section-counters .counter .label {
      display: block;
      text-align: center; }
    .section-counters .counter .number {
      font-family: "Barlow Condensed";
      font-size: 48px;
      font-weight: 500;
      margin-top: 24px; }
    .section-counters .counter .label {
      font-family: "Barlow Condensed";
      font-size: 28px;
      margin-top: 18px;
      text-transform: uppercase; }
    .section-counters .counter .out-of-order {
      animation: blinker 1s linear infinite;
      color: #fe0101;
      font-size: 26px;
      position: relative;
      top: -10px; }

.section-case-studies {
  margin-bottom: 3rem; }
  .section-case-studies > h2 {
    background: #ebebeb;
    padding: 1rem 0;
    font-size: 3rem; }
  .section-case-studies .case-study h2 {
    color: #000; }
  .section-case-studies img {
    margin: auto; }

.section-contacts {
  background: rgba(0, 0, 0, 0.6);
  background-attachment: fixed;
  background-blend-mode: overlay;
  background-image: url(/static/core/img/contacts-bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  height: 200px;
  padding: 4rem 0; }
  .section-contacts h2 {
    color: #fff;
    font-size: 3rem; }
  .section-contacts form input[type=email],
  .section-contacts form input[type=text],
  .section-contacts form textarea {
    background: rgba(255, 255, 255, 0.9) !important; }
  .section-contacts textarea {
    height: 146px; }
  .section-contacts .captcha-field img {
    margin-right: 1rem; }
  .section-contacts label {
    color: #fff !important; }
    .section-contacts label a {
      color: #fff;
      text-decoration: underline; }

.section-customers h2 {
  font-size: 3rem; }

.section-technologies h2 {
  font-size: 3rem; }

.technology-card {
  display: flex;
  align-items: center;
  justify-content: center; }

.case-study-detail h2 {
  font-size: 2.5rem; }
.case-study-detail .text-column {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  text-align: justify; }
.case-study-detail .step {
  margin: 3rem 0; }
.case-study-detail .slider {
  background: #fff;
  position: relative; }
  .case-study-detail .slider .image {
    margin: auto;
    margin: auto;
    position: relative; }
  .case-study-detail .slider img {
    left: 0;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s linear;
    z-index: -1; }
    .case-study-detail .slider img.active {
      opacity: 1;
      position: static;
      visibility: visible;
      z-index: 10; }
.case-study-detail .thumbs {
  display: flex;
  justify-content: center; }
  .case-study-detail .thumbs .slider-ctrl {
    border: 4px solid #d1d1d1;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 80px;
    margin: 0 .2rem;
    opacity: .5;
    width: 80px; }
    .case-study-detail .thumbs .slider-ctrl.active {
      opacity: 1; }
  .case-study-detail .thumbs img {
    height: 50px;
    opacity: .5; }
    .case-study-detail .thumbs img.active {
      opacity: 1; }

.cookierulez {
  z-index: 1000200 !important; }

@keyframes blinker {
  33% {
    opacity: 0; }
  66% {
    opacity: 1; } }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* 404 */
.e404 .caption h1 {
  color: #ae2e23 !important;
  text-transorm: uppercase; }
.e404 .caption p {
  font-size: 20px; }
.e404 .caption a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 18px;
  padding: .5rem 1rem; }
@media only screen and (min-width: 768px) {
  .e404 .caption {
    background: none;
    position: absolute;
    width: 600px;
    bottom: 8%;
    left: 10%;
    height: auto; }
    .e404 .caption h1 {
      margin-bottom: 1rem;
      font-size: 4rem; }
    .e404 .caption p {
      font-size: 1.8rem; } }

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