@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.slick-slide:focus {
  outline: 0; }

.tile__slidesWrapper .slick-dots li {
  width: 10px; }
  .tile__slidesWrapper .slick-dots li button:before {
    color: #8a8a8a;
    font-size: 1.2rem; }
.tile__slidesWrapper .slick-dots li.slick-active button:before {
  color: #1bbca7;
  font-size: 1.2rem; }

.whyS4E .slick-dots li {
  width: 10px; }
  .whyS4E .slick-dots li button:before {
    color: #8a8a8a;
    font-size: 1.2rem;
    opacity: 0.5; }
.whyS4E .slick-dots li.slick-active button:before {
  color: #ffffff;
  font-size: 1.2rem;
  opacity: 1; }

.grow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.grow:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(84, 82, 84, 0.29);
  -moz-box-shadow: 0px 0px 15px 5px rgba(84, 82, 84, 0.29);
  box-shadow: 0px 0px 15px 5px rgba(84, 82, 84, 0.29); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  width: calc(100% - 2em);
  vertical-align: top; }

input[type="email"],
input[type="tel"],
input[type="text"] {
  position: relative;
  display: block;
  float: right;
  padding: 12px 2px;
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
  color: #231f20;
  margin-top: 20px;
  box-shadow: none;
  height: auto;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
  box-shadow: none; }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #231f20;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

/* Hoshi */
.input--hoshi {
  overflow: hidden; }

.input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em;
  width: 100%;
  background: transparent;
  color: #595F6E; }

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none; }

.input__label-content--hoshi {
  position: absolute; }

.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #B9C1CA; }

.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--hoshi-color-1::after {
  border-color: #1bbca7; }

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards; }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
.form-group {
  margin-bottom: 35px; }

.form-group--select {
  margin-bottom: 0; }

.cookie-message.blue {
  bottom: 0;
  top: auto;
  background: #1bbc9b;
  background: -moz-linear-gradient(45deg, #1bbc9b 0%, #1bbcb6 100%);
  background: -webkit-linear-gradient(45deg, #1bbc9b 0%, #1bbcb6 100%);
  background: linear-gradient(45deg, #1bbc9b 0%, #1bbcb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bbc9b', endColorstr='#1bbcb6',GradientType=1 );
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  z-index: 1111; }
  .cookie-message.blue p, .cookie-message.blue a {
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 300; }
  .cookie-message.blue p {
    line-height: 1.5; }
  .cookie-message.blue a {
    display: flex;
    align-self: center;
    position: static;
    font-weight: 700; }
  .cookie-message.blue a:hover {
    text-decoration: none; }

html {
  font-size: 62.5%; }

body {
  background: #f7f7f7;
  font-family: "Roboto", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif; }

a {
  color: inherit; }

.sectionTitle {
  font-family: "Roboto", sans-serif;
  color: #282828;
  font-size: 4.8rem;
  text-align: center;
  font-weight: 300;
  margin: 70px auto 60px auto; }
  @media (max-width: 768px) {
    .sectionTitle {
      font-size: 2.7rem;
      margin: 30px auto; } }

.sectionTitle--special {
  color: #ffffff;
  font-weight: 100;
  line-height: 1.5; }

.sectionTitle__bolder {
  font-weight: 700; }

header.mainHeader {
  height: 85px;
  background: #000;
  position: fixed;
  width: 100%;
  z-index: 111;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

header.mainHeader.mainHeader--small {
  height: 70px; }
  header.mainHeader.mainHeader--small .mainHeader__content {
    height: 70px; }

.mainHeader__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  height: 85px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  @media (max-width: 768px) {
    .mainHeader__content {
      padding: 0 20px; } }

.mainHeader__logo {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 200px;
  height: auto; }

.mainHeader__button--open {
  display: block;
  width: 24px;
  height: 19px;
  background: url("../images/hamburger_menu_icon.png") no-repeat center;
  border: 0; }

nav.mainNavigation {
  background-color: #231f20;
  text-align: center;
  top: -100vh;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: stretch; }

.mainNavigation__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 1170px;
  max-width: 100%;
  margin: auto;
  min-height: 100vh;
  position: relative; }

nav.mainNavigation {
  line-height: 30px; }

nav.mainNavigation ul {
  float: none; }
nav.mainNavigation li {
  float: none; }
  nav.mainNavigation li a {
    color: #ffffff;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.6;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    nav.mainNavigation li a:hover, nav.mainNavigation li a:active, nav.mainNavigation li a:focus {
      color: #1bbca7;
      background: none; }
    @media (max-width: 768px) {
      nav.mainNavigation li a {
        font-size: 1.6rem;
        line-height: 1; } }

.mainHeader__button--close {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/burger_close.png") no-repeat center transparent;
  border: none;
  position: absolute;
  top: 40px;
  right: 80px; }
  @media (max-width: 768px) {
    .mainHeader__button--close {
      right: 40px; } }

.mainNavigation__socials {
  padding: 0;
  float: none;
  margin-top: 50px; }
  .mainNavigation__socials li {
    display: inline-block;
    margin: 0 5px; }

.mainNavigation__socialsElement {
  display: block;
  width: 33px;
  height: 35px; }

.mainNavigation__socials--linkedIn {
  background: url("../images/icon_linked.png") no-repeat center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .mainNavigation__socials--linkedIn:hover {
    background: url("../images/icon_linked_hover.png") no-repeat center !important; }

.mainNavigation__socials--fb {
  background: url("../images/icon_fb.png") no-repeat center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .mainNavigation__socials--fb:hover {
    background: url("../images/icon_fb_hover.png") no-repeat center !important; }

.footer {
  background: #000000; }

.footer__higherContent,
.footer__lowerContent {
  padding-top: 35px;
  padding-bottom: 35px; }

.footer__lowerContent {
  border-top: 1px solid #3b3b3b; }

.footer__nav {
  margin-top: 10px; }
  .footer__nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around; }
    .footer__nav ul li {
      margin: 0;
      padding: 0; }
      .footer__nav ul li a {
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.4rem; }
      .footer__nav ul li a:hover {
        text-decoration: none;
        color: #1bbca7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }

.footer__socials ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .footer__socials ul li {
    margin: 0 10px;
    padding: 0;
    display: inline-block; }
    @media (max-width: 360px) {
      .footer__socials ul li {
        margin: 0 5px; } }

.footer__social {
  display: inline-block;
  width: 33px;
  height: 35px; }

.footer__social--linked {
  background: url("../images/icon_linked.png") no-repeat center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .footer__social--linked:hover {
    background: url("../images/icon_linked_hover.png") no-repeat center !important; }

.footer__social--fb {
  background: url("../images/icon_fb.png") no-repeat center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .footer__social--fb:hover {
    background: url("../images/icon_fb_hover.png") no-repeat center !important; }

.footer__copy {
  font-size: 1.1rem;
  color: #8a8a8a; }

.footer__author {
  font-size: 1.1rem;
  color: #8a8a8a; }
  .footer__author a {
    font-size: 1.1rem;
    color: #8a8a8a;
    text-decoration: none; }
    .footer__author a:hover, .footer__author a:active, .footer__author a:focus {
      font-size: 1.1rem;
      color: #8a8a8a;
      text-decoration: none; }

.footer__logoLink img {
  width: 200px;
  height: auto; }

.mainJumbotron {
  min-height: 495px;
  background: url("../images/main_jumbotron.jpg") no-repeat center;
  background-size: cover;
  padding-top: 85px; }
  @media (max-width: 768px) {
    .mainJumbotron {
      min-height: 320px; } }

.mainJumbotron__singleSlide {
  text-align: center;
  height: 350px; }

.mainJumbotron__heaeder {
  color: #ffffff;
  font-size: 6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-top: 100px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .mainJumbotron__heaeder {
      font-size: 3.8rem;
      margin-top: 70px; } }

.mainButton {
  background: #1bbca7;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 20px; }

.mainButton:hover {
  text-decoration: none;
  color: #ffffff; }

.mainButtonServices {
  display: inline-block;
  margin: 20px auto; }

.mainButtonServices--last {
  margin-bottom: 70px; }

.mainButton--animation {
  transition: all 0.5s; }

.mainButton--animation span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s; }

.mainButton--animation span:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/arrow_right2.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s; }

.mainButton--animation:hover span {
  padding-right: 25px; }

.mainButton--animation:hover span:after {
  opacity: 1;
  right: -8px; }

.tile {
  float: left;
  height: 325px;
  width: 100%;
  background: #ffffff;
  padding: 35px 20px 35px 35px;
  position: relative;
  margin-top: 15px; }

.tile__wrapper {
  padding-right: 0; }
  @media (max-width: 991px) {
    .tile__wrapper {
      padding-right: 15px; } }

.tile__header {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 5px;
  max-width: 170px; }
  .tile__header a {
    color: inherit; }
  .tile__header a:hover {
    text-decoration: none;
    color: #1bbca7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.tile__category {
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 1.2rem; }
  .tile__category:hover, .tile__category:active {
    color: #ffffff;
    text-decoration: none; }

.tile__category--pink {
  background: #ed4a84; }

.tile__category--blue {
  background: #4ad8ed; }

.tile__image {
  position: absolute;
  top: 13px;
  right: 13px;
  max-width: 40px;
  max-height: 40px; }

.tile__lead {
  margin-top: 30px;
  font-size: 1.4rem;
  height: 110px; }

.tile__More {
  color: #000000;
  font-size: 2rem;
  position: absolute;
  bottom: 15px; }

.tile__More:hover {
  color: #1bbca7;
  font-size: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.tile.tileDouble {
  padding: 0; }

.tileDouble__content {
  width: 50%;
  padding: 35px 20px 35px 35px;
  position: relative;
  float: left;
  height: 100%; }

.tileBigImage {
  float: left;
  display: inline-block;
  height: 325px;
  width: 50%;
  position: relative; }
  @media (max-width: 991px) {
    .tileBigImage {
      display: none; } }

.tileBigImage:before {
  content: '';
  display: block;
  border: 50px solid transparent;
  border-left: 30px solid #ffffff;
  position: absolute;
  top: 123px; }

.tileBigImage__image {
  width: 100%;
  height: 100%; }

.tile--mobile {
  width: 100%; }

.tile__slidesWrapper {
  width: 325px;
  max-width: 100%;
  margin: auto; }

.whyS4E {
  background: #1bbc9b;
  background: -moz-linear-gradient(45deg, #1bbc9b 0%, #1bbcb6 100%);
  background: -webkit-linear-gradient(45deg, #1bbc9b 0%, #1bbcb6 100%);
  background: linear-gradient(45deg, #1bbc9b 0%, #1bbcb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bbc9b', endColorstr='#1bbcb6',GradientType=1 );
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .whyS4E {
      padding-bottom: 40px; } }

.whyS4E__tile {
  background: url("../images/why_s4_person.png") no-repeat right center #ffffff;
  width: 300px;
  max-width: 100%;
  height: 260px;
  padding: 40px 35px;
  position: relative; }
  @media (max-width: 768px) {
    .whyS4E__tile {
      margin: 60px auto 20px auto; } }

.whyS4E__tileHeader {
  font-size: 2.4rem; }
  .whyS4E__tileHeader a {
    color: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .whyS4E__tileHeader a:hover,
  .whyS4E__tileHeader a:active {
    text-decoration: none;
    color: #1bbca7; }

.whyS4E__more {
  position: absolute;
  bottom: 40px;
  left: 35px; }
  .whyS4E__more i {
    font-size: 2rem;
    color: #000000; }
  .whyS4E__more i:hover,
  .whyS4E__more i:active {
    color: #1bbca7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.whyS4E__singleSlide {
  height: 200px;
  text-align: center;
  padding: 100px 50px;
  margin-top: 50px; }
  @media (max-width: 768px) {
    .whyS4E__singleSlide {
      margin-top: 20px; } }

.whyS4E__singleSlide--one {
  background: url("../images/why_s4_icon_1.png") no-repeat center top; }

.whyS4E__singleSlide--two {
  background: url("../images/why_s4_icon_2.png") no-repeat center top; }

.whyS4E__singleSlide--three {
  background: url("../images/why_s4_icon_3.png") no-repeat center top; }

.whyS4E__singleSlideHeader {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  height: 50px; }

.whyS4E__singleSlideText {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem; }

.whyS4E__singleSlide--aboutCompany {
  padding: 70px;
  height: 340px; }

.bigTile {
  background: #ffffff;
  padding: 40px;
  height: 260px;
  margin-top: 55px;
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .bigTile {
      height: 200px;
      padding: 25px 30px; } }

.bigTile__header {
  font-size: 3.6rem;
  color: #231f20;
  font-weight: 300;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 768px) {
    .bigTile__header {
      font-size: 2.4rem; } }
  .bigTile__header a:hover {
    color: #1bbca7;
    text-decoration: none; }

.bigTile__image {
  display: block;
  margin-top: 20px;
  max-width: 50%; }

.bigTile__more {
  display: block;
  margin-top: 35px;
  font-size: 2rem;
  color: #000000; }
  @media (max-width: 768px) {
    .bigTile__more {
      margin-top: 20px; } }

.bigTile__more:hover {
  text-decoration: none;
  color: #1bbca7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.bigTile--one {
  background: url("../images/big_tile_bg_1.png") no-repeat right center #ffffff;
  background-size: 50% 100%; }
  @media (max-width: 768px) {
    .bigTile--one {
      background-size: 45% 100%; } }

.bigTile--two {
  background: url("../images/big_tile_bg_2.png") no-repeat right center #ffffff; }
  @media (max-width: 768px) {
    .bigTile--two {
      background-size: 75% 100%; } }

.bigTile.bitTile--engineers {
  height: 340px;
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
  background: url("../images/big_tile_bg_engineers.png") no-repeat right center #ffffff;
  background-size: 50% 100%; }
  @media (max-width: 768px) {
    .bigTile.bitTile--engineers {
      background-size: 45% 100%; } }

.bigTile.bitTile--engineers:hover {
  text-decoration: none; }
  .bigTile.bitTile--engineers:hover .bigTile__header {
    color: #1bbca7; }
  .bigTile.bitTile--engineers:hover .bigTile__more {
    text-decoration: none;
    color: #1bbca7; }

.contactForm__wrapper {
  background: #ffffff;
  padding: 65px 0 75px 0; }

.contactForm__header {
  font-size: 4.8rem;
  font-weight: 100; }
  .contactForm__header span {
    font-weight: 700; }
  @media (max-width: 991px) {
    .contactForm__header {
      text-align: center;
      font-size: 2.7rem; } }

.contactForm__headerLead {
  font-size: 1.6rem;
  margin-bottom: 65px; }
  @media (max-width: 991px) {
    .contactForm__headerLead {
      text-align: center; } }

.contactForm__select {
  border: none;
  border-bottom: 1px solid #b7b9bc;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0 0 0 5px;
  -webkit-appearance: none;
  -moz-appearance: none; }

.input--select {
  position: relative; }

.input--select:after {
  content: '';
  background: url("../images/select_arow_down.svg") no-repeat center;
  background-size: cover;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 10px; }

.contactForm__select:focus {
  border: none;
  border-bottom: 1px solid #b7b9bc;
  box-shadow: none; }

.contactForm__submit {
  font-size: 1.5rem;
  background: #1bbca7;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 25px;
  box-shadow: none;
  border: none;
  margin-top: 28px; }
  @media (max-width: 991px) {
    .contactForm__submit {
      margin: 15px auto;
      width: 185px;
      display: block; } }

.contactForm__person {
  margin-top: 100px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .contactForm__person {
      margin-top: 50px; } }

.contactForm__personImage {
  max-width: 100%; }
  @media (max-width: 768px) {
    .contactForm__personImage {
      margin-top: 0; } }

.contactForm__personName {
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 25px;
  margin-bottom: 5px; }

.contactForm__personService {
  margin: 0;
  font-weight: 700; }

.contactForm__personPhone {
  font-size: 1.6rem;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.contactForm__personPhone:hover,
.contactForm__personPhone:active {
  text-decoration: none;
  color: #1bbca7; }

.contactForm__personEmail {
  margin-top: 0;
  font-size: 1.6rem;
  color: #1bbca7; }

.contactForm__personEmail:hover,
.contactForm__personEmail:active {
  color: #000000;
  text-decoration: none; }

.contactForm__modalContent {
  padding: 40px; }

.contactForm__modalHeader {
  font-size: 3.6rem;
  text-align: center; }

.contactForm__modalText {
  margin-top: 30px;
  font-size: 2.4rem;
  text-align: center;
  color: #000000; }

.contactForm__modalClose {
  font-size: 40px; }

span.error {
  color: #ff0000;
  padding: 10px 2px;
  font-weight: 700;
  display: block; }

.contactForm__wrapper--inContact {
  border-bottom: 1px solid #f7f7f7; }

.faq__header {
  font-size: 4.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .faq__header {
      font-size: 2.7rem;
      text-align: center; } }

.faq__wrapper {
  background: #000000;
  padding-top: 40px;
  padding-bottom: 70px; }

.faq__link {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2;
  display: block; }

.faq__link:hover,
.faq__link:active {
  color: #1bbca7;
  text-decoration: none; }

.partners {
  background: #ffffff;
  padding-top: 25px;
  padding-bottom: 30px; }

.partners__slides {
  margin-top: 20px; }

.partners__slide {
  background: #ffffff;
  height: 70px;
  display: flex !important;
  align-items: center; }
  .partners__slide img {
    margin: auto; }

.partners__header {
  font-size: 1.8rem;
  color: #231f20;
  line-height: 1.5; }
  @media (max-width: 991px) {
    .partners__header {
      text-align: center; } }

.engineersJumbotron {
  text-align: center;
  background: url("../images/engineers_jumbotron.jpg") no-repeat center;
  background-size: cover;
  height: 320px;
  padding-top: 85px; }

.engineersJumbotron__header {
  color: #ffffff;
  font-size: 9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-top: 100px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .engineersJumbotron__header {
      font-size: 5.5rem;
      margin-top: 70px; } }

.engineerTile {
  margin: 15px 0;
  display: block;
  width: 275px;
  height: 340px;
  padding: 20px 35px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (max-width: 768px) {
    .engineerTile {
      margin: 5px auto; } }

.engineerTile:hover {
  background: #ffffff;
  text-decoration: none; }
  .engineerTile:hover .engineerTile__more {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.engineerTile__name {
  margin-top: 25px;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0; }

.engineerTile__service {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 400; }

.engineerTile__image {
  display: block;
  max-width: 195px;
  height: 186px; }

.engineerTile__more {
  font-size: 2.4rem;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: none; }

.engineerTile__more:hover {
  color: #1bbca7; }

.engineers {
  padding: 20px 0 60px 0; }

.engineer__image {
  display: block;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .engineer__image {
      margin: 30px auto; } }

.engineer__name {
  margin-top: 50px;
  font-size: 3rem;
  font-weight: 700;
  color: #000000; }
  @media (max-width: 991px) {
    .engineer__name {
      text-align: center; } }

.engineer__service,
.engineer__description {
  font-size: 1.6rem;
  color: #000000; }

@media (max-width: 991px) {
  .engineer__service {
    text-align: center; } }

.engineer__description {
  margin-top: 45px;
  text-align: justify;
  margin-bottom: 120px; }
  @media (max-width: 991px) {
    .engineer__description {
      margin-bottom: 70px; } }

.aboutCompanyJumbotron {
  height: 680px;
  background-size: cover; }
  @media (max-width: 991px) {
    .aboutCompanyJumbotron {
      display: none; } }

.aboutCompanyJumbotron__Header {
  height: 210px;
  width: 750px;
  font-size: 0;
  margin: 280px auto 0 auto;
  background: url("../images/about_company_text.png") no-repeat center;
  background-size: cover; }
  @media (max-width: 991px) {
    .aboutCompanyJumbotron__Header {
      background: none;
      font-size: 6rem;
      color: #ffffff;
      text-align: center;
      font-weight: 300; } }

.aboutCompanyJumbotron--mobile {
  background: url("../images/about_company_jumbotron.jpg") no-repeat center;
  height: 400px;
  background-size: cover;
  display: none; }
  @media (max-width: 991px) {
    .aboutCompanyJumbotron--mobile {
      display: block; } }

.aboutCompanyJumbotron__Header--mobile {
  padding-top: 85px;
  font-size: 6rem;
  color: #ffffff;
  text-align: center;
  margin-top: 120px;
  font-weight: 300; }
  @media (max-width: 500px) {
    .aboutCompanyJumbotron__Header--mobile {
      margin-top: 90px;
      font-size: 4.2rem; } }

@media (max-width: 991px) {
  .parallax-mirror {
    display: none !important; } }

.aboutCompanyContent__Header {
  font-size: 9rem;
  font-weight: 100;
  color: #0e1523;
  text-align: center;
  margin: 90px auto 60px auto; }
  @media (max-width: 768px) {
    .aboutCompanyContent__Header {
      font-size: 4.8rem;
      margin: 50 auto; } }

.aboutCompanyContent__Text {
  text-align: center;
  color: #0e1523;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0 40px; }

.aboutCompanyContent__miniTiles {
  margin: 100px auto 25px auto; }

.aboutCompanyContent__miniTile {
  text-align: center;
  background: url("../images/about_company_icon_bg.png") no-repeat center;
  background-size: contain;
  height: 250px;
  position: relative; }

.aboutCompanyContent__miniTile:after {
  content: '';
  display: block;
  width: 2px;
  height: 40px;
  background-color: #1bbca7;
  position: absolute;
  bottom: -26px;
  left: calc(50% - 1px); }

.aboutCompanyContent__miniTileLine {
  height: 2px;
  width: 855px;
  margin: auto;
  background: #1bbca7;
  margin-bottom: 23px; }
  @media (max-width: 1200px) {
    .aboutCompanyContent__miniTileLine {
      width: 708px; } }
  @media (max-width: 991px) {
    .aboutCompanyContent__miniTileLine {
      width: 362px; } }
  @media (max-width: 768px) {
    .aboutCompanyContent__miniTileLine {
      display: none; } }

.aboutCompanyContent__miniTileText {
  text-align: center;
  font-size: 1.8rem;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 140px;
  position: relative; }

.aboutCompanyContent__miniTileText:after {
  content: '';
  display: block;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 40px; }

.aboutCompanyContent__miniTileText--1:after {
  background: url("../images/about_company_icon_1.png") no-repeat center; }

.aboutCompanyContent__miniTileText--2:after {
  background: url("../images/about_company_icon_2.png") no-repeat center; }

.aboutCompanyContent__miniTileText--3:after {
  background: url("../images/about_company_icon_3.png") no-repeat center; }

.aboutCompanyContent__miniTileText--4:after {
  background: url("../images/about_company_icon_4.png") no-repeat center; }

.aboutCompanyContent__miniTile.aboutCompanyContent__miniTile--resume {
  background: url("../images/about_company_icon_bg_resume.png") no-repeat center;
  margin-bottom: 50px; }

.aboutCompanyContent__miniTile.aboutCompanyContent__miniTile--resume:after {
  top: -24px; }

.aboutCompanyContent__miniTileText.aboutCompanyContent__miniTileText--resume {
  color: #ffffff; }

.aboutCompanyContent__miniTileText.aboutCompanyContent__miniTileText--resume:after {
  background: url("../images/about_company_icon_5.png") no-repeat center; }

.servicesJumbotron {
  min-height: 400px;
  background: url("../images/main_jumbotron.jpg") no-repeat center;
  background-size: cover;
  padding-top: 85px; }
  @media (max-width: 768px) {
    .servicesJumbotron {
      min-height: 320px; } }

.servicesJumbotron__heaeder {
  color: #ffffff;
  text-align: center;
  font-size: 9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-top: 120px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .servicesJumbotron__heaeder {
      font-size: 5.5rem;
      margin-top: 70px; } }
  @media (max-width: 500px) {
    .servicesJumbotron__heaeder {
      font-size: 3.5rem; } }

@media (max-width: 768px) {
  .servicePanels {
    padding-bottom: 0; } }

.servicePanel {
  border: 0;
  background: #ffffff; }
  .servicePanel ul {
    list-style-image: url("../images/list_dot_3.png"); }

.servicePanel:not(:first-child) {
  margin-top: 50px; }

.servicePanel__topSection {
  border-bottom: 1px solid #e3e3e3;
  padding: 30px 50px; }
  @media (max-width: 768px) {
    .servicePanel__topSection {
      padding: 20px; } }

.servicePanel__bottomSection {
  padding: 30px 60px; }
  @media (max-width: 768px) {
    .servicePanel__bottomSection {
      padding: 20px; } }

.servicePanel__descriptionContent {
  color: #484848;
  text-align: justify; }

.servicePanel__header {
  font-size: 2.5rem;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.servicePanel__serviceLabel {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .servicePanel__serviceLabel {
      display: block;
      width: 150px;
      margin-left: 0;
      margin-top: 10px;
      text-align: center; } }

.servicePanel__image {
  max-width: 95px;
  max-height: 95px;
  display: block;
  margin-top: 10px;
  margin-left: 20px; }

.servicePanel__lead {
  font-size: 1.6rem;
  color: #000000;
  margin-top: 25px;
  font-weight: 700; }

.affixContact {
  padding: 40px 40px 40px 60px;
  background: #000000;
  height: 360px;
  width: 300px; }
  @media (max-width: 768px) {
    .affixContact {
      max-width: 100%;
      margin-top: 30px; } }
  .affixContact h4 {
    color: #1bbca7;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 20px; }
  .affixContact p {
    color: #ffffff;
    margin-bottom: 10px; }
  .affixContact img {
    display: block;
    margin-bottom: 40px;
    margin-top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%; }

.affixContact--bottom {
  position: absolute;
  bottom: 0; }
  @media (max-width: 768px) {
    .affixContact--bottom {
      position: static; } }

.affixContact--middle {
  top: 300px;
  position: fixed; }

.for-affix-static {
  position: static; }

.for-affix-relative {
  position: relative; }

.affix-padding {
  height: 30px; }

@media (max-width: 991px) {
  .affix {
    position: static !important; } }

.faqJumbotron {
  text-align: center;
  background: url("../images/engineers_jumbotron.jpg") no-repeat center;
  background-size: cover;
  height: 320px;
  padding-top: 85px; }

.faqJumbotron__header {
  color: #ffffff;
  font-size: 9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-top: 100px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .faqJumbotron__header {
      font-size: 5.5rem;
      margin-top: 70px; } }

.faqPanel {
  background: #ffffff;
  margin: 20px auto; }

.faqPanel__questionBox {
  padding: 15px 50px; }

.faqPanel__question {
  line-height: 1.5;
  margin: 5px 0; }

.faqPanel__answerBox {
  padding: 30px 50px; }

.faqPanel__questionBox {
  border-bottom: 1px solid #e3e3e3; }

.contactJumbotron {
  min-height: 400px;
  background: url("../images/main_jumbotron.jpg") no-repeat center;
  background-size: cover;
  padding-top: 85px; }
  @media (max-width: 768px) {
    .contactJumbotron {
      min-height: 320px; } }

.contactJumbotron__heaeder {
  color: #ffffff;
  text-align: center;
  font-size: 9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin-top: 120px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .contactJumbotron__heaeder {
      font-size: 5.5rem;
      margin-top: 70px; } }
  @media (max-width: 500px) {
    .contactJumbotron__heaeder {
      font-size: 3.5rem; } }

.contactPeople {
  padding: 80px 0; }

.contactPeople__personImage {
  max-width: 100%;
  height: 170px; }
  @media (max-width: 768px) {
    .contactPeople__personImage {
      height: auto; } }

.contactPeople__personService {
  font-size: 1.8rem;
  color: #1bbca7;
  font-weight: 700; }

.contactPeople__personName {
  font-size: 2.4rem;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase; }

.contactPeople__personPosition {
  font-size: 1.6rem;
  color: #000000; }

.contactPeople__personNumber {
  color: #000000;
  font-size: 1.6rem; }

.contactPeople__personEmail {
  color: #1bbca7;
  font-size: 1.6rem;
  text-decoration: underline;
  display: block; }

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