@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Chakra+Petch);
/* IMPORTS */
img {
  max-width: 100%;
  max-height: 100%; }
ul,
li,
p {
  margin: 0;
  padding: 0; }
p:empty {
  display: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  color: transparent;
  opacity: 0; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
/* BASE */
.button {
  min-width: 210px;
  padding: 12px 36px;
  border: none;
  border-radius: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  transition: background 0.25s; }
.button-brand {
  background: #ED5D42;
  color: #FFFFFF; }
.button-brand:hover {
    background: #e63716; }
.button-secondary {
  background: #466289;
  color: #FFFFFF; }
.button-secondary:hover {
    background: #354a67; }
.button-file-wrapper {
  position: relative;
  overflow: hidden; }
.button-file-wrapper .button-file {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 10; }
.button-file-wrapper .button-file:hover + .button-secondary {
      background: #354a67; }
.button-file-wrapper .button {
    z-index: 5; }
.button-go-top {
  height: 50px;
  width: 50px;
  background-color: #1A1A1A;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  text-align: center;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0.25s; }
@media only screen and (max-width: 991px) {
    .button-go-top {
      display: none; } }
.window-scrolled .button-go-top {
    opacity: 1;
    visibility: visible; }
.window-scrolled .button-go-top:hover {
      opacity: 0.8; }
.button-go-top .img-arrow {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.form .row {
  margin-bottom: 20px; }
.form .button {
  margin: 10px 0 0; }
.section-contact .form {
  max-width: 380px;
  margin: 30px 0;
  padding: 0 15px; }
@media only screen and (max-width: 991px) {
    .section-contact .form {
      max-width: 100%; } }
.input-text {
  display: block;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #808080;
  color: #C0C0C0;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  transition: color 0.25s, border 0.25s; }
@media only screen and (max-width: 991px) {
    .input-text {
      margin: 0 0 20px; } }
.input-text:active, .input-text:focus {
    outline: none;
    color: #1A1A1A;
    border-bottom-color: #ED5D42; }
.input-textarea {
  resize: none; }
.select {
  display: block;
  width: 100%;
  height: auto;
  min-height: 36px;
  border-bottom: 1px solid gray;
  color: #1A1A1A;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  padding: 10px; }
@media only screen and (max-width: 767px) {
  .nf-form-cont .field-wrap button,
  .nf-form-cont .field-wrap input[type=button],
  .nf-form-cont .field-wrap input[type=submit] {
    width: 100%; } }
.img-customer-manager {
  display: block;
  height: auto;
  width: 200px;
  min-width: 200px;
  margin: 0; }
@media only screen and (max-width: 991px) {
    .img-customer-manager {
      margin: 10px auto 0; } }
@media only screen and (max-width: 767px) {
    .img-customer-manager {
      height: auto;
      width: 200px;
      min-width: 200px;
      margin-bottom: 20px; } }
.language-selector {
  float: right;
  position: relative;
  top: 7px;
  right: 65px; }
.language-selector .language-chooser,
  .language-selector .language-chooser-item {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.language-selector .language-chooser-item {
    text-transform: uppercase; }
.language-selector .language-chooser-item.active {
      display: none; }
.language-selector .language-chooser-item a {
      color: #FFF;
      font-weight: bold;
      transition: color 0.25s; }
body.window-scrolled .language-selector .language-chooser-item a {
        color: #ED5D42; }
body.window-scrolled .menuOpen .language-selector .language-chooser-item a {
        color: #FFF; }
.language-selector .language-chooser-item a:hover, .language-selector .language-chooser-item a:active, .language-selector .language-chooser-item a:focus, .language-selector .language-chooser-item a:active:focus {
        text-decoration: none; }
.language-selector .language-chooser-item a:hover {
        color: #f18571; }
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto; }
@media only screen and (max-width: 991px) {
    .logo {
      margin-bottom: 40px; } }
.logo-220-60 {
  width: 220px;
  height: 60px;
  text-align: center; }
.logo-sziget {
  width: 271px;
  height: 74px; }
.logo-leaseplan {
  width: 106px;
  height: 60px; }
.logo-general {
  width: 212px;
  height: 51px; }
.logo-client {
  width: 120px;
  height: 120px; }
.logo-ergomania {
  width: 90px;
  height: 71px; }
.logo-spark-consulting {
  width: 86px;
  height: 74px; }
.logo-wrd {
  width: 120px;
  height: 47px; }
.logo-ovb {
  width: 212px;
  height: 61px; }
.logo-signal {
  width: 212px;
  height: 53px; }
.logo-uniqa {
  width: 172px;
  height: 53px; }
.logo-sca {
  width: 212px;
  height: 61px; }
.logo-sony {
  width: 212px;
  height: 61px; }
.logo-dtelekom {
  width: 212px;
  height: 61px; }
.svg-wrapper-rocket {
  display: block;
  height: 300px;
  width: 206px;
  position: relative; }
@media only screen and (max-width: 991px) {
    .svg-wrapper-rocket {
      margin: 0 auto; } }
.svg-wrapper-rocket .svg-rocket-house {
    height: 300px;
    width: 206px; }
.svg-wrapper-rocket .svg-rocket {
    height: 75px;
    position: absolute;
    top: 5px;
    right: 15px; }
.svg-wrapper-app-dev {
  display: block;
  height: 293px;
  width: 275px;
  position: relative; }
@media only screen and (max-width: 991px) {
    .svg-wrapper-app-dev {
      margin: 0 auto; } }
.svg-wrapper-app-dev .col-1 {
    height: 232px; }
.svg-wrapper-app-dev .cog {
    height: 45px;
    width: 54px;
    position: absolute;
    bottom: -344px;
    right: 40px;
    z-index: 4; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
      .svg-wrapper-app-dev .cog {
        bottom: -390px; } }
.isMobile .svg-wrapper-app-dev .cog {
      bottom: 45px; }
.svg-wrapper-app-dev .phone {
    height: 129px;
    width: 195px;
    position: absolute;
    right: 0;
    bottom: -208px;
    z-index: 3; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
      .svg-wrapper-app-dev .phone {
        bottom: -230px; } }
.isMobile .svg-wrapper-app-dev .phone {
      bottom: 30px; }
.svg-wrapper-app-dev .screen-1 {
    height: 204px;
    width: 113px;
    position: absolute;
    top: 178px;
    left: 39px;
    z-index: 2; }
.isMobile .svg-wrapper-app-dev .screen-1 {
      top: 24px; }
.svg-wrapper-app-dev .screen-2 {
    height: 205px;
    width: 113px;
    position: absolute;
    top: 76px;
    left: -1px;
    z-index: 1; }
.isMobile .svg-wrapper-app-dev .screen-2 {
      top: 0; }
.svg-wrapper-datastore {
  display: block;
  height: 184px;
  width: 301px;
  position: relative; }
@media only screen and (max-width: 991px) {
    .svg-wrapper-datastore {
      margin: 0 auto; } }
@media only screen and (max-width: 767px) {
    .svg-wrapper-datastore {
      top: -80px; } }
.svg-wrapper-datastore .col-1 {
    height: 232px; }
.svg-wrapper-datastore .cloud {
    height: 183px;
    width: 205px;
    position: absolute;
    top: 154px;
    left: 0;
    z-index: 1; }
.isMobile .svg-wrapper-datastore .cloud {
      top: 60px; }
.svg-wrapper-datastore .blocks {
    height: 152px;
    width: 111px;
    position: absolute;
    top: 325px;
    right: 1px;
    z-index: 2; }
.isMobile .svg-wrapper-datastore .blocks {
      top: 84px; }
.svg-server-wrapper {
  display: block;
  height: 230px;
  width: 203px;
  position: relative; }
@media only screen and (max-width: 991px) {
    .svg-server-wrapper {
      margin: 0 auto; } }
@media only screen and (max-width: 767px) {
    .svg-server-wrapper {
      top: -40px; } }
.svg-server-wrapper .col-1 {
    height: 232px; }
.svg-server-wrapper .lines {
    height: 61px;
    position: absolute;
    z-index: 1; }
.svg-server-wrapper .lines-top {
    top: 551px;
    left: 20px; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
      .svg-server-wrapper .lines-top {
        top: 674px; } }
.isMobile .svg-server-wrapper .lines-top {
      top: 25px; }
.svg-server-wrapper .lines-bottom {
    bottom: -362px;
    right: 14px; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
      .svg-server-wrapper .lines-bottom {
        bottom: -444px; } }
.isMobile .svg-server-wrapper .lines-bottom {
      bottom: -25px; }
.svg-server-wrapper .top {
    width: 203px;
    position: absolute;
    top: 331px;
    left: 0;
    z-index: 3; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
      .svg-server-wrapper .top {
        top: 396px; } }
.isMobile .svg-server-wrapper .top {
      top: 30px; }
.svg-server-wrapper .bottom {
    width: 203px;
    position: absolute;
    bottom: -166px;
    left: 0;
    z-index: 2; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
      .svg-server-wrapper .bottom {
        bottom: -198px; } }
.isMobile .svg-server-wrapper .bottom {
      bottom: -30px; }
.svg-it-tanacs-wrapper {
  display: block;
  height: 300px;
  width: 232px;
  position: relative; }
@media only screen and (max-width: 991px) {
    .svg-it-tanacs-wrapper {
      margin: 0 auto; } }
@media only screen and (max-width: 767px) {
    .svg-it-tanacs-wrapper {
      top: 30px; } }
.svg-it-tanacs-wrapper .info {
    height: 159px;
    position: absolute;
    top: 694px;
    right: 10px;
    z-index: 3; }
.isMobile .svg-it-tanacs-wrapper .info {
      top: 10px; }
.svg-it-tanacs-wrapper .phone {
    height: 148px;
    position: absolute;
    top: 574px;
    left: 14px;
    z-index: 2; }
.isMobile .svg-it-tanacs-wrapper .phone {
      top: 110px; }
.svg-it-tanacs-wrapper .screen {
    width: 146px;
    position: absolute;
    top: 191px;
    left: -10px;
    z-index: 1; }
.isMobile .svg-it-tanacs-wrapper .screen {
      top: -40px; }
.svg-wrapper-sziget {
  position: relative;
  width: 300px;
  height: 302px;
  transform: translateY(370px); }
.svg-wrapper-sziget .svg {
    position: absolute; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
    .svg-wrapper-sziget {
      transform: translateY(460px); } }
.isMobile .svg-wrapper-sziget {
    transform: none;
    margin: 0 auto; }
.svg-wrapper-sziget .svg-phone {
    width: 300px;
    height: 190px;
    bottom: 0;
    z-index: 1; }
.isMobile .svg-wrapper-sziget .svg-phone {
      left: 0;
      width: 220px;
      height: auto; }
.svg-wrapper-sziget .svg-wireframe {
    width: 264px;
    height: 152px;
    top: 140px;
    right: 10px;
    z-index: 2; }
.isMobile .svg-wrapper-sziget .svg-wireframe {
      width: 200px;
      top: 90px;
      right: auto;
      left: 12px; }
.svg-wrapper-sziget .svg-screen {
    width: 264px;
    height: 156px;
    top: 160px;
    right: 10px;
    z-index: 3; }
.isMobile .svg-wrapper-sziget .svg-screen {
      width: 200px;
      right: auto;
      left: 12px;
      top: 30px; }
.svg-wrapper-uniqa {
  position: relative;
  width: 280px;
  height: 302px;
  transform: translateY(270px); }
.svg-wrapper-uniqa .svg {
    position: absolute; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
    .svg-wrapper-uniqa {
      transform: translateY(330px); } }
.isMobile .svg-wrapper-uniqa {
    width: 220px;
    height: 330px;
    margin: 0 auto;
    transform: none; }
.svg-wrapper-uniqa .svg-top,
  .svg-wrapper-uniqa .svg-back {
    width: 201px;
    height: 365px; }
.isMobile .svg-wrapper-uniqa .svg-top, .isMobile
    .svg-wrapper-uniqa .svg-back {
      width: 140px;
      height: auto; }
.svg-wrapper-uniqa .svg-top {
    bottom: -160px;
    right: 0;
    z-index: 2; }
.isMobile .svg-wrapper-uniqa .svg-top {
      bottom: 0; }
.svg-wrapper-uniqa .svg-back {
    top: 0;
    left: 0;
    z-index: 1; }
.svg-wrapper-leaseplan {
  position: relative;
  width: 300px;
  height: 302px;
  transform: translateY(300px); }
.svg-wrapper-leaseplan .svg {
    position: absolute; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
    .svg-wrapper-leaseplan {
      transform: translateY(370px); } }
.isMobile .svg-wrapper-leaseplan {
    width: 220px;
    height: 230px;
    margin: 0 auto;
    transform: none; }
.svg-wrapper-leaseplan .svg-laptop {
    width: 256px;
    height: 280px;
    top: 0;
    left: 0;
    z-index: 1; }
.isMobile .svg-wrapper-leaseplan .svg-laptop {
      width: 180px;
      height: auto; }
.svg-wrapper-leaseplan .svg-car {
    width: 106px;
    height: 100px;
    bottom: -225px;
    right: 0;
    z-index: 2; }
@media only screen and (max-width: 1280px) and (max-height: 800px) {
      .svg-wrapper-leaseplan .svg-car {
        bottom: -275px; } }
.isMobile .svg-wrapper-leaseplan .svg-car {
      width: 80px;
      bottom: -20px; }
/* UTILITIES */
.gap-l {
  height: 120px; }
.linkLight {
  color: #FFF; }
.linkLight:hover {
    color: #e6e6e6; }
.linkBrand {
  color: #ED5D42;
  text-decoration: underline;
  transition: color 0.25s; }
.linkBrand:hover {
    color: #e63716; }
/* LAYOUT */
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
/* Grid */
@media only screen and (max-width: 991px) {
  .col-1 {
    padding-bottom: 30px;
    text-align: center; } }
.align-left .col-1 {
  float: right; }
.align-right .col-1 {
  float: left; }
.align-left .col-2 {
  float: left; }
.align-right .col-2 {
  float: right; }
.col-centered {
  margin: 0 auto;
  float: none; }
.align-right .col-centered,
  .align-left .col-centered {
    margin: 0 auto;
    float: none; }
.col-1 {
  min-height: 232px; }
/* UI COMPONENTS */
.section-404 {
  text-align: center; }
.section-404 .section-404-title {
    margin: 40px 0 17px;
    font-family: Raleway;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #1A1A1A; }
.section-404 .section-404-description {
    margin: 0;
    padding: 0;
    font-family: Raleway;
    font-size: 16px;
    line-height: 26px;
    color: #808080; }
.section-404 .section-404-image {
    display: block;
    margin: 0 auto;
    height: 325px;
    width: auto; }
.section-404 .linkBrand {
    text-decoration: none; }
.section-404 .linkBrand:hover {
      text-decoration: underline; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.career-wrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }
.career-wrapper .description {
    margin: 15px 0 0; }
.career-position {
  max-height: 100px;
  margin: 0 auto 15px;
  padding: 0;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  position: relative;
  transition: max-height 0.25s; }
.career-position.isExpanded {
    max-height: 1550px; }
@media only screen and (max-width: 991px) {
      .career-position.isExpanded {
        max-height: 1550px; } }
.career-position.isExpanded .svg-arrow-down {
      transform: translateY(-50%); }
.career-position .media {
    padding: 17px 29px;
    cursor: pointer;
    border-radius: 5px;
    background: #FFF;
    transition: background 0.25s; }
@media only screen and (max-width: 991px) {
      .career-position .media {
        padding: 17px; } }
.career-position .media:hover {
      background: #f2f2f2; }
.career-position .media-left {
    padding-right: 44px; }
@media only screen and (max-width: 991px) {
      .career-position .media-left {
        padding-right: 10px; } }
.career-position .media-body {
    position: relative;
    vertical-align: middle; }
.career-position .media-image {
    width: 100%;
    height: 100%; }
.career-position .career-icon {
    display: block;
    width: 58px;
    height: 64px; }
.career-position .career-title {
    color: #1A1A1A;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px; }
@media only screen and (max-width: 991px) {
      .career-position .career-title {
        line-height: 22px; } }
.career-position .svg-arrow-down {
    width: 12px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%) rotate(180deg);
    color: #1A1A1A; }
@media only screen and (max-width: 991px) {
      .career-position .svg-arrow-down {
        right: 17px; } }
.career-position .career-box-wrapper {
    padding: 50px; }
@media only screen and (max-width: 991px) {
      .career-position .career-box-wrapper {
        padding: 30px; } }
.career-position .career-box {
    margin: 0 0 50px; }
@media only screen and (max-width: 991px) {
      .career-position .career-box {
        margin: 0 0 20px; } }
.career-position .career-box .box-title {
      margin: 0 0 29px;
      padding: 0;
      color: #555555;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      font-weight: bold;
      line-height: 16px; }
.career-position .career-box .box-list-item {
      margin-left: 25px;
      padding-left: 15px;
      list-style-type: disc;
      color: #555555;
      font-family: "Raleway", sans-serif;
      font-size: 14px;
      line-height: 22px; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.collapsible.theme-light .collapsible-button {
  color: #FFF; }
.collapsible.theme-light .collapsible-button:hover {
    color: #e6e6e6; }
.collapsible.theme-brand .collapsible-button {
  color: #ED5D42; }
.collapsible.theme-brand .collapsible-button:hover {
    color: #e63716; }
.collapsible .media {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
.collapsible .collapsible-button {
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  cursor: pointer; }
.section-works .collapsible .collapsible-button {
    position: relative;
    top: -60px; }
@media only screen and (max-width: 991px) {
      .section-works .collapsible .collapsible-button {
        top: 0;
        margin: 20px 0; } }
.section-rocket .collapsible .collapsible-button {
    margin: 20px 0; }
.collapsible .collapsible-button .collapsible-icon {
    margin: 0 10px 0 0;
    transition: transform 0.25s; }
.collapsible .collapsible-button .isExpandedText {
    display: none; }
.collapsible .collapsible-button:hover {
    text-decoration: none; }
.collapsible .collapsible-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.25s, max-height 0.25s; }
.collapsible .collapsible-content .description:first-child {
    margin-top: 20px; }
.collapsible.isExpanded .collapsible-button .isClosedText {
  display: none; }
.collapsible.isExpanded .collapsible-button .isExpandedText {
  display: inline; }
.collapsible.isExpanded .collapsible-button .collapsible-icon {
  transform: rotate(135deg); }
.collapsible.isExpanded .collapsible-content {
  max-height: 1550px;
  opacity: 1; }
@media only screen and (max-width: 991px) {
    .collapsible.isExpanded .collapsible-content {
      max-height: 1550px; } }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.copyright {
  height: 50px;
  padding: 12px 0;
  background: #1D1D1D;
  position: relative;
  z-index: 20; }
.copyright .copyrightText {
    margin: 0;
    padding: 0;
    color: #909090;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    text-align: center; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.footer {
  padding: 85px 0 45px;
  min-height: 300px;
  position: relative;
  z-index: 20;
  background: #252525; }
@media only screen and (max-width: 991px) {
    .footer {
      text-align: center; } }
.footer .footerSubTitle {
    margin: 0 0 30px;
    padding: 0;
    color: #FFF;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px; }
@media only screen and (max-width: 991px) {
      .footer .footerSubTitle {
        margin: 30px 0 10px; } }
.footer .footerList,
  .footer .footerListItem {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.footer .footerText,
  .footer .footerListItem {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 24px; }
.footer .footerListItem,
  .footer .link {
    color: #909090; }
.footer .link {
    transition: color 0.25s; }
.footer .link:hover {
      color: #FFF; }
.footer .textLight {
    color: #d9d9d9; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.content {
  padding: 60px 0 0; }
.header {
  height: auto;
  min-height: 60px;
  max-height: 60px;
  padding: 13px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #283A4F;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  transition: background 0.25s, max-height 0.25s, border-color 0.25s; }
body.window-scrolled .header:not(.menuOpen) {
    background: #FFF;
    border-bottom-color: #eee; }
.header.header-light {
    background: #FFF;
    border-bottom-color: #eee; }
.header.header-light .menuItem {
      background: #ED5D42; }
.header.header-light .logo.logo-default .logo-default {
      opacity: 1; }
.header.header-light .language-selector .language-chooser-item a {
      color: #ED5D42; }
@media only screen and (max-width: 767px) {
    .header .container {
      padding-right: 0; } }
.header .layer-wrapper,
  .header .layer-background {
    height: 0;
    transition: height 0.25s; }
.header .layer-background {
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.25s; }
.header.menuOpen {
    max-height: 100%;
    max-height: 100vh;
    bottom: 0;
    border: none;
    background: #ED5D42; }
.header.menuOpen .layer-wrapper,
    .header.menuOpen .layer-background {
      height: 100%; }
.header.menuOpen .layer-background {
      opacity: 1;
      transition-delay: 0.25s; }
.header.menuOpen .menuItem {
      background: #FFF; }
body.window-scrolled .header.menuOpen .menuItem {
        background: #FFF; }
.header.menuOpen .menuItem:first-child {
        top: 50%;
        transform: rotate(45deg); }
.header.menuOpen .menuItem:nth-child(2) {
        opacity: 0; }
.header.menuOpen .menuItem:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg); }
.header.menuOpen .headerSubMenu {
      height: 100%;
      height: 100vh;
      opacity: 1; }
.header.menuOpen .subMenuItemLink {
      transform: translate(0, 0);
      opacity: 1; }
.header.menuOpen .subMenu li, .header.menuOpen .menu li {
      opacity: 1;
      transform: translate(0, 0); }
.header.menuOpen .subMenu li:nth-child(1), .header.menuOpen .menu li:nth-child(1) {
        transition-delay: 200ms; }
.header.menuOpen .subMenu li:nth-child(2), .header.menuOpen .menu li:nth-child(2) {
        transition-delay: 250ms; }
.header.menuOpen .subMenu li:nth-child(3), .header.menuOpen .menu li:nth-child(3) {
        transition-delay: 300ms; }
.header.menuOpen .subMenu li:nth-child(4), .header.menuOpen .menu li:nth-child(4) {
        transition-delay: 350ms; }
.header.menuOpen .subMenu li:nth-child(5), .header.menuOpen .menu li:nth-child(5) {
        transition-delay: 400ms; }
.header.menuOpen .subMenu li:nth-child(6), .header.menuOpen .menu li:nth-child(6) {
        transition-delay: 450ms; }
.header.menuOpen .subMenu li:nth-child(7), .header.menuOpen .menu li:nth-child(7) {
        transition-delay: 500ms; }
.header.menuOpen .subMenu li:nth-child(8), .header.menuOpen .menu li:nth-child(8) {
        transition-delay: 550ms; }
.header.menuOpen .subMenu li:nth-child(9), .header.menuOpen .menu li:nth-child(9) {
        transition-delay: 600ms; }
.header.menuOpen .subMenu li:nth-child(10), .header.menuOpen .menu li:nth-child(10) {
        transition-delay: 650ms; }
.header .logo {
    display: block;
    height: 34px;
    width: 180px;
    float: left;
    position: relative; }
.header .logo .logoImage {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.25s; }
.header .logo.logo-default .logo-default {
      opacity: 0; }
body.window-scrolled .header .logo.logo-default .logo-default {
        opacity: 1; }
.header .logo.logo-white .logo-white {
      opacity: 1; }
.header .logo.logo-default .logo-mix {
      opacity: 1; }
body.window-scrolled .header .logo.logo-default .logo-mix {
        opacity: 0; }
.header .hamburger-menu {
    width: 26px;
    height: 17px;
    margin: 8px 0 0;
    float: right;
    position: relative; }
.header .menuItem {
    display: block;
    width: 100%;
    height: 3px;
    background: #FFF;
    position: absolute;
    transition: opacity 0.25s, transform 0.25s, background 0.25s; }
body.window-scrolled .header .menuItem {
      background: #ED5D42; }
.header .menuItem:first-child {
      top: 0; }
.header .menuItem:nth-child(2) {
      top: 7px; }
.header .menuItem:nth-child(3) {
      bottom: 0; }
.header .headerSubMenu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.25s, opacity 0.25s; }
.header .headerSubMenu .col {
      height: 100%; }
.header .subMenu,
  .header .subMenuItem,
  .header .menu,
  .header .menu li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.header .subMenu,
  .header .menu {
    font-family: "Raleway", sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
@media only screen and (max-width: 767px) {
      .header .subMenu,
      .header .menu {
        top: 35%; } }
.header .subMenu li,
    .header .menu li {
      opacity: 0;
      transform: translate(20px, 0);
      transition: transform 0.25s, opacity 0.25s;
      transition-delay: 0s; }
.header .subMenuItemLink,
  .header .menu li > a {
    display: block;
    color: #FFF;
    transition: transform 0.25s; }
.header .subMenuItemLink:hover,
    .header .menu li > a:hover {
      transform: translateX(20px);
      text-decoration: none; }
.header .subMenuItemLink:hover::before,
      .header .menu li > a:hover::before {
        opacity: 1;
        visibility: visible; }
.header .subMenuItemLink::before,
    .header .menu li > a::before {
      content: '';
      display: inline-block;
      width: 8px;
      height: 12px;
      margin: 0 10px 0 0;
      background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDEyIDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IkFuaW1hdGlvbi1ndWlkZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNzkuMDAwMDAwLCAtOTU3Ni4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4gICAgICAgICAgICA8ZyBpZD0iRm9vdGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgOTUyNi4wMDAwMDApIj4gICAgICAgICAgICAgICAgPGcgaWQ9ImJhY2stdG8tdG9wIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzYwLjAwMDAwMCwgMjkuNjMzMzMzKSI+ICAgICAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iU2hhcGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDI1LjAwMDAwMCwgMjQuNzAwMDAwKSByb3RhdGUoLTkwLjAwMDAwMCkgdHJhbnNsYXRlKC0yNS4wMDAwMDAsIC0yNC43MDAwMDApICIgcG9pbnRzPSIyMi43IDE4LjcgMjEuMyAyMC4xIDI1LjkgMjQuNyAyMS4zIDI5LjMgMjIuNyAzMC43IDI4LjcgMjQuNyI+PC9wb2x5Z29uPiAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+");
      background-repeat: no-repeat;
      background-position: center center;
      background-color: transparent;
      opacity: 0;
      visibility: hidden;
      transform: rotate(90deg);
      transition: opacity 0.25s; }
.layer-background {
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.layer-content {
  position: relative;
  z-index: 15; }
.layer-header {
  z-index: 25; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.section {
  padding: 110px 0;
  position: relative;
  z-index: 15; }
.section .section {
    padding: 0; }
@media only screen and (max-width: 991px) {
    .section {
      padding: 40px 0; } }
.section.section-nogap-top {
    padding-top: 0; }
.section.sectionBrand {
    background: #EF5E43; }
.section.sectionBrand .subTitle,
    .section.sectionBrand .title,
    .section.sectionBrand .description,
    .section.sectionBrand .linkReadMore {
      color: #FFF; }
.section.sectionBrand .titleSeparator {
      background: #FFF; }
.section.sectionBrand .linkReadMore:hover {
      color: #e6e6e6; }
.section .description {
    margin: 0;
    color: #555555;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: 26px; }
.section .description.withGap {
      margin: 24px 0 0; }
.section .description.align--right {
      text-align: right; }
.section .description + .description {
      margin-top: 20px; }
.section .list {
    margin: 0;
    padding: 0 0 0 20px; }
.section .listItem {
    margin: 0;
    padding: 0; }
.section .linkReadMore {
    display: block;
    margin: 20px 0 0;
    color: #ED5D42;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px; }
.section .linkReadMore:hover {
      color: #e63716; }
.section .social-wrapper {
    margin: 30px 0 0;
    text-align: right; }
.section .social-wrapper .social-icon {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin: 0 0 0 10px; }
.section .social-wrapper br {
      display: none; }
.section-row-top {
  padding: 90px 0 85px; }
@media only screen and (max-width: 991px) {
    .section-row-top {
      padding: 0; } }
.section-same-height .col {
  min-height: 150px;
  position: relative; }
.section-same-height .col .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
.section-gap-s {
  padding: 0 0 80px; }
.section-dark {
  background: #283A4F; }
.section-dark .section-header .title {
    color: #FFF; }
.section-dark .description {
    color: #FFF; }
.section-xmas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  font-family: "Chakra Petch", sans-serif; }
@media only screen and (min-width: 992px) {
    .section-xmas {
      height: calc(85vh - 60px);
      min-height: 660px; } }
@media only screen and (max-width: 991px) {
    .section-xmas {
      display: block;
      padding: 60px 0; } }
.section-xmas .layer-content {
    width: 100%; }
.section-xmas .layer-content,
  .section-xmas .col-1,
  .section-xmas .col-2 {
    position: static; }
@media only screen and (max-width: 991px) {
      .section-xmas .layer-content,
      .section-xmas .col-1,
      .section-xmas .col-2 {
        position: relative; } }
.section-xmas .section-header .title {
    font-family: "Chakra Petch", sans-serif; }
@media only screen and (min-width: 992px) {
  .section-xmas-1 .section-header, .section-xmas-2 .section-header, .section-xmas-3 .section-header, .section-xmas-4 .section-header {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); } }
@media only screen and (max-width: 991px) {
  .section-xmas-1 .section-header, .section-xmas-2 .section-header, .section-xmas-3 .section-header, .section-xmas-4 .section-header {
    text-align: center; } }
@media only screen and (max-width: 991px) {
  .section-xmas-1, .section-xmas-2, .section-xmas-3, .section-xmas-4 {
    padding-bottom: 0; } }
@media only screen and (max-width: 991px) {
  .section-xmas-1 .row.align-right, .section-xmas-2 .row.align-right, .section-xmas-3 .row.align-right, .section-xmas-4 .row.align-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
@media only screen and (max-width: 991px) {
  .section-xmas-1 .col-1, .section-xmas-2 .col-1, .section-xmas-3 .col-1, .section-xmas-4 .col-1 {
    padding: 0; } }
@media only screen and (max-width: 991px) {
  .section-xmas-3 {
    padding-top: 120px; }
    .section-xmas-3 .col-1 {
      min-height: 172px; } }
.section-xmas-4 {
  padding-top: 0; }
@media only screen and (min-width: 992px) {
    .section-xmas-4 {
      min-height: 800px; } }
@media only screen and (max-width: 991px) {
    .section-xmas-4 .col-1 {
      min-height: 280px; } }
.section-xmas-5 {
  padding: 0; }
@media only screen and (min-width: 992px) {
    .section-xmas-5 {
      height: 200px;
      min-height: 200px; } }
@media only screen and (max-width: 991px) {
    .section-xmas-5 .col-1 {
      min-height: 180px; } }
.section-light {
  background: #FFF; }
.section-rocket {
  padding: 180px 0 110px;
  background: #283A4F; }
@media only screen and (min-width: 992px) {
    .section-rocket {
      min-height: calc(100vh - 60px); } }
@media only screen and (max-width: 991px) {
    .section-rocket {
      padding: 30px 0; } }
.section-rocket .section-header .title {
    color: #FFF; }
.section-rocket .description {
    color: #FFF; }
.section-rocket .shield-custom-1 {
    top: 100px;
    right: 20%; }
.section-rocket .button-scroll-down {
    padding: 20px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: 50; }
@media only screen and (max-width: 767px) {
      .section-rocket .button-scroll-down {
        display: none; } }
.section-app-dev {
  padding: 210px 0 110px; }
@media only screen and (max-width: 991px) {
    .section-app-dev {
      padding: 40px 0; } }
.section-it-tanacs {
  padding-bottom: 50px; }
.section-contact-manager {
  padding: 40px 0 0; }
@media only screen and (max-width: 991px) {
    .section-contact-manager {
      padding: 20px 0 0;
      text-align: center; }
      .section-contact-manager .section-header .titleSeparator {
        margin-left: auto;
        margin-right: auto; } }
@media only screen and (max-width: 991px) {
    .section-contact-manager .layer-wrapper {
      display: none; } }
@media only screen and (max-width: 767px) {
    .section-contact-manager .media .media-left {
      display: block; } }
@media only screen and (max-width: 991px) {
    .section-contact-manager .col-1 {
      padding-bottom: 0; } }
@media only screen and (max-width: 767px) {
    .section-contact-manager .col-1 {
      padding-bottom: 30px; } }
.section-works {
  padding: 0 0 110px;
  z-index: 20; }
@media only screen and (max-width: 991px) {
    .section-works .collapsible-content .section-header {
      margin: 10px 0 20px; } }
.section-works .isExpanded .collapsible-content {
    padding-top: 40px;
    padding-bottom: 30px; }
.section-works .lightSlider .lslide {
    padding-top: 110px; }
@media only screen and (max-width: 767px) {
      .section-works .lightSlider .lslide {
        padding-top: 35px; } }
.section-works .lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0 210px;
    text-align: right; }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
      .section-works .lSSlideOuter .lSPager.lSpg {
        padding: 0 155px; } }
@media only screen and (max-width: 991px) {
      .section-works .lSSlideOuter .lSPager.lSpg {
        text-align: center;
        padding: 0; } }
.section-works,
.section-works .layer-background,
.section-clients {
  overflow: hidden; }
.section-career .img-work-with-us {
  margin-top: -30px; }
.section-team .section-row-top {
  padding-top: 40px; }
.section-contact {
  padding: 110px 0 20px; }
@media only screen and (max-width: 991px) {
    .section-contact {
      padding: 40px 0 20px; } }
.img-rounded-shadow {
  border-radius: 5px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); }
#map {
  margin: 0 auto;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden; }
#map .gm-style {
    border-radius: 5px;
    overflow: hidden; }
#map img {
    max-height: inherit;
    max-width: inherit; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.section-header.align--right {
  text-align: right; }
.section-header.align--right .titleSeparator {
    float: right; }
.section-header .subTitle {
  margin: 0 0 10px;
  color: #555555;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  text-transform: uppercase; }
.section-header .title {
  margin: 0;
  padding: 0;
  color: #1A1A1A;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px; }
.section-rocket .section-header .title {
    max-width: 360px; }
.section-header .titleSeparator {
  height: 3px;
  width: 100%;
  margin: 20px 0;
  background: #ED5D42; }
@media only screen and (max-width: 991px) {
    .section-header .titleSeparator {
      width: 80px; } }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.shield {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
  z-index: 10; }
.shield .svg {
    width: 100%;
    height: 100%; }
.shieldsVisible .shield,
  .menuOpen .shield {
    opacity: 1;
    visibility: visible; }
.shield-red {
  color: #E8583D; }
.shield-gray {
  color: #F8F8F8; }
.shield-blue {
  color: #2D4058; }
/* Positions */
.shield-pos-1 {
  top: 85px;
  left: 50px; }
.shield-pos-11 {
  bottom: 85px;
  right: 50px; }
.shield-pos-2 {
  top: 300px;
  left: 200px; }
@media only screen and (max-width: 991px) {
    .shield-pos-2 {
      left: 90px; } }
.header .shield-pos-2 {
    left: 350px; }
@media only screen and (max-width: 991px) {
      .header .shield-pos-2 {
        right: 30px;
        left: auto; } }
.shield-pos-3 {
  top: 40px;
  right: 300px; }
@media only screen and (max-width: 991px) {
    .shield-pos-3 {
      right: 90px; } }
.header .shield-pos-3 {
    top: auto;
    bottom: 140px; }
.shield-pos-33 {
  bottom: 120px;
  right: 300px; }
@media only screen and (max-width: 991px) {
    .shield-pos-33 {
      right: 90px; } }
.header .shield-pos-33 {
    top: auto;
    bottom: 140px; }
.shield-pos-4 {
  top: -20px;
  right: 50px; }
.header .shield-pos-4 {
    top: 140px; }
.shield-pos-5 {
  top: 80px;
  right: 175px; }
.header .shield-pos-5 {
    top: 170px; }
/* Sizes */
.shield-size-1 {
  width: 73px;
  height: 83px; }
.section-xmas .shield-size-1 {
    opacity: 0.9; }
.section-xmas .shield-size-1 img {
    transform: scale(2); }
.shield-size-2 {
  width: 137px;
  height: 155px; }
.section-xmas .shield-size-2 {
    opacity: 1; }
.section-xmas .shield-size-2 img {
    transform: scale(2.2); }
.shield-size-3 {
  width: 164px;
  height: 196px; }
@media only screen and (max-width: 991px) {
    .shield-size-3 {
      display: none; } }
.section-xmas .shield-size-3 {
    opacity: 0.35; }
.section-xmas .shield-size-3 img {
    transform: scale(1.5); }
.shield-size-4 {
  width: 211px;
  height: 240px; }
@media only screen and (max-width: 991px) {
    .shield-size-4 {
      display: none; } }
.section-xmas .shield-size-4 {
    opacity: 0.5; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.team-member {
  text-align: center; }
@media only screen and (max-width: 991px) {
    .team-member {
      margin: 0 auto 20px; } }
.team-member .member-image {
    max-height: 300px;
    width: 200px;
    margin: 0 0 15px; }
.team-member .member-name {
    margin: 0 0 8px;
    padding: 0;
    color: #1A1A1A;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center; }
.team-member .member-description {
    margin: 0;
    padding: 0;
    color: #808080;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center; }
/*
 * Media Query Mixin
 */
/* Media Query Variables */
/*
	Media Query Mixin Usage:

		body {
		    @include mediaquery(mobile-portrait) { background: yellow; }
		    @include mediaquery(tablet) { background: orange; }
		    @include mediaquery(desktop) { background: red; }
		}
*/
.testimonial__wrapper {
  max-width: 780px;
  margin: 0 auto 0;
  color: #fff;
  text-align: center; }
@media only screen and (max-width: 767px) {
    .testimonial__wrapper {
      margin: 10px 0 0; } }
.testimonial__wrapper .testimonial__icon__image {
    width: 32px;
    height: 32px; }
.testimonial__wrapper .testimonial__quote {
    margin: 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    line-height: 34px; }
@media only screen and (max-width: 767px) {
      .testimonial__wrapper .testimonial__quote {
        font-size: 16px;
        line-height: 26px; } }
.testimonial__wrapper .testimonial__picture__image {
    width: 60px;
    height: 60px;
    border-radius: 50%; }
.testimonial__wrapper .testimonial__author {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px; }
@keyframes heartbeat {
  from {
    transform: scale(1);
    animation-timing-function: linear; }
  25% {
    transform: scale(0.8) rotate(90deg);
    opacity: 0.5;
    animation-timing-function: linear; }
  50% {
    transform: scale(1.1) rotate(180deg);
    opacity: 2;
    animation-timing-function: linear; }
  75% {
    transform: scale(0.9) rotate(270deg);
    opacity: 0.5;
    animation-timing-function: linear; }
  to {
    transform: scale(1) rotate(360deg);
    animation-timing-function: linear; } }
.star-1 {
  top: 30px;
  left: 35%;
  animation: heartbeat 3s ease-in-out infinite both; }
.section-xmas .star-1 img {
    transform: scale(0.8); }
.star-1:after {
    content: "1";
    color: white;
    display: none; }
.star-2 {
  top: 70px;
  right: 25%;
  animation: heartbeat 2s ease-in-out infinite both; }
.section-xmas .star-2 img {
    transform: scale(0.9); }
.star-2:after {
    content: "2";
    color: white;
    display: none; }
.star-3 {
  top: 120px;
  left: 10%;
  animation: heartbeat 3s ease-in-out infinite both; }
@media only screen and (min-width: 992px) {
    .star-3 {
      left: 25%; } }
.section-xmas .star-3 img {
    transform: scale(1.2); }
.star-3:after {
    content: "3";
    color: white;
    display: none; }
.star-4 {
  top: 140px;
  left: 50%;
  animation: heartbeat 3s ease-in-out infinite both; }
.section-xmas .star-4 img {
    transform: scale(0.8); }
.star-4:after {
    content: "4";
    color: white;
    display: none; }
.star-5 {
  top: 180px;
  right: 25%;
  animation: heartbeat 3s ease-in-out infinite both; }
@media only screen and (min-width: 992px) {
    .star-5 {
      top: 220px;
      right: 40%; } }
.section-xmas .star-5 img {
    transform: scale(1.1); }
.star-5:after {
    content: "5";
    color: white;
    display: none; }
.star-6 {
  top: 260px;
  left: 30%;
  animation: heartbeat 3s ease-in-out infinite both; }
.star-6:after {
    content: "6";
    color: white;
    display: none; }
.moon {
  top: 220px;
  right: 20%; }
.section-xmas .moon img {
    transform: scale(0.8); }
@media only screen and (min-width: 992px) {
    .moon {
      right: 30%; } }
.moon:after {
    content: "7";
    color: white;
    display: none; }
.shield-base, .shield-1, .shield-2, .shield-3, .shield-4, .shield-5 {
  height: 46px; }
@media only screen and (max-width: 991px) {
    .shield-base, .shield-1, .shield-2, .shield-3, .shield-4, .shield-5 {
      transform: scale(0.6);
      transform-origin: top center; } }
.shield-base img, .shield-1 img, .shield-2 img, .shield-3 img, .shield-4 img, .shield-5 img {
    position: absolute; }
.shield-1 {
  top: 0;
  left: 5%;
  width: 126px; }
@media only screen and (min-width: 992px) {
    .shield-1 {
      left: 25%; } }
.shield-1 img:nth-child(2) {
    left: 42px; }
.shield-1 img:nth-child(3) {
    left: 84px; }
.shield-1 img:nth-child(4) {
    top: 22px;
    left: 63px;
    z-index: -1; }
.shield-2 {
  top: 0;
  right: 5%;
  width: 126px; }
@media only screen and (min-width: 992px) {
    .shield-2 {
      right: 25%; } }
.shield-2 img:nth-child(1) {
    right: 0; }
.shield-2 img:nth-child(2) {
    right: 42px; }
.shield-2 img:nth-child(3) {
    right: 84px; }
.shield-2 img:nth-child(4) {
    top: 22px;
    right: 21px;
    z-index: -1; }
.shield-2 img:nth-child(5) {
    top: 22px;
    right: 63px;
    z-index: -1; }
.shield-3 {
  top: 80px;
  right: 25%;
  width: 63px; }
@media only screen and (min-width: 992px) {
    .shield-3 {
      right: 38%; } }
.shield-3 img:nth-child(1) {
    right: 0; }
.shield-3 img:nth-child(2) {
    top: 22px;
    right: 21px;
    z-index: -1; }
.shield-4 {
  top: 120px;
  left: 38%;
  width: 63px; }
@media only screen and (max-width: 991px) {
    .shield-4 {
      display: none; } }
.shield-4 img:nth-child(1) {
    left: 0; }
.shield-4 img:nth-child(2) {
    top: 22px;
    left: 21px;
    z-index: -1; }
.shield-5 {
  top: 220px;
  right: 45%;
  width: 42px; }
.shield-5 img:nth-child(1) {
    left: 0; }
.snow-cloud {
  position: absolute;
  top: 0;
  width: 200px;
  left: calc(50% - 100px); }
@media only screen and (min-width: 992px) {
    .snow-cloud {
      width: 500px;
      left: calc(50% - 250px); } }
.snow-fall {
  position: relative;
  height: 1100px; }
@media only screen and (min-width: 992px) {
    .snow-fall {
      width: 500px;
      left: calc(50% - 250px); } }
@media only screen and (max-width: 991px) {
    .snow-fall {
      width: 100%;
      height: 600px; } }
@keyframes snowfall {
  0% {
    top: -7px; }
  95% {
    opacity: 1; }
  100% {
    top: 100%;
    opacity: 0; } }
.snow-fall .snow {
    position: absolute;
    border-radius: 50%;
    background-color: white;
    top: -7px; }
@media only screen and (max-width: 991px) {
    .snow-fall div:nth-child(1) {
      width: 3px;
      height: 3px;
      animation: snowfall 7s linear infinite;
      animation-delay: 1s;
      right: 44px; }
    .snow-fall div:nth-child(2) {
      width: 3px;
      height: 3px;
      animation: snowfall 6s linear infinite;
      animation-delay: 11s;
      right: 77px; }
    .snow-fall div:nth-child(3) {
      width: 3px;
      height: 3px;
      animation: snowfall 10s linear infinite;
      animation-delay: 10s;
      right: 107px; }
    .snow-fall div:nth-child(4) {
      width: 3px;
      height: 3px;
      animation: snowfall 8s linear infinite;
      animation-delay: 16s;
      right: 106px; }
    .snow-fall div:nth-child(5) {
      width: 4px;
      height: 4px;
      animation: snowfall 7s linear infinite;
      animation-delay: 1s;
      right: 94px; }
    .snow-fall div:nth-child(6) {
      width: 4px;
      height: 4px;
      animation: snowfall 9s linear infinite;
      animation-delay: 1s;
      right: 101px; }
    .snow-fall div:nth-child(7) {
      width: 4px;
      height: 4px;
      animation: snowfall 9s linear infinite;
      animation-delay: 8s;
      right: 148px; }
    .snow-fall div:nth-child(8) {
      width: 3px;
      height: 3px;
      animation: snowfall 10s linear infinite;
      animation-delay: 20s;
      right: 127px; }
    .snow-fall div:nth-child(9) {
      width: 3px;
      height: 3px;
      animation: snowfall 9s linear infinite;
      animation-delay: 9s;
      right: 154px; }
    .snow-fall div:nth-child(10) {
      width: 4px;
      height: 4px;
      animation: snowfall 10s linear infinite;
      animation-delay: 12s;
      right: 152px; }
    .snow-fall div:nth-child(11) {
      width: 3px;
      height: 3px;
      animation: snowfall 7s linear infinite;
      animation-delay: 1s;
      right: 203px; }
    .snow-fall div:nth-child(12) {
      width: 4px;
      height: 4px;
      animation: snowfall 7s linear infinite;
      animation-delay: 10s;
      right: 208px; }
    .snow-fall div:nth-child(13) {
      width: 4px;
      height: 4px;
      animation: snowfall 8s linear infinite;
      animation-delay: 3s;
      right: 225px; }
    .snow-fall div:nth-child(14) {
      width: 4px;
      height: 4px;
      animation: snowfall 8s linear infinite;
      animation-delay: 20s;
      right: 231px; }
    .snow-fall div:nth-child(15) {
      width: 4px;
      height: 4px;
      animation: snowfall 8s linear infinite;
      animation-delay: 2s;
      right: 277px; }
    .snow-fall div:nth-child(16) {
      width: 3px;
      height: 3px;
      animation: snowfall 7s linear infinite;
      animation-delay: 12s;
      right: 249px; }
    .snow-fall div:nth-child(17) {
      width: 4px;
      height: 4px;
      animation: snowfall 6s linear infinite;
      animation-delay: 9s;
      right: 276px; }
    .snow-fall div:nth-child(18) {
      width: 3px;
      height: 3px;
      animation: snowfall 10s linear infinite;
      animation-delay: 3s;
      right: 312px; }
    .snow-fall div:nth-child(19) {
      width: 4px;
      height: 4px;
      animation: snowfall 8s linear infinite;
      animation-delay: 1s;
      right: 302px; }
    .snow-fall div:nth-child(20) {
      width: 4px;
      height: 4px;
      animation: snowfall 8s linear infinite;
      animation-delay: 12s;
      right: 321px; } }
@media only screen and (min-width: 992px) {
    .snow-fall div:nth-child(1) {
      width: 7px;
      height: 7px;
      animation: snowfall 8s linear infinite;
      animation-delay: 6s;
      right: 54px; }
    .snow-fall div:nth-child(2) {
      width: 6px;
      height: 6px;
      animation: snowfall 8s linear infinite;
      animation-delay: 9s;
      right: 78px; }
    .snow-fall div:nth-child(3) {
      width: 6px;
      height: 6px;
      animation: snowfall 9s linear infinite;
      animation-delay: 7s;
      right: 110px; }
    .snow-fall div:nth-child(4) {
      width: 5px;
      height: 5px;
      animation: snowfall 9s linear infinite;
      animation-delay: 9s;
      right: 111px; }
    .snow-fall div:nth-child(5) {
      width: 6px;
      height: 6px;
      animation: snowfall 10s linear infinite;
      animation-delay: 2s;
      right: 194px; }
    .snow-fall div:nth-child(6) {
      width: 5px;
      height: 5px;
      animation: snowfall 9s linear infinite;
      animation-delay: 2s;
      right: 164px; }
    .snow-fall div:nth-child(7) {
      width: 5px;
      height: 5px;
      animation: snowfall 9s linear infinite;
      animation-delay: 10s;
      right: 223px; }
    .snow-fall div:nth-child(8) {
      width: 6px;
      height: 6px;
      animation: snowfall 6s linear infinite;
      animation-delay: 13s;
      right: 237px; }
    .snow-fall div:nth-child(9) {
      width: 7px;
      height: 7px;
      animation: snowfall 8s linear infinite;
      animation-delay: 8s;
      right: 272px; }
    .snow-fall div:nth-child(10) {
      width: 6px;
      height: 6px;
      animation: snowfall 6s linear infinite;
      animation-delay: 16s;
      right: 272px; }
    .snow-fall div:nth-child(11) {
      width: 6px;
      height: 6px;
      animation: snowfall 6s linear infinite;
      animation-delay: 8s;
      right: 318px; }
    .snow-fall div:nth-child(12) {
      width: 7px;
      height: 7px;
      animation: snowfall 8s linear infinite;
      animation-delay: 11s;
      right: 328px; }
    .snow-fall div:nth-child(13) {
      width: 6px;
      height: 6px;
      animation: snowfall 10s linear infinite;
      animation-delay: 5s;
      right: 365px; }
    .snow-fall div:nth-child(14) {
      width: 6px;
      height: 6px;
      animation: snowfall 8s linear infinite;
      animation-delay: 16s;
      right: 391px; }
    .snow-fall div:nth-child(15) {
      width: 6px;
      height: 6px;
      animation: snowfall 9s linear infinite;
      animation-delay: 7s;
      right: 426px; }
    .snow-fall div:nth-child(16) {
      width: 7px;
      height: 7px;
      animation: snowfall 10s linear infinite;
      animation-delay: 3s;
      right: 440px; }
    .snow-fall div:nth-child(17) {
      width: 6px;
      height: 6px;
      animation: snowfall 9s linear infinite;
      animation-delay: 7s;
      right: 478px; }
    .snow-fall div:nth-child(18) {
      width: 5px;
      height: 5px;
      animation: snowfall 7s linear infinite;
      animation-delay: 8s;
      right: 475px; }
    .snow-fall div:nth-child(19) {
      width: 6px;
      height: 6px;
      animation: snowfall 9s linear infinite;
      animation-delay: 2s;
      right: 517px; }
    .snow-fall div:nth-child(20) {
      width: 7px;
      height: 7px;
      animation: snowfall 7s linear infinite;
      animation-delay: 12s;
      right: 547px; } }
.section-xmas {
  z-index: auto; }
.svg-wrapper-xmas-1,
.svg-wrapper-xmas-2,
.svg-wrapper-xmas-3,
.svg-wrapper-xmas-4 {
  text-align: center; }
.svg-wrapper-xmas-1 img,
  .svg-wrapper-xmas-2 img,
  .svg-wrapper-xmas-3 img,
  .svg-wrapper-xmas-4 img {
    max-width: inherit;
    max-height: inherit; }
.svg-wrapper-xmas-1 .telapo {
  position: absolute;
  width: 350px;
  height: 370px;
  left: calc(50% - 175px); }
@media only screen and (min-width: 992px) {
    .svg-wrapper-xmas-1 .telapo {
      bottom: -60px; } }
@media only screen and (max-width: 991px) {
    .svg-wrapper-xmas-1 .telapo {
      bottom: -110px;
      transform: scale(0.6); } }
.svg-wrapper-xmas-1 .telapo .telapo-labnelkul {
    position: absolute;
    bottom: 0;
    left: 0; }
@keyframes ballab {
  from {
    animation-timing-function: linear;
    top: 0; }
  10% {
    transform: rotate(-20deg);
    animation-timing-function: linear;
    left: 60px;
    top: 10px; }
  20% {
    transform: rotate(0deg);
    animation-timing-function: linear;
    left: 80px;
    top: 0; } }
@keyframes jobblab {
  from {
    animation-timing-function: linear; }
  20% {
    transform: rotate(0deg);
    animation-timing-function: linear;
    top: 0;
    right: 70px; }
  30% {
    transform: rotate(20deg);
    animation-timing-function: linear;
    top: 10px;
    right: 50px; }
  40% {
    transform: rotate(0deg);
    animation-timing-function: linear;
    right: 70px;
    top: 0; } }
.svg-wrapper-xmas-1 .telapo .telapo-lab-bal {
    position: absolute;
    left: 80px;
    animation: ballab 3s infinite both; }
.svg-wrapper-xmas-1 .telapo .telapo-lab-jobb {
    position: absolute;
    top: 0;
    right: 70px;
    animation: jobblab 4s infinite both; }
.svg-wrapper-xmas-2 .svg-layer-1 {
  position: absolute;
  bottom: 0;
  width: 300px;
  left: calc(50% - 150px); }
@media only screen and (max-width: 991px) {
    .svg-wrapper-xmas-2 .svg-layer-1 {
      bottom: -90px;
      transform: scale(0.55); } }
.svg-wrapper-xmas-2 .svg-layer-1 img {
    max-width: 100%; }
.svg-wrapper-xmas-2 .zzz {
  color: #8daac4;
  font-weight: bold;
  font-size: 12px;
  font-family: 'Arial Black', sans-serif;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 60px; }
.svg-wrapper-xmas-2 .zzz span {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: zzz 3s ease-out infinite; }
@keyframes zzz {
  0% {
    right: 0;
    bottom: 0;
    opacity: 1;
    filter: blur(0.01); }
  80% {
    filter: blur(0.01); }
  100% {
    right: 15px;
    bottom: 50px;
    opacity: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    filter: blur(2px);
    font-size: 10px; } }
.svg-wrapper-xmas-2 .zzz span:nth-child(1) {
    animation-delay: -1s; }
.svg-wrapper-xmas-2 .zzz span:nth-child(2) {
    animation-delay: -2s; }
.svg-wrapper-xmas-2 .zzz span:nth-child(3) {
    animation-delay: -3s; }
.svg-wrapper-xmas-2 .egosor {
  position: absolute; }
@keyframes egosor {
  50% {
    box-shadow: none; }
  60% {
    box-shadow: 0 0 13px 5px rgba(255, 241, 197, 0.5); }
  70% {
    box-shadow: 0 0 13px 5px rgba(255, 241, 197, 0.5); }
  80% {
    box-shadow: none; } }
.svg-wrapper-xmas-2 .egosor div {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fff1c5;
    border-radius: 50%;
    animation: egosor 1s ease-out infinite; }
.svg-wrapper-xmas-2 .egosor div:nth-child(1) {
    left: 21px;
    top: 162px;
    animation-delay: 0.5s; }
.svg-wrapper-xmas-2 .egosor div:nth-child(2) {
    left: 69px;
    top: 167px;
    animation-delay: 1s; }
.svg-wrapper-xmas-2 .egosor div:nth-child(3) {
    left: 118px;
    top: 167px;
    animation-delay: 0.5s; }
.svg-wrapper-xmas-2 .egosor div:nth-child(4) {
    left: 167px;
    top: 170px;
    animation-delay: 1s; }
.svg-wrapper-xmas-2 .egosor div:nth-child(5) {
    left: 215px;
    top: 167px;
    animation-delay: 0.5s; }
.svg-wrapper-xmas-2 .egosor div:nth-child(6) {
    left: 260px;
    top: 164px;
    animation-delay: 1s; }
.svg-wrapper-xmas-3 .svg-layer-1 {
  position: absolute;
  bottom: 0; }
@media only screen and (min-width: 992px) {
    .svg-wrapper-xmas-3 .svg-layer-1 {
      width: 350px;
      left: calc(50% - 175px); } }
@media only screen and (max-width: 991px) {
    .svg-wrapper-xmas-3 .svg-layer-1 {
      width: 200px;
      left: calc(50% - 100px); } }
@media only screen and (min-width: 992px) {
  .svg-wrapper-xmas-3 .svg-layer-3 {
    width: 400px;
    position: absolute;
    bottom: -50px;
    left: calc(50% - 200px); } }
@media only screen and (max-width: 991px) {
  .svg-wrapper-xmas-3 .svg-layer-3 {
    width: 125px;
    height: auto;
    margin: 30px 0 10px; } }
.svg-wrapper-xmas-4 .svg-layer-1 {
  position: absolute;
  top: -1px; }
@media only screen and (min-width: 992px) {
    .svg-wrapper-xmas-4 .svg-layer-1 {
      width: 400px;
      left: calc(50% - 200px); } }
@media only screen and (max-width: 991px) {
    .svg-wrapper-xmas-4 .svg-layer-1 {
      width: 200px;
      left: calc(50% - 100px); } }
.svg-wrapper-xmas-4 .hullocsillag {
  width: 240px;
  height: 100px;
  position: absolute;
  transform: rotate(35deg); }
@media only screen and (min-width: 992px) {
    .svg-wrapper-xmas-4 .hullocsillag {
      width: 240px;
      top: 150px;
      left: calc(50% - 120px); } }
@media only screen and (max-width: 991px) {
    .svg-wrapper-xmas-4 .hullocsillag {
      width: 240px;
      top: 60px;
      left: calc(50% - 140px);
      transform: scale(0.7) rotate(35deg); } }
@keyframes line1 {
  from {
    width: 0;
    right: 40px; }
  42% {
    width: 180px;
    right: 40px; }
  48% {
    right: 60px;
    width: 180px; }
  90% {
    right: 100%;
    width: 0; }
  to {
    right: 100%;
    width: 0; } }
@keyframes line2 {
  from {
    width: 0;
    right: 50px; }
  42% {
    width: 170px;
    right: 50px; }
  48% {
    right: 60px;
    width: 170px; }
  90% {
    right: calc(100% - 10px);
    width: 0; }
  to {
    right: calc(100% - 10px);
    width: 0; } }
.svg-wrapper-xmas-4 .hullocsillag .line {
    height: 4px;
    background-color: #466289;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0; }
.svg-wrapper-xmas-4 .hullocsillag .line-1, .svg-wrapper-xmas-4 .hullocsillag .line-2 {
    top: 5px;
    right: 10px;
    animation: line2 3s linear infinite; }
.svg-wrapper-xmas-4 .hullocsillag .line-3, .svg-wrapper-xmas-4 .hullocsillag .line-4 {
    top: 21px;
    right: 0;
    animation: line1 3s linear infinite; }
.svg-wrapper-xmas-4 .hullocsillag .line-5, .svg-wrapper-xmas-4 .hullocsillag .line-6 {
    top: 39px;
    right: 10px;
    animation: line2 3s linear infinite; }
.svg-wrapper-xmas-4 .hullocsillag .line-1 {
    animation-delay: 0.5s; }
.svg-wrapper-xmas-4 .hullocsillag .line-2 {
    animation-delay: 2s; }
.svg-wrapper-xmas-4 .hullocsillag .line-4 {
    animation-delay: 1.5s; }
.svg-wrapper-xmas-4 .hullocsillag .line-5 {
    animation-delay: -0.5s; }
.svg-wrapper-xmas-4 .hullocsillag .line-6 {
    animation-delay: 1s; }
.svg-wrapper-xmas-4 .hullocsillag .csillag {
    position: absolute;
    right: 0;
    transform: rotate(30deg); }
@keyframes starblink {
  from {
    box-shadow: none; }
  50% {
    box-shadow: 0 0 50px 10px rgba(255, 241, 197, 0.5); } }
.svg-wrapper-xmas-4 .hullocsillag .csillagfeny {
    position: absolute;
    right: 13px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    animation: starblink 2s ease-in-out infinite; }
.svg-wrapper-xmas-4 .svg-layer-3 {
  position: absolute;
  bottom: 0;
  width: 600px;
  height: 400px;
  left: calc(50% - 300px); }
@media only screen and (max-width: 991px) {
    .svg-wrapper-xmas-4 .svg-layer-3 {
      transform: scale(0.4);
      transform-origin: 50% 100%; } }
.svg-wrapper-xmas-4 .svg-layer-3 .raketa {
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1; }
@keyframes sapka {
  0% {
    top: 63px;
    left: 63px; }
  100% {
    top: 64px;
    left: 62px; } }
.svg-wrapper-xmas-4 .svg-layer-3 .sapka {
    position: absolute;
    top: 63px;
    left: 63px;
    z-index: 0;
    animation: sapka 0.6s ease-in-out infinite; }
@keyframes nagylang {
  0% {
    height: 45px; }
  100% {
    height: 40px; } }
.svg-wrapper-xmas-4 .svg-layer-3 .nagylang {
    position: absolute;
    top: 125px;
    left: 153px;
    z-index: 2;
    animation: nagylang 0.5s ease-in-out infinite; }
@keyframes kislang {
  0% {
    height: 26px; }
  80% {
    height: 23px; } }
.svg-wrapper-xmas-4 .svg-layer-3 .kislang {
    position: absolute;
    top: 130px;
    left: 158px;
    z-index: 3;
    animation: kislang 0.5s ease-in-out infinite; }
.goToTop {
  height: 120px;
  text-align: center; }
@media only screen and (max-width: 991px) {
    .goToTop {
      height: 100px; } }
.goToTop div {
    width: 120px;
    padding: 13px 0;
    margin: 77px auto 0;
    text-transform: uppercase;
    background-color: #466289;
    color: white;
    border-color: #506287;
    border-radius: 5px;
    font-weight: bold; }
@media only screen and (max-width: 991px) {
      .goToTop div {
        margin-top: 40px; } }
/* VENDOR */
body .lSAction > .lSPrev {
  left: 0; }
body .lSAction > .lSNext {
  right: 0; }
@media only screen and (max-width: 767px) {
  body .lSAction > a {
    top: 10%; } }
body .lightSlider .lslide {
  padding: 0 50px; }
@media only screen and (max-width: 767px) {
    body .lightSlider .lslide {
      padding: 0 15px; } }

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