﻿@import url("css2.css");

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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("../image/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://www.codepixel.me/wp-content/themes/codepixel/fonts/slick/slick.eot");
  src: url("https://www.codepixel.me/wp-content/themes/codepixel/fonts/slick/slick.eot?") format("embedded-opentype"), url("https://www.codepixel.me/wp-content/themes/codepixel/fonts/slick/slick.woff") format("woff"), url("https://www.codepixel.me/wp-content/themes/codepixel/fonts/slick/slick.ttf") format("truetype"), url("https://www.codepixel.me/wp-content/themes/codepixel/fonts/slick/slick.svg") 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;
  border: solid #de1e2b;
  border-width: 0 3px 3px 0;
  z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 15px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: 15px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

/* 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;
}

/*!
 * Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: fallback;
  src: url("../font/fa-brands-400.eot");
  src: url("../font/fa-brands-400.eot") format("embedded-opentype"), url("../font/fa-brands-400.woff2") format("woff2"), url("../font/fa-brands-400.woff") format("woff"), url("../font/fa-brands-400.ttf") format("truetype"), url("../font/fa-brands-400.svg") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url("../font/fa-light-300.eot");
  src: url("../font/fa-light-300.eot") format("embedded-opentype"), url("../font/fa-light-300.woff2") format("woff2"), url("../font/fa-light-300.woff") format("woff"), url("../font/fa-light-300.ttf") format("truetype"), url("../font/fa-light-300.svg") format("svg");
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../font/fa-regular-400.eot");
  src: url("../font/fa-regular-400.eot") format("embedded-opentype"), url("../font/fa-regular-400.woff2") format("woff2"), url("../font/fa-regular-400.woff") format("woff"), url("../font/fa-regular-400.ttf") format("truetype"), url("../font/fa-regular-400.svg") format("svg");
}

.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url("../font/fa-solid-900.eot");
  src: url("../font/fa-solid-900.eot") format("embedded-opentype"), url("../font/fa-solid-900.woff2") format("woff2"), url("../font/fa-solid-900.woff") format("woff"), url("../font/fa-solid-900.ttf") format("truetype"), url("../font/fa-solid-900.svg") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

body {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.3;
}

@media (max-width: 576px) {
  body {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
}

html,
body {
  background: url("../image/logo-sign.svg") no-repeat center center fixed;
  background-color: #e64752;
  background-size: 60px auto;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #de1e2b;
}

a:hover {
  color: #e3323e;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

blockquote {
  font-size: 22px;
  font-weight: bold;
  color: #212529;
}

@media (max-width: 992px) {
  blockquote {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  blockquote {
    font-size: 18px;
  }
}

.animsition {
  z-index: 9999;
  background-color: #fff !important;
}

.page-loading {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.page-loading svg {
  width: 120px;
  height: auto;
}

.link {
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.link:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  left: -3px;
  width: 0;
  background: #dc6a1e;
  z-index: -1;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  border-radius: 5px;
}

@media (pointer: fine) {
  .link:hover {
    color: #fff;
  }

  .link:hover:after {
    width: 110%;
  }
}

.title-wrapper {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .title-wrapper {
    margin-bottom: 55px;
  }
}

@media (max-width: 992px) {
  .title-wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .title-wrapper {
    margin-bottom: 40px;
  }
}

.title-wrapper--work {
  margin-bottom: 0;
}

.readmore-wrapper {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 992px) {
  .readmore-wrapper {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .readmore-wrapper {
    margin-top: 35px;
  }
}

@media (max-width: 576px) {
  .readmore-wrapper {
    margin-top: 25px;
  }
}

h1.title {
  font-size: 32px;
  font-weight: bold;
  color: #2a2b2c;
  position: relative;
  display: inline-block;
  padding: 21px 0px;
}

@media (max-width: 1200px) {
  h1.title {
    padding: 18px 0px;
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  h1.title {
    padding: 16px 0px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h1.title {
    padding: 14px 0px;
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  h1.title {
    padding: 12px 0px;
  }
}

h1.title span {
  position: relative;
  z-index: 5;
  display: block;
}

h2.title:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #f8dfce;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  h2.title:after {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 992px) {
  h2.title:after {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767px) {
  h2.title:after {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 576px) {
  h2.title:after {
    width: 60px;
    height: 60px;
  }
}

h2.title i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 244, 236, 0.2);
  border-radius: 50%;
}

h1.title i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 160px;
  height: 160px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  border-radius: 50%;
}

h1.title i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 200px;
  height: 200px;
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
  border-radius: 50%;
}

h1.title--gray {
  color: #000;
}

h1.title--red {
  color: #fff;
}

h1.title--red:after {
  background: #dc6a1e;
}

h2.title--red:after {
  background: #dc6a1e;
}


h1.title--black {
  color: #fff;
}

h1.title--black:after {
  background: #dc6a1e;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: transparent no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 300px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .page-header {
    height: 275px;
  }
}

@media (max-width: 992px) {
  .page-header {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .page-header {
    height: 225px;
  }
}

@media (max-width: 576px) {
  .page-header {
    height: 150px;
  }
}

.page-header__content {
  position: relative;
  z-index: 3;
  max-width: 880px;
  text-align: center;
}

@media (max-width: 1200px) {
  .page-header__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.page-header__title h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .page-header__title h1 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

@media (max-width: 992px) {
  .page-header__title h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .page-header__title h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .page-header__title h1 {
    margin-bottom: 20px;
  }
}

.page-header__overlay {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  border-radius: 0 0 50px 50px;
}

@media (max-width: 767px) {
  .page-header__overlay {
    border-radius: 0 0 20px 20px;
  }
}

#particles-js {
  height: 100%;
}

#particles-js canvas {
  height: 100% !important;
}

:root {
  --mdc-theme-primary: #000;
  --mdc-theme-secondary: #de1e2b;
  --mdc-theme-on-primary: #fff;
  --mdc-theme-on-surface: #fff;
  --mdc-theme-surface: #fff;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: var(--mdc-theme-primary);
}

.mdc-select .mdc-select__dropdown-icon {
  display: none;
}

.mdc-select i {
  left: auto;
  right: 8px;
  position: absolute;
  bottom: 16px;
  width: 24px;
  height: 24px;
  pointer-events: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-menu-surface {
  background: #000;
  border-radius: 0;
  width: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mdc-menu-surface .mdc-list .mdc-list-item {
  display: block;
}

.mdc-menu-surface .mdc-list .mdc-list-item.mdc-list-item--selected {
  background: #de1e2b;
}

.mdc-menu-surface .mdc-list .mdc-list-item a {
  color: #fff;
  line-height: 48px;
  display: block;
}

.mdc-select--activated i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mdc-menu-surface {
  z-index: 99999;
}

.wpcf7-response-output {
  display: none !important;
}

.toast {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
}

.toast>div {
  font-size: 14px;
}

#toast-container>div {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#toast-container>div:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#toast-container>.toast-error {
  background-image: none !important;
}

#toast-container>.toast-error:before {
  position: absolute;
  left: 13px;
  margin-top: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  content: "\f321";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

#toast-container>.toast-success {
  background-image: none !important;
}

#toast-container>.toast-success:before {
  position: absolute;
  left: 13px;
  margin-top: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px;
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

blockquote {
  text-transform: initial;
  margin: 50px 0;
}

@media (max-width: 992px) {
  blockquote {
    margin: 40px 0;
  }
}

@media (max-width: 576px) {
  blockquote {
    margin: 30px 0;
  }
}

blockquote p {
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  margin: 0 auto !important;
  padding: 0 100px;
  font-weight: bold;
}

@media (max-width: 992px) {
  blockquote p {
    font-size: 21px;
    padding: 0 75px;
  }
}

@media (max-width: 576px) {
  blockquote p {
    font-size: 18px;
    padding: 0 50px;
  }
}

blockquote p:before,
blockquote p:after {
  position: absolute;
  color: #de1e2b;
  font-size: 8rem;
  width: 4rem;
  height: 4rem;
}

@media (max-width: 992px) {

  blockquote p:before,
  blockquote p:after {
    font-size: 6rem;
    width: 3rem;
    height: 3rem;
  }
}

@media (max-width: 576px) {

  blockquote p:before,
  blockquote p:after {
    font-size: 4rem;
    width: 2rem;
    height: 2rem;
  }
}

blockquote p:before {
  content: "“";
  left: 0;
  top: -2rem;
}

@media (max-width: 992px) {
  blockquote p:before {
    top: -1.5rem;
  }
}

@media (max-width: 576px) {
  blockquote p:before {
    top: -1rem;
  }
}

blockquote p:after {
  content: "”";
  right: 0;
  bottom: 1rem;
}

@media (max-width: 992px) {
  blockquote p:after {
    bottom: 0.75rem;
  }
}

@media (max-width: 576px) {
  blockquote p:after {
    bottom: 0.5rem;
  }
}

blockquote cite {
  line-height: 3;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  padding: 0 100px;
  color: #6f6f6f;
}

@media (max-width: 992px) {
  blockquote cite {
    font-size: 17px;
    padding: 0 75px;
  }
}

@media (max-width: 576px) {
  blockquote cite {
    font-size: 15px;
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  #toast-container>div {
    padding: 15px 15px 15px 50px !important;
    width: 90% !important;
  }
}

.cookie-message {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  font-size: 16px;
  background: #ffffff;
  z-index: 9999;
  text-align: left;
  bottom: 50px;
  margin: auto;
  border-radius: 40px;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.1);
  background-size: 31px 31px;
  max-width: 1050px;
  padding: 15px 0;
}

@media (max-width: 1200px) {
  .cookie-message {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .cookie-message {
    max-width: none;
    border-radius: 0;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .cookie-message {
    font-size: 15px;
  }
}

.cookie-message__text {
  padding: 0 70px;
  line-height: 26px;
  display: block;
}

@media (max-width: 767px) {
  .cookie-message__text {
    padding: 0 15px;
    padding-left: 55px;
  }
}

.cookie-message__icon {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
}

@media (max-width: 767px) {
  .cookie-message__icon {
    left: 15px;
    top: 40px;
  }
}

.cookie-message__icon img {
  height: 30px;
  width: auto;
}

.cookie-message__button {
  display: block;
  padding-right: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 15px;
}

@media (max-width: 767px) {
  .cookie-message__button {
    position: static;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 10px 0;
  }
}

.cookie-message__button button {
  color: #de1e2b;
  text-transform: none;
  text-align: center;
  outline: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
}

.wp-block-image {
  margin: 50px 0;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .wp-block-image {
    margin: 40px 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .wp-block-image {
    margin: 30px 0;
    margin-top: 20px;
  }
}

.wp-block-image img {
  border-radius: 20px;
  overflow: hidden;
}

.wp-block-image .alignright {
  margin: 0;
}

.wp-block-image .alignright img {
  margin: 0;
}

@media (max-width: 576px) {
  .wp-block-image .alignright {
    width: 40%;
  }
}

#Smallchat {
  display: none;
}

.show-chat #Smallchat {
  display: block;
}

@media (max-width: 576px) {
  .hide-mobile {
    display: none;
  }
}

.single-work .header__navigation ul li a {
  color: #fff;
}

.single-work .header__navigation ul:hover li a {
  color: #eeeeee;
}

.home .frontpage-entry__title {
  max-width: 850px;
  margin: 0 auto;
}

.home .frontpage-entry__content {
  max-width: 1035px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1380px;
  }
}

.counters-row.has-animation .counter {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.counters-row.end-animation .counter {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.project-about__info.has-animation,
.project-about__roles.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-about__info.end-animation,
.project-about__roles.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-preview__title.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-preview__title.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.project-preview img.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-preview img.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.project-preview__plugin-info.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-preview__plugin-info.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-theme.has-animation .project-theme__tittle {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-theme.has-animation .project-theme__preview {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-theme.end-animation .project-theme__tittle {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-theme.end-animation .project-theme__preview {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.project-about__stack.has-animation .tool {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.project-about__stack.end-animation .tool {
  visibility: visible;
  opacity: 1;
}

.project-about__stack.end-animation .tool:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.project-about__stack.end-animation .tool:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-about__stack.end-animation .tool:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.project-about__stack.end-animation .tool:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.project-about__stack.end-animation .tool:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.project-about__stack.end-animation .tool:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.project-about__stack.end-animation .tool:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.project-about__stack.end-animation .tool:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.project-about__stack.end-animation .tool:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.project-about__stack.end-animation .tool:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.project-about__stack.end-animation .tool:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.project-about__stack.end-animation .tool:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.project-about__stack.end-animation .tool:nth-child(13) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.project-about__stack.end-animation .tool:nth-child(14) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.project-about__stack.end-animation .tool:nth-child(15) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.project-about__stack.end-animation .tool:nth-child(16) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.project-about__stack.end-animation .tool:nth-child(17) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.project-about__stack.end-animation .tool:nth-child(18) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.project-about__stack.end-animation .tool:nth-child(19) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.project-about__stack.end-animation .tool:nth-child(20) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.project-about__stack.end-animation .tool:nth-child(21) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.project-about__stack.end-animation .tool:nth-child(22) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.project-about__stack.end-animation .tool:nth-child(23) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.project-about__stack.end-animation .tool:nth-child(24) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.project-about__stack.end-animation .tool:nth-child(25) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.project-about__stack.end-animation .tool:nth-child(26) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.project-about__stack.end-animation .tool:nth-child(27) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.project-about__stack.end-animation .tool:nth-child(28) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.project-about__stack.end-animation .tool:nth-child(29) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.project-about__stack.end-animation .tool:nth-child(30) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.project-about__stack.end-animation .tool:nth-child(31) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.project-about__stack.end-animation .tool:nth-child(32) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.project-about__stack.end-animation .tool:nth-child(33) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.project-about__stack.end-animation .tool:nth-child(34) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.project-about__stack.end-animation .tool:nth-child(35) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.project-about__stack.end-animation .tool:nth-child(36) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.project-about__stack.end-animation .tool:nth-child(37) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.project-about__stack.end-animation .tool:nth-child(38) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.project-about__stack.end-animation .tool:nth-child(39) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.project-about__stack.end-animation .tool:nth-child(40) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.history-row.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.history-row.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.no-post-message.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.no-post-message.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.contact-container__left.has-animation,
.contact-container__right.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.contact-container__left.end-animation,
.contact-container__right.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.faq-message__wrapper.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.faq-message__wrapper.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.faq-section__item.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.faq-section__item.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.blog-categories__list-mobile.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.blog-categories__list-mobile.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.post-subscribe__subscribe.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.post-subscribe__subscribe.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.loadmore-wrapper.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.loadmore-wrapper.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.post-container__content>*.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.post-container__content>*.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.post-container__share.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.post-container__share.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.random-work.has-animation .random-work__title {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.random-work.end-animation .random-work__title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.title-wrapper.has-animation h1 span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.title-wrapper.has-animation h1 i {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.title-wrapper.has-animation h1:after {
  -webkit-transform: translateY(50px) translateX(-50%);
  -ms-transform: translateY(50px) translateX(-50%);
  transform: translateY(50px) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}

.title-wrapper.end-animation h1 span {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.title-wrapper.end-animation h1 i {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.title-wrapper.end-animation h1:after {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.frontpage-services.has-animation .frontpage-services__slider {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.frontpage-services.end-animation .frontpage-services__slider {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.readmore-wrapper.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.readmore-wrapper.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-wrapper-big.has-animation,
.project-wrapper-small.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-wrapper-big.end-animation,
.project-wrapper-small.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.our-work-main .description.has-animation blockquote {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.our-work-main .description.end-animation blockquote {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.engagement-models.has-animation .engagement-models__slider {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.engagement-models.end-animation .engagement-models__slider {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.mv-card.has-animation,
.values-card.has-animation,
.services-other__item.has-animation,
.frontpage-work-with__item.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.mv-card.end-animation,
.values-card.end-animation,
.services-other__item.end-animation,
.frontpage-work-with__item.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.service-wrapper.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.service-wrapper.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.why-outsource__item.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.why-outsource__item.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.client-message__wrapper.has-animation blockquote {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.client-message__wrapper.end-animation blockquote {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.process.has-animation .process__entity {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.process.has-animation .process__entity-text--left {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.process.has-animation .process__entity-text--left span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.process.has-animation .process__entity-text--right {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.process.has-animation .process__entity-text--right span {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.process.end-animation .process__entity {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.process.end-animation .process__entity-text--left,
.process.end-animation .process__entity-text--right {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.process.end-animation .process__entity-text--left span,
.process.end-animation .process__entity-text--right span {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.contact-us-section.has-animation h5 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.contact-us-section.has-animation h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.contact-us-section.has-animation .contact-button {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.contact-us-section.end-animation h5 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.contact-us-section.end-animation h2 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.contact-us-section.end-animation .contact-button {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.frontpage-technologies.has-animation .frontpage-technologies__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.frontpage-technologies.end-animation .frontpage-technologies__item {
  visibility: visible;
  opacity: 1;
}

.frontpage-technologies.end-animation .frontpage-technologies__item.index-1 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.frontpage-technologies.end-animation .frontpage-technologies__item.index-2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.frontpage-technologies.end-animation .frontpage-technologies__item.index-3 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.frontpage-technologies.end-animation .frontpage-technologies__item.index-4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.frontpage-technologies.end-animation .frontpage-technologies__item.index-5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.frontpage-technologies.end-animation .frontpage-technologies__item.index-6 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.blog-categories.has-animation .blog-categories__list li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-categories.end-animation .blog-categories__list li {
  visibility: visible;
  opacity: 1;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(13) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(14) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(15) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(16) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(17) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(18) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(19) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(20) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(21) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(22) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(23) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(24) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(25) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(26) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(27) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(28) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(29) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(30) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(31) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(32) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(33) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(34) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(35) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(36) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(37) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(38) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(39) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.blog-categories.end-animation .blog-categories__list li:nth-child(40) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.about-us-tools.has-animation .tool {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.about-us-tools.end-animation .tool {
  visibility: visible;
  opacity: 1;
}

.about-us-tools.end-animation .tool:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.about-us-tools.end-animation .tool:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.about-us-tools.end-animation .tool:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.about-us-tools.end-animation .tool:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.about-us-tools.end-animation .tool:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.about-us-tools.end-animation .tool:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.about-us-tools.end-animation .tool:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.about-us-tools.end-animation .tool:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.about-us-tools.end-animation .tool:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.about-us-tools.end-animation .tool:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.about-us-tools.end-animation .tool:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.about-us-tools.end-animation .tool:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.about-us-tools.end-animation .tool:nth-child(13) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.about-us-tools.end-animation .tool:nth-child(14) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.about-us-tools.end-animation .tool:nth-child(15) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.about-us-tools.end-animation .tool:nth-child(16) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.about-us-tools.end-animation .tool:nth-child(17) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.about-us-tools.end-animation .tool:nth-child(18) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.about-us-tools.end-animation .tool:nth-child(19) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.about-us-tools.end-animation .tool:nth-child(20) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.about-us-tools.end-animation .tool:nth-child(21) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.about-us-tools.end-animation .tool:nth-child(22) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.about-us-tools.end-animation .tool:nth-child(23) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.about-us-tools.end-animation .tool:nth-child(24) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.about-us-tools.end-animation .tool:nth-child(25) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.about-us-tools.end-animation .tool:nth-child(26) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.about-us-tools.end-animation .tool:nth-child(27) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.about-us-tools.end-animation .tool:nth-child(28) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.about-us-tools.end-animation .tool:nth-child(29) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.about-us-tools.end-animation .tool:nth-child(30) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.about-us-tools.end-animation .tool:nth-child(31) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.about-us-tools.end-animation .tool:nth-child(32) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.about-us-tools.end-animation .tool:nth-child(33) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.about-us-tools.end-animation .tool:nth-child(34) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.about-us-tools.end-animation .tool:nth-child(35) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.about-us-tools.end-animation .tool:nth-child(36) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.about-us-tools.end-animation .tool:nth-child(37) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.about-us-tools.end-animation .tool:nth-child(38) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.about-us-tools.end-animation .tool:nth-child(39) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.about-us-tools.end-animation .tool:nth-child(40) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.services-navigation.has-animation .services-navigation__separator {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.services-navigation.has-animation .services-navigation__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.services-navigation.end-animation .services-navigation__separator {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.services-navigation.end-animation .services-navigation__item {
  visibility: visible;
  opacity: 1;
}

.services-navigation.end-animation .services-navigation__item:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(10) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(11) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(12) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(13) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(14) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(15) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(16) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(17) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(18) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(19) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(20) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(21) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(22) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(23) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(24) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(25) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(26) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(27) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(28) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(29) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(30) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(31) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(32) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(33) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(34) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(35) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(36) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(37) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(38) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(39) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.services-navigation.end-animation .services-navigation__item:nth-child(40) {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}

@media (min-width: 1400px) {
  .project-cards.has-animation .project-cards__img {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }

  .project-cards.end-animation .project-cards__img:nth-child(1) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1 !important;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .project-cards.end-animation .project-cards__img:nth-child(2) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1 !important;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }

  .project-cards.end-animation .project-cards__img:nth-child(3) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1 !important;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}

.anima.has-animation .anima-title,
.anima.has-animation .anima-title2,
.anima.has-animation .anima-title3,
.anima.has-animation .anima-p,
.anima.has-animation .anima-p2,
.anima.has-animation .anima-p3,
.anima.has-animation .anima-img,
.anima.has-animation .anima-img2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.anima.has-animation .anima-opacity {
  -webkit-transform: translateY(65px);
  -ms-transform: translateY(65px);
  transform: translateY(65px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.anima.has-animation .anima-right-items .services {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}

.anima.has-animation .anima-title-right {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.anima.has-animation .anima-title-left {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.anima.has-animation .anima-zoom {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.5s, -webkit-transform 1.5s;
  transition: opacity 0.5s, -webkit-transform 1.5s;
  transition: transform 1.5s, opacity 0.5s;
  transition: transform 1.5s, opacity 0.5s, -webkit-transform 1.5s;
}

.anima.end-animation .anima-title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.anima.end-animation .anima-p,
.anima.end-animation .anima-img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.anima.end-animation .anima-p2,
.anima.end-animation .anima-title2 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.anima.end-animation .anima-img2 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.anima.end-animation .anima-title3,
.anima.end-animation .anima-p3 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.anima.end-animation .anima-opacity {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.anima.end-animation .anima-right-items .services:nth-child(1) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.anima.end-animation .anima-right-items .services:nth-child(2) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.anima.end-animation .anima-right-items .services:nth-child(3) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.anima.end-animation .anima-right-items .services:nth-child(4) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.anima.end-animation .anima-right-items .services:nth-child(5) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.anima.end-animation .anima-title-right,
.anima.end-animation .anima-title-left {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.anima.end-animation .anima-zoom {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.anima.end-animation .anima-my-spin-1 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 2.5s ease-in-out;
}

.anima.end-animation .anima-zoom-in.bg-circles {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 3.5s;
  transition: -webkit-transform 3.5s;
  transition: transform 3.5s;
  transition: transform 3.5s, -webkit-transform 3.5s;
}

.anima.end-animation .anima-rotate-plus {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
}

.project-beyond-allegra-right.has-animation .allegra-mockup {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-beyond-allegra-right.has-animation .anima-title {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-beyond-allegra-right.has-animation .anima-p {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-beyond-allegra-right.end-animation .allegra-mockup:nth-child(1) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-beyond-allegra-right.end-animation .allegra-mockup:nth-child(2) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.project-beyond-allegra-right.end-animation .anima-title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(1) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(2) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(3) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(4) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(5) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(6) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(7) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(8) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(9) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(10) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(11) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(12) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(13) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(14) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(15) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(16) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(17) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(18) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(19) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.project-beyond-allegra-right.end-animation .anima-p:nth-child(20) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.client-types.has-animation .client-types__item {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.client-types.end-animation .client-types__item {
  visibility: visible;
  opacity: 1;
}

.client-types.end-animation .row>div:nth-child(1) .client-types__item {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.client-types.end-animation .row>div:nth-child(2) .client-types__item {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.client-types.end-animation .row>div:nth-child(3) .client-types__item {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.client-types.end-animation .row>div:nth-child(4) .client-types__item {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.client-types.end-animation .row>div:nth-child(5) .client-types__item {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.client-types.end-animation .row>div:nth-child(6) .client-types__item {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.client-types.end-animation .row>div:nth-child(7) .client-types__item {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.client-types.end-animation .row>div:nth-child(8) .client-types__item {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.client-types.end-animation .row>div:nth-child(9) .client-types__item {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.client-types.end-animation .row>div:nth-child(10) .client-types__item {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.client-types.end-animation .row>div:nth-child(11) .client-types__item {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.client-types.end-animation .row>div:nth-child(12) .client-types__item {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.client-types.end-animation .row>div:nth-child(13) .client-types__item {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.client-types.end-animation .row>div:nth-child(14) .client-types__item {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.client-types.end-animation .row>div:nth-child(15) .client-types__item {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.client-types.end-animation .row>div:nth-child(16) .client-types__item {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.client-types.end-animation .row>div:nth-child(17) .client-types__item {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.client-types.end-animation .row>div:nth-child(18) .client-types__item {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.client-types.end-animation .row>div:nth-child(19) .client-types__item {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.client-types.end-animation .row>div:nth-child(20) .client-types__item {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.client-types.end-animation .row>div:nth-child(21) .client-types__item {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.client-types.end-animation .row>div:nth-child(22) .client-types__item {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.client-types.end-animation .row>div:nth-child(23) .client-types__item {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.client-types.end-animation .row>div:nth-child(24) .client-types__item {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.client-types.end-animation .row>div:nth-child(25) .client-types__item {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.client-types.end-animation .row>div:nth-child(26) .client-types__item {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.client-types.end-animation .row>div:nth-child(27) .client-types__item {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.client-types.end-animation .row>div:nth-child(28) .client-types__item {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.client-types.end-animation .row>div:nth-child(29) .client-types__item {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.client-types.end-animation .row>div:nth-child(30) .client-types__item {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.client-types.end-animation .row>div:nth-child(31) .client-types__item {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.client-types.end-animation .row>div:nth-child(32) .client-types__item {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.client-types.end-animation .row>div:nth-child(33) .client-types__item {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.client-types.end-animation .row>div:nth-child(34) .client-types__item {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.client-types.end-animation .row>div:nth-child(35) .client-types__item {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.client-types.end-animation .row>div:nth-child(36) .client-types__item {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.client-types.end-animation .row>div:nth-child(37) .client-types__item {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.client-types.end-animation .row>div:nth-child(38) .client-types__item {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.client-types.end-animation .row>div:nth-child(39) .client-types__item {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.client-types.end-animation .row>div:nth-child(40) .client-types__item {
  -webkit-transition-delay: 4.1s;
  transition-delay: 4.1s;
}

.services-technologies.has-animation .tool {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.services-technologies.end-animation .tool {
  visibility: visible;
  opacity: 1;
}

.services-technologies.end-animation .tool:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services-technologies.end-animation .tool:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.services-technologies.end-animation .tool:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.services-technologies.end-animation .tool:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.services-technologies.end-animation .tool:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.services-technologies.end-animation .tool:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.services-technologies.end-animation .tool:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.services-technologies.end-animation .tool:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.services-technologies.end-animation .tool:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.services-technologies.end-animation .tool:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.services-technologies.end-animation .tool:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.services-technologies.end-animation .tool:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.services-technologies.end-animation .tool:nth-child(13) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.services-technologies.end-animation .tool:nth-child(14) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.services-technologies.end-animation .tool:nth-child(15) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.services-technologies.end-animation .tool:nth-child(16) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.services-technologies.end-animation .tool:nth-child(17) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.services-technologies.end-animation .tool:nth-child(18) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.services-technologies.end-animation .tool:nth-child(19) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.services-technologies.end-animation .tool:nth-child(20) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.services-technologies.end-animation .tool:nth-child(21) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.services-technologies.end-animation .tool:nth-child(22) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.services-technologies.end-animation .tool:nth-child(23) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.services-technologies.end-animation .tool:nth-child(24) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.services-technologies.end-animation .tool:nth-child(25) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.services-technologies.end-animation .tool:nth-child(26) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.services-technologies.end-animation .tool:nth-child(27) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.services-technologies.end-animation .tool:nth-child(28) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.services-technologies.end-animation .tool:nth-child(29) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.services-technologies.end-animation .tool:nth-child(30) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.services-technologies.end-animation .tool:nth-child(31) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}

.services-technologies.end-animation .tool:nth-child(32) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.services-technologies.end-animation .tool:nth-child(33) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}

.services-technologies.end-animation .tool:nth-child(34) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.services-technologies.end-animation .tool:nth-child(35) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

.services-technologies.end-animation .tool:nth-child(36) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.services-technologies.end-animation .tool:nth-child(37) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}

.services-technologies.end-animation .tool:nth-child(38) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.services-technologies.end-animation .tool:nth-child(39) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.services-technologies.end-animation .tool:nth-child(40) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.trusted-by.has-animation .clients__wrapper>* {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.trusted-by.end-animation .clients__wrapper>* {
  visibility: visible;
  opacity: 1;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(10) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(11) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(12) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(13) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(14) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(15) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(16) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(17) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(18) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(19) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(20) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(21) {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(22) {
  -webkit-transition-delay: 4.4s;
  transition-delay: 4.4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(23) {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(24) {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(25) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(26) {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(27) {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(28) {
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(29) {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(30) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(31) {
  -webkit-transition-delay: 6.2s;
  transition-delay: 6.2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(32) {
  -webkit-transition-delay: 6.4s;
  transition-delay: 6.4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(33) {
  -webkit-transition-delay: 6.6s;
  transition-delay: 6.6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(34) {
  -webkit-transition-delay: 6.8s;
  transition-delay: 6.8s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(35) {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(36) {
  -webkit-transition-delay: 7.2s;
  transition-delay: 7.2s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(37) {
  -webkit-transition-delay: 7.4s;
  transition-delay: 7.4s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(38) {
  -webkit-transition-delay: 7.6s;
  transition-delay: 7.6s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(39) {
  -webkit-transition-delay: 7.8s;
  transition-delay: 7.8s;
}

.trusted-by.end-animation .clients__wrapper>*:nth-child(40) {
  -webkit-transition-delay: 8s;
  transition-delay: 8s;
}

.frontpage-workflow.has-animation .frontpage-workflow__step {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.frontpage-workflow.has-animation .frontpage-workflow__step .frontpage-workflow__step__icon:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (max-width: 767px) {
  .frontpage-workflow.has-animation .frontpage-workflow__step .frontpage-workflow__step__icon:after {
    visibility: visible;
    opacity: 1;
  }
}

.frontpage-workflow.has-animation .frontpage-workflow__step .frontpage-workflow__step__icon:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (max-width: 767px) {
  .frontpage-workflow.has-animation .frontpage-workflow__step .frontpage-workflow__step__icon:before {
    visibility: visible;
    opacity: 1;
  }
}

.frontpage-workflow.end-animation .frontpage-workflow__step {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.frontpage-workflow.end-animation .frontpage-workflow__step .frontpage-workflow__step__icon:after {
  visibility: visible;
  opacity: 1;
}

.frontpage-workflow.end-animation .frontpage-workflow__step .frontpage-workflow__step__icon:before {
  visibility: visible;
  opacity: 1;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-1 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-1 .frontpage-workflow__step__icon:after {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-2 .frontpage-workflow__step__icon:after {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-2 .frontpage-workflow__step__icon:before {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-3 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-3 .frontpage-workflow__step__icon:before {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-4 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-5 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-5 .frontpage-workflow__step__icon:after {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-6 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.frontpage-workflow.end-animation .frontpage-workflow__step.index-6 .frontpage-workflow__step__icon:after {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.frontpage-entry.has-animation .frontpage-entry__title,
.frontpage-entry.has-animation .frontpage-entry__description,
.frontpage-entry.has-animation .frontpage-entry__actions,
.frontpage-entry.has-animation #scroll-down {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.frontpage-entry.end-animation .frontpage-entry__title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.frontpage-entry.end-animation .frontpage-entry__description {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.frontpage-entry.end-animation .frontpage-entry__actions {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.frontpage-entry.end-animation #scroll-down {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.project-entry.has-animation .project-entry__category,
.project-entry.has-animation .project-entry__title,
.project-entry.has-animation .project-entry__description,
.project-entry.has-animation #scroll-down,
.project-entry.has-animation .project-entry__img,
.project-entry.has-animation .page-header-blog__categories,
.project-entry.has-animation .page-header-blog__details {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-entry.end-animation .project-entry__category,
.project-entry.end-animation .page-header-blog__categories {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-entry.end-animation .project-entry__title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.project-entry.end-animation .project-entry__description,
.project-entry.end-animation .page-header-blog__details {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.project-entry.end-animation .project-entry__img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.project-entry.end-animation #scroll-down {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.page-header-blog.has-animation .page-header-blog__categories,
.page-header-blog.has-animation .page-header-blog__title,
.page-header-blog.has-animation .page-header-blog__details {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.page-header-blog.end-animation .page-header-blog__categories {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.page-header-blog.end-animation .page-header-blog__title {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.page-header-blog.end-animation .page-header-blog__details {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.page-header__content.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.page-header__content.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.page-header-contact__content.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.page-header-contact__content.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.page-header-contact__map-controls.has-animation {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.page-header-contact__map-controls.end-animation {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.project-about-be-safe__wrapper.has-animation .project-about-be-safe__left,
.project-about-be-safe__wrapper.has-animation .project-about-be-safe__right {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-about-be-safe__wrapper.end-animation .project-about-be-safe__left {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-about-be-safe__wrapper.end-animation .project-about-be-safe__right {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.project-about-be-safe__background.has-animation .project-about-be-safe__img,
.project-about-be-safe__background.has-animation .project-about-be-safe__item {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.project-about-be-safe__background.end-animation .project-about-be-safe__item {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
}

.project-about-be-safe__background.end-animation .project-about-be-safe__img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.project-about-be-safe__background.end-animation .project-about-be-safe__item:last-child {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.omsa .project-about__wrapper.has-animation .project-about__img,
.omsa .project-about__wrapper.has-animation .project-about__item {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.omsa .project-about__wrapper.end-animation .project-about__img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.omsa .project-about__wrapper.end-animation .project-about__item {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.omsa .project-about__wrapper.end-animation .project-about__item:nth-child(2) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.omsa .project-programs__wrapper.has-animation .project-programs__item {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.omsa .project-programs__wrapper.end-animation .project-programs__item {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.omsa .project-testimonial__wrapper.has-animation .project-testimonial__quote,
.omsa .project-testimonial__wrapper.has-animation .project-testimonial__name {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.omsa .project-testimonial__wrapper.end-animation .project-testimonial__quote {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.omsa .project-testimonial__wrapper.end-animation .project-testimonial__name {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.omsa .project-world__wrapper.has-animation .project-world__left,
.omsa .project-world__wrapper.has-animation .project-world__img {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.omsa .project-world__wrapper.end-animation .project-world__left {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.omsa .project-world__wrapper.end-animation .project-world__img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.omsa .project-world__wrapper.end-animation .project-world__img:nth-child(2) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.omsa .project-world__wrapper.end-animation .project-world__img:nth-child(3) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.omsa .project-bottom__wrapper.has-animation .project-membership,
.omsa .project-bottom__wrapper.has-animation .project-results,
.omsa .project-bottom__wrapper.has-animation .project-mockups__img,
.omsa .project-bottom__wrapper.has-animation .project-scope-of-work {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.omsa .project-bottom__wrapper.end-animation .project-membership {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.omsa .project-bottom__wrapper.end-animation .project-results {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.omsa .project-bottom__wrapper.end-animation .project-mockups__img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.omsa .project-bottom__wrapper.end-animation .project-mockups__img:nth-child(2) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.omsa .project-bottom__wrapper.end-animation .project-mockups__img:nth-child(3) {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.omsa .project-bottom__wrapper.end-animation .project-scope-of-work {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.sled-studio .project-about__img.has-animation img {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}

.sled-studio .project-about__img.end-animation img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sled-studio .sled-studio-app__right.has-animation img {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}

.sled-studio .sled-studio-app__right.end-animation img.back-picture {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s, -webkit-transform 3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio .sled-studio-app__right.end-animation img.screen-picture {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio .notification__right.has-animation img {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.sled-studio .notification__right.end-animation img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio .central-regicter__left.has-animation img {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.sled-studio .central-regicter__left.end-animation img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio .infrastructura__left.has-animation img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s, -webkit-transform 3s;
}

.sled-studio .infrastructura__left.end-animation img {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio.end-animation .tool {
  visibility: visible;
  opacity: 1;
}

.sled-studio .svg-details.has-animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s, -webkit-transform 3s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sled-studio .svg-details.end-animation {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sled-studio .svg-wrapper.has-animation svg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s, -webkit-transform 3s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio .svg-wrapper.has-animation img {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.sled-studio .svg-wrapper.end-animation svg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sled-studio .svg-wrapper.end-animation img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio .perfomance-reports__right.has-animation svg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s, -webkit-transform 3s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio .perfomance-reports__right.has-animation svg>path {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotating2 100s linear infinite;
  animation: rotating2 100s linear infinite;
}

.sled-studio .perfomance-reports__right.has-animation img {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}

.sled-studio .perfomance-reports__right.end-animation svg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sled-studio .perfomance-reports__right.end-animation img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sled-studio .access-block__left.has-animation svg {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 3s, -webkit-transform 3s;
  transition: opacity 3s, -webkit-transform 3s;
  transition: transform 3s, opacity 3s;
  transition: transform 3s, opacity 3s, -webkit-transform 3s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sled-studio .access-block__left.has-animation svg>g>path {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: rotating2 100s linear infinite;
  animation: rotating2 100s linear infinite;
  animation-direction: reverse;
}

.sled-studio .access-block__left.has-animation img {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}

.sled-studio .access-block__left.end-animation svg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sled-studio .access-block__left.end-animation img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sled-studio .notification__left.has-animation img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.1) translateY(500px) translateX(-500px);
  -ms-transform: scale(0.1) translateY(500px) translateX(-500px);
  transform: scale(0.1) translateY(500px) translateX(-500px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.sled-studio .notification__left.end-animation img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.media-wrapper.end-animation .media-wrapper__mask {
  -webkit-transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.media-wrapper.end-animation.media-wrapper--big-card .media-wrapper__mask {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.media-wrapper.end-animation.media-wrapper--small-card .media-wrapper__mask {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@-webkit-keyframes rotating {
  from {
    -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }

  to {
    -ms-transform: translateY(-50%) translateX(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) rotate(0deg);
  }

  to {
    -ms-transform: translateY(-50%) translateX(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(360deg);
    transform: translateY(-50%) translateX(-50%) rotate(360deg);
  }
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes pulse {
  0% {
    background-color: rgba(220, 106, 30, 0);
  }

  25% {
    background-color: rgba(220, 106, 30, 0.1);
  }

  50% {
    background-color: rgba(220, 106, 30, 0.2);
  }

  75% {
    background-color: rgba(220, 106, 30, 0.1);
  }

  100% {
    background-color: rgba(220, 106, 30, 0);
  }
}

@keyframes pulse {
  0% {
    background-color: rgba(220, 106, 30, 0);
  }

  25% {
    background-color: rgba(220, 106, 30, 0.1);
  }

  50% {
    background-color: rgba(220, 106, 30, 0.2);
  }

  75% {
    background-color: rgba(220, 106, 30, 0.1);
  }

  100% {
    background-color: rgba(220, 106, 30, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    background-color: rgba(242, 161, 166, 0.1);
  }

  25% {
    background-color: rgba(242, 161, 166, 0.2);
  }

  50% {
    background-color: rgba(242, 161, 166, 0.3);
  }

  75% {
    background-color: rgba(242, 161, 166, 0.2);
  }

  100% {
    background-color: rgba(242, 161, 166, 0.1);
  }
}

@keyframes pulse2 {
  0% {
    background-color: rgba(242, 161, 166, 0.1);
  }

  25% {
    background-color: rgba(242, 161, 166, 0.2);
  }

  50% {
    background-color: rgba(242, 161, 166, 0.3);
  }

  75% {
    background-color: rgba(242, 161, 166, 0.2);
  }

  100% {
    background-color: rgba(242, 161, 166, 0.1);
  }
}

@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
    transform: rotate3d(-1, 0, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-top {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
    transform: rotate3d(-1, 0, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}

@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(-1, 0, 0, 104deg);
    transform: rotate3d(-1, 0, 0, 104deg);
  }
}

@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
    transform: rotate3d(0, -1, 0, 104deg);
  }
}

@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, -1, 0, 104deg);
    transform: rotate3d(0, -1, 0, 104deg);
  }
}

@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
    transform: rotate3d(1, 0, 0, 104deg);
  }
}

@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(1, 0, 0, 104deg);
    transform: rotate3d(1, 0, 0, 104deg);
  }
}

@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
    transform: rotate3d(0, 1, 0, 104deg);
  }
}

@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }

  to {
    -webkit-transform: rotate3d(0, 1, 0, 104deg);
    transform: rotate3d(0, 1, 0, 104deg);
  }
}

@-webkit-keyframes rotating2

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating2 {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #000;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header {
    border-radius: 0 0 20px 20px;
  }
}

.header__bar {
  background-color: transparent;
  position: absolute;
  z-index: 256;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
}

.header__bar .bar {
  background-color: #de1e2b;
  position: relative;
  width: 0%;
  top: 0;
  left: 0;
  height: 2px;
}

.header--sticky {
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
}

.header--sticky .header__wrapper {
  padding: 10px 0;
}

.header--sticky .header__logo a img.logo-small {
  opacity: 1;
}

.header--sticky .header__logo a img.logo-big {
  opacity: 0;
}

.header--hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

@media (max-width: 1200px) {
  .header__wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 992px) {
  .header__wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .header__wrapper {
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  .header__wrapper {
    padding: 20px 0;
  }
}

.header__logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__logo a {
  width: 170px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media (max-width: 992px) {
  .header__logo a {
    width: 120px;
    height: 25px;
  }
}

.header__logo a img {
  left: 0;
  top: 0;
  width: inherit;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.header__logo a img.logo-small {
  opacity: 0;
}

.header__social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.header__social a {
  color: #e4e4e4;
  margin-left: 15px;
}

.header__social a:hover {
  color: #fff;
}

.header__languages {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

@media (max-width: 992px) {
  .header__languages {
    margin-right: 20px;
  }
}

.header__languages .lang {
  margin-left: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #e4e4e4;
  position: relative;
  z-index: 2;
  padding: 5px;
}

@media (max-width: 992px) {
  .header__languages .lang {
    margin-top: -5px;
  }
}

.header__languages .lang a {
  color: #e4e4e4;
  display: block;
}

.header__languages .lang:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 10px;
  left: -1px;
  background: #dc6a1e;
  z-index: -1;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  border-radius: 5px;
}

.header__languages .lang:hover {
  color: #fff;
}

.header__languages .lang.active {
  color: #fff;
}

.header__languages .lang.active:after {
  right: -1px;
}

.header__navigation {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header__navigation ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.header__navigation ul li {
  margin-left: 50px;
}

@media (max-width: 1200px) {
  .header__navigation ul li {
    margin-left: 30px;
  }
}

.header__navigation ul li.current-menu-item a {
  color: #fff;
}

.header__navigation ul li.current-menu-item a:after {
  width: 110%;
}

.header__navigation ul li a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.header__navigation ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  left: -3px;
  width: 0;
  background: #dc6a1e;
  z-index: -1;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  border-radius: 5px;
}

.header__navigation ul li a:hover {
  color: #fff;
}

.header__navigation ul li a:hover:after {
  width: 110%;
}

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger .hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  top: 1px;
  -webkit-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
}

.hamburger .hamburger-inner:before {
  top: 8px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger .hamburger-inner:after {
  top: 16px;
  bottom: -8px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body.open-menu {
  overflow: hidden;
}

body.open-menu #menu {
  opacity: 1;
  visibility: visible;
}

body.open-menu #Smallchat {
  display: none;
}

body.open-menu .header--hidden {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

body.open-menu .header--sticky {
  background: transparent;
}

body.open-menu .hamburger .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
  transform: translate3d(0, 8px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

body.open-menu .hamburger .hamburger-inner:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

body.open-menu .hamburger .hamburger-inner:after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

body.open-menu .hamburger .hamburger-inner,
body.open-menu .hamburger .hamburger-inner:after,
body.open-menu .hamburger .hamburger-inner:before {
  background-color: #fff;
}

body.open-menu .header__bar {
  display: none !important;
}

.project-entry {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  color: #fff;
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .project-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 94px;
  }
}

.project-entry__overlay {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.project-entry__content {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .project-entry__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.project-entry__info {
  max-width: 530px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}

@media (max-width: 992px) {
  .project-entry__info {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .project-entry__info {
    max-width: 600px;
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .project-entry__info {
    margin-bottom: 35px;
  }
}

.project-entry__category {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 29px;
}

@media (max-width: 1200px) {
  .project-entry__category {
    margin-bottom: 22px;
  }
}

@media (max-width: 576px) {
  .project-entry__category {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .project-entry__category {
    font-size: 13px;
    font-weight: normal;
  }
}

.project-entry .page-header-blog__categories {
  margin-bottom: 29px;
}

@media (max-width: 1200px) {
  .project-entry .page-header-blog__categories {
    margin-bottom: 22px;
  }
}

@media (max-width: 576px) {
  .project-entry .page-header-blog__categories {
    margin-bottom: 10px;
  }
}

.project-entry .page-header-blog__details {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-entry__title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .project-entry__title {
    font-size: 42px;
    margin-bottom: 22px;
  }
}

@media (max-width: 992px) {
  .project-entry__title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .project-entry__title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .project-entry__title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .project-entry__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.project-entry__description {
  font-size: 24px;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .project-entry__description {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .project-entry__description {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .project-entry__description {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .project-entry__description {
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  .project-entry__description {
    display: none;
  }
}

.project-entry__img {
  position: relative;
  left: 70px;
}

@media (max-width: 1200px) {
  .project-entry__img {
    left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (max-width: 767px) {
  .project-entry__img {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
  }
}

@media (max-width: 1200px) {
  .project-entry__img img {
    max-height: 400px;
  }
}

@media (max-width: 576px) {
  .project-entry__img img {
    max-height: 35vh;
    margin-bottom: 0;
  }
}

.project-entry__scrolldown {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.project-entry__scrolldown img {
  width: 50px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@media (max-width: 767px) {
  .project-entry__scrolldown {
    display: none;
  }
}

.project-entry__scrolldown #scroll-down {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.geim {
  background: linear-gradient(67deg, #3d64b3 45%, #bc314e 45%) !important;
}

.geim .wrapper-overlay-image {
  background: linear-gradient(67deg, #3d64b3 45%, #bc314e 45%) !important;
}

@media (max-width: 1200px) {
  .container--full {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  .container--full {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .container--full {
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  .container--full {
    margin-left: 0;
    margin-right: 0;
  }
}

.project-entry--small {
  height: 615px;
}

@media (max-width: 1200px) {
  .project-entry--small {
    height: 100vh;
  }
}

.project-entry--small .project-entry__content {
  position: relative;
  margin-top: 85px;
}

@media (max-width: 1200px) {
  .project-entry--small .project-entry__content {
    margin-top: 0;
  }
}

.project-entry--small .project-entry__info {
  max-width: 735px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

.project-entry--small .project-entry__img {
  position: absolute;
  right: 0;
  top: -58px;
  left: unset;
}

@media (max-width: 1200px) {
  .project-entry--small .project-entry__img {
    position: static;
    margin-left: 15px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .project-entry--small .project-entry__img {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .project-entry--small .project-entry__img img {
    max-height: 500px;
  }
}

@media (max-width: 992px) {
  .project-entry--small .project-entry__img img {
    max-height: 400px;
  }
}

@media (max-width: 576px) {
  .project-entry--small .project-entry__img img {
    max-height: 35vh;
    margin-bottom: 0;
  }
}

.project-entry--small .project-entry__scrolldown {
  display: none;
}

@media (max-width: 1200px) {
  .project-entry--small .project-entry__scrolldown {
    display: block;
  }
}

@media (max-width: 767px) {
  .project-entry--small .project-entry__scrolldown {
    display: none;
  }
}

.footer {
  padding: 50px 0 20px;
  background: #2a2b2c;
}

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

.company-details__logo {
  margin-bottom: 20px;
}

.company-details__logo img {
  height: 32px;
  width: auto;
}

.company-details__address {
  font-size: 16px;
  color: #fff;
  line-height: normal;
}

@media (max-width: 1200px) {
  .company-details__address {
    font-size: 15px;
  }
}

.company-copyright {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #8f9194;
  font-size: 13px;
  line-height: 18px;
}

@media (max-width: 1200px) {
  .company-copyright {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .company-copyright {
    text-align: center;
    display: block;
  }
}

.company-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 500px) {
  .company-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
}

.company-message h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #fff;
  line-height: 46px;
}

@media (max-width: 1200px) {
  .company-message h3 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .company-message h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .company-message h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.footer__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-top: -10px;
}

@media (max-width: 1200px) {
  .footer__rows {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
}

@media (max-width: 992px) {
  .footer__rows {
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .footer__rows {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .footer__rows {
    margin-top: 0;
  }
}

.footer__rows>* {
  padding: 0 15px;
}

.footer__rows a.link {
  font-size: 16px;
  color: #fff;
  text-transform: none;
}

.footer__rows__content {
  color: #ffffff;
}

@media (max-width: 992px) {
  .footer__rows__content {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .footer__rows__content {
    font-size: 14px;
  }
}

.footer__rows__title {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
  min-height: 24px;
}

@media (max-width: 992px) {
  .footer__rows__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer__rows__title {
    margin-bottom: 10px;
  }
}

.footer__rows__contact {
  -webkit-box-flex: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
}

@media (max-width: 1399px) {
  .footer__rows__contact {
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
  }
}

@media (max-width: 1200px) {
  .footer__rows__contact {
    -webkit-box-flex: 6;
    -ms-flex-positive: 6;
    flex-grow: 6;
  }
}

@media (max-width: 576px) {
  .footer__rows__contact .footer__rows__content a {
    margin-bottom: 8px;
  }
}

@media (max-width: 992px) {
  .footer__rows__contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 576px) {
  .footer__rows__contact {
    width: 100%;
  }
}

.footer__rows__careers {
  -webkit-box-flex: 2.5;
  -ms-flex-positive: 2.5;
  flex-grow: 2.5;
}

@media (max-width: 992px) {
  .footer__rows__careers {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 576px) {
  .footer__rows__careers {
    width: 100%;
    margin-top: 20px;
  }
}

.footer__rows__end {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 992px) {
  .footer__rows__end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
  }
}

@media (max-width: 767px) {
  .footer__rows__end {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .footer__rows__end {
    display: block;
  }
}

.footer__rows__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .footer__rows__social {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .footer__rows__social {
    display: block;
    margin-bottom: 20px;
  }
}

.footer__rows__social a {
  color: #8f9194;
  margin-right: 20px;
  display: inline-block;
}

@media (max-width: 576px) {
  .footer__rows__social a {
    margin: 0 10px;
  }
}

.footer__rows__social a:hover {
  color: #fff;
}

@media (max-width: 992px) {
  .footer__rows__terms {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.footer__rows__terms a {
  font-size: 13px;
  font-weight: bold;
  color: #8f9194;
  display: inline-block;
}

@media (max-width: 576px) {
  .footer__rows__terms a {
    margin-bottom: 8px;
  }
}

.footer__rows__terms a:hover {
  color: #fff;
}

/** Clutch Reviews Section **/
.clutch-reviws {
  background: #ffffff;
  padding: 40px 0;
}

@media (max-width: 1200px) {
  .clutch-reviws {
    padding: 140px 0 100px;
  }
}

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

.clutch-reviws--hide {
  display: none;
}

@media (max-width: 1200px) {
  .clutch-reviws--hide {
    display: block;
  }
}

.clutch-reviws__logo img {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1200px) {
  .clutch-reviws__logo img {
    height: 120px;
  }
}

.clutch-reviws__text {
  padding: 30px 0 20px;
}

@media (max-width: 1200px) {
  .clutch-reviws__text {
    padding: 60px 0;
  }
}

.clutch-reviws__text p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
}

@media (max-width: 1200px) {
  .clutch-reviws__text p {
    font-size: 32px;
    line-height: 39px;
  }
}

.clutch-reviws__illustration {
  padding: 50px 0 0;
}

@media (max-width: 992px) {
  .clutch-reviws__illustration {
    padding: 0;
  }
}

.clutch-reviws__illustration img {
  width: auto;
  height: 205px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 1200px) {
  .clutch-reviws__illustration img {
    height: 265px;
  }
}

#menu {
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  z-index: 99;
  overflow: hidden;
}

#menu:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../image/logo-bg.svg") no-repeat bottom left fixed;
  background-size: 50% auto;
  background-blend-mode: overlay;
}

#menu .container {
  position: relative;
  height: 100%;
}

#menu .menu-social {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 480px) {
  #menu .menu-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

#menu .menu-social__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: flex-end;
  padding: 0 20px;
}

#menu .menu-social__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

@media (max-width: 480px) {
  #menu .menu-social__right {
    margin-bottom: 10px;
  }
}

#menu .menu-social a {
  color: #fff;
  margin-right: 15px;
}

#menu .menu-social a.link {
  text-transform: unset;
}

#menu .menu-social a:hover {
  color: #fff;
}

#menu .menu-navigation {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 60px;
  top: 120px;
  overflow: auto;
}

@media (max-width: 480px) {
  #menu .menu-navigation {
    bottom: 85px;
  }
}

#menu .menu-navigation ul {
  list-style: none;
  padding: 0 15px;
}

#menu .menu-navigation ul li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.9s ease 0.1s, -webkit-transform 0.9s ease 0.1s;
  transition: opacity 0.9s ease 0.1s, -webkit-transform 0.9s ease 0.1s;
  transition: opacity 0.9s ease 0.1s, transform 0.9s ease 0.1s;
  transition: opacity 0.9s ease 0.1s, transform 0.9s ease 0.1s, -webkit-transform 0.9s ease 0.1s;
  margin-bottom: 15px;
}

#menu .menu-navigation ul li.current-menu-item a:after {
  width: 110%;
}

#menu .menu-navigation ul li a {
  font-size: 22px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: inline-block;
  color: #fff;
  position: relative;
}

#menu .menu-navigation ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  left: -3px;
  width: 0;
  background: #de1e2b;
  z-index: -1;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

@media (pointer: fine) {
  #menu .menu-navigation ul li a:hover {
    color: #fff;
  }

  #menu .menu-navigation ul li a:hover:after {
    width: 110%;
  }
}

.contact-us-section {
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .contact-us-section {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .contact-us-section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .contact-us-section {
    padding: 40px 0;
  }
}

.contact-us-section h5 {
  color: #f8ced0;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 992px) {
  .contact-us-section h5 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .contact-us-section h5 {
    font-size: 16px;
  }
}

.contact-us-section h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 40px 0 50px 0;
  color: #fff;
}

@media (max-width: 1200px) {
  .contact-us-section h2 {
    font-size: 36px;
    margin: 30px 0 40px 0;
  }
}

@media (max-width: 992px) {
  .contact-us-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .contact-us-section h2 {
    font-size: 26px;
  }
}

.big-block-card {
  background: #000;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.big-block-card__info {
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

@media (max-width: 992px) {
  .big-block-card__info {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .big-block-card__info {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .big-block-card__info {
    padding: 15px;
  }
}

.big-block-card__thumbnail {
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.big-block-card__thumbnail img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.big-block-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-block-card__categories>div {
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: #de1e2b;
  border-radius: 5px;
  overflow: hidden;
}

.big-block-card__categories>div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9b151e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (pointer: fine) {
  .big-block-card__categories>div:hover a {
    color: #fff;
  }

  .big-block-card__categories>div:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.big-block-card__categories>div a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 1px 5px;
  position: relative;
  z-index: 2;
}

.big-block-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

@media (max-width: 767px) {
  .big-block-card__details {
    font-size: 11px;
  }
}

.big-block-card__details>div:not(:last-child) {
  position: relative;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .big-block-card__details>div:not(:last-child) {
    padding-right: 15px;
  }

  .big-block-card__details>div:not(:last-child):after {
    right: 5px !important;
  }
}

.big-block-card__details>div:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}

.big-block-card__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.big-block-card__author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

.big-block-card__author span {
  font-weight: bold;
}

.big-block-card__title {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .big-block-card__title {
    margin: 15px 0;
  }
}

.big-block-card__title h3 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

.big-block-card__title h3 a {
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card__thumbnail {
  z-index: 5;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
  border-radius: 20px;
}

.blog-card__thumbnail img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.blog-card__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

@media (max-width: 992px) {
  .blog-card__categories {
    left: 25px;
    top: 25px;
  }
}

@media (max-width: 767px) {
  .blog-card__categories {
    left: 20px;
    top: 20px;
  }
}

@media (max-width: 576px) {
  .blog-card__categories {
    left: 15px;
    top: 15px;
  }
}

.blog-card__categories>div {
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: #de1e2b;
  border-radius: 5px;
  overflow: hidden;
}

.blog-card__categories>div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9b151e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (pointer: fine) {
  .blog-card__categories>div:hover a {
    color: #fff;
  }

  .blog-card__categories>div:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.blog-card__categories>div a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 1px 5px;
  position: relative;
  z-index: 2;
}

.blog-card__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

@media (max-width: 767px) {
  .blog-card__details {
    font-size: 11px;
  }
}

.blog-card__details>div:not(:last-child) {
  position: relative;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .blog-card__details>div:not(:last-child) {
    padding-right: 15px;
  }

  .blog-card__details>div:not(:last-child):after {
    right: 5px !important;
  }
}

.blog-card__details>div:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}

.blog-card__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-card__author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}

.blog-card__author span {
  font-weight: bold;
}

.blog-card__title {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .blog-card__title {
    margin: 15px 0;
  }
}

.blog-card__title h3 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

@media (max-width: 992px) {
  .blog-card__title h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .blog-card__title h3 {
    font-size: 16px;
  }
}

.blog-card__title h3 a {
  color: #000;
}

.blog-card__title h3 a:hover {
  color: #de1e2b;
}

.clients {
  height: 100%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .clients {
    margin-bottom: 0;
  }
}

.clients__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100px;
}

@media (max-width: 1200px) {
  .clients__wrapper {
    height: 90px;
  }
}

@media (max-width: 992px) {
  .clients__wrapper {
    height: 80px;
  }
}

@media (max-width: 767px) {
  .clients__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
  }
}

.clients img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.clients img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.clients__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .clients__item {
    width: 33.33%;
    margin-bottom: 40px;
  }
}

@media (max-width: 440px) {
  .clients__item {
    width: 50%;
    margin-bottom: 30px;
  }
}

.clients__item img {
  max-height: 100px;
  max-width: 180px;
  width: auto;
}

@media (max-width: 1200px) {
  .clients__item img {
    max-height: 90px;
    max-width: unset;
  }
}

@media (max-width: 992px) {
  .clients__item img {
    max-height: 80px;
  }
}

.clients__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 767px) {
  .clients__item__wrapper {
    width: 33.33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin-bottom: 40px;
  }
}

@media (max-width: 440px) {
  .clients__item__wrapper {
    width: 50%;
    margin-bottom: 30px;
  }
}

.clients__item__wrapper img {
  width: 120px;
  height: auto;
}

@media (max-width: 1200px) {
  .clients__item__wrapper img {
    width: 100px;
  }
}

@media (max-width: 992px) {
  .clients__item__wrapper img {
    width: 90px;
  }
}

.project-wrapper-small {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
  padding-top: 35px;
  padding-bottom: 46px;
  margin-bottom: 80px;
  overflow: hidden;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .project-wrapper-small {
    padding-bottom: 46px;
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .project-wrapper-small {
    padding-bottom: 36px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: unset;
    padding-bottom: unset;
    background-position: bottom;
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-small {
    background-position: unset;
    padding-top: 35px;
    padding-bottom: 45px;
    margin-bottom: 40px;
    max-width: unset;
  }
}

.project-wrapper-small:hover .wrapper-overlay-image.has-blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.project-wrapper-small:hover .project-img {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.project-wrapper-small .project-info-wrapper-small {
  position: relative;
  z-index: 4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .project-wrapper-small .project-info-wrapper-small {
    padding: 122px 0;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 385px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-small .project-info-wrapper-small {
    display: block;
    padding: unset;
  }
}

.project-wrapper-small .wrapper-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.project-wrapper-small .wrapper-overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-position-x: center;
  background-size: cover;
}

.project-wrapper-small .project-info {
  text-align: center;
}

@media (max-width: 767px) {
  .project-wrapper-small .project-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 200px;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .project-wrapper-small .project-info {
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: unset;
    max-width: unset;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .project-wrapper-small .project-info {
    display: block;
  }
}

.project-wrapper-small .contact-button {
  display: none;
}

@media (max-width: 767px) {
  .project-wrapper-small .contact-button {
    display: block;
    margin-left: -35px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-small .contact-button {
    display: none;
  }
}

.project-wrapper-small .project-category {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 18px;
}

@media (max-width: 576px) {
  .project-wrapper-small .project-category {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
  }
}

.project-wrapper-small .project-name {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .project-wrapper-small .project-name {
    font-size: 32px;
    margin-bottom: 18px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-small .project-name {
    font-size: 18px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

.project-wrapper-small .project-img {
  margin-top: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 393px;
  width: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

@media (max-width: 992px) {
  .project-wrapper-small .project-img {
    height: 300px;
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-small .project-img {
    position: absolute;
    width: 290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58%;
    flex: 0 1 58%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 20px;
    margin-top: 0;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-80%, -50%);
    -ms-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
  }
}

@media (max-width: 576px) {
  .project-wrapper-small .project-img {
    margin-top: 45px;
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: unset;
    top: unset;
    right: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    width: 100%;
    height: 240px;
  }
}

@media (max-width: 400px) {
  .project-wrapper-small .project-img {
    margin-top: 35px;
    height: 200px;
  }
}

.project-wrapper-small .project-img img {
  max-width: 80%;
  max-height: 350px;
}

@media (max-width: 992px) {
  .project-wrapper-small .project-img img {
    max-height: 270px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-small .project-img img {
    height: 235px;
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .project-wrapper-small .project-img img {
    max-width: 80%;
    max-height: 240px;
    height: auto;
  }
}

@media (max-width: 400px) {
  .project-wrapper-small .project-img img {
    max-height: 200px;
  }
}

.project-wrapper-big {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 80px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .project-wrapper-big {
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .project-wrapper-big {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-big {
    padding: 50px 30px;
  }
}

.project-wrapper-big:hover .wrapper-overlay-image.has-blur {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.project-wrapper-big:hover .project-img {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.project-wrapper-big .project-info-wrapper-big {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .project-wrapper-big .project-info-wrapper-big {
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  .project-wrapper-big .project-info-wrapper-big {
    display: block;
    max-height: unset;
    padding: unset;
  }
}

.project-wrapper-big .project-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 495px;
}

@media (max-width: 1200px) {
  .project-wrapper-big .project-info {
    width: 395px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-big .project-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    max-width: 200px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-big .project-info {
    display: block;
    margin-left: unset;
    text-align: center;
    max-width: unset;
    width: unset;
  }
}

.project-wrapper-big .contact-button {
  margin-left: -35px;
}

@media (max-width: 576px) {
  .project-wrapper-big .contact-button {
    display: none;
  }
}

.project-wrapper-big .project-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58%;
  flex: 0 1 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

@media (max-width: 767px) {
  .project-wrapper-big .project-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-80%, -50%);
    -ms-transform: translate(-80%, -50%);
    transform: translate(-80%, -50%);
    width: 290px;
    left: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .project-wrapper-big .project-img {
    margin-top: 45px;
    margin-right: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: unset;
    top: unset;
    right: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    height: 240px;
  }
}

@media (max-width: 400px) {
  .project-wrapper-big .project-img {
    height: 200px;
    margin-top: 35px;
  }
}

.project-wrapper-big .project-img img {
  max-height: 370px;
}

@media (max-width: 767px) {
  .project-wrapper-big .project-img img {
    height: 235px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-big .project-img img {
    max-height: 240px;
  }
}

@media (max-width: 400px) {
  .project-wrapper-big .project-img img {
    max-height: 200px;
  }
}

.project-wrapper-big .wrapper-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.project-wrapper-big .wrapper-overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-position: center;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-wrapper-big .project-category {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .project-wrapper-big .project-category {
    margin-bottom: 32px;
  }
}

@media (max-width: 992px) {
  .project-wrapper-big .project-category {
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-big .project-category {
    margin-bottom: 18px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-big .project-category {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
  }
}

.project-wrapper-big .project-name {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 45px;
}

@media (max-width: 1200px) {
  .project-wrapper-big .project-name {
    font-size: 42px;
    margin-bottom: 32px;
  }
}

@media (max-width: 992px) {
  .project-wrapper-big .project-name {
    font-size: 38px;
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .project-wrapper-big .project-name {
    font-size: 32px;
    margin-bottom: 18px;
  }
}

@media (max-width: 576px) {
  .project-wrapper-big .project-name {
    font-size: 18px;
    padding: 0 10px;
    margin: 0 auto;
  }
}

.project-about {
  background: #f4f4f4;
  padding-top: 120px;
}

@media (max-width: 1200px) {
  .project-about {
    padding-top: 80px;
  }
}

@media (max-width: 992px) {
  .project-about {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .project-about {
    padding-top: 40px;
  }
}

.project-about--under_mobile {
  padding-top: 93px;
}

@media (max-width: 1200px) {
  .project-about--under_mobile {
    padding-top: 80px;
  }
}

@media (max-width: 992px) {
  .project-about--under_mobile {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .project-about--under_mobile {
    padding-top: 40px;
  }
}

.project-about--no-padding {
  padding-top: 0;
}

.project-about--small {
  padding-top: 60px;
}

@media (max-width: 1200px) {
  .project-about--small {
    padding-top: 40px;
  }
}

@media (max-width: 992px) {
  .project-about--small {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .project-about--small {
    padding-top: 10px;
  }
}

.project-about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .project-about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.project-about .container--bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.project-about__left {
  max-width: 760px;
  width: 100%;
}

@media (max-width: 1200px) {
  .project-about__left {
    max-width: 660px;
  }
}

@media (max-width: 992px) {
  .project-about__left {
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .project-about__left {
    max-width: 100%;
  }
}

.project-about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}

@media (max-width: 1200px) {
  .project-about__info {
    margin-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .project-about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .project-about__info {
    margin-bottom: 40px;
  }
}

.project-about__info--tech {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .project-about__info--tech {
    margin-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .project-about__info--tech {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .project-about__info--tech {
    margin-bottom: 40px;
  }
}

.project-about__info--solution {
  margin-bottom: 100px;
}

.project-about__tittle {
  width: 170px;
  font-size: 24px;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .project-about__tittle {
    font-size: 22px;
    width: 155px;
  }
}

@media (max-width: 992px) {
  .project-about__tittle {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .project-about__tittle {
    font-size: 21px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .project-about__tittle {
    font-size: 20px;
  }
}

.project-about__description {
  max-width: 530px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .project-about__description {
    max-width: 470px;
  }
}

@media (max-width: 992px) {
  .project-about__description {
    max-width: unset;
  }
}

@media (max-width: 576px) {
  .project-about__description {
    font-size: 15px;
  }
}

.project-about__right {
  width: 100%;
  max-width: 265px;
}

@media (max-width: 1200px) {
  .project-about__right {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .project-about__right {
    margin-bottom: 40px;
    max-width: none;
  }
}

.project-about__roles {
  width: 100%;
}

@media (max-width: 767px) {
  .project-about__roles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.project-about .roles-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .project-about .roles-title {
    margin-bottom: 20px;
    width: 100%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.project-about .roles-list {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1;
}

.project-about .roles-list:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .project-about .roles-list {
    margin-bottom: 10px;
    background: #fff;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 13px;
  }

  .project-about .roles-list:last-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .project-about .roles-list {
    font-size: 15px;
  }
}

.project-about__stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-about__stack .tool {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-about__stack .tool img {
  height: 43px;
}

@media (max-width: 767px) {
  .project-about__stack .tool {
    width: 80px;
    height: 80px;
  }

  .project-about__stack .tool img {
    height: 30px;
  }
}

@media (max-width: 576px) {
  .project-about__stack .tool {
    width: 70px;
    height: 70px;
  }

  .project-about__stack .tool img {
    height: 30px;
  }
}

.project-about__stack .tool div {
  position: relative;
}

.project-about__stack .tool div img {
  display: block;
}

.project-about__stack .tool div:hover .tool-tooltip {
  opacity: 1;
}

.project-about__stack .tool .tool-tooltip {
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  color: #212529;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  pointer-events: none;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

@media (max-width: 576px) {
  .project-about__stack .tool .tool-tooltip {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.project-preview {
  background: #f4f4f4;
}

.project-preview .full-screen {
  width: 100%;
  height: auto;
}

.project-preview--blue {
  background: #2196f3;
  overflow: hidden;
}

.project-preview--cobalt {
  background: #0e72b7;
}

.project-preview--green {
  background: #75881c;
  padding-top: 35px;
  overflow: hidden;
}

.project-preview--padding-bottom {
  padding-bottom: 120px;
}

@media (max-width: 1200px) {
  .project-preview--padding-bottom {
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .project-preview--padding-bottom {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .project-preview--padding-bottom {
    padding-bottom: 40px;
  }
}

.project-preview__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .project-preview__container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .project-preview__container {
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .project-preview__container {
    max-width: 720px;
  }
}

@media (max-width: 576px) {
  .project-preview__container {
    max-width: 540px;
  }
}

.project-preview__container--full {
  max-width: 100vw;
}

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

.project-preview__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .project-preview__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.project-preview__row:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 1200px) {
  .project-preview__row:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .project-preview__row:not(:last-child) {
    margin-bottom: 40px;
  }
}

.project-preview__row:last-child {
  padding-bottom: 310px;
}

@media (max-width: 1200px) {
  .project-preview__row:last-child {
    padding-bottom: 236px;
  }
}

@media (max-width: 992px) {
  .project-preview__row:last-child {
    padding-bottom: 216px;
  }
}

@media (max-width: 767px) {
  .project-preview__row:last-child {
    padding-bottom: 40px;
  }
}

.project-preview__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 35px;
}

@media (max-width: 1200px) {
  .project-preview__left {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .project-preview__left {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.project-preview__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  top: 155px;
  margin-left: 35px;
}

@media (max-width: 1200px) {
  .project-preview__right {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .project-preview__right {
    margin-left: 0;
    position: static;
  }
}

.project-preview__mockup--mobile {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

@media (max-width: 767px) {
  .project-preview__mockup--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.project-preview__mockup .mockup-img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.project-preview__mockup .img-center {
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .project-preview__mockup .img-center {
    margin-right: 0;
    margin-left: 0;
    margin-top: -10px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.project-preview__mockup img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .project-preview__mockup img {
    max-width: 300px;
  }
}

@media (max-width: 992px) {
  .project-preview__mockup img {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .project-preview__mockup img {
    max-width: 80%;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .project-preview__mockup img:last-child {
    margin-bottom: 0;
  }
}

.project-preview--padding-top {
  padding-top: 120px;
}

@media (max-width: 1200px) {
  .project-preview--padding-top {
    padding-top: 80px;
  }
}

@media (max-width: 992px) {
  .project-preview--padding-top {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .project-preview--padding-top {
    padding-top: 40px;
  }
}

.project-preview__gallery {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 120px;
}

@media (max-width: 1200px) {
  .project-preview__gallery {
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .project-preview__gallery {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .project-preview__gallery {
    padding-bottom: 40px;
  }
}

.project-preview__gallery--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .project-preview__gallery--row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block;
    text-align: center;
  }
}

.project-preview__gallery--row:first-child {
  padding-bottom: 150px;
}

@media (max-width: 1200px) {
  .project-preview__gallery--row:first-child {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .project-preview__gallery--row:first-child {
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .project-preview__gallery--row img {
    max-width: 330px;
  }
}

@media (max-width: 767px) {
  .project-preview__gallery--row img {
    max-width: 100%;
  }

  .project-preview__gallery--row img:first-child {
    margin-bottom: 40px;
  }
}

.project-preview__gallery--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 450px;
}

@media (max-width: 1200px) {
  .project-preview__gallery--column {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .project-preview__gallery--column {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .project-preview__gallery--column:last-child {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .project-preview__gallery--column:last-child {
    margin-left: 0;
  }
}

.project-preview__thehangover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .project-preview__thehangover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .project-preview__thehangover {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

@media (max-width: 576px) {
  .project-preview__thehangover {
    margin-left: 15px;
  }
}

.project-preview__thehangover:first-child {
  margin-bottom: 120px;
}

@media (max-width: 1200px) {
  .project-preview__thehangover:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .project-preview__thehangover:first-child {
    margin-bottom: unset;
    max-width: 289px;
  }
}

@media (max-width: 767px) {
  .project-preview__thehangover:first-child {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .project-preview__thehangover:first-child {
    margin-right: 15px;
    margin-left: 0px;
  }
}

.project-preview__thehangover img {
  max-width: 360px;
  width: 100%;
}

@media (max-width: 1399px) {
  .project-preview__thehangover img {
    max-width: 290px;
  }
}

@media (max-width: 992px) {
  .project-preview__thehangover img {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .project-preview__thehangover img {
    margin-bottom: 40px;
    max-width: 230px;
  }
}

@media (max-width: 992px) {
  .project-preview__thehangover img:last-child {
    margin-bottom: 0;
  }
}

.project-preview__title h4 {
  font-size: 24px;
  font-weight: bold;
  color: #070707;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1;
}

@media (max-width: 1200px) {
  .project-preview__title h4 {
    margin-bottom: 65px;
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .project-preview__title h4 {
    margin-bottom: 45px;
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .project-preview__title h4 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}

.project-preview__title--white h4 {
  color: #ffffff;
  padding-top: 120px;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .project-preview__title--white h4 {
    margin-bottom: 0px;
    padding-top: 80px;
  }
}

@media (max-width: 992px) {
  .project-preview__title--white h4 {
    margin-bottom: -10px;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .project-preview__title--white h4 {
    margin-bottom: 0px;
    padding-top: 40px;
  }
}

.project-preview .container--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .project-preview .container--gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.project-preview .container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 120px;
}

@media (max-width: 1200px) {
  .project-preview .container--flex {
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .project-preview .container--flex {
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .project-preview .container--flex {
    padding-bottom: 40px;
  }
}

.project-preview .img-big {
  position: absolute;
  top: 80px;
}

@media (max-width: 1200px) {
  .project-preview .img-big {
    top: 20px;
  }
}

@media (max-width: 992px) {
  .project-preview .img-big {
    top: 18px;
  }
}

@media (max-width: 767px) {
  .project-preview .img-big {
    position: static;
  }
}

.project-preview .img-small {
  margin-bottom: 145px;
}

@media (max-width: 1200px) {
  .project-preview .img-small {
    margin-bottom: 30px;
  }
}

.project-preview .img-biger {
  position: absolute;
  top: 130px;
}

@media (max-width: 1200px) {
  .project-preview .img-biger {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .project-preview .img-biger {
    position: static;
  }
}

.project-preview .img-smaller {
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .project-preview .img-smaller {
    margin-bottom: 30px;
  }
}

.project-preview__plugin {
  padding-top: 80px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .project-preview__plugin {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .project-preview__plugin {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.project-preview__plugin-info {
  display: inline-block;
  color: #ffffff;
  width: 100%;
}

@media (max-width: 576px) {
  .project-preview__plugin-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.project-preview__plugin-info img {
  float: right;
  max-width: 250px;
  margin-left: 50px;
}

@media (max-width: 992px) {
  .project-preview__plugin-info img {
    max-width: 200px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .project-preview__plugin-info img {
    text-align: center;
    margin-left: 0;
  }
}

.project-preview__plugin-info ul {
  margin: 0 12px;
  padding: 0;
}

.project-preview__plugin-info li {
  list-style-type: none;
  margin-bottom: 3px;
}

.project-preview__plugin-info li:before {
  content: "";
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  background: #ffffff;
  width: 5px;
  height: 5px;
  position: relative;
  left: -12px;
  top: -3px;
}

.project-preview__plugin-text {
  max-width: 760px;
}

@media (max-width: 576px) {
  .project-preview__plugin-text {
    font-size: 15px;
  }
}

.project-preview__plugin-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .project-preview__plugin-title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .project-preview__plugin-title {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .project-preview__plugin-title {
    font-size: 20px;
  }
}

.drop-shadow {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

.project-theme {
  background: rgb(56, 56, 56);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(56, 56, 56)), color-stop(50%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(56, 56, 56) 50%, rgb(255, 255, 255) 50%);
  padding-top: 70px;
  padding-bottom: 28px;
}

@media (max-width: 1200px) {
  .project-theme {
    padding-bottom: 21px;
  }
}

@media (max-width: 992px) {
  .project-theme {
    padding-top: 55px;
  }
}

@media (max-width: 767px) {
  .project-theme {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}

.project-theme .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-theme__tittle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -36px;
}

@media (max-width: 992px) {
  .project-theme__tittle {
    font-size: 22px;
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .project-theme__tittle {
    font-size: 21px;
    margin-bottom: -25px;
  }
}

@media (max-width: 576px) {
  .project-theme__tittle {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .project-theme__tittle {
    margin-bottom: -15px;
  }
}

.project-theme__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  color: #ffffff;
  text-align: end;
  margin-right: 125px;
}

@media (max-width: 992px) {
  .project-theme__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 33px;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .project-theme__left {
    margin-left: 0;
  }
}

.project-theme__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  color: #1f1f1f;
  margin-left: 125px;
}

@media (max-width: 992px) {
  .project-theme__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 35px;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .project-theme__right {
    margin-right: 0;
  }
}

.project-theme__preview {
  text-align: center;
  max-height: 827px;
}

.project-preview--dukley .container--gallery {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 1140px;
}

.be-safe .project-about-be-safe {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about-be-safe {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.be-safe .project-about-be-safe__wrapper,
.be-safe .project-about-be-safe__wrapper-key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.be-safe .project-about-be-safe__wrapper:not(:first-child),
.be-safe .project-about-be-safe__wrapper-key:not(:first-child) {
  padding-top: 100px;
}

@media (max-width: 1200px) {

  .be-safe .project-about-be-safe__wrapper:not(:first-child),
  .be-safe .project-about-be-safe__wrapper-key:not(:first-child) {
    padding-top: 80px;
  }
}

@media (max-width: 992px) {

  .be-safe .project-about-be-safe__wrapper:not(:first-child),
  .be-safe .project-about-be-safe__wrapper-key:not(:first-child) {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {

  .be-safe .project-about-be-safe__wrapper:not(:first-child),
  .be-safe .project-about-be-safe__wrapper-key:not(:first-child) {
    padding-top: 40px;
  }
}

.be-safe .project-about-be-safe__wrapper-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.be-safe .project-about-be-safe__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 44%;
  flex: 0 1 44%;
  margin-right: 75px;
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__left {
    margin-right: 55px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__left {
    margin-right: 0;
  }
}

.be-safe .project-about-be-safe__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  width: 100%;
}

.be-safe .project-about-be-safe__title h2 {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.03em;
  color: #472055;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about-be-safe__title h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .be-safe .project-about-be-safe__title h2 {
    font-size: 20px;
  }
}

.be-safe .project-about-be-safe__info {
  color: #4e4e4e;
  letter-spacing: 0.035em;
}

.be-safe .project-about-be-safe__info p:last-child {
  margin-bottom: 0;
}

.be-safe .project-about-be-safe__background {
  margin-bottom: 100px;
}

@media (max-width: 1399px) {
  .be-safe .project-about-be-safe__background {
    margin-bottom: 90px;
  }
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__background {
    margin-bottom: 30px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__background {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about-be-safe__background {
    margin-bottom: 40px;
  }
}

.be-safe .project-about-be-safe__background .project-about-be-safe__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.be-safe .project-about-be-safe__background .project-about-be-safe__img {
  position: absolute;
  left: -315px;
  bottom: 2px;
  width: 100%;
  max-width: 900px;
}

@media (max-width: 1399px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__img {
    left: -420px;
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__img {
    left: -490px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__img {
    max-width: unset;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.be-safe .project-about-be-safe__background .project-about-be-safe__item {
  max-width: 50%;
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__item {
    margin-bottom: 40px;
  }
}

.be-safe .project-about-be-safe__background .project-about-be-safe__item:not(:nth-child(2)) {
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__item:not(:nth-child(2)) {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__item:not(:nth-child(2)) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__item {
    max-width: 465px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__background .project-about-be-safe__item {
    max-width: 100%;
  }
}

.be-safe .project-about-be-safe__key-features {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
  padding-top: 65px;
}

@media (max-width: 1399px) {
  .be-safe .project-about-be-safe__key-features {
    padding-top: 50px;
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__key-features {
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__key-features {
    padding-bottom: 0;
    padding-top: 0;
  }
}

.be-safe .project-about-be-safe__key-features .project-about-be-safe__wrapper-key {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__wrapper-key {
    position: relative;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__wrapper-key {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.be-safe .project-about-be-safe__key-features .project-about-be-safe__img {
  padding: 0;
  position: absolute;
  bottom: -1px;
  right: 125px;
  z-index: 2;
  margin-right: 0;
}

@media (max-width: 1400px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__img {
    right: 0px;
  }
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__img {
    right: -102px;
    bottom: -81px;
  }

  .be-safe .project-about-be-safe__key-features .project-about-be-safe__img img {
    max-height: 646px;
  }
}

@media (max-width: 1199px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__img {
    right: -140px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__img {
    position: relative;
    right: unset;
    bottom: -1px;
  }
}

.be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  right: -290px;
}

@media (max-width: 1400px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
    right: -405px;
  }
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
    bottom: -100px;
    right: -505px;
  }
}

@media (max-width: 1199px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
    right: -570px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
    right: -290px;
    left: 20px;
    bottom: -25px;
  }
}

@media (max-width: 991px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
    right: -468px;
    left: -105px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
    right: -385px;
    left: -178px;
  }
}

@media (max-width: 576px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
    bottom: -90px;
  }
}

@media (max-width: 400px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe_bg {
    bottom: -115px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__item {
    margin-bottom: 63px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__right {
    margin-top: 0;
  }
}

.be-safe .project-about-be-safe__key-features .project-about-be-safe__right p:nth-child(2) {
  max-width: 500px;
}

@media (max-width: 1400px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__right p:nth-child(2) {
    max-width: 477px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__key-features .project-about-be-safe__right p:nth-child(2) {
    max-width: 100%;
  }
}

.be-safe .project-about-be-safe .project-about__bottom-sections {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01%, #f3eefe), to(#ffffff));
  background: linear-gradient(180deg, #f3eefe 0.01%, #ffffff 100%);
  position: relative;
  z-index: 10;
}

.be-safe .project-about-be-safe__solution {
  padding-top: 100px;
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__solution {
    padding-top: 80px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about-be-safe__solution {
    padding-top: 40px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__solution .project-about-be-safe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.be-safe .project-about-be-safe__solution .project-about-be-safe__left {
  width: 100%;
}

.be-safe .project-about-be-safe__solution .project-about-be-safe__video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.be-safe .project-about-be-safe__solution .project-about-be-safe__video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__solution .project-about-be-safe__video {
    margin-top: 35px;
  }
}

.be-safe .project-about-be-safe__solution .project-about-be-safe__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.be-safe .project-about-be-safe__solution .project-about-be-safe__links .google-btn {
  margin-right: 25px;
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__solution .project-about-be-safe__links .google-btn {
    max-width: 180px;
  }
}

.be-safe .project-about-be-safe__solution .project-about-be-safe__links .apple-btn {
  position: relative;
  top: -2px;
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__solution .project-about-be-safe__links .apple-btn {
    max-width: 180px;
  }
}

.be-safe .project-about-be-safe__achievements {
  margin-top: 100px;
}

@media (max-width: 1399px) {
  .be-safe .project-about-be-safe__achievements {
    margin-top: 90px;
  }
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__achievements {
    margin-top: 70px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__achievements {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about-be-safe__achievements {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__achievements .project-about-be-safe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__achievements .project-about-be-safe__results {
    margin-top: 35px;
  }
}

.be-safe .project-about-be-safe__achievements .project-about-be-safe__results .result-item:not(:last-child) {
  margin-bottom: 25px;
}

.be-safe .project-about-be-safe__achievements .project-about-be-safe__results .project-about-be-safe__title h2 {
  margin-bottom: 0.5rem;
}

.be-safe .project-about-be-safe__north-macedonia {
  margin-top: 100px;
}

@media (max-width: 1200px) {
  .be-safe .project-about-be-safe__north-macedonia {
    margin-top: 70px;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__north-macedonia {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about-be-safe__north-macedonia {
    display: none;
  }
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__links .google-btn {
  margin-right: 25px;
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__links .google-btn {
    max-width: 180px;
  }
}

.be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__links .apple-btn {
  position: relative;
  top: -2px;
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__links .apple-btn {
    max-width: 180px;
  }
}

.be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 44%;
  flex: 0 1 44%;
}

@media (max-width: 992px) {
  .be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__right {
    margin-top: 35px;
    max-width: 600px;
  }
}

.be-safe .project-about-be-safe__north-macedonia .project-about-be-safe__right .project-about-be-safe__img:first-child {
  margin-right: 25px;
}

.be-safe .project-about__info--full-width {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .be-safe .project-about__info--full-width .project-about__stack {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about__info--full-width .project-about__stack {
    max-width: 480px;
  }
}

@media (max-width: 508px) {
  .be-safe .project-about__info--full-width .project-about__stack {
    max-width: 400px;
  }
}

@media (max-width: 429px) {
  .be-safe .project-about__info--full-width .project-about__stack {
    max-width: 320px;
  }
}

@media (max-width: 349px) {
  .be-safe .project-about__info--full-width .project-about__stack {
    max-width: 240px;
  }
}

.be-safe .project-about__info--full-width .project-about__tittle {
  font-size: 32px;
  color: #472055;
  width: unset;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .be-safe .project-about__info--full-width .project-about__tittle {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about__info--full-width .project-about__tittle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .be-safe .project-about__info--full-width .project-about__tittle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.be-safe .project-about__info--full-width .tool {
  width: 120px;
  height: 120px;
}

@media (max-width: 1200px) {
  .be-safe .project-about__info--full-width .tool {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about__info--full-width .tool {
    width: 80px;
    height: 80px;
  }
}

.be-safe .project-about__info--full-width img {
  height: 60px;
}

@media (max-width: 1200px) {
  .be-safe .project-about__info--full-width img {
    height: 43px;
  }
}

@media (max-width: 767px) {
  .be-safe .project-about__info--full-width img {
    height: 30px;
  }
}

.omsa .animsition {
  background: #ffffff !important;
}

.omsa p {
  letter-spacing: 0.03em;
}

.omsa h2 {
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  font-size: 32px;
}

@media (max-width: 1200px) {
  .omsa h2 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  .omsa h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .omsa h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .omsa h2 {
    font-size: 20px;
  }
}

.omsa .project-entry--small {
  height: 700px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .omsa .project-entry--small {
    height: 100vh;
  }
}

.omsa .project-entry__content {
  margin-top: 126px;
}

@media (max-width: 767px) {
  .omsa .project-entry__content {
    margin-top: 0;
  }
}

.omsa .project-entry__info {
  max-width: 530px;
  position: relative;
  top: -30px;
}

@media (max-width: 1200px) {
  .omsa .project-entry__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 44%;
    flex: 0 1 44%;
  }
}

@media (max-width: 767px) {
  .omsa .project-entry__info {
    top: unset;
  }
}

.omsa .project-entry__img {
  position: relative;
  max-width: 720px;
  top: 0;
  left: 50px;
}

@media (max-width: 1399px) {
  .omsa .project-entry__img {
    max-width: 585px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-entry__img {
    left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: unset;
  }
}

@media (max-width: 992px) {
  .omsa .project-entry__img {
    left: 25px;
  }
}

@media (max-width: 767px) {
  .omsa .project-entry__img {
    left: unset;
    margin-bottom: 0;
  }
}

.omsa .project-about {
  background: #ffffff;
  padding: 100px 0 90px;
}

@media (max-width: 1200px) {
  .omsa .project-about {
    padding: 80px 0 70px;
  }
}

@media (max-width: 992px) {
  .omsa .project-about {
    padding: 50px 0 45px;
  }
}

.omsa .project-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media (max-width: 992px) {
  .omsa .project-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 992px) {
  .omsa .project-about__left {
    max-width: 100%;
  }
}

.omsa .project-about__right {
  max-width: 620px;
}

@media (max-width: 992px) {
  .omsa .project-about__right {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .omsa .project-about__right {
    margin-bottom: 30px;
  }
}

.omsa .project-about__img {
  position: absolute;
  left: -115px;
  max-width: 794px;
}

@media (max-width: 1399px) {
  .omsa .project-about__img {
    max-width: 700px;
    left: -180px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-about__img {
    max-width: 650px;
    left: -213px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 992px) {
  .omsa .project-about__img {
    position: relative;
    left: unset;
    max-width: unset;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .omsa .project-about__img {
    margin-top: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.omsa .project-about__item:not(:nth-child(1)) {
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .omsa .project-about__item:not(:nth-child(1)) {
    margin-top: 40px;
  }
}

.omsa .project-about__title h2 {
  color: #c02c38;
}

.omsa .project-about__info {
  display: block;
  margin-bottom: 0;
}

.omsa .project-programs {
  background: #c02c38;
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .omsa .project-programs {
    padding: 80px 0;
  }
}

@media (max-width: 992px) {
  .omsa .project-programs {
    padding: 55px 0 60px;
  }
}

.omsa .project-programs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .omsa .project-programs__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.omsa .project-programs__left {
  max-width: 445px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 80px;
}

@media (max-width: 1399px) {
  .omsa .project-programs__left {
    margin-right: 60px;
    max-width: 440px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-programs__left {
    margin-right: 55px;
  }
}

@media (max-width: 992px) {
  .omsa .project-programs__left {
    max-width: 100%;
    margin-right: unset;
  }
}

.omsa .project-programs__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 992px) {
  .omsa .project-programs__right {
    margin-top: 30px;
  }
}

.omsa .project-programs__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1200px) {
  .omsa .project-programs .slick-list.draggable {
    max-width: 520px;
  }
}

@media (max-width: 992px) {
  .omsa .project-programs .slick-list.draggable {
    max-width: 100%;
  }
}

@media (max-width: 375px) {
  .omsa .project-programs .slick-list.draggable {
    max-width: 250px;
    margin: 0 auto;
  }
}

.omsa .project-testimonial {
  background: #ffffff;
  padding: 90px 0 100px;
}

@media (max-width: 1200px) {
  .omsa .project-testimonial {
    padding: 70px 0;
  }
}

@media (max-width: 992px) {
  .omsa .project-testimonial {
    padding: 55px 0 45px;
  }
}

.omsa .project-testimonial__quote {
  font-size: 28px;
  font-style: italic;
}

@media (max-width: 1399px) {
  .omsa .project-testimonial__quote {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-testimonial__quote {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .omsa .project-testimonial__quote {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .omsa .project-testimonial__quote {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .omsa .project-testimonial__quote {
    font-size: 16px;
  }
}

.omsa .project-testimonial__name p {
  margin-bottom: 0;
}

.omsa .project-world {
  background: #ffffff;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  .omsa .project-world {
    padding-bottom: 60px;
  }
}

.omsa .project-world__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .omsa .project-world__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.omsa .project-world__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-right: 90px;
}

@media (max-width: 1399px) {
  .omsa .project-world__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    margin-right: 70px;
    max-width: 440px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-world__left {
    margin-right: 50px;
  }
}

@media (max-width: 992px) {
  .omsa .project-world__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0;
    max-width: unset;
  }
}

.omsa .project-world__title h2 {
  color: #c02c38;
}

.omsa .project-world__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 53%;
  flex: 0 1 53%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -10px;
  margin-left: -10px;
}

@media (max-width: 1200px) {
  .omsa .project-world__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 53%;
    flex: 1 1 53%;
  }
}

@media (max-width: 992px) {
  .omsa .project-world__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 30px;
  }
}

.omsa .project-world__img {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

.omsa .project-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdeeef), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fdeeef 0%, rgba(255, 255, 255, 0) 100%);
  color: #c02c38;
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .omsa .project-bottom {
    padding: 70px 0 80px;
  }
}

@media (max-width: 992px) {
  .omsa .project-bottom {
    padding: 50px 0;
  }
}

.omsa .project-bottom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.omsa .project-membership {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 650px;
  margin-right: 100px;
}

@media (max-width: 1399px) {
  .omsa .project-membership {
    margin-right: 70px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-membership {
    margin-right: 55px;
    max-width: 430px;
  }
}

@media (max-width: 992px) {
  .omsa .project-membership {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.omsa .project-results {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 590px;
}

@media (max-width: 1399px) {
  .omsa .project-results {
    max-width: 485px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-results {
    max-width: 430px;
  }
}

@media (max-width: 992px) {
  .omsa .project-results {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.omsa .project-mockups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 689px;
}

@media (max-width: 1399px) {
  .omsa .project-mockups {
    max-width: 580px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-mockups {
    max-width: unset;
  }
}

@media (max-width: 992px) {
  .omsa .project-mockups {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 45px;
  }
}

.omsa .project-mockups__img {
  padding-left: 15px;
  padding-right: 15px;
}

.omsa .project-scope-of-work {
  margin-left: 90px;
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .omsa .project-scope-of-work {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {
  .omsa .project-scope-of-work {
    margin-left: 60px;
  }
}

@media (max-width: 992px) {
  .omsa .project-scope-of-work {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.omsa .project-scope-of-work h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .omsa .project-scope-of-work h3 {
    font-size: 23px;
  }
}

.omsa .project-scope-of-work p {
  margin-bottom: 5px;
}

.omsa .project-about__tech {
  background: #f4f4f4;
  padding: 100px 0 80px;
}

@media (max-width: 1200px) {
  .omsa .project-about__tech {
    padding: 80px 0 60px;
  }
}

@media (max-width: 992px) {
  .omsa .project-about__tech {
    padding: 60px 0 40px;
  }
}

@media (max-width: 767px) {
  .omsa .project-about__tech {
    padding: 40px 0 20px;
  }
}

.omsa .project-about__info--full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .omsa .project-about__info--full-width .project-about__stack {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .omsa .project-about__info--full-width .project-about__stack {
    max-width: 480px;
  }
}

@media (max-width: 510px) {
  .omsa .project-about__info--full-width .project-about__stack {
    max-width: 240px;
  }
}

.omsa .project-about__info--full-width .project-about__tittle {
  font-size: 32px;
  color: #472055;
  width: unset;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .omsa .project-about__info--full-width .project-about__tittle {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .omsa .project-about__info--full-width .project-about__tittle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .omsa .project-about__info--full-width .project-about__tittle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.omsa .project-about__info--full-width .tool {
  width: 120px;
  height: 120px;
}

@media (max-width: 1200px) {
  .omsa .project-about__info--full-width .tool {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767px) {
  .omsa .project-about__info--full-width .tool {
    width: 80px;
    height: 80px;
  }
}

.omsa .project-about__info--full-width img {
  height: 60px;
}

@media (max-width: 1200px) {
  .omsa .project-about__info--full-width img {
    height: 43px;
  }
}

@media (max-width: 767px) {
  .omsa .project-about__info--full-width img {
    height: 30px;
  }
}

.allegra-krstarenja,
.allegra-cruises {
  overflow-x: hidden;
}

@media (min-width: 1400px) {

  .allegra-krstarenja .project-entry__img img,
  .allegra-cruises .project-entry__img img {
    width: 93%;
  }
}

@media (min-width: 1480px) {

  .allegra-krstarenja .project-entry__img img,
  .allegra-cruises .project-entry__img img {
    width: 100%;
  }
}

.allegra-krstarenja .allegra-h2,
.allegra-cruises .allegra-h2 {
  width: auto;
  line-height: 140%;
  font-weight: bold;
  font-size: 20px;
  max-width: 600px;
  margin: auto;
}

@media (min-width: 576px) {

  .allegra-krstarenja .allegra-h2,
  .allegra-cruises .allegra-h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {

  .allegra-krstarenja .allegra-h2,
  .allegra-cruises .allegra-h2 {
    font-size: 28px;
    max-width: 730px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .allegra-h2,
  .allegra-cruises .allegra-h2 {
    font-size: 32px;
    max-width: 750px;
  }
}

.allegra-krstarenja .slick-next.slick-arrow,
.allegra-cruises .slick-next.slick-arrow {
  border: solid #ed0677;
  border-width: 0 3px 3px 0;
  right: 0;
}

@media (min-width: 768px) {

  .allegra-krstarenja .slick-next.slick-arrow,
  .allegra-cruises .slick-next.slick-arrow {
    right: -10px;
  }
}

@media (min-width: 1440px) {

  .allegra-krstarenja .slick-next.slick-arrow,
  .allegra-cruises .slick-next.slick-arrow {
    right: -30px;
  }
}

.allegra-krstarenja .slick-prev.slick-arrow,
.allegra-cruises .slick-prev.slick-arrow {
  border: solid #ed0677;
  border-width: 0 3px 3px 0;
  left: 0;
}

@media (min-width: 768px) {

  .allegra-krstarenja .slick-prev.slick-arrow,
  .allegra-cruises .slick-prev.slick-arrow {
    left: -10px;
  }
}

@media (min-width: 1440px) {

  .allegra-krstarenja .slick-prev.slick-arrow,
  .allegra-cruises .slick-prev.slick-arrow {
    left: -30px;
  }
}

.allegra-krstarenja .project-mid-text,
.allegra-cruises .project-mid-text {
  max-width: 600px;
  margin: auto;
  text-align: left;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-mid-text,
  .allegra-cruises .project-mid-text {
    max-width: 730px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-mid-text,
  .allegra-cruises .project-mid-text {
    max-width: 750px;
  }
}

.allegra-krstarenja .project-entry__info,
.allegra-cruises .project-entry__info {
  max-width: 530px;
}

.allegra-krstarenja .project-about,
.allegra-cruises .project-about {
  background-color: #ffffff;
  position: relative;
  padding: 50px 0;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-about,
  .allegra-cruises .project-about {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-about,
  .allegra-cruises .project-about {
    padding: 100px 0;
  }
}

.allegra-krstarenja .project-about__left,
.allegra-cruises .project-about__left {
  max-width: none;
  width: 100%;
  display: none;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-about__left,
  .allegra-cruises .project-about__left {
    width: 40%;
    display: block;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-about__left,
  .allegra-cruises .project-about__left {
    width: 50%;
  }
}

@media (min-width: 1400px) {

  .allegra-krstarenja .project-about__left,
  .allegra-cruises .project-about__left {
    width: 57%;
  }
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-about__left img,
  .allegra-cruises .project-about__left img {
    position: absolute;
    width: 70%;
    max-width: 700px;
    right: 47%;
    top: 320px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-about__left img,
  .allegra-cruises .project-about__left img {
    width: 200%;
    right: 15%;
    max-width: none;
    top: 150px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media (min-width: 1400px) {

  .allegra-krstarenja .project-about__left img,
  .allegra-cruises .project-about__left img {
    width: 150%;
    right: 20%;
  }
}

.allegra-krstarenja .project-about__right,
.allegra-cruises .project-about__right {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-about__right,
  .allegra-cruises .project-about__right {
    width: 50%;
  }
}

@media (min-width: 1400px) {

  .allegra-krstarenja .project-about__right,
  .allegra-cruises .project-about__right {
    width: 43%;
  }
}

.allegra-krstarenja .project-about__right :last-child.project-about__info,
.allegra-cruises .project-about__right :last-child.project-about__info {
  margin: 0;
}

.allegra-krstarenja .project-about__right .project-about__info,
.allegra-cruises .project-about__right .project-about__info {
  display: block;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-about__right .project-about__info,
  .allegra-cruises .project-about__right .project-about__info {
    margin-bottom: 60px;
  }
}

.allegra-krstarenja .project-about__right .project-about__info h2,
.allegra-cruises .project-about__right .project-about__info h2 {
  color: #006ab6;
  padding-bottom: 0px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-about__right .project-about__info h2,
  .allegra-cruises .project-about__right .project-about__info h2 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-about__right .project-about__info h2,
  .allegra-cruises .project-about__right .project-about__info h2 {
    padding-bottom: 30px;
  }
}

.allegra-krstarenja .project-cards,
.allegra-cruises .project-cards {
  background-color: #006ab6;
  color: #ffffff;
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-cards .container,
  .allegra-cruises .project-cards .container {
    overflow: visible;
  }
}

.allegra-krstarenja .project-cards .project-cards__wrapper,
.allegra-cruises .project-cards .project-cards__wrapper {
  padding: 50px 0;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper,
  .allegra-cruises .project-cards .project-cards__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper,
  .allegra-cruises .project-cards .project-cards__wrapper {
    padding: 100px 0;
  }
}

@media (min-width: 1400px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper,
  .allegra-cruises .project-cards .project-cards__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left,
.allegra-cruises .project-cards .project-cards__wrapper .project-cards__left {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__left {
    width: 50%;
    max-width: 545px;
    padding-top: 0;
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__left {
    padding-right: 0px;
  }
}

.allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left h2,
.allegra-cruises .project-cards .project-cards__wrapper .project-cards__left h2 {
  line-height: 140%;
  font-weight: bold;
  font-stretch: 3%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left h2,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__left h2 {
    margin-bottom: 30px;
    margin-top: 18px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left h2,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__left h2 {
    margin-top: 50px;
  }
}

@media (min-width: 1700px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left h2,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__left h2 {
    margin-top: 0px;
  }
}

.allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left p,
.allegra-cruises .project-cards .project-cards__wrapper .project-cards__left p {
  margin-bottom: 40px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left p,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__left p {
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left p,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__left p {
    margin-bottom: 0px;
  }
}

@media (min-width: 1700px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__left p,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__left p {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__right,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__right {
    width: 50%;
    padding-bottom: 0px;
  }
}

@media (min-width: 1400px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__right,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__right {
    position: absolute;
    right: 0px;
    width: 50%;
    margin-bottom: 45px;
  }
}

@media (min-width: 1700px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__right,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__right {
    position: absolute;
    right: -200px;
    top: 67px;
    width: 60%;
  }
}

.allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick,
.allegra-cruises .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.29);
  margin: 0px 30px;
  border-radius: 5px;
}

@media (min-width: 400px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    margin: 0px 10px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    margin: 0px 10px;
  }
}

@media (min-width: 1700px) {

  .allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick,
  .allegra-cruises .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.29);
    margin: 0px 22px;
  }
}

.allegra-krstarenja .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick img,
.allegra-cruises .project-cards .project-cards__wrapper .project-cards__right .project-cards__img .img-conteiner-for-slick img {
  width: 100%;
  border-radius: 5px;
}

.allegra-krstarenja .before-after,
.allegra-cruises .before-after {
  background-color: #ffffff;
  color: #006ab6;
  text-align: center;
}

.allegra-krstarenja .before-after p,
.allegra-cruises .before-after p {
  color: #4e4e4e;
  margin-bottom: 0;
  padding-bottom: 40px;
}

@media (min-width: 1200px) {

  .allegra-krstarenja .before-after p,
  .allegra-cruises .before-after p {
    padding-bottom: 60px;
  }
}

.allegra-krstarenja .before-after h2,
.allegra-cruises .before-after h2 {
  margin: auto;
  padding-top: 50px;
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .before-after h2,
  .allegra-cruises .before-after h2 {
    padding-top: 80px;
    margin: 0 auto 30px;
    text-align: center;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .before-after h2,
  .allegra-cruises .before-after h2 {
    margin-bottom: 30px;
  }
}

.allegra-krstarenja .before-after .before,
.allegra-cruises .before-after .before {
  overflow: hidden;
}

.allegra-krstarenja .before-after .before img,
.allegra-cruises .before-after .before img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(86, 123, 149, 0.29);
  box-shadow: 0px 0px 29px 0px rgba(86, 123, 149, 0.29);
  border-radius: 5px 5px 0 0;
}

.allegra-krstarenja .before-after .after,
.allegra-cruises .before-after .after {
  background-color: #006ab6;
  color: #ffffff;
  padding-bottom: 50px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .before-after .after,
  .allegra-cruises .before-after .after {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .before-after .after,
  .allegra-cruises .before-after .after {
    padding-bottom: 100px;
  }
}

.allegra-krstarenja .before-after .after p,
.allegra-cruises .before-after .after p {
  color: #ffffff;
}

.allegra-krstarenja .before-after .after img,
.allegra-cruises .before-after .after img {
  -webkit-box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.29);
  border-radius: 5px;
}

.allegra-krstarenja .project-booking,
.allegra-cruises .project-booking {
  background-color: #ffffff;
}

.allegra-krstarenja .project-booking .project-booking-wrapper,
.allegra-cruises .project-booking .project-booking-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-booking .project-booking-wrapper,
  .allegra-cruises .project-booking .project-booking-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    adding: 80px 0;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-booking .project-booking-wrapper,
  .allegra-cruises .project-booking .project-booking-wrapper {
    padding: 100px 0;
  }
}

.allegra-krstarenja .project-booking img,
.allegra-cruises .project-booking img {
  border-radius: 25px;
}

.allegra-krstarenja .project-booking h2,
.allegra-cruises .project-booking h2 {
  color: #006ab6;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-booking h2,
  .allegra-cruises .project-booking h2 {
    padding-top: 80px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-booking h2,
  .allegra-cruises .project-booking h2 {
    padding-top: 120px;
  }
}

@media (min-width: 1400px) {

  .allegra-krstarenja .project-booking h2,
  .allegra-cruises .project-booking h2 {
    padding-top: 180px;
  }
}

.allegra-krstarenja .project-booking p,
.allegra-cruises .project-booking p {
  color: #4e4e4e;
  margin-bottom: 30px;
}

.allegra-krstarenja .project-booking .project-booking-left,
.allegra-cruises .project-booking .project-booking-left {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-booking .project-booking-left,
  .allegra-cruises .project-booking .project-booking-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 60%;
  }
}

.allegra-krstarenja .project-booking .project-booking-right,
.allegra-cruises .project-booking .project-booking-right {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-booking .project-booking-right,
  .allegra-cruises .project-booking .project-booking-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 40%;
    padding-left: 2%;
  }
}

.allegra-krstarenja .design-customize,
.allegra-cruises .design-customize {
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.62%, #006ab6), color-stop(78.65%, rgba(236, 244, 250, 0))) #ffffff;
  background: linear-gradient(180deg, #006ab6 15.62%, rgba(236, 244, 250, 0) 78.65%) #ffffff;
  text-align: center;
  padding: 50px 0;
}

@media (min-width: 992px) {

  .allegra-krstarenja .design-customize,
  .allegra-cruises .design-customize {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .design-customize,
  .allegra-cruises .design-customize {
    padding: 100px 0;
  }
}

.allegra-krstarenja .design-customize .design__title,
.allegra-cruises .design-customize .design__title {
  color: #ffffff;
  margin: 0 auto 20px;
  text-align: left;
}

@media (min-width: 992px) {

  .allegra-krstarenja .design-customize .design__title,
  .allegra-cruises .design-customize .design__title {
    text-align: center;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .design-customize .design__title,
  .allegra-cruises .design-customize .design__title {
    margin: 0 auto 30px;
  }
}

.allegra-krstarenja .design-customize .design__info,
.allegra-cruises .design-customize .design__info {
  color: #ffffff;
  margin: 0 0 40px 0;
}

@media (min-width: 992px) {

  .allegra-krstarenja .design-customize .design__info,
  .allegra-cruises .design-customize .design__info {
    margin: 0 0 52px 0;
  }
}

.allegra-krstarenja .design-customize .customize__title,
.allegra-cruises .design-customize .customize__title {
  color: #006ab6;
  margin: 80px auto 20px;
  text-align: left;
}

@media (min-width: 992px) {

  .allegra-krstarenja .design-customize .customize__title,
  .allegra-cruises .design-customize .customize__title {
    margin: 80px auto 20px;
    text-align: center;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .design-customize .customize__title,
  .allegra-cruises .design-customize .customize__title {
    margin: 120px auto 30px;
  }
}

.allegra-krstarenja .design-customize .customize__info,
.allegra-cruises .design-customize .customize__info {
  color: #4e4e4e;
  margin-bottom: 30px;
}

.allegra-krstarenja .project-mobile-wave,
.allegra-cruises .project-mobile-wave {
  background-color: #ffffff;
  text-align: center;
}

.allegra-krstarenja .project-mobile-wave h2,
.allegra-cruises .project-mobile-wave h2 {
  margin-bottom: 0;
  color: #006ab6;
  padding: 30px 0 20px;
  text-align: left;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-mobile-wave h2,
  .allegra-cruises .project-mobile-wave h2 {
    padding: 0px 0 20px;
    text-align: center;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-mobile-wave h2,
  .allegra-cruises .project-mobile-wave h2 {
    padding: 20px 0 30px;
  }
}

.allegra-krstarenja .project-mobile-wave p,
.allegra-cruises .project-mobile-wave p {
  color: #4e4e4e;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-mobile-wave p,
  .allegra-cruises .project-mobile-wave p {
    margin-bottom: 35px;
  }
}

.allegra-krstarenja .project-mobile-wave .galery-allegra,
.allegra-cruises .project-mobile-wave .galery-allegra {
  position: relative;
}

.allegra-krstarenja .project-mobile-wave .galery-allegra img,
.allegra-cruises .project-mobile-wave .galery-allegra img {
  margin: auto;
}

.allegra-krstarenja .project-mobile-wave .galery-allegra::after,
.allegra-cruises .project-mobile-wave .galery-allegra::after {
  position: absolute;
  display: block;
  content: "";
  background-position: center;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: 7px;
  background: repeat-x url(../image/val2.svg);
}

.allegra-krstarenja .project-beyond-allegra,
.allegra-cruises .project-beyond-allegra {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(236, 244, 250, 0)), color-stop(40.62%, rgba(209, 235, 254, 0.56)), color-stop(67.19%, rgba(200, 231, 255, 0.68)), to(rgba(236, 244, 250, 0))), #ffffff;
  background: linear-gradient(0deg, rgba(236, 244, 250, 0) 0%, rgba(209, 235, 254, 0.56) 40.62%, rgba(200, 231, 255, 0.68) 67.19%, rgba(236, 244, 250, 0) 100%), #ffffff;
  padding: 0px 0 50px;
}

@media (min-width: 576px) {

  .allegra-krstarenja .project-beyond-allegra,
  .allegra-cruises .project-beyond-allegra {
    padding: 30px 0 50px;
  }
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-beyond-allegra,
  .allegra-cruises .project-beyond-allegra {
    padding: 50px 0 80px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-beyond-allegra,
  .allegra-cruises .project-beyond-allegra {
    padding: 100px 0 100px;
  }
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left {
    width: 75%;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left {
    width: 75%;
  }
}

.allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left h2,
.allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left h2 {
  color: #006ab6;
  margin-bottom: 20px;
  text-align: left;
}

@media (min-width: 768px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left h2,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left h2 {
    margin: 0 0 20px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left h2,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left h2 {
    margin-bottom: 30px;
  }
}

.allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left p,
.allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left p {
  color: #4e4e4e;
  margin-bottom: 35px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left p,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left p {
    width: 95%;
  }
}

.allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left img,
.allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left img {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(86, 123, 149, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(86, 123, 149, 0.3);
  border-radius: 8px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left img,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left img {
    width: 95%;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left img,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-left img {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right {
    width: 25%;
  }
}

.allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right h3,
.allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right h3 {
  color: #006ab6;
  font-weight: bold;
  font-size: 20px;
  padding-top: 50px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right h3,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right h3 {
    font-size: 23px;
  }
}

.allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right p,
.allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right p {
  margin-bottom: 5px;
}

.allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right img,
.allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right img {
  display: none;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(86, 123, 149, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(86, 123, 149, 0.3);
  border-radius: 5px;
  margin-bottom: 24px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right img,
  .allegra-cruises .project-beyond-allegra .project-beyond-allegra-wrapper .project-beyond-allegra-right img {
    display: block;
  }
}

.allegra-krstarenja .project-beyond-allegra .link-allegra,
.allegra-cruises .project-beyond-allegra .link-allegra {
  color: #006ab6;
}

.allegra-krstarenja .project-about__tech,
.allegra-cruises .project-about__tech {
  background-color: #fafafa;
  padding: 50px 0;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-about__tech,
  .allegra-cruises .project-about__tech {
    padding: 80px 0 60px;
  }
}

@media (min-width: 1200px) {

  .allegra-krstarenja .project-about__tech,
  .allegra-cruises .project-about__tech {
    padding: 100px 0 80px;
  }
}

.allegra-krstarenja .project-about__tech .tech-inner,
.allegra-cruises .project-about__tech .tech-inner {
  text-align: center;
}

.allegra-krstarenja .project-about__tech .tech-inner h2,
.allegra-cruises .project-about__tech .tech-inner h2 {
  color: #006ab6;
  width: auto;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  .allegra-krstarenja .project-about__tech .tech-inner h2,
  .allegra-cruises .project-about__tech .tech-inner h2 {
    margin-bottom: 30px;
  }
}

.allegra-krstarenja .project-about__tech .tech-inner .project-about__stack,
.allegra-cruises .project-about__tech .tech-inner .project-about__stack {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dynamic_slideshow {
  position: sticky;
  top: 0;
}

.dynamic_slideshow .dynamic_slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  overflow: hidden;
}

.dynamic_slideshow .dynamic_slide:nth-child(1) {
  z-index: 2;
}

.dynamic_slideshow .dynamic_slide:nth-child(2) {
  z-index: 1;
}

.dynamic_slideshow .dynamic_slide:nth-child(3) {
  z-index: 0;
}

.dynamic_slideshow .dynamic_slide:nth-child(4) {
  z-index: -1;
}

.dynamic_slideshow .dynamic_slide:nth-child(5) {
  z-index: -2;
}

.dynamic_slideshow .dynamic_slide .dynamic_slide_cutter {
  height: 100vh;
  overflow: hidden;
}

.dynamic_slideshow .dynamic_slide .dynamic_slide_inner.dynamic_bg_white {
  background-color: white;
}

.dynamic_slideshow .dynamic_slide .dynamic_slide_inner.dynamic_bg_green {
  background-color: #03556c;
}

.dynamic_slideshow .dynamic_slide .dynamic_slide_inner.dynamic_bg_blue {
  background-color: #3c7ef6;
}

.dynamic_slideshow .dynamic_slide:last-child {
  position: relative;
}

.dynamic_slideshow .dynamic_slide:last-child .dynamic_slide_cutter {
  height: auto;
}

@media (max-width: 600px) {
  .dynamic_bg {
    padding: 0;
    height: auto !important;
  }

  .dynamic_bg .dynamic_slideshow {
    position: static;
  }

  .dynamic_bg .dynamic_slideshow .dynamic_slide {
    position: static;
    height: auto !important;
    min-height: unset;
  }

  .dynamic_bg .dynamic_slideshow .dynamic_slide:nth-child(1) {
    display: none;
  }

  .dynamic_bg .dynamic_slideshow .dynamic_slide .dynamic_slide_cutter {
    height: auto !important;
  }
}

@media (min-width: 1400px) {
  .sled-studio .project-entry__img img {
    width: 93%;
  }
}

@media (min-width: 1480px) {
  .sled-studio .project-entry__img img {
    width: 100%;
  }
}

.sled-studio .project-entry__scrolldown img {
  -webkit-filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(180deg) brightness(95%) contrast(80%);
  filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(180deg) brightness(95%) contrast(80%);
}

.sled-studio .sled-h2 {
  width: auto;
  line-height: 140%;
  font-weight: bold;
  font-size: 20px;
  max-width: 600px;
  margin: auto;
  color: #3366e6;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .sled-studio .sled-h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .sled-studio .sled-h2 {
    font-size: 28px;
    max-width: 730px;
  }
}

@media (min-width: 1200px) {
  .sled-studio .sled-h2 {
    font-size: 32px;
    max-width: 750px;
    margin-bottom: 30px;
  }
}

.sled-studio .project-about {
  background-color: #ffffff;
  position: relative;
  padding: 50px 0;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .sled-studio .project-about {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {
  .sled-studio .project-about {
    padding: 100px 0;
  }
}

.sled-studio .project-about .project-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .sled-studio .project-about .project-about__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.sled-studio .project-about__left {
  max-width: none;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 992px) {
  .sled-studio .project-about__left {
    width: 50%;
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1200px) {
  .sled-studio .project-about__left {
    width: 50%;
  }
}

.sled-studio .project-about__left img {
  max-width: 840px;
  width: 100%;
}

@media (min-width: 768px) {
  .sled-studio .project-about__left img {
    position: absolute;
    top: 15%;
    opacity: 0.3;
  }
}

@media (min-width: 992px) {
  .sled-studio .project-about__left img {
    right: 55%;
    opacity: 1;
  }
}

.sled-studio .project-about__right {
  max-width: none;
  width: 100%;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 992px) {
  .sled-studio .project-about__right {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .sled-studio .project-about__right {
    width: 50%;
  }
}

.sled-studio .project-about__right .project-about__info {
  display: block;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .sled-studio .project-about__right .project-about__info {
    margin-bottom: 60px;
  }
}

.sled-studio .project-about__right .project-about__description {
  max-width: none;
}

.sled-studio .sled-studio-app {
  background-color: #ffffff;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .sled-studio .sled-studio-app .sled-studio-app-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .sled-studio .sled-studio-app .sled-studio-app__left {
    width: 45%;
    padding-top: 200px;
  }
}

.sled-studio .sled-studio-app .sled-studio-app__right {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .sled-studio .sled-studio-app .sled-studio-app__right {
    margin-right: -400px;
  }
}

.sled-studio .sled-studio-app .sled-studio-app__right img.screen-picture {
  margin-top: -95%;
  z-index: 3;
  position: relative;
}

@media (min-width: 992px) {
  .sled-studio .sled-studio-app .sled-studio-app__right img.screen-picture {
    margin-left: 3%;
    width: 69%;
    margin-top: -85%;
  }
}

@media (min-width: 1200px) {
  .sled-studio .sled-studio-app .sled-studio-app__right img.screen-picture {
    margin-left: 3%;
    width: 100%;
    margin-top: -85%;
  }
}

.sled-studio .sled-studio-app .sled-studio-app__right img.back-picture {
  padding-top: 10px;
  min-width: 120%;
  margin-left: -8%;
}

@media (min-width: 600px) {
  .sled-studio .sled-studio-app .sled-studio-app__right img.back-picture {
    margin-left: 5%;
  }
}

@media (min-width: 992px) {
  .sled-studio .sled-studio-app .sled-studio-app__right img.back-picture {
    padding-top: 90px;
    margin-left: 5%;
    min-width: 100%;
  }
}

.sled-studio .central-regicter {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .sled-studio .central-regicter {
    margin-top: -215px;
    padding-top: 112px;
  }
}

.sled-studio .central-regicter .central-regicter_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .sled-studio .central-regicter .central-regicter_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1200px) {
  .sled-studio .central-regicter .central-regicter_inner {
    padding: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sled-studio .central-regicter .central-regicter_inner .central-regicter__left {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 992px) {
  .sled-studio .central-regicter .central-regicter_inner .central-regicter__left {
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .sled-studio .central-regicter .central-regicter_inner .central-regicter__left {
    width: 66%;
  }
}

.sled-studio .central-regicter .central-regicter_inner .central-regicter__right {
  padding-bottom: 50px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .sled-studio .central-regicter .central-regicter_inner .central-regicter__right {
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .sled-studio .central-regicter .central-regicter_inner .central-regicter__right {
    width: 49%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  .sled-studio .central-regicter .central-regicter_inner .central-regicter__right {
    width: 34%;
    padding-top: 50px;
  }
}

.sled-studio .central-regicter .central-regicter_inner .vector-details {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .sled-studio .central-regicter .central-regicter_inner .vector-details {
    padding-top: 50px;
    margin-left: -5%;
  }
}

@media (min-width: 1200px) {
  .sled-studio .central-regicter .central-regicter_inner .vector-details {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}

.sled-studio .central-regicter .central-regicter_inner .svg-details {
  position: absolute;
  left: -50%;
  width: 250%;
  top: 12%;
}

@media (min-width: 992px) {
  .sled-studio .central-regicter .central-regicter_inner .svg-details {
    top: -70%;
    width: 150%;
  }
}

@media (min-width: 1200px) {
  .sled-studio .central-regicter .central-regicter_inner .svg-details {
    top: 0;
    left: -55%;
    width: auto;
  }
}

.sled-studio .attendance {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.sled-studio .attendance h2.sled-h2 {
  color: #ffffff;
}

@media (min-width: 992px) {
  .sled-studio .attendance .project-about__description {
    color: #ffffff;
  }
}

.sled-studio .attendance img {
  min-height: 270px;
  width: 100%;
  height: 100%;
  max-height: 740px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 23%;
  object-position: 23%;
}

@media (min-width: 992px) {
  .sled-studio .attendance img {
    min-height: 180px;
    -o-object-position: initial;
    object-position: initial;
  }
}

.sled-studio .attendance .attendance__inner h2 {
  position: absolute;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  top: 0;
  width: 100%;
  max-width: none;
  left: 0;
}

@media (min-width: 992px) {
  .sled-studio .attendance .attendance__inner h2 {
    padding-top: 50px;
  }
}

.sled-studio .attendance .project-about__description {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .sled-studio .attendance .project-about__description {
    padding-top: 0px;
    position: absolute;
    top: 50%;
    width: 34%;
    max-width: none;
    right: 0;
  }
}

@media (min-width: 992px) {
  .sled-studio .attendance .project-about__description .project-about__description__txt {
    max-width: 374px;
  }
}

.sled-studio .calendar {
  background-color: #ffffff;
  padding-top: 40px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .sled-studio .calendar {
    padding-top: 100px;
  }
}

.sled-studio .calendar h2.sled-h2 {
  text-align: center;
  margin-bottom: 0;
}

.sled-studio .calendar .svg-wrapper {
  position: relative;
  max-width: 2000px;
  margin: auto;
}

.sled-studio .calendar .svg-wrapper svg {
  position: absolute;
  height: auto;
  z-index: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .sled-studio .calendar .svg-wrapper svg {
    position: relative;
    width: 100%;
    margin-top: -100px;
    height: auto;
    z-index: auto;
  }
}

.sled-studio .calendar .calendar__img {
  position: absolute;
}

.sled-studio .calendar .calendar__img_1 {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .sled-studio .calendar .calendar__img_1 {
    position: absolute;
    left: 50%;
    width: 73%;
    margin-left: -39%;
    margin-top: 20px;
    z-index: auto;
  }
}

@media (min-width: 768px) {
  .sled-studio .calendar .calendar__img_1 {
    left: 47%;
    width: 85%;
  }
}

.sled-studio .calendar .calendar__img_2 {
  display: none;
}

@media (min-width: 768px) {
  .sled-studio .calendar .calendar__img_2 {
    left: 50%;
    width: 40%;
    margin-left: -20%;
    margin-top: 20px;
    bottom: 1%;
    display: block;
  }
}

.sled-studio .calendar .calendar__img_3 {
  display: none;
}

@media (min-width: 768px) {
  .sled-studio .calendar .calendar__img_3 {
    left: 50%;
    width: 15%;
    margin-left: -27%;
    margin-top: 20px;
    bottom: 10%;
    display: block;
  }
}

.sled-studio .calendar .calendar__img_4 {
  display: none;
}

@media (min-width: 768px) {
  .sled-studio .calendar .calendar__img_4 {
    left: 50%;
    width: 13%;
    margin-left: 14%;
    margin-top: 20px;
    bottom: 58%;
    display: block;
  }
}

.sled-studio .calendar .calendar__img_5 {
  display: none;
}

@media (min-width: 768px) {
  .sled-studio .calendar .calendar__img_5 {
    left: 75%;
    width: 5%;
    margin-top: 20px;
    bottom: 50%;
    display: block;
  }
}

.sled-studio .calendar .calendar__img_6 {
  display: none;
}

@media (min-width: 768px) {
  .sled-studio .calendar .calendar__img_6 {
    left: 73%;
    width: 15%;
    margin-top: 20px;
    bottom: 23%;
    display: block;
  }
}

.sled-studio .perfomance-reports {
  background-color: #ffffff;
  overflow-x: hidden;
}

.sled-studio .perfomance-reports .perfomance-reports-inner {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .sled-studio .perfomance-reports .perfomance-reports-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
  }
}

@media (min-width: 992px) {
  .sled-studio .perfomance-reports .perfomance-reports__left {
    width: 45%;
    padding-top: 250px;
  }
}

.sled-studio .perfomance-reports .perfomance-reports__right {
  position: relative;
  margin-right: -40%;
  width: 100%;
  margin-top: -50px;
}

@media (min-width: 992px) {
  .sled-studio .perfomance-reports .perfomance-reports__right {
    margin-right: -400px;
    margin-top: -100px;
  }
}

.sled-studio .perfomance-reports .perfomance-reports__right svg {
  width: 135%;
  height: 135%;
}

@media (min-width: 992px) {
  .sled-studio .perfomance-reports .perfomance-reports__right svg {
    width: auto;
    height: auto;
  }
}

.sled-studio .perfomance-reports .perfomance-reports__right svg.screen-picture {
  margin-top: -154%;
  width: 100%;
  margin-left: 5%;
  max-width: none;
  z-index: 3;
  position: relative;
}

@media (min-width: 1200px) {
  .sled-studio .perfomance-reports .perfomance-reports__right svg.screen-picture {
    margin-top: -115%;
    width: 80%;
    margin-left: 15%;
  }
}

.sled-studio .perfomance-reports .perfomance-reports__right img.screen-picture {
  margin-top: -154%;
  width: 126%;
  margin-left: 5%;
  max-width: none;
  z-index: 3;
  position: relative;
}

@media (min-width: 1200px) {
  .sled-studio .perfomance-reports .perfomance-reports__right img.screen-picture {
    margin-top: -115%;
    width: 93%;
    margin-left: 15%;
  }
}

.sled-studio .access-block {
  background-color: #ffffff;
  overflow: hidden;
}

@media (min-width: 992px) {
  .sled-studio .access-block {
    overflow: initial;
  }
}

.sled-studio .access-block .access-block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .sled-studio .access-block .access-block_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.sled-studio .access-block .access-block_inner .access-block__left {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: -20%;
  padding-top: 30px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .sled-studio .access-block .access-block_inner .access-block__left {
    margin-left: -600px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.sled-studio .access-block .access-block_inner .access-block__left .access-block__vector-details {
  width: 135%;
  height: 135%;
}

@media (min-width: 992px) {
  .sled-studio .access-block .access-block_inner .access-block__left .access-block__vector-details {
    width: auto;
    margin-top: -320px;
    height: auto;
  }
}

.sled-studio .access-block .access-block_inner .access-block__left .access-block__screen {
  margin-left: -40px;
  margin-top: -85%;
  width: 120%;
  max-width: none;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .sled-studio .access-block .access-block_inner .access-block__left .access-block__screen {
    margin-left: 148px;
    margin-top: -85%;
    width: 84%;
  }
}

.sled-studio .access-block .access-block_inner .access-block__right {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media (min-width: 992px) {
  .sled-studio .access-block .access-block_inner .access-block__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    padding-left: 50px;
    padding-top: 100px;
  }
}

.sled-studio .notification {
  background: url("../image/notification-bk.png");
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .sled-studio .notification {
    padding-top: 80px;
  }
}

.sled-studio .notification h2.sled-h2 {
  color: #ffffff;
  text-align: center;
}

.sled-studio .notification .notification-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (min-width: 992px) {
  .sled-studio .notification .notification-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .sled-studio .notification .notification__left {
    width: 50%;
  }
}

.sled-studio .notification .notification__left .project-about__description {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.sled-studio .notification .notification__left .plane {
  position: absolute;
  bottom: 30%;
  width: 40%;
  left: -5%;
}

@media (min-width: 992px) {
  .sled-studio .notification .notification__left .plane {
    top: -35%;
    left: 10%;
  }
}

.sled-studio .notification .notification__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media (min-width: 992px) {
  .sled-studio .notification .notification__right {
    width: 70%;
    display: block;
    margin-right: -155px;
  }
}

.sled-studio .notification .notification__right img {
  width: 75%;
  margin: 0 0 0 auto;
}

@media (min-width: 992px) {
  .sled-studio .notification .notification__right img {
    width: auto;
    margin: 0;
  }
}

.sled-studio .userflow-block {
  position: relative;
  background-color: #ffffff;
  overflow-y: hidden;
}

.sled-studio .userflow-block .userflow-block__wrap {
  position: relative;
  height: 100vh;
}

.sled-studio .userflow-block .userflow-block__layer--back {
  background-image: url("../image/wireframes-img_02.png");
  background-size: cover;
}

@media (min-width: 992px) {
  .sled-studio .userflow-block .userflow-block__layer--back {
    background-size: auto;
  }
}

.sled-studio .userflow-block .userflow-block__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  background-position: 50%;
}

.sled-studio .userflow-block .userflow-block__layer--base {
  background-image: url("../image/wireframes-img.png");
  background-size: cover;
}

@media (min-width: 992px) {
  .sled-studio .userflow-block .userflow-block__layer--base {
    background-size: auto;
  }
}

.sled-studio .userflow-block .userflow-block__title {
  max-width: none;
  width: 100%;
  position: relative;
  z-index: 6;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 60px 96px 0 #fff;
  box-shadow: 0 60px 96px 0 #fff;
}

@media (min-width: 992px) {
  .sled-studio .userflow-block .userflow-block__title {
    padding-top: 110px;
    padding-bottom: 100px;
  }
}

.sled-studio .userflow-block .userflow-block__shadow-bottom {
  position: relative;
  z-index: 6;
  padding-bottom: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0 -60px 96px 0 #fff;
  box-shadow: 0 -60px 96px 0 #fff;
}

@media (min-width: 992px) {
  .sled-studio .userflow-block .userflow-block__shadow-bottom {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}

.sled-studio .server-infrastructure {
  background-color: #ffffff;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .sled-studio .server-infrastructure {
    padding-bottom: 0px;
  }
}

.sled-studio .server-infrastructure h2 {
  text-align: center;
  background: linear-gradient(108.24deg, rgba(140, 160, 226, 0.67) -36.36%, #b3a5ff 100%);
  margin-bottom: 0;
  max-width: none;
  width: 100%;
  padding-top: 50px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .sled-studio .server-infrastructure h2 {
    padding-top: 25px;
    position: absolute;
    top: 0;
    background: none;
  }
}

@media (min-width: 992px) {
  .sled-studio .server-infrastructure h2 {
    padding-top: 50px;
  }
}

@media (min-width: 1400px) {
  .sled-studio .server-infrastructure h2 {
    padding-top: 80px;
  }
}

@media (min-width: 1550px) {
  .sled-studio .server-infrastructure h2 {
    padding-top: 100px;
  }
}

.sled-studio .server-infrastructure .my-svg {
  width: 188%;
  height: 100%;
}

@media (min-width: 1400px) {
  .sled-studio .server-infrastructure .my-svg {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }
}

.sled-studio .server-infrastructure .my-svg-mob {
  margin-top: -1px;
}

@media (min-width: 768px) {
  .sled-studio .server-infrastructure .my-svg-mob {
    display: none;
  }
}

.sled-studio .server-infrastructure .my-svg-desk {
  display: none;
}

@media (min-width: 768px) {
  .sled-studio .server-infrastructure .my-svg-desk {
    display: block;
  }
}

.sled-studio .infrastructura {
  background-color: #ffffff;
  padding-bottom: 50px;
  overflow-x: hidden;
}

.sled-studio .infrastructura .infrastructura-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .sled-studio .infrastructura .infrastructura-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sled-studio .infrastructura .infrastructura__left {
  margin-left: -14%;
}

.sled-studio .infrastructura .infrastructura__right {
  margin-left: auto;
}

.sled-studio .feedback-block {
  position: relative;
  background: linear-gradient(90.08deg, #dce5f8 -9.09%, #c9a1d6 13.03%, #fcebf5 42%, #faebf5 58.99%, #c9a0d6 87.09%, #dce5f8 125.69%);
}

.sled-studio .feedback-block .feedback {
  background: url("../image/white-bk.png");
  background-size: 100% 102%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}

.sled-studio .feedback-block .feedback-inner_in {
  max-width: 90%;
  margin: auto;
}

@media (min-width: 768px) {
  .sled-studio .feedback-block .feedback-inner_in {
    max-width: 75%;
  }
}

.sled-studio .feedback-block h3 {
  font-size: 26px;
  line-height: 150%;
  font-weight: bold;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .sled-studio .feedback-block h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .sled-studio .feedback-block h3 {
    font-size: 36px;
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .sled-studio .feedback-block h3 {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  .sled-studio .feedback-block h3 {
    font-size: 45px;
  }
}

.sled-studio .feedback-block .feedback_text {
  font-size: 16px;
  line-height: 160%;
  max-width: 890px;
  margin: auto;
}

@media (min-width: 768px) {
  .sled-studio .feedback-block .feedback_text {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .sled-studio .feedback-block .feedback_text {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .sled-studio .feedback-block .feedback_text {
    font-size: 28px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .sled-studio .feedback-block .feedback_text {
    font-size: 30px;
  }
}

.sled-studio .feedback-block .feedback_autor {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 195%;
}

@media (min-width: 768px) {
  .sled-studio .feedback-block .feedback_autor {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .sled-studio .feedback-block .feedback_autor {
    font-size: 20px;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .sled-studio .feedback-block .feedback_autor {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .sled-studio .feedback-block .feedback_autor {
    font-size: 26px;
  }
}

.sled-studio .feedback-block .feedback_read {
  color: rgba(212, 209, 216, 0.6705882353);
  font-size: 12px;
  cursor: pointer;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .sled-studio .feedback-block .feedback_read {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .sled-studio .feedback-block .feedback_read {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .sled-studio .feedback-block .feedback_read {
    font-size: 18px;
  }
}

.sled-studio .feedback-block .feedback_read:hover {
  text-decoration: underline;
  color: #d4d1d8;
}

.sled-studio .feedback-block .clutch {
  width: 30%;
  max-width: 120px;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .sled-studio .feedback-block .clutch {
    padding-bottom: 50px;
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
  .sled-studio .feedback-block .clutch {
    max-width: 190px;
    padding-top: 30px;
  }
}

.sled-studio .project-about__tech {
  background-color: #fafafa;
  padding: 50px 0;
}

@media (min-width: 992px) {
  .sled-studio .project-about__tech {
    padding: 80px 0 60px;
  }
}

@media (min-width: 1200px) {
  .sled-studio .project-about__tech {
    padding: 100px 0 80px;
  }
}

.sled-studio .project-about__tech .tech-inner {
  text-align: center;
}

.sled-studio .project-about__tech .tech-inner h2 {
  color: #006ab6;
  width: auto;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .sled-studio .project-about__tech .tech-inner h2 {
    margin-bottom: 30px;
  }
}

.sled-studio .project-about__tech .tech-inner .project-about__stack {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.result-sled p {
  margin: 20px 0;
}

@media (min-width: 62em) {
  .result-sled p {
    margin: 30px 0;
    font-size: 24px;
  }
}

.result-sled a {
  color: #8b7fd4;
}

.result-sled a:hover {
  text-decoration: underline;
}

.result-sled iframe {
  max-width: 890px;
  width: 100%;
}

@media (min-width: 768px) {
  .result-sled iframe {
    height: 560px;
  }
}

@media (max-width: 420px) {
  .result-sled iframe {
    height: 200px;
  }
}

.random-work {
  background: #f4f4f4;
}

.random-work__title h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding: 100px 0 85px;
  line-height: normal;
}

@media (max-width: 1200px) {
  .random-work__title h2 {
    font-size: 28px;
    padding: 80px 0 65px;
  }
}

@media (max-width: 992px) {
  .random-work__title h2 {
    padding: 60px 0 45px;
  }
}

@media (max-width: 767px) {
  .random-work__title h2 {
    font-size: 24px;
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .random-work__title h2 {
    font-size: 20px;
    padding: 40px 0 20px 0;
  }
}

.random-work__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 100px;
}

@media (max-width: 1200px) {
  .random-work__wrapper {
    padding-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .random-work__wrapper {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .random-work__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
}

.random-work__wrapper .project-wrapper-small {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .random-work__wrapper .project-wrapper-small:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*Colalaboration popup*/
.collab-guide-wrapper,
.company-profile-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99999 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collab-guide-wrapper .collab-guide--content,
.company-profile-wrapper .collab-guide--content {
  background-color: white;
  width: 50%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-top: 80px;
  position: relative;
}

@media (max-width: 768px) {

  .collab-guide-wrapper .collab-guide--content,
  .company-profile-wrapper .collab-guide--content {
    width: 70%;
  }
}

@media (max-width: 500px) {

  .collab-guide-wrapper .collab-guide--content,
  .company-profile-wrapper .collab-guide--content {
    width: 95%;
    padding: 20px;
    padding-top: 50px;
  }
}

.collab-guide-wrapper .collab-guide--content .collab-guide--holder,
.company-profile-wrapper .collab-guide--content .collab-guide--holder {
  max-width: 500px;
}

.collab-guide-wrapper .collab-guide--content .collab-guide--holder .collab-guide-title,
.company-profile-wrapper .collab-guide--content .collab-guide--holder .collab-guide-title {
  margin-bottom: 40px;
}

.collab-guide-wrapper .collab-guide--content .collab-guide--holder .field,
.company-profile-wrapper .collab-guide--content .collab-guide--holder .field {
  text-align: center;
  margin-bottom: 10px;
}

.collab-guide-wrapper .collab-guide--content .collab-guide--holder .field .mdc-text-field-helper-line,
.company-profile-wrapper .collab-guide--content .collab-guide--holder .field .mdc-text-field-helper-line {
  padding-left: 70px;
}

@media (max-width: 768px) {

  .collab-guide-wrapper .collab-guide--content .collab-guide--holder .field .mdc-text-field-helper-line,
  .company-profile-wrapper .collab-guide--content .collab-guide--holder .field .mdc-text-field-helper-line {
    width: 70%;
  }
}

@media (max-width: 500px) {

  .collab-guide-wrapper .collab-guide--content .collab-guide--holder .field .mdc-text-field-helper-line,
  .company-profile-wrapper .collab-guide--content .collab-guide--holder .field .mdc-text-field-helper-line {
    padding-left: 0px;
  }
}

@media (max-width: 325px) {

  .collab-guide-wrapper .collab-guide--content .collab-guide--holder .field .wpcf7-not-valid-tip,
  .company-profile-wrapper .collab-guide--content .collab-guide--holder .field .wpcf7-not-valid-tip {
    text-align: right;
  }
}

.collab-guide-wrapper .collab-guide--content .collab-guide--holder .wpcf7-list-item,
.company-profile-wrapper .collab-guide--content .collab-guide--holder .wpcf7-list-item {
  margin: 0 !important;
}

.collab-guide-wrapper .collab-guide--content .collab-guide--holder .acceptance,
.company-profile-wrapper .collab-guide--content .collab-guide--holder .acceptance {
  text-align: left;
  padding-left: 55px;
}

@media (max-width: 1025px) {

  .collab-guide-wrapper .collab-guide--content .collab-guide--holder .acceptance,
  .company-profile-wrapper .collab-guide--content .collab-guide--holder .acceptance {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {

  .collab-guide-wrapper .collab-guide--content .collab-guide--holder .acceptance,
  .company-profile-wrapper .collab-guide--content .collab-guide--holder .acceptance {
    padding-left: 25px;
  }
}

@media (max-width: 425px) {

  .collab-guide-wrapper .collab-guide--content .collab-guide--holder .acceptance,
  .company-profile-wrapper .collab-guide--content .collab-guide--holder .acceptance {
    padding-left: 0px;
  }
}

.collab-guide-wrapper .collab-guide--content .collab-guide--holder .acceptance a,
.company-profile-wrapper .collab-guide--content .collab-guide--holder .acceptance a {
  color: black;
  font-weight: 700;
}

.collab-guide-wrapper .collab-guide--content .collab-guide--holder .close-popup,
.company-profile-wrapper .collab-guide--content .collab-guide--holder .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 15px;
  background-color: black;
  color: white;
  cursor: pointer;
}

.collab-guide-wrapper .collab-guide--content .submit-form,
.company-profile-wrapper .collab-guide--content .submit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.active-popup {
  overflow: hidden;
}

.active-pop-form {
  visibility: visible;
  opacity: 1;
}

.collab-guide-wrapper .collab-guide--content .submit-form,
.company-profile-wrapper .collab-guide--content .submit-form {
  margin-top: 50px;
}

/*Bottom fixed notification widget*/
.collab-guide-popup {
  background-color: white;
  max-width: 450px;
  height: auto;
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

@media (max-width: 500px) {
  .collab-guide-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 65%;
    background-image: url("../image/brosure-mob.png");
    background-position: center;
    background-repeat: no-repeat;
  }

  .collab-guide-popup:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
}

.collab-guide-popup__close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 10px;
  cursor: pointer;
}

.collab-guide-popup__thumb {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url("../image/brosure.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 40px 0px 40px 60px;
}

.collab-guide-popup__thumb img {
  width: 140px;
}

@media (max-width: 500px) {
  .collab-guide-popup__thumb {
    background-image: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px 15px 0px;
  }
}

.collab-guide-popup__thumb h6 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  max-width: 80%;
}

@media (max-width: 500px) {
  .collab-guide-popup__thumb h6 {
    max-width: 100%;
  }
}

.collab-guide-popup__thumb img,
.collab-guide-popup__thumb h6 {
  position: relative;
  left: 15px;
}

@media (max-width: 500px) {

  .collab-guide-popup__thumb img,
  .collab-guide-popup__thumb h6 {
    left: 0px;
  }
}

.collab-guide-popup h5 {
  font-size: 15px;
  font-weight: 700;
}

.collab-guide-popup__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 20px;
}

.collab-guide-popup__text p {
  font-size: 11px;
}

@media (max-width: 500px) {
  .collab-guide-popup__text {
    padding: 20px 10px;
  }
}

.collab-guide-popup__text .download-now {
  border: none;
  background-color: #de1e61;
  color: white;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media (max-width: 500px) {
  .collab-guide-popup__text .download-now {
    margin: 0 auto;
  }
}

.wpcf7-not-valid-tip {
  display: none;
}

.collab-guide-popup__text .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  text-align: right;
}

.collab-guide-popup .mdc-text-field-helper-line {
  padding-left: 0px;
}

.is-active {
  opacity: 1;
  visibility: visible;
}

.company-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .company-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .company-message {
    margin-bottom: 20px;
  }
}

.company-message .clutch-widget {
  padding-top: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
}

@media (max-width: 1200px) {
  .company-message h3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .company-message .clutch-widget {
    padding-top: 0;
    padding-left: 0;
  }
}

.clutch-widget .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

@media (max-width: 1200px) {
  .clutch-widget .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .clutch-widget .content {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@font-face {
  font-family: "Verdana";
  src: url("../font/verdana.woff2") format("woff2"), url("../font/verdana.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Verdana";
  src: url("../font/verdana-bold.woff2") format("woff2"), url("../font/verdana-bold.woff") format("woff");
  font-weight: bold;
}

.kana-main {
  background-color: white;
}

.kana-main p,
.kana-main h2 {
  font-family: "Verdana", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}

.kana-main p {
  font-size: 15px;
}

@media (min-width: 48em) {
  .kana-main p {
    font-size: 16px;
  }
}

@media (min-width: 62em) {
  .kana-main p {
    font-size: 20px;
  }
}

.kana-main img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.kana-main a {
  text-decoration: none;
}

.kana-wrapper {
  overflow: hidden;
  max-width: 1350px;
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 90em) {
  .kana-wrapper {
    padding: 0px;
    margin: 0px auto;
  }
}

.kana-wrapper .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kana-wrapper hr {
  border: none;
  height: 1px;
  background: black;
  margin: 10px 0px;
}

@media (min-width: 62em) {
  .kana-wrapper hr {
    margin: 22px 0 24px 0;
    height: 1.1px;
  }
}

.kana-wrapper .pixels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kana-wrapper2 {
  max-width: 1500px;
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 90em) {
  .kana-wrapper2 {
    padding: 0px;
    margin: 0px auto;
  }
}

.kana-wrapper .intro-desktop {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 100px 0 152px 0;
  display: none;
}

@media (min-width: 36em) {
  .kana-wrapper .intro-desktop {
    display: block;
  }
}

.kana-wrapper .intro-mobile {
  display: block;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 32px 0 70px 0;
}

@media (min-width: 36em) {
  .kana-wrapper .intro-mobile {
    display: none;
  }
}

.kana-wrapper .grid-section {
  margin-bottom: 60px;
}

.kana-wrapper .grid-section .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kana-wrapper .grid-section .pixels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kana-wrapper .grid-section .img-wrapper {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
}

@media (min-width: 48em) {
  .kana-wrapper .grid-section .img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 62em) {
  .kana-wrapper .grid-section .img-wrapper {
    margin-top: 100px;
  }
}

.kana-wrapper .grid-section .img-wrapper img {
  max-height: 855px;
}

@media (min-width: 48em) {
  .kana-wrapper .grid-section .img-wrapper img {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .kana-wrapper .grid-section .img-wrapper img {
    width: auto;
  }
}

.kana-wrapper .grid-section .img-wrapper img:last-of-type {
  max-height: 790.8px;
  margin: 40px 0px 0px 0px;
}

@media (min-width: 48em) {
  .kana-wrapper .grid-section .img-wrapper img:last-of-type {
    width: 47%;
  }
}

@media (min-width: 62em) {
  .kana-wrapper .grid-section .img-wrapper img:last-of-type {
    margin: 0px 0px 0px 24px;
    width: auto;
  }
}

@media (min-width: 62em) {
  .kana-wrapper .grid-section {
    margin-bottom: 145px;
  }
}

.kana-darkergray-bg {
  background-color: #e9e9e9;
}

.kana-darkergray-bg .kana-wrapper {
  padding-top: 55px;
}

@media (min-width: 62em) {
  .kana-darkergray-bg .kana-wrapper {
    padding-top: 157px;
  }
}

.kana-darkergray-bg .kana-wrapper .desktop-img {
  max-width: 278px;
  padding: 47px 0 61px 0;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

@media (min-width: 62em) {
  .kana-darkergray-bg .kana-wrapper .desktop-img {
    padding: 100px 0 150px 0;
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .kana-darkergray-bg .kana-wrapper .desktop-img {
    max-width: 100%;
  }
}

.kana-design-style {
  background-image: url("../image/kana-dsgn-style-img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.kana-design-style .kana-wrapper {
  padding-bottom: 60px;
  color: #fff;
}

@media (min-width: 62em) {
  .kana-design-style .kana-wrapper {
    padding-bottom: 162px;
  }
}

.kana-design-style .kana-wrapper .heading {
  padding-top: 55px;
}

@media (min-width: 62em) {
  .kana-design-style .kana-wrapper .heading {
    padding-top: 168px;
  }
}

.kana-design-style .kana-wrapper .text-kana {
  text-align: left;
  font-family: "Verdana", sans-serif;
  line-height: 164%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 48px 0 25px 0;
}

@media (min-width: 62em) {
  .kana-design-style .kana-wrapper .text-kana {
    padding: 98px 0 136px 0;
    font-size: 18px;
  }
}

@media (min-width: 77.5em) {
  .kana-design-style .kana-wrapper .text-kana {
    font-size: 20px;
  }
}

.kana-design-style .kana-wrapper .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1080px;
  width: 100%;
  -webkit-column-gap: 12%;
  -moz-column-gap: 12%;
  column-gap: 12%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .kana-design-style .kana-wrapper .img-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.kana-design-style .kana-wrapper .img-wrapper .container {
  cursor: pointer;
  height: 280px;
  max-width: 355px;
  width: 100%;
  position: relative;
}

@media (min-width: 48em) {
  .kana-design-style .kana-wrapper .img-wrapper .container {
    height: auto;
  }
}

@media (min-width: 62em) {
  .kana-design-style .kana-wrapper .img-wrapper .container {
    height: 226px;
  }
}

.kana-design-style .kana-wrapper .img-wrapper .container .img {
  opacity: 1;
}

@media (min-width: 62em) {
  .kana-design-style .kana-wrapper .img-wrapper .container .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
    height: 100%;
  }

  .kana-design-style .kana-wrapper .img-wrapper .container .img img {
    max-width: none;
    height: auto;
  }
}

.kana-design-style .kana-wrapper .img-wrapper .container .box {
  display: none;
}

.kana-design-style .kana-wrapper .img-wrapper #container2 {
  margin: 25px 0px;
}

@media (min-width: 62em) {
  .kana-design-style .kana-wrapper .img-wrapper #container2 {
    margin: 0;
  }
}

.kana-lightergray-bg {
  background-color: #f1f1f1;
  /*  Typography section START */
  /*  Typography section END */
  /* Color website section START */
}

.kana-lightergray-bg .kana-wrapper {
  padding-top: 60px;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper {
    padding-top: 160px;
  }
}

.kana-lightergray-bg .kana-wrapper .swiper {
  padding: 47px 0 40px 0;
  max-width: 978.96px;
  width: 100%;
  height: 100%;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .swiper {
    padding: 0px;
  }
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .swiper {
    padding-top: 100px;
  }
}

.kana-lightergray-bg .kana-wrapper .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.kana-lightergray-bg .kana-wrapper .swiper .swiper-slide img {
  display: block;
  width: 205px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .swiper .swiper-slide img {
    width: 269px;
  }
}

.kana-lightergray-bg .kana-wrapper .swiper .swiper-button-next::after,
.kana-lightergray-bg .kana-wrapper .swiper .swiper-pagination::after,
.kana-lightergray-bg .kana-wrapper .swiper .swiper-button-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../image/kana-arrow-right.svg") no-repeat;
}

@media (min-width: 62em) {

  .kana-lightergray-bg .kana-wrapper .swiper .swiper-button-next,
  .kana-lightergray-bg .kana-wrapper .swiper .swiper-pagination,
  .kana-lightergray-bg .kana-wrapper .swiper .swiper-button-prev {
    display: none;
  }
}

.kana-lightergray-bg .kana-wrapper .swiper .swiper-button-prev::after {
  background: url("../image/kana-arrow-left.svg") no-repeat;
}

.kana-lightergray-bg .kana-wrapper .swiper .swiper-pagination {
  bottom: 0px;
}

.kana-lightergray-bg .kana-wrapper .swiper .swiper-pagination-bullet-active {
  background-color: #4e4e4e;
}

.kana-lightergray-bg .kana-wrapper .blocks {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1088px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .kana-lightergray-bg .kana-wrapper .blocks {
    padding-top: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .blocks {
    padding-top: 135px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
}

.kana-lightergray-bg .kana-wrapper .blocks .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid black;
  max-width: 513px;
  width: 100%;
  height: 139px;
}

.kana-lightergray-bg .kana-wrapper .blocks .item .verdana-text {
  font-weight: 400;
}

.kana-lightergray-bg .kana-wrapper .blocks .item h2 {
  font-size: 1.125rem;
  padding-bottom: 8px;
  font-weight: 700;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .blocks .item h2 {
    padding-bottom: 25px;
    font-size: 1.875rem;
  }
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .blocks .item {
    height: 201px;
  }
}

.kana-lightergray-bg .kana-wrapper .blocks .item:last-of-type {
  margin: 30px 0 7px 0;
}

@media (min-width: 48em) {
  .kana-lightergray-bg .kana-wrapper .blocks .item:last-of-type {
    margin: 0;
  }
}

.kana-lightergray-bg .kana-wrapper {
  /* Color website section END */
  /* Exhibition section START */
  /* Exhibition section END */
  /* Testimonial section START */
  /* Testimonial section END */
}

.kana-lightergray-bg .kana-wrapper .color-collage {
  padding: 40px 0 60px 0;
  max-width: 1155.88px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .color-collage {
    padding: 135px 0 150px 0;
  }
}

.kana-lightergray-bg .kana-wrapper .mockups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 47px 0 60px 0;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .mockups {
    padding: 100px 0 191px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.kana-lightergray-bg .kana-wrapper .mockups .mockup-1 {
  max-width: 278px;
  width: 100%;
  margin-right: 13%;
  margin: 0 auto;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .mockups .mockup-1 {
    margin: 0;
    margin-right: 13%;
  }
}

@media (min-width: 48em) {
  .kana-lightergray-bg .kana-wrapper .mockups .mockup-1 {
    max-width: 770px;
  }
}

.kana-lightergray-bg .kana-wrapper .mockups .mockup-2 {
  display: none;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .mockups .mockup-2 {
    display: block;
    max-width: 318px;
    width: 100%;
  }
}

.kana-lightergray-bg .kana-wrapper .blocks .number {
  font-size: 26px;
  font-weight: 700;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .blocks .number {
    font-size: 45px;
  }
}

.kana-lightergray-bg .kana-wrapper .blocks .number span.percentPlus:after {
  content: "+";
}

.kana-lightergray-bg .kana-wrapper .exhibition-text {
  padding: 40px 0;
  text-align: left;
  max-width: 85ch;
  margin: 0 auto;
  line-height: 164%;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .exhibition-text {
    padding: 142px 0 118px 0;
  }
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 0px 60px 0px;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper {
    margin-top: -160px;
  }
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper {
    padding: 126px 0 313px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-1 {
  margin-right: 44px;
  max-width: 180px;
  width: 100%;
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-1 .testimonial-pic-desktop {
  display: none;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-1 .testimonial-pic-desktop {
    display: block;
  }
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.75rem;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 p {
  font-size: 0.938rem;
  line-height: 164%;
  font-family: "Verdana", sans-serif, sans-serif;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 p {
    font-size: 1.25rem;
  }
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 p:nth-of-type(2) {
  text-align: center;
  font-size: 0.75rem;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 p:nth-of-type(2) {
    margin-top: 20px;
    text-align: right;
    font-size: 1rem;
    max-width: 100%;
  }
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 .testimonial-pic-mobile {
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 30px 0 20px 0;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 .testimonial-pic-mobile {
    display: none;
  }
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 span {
  font-size: 0.75rem;
  margin-top: 12px;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 span {
    font-size: 1rem;
  }
}

.kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 span a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  color: #000;
}

@media (min-width: 62em) {
  .kana-lightergray-bg .kana-wrapper .testimonial-wrapper .column-2 span {
    margin-top: 0;
  }
}

.kana-wrapper2 .swiper2 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media (min-width: 62em) {
  .kana-wrapper2 .swiper2 {
    padding-bottom: 0px;
  }
}

.kana-wrapper2 .swiper2 .swiper-wrapper .swiper-slide {
  width: auto;
}

.kana-wrapper2 .swiper2 .swiper-wrapper .swiper-slide img {
  max-width: 1350px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.kana-wrapper2 .swiper2 .swiper-button-next,
.kana-wrapper2 .swiper2 .swiper-button-prev,
.kana-wrapper2 .swiper2 .kana-lightergray-bg .kana-wrapper .swiper .swiper-button-prev,
.kana-lightergray-bg .kana-wrapper .swiper .kana-wrapper2 .swiper2 .swiper-button-prev,
.kana-wrapper2 .swiper2 .kana-lightergray-bg .kana-wrapper .swiper .swiper-pagination,
.kana-lightergray-bg .kana-wrapper .swiper .kana-wrapper2 .swiper2 .swiper-pagination {
  display: none;
}

@media (min-width: 62em) {

  .kana-wrapper2 .swiper2 .swiper-button-next,
  .kana-wrapper2 .swiper2 .swiper-button-prev,
  .kana-wrapper2 .swiper2 .kana-lightergray-bg .kana-wrapper .swiper .swiper-button-prev,
  .kana-lightergray-bg .kana-wrapper .swiper .kana-wrapper2 .swiper2 .swiper-button-prev,
  .kana-wrapper2 .swiper2 .kana-lightergray-bg .kana-wrapper .swiper .swiper-pagination,
  .kana-lightergray-bg .kana-wrapper .swiper .kana-wrapper2 .swiper2 .swiper-pagination {
    position: absolute;
    background-size: 300px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .kana-wrapper2 .swiper2 .swiper-button-next::after,
  .kana-wrapper2 .swiper2 .swiper-button-prev::after,
  .kana-wrapper2 .swiper2 .kana-lightergray-bg .kana-wrapper .swiper .swiper-button-prev::after,
  .kana-lightergray-bg .kana-wrapper .swiper .kana-wrapper2 .swiper2 .swiper-button-prev::after,
  .kana-wrapper2 .swiper2 .kana-lightergray-bg .kana-wrapper .swiper .swiper-pagination::after,
  .kana-lightergray-bg .kana-wrapper .swiper .kana-wrapper2 .swiper2 .swiper-pagination::after {
    content: "";
    width: 50px;
    height: 50px;
    background: url("../image/kana-arrow-right-desktop.svg") no-repeat;
  }
}

@media (min-width: 62em) {
  .kana-wrapper2 .swiper2 .swiper-button-prev::after {
    background: url("../image/kana-arrow-left-desktop.svg") no-repeat;
  }
}

.kana-wrapper2 .swiper2 .swiper-pagination {
  display: block;
}

@media (min-width: 62em) {
  .kana-wrapper2 .swiper2 .swiper-pagination {
    display: none;
  }
}

.kana-wrapper2 .swiper2 .swiper-pagination-bullet-active {
  background-color: #4e4e4e;
}

.kana-wrapper2 .img-source {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  font-size: 0.938rem;
  font-family: "Verdana", sans-serif, sans-serif;
}

@media (min-width: 62em) {
  .kana-wrapper2 .img-source {
    margin-top: 57px;
    font-size: 1.25rem;
  }
}

.k-border-wrapper {
  max-width: 700px;
  padding: 50px 30px;
  position: relative;
  margin: 75px auto 75px;
}

@media (min-width: 62em) {
  .k-border-wrapper {
    padding: 100px 100px;
    margin: 120px auto 165px;
    max-width: 900px;
  }
}

.k-border-wrapper .kana-intro-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
}

@media (min-width: 62em) {
  .k-border-wrapper .kana-intro-text {
    font-size: 16px;
    line-height: 193%;
  }
}

@media (min-width: 77.5em) {
  .k-border-wrapper .kana-intro-text {
    font-size: 18px;
  }
}

.k-border-wrapper .border1 {
  position: absolute;
  height: 100%;
  width: 98%;
  border: 2px solid;
  top: 3.5%;
  left: 1%;
}

@media (min-width: 48em) {
  .k-border-wrapper .border1 {
    width: 100%;
    top: 3.5%;
    left: -1.5%;
  }
}

.k-border-wrapper .border2 {
  position: absolute;
  height: 100%;
  width: 104%;
  border: 2px solid;
  top: -3.5%;
  left: -2%;
}

@media (min-width: 48em) {
  .k-border-wrapper .border2 {
    width: 100%;
    top: -3.5%;
    left: 1.5%;
  }
}

.base-work-wrapper {
  /* Intro section START */
  background-color: white;
  /* Intro section END */
  /* Service section START */
  /* Service section END */
  /* Problems section START */
  /* Problems section END */
}

.base-work-wrapper h2 {
  width: auto;
  line-height: 140%;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 4px 0;
  color: #0d1a36;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .base-work-wrapper h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .base-work-wrapper h2 {
    margin: 0 0 8px 0;
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .base-work-wrapper h2 {
    font-size: 32px;
  }
}

.base-work-wrapper p,
.base-work-wrapper pre {
  font-size: 0.938rem;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  line-height: 150%;
  font-weight: 400;
}

@media (min-width: 64em) {

  .base-work-wrapper p,
  .base-work-wrapper pre {
    font-size: 1rem;
  }
}

.base-work-wrapper .base_intro {
  padding: 50px 0 0 0;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_intro {
    padding: 100px 0 0 0;
  }
}

@media (min-width: 62em) {
  .base-work-wrapper .base_intro .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.base-work-wrapper .base_intro .main-wrapper .project-overview {
  padding-bottom: 70px;
}

.base-work-wrapper .base_intro .main-wrapper .project-overview .items div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 20px 0;
}

.base-work-wrapper .base_intro .main-wrapper .project-overview .items div img {
  margin: 0 17px 0 0;
}

.base-work-wrapper .base_intro .main-wrapper .project-overview .items div .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: centers;
  -ms-flex-pack: centers;
  justify-content: centers;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}

.base-work-wrapper .base_intro .main-wrapper .project-overview .items div .content h4 {
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #0d1a36;
  line-height: 22.07px;
  letter-spacing: 3.5%;
  font-size: 1rem;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_intro .main-wrapper .project-overview .items div .content h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem;
    margin: 0 0 10px 0;
  }
}

.base-work-wrapper .base_intro .main-wrapper .project-overview .items div .content p {
  max-width: 42ch;
  width: 100%;
}

.base-work-wrapper .base_intro .main-wrapper .project-overview .items div:last-child {
  padding: 0px;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_intro .main-wrapper .project-overview {
    padding-bottom: 0px;
  }
}

.base-work-wrapper .base_intro .main-wrapper .o-klijentu {
  max-width: 550px;
  width: 100%;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_intro .main-wrapper .o-klijentu {
    padding-bottom: 0px;
    margin-left: 60px;
  }
}

@media (min-width: 77.5em) {
  .base-work-wrapper .base_intro .main-wrapper .o-klijentu {
    max-width: 697px;
  }
}

.base-work-wrapper .base_services {
  margin: 70px 0 0 0;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_services {
    margin: 50px 0 0 0;
  }
}

@media (min-width: 62em) {
  .base-work-wrapper .base_services h2 {
    text-align: left;
  }
}

.base-work-wrapper .base_services .main-wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

.base-work-wrapper .base_services .main-wrapper .items .services {
  padding: 10px 20px;
  margin: 10px;
  border-radius: 8px;
  background-color: rgba(169, 145, 93, 0.4);
}

.base-work-wrapper .base_services.sokla .items .services {
  background-color: rgba(169, 145, 93, 0.4);
  color: #0d1a36;
  background: rgba(82, 158, 252, 0.4);
}

.base-work-wrapper .base_problems {
  margin: 60px 0 0 0;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems {
    margin: 190px 0 80px 0;
  }
}

.base-work-wrapper .base_problems .main-wrapper {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper h2 {
    padding-bottom: 62px;
  }
}

.base-work-wrapper .base_problems .main-wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.base-work-wrapper .base_problems .main-wrapper .items .icon {
  margin-bottom: 25px;
  width: 48%;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items .icon {
    margin-bottom: 0px;
    width: 25%;
  }
}

.base-work-wrapper .base_problems .main-wrapper .items .space {
  height: 20px;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items .space {
    height: 30.89px;
  }
}

.base-work-wrapper .base_problems .main-wrapper .items .img-wrapper img {
  max-width: 50px;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items .img-wrapper img {
    max-width: 75px;
  }
}

.base-work-wrapper .base_problems .main-wrapper .items p {
  font-size: 14px;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items p {
    font-size: 16px;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
  }
}

.base-work-wrapper .base_problems .main-wrapper .items .up {
  position: relative;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items .up {
    border-right: 1px solid #c4c6ce;
    position: relative;
  }
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items .up::before {
    position: absolute;
    top: 0px;
    right: -3.8px;
    height: 6px;
    width: 6px;
    background: #c4c6ce;
    content: "";
    border-radius: 5px;
  }
}

.base-work-wrapper .base_problems .main-wrapper .items .down {
  position: relative;
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items .down {
    border-right: 1px solid #c4c6ce;
    position: relative;
  }
}

@media (min-width: 62em) {
  .base-work-wrapper .base_problems .main-wrapper .items .down::before {
    position: absolute;
    bottom: 0px;
    right: -3.9px;
    height: 6px;
    width: 6px;
    background: #c4c6ce;
    content: "";
    border-radius: 5px;
  }
}

.base-work-wrapper .base-center p {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.base-work-wrapper .base-center h2 {
  text-align: center;
}

.base-work-wrapper .base_used-technologies {
  padding: 50px 0;
}

@media (min-width: 48em) {
  .base-work-wrapper .base_used-technologies {
    padding: 70px 0;
  }
}

@media (min-width: 62em) {
  .base-work-wrapper .base_used-technologies {
    padding: 110px 0;
  }
}

.base-work-wrapper .base_used-technologies .container {
  text-align: center;
}

.base-work-wrapper .base_used-technologies .project-about__stack {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.base-work-wrapper .base_padding {
  padding: 60px 0;
}

@media (min-width: 1024px) {
  .base-work-wrapper .base_padding {
    padding: 120px 0;
  }
}

.sokla.base-work-wrapper .project-entry__description {
  color: #ffffff;
}

.sokla.base-work-wrapper h2,
.sokla.base-work-wrapper p {
  color: #06416c;
}

.sokla.base-work-wrapper .section-software {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/Logo_2.svg");
}

@media (min-width: 577px) {
  .sokla.base-work-wrapper .section-software {
    background-position: bottom center;
    padding: 106px 60px 127px 60px;
  }
}

.sokla.base-work-wrapper .section-software .software-block-img__element {
  text-align: center;
}

.sokla.base-work-wrapper .testimonial-part {
  background-color: #3e79c2;
  padding: 60px 0;
}

@media (min-width: 1024px) {
  .sokla.base-work-wrapper .testimonial-part {
    padding: 120px 0;
  }
}

.sokla.base-work-wrapper .testimonial-part h2 {
  color: #ffffff;
  text-align: center;
}

.sokla.base-work-wrapper .testimonial-part .column-2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1335px;
}

.sokla.base-work-wrapper .testimonial-part .column-2 .img_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .sokla.base-work-wrapper .testimonial-part .column-2 .img_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.sokla.base-work-wrapper .testimonial-part .column-2 .text-testimonial {
  max-width: 1100px;
  color: #ffffff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .sokla.base-work-wrapper .testimonial-part .column-2 .text-testimonial {
    margin-left: 40px;
  }
}

.sokla.base-work-wrapper .testimonial-part .column-2 .text-testimonial p {
  font-size: 14px;
  line-height: 164%;
  color: #ffffff;
}

@media (min-width: 768px) {
  .sokla.base-work-wrapper .testimonial-part .column-2 .text-testimonial p {
    font-size: 16px;
    margin: 30px auto 20px;
  }
}

@media (min-width: 1024px) {
  .sokla.base-work-wrapper .testimonial-part .column-2 .text-testimonial p {
    font-size: 20px;
  }
}

.sokla.base-work-wrapper .testimonial-part .column-2 .text-testimonial .hide-mobile {
  display: none;
}

@media (min-width: 768px) {
  .sokla.base-work-wrapper .testimonial-part .column-2 .text-testimonial .hide-mobile {
    display: block;
  }
}

.sokla.base-work-wrapper .testimonial-part .column-2 .autor-and-link {
  margin-left: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #ffffff;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 768px) {
  .sokla.base-work-wrapper .testimonial-part .column-2 .autor-and-link.hide-desktop {
    display: none;
  }
}

.sokla.base-work-wrapper .testimonial-part .column-2 .autor-and-link p {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 5px;
}

@media (min-width: large) {
  .sokla.base-work-wrapper .testimonial-part .column-2 .autor-and-link p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.sokla.base-work-wrapper .testimonial-part .column-2 .autor-and-link strong {
  color: #ffffff;
}

.sokla.base-work-wrapper .testimonial-part .column-2 .testimonial-pic-mobile {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 30px auto 20px;
}

@media (min-width: 768px) {
  .sokla.base-work-wrapper .testimonial-part .column-2 .testimonial-pic-mobile {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.sokla.base-work-wrapper .section-frames {
  padding-top: 35px;
}

@media (min-width: 1024px) {
  .sokla.base-work-wrapper .section-frames {
    padding: 100px 0 120px;
  }
}

@media (min-width: 62em) {
  .sokla.base-work-wrapper .section-frames h2 {
    padding-bottom: 62px;
  }
}

#sokla-wireframes {
  max-width: 100%;
}

.dissappear-arrow:hover {
  opacity: 0.1;
}

path[stroke="#BEE2FD"],
path[fill="#BEE2FD"],
circle[stroke="#BEE2FD"] {
  opacity: 0.1;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transition: 3s;
  transition: 3s;
}

.frames-block.end-animation path[stroke="#BEE2FD"],
.frames-block.end-animation path[fill="#BEE2FD"],
.frames-block.end-animation circle[stroke="#BEE2FD"] {
  opacity: 1;
}

.clutch-reviews {
  background: #e3e3e3;
  padding: 60px 0;
  text-align: center;
}

.clutch-reviews .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clutch-reviews__text {
  margin: 20px 0;
}

.clutch-reviews__logo img {
  max-width: 180px;
}

.clutch-reviews__illustration {
  padding: 40px 20px 0;
}

@media (min-width: 576px) {
  .clutch-reviews__illustration {
    padding: 0;
  }
}

.button {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  background: #de1e2b;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  vertical-align: middle;
  z-index: 0;
  border-radius: 5px;
  overflow: hidden;
}

.button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9b151e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border-radius: 5px;
}

.button:hover {
  color: #fff;
}

.button:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.button-cube {
  font: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding: 10px 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  vertical-align: middle;
  color: #000;
  font-weight: 600;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
}

.button-cube--animate {
  pointer-events: none;
}

.button-cube--animate .button-cube__icon {
  left: 50%;
  margin-left: 0;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}

.button-cube--animate .button-cube__icon .fa,
.button-cube--animate .button-cube__icon .fas,
.button-cube--animate .button-cube__icon .far,
.button-cube--animate .button-cube__icon .fal,
.button-cube--animate .button-cube__icon .fab {
  opacity: 0;
}

.button-cube:focus {
  outline: 0;
}

.button-cube--grey {
  color: #fff;
}

.button-cube--grey .button-cube__icon {
  background: #dc6a1e;
  color: #fff;
}

.button-cube--grey:hover {
  color: #fff !important;
}

.button-cube--big {
  font-size: 16px;
  padding: 10px 40px;
}

.button-cube--big .button-cube__icon {
  margin-left: -45px;
  width: 45px;
  height: 45px;
  font-size: 20px;
}

.button-cube--red:hover {
  color: #000;
}

.button-cube--red .button-cube__icon {
  background: #dc6a1e;
  color: #fff;
}

.button-cube--leftalign {
  margin-left: -35px;
}

.button-cube--white {
  color: #fff;
}

.button-cube--white .button-cube__icon {
  background: #dc6a1e;
  color: #fff;
}

.button-cube--white:hover {
  color: #fff !important;
}

.button-cube--white2 {
  color: #fff;
}

.button-cube--white2:hover {
  color: #fff !important;
}

.button-cube--white2 .button-cube__icon {
  background: #dc6a1e;
  color: #fff !important;
}

.button-cube:hover {
  color: #000;
}

.button-cube:hover .button-cube__icon {
  left: 50%;
  margin-left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.button-cube:hover .button-cube__icon .fa,
.button-cube:hover .button-cube__icon .fas,
.button-cube:hover .button-cube__icon .far,
.button-cube:hover .button-cube__icon .fal,
.button-cube:hover .button-cube__icon .fab {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.button-cube__text {
  z-index: 2;
  position: relative;
}

.button-cube__icon {
  z-index: 1;
  position: absolute;
  left: 100%;
  margin-left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #f8dfce;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  color: #dc6a1e;
}

.button-cube__icon .fa,
.button-cube__icon .fas,
.button-cube__icon .far,
.button-cube__icon .fal,
.button-cube__icon .fab {
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  opacity: 1;
}

.media-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.media-wrapper--1-1 {
  height: 0;
  padding-bottom: 100%;
}

.media-wrapper--4-3 {
  height: 0;
  padding-bottom: 66.66667%;
}

.media-wrapper--16-9 {
  height: 0;
  padding-bottom: 66.25%;
}

.media-wrapper--16-6 {
  height: 0;
  padding-bottom: 40.97222%;
}

.media-wrapper--big-card {
  height: 0;
  padding-bottom: 140%;
}

.media-wrapper--small-card {
  height: 0;
  padding-bottom: 74%;
}

.media-wrapper img,
.media-wrapper picture {
  display: block;
  width: 100%;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.media-wrapper .c-video {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.media-wrapper .canvas,
.media-wrapper .canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.media-wrapper__mask {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.media-wrapper__caption {
  display: block;
  color: #000;
  margin-top: 0.5rem;
  width: 100%;
  max-width: 210px;
  font-weight: 300;
  line-height: 1.5;
  font-size: 0.6rem;
  z-index: 2;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

@media screen and (max-width: 992px) {
  .table {
    display: block;
  }
}

.table__row {
  display: table-row;
  background: #fff;
}

.table__row.table--header {
  color: #ffffff;
  background: #de1e2b;
}

@media screen and (max-width: 992px) {
  .table__row {
    display: block;
  }

  .table__row.table--header {
    padding: 0;
    height: 0px;
  }

  .table__row.table--header .table__cell {
    display: none;
  }

  .table__row .table__cell:before {
    font-size: 12px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset !important;
    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.table__cell {
  display: table-cell;
}

@media (max-width: 992px) {
  .table__cell {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .table__cell {
    display: block;
  }
}

.table__row .table__cell {
  font-size: 15px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
  padding: 20px 10px;
  border-bottom: 1px solid #f2f2f2;
}

.table__row.table--header .table__cell {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 19px;
  padding-bottom: 19px;
}

.table__row .table__cell:nth-child(1) {
  width: 180px;
  padding-left: 30px;
}

.table__row .table__cell:nth-child(2) {
  width: 100px;
}

.table__row .table__cell:nth-child(3) {
  width: 300px;
}

.table__row .table__cell:nth-child(4) {
  width: 160px;
}

.table__row .table__cell:last-child {
  padding-right: 30px;
}

.table,
.table__row {
  width: 100% !important;
}

@media (max-width: 992px) {
  .table__row {
    border-bottom: 1px solid #f2f2f2;
    padding: 18px 0;
    margin: 0;
  }

  .table__row .table__cell {
    border: none;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .table__row .table__cell {
    font-size: 16px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }
}

@media (max-width: 992px) and (max-width: 576px) {
  .table__row .table__cell {
    font-size: 15px;
  }
}

@media (max-width: 992px) {

  .table,
  .table__row,
  .table__cell {
    width: 100% !important;
  }
}

.zoom-slider__columns {
  position: relative;
}

.zoom-slider img {
  position: relative;
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .zoom-slider img {
    height: 800px;
  }
}

@media (max-width: 992px) {
  .zoom-slider img {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .zoom-slider img {
    height: 450px;
  }
}

@media (max-width: 576px) {
  .zoom-slider img {
    height: 300px;
  }
}

.frontpage-entry {
  position: relative;
  height: 95vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent no-repeat center center;
  background-size: cover;
  color: #fff;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  background-color: #fff;
}

@media (max-width: 767px) {
  .frontpage-entry {
    border-radius: 0 0 20px 20px;
  }
}

.frontpage-entry__content {
  position: relative;
  z-index: 3;
  max-width: 950px;
  text-align: center;
  padding-top: 50px;
}

@media (max-width: 1200px) {
  .frontpage-entry__content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.frontpage-entry__title h1 {
  font-size: 53px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .frontpage-entry__title h1 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

@media (max-width: 992px) {
  .frontpage-entry__title h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .frontpage-entry__title h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .frontpage-entry__title h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.frontpage-entry__description {
  font-size: 24px;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .frontpage-entry__description {
    font-size: 23px;
    margin-bottom: 35px;
  }
}

@media (max-width: 992px) {
  .frontpage-entry__description {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .frontpage-entry__description {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .frontpage-entry__description {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.frontpage-entry__actions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.frontpage-entry__actions__wrapper .separator {
  margin: 0 15px;
}

.frontpage-entry__actions__wrapper a.button {
  background: #f2a1a6;
  color: #2a2b2c;
}

.frontpage-entry__actions__wrapper a.button:before {
  background: #e95e66;
}

.frontpage-entry__scrolldown {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.frontpage-entry__scrolldown img {
  width: 50px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@media (max-width: 576px) {
  .frontpage-entry__scrolldown {
    display: none;
  }
}

.frontpage-entry__scrolldown #scroll-down {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.frontpage-entry__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media (max-width: 992px) {
  .frontpage-entry__video {
    display: none;
  }
}

.video-container__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.frontpage-entry__overlay {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  opacity: 0.8;
}

@media (max-width: 992px) {
  .frontpage-entry__overlay {
    background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
    opacity: 1;
  }
}

.frontpage-services {
  background: #fff;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .frontpage-services {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .frontpage-services {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .frontpage-services {
    padding: 50px 0;
  }
}

.frontpage-services__slider {
  margin: 0 -15px;
}

.frontpage-services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.frontpage-services__icon {
  background: #f8ced0;
  border-radius: 50%;
  fill: #de1e2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .frontpage-services__icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .frontpage-services__icon {
    margin-bottom: 15px;
  }
}

.frontpage-services__icon img,
.frontpage-services__icon svg {
  display: block;
}

@media (max-width: 1200px) {

  .frontpage-services__icon img,
  .frontpage-services__icon svg {
    width: 75px;
  }
}

@media (max-width: 992px) {

  .frontpage-services__icon img,
  .frontpage-services__icon svg {
    width: 70px;
  }
}

@media (max-width: 767px) {

  .frontpage-services__icon img,
  .frontpage-services__icon svg {
    width: 65px;
  }
}

@media (max-width: 576px) {

  .frontpage-services__icon img,
  .frontpage-services__icon svg {
    width: 60px;
  }
}

.frontpage-services__title {
  font-size: 24px;
  text-align: center;
  line-height: normal;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .frontpage-services__title {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .frontpage-services__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .frontpage-services__title {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .frontpage-services__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.frontpage-services__description {
  text-align: center;
  font-size: 16px;
  color: #000;
  max-width: 300px;
}

@media (max-width: 992px) {
  .frontpage-services__description {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .frontpage-services__description {
    font-size: 14px;
  }
}

.frontpage-work-with {
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  padding: 60px 0;
}

@media (max-width: 767px) {
  .frontpage-work-with {
    padding: 50px 0;
  }
}

.frontpage-work-with__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.frontpage-work-with__description {
  font-size: 18px;
}

.frontpage-work-with__item {
  color: #fff;
}

@media (max-width: 767px) {
  .frontpage-work-with__item {
    margin-bottom: 50px !important;
    text-align: left !important;
  }

  .frontpage-work-with__item--last {
    margin-bottom: 0 !important;
  }
}

.frontpage-work-with__item--right {
  text-align: right;
}

.frontpage-work-with__item:first-child {
  margin-bottom: 30px;
}

.frontpage-work {
  background: #fff;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .frontpage-work {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .frontpage-work {
    padding: 50px 0;
  }
}

.frontpage-work .project-wrapper-big {
  margin-bottom: 65px;
}

@media (max-width: 1200px) {
  .frontpage-work .project-wrapper-big {
    margin-bottom: 55px;
  }
}

@media (max-width: 992px) {
  .frontpage-work .project-wrapper-big {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .frontpage-work .project-wrapper-big {
    margin-bottom: 40px;
  }
}

.frontpage-work .project-wrapper-big:last-child {
  margin-bottom: 0;
}

.frontpage-workflow {
  background: #f4f4f4;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .frontpage-workflow {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .frontpage-workflow {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .frontpage-workflow {
    padding: 40px 0;
  }
}

.frontpage-workflow__space {
  height: 120px;
}

@media (max-width: 1200px) {
  .frontpage-workflow__space {
    height: 120px;
  }
}

@media (max-width: 992px) {
  .frontpage-workflow__space {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .frontpage-workflow__space {
    display: none;
  }
}

.frontpage-workflow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .frontpage-workflow__step {
    margin-bottom: 50px;
  }

  .frontpage-workflow__step--last {
    margin-bottom: 0;
  }

  .frontpage-workflow__step--last .frontpage-workflow__step__icon:before {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .frontpage-workflow__step__title {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}

.frontpage-workflow__step__title--down h3 {
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .frontpage-workflow__step__title--down h3 {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .frontpage-workflow__step__title--down h3 {
    margin-top: 15px;
  }
}

.frontpage-workflow__step__title h3 {
  font-size: 24px;
  text-align: center;
  line-height: normal;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .frontpage-workflow__step__title h3 {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .frontpage-workflow__step__title h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .frontpage-workflow__step__title h3 {
    margin: 0 !important;
  }
}

.frontpage-workflow__step__icon {
  position: relative;
  fill: #de1e2b;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .frontpage-workflow__step__icon {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
}

.frontpage-workflow__step__icon--right-line:after {
  content: "";
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAFklEQVQYV2NkYGD4D8TogBGbwGBXCABV7gUGfgA5HQAAAABJRU5ErkJggg==) repeat;
  height: 5px;
  width: 170px;
  left: 100%;
  top: 50%;
  margin: 0 15px;
}

@media (max-width: 1200px) {
  .frontpage-workflow__step__icon--right-line:after {
    width: 130px;
  }
}

@media (max-width: 992px) {
  .frontpage-workflow__step__icon--right-line:after {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .frontpage-workflow__step__icon--right-line:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .frontpage-workflow__step__icon:before {
    content: "";
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAG0lEQVQYV2NkYGD4D8QogJFGguj2MIAsorYgADZOBQYCjYMZAAAAAElFTkSuQmCC) repeat;
    width: 5px;
    height: 30px !important;
    left: 50%;
    top: 100%;
    margin: 5px 0;
    margin-top: 70px !important;
    display: block !important;
  }
}

.frontpage-workflow__step__icon--bottom-line:before {
  content: "";
  position: absolute;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAKCAYAAAB8OZQwAAAAG0lEQVQYV2NkYGD4D8QogJFGguj2MIAsorYgADZOBQYCjYMZAAAAAElFTkSuQmCC) repeat;
  width: 5px;
  height: 120px;
  left: 50%;
  top: 100%;
  margin: 5px 0;
}

@media (max-width: 992px) {
  .frontpage-workflow__step__icon--bottom-line:before {
    height: 70px;
  }
}

@media (max-width: 767px) {
  .frontpage-workflow__step__icon--bottom-line:before {
    display: none;
  }
}

.frontpage-workflow__step__icon__svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
}

.frontpage-workflow__step__icon__svg img,
.frontpage-workflow__step__icon__svg svg {
  height: 80px;
  width: auto;
  display: block;
}

@media (max-width: 1200px) {

  .frontpage-workflow__step__icon__svg img,
  .frontpage-workflow__step__icon__svg svg {
    height: 75px;
  }
}

@media (max-width: 992px) {

  .frontpage-workflow__step__icon__svg img,
  .frontpage-workflow__step__icon__svg svg {
    height: 70px;
  }
}

@media (max-width: 767px) {

  .frontpage-workflow__step__icon__svg img,
  .frontpage-workflow__step__icon__svg svg {
    height: 65px;
  }
}

@media (max-width: 576px) {

  .frontpage-workflow__step__icon__svg img,
  .frontpage-workflow__step__icon__svg svg {
    height: 60px;
  }
}

.frontpage-workflow__step__icon__num {
  font-size: 150px;
  font-style: italic;
  color: #fff;
  font-weight: bold;
  display: block;
}

@media (max-width: 1200px) {
  .frontpage-workflow__step__icon__num {
    font-size: 140px;
  }
}

@media (max-width: 992px) {
  .frontpage-workflow__step__icon__num {
    font-size: 130px;
  }
}

@media (max-width: 767px) {
  .frontpage-workflow__step__icon__num {
    font-size: 120px;
  }
}

@media (max-width: 576px) {
  .frontpage-workflow__step__icon__num {
    font-size: 110px;
  }
}

.frontpage-blog {
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .frontpage-blog {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .frontpage-blog {
    padding: 50px 0;
  }
}

.frontpage-blog .slick-prev {
  left: 8px;
}

.frontpage-blog .slick-next {
  right: 8px;
}

.frontpage-blog__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frontpage-blog__slider .slick-list {
  margin: -30px -15px;
  padding: 30px 0;
}

.frontpage-blog__slider .slick-slide {
  float: none;
  height: auto;
  margin: 0 15px;
}

.frontpage-technologies {
  background: #f4f4f4;
  padding: 80px 0;
}

@media (max-width: 1200px) {
  .frontpage-technologies {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .frontpage-technologies {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .frontpage-technologies {
    padding: 40px 0;
  }
}

.frontpage-technologies:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.frontpage-technologies__slider {
  margin: 0 -15px;
}

.frontpage-technologies__item {
  text-align: center;
  padding: 0 15px;
}

.frontpage-technologies__name h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 1200px) {
  .frontpage-technologies__name h3 {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .frontpage-technologies__name h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .frontpage-technologies__name h3 {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .frontpage-technologies__name h3 {
    font-size: 20px;
  }
}

.frontpage-technologies__icon {
  margin-bottom: 20px;
}

.frontpage-technologies__icon img {
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: inline-block;
  height: 80px;
}

.touch .frontpage-entry__scrolldown {
  display: none;
}

.services-main {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 65px;
}

@media (max-width: 1200px) {
  .services-main {
    padding-bottom: 55px;
  }
}

@media (max-width: 992px) {
  .services-main {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .services-main {
    padding-bottom: 40px;
  }
}

.service-wrapper {
  background: #fff;
  position: relative;
  margin-bottom: 50px;
  padding: 50px 0;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #de1e2b;
}

@media (max-width: 1200px) {
  .service-wrapper {
    margin-bottom: 40px;
    padding: 40px 0;
  }
}

@media (max-width: 992px) {
  .service-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}

.service-wrapper:last-child {
  margin-bottom: 0;
}

.service-wrapper__icon {
  width: 160px;
  fill: #de1e2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 100%;
  top: 0;
}

@media (max-width: 992px) {
  .service-wrapper__icon {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .service-wrapper__icon {
    position: static;
    width: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .service-wrapper__icon {
    margin-bottom: 20px;
  }
}

.service-wrapper__icon img,
.service-wrapper__icon svg {
  width: 80px;
}

@media (max-width: 1200px) {

  .service-wrapper__icon img,
  .service-wrapper__icon svg {
    width: 75px;
  }
}

@media (max-width: 992px) {

  .service-wrapper__icon img,
  .service-wrapper__icon svg {
    width: 70px;
  }
}

@media (max-width: 767px) {

  .service-wrapper__icon img,
  .service-wrapper__icon svg {
    width: 65px;
  }
}

@media (max-width: 576px) {

  .service-wrapper__icon img,
  .service-wrapper__icon svg {
    width: 60px;
  }
}

.service-wrapper__title {
  font-size: 24px;
  text-align: left;
  line-height: normal;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .service-wrapper__title {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .service-wrapper__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .service-wrapper__title {
    font-size: 21px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .service-wrapper__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.service-wrapper__content {
  margin: 0 auto;
  max-width: 650px;
  color: #000;
  text-align: left;
  position: relative;
}

@media (max-width: 1200px) {
  .service-wrapper__content {
    max-width: 550px;
  }
}

@media (max-width: 992px) {
  .service-wrapper__content {
    max-width: none;
    margin: 0 50px;
    margin-left: 150px;
  }
}

@media (max-width: 767px) {
  .service-wrapper__content {
    max-width: none;
    margin: 0 40px;
  }
}

@media (max-width: 576px) {
  .service-wrapper__content {
    margin: 0 20px;
  }
}

.service-wrapper__content p {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-wrapper__content p {
    text-align: justify;
  }
}

.service-wrapper__content ul {
  margin: 0 12px;
  padding: 0;
  font-weight: bold;
  list-style: none;
}

@media (max-width: 767px) {
  .service-wrapper__content ul {
    text-align: left;
  }
}

.service-wrapper__content ul li {
  margin-bottom: 3px;
}

.service-wrapper__content ul li:before {
  content: "";
  color: red;
  font-weight: bold;
  display: inline-block;
  background: #de1e2b;
  width: 5px;
  height: 5px;
  position: relative;
  left: -12px;
  top: -3px;
}

.services-navigation {
  padding: 65px 0;
  padding-bottom: 50px;
  background: #fff;
}

@media (max-width: 1200px) {
  .services-navigation {
    padding: 55px 0;
    padding-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .services-navigation {
    padding: 50px 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .services-navigation {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .services-navigation {
    padding-bottom: 0;
  }
}

.services-navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .services-navigation__wrapper {
    padding-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .services-navigation__wrapper {
    padding-bottom: 30px;
  }
}

.services-navigation__separator {
  width: 100%;
  position: relative;
}

@media (max-width: 576px) {
  .services-navigation__separator {
    display: none;
  }
}

.services-navigation__separator.hide-me button {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}

.services-navigation__separator button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  -webkit-transform: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  color: #de1e2b;
  top: -5px;
  font-size: 18px;
  width: 50px;
  text-align: center;
  height: 50px;
  margin-left: -25px;
}

.services-navigation__separator i {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.services-navigation__item {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  width: calc(25% - 20px);
  margin: 10px;
  background: #f8ced0;
  min-height: 278px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-perspective: 676px;
  perspective: 676px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 15px;
}

@media (max-width: 1200px) {
  .services-navigation__item {
    min-height: 233px;
    -webkit-perspective: 465px;
    perspective: 465px;
  }
}

@media (max-width: 992px) {
  .services-navigation__item {
    min-height: 173px;
    -webkit-perspective: 345px;
    perspective: 345px;
  }
}

@media (max-width: 767px) {
  .services-navigation__item {
    min-height: 128px;
    -webkit-perspective: 250px;
    perspective: 250px;
  }
}

@media (max-width: 576px) {
  .services-navigation__item {
    width: calc(50% - 20px);
  }
}

.services-navigation__item:after {
  content: "";
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  border-radius: 10px;
}

@media (max-width: 576px) {
  .services-navigation__item:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background: transparent;
  }
}

.services-navigation__item:hover,
.services-navigation__item:focus,
.services-navigation__item:active {
  color: #fff;
}

@media (max-width: 576px) {

  .services-navigation__item:hover:after,
  .services-navigation__item:focus:after,
  .services-navigation__item:active:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  }
}

.services-navigation__item:hover .services-navigation__icon img,
.services-navigation__item:hover .services-navigation__icon svg,
.services-navigation__item:focus .services-navigation__icon img,
.services-navigation__item:focus .services-navigation__icon svg,
.services-navigation__item:active .services-navigation__icon img,
.services-navigation__item:active .services-navigation__icon svg {
  fill: #fff;
}

.services-navigation__item:hover .services-navigation__icon img .angular-polygon,
.services-navigation__item:hover .services-navigation__icon svg .angular-polygon,
.services-navigation__item:focus .services-navigation__icon img .angular-polygon,
.services-navigation__item:focus .services-navigation__icon svg .angular-polygon,
.services-navigation__item:active .services-navigation__icon img .angular-polygon,
.services-navigation__item:active .services-navigation__icon svg .angular-polygon {
  stroke: #fff;
}

.services-navigation__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.services-navigation__icon {
  fill: #de1e2b;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .services-navigation__icon {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .services-navigation__icon {
    margin-bottom: 10px;
  }
}

.services-navigation__icon img,
.services-navigation__icon svg {
  display: block;
  fill: #de1e2b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 80px;
  height: 80px;
}

@media (max-width: 1200px) {

  .services-navigation__icon img,
  .services-navigation__icon svg {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 992px) {

  .services-navigation__icon img,
  .services-navigation__icon svg {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767px) {

  .services-navigation__icon img,
  .services-navigation__icon svg {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 576px) {

  .services-navigation__icon img,
  .services-navigation__icon svg {
    width: 40px;
    height: 40px;
  }
}

.services-navigation__icon img .angular-polygon,
.services-navigation__icon svg .angular-polygon {
  stroke: #de1e2b;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.services-navigation__title {
  font-size: 16px;
  text-align: center;
  line-height: normal;
}

@media (max-width: 992px) {
  .services-navigation__title {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .services-navigation__title {
    font-size: 13px;
  }
}

.services-navigation .in-top:after {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: in-top 0.2s ease 0ms 1 forwards;
  animation: in-top 0.2s ease 0ms 1 forwards;
  opacity: 1;
}

.services-navigation .in-right:after {
  -webkit-transform-origin: 101% 0%;
  -ms-transform-origin: 101% 0%;
  transform-origin: 101% 0%;
  -webkit-animation: in-right 0.2s ease 0ms 1 forwards;
  animation: in-right 0.2s ease 0ms 1 forwards;
  opacity: 1;
}

.services-navigation .in-bottom:after {
  -webkit-transform-origin: 50% 101%;
  -ms-transform-origin: 50% 101%;
  transform-origin: 50% 101%;
  -webkit-animation: in-bottom 0.2s ease 0ms 1 forwards;
  animation: in-bottom 0.2s ease 0ms 1 forwards;
  opacity: 1;
}

.services-navigation .in-left:after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: in-left 0.2s ease 0ms 1 forwards;
  animation: in-left 0.2s ease 0ms 1 forwards;
  opacity: 1;
}

.services-navigation .out-top:after {
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: out-top 0.2s ease 0ms 1 forwards;
  animation: out-top 0.2s ease 0ms 1 forwards;
}

.services-navigation .out-right:after {
  -webkit-transform-origin: 101% 50%;
  -ms-transform-origin: 101% 50%;
  transform-origin: 101% 50%;
  -webkit-animation: out-right 0.2s ease 0ms 1 forwards;
  animation: out-right 0.2s ease 0ms 1 forwards;
}

.services-navigation .out-bottom:after {
  -webkit-transform-origin: 50% 101%;
  -ms-transform-origin: 50% 101%;
  transform-origin: 50% 101%;
  -webkit-animation: out-bottom 0.2s ease 0ms 1 forwards;
  animation: out-bottom 0.2s ease 0ms 1 forwards;
}

.services-navigation .out-left:after {
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-animation: out-left 0.2s ease 0ms 1 forwards;
  animation: out-left 0.2s ease 0ms 1 forwards;
}

.services-technologies {
  background: #2a2b2c;
  padding: 65px 0;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .services-technologies {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .services-technologies {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .services-technologies {
    padding: 40px 0;
  }
}

.services-technologies .flex-wrapper {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 48em) {
  .services-technologies .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.services-technologies .flex-wrapper__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48em) {
  .services-technologies .flex-wrapper__tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
  }
}

.services-technologies .flex-wrapper__tabs--link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  border: none;
  background: transparent;
  padding: 15px 20px 15px 0;
  outline: none;
}

@media (min-width: 48em) {
  .services-technologies .flex-wrapper__tabs--link {
    font-size: 20px;
    line-height: 25px;
    padding: 10px 15px;
  }
}

.services-technologies .flex-wrapper__tabs--link:active,
.services-technologies .flex-wrapper__tabs--link:focus {
  color: #dc6a1e;
}

.services-technologies .flex-wrapper__tabs--link:hover {
  color: #dc6a1e;
}

.services-technologies .flex-wrapper__content {
  width: 100%;
  padding: 0 0 0 20px;
}

@media (min-width: 48em) {
  .services-technologies .flex-wrapper__content {
    padding: 100px 0 0;
  }
}

.services-technologies .flex-wrapper__content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}

@media (min-width: 48em) {
  .services-technologies .flex-wrapper__content .tab {
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    row-gap: 30px;
  }
}

.services-technologies .flex-wrapper__content .tab img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 62em) {
  .services-technologies .flex-wrapper__content .tab img {
    width: 55px;
    height: 55px;
  }
}

.services-other {
  background: #f4f4f4;
  padding: 65px 0;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .services-other {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .services-other {
    padding: 50px 0;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .services-other {
    padding: 40px 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .services-other__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .services-other__item {
    padding-left: 20px;
  }
}

.services-other h4 {
  font-size: 16px;
  text-align: left;
  line-height: normal;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

@media (max-width: 767px) {
  .services-other h4 {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .services-other h4 {
    margin-bottom: 10px;
  }
}

.services-other h4:before {
  content: "";
  color: red;
  font-weight: bold;
  display: inline-block;
  background: #de1e2b;
  width: 5px;
  height: 5px;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -2.5px;
}

.services-other ul {
  margin: 0;
  padding: 0;
  font-weight: 500;
  list-style: none;
}

.services-other ul li {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .services-other ul li {
    margin-bottom: 7px;
  }
}

.page-header-contact {
  position: relative;
  background: transparent no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 95vh;
  background: #000;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .page-header-contact {
    height: 750px;
  }
}

@media (max-width: 992px) {
  .page-header-contact {
    height: 650px;
  }
}

@media (max-width: 767px) {
  .page-header-contact {
    height: 350px;
    border-radius: 0 0 20px 20px;
  }
}

.page-header-contact__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.page-header-contact__map #map {
  width: 100%;
  height: 105%;
}

.page-header-contact__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-header-contact__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  opacity: 0.8;
}

@media (max-width: 992px) {
  .page-header-contact__overlay {
    background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  }
}

.page-header-contact__content {
  position: absolute;
  bottom: 320px;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .page-header-contact__content {
    bottom: 260px;
  }
}

@media (max-width: 992px) {
  .page-header-contact__content {
    bottom: 210px;
  }
}

@media (max-width: 767px) {
  .page-header-contact__content {
    bottom: 160px;
  }
}

@media (max-width: 576px) {
  .page-header-contact__content {
    bottom: 110px;
  }
}

.page-header-contact__map-controls {
  position: absolute;
  bottom: 300px;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
  .page-header-contact__map-controls {
    bottom: 250px;
  }
}

@media (max-width: 992px) {
  .page-header-contact__map-controls {
    bottom: 200px;
  }
}

@media (max-width: 767px) {
  .page-header-contact__map-controls {
    bottom: 150px;
  }
}

@media (max-width: 576px) {
  .page-header-contact__map-controls {
    bottom: 100px;
  }
}

.page-header-contact__map-controls .map-zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-header-contact__map-controls .map-zoom__icon {
  margin-bottom: 5px;
  background: #fff;
  color: #000;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header-contact__map-controls .map-zoom__icon:hover {
  color: #de1e2b;
}

.page-header-contact__map-controls .map-zoom__directions {
  margin-bottom: 5px;
  background: #de1e2b;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  position: relative;
}

.page-header-contact__map-controls .map-zoom__directions a {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header-contact__map-controls .map-zoom__directions:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9b151e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media (pointer: fine) {
  .page-header-contact__map-controls .map-zoom__directions:hover a {
    color: #fff;
  }

  .page-header-contact__map-controls .map-zoom__directions:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.page-header-contact__map-controls .map-zoom__directions a {
  color: #fff;
}

.page-header-contact__map-controls .map-zoom__reset {
  margin-bottom: 5px;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-header-contact__map-controls .map-zoom__reset:hover {
  color: #de1e2b;
}

.page-header-contact__title {
  padding-right: 50px;
}

.page-header-contact__title h1 {
  font-size: 42px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .page-header-contact__title h1 {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .page-header-contact__title h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .page-header-contact__title h1 {
    font-size: 26px;
  }
}

.page-header-contact__title p {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .page-header-contact__title p {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .page-header-contact__title p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .page-header-contact__title p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .page-header-contact__title p {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .page-header-contact__title p {
    font-size: 13px;
  }
}

.faq-message {
  background: #f4f4f4;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .faq-message {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .faq-message {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .faq-message {
    padding: 40px 0;
  }
}

.faq-message__wrapper {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .faq-message__wrapper {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .faq-message__wrapper {
    font-size: 20px;
  }
}

.faq-message__wrapper a {
  position: relative;
  z-index: 2;
}

.faq-message__wrapper a:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 50%;
  left: -6px;
  width: 0;
  background: #f8ced0;
  z-index: -1;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
  border-radius: 10px;
}

@media (pointer: fine) {
  .faq-message__wrapper a:hover:after {
    width: 105%;
  }
}

.contact-container {
  background: #f4f4f4;
}

.contact-container h3 {
  font-size: 26px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 40px;
  color: #fff;
}

@media (max-width: 1200px) {
  .contact-container h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contact-container h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.contact-container__wrapper {
  position: relative;
  z-index: 2;
  margin-top: -300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .contact-container__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .contact-container__wrapper {
    margin-top: -250px;
  }
}

@media (max-width: 992px) {
  .contact-container__wrapper {
    margin-top: -200px;
  }
}

@media (max-width: 767px) {
  .contact-container__wrapper {
    margin-top: -150px;
  }
}

@media (max-width: 576px) {
  .contact-container__wrapper {
    margin-top: -100px;
  }
}

.contact-container__left {
  width: 70%;
  background: #fff;
  padding: 30px;
  border-radius: 20px 0 0 20px;
}

@media (max-width: 992px) {
  .contact-container__left {
    width: 60%;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .contact-container__left {
    width: 100%;
    padding: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 0 0 20px 20px;
  }
}

.contact-container__left h3 {
  color: #000;
}

.contact-container__right {
  width: 30%;
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  padding: 30px;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 992px) {
  .contact-container__right {
    width: 40%;
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .contact-container__right {
    width: 100%;
    padding: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 20px 20px 0 0;
  }
}

.contact-container__right h3 {
  color: #fff;
}

.info-wrapper {
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .info-wrapper {
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .info-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .info-wrapper {
    margin-bottom: 20px;
  }
}

.info-wrapper--address {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-wrapper--address .info-wrapper__icon {
  font-size: 28px;
}

.info-wrapper__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 24px;
  width: 45px;
}

.info-wrapper__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.info-wrapper__text a {
  color: #fff;
}

.info-wrapper small {
  margin-top: 20px;
  display: block;
  font-size: 13px;
}

@media (max-width: 992px) {
  .info-wrapper small {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .info-wrapper small {
    margin-top: 10px;
  }
}

.submit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.submit-form .button-cube {
  color: #000;
}

.submit-form .button-cube:hover {
  color: #000 !important;
}

.submit-form .button-cube__icon {
  background-color: #f8dfce;
  color: #dc6a1e;
}

.mdc-text-field-helper-line {
  display: none;
}

.contact-form form.invalid .mdc-text-field-helper-line {
  opacity: 0 !important;
}

.contact-form .field {
  margin-bottom: 15px;
}

.contact-form .mdc-text-field {
  width: 100%;
}

.contact-form .mdc-text-field--textarea {
  height: auto;
}

.contact-form .mdc-text-field--textarea .mdc-text-field__input {
  min-height: 180px;
  height: 180px;
  width: 100%;
}

.contact-form .wpcf7-form-control-wrap {
  width: 100%;
}

.contact-form .wpcf7-not-valid-tip {
  padding: 0 16px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 100%;
  left: 0;
}

.contact-form .wpcf7-not-valid-tip:before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

.about-us-main {
  background: #f4f4f4;
  padding: 65px 0;
}

.about-us-main blockquote {
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .about-us-main {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .about-us-main {
    padding: 50px 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about-us-main {
    padding: 40px 0;
    padding-bottom: 20px;
  }
}

.history-row {
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .history-row {
    margin-bottom: 35px;
  }
}

@media (max-width: 992px) {
  .history-row {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .history-row {
    margin-bottom: 25px;
  }
}

.counter {
  text-align: center;
}

@media (max-width: 992px) {
  .counter {
    margin-bottom: 15px;
  }
}

.counter__number {
  font-size: 70px;
  font-weight: bold;
  color: #de1e2b;
}

@media (max-width: 1200px) {
  .counter__number {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .counter__number {
    font-size: 45px;
  }
}

.counter__description {
  font-size: 13px;
  color: #606060;
}

@media (max-width: 1200px) {
  .counter__description {
    font-size: 12px;
  }
}

.counters-row {
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .counters-row {
    margin-bottom: 55px;
  }
}

@media (max-width: 992px) {
  .counters-row {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .counters-row {
    margin-bottom: 40px;
  }
}

.image-row {
  margin-bottom: 60px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .image-row {
    margin-bottom: 55px;
  }
}

@media (max-width: 992px) {
  .image-row {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .image-row {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .image-row {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
}

.mv-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .mv-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .mv-card {
    margin-bottom: 30px;
  }
}

.mv-card__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  width: 160px;
}

@media (max-width: 1200px) {
  .mv-card__icon {
    width: 150px;
  }
}

@media (max-width: 992px) {
  .mv-card__icon {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .mv-card__icon {
    width: 130px;
  }
}

@media (max-width: 576px) {
  .mv-card__icon {
    width: 60px;
  }
}

.mv-card__icon img {
  width: 80px;
}

@media (max-width: 1200px) {
  .mv-card__icon img {
    width: 75px;
  }
}

@media (max-width: 992px) {
  .mv-card__icon img {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .mv-card__icon img {
    width: 65px;
  }
}

@media (max-width: 576px) {
  .mv-card__icon img {
    width: 60px;
  }
}

.mv-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .mv-card__content {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .mv-card__content {
    padding-left: 15px;
  }
}

.mv-card__content h3 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .mv-card__content h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .mv-card__content h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .mv-card__content h3 {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .mv-card__content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.mv-card__content p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 992px) {
  .mv-card__content p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .mv-card__content p {
    font-size: 14px;
  }
}

.about-us-values {
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .about-us-values {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .about-us-values {
    padding: 50px 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .about-us-values {
    padding: 40px 0;
    padding-bottom: 20px;
  }
}

.values-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .values-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .values-card {
    margin-bottom: 30px;
  }
}

.values-card__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  width: 160px;
}

@media (max-width: 1200px) {
  .values-card__icon {
    width: 150px;
  }
}

@media (max-width: 992px) {
  .values-card__icon {
    width: 140px;
  }
}

@media (max-width: 767px) {
  .values-card__icon {
    width: 130px;
  }
}

@media (max-width: 576px) {
  .values-card__icon {
    width: 60px;
  }
}

.values-card__icon img {
  width: 80px;
}

@media (max-width: 1200px) {
  .values-card__icon img {
    width: 75px;
  }
}

@media (max-width: 992px) {
  .values-card__icon img {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .values-card__icon img {
    width: 65px;
  }
}

@media (max-width: 576px) {
  .values-card__icon img {
    width: 60px;
  }
}

.values-card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .values-card__content {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .values-card__content {
    padding-left: 15px;
  }
}

.values-card__content h3 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .values-card__content h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .values-card__content h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .values-card__content h3 {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .values-card__content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.values-card__content p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 992px) {
  .values-card__content p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .values-card__content p {
    font-size: 14px;
  }
}

.about-us-tools {
  background: #f4f4f4;
  padding: 65px 0;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .about-us-tools {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .about-us-tools {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .about-us-tools {
    padding: 40px 0;
  }
}

.about-us-tools .tools-wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  padding: 0 100px;
}

@media (max-width: 1200px) {
  .about-us-tools .tools-wrapper {
    padding: 0;
  }
}

.about-us-tools .tools-wrapper .tool {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .about-us-tools .tools-wrapper .tool {
    width: 80px;
    height: 80px;
  }

  .about-us-tools .tools-wrapper .tool img {
    height: 30px;
  }
}

@media (max-width: 576px) {
  .about-us-tools .tools-wrapper .tool {
    width: 70px;
    height: 70px;
  }

  .about-us-tools .tools-wrapper .tool img {
    height: 30px;
  }
}

.about-us-tools .tools-wrapper .tool div {
  position: relative;
}

.about-us-tools .tools-wrapper .tool div img {
  display: block;
}

.about-us-tools .tools-wrapper .tool div:hover .tool-tooltip {
  opacity: 1;
}

.about-us-tools .tools-wrapper .tool .tool-tooltip {
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  color: #000;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  pointer-events: none;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

@media (max-width: 576px) {
  .about-us-tools .tools-wrapper .tool .tool-tooltip {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.about-us-gallery .media-wrapper {
  width: 100%;
  height: 800px;
}

@media (max-width: 1200px) {
  .about-us-gallery .media-wrapper {
    height: 800px;
  }
}

@media (max-width: 992px) {
  .about-us-gallery .media-wrapper {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .about-us-gallery .media-wrapper {
    height: 450px;
  }
}

@media (max-width: 576px) {
  .about-us-gallery .media-wrapper {
    height: 300px;
  }
}

.our-work-main {
  background: #fff;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .our-work-main {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .our-work-main {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .our-work-main {
    padding: 40px 0;
  }
}

.our-work-main .description {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 767px) {
  .our-work-main .description .hide-phablet {
    display: none;
  }
}

.our-work-main .description blockquote {
  margin: 0rem;
  font-size: 16px;
}

@media (max-width: 576px) {
  .our-work-main .description blockquote {
    font-size: 14px;
  }
}

.our-work-main .project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 65px;
}

@media (max-width: 1200px) {
  .our-work-main .project-list {
    margin-top: 55px;
  }
}

@media (max-width: 992px) {
  .our-work-main .project-list {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .our-work-main .project-list {
    margin-top: 40px;
  }
}

.our-work-main .project-list [class*=project-wrapper-]:last-child {
  margin-bottom: 0;
}

.page-header-blog {
  position: relative;
  background: transparent no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 400px;
  overflow: hidden;
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  border-radius: 0 0 50px 50px;
}

.page-header-blog .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header-blog__overlay {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

@media (max-width: 992px) {
  .page-header-blog__overlay {
    background: rgba(0, 0, 0, 0.6);
  }
}

.page-header-blog__content {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 992px) {
  .page-header-blog__content {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .page-header-blog__content {
    bottom: 20px;
  }
}

.page-header-blog__title {
  text-align: center;
}

.page-header-blog__title h1 {
  font-size: 42px;
  font-weight: bold;
  text-transform: initial;
  margin: 25px 0 20px 0;
}

@media (max-width: 1200px) {
  .page-header-blog__title h1 {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .page-header-blog__title h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .page-header-blog__title h1 {
    font-size: 26px;
  }
}

.page-header-blog__title p {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .page-header-blog__title p {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .page-header-blog__title p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .page-header-blog__title p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .page-header-blog__title p {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .page-header-blog__title p {
    font-size: 13px;
  }
}

.page-header-blog__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}

.page-header-blog__categories>div {
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  text-align: center;
  background: #f8ced0;
  border-radius: 5px;
  overflow: hidden;
}

.page-header-blog__categories>div:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ee8b90;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border-radius: 5px;
}

@media (pointer: fine) {
  .page-header-blog__categories>div:hover a {
    color: #2a2b2c;
  }

  .page-header-blog__categories>div:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.page-header-blog__categories>div a {
  display: block;
  color: #2a2b2c;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
}

.page-header-blog__details {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 576px) {
  .page-header-blog__details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-header-blog__details * {
  display: inline;
}

.page-header-blog__details>div:not(:last-child) {
  position: relative;
  padding-right: 25px;
}

.page-header-blog__details>div:not(:last-child):after {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}

.page-header-blog__author span {
  font-weight: bold;
}

.page-header-blog__date {
  font-size: 13px;
}

@media (max-width: 576px) {
  .page-header-blog__date {
    font-size: 12px;
  }
}

.post-container {
  background: #fff;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .post-container {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .post-container {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .post-container {
    padding: 40px 0;
  }
}

.post-container__share {
  position: absolute;
  top: 0;
  margin-left: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .post-container__share {
    position: static !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 0;
    width: auto;
    height: auto;
    margin-top: 30px;
  }
}

.post-container__share.sticky {
  position: fixed;
  top: 100px;
}

@media (max-width: 1200px) {
  .post-container__share.sticky {
    top: 90px;
  }
}

@media (max-width: 992px) {
  .post-container__share.sticky {
    top: 85px;
  }
}

@media (max-width: 767px) {
  .post-container__share.sticky {
    top: 80px;
  }
}

.post-container__share.abs {
  bottom: 0;
  top: auto;
}

.post-container__share button {
  background: #f8dfce;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  color: #dc6a1e;
  font-size: 18px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 5px;
  border: none;
}

.post-container__share button:hover {
  background: #dc6a1e;
  color: #fff;
}

.post-container__wrapper {
  max-width: 875px;
  margin: auto;
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
}

@media (max-width: 1200px) {
  .post-container__wrapper {
    max-width: 720px;
  }
}

@media (max-width: 992px) {
  .post-container__wrapper {
    font-size: 16px;
    padding: 0 15px;
    max-width: 540px;
  }
}

@media (max-width: 576px) {
  .post-container__wrapper {
    font-size: 15px;
  }
}

.post-container__wrapper p {
  margin: 0;
  margin-bottom: 20px;
}

.post-container__wrapper .table {
  margin-top: 20px;
}

.post-container__wrapper h2,
.post-container__wrapper h3,
.post-container__wrapper h4,
.post-container__wrapper h5,
.post-container__wrapper h6 {
  margin-top: 48px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.post-container__wrapper h2:first-child,
.post-container__wrapper h3:first-child,
.post-container__wrapper h4:first-child,
.post-container__wrapper h5:first-child,
.post-container__wrapper h6:first-child {
  margin-top: 0;
}

.post-container__wrapper h2 {
  font-size: 36px;
}

@media (max-width: 992px) {
  .post-container__wrapper h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .post-container__wrapper h2 {
    font-size: 24px;
  }
}

.post-container__wrapper h3 {
  font-size: 28px;
}

@media (max-width: 992px) {
  .post-container__wrapper h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .post-container__wrapper h3 {
    font-size: 20px;
  }
}

.post-container__wrapper h4 {
  font-size: 22px;
}

@media (max-width: 992px) {
  .post-container__wrapper h4 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .post-container__wrapper h4 {
    font-size: 18px;
  }
}

.post-container__wrapper h5 {
  font-size: 20px;
}

@media (max-width: 992px) {
  .post-container__wrapper h5 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .post-container__wrapper h5 {
    font-size: 16px;
  }
}

.post-container__wrapper h6 {
  font-size: 18px;
}

@media (max-width: 992px) {
  .post-container__wrapper h6 {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .post-container__wrapper h6 {
    font-size: 15px;
  }
}

.post-container__wrapper img {
  width: 100%;
}

.post-subscribe {
  background: #fff;
  padding-bottom: 65px;
}

@media (max-width: 1200px) {
  .post-subscribe {
    padding-bottom: 55px;
  }
}

@media (max-width: 992px) {
  .post-subscribe {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .post-subscribe {
    padding-bottom: 40px;
  }
}

.post-subscribe__loading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  display: none;
}

.post-subscribe .button-cube {
  color: #000;
}

.post-subscribe .button-cube:hover {
  color: #000 !important;
}

.post-subscribe .button-cube__icon {
  background-color: #f8dfce;
  color: #dc6a1e;
}

.post-subscribe .mdc-form-field {
  margin-bottom: 20px;
}

.post-subscribe__subscribe {
  background: #fff;
  position: relative;
  border-radius: 20px;
  border: 2px solid #de1e2b;
}

.post-subscribe__subscribe__wrapper {
  max-width: 875px;
  margin: auto;
  width: 100%;
  padding: 50px 0;
  padding-right: 30%;
}

@media (max-width: 1200px) {
  .post-subscribe__subscribe__wrapper {
    max-width: 720px;
    padding: 45px 0;
    padding-right: 20%;
  }
}

@media (max-width: 992px) {
  .post-subscribe__subscribe__wrapper {
    max-width: 540px;
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .post-subscribe__subscribe__wrapper {
    max-width: none;
    padding: 35px;
  }
}

@media (max-width: 576px) {
  .post-subscribe__subscribe__wrapper {
    padding: 30px;
  }
}

.post-subscribe__subscribe__form {
  margin-top: 30px;
  display: block;
}

@media (max-width: 992px) {
  .post-subscribe__subscribe__form {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .post-subscribe__subscribe__form {
    margin-top: 20px;
  }
}

.post-subscribe__subscribe__form .mdc-text-field {
  width: 100%;
}

.post-subscribe__subscribe__form .mdc-text-field--textarea {
  height: auto;
}

.post-subscribe__subscribe__form .wpcf7-not-valid-tip {
  padding: 0 16px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.0333333333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  line-height: normal;
  margin: 0;
  -webkit-transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 100%;
  left: 0;
}

.post-subscribe__subscribe__form .wpcf7-not-valid-tip:before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

.post-subscribe__subscribe__form .mdc-form-field {
  padding-right: 30%;
}

@media (max-width: 767px) {
  .post-subscribe__subscribe__form .mdc-form-field {
    padding-right: 0;
  }
}

.post-subscribe__subscribe__form .mdc-form-field label {
  margin-bottom: 0;
  font-size: 13px;
}

.post-subscribe__subscribe__form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .post-subscribe__subscribe__form__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.post-subscribe__subscribe__form__wrapper button {
  margin-top: 6px;
}

.post-subscribe__subscribe__form__wrapper>.field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .post-subscribe__subscribe__form__wrapper>.field {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .post-subscribe__subscribe__form__wrapper>.field {
    margin-bottom: 10px;
  }
}

.post-subscribe__subscribe__form__wrapper>.mdc-form-field {
  width: 100%;
}

@media (max-width: 767px) {
  .post-subscribe__subscribe__form__wrapper>.mdc-form-field {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .post-subscribe__subscribe__form__wrapper>.mdc-form-field {
    margin-bottom: 10px;
  }
}

.post-subscribe__subscribe__form__wrapper>button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.post-subscribe__subscribe h3 {
  font-size: 26px;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .post-subscribe__subscribe h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .post-subscribe__subscribe h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .post-subscribe__subscribe h3 {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .post-subscribe__subscribe h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.post-subscribe__subscribe p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .post-subscribe__subscribe p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .post-subscribe__subscribe p {
    font-size: 14px;
  }
}

.blog-container {
  background: #fff;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .blog-container {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .blog-container {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .blog-container {
    padding: 40px 0;
  }
}

.blog-container__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-container__wrapper>div {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 33%;
  padding: 0 15px;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .blog-container__wrapper>div:first-child {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .blog-container__wrapper>div {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .blog-container__wrapper>div {
    width: 50%;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .blog-container__wrapper>div {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .blog-container__wrapper>div {
    width: 100%;
  }
}

.blog-container__wrapper .blog-spacer {
  width: 100%;
  height: 1px;
  background: #f8ced0;
  margin-left: 15px;
  margin-right: 15px;
}

.blog-container .loadmore-wrapper {
  margin-top: 10px;
  text-align: center;
}

.blog-container .no-post-message {
  text-align: center;
  width: 100%;
  color: #616161;
  font-size: 18px;
}

@media (max-width: 992px) {
  .blog-container .no-post-message {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .blog-container .no-post-message {
    font-size: 16px;
  }
}

.blog-container .no-post-message span {
  margin-bottom: 10px;
  display: block;
}

.blog-container .no-post-message span:last-child {
  margin-bottom: 0;
}

.blog-categories {
  background: #fff;
  padding-top: 65px;
}

@media (max-width: 1200px) {
  .blog-categories {
    padding-top: 55px;
  }
}

@media (max-width: 992px) {
  .blog-categories {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .blog-categories {
    padding-top: 40px;
  }
}

.blog-categories__list-mobile {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .blog-categories__list-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-categories__list-mobile .mdc-select {
  width: 300px;
}

.blog-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-categories__list {
    display: none;
  }
}

.blog-categories__list li {
  padding: 0 15px;
}

.blog-categories__list li.active a {
  color: #de1e2b;
}

.blog-categories__list a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #f2a1a6;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .blog-categories__list a {
    font-size: 17px;
  }
}

.blog-categories__list a:hover:after {
  width: 110%;
}

.client-types {
  background: #f4f4f4;
  padding: 65px 0;
}

.client-types .row {
  margin-left: 0;
  margin-right: 0;
}

.client-types [class*=col-] {
  padding: 0;
}

@media (max-width: 1200px) {
  .client-types {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .client-types {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .client-types {
    padding: 40px 0;
  }
}

.client-types__item {
  background: #fff;
  text-align: center;
  border: 1px solid #f4f4f4;
  padding: 50px;
  height: 100%;
}

@media (max-width: 1200px) {
  .client-types__item {
    padding: 30px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .client-types__item {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .client-types__item {
    padding: 30px 20px;
  }
}

.client-types__icon {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .client-types__icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .client-types__icon {
    margin-bottom: 15px;
  }
}

.client-types__icon img {
  width: 80px;
}

@media (max-width: 1200px) {
  .client-types__icon img {
    width: 75px;
  }
}

@media (max-width: 992px) {
  .client-types__icon img {
    width: 70px;
  }
}

@media (max-width: 767px) {
  .client-types__icon img {
    width: 65px;
  }
}

@media (max-width: 576px) {
  .client-types__icon img {
    width: 60px;
  }
}

.client-types__title {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .client-types__title {
    font-size: 23px;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .client-types__title {
    font-size: 22px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .client-types__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .client-types__title {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .client-types__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.client-types__description p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .client-types__description p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .client-types__description p {
    font-size: 14px;
  }
}

.client-message {
  background: #000;
  text-align: center;
  padding-bottom: 65px;
  color: #fff;
}

@media (max-width: 1200px) {
  .client-message {
    padding-bottom: 55px;
  }
}

@media (max-width: 992px) {
  .client-message {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .client-message {
    padding-bottom: 40px;
  }
}

.client-message__wrapper {
  max-width: 875px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .client-message__wrapper {
    max-width: 720px;
  }
}

@media (max-width: 992px) {
  .client-message__wrapper {
    padding: 0 15px;
    max-width: 540px;
  }
}

.client-message blockquote {
  margin: 0;
  color: #fff;
}

.client-message1 {
  background: #f4f4f4;
  text-align: center;
  padding-bottom: 65px;
  color: #000;
}

@media (max-width: 1200px) {
  .client-message1 {
    padding-bottom: 55px;
  }
}

@media (max-width: 992px) {
  .client-message1 {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .client-message1 {
    padding-bottom: 40px;
  }
}

.client-message1__wrapper {
  max-width: 875px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .client-message1__wrapper {
    max-width: 720px;
  }
}

@media (max-width: 992px) {
  .client-message1__wrapper {
    padding: 0 15px;
    max-width: 540px;
  }
}

.client-message1 blockquote {
  margin: 0;
  color: #fff;
}

.our-process {
  background: linear-gradient(317deg, #de1e2b 1.38%, #de1e61 51.23%, #dc6a1e 99.04%);
  padding: 65px 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .our-process {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .our-process {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .our-process {
    padding: 40px 0;
  }
}

.our-process .client-message__wrapper {
  margin: 65px auto 20px auto;
}

.our-process .client-message__wrapper blockquote {
  margin: 0;
  color: #fff;
}

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 0;
}

@media (max-width: 1200px) {
  .process {
    padding: 70px 0;
  }
}

@media (max-width: 992px) {
  .process {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

.process__entity-text {
  color: #fff;
  padding: 20px;
  line-height: 3;
  position: relative;
  z-index: 3;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media (max-width: 1200px) {
  .process__entity-text {
    line-height: 2.5;
  }
}

@media (max-width: 992px) {
  .process__entity-text {
    line-height: 2.3;
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .process__entity-text {
    width: 100%;
  }
}

.process__entity-text__content {
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.process__entity-text--left {
  text-align: left;
}

@media (max-width: 992px) {
  .process__entity-text--left {
    margin-bottom: 20px;
    padding: 10px;
  }
}

.process__entity-text--left>span {
  position: absolute;
  left: -150px;
  top: -80px;
  right: -50px;
  bottom: -80px;
  z-index: 1;
  -webkit-animation: pulse2 4s linear infinite;
  animation: pulse2 4s linear infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .process__entity-text--left>span {
    left: -100px;
    top: -70px;
    bottom: -70px;
  }
}

@media (max-width: 992px) {
  .process__entity-text--left>span {
    left: -150px;
    top: -120px;
    right: -150px;
    bottom: -50px;
  }
}

@media (max-width: 576px) {
  .process__entity-text--left>span {
    left: 0;
    top: -90px;
    right: 0;
    bottom: -50px;
  }
}

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

@media (max-width: 992px) {
  .process__entity-text--right {
    margin-top: 20px;
    padding: 10px;
  }
}

.process__entity-text--right>span {
  position: absolute;
  left: -50px;
  top: -80px;
  right: -150px;
  bottom: -80px;
  z-index: 1;
  -webkit-animation: pulse2 4s linear infinite;
  animation: pulse2 4s linear infinite;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .process__entity-text--right>span {
    right: -90px;
    top: -70px;
    bottom: -70px;
  }
}

@media (max-width: 992px) {
  .process__entity-text--right>span {
    left: -150px;
    top: -50px;
    right: -150px;
    bottom: -120px;
  }
}

@media (max-width: 576px) {
  .process__entity-text--right>span {
    left: 0;
    top: -50px;
    right: 0;
    bottom: -90px;
  }
}

.process__entity {
  background: #f2a1a6;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  position: relative;
  z-index: 4;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .process__entity {
    min-height: 150px;
    width: 150px;
  }
}

@media (max-width: 576px) {
  .process__entity {
    min-height: 120px;
    width: 120px;
  }
}

.process__entity__title {
  font-size: 24px;
  line-height: normal;
  color: #de1e2b;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .process__entity__title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .process__entity__title {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .process__entity__title {
    font-size: 18px;
  }
}

.trusted-by {
  background: #fff;
}

@media (max-width: 1200px) {
  .trusted-by {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .trusted-by {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .trusted-by {
    padding: 40px 0;
  }
}

.why-outsource {
  background: #fff;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .why-outsource {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .why-outsource {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .why-outsource {
    padding: 40px 0;
  }
}

.why-outsource__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .why-outsource__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.why-outsource__item:last-child {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .why-outsource__item {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .why-outsource__item:last-child {
    margin-bottom: 0;
  }
}

.why-outsource__item__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 400px;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  .why-outsource__item__title {
    width: 320px;
  }
}

@media (max-width: 992px) {
  .why-outsource__item__title {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .why-outsource__item__title {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.why-outsource__item__title h3 {
  font-size: 26px;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}

@media (max-width: 1200px) {
  .why-outsource__item__title h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .why-outsource__item__title h3 {
    font-size: 21px;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .why-outsource__item__title h3 {
    font-size: 20px;
  }
}

.why-outsource__item__title h3:after {
  content: "";
  position: absolute;
  bottom: -20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAIAAADzBuo/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA3LTIzVDE0OjQ2OjMyKzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE5LTA3LTIzVDE0OjQ2OjMyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wNy0yM1QxNDo0NjozMiswMjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3NTMwZGE4YS1kOTI4LWNiNDItYjExNS1jYTU4OWNiODIyYWEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo0ZGIwM2ViZi1lNWE1LWNiNDQtYjYyZS1jYTI4NGVmZTFhMmUiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNWFkNzdkMC02MjYyLWZiNGQtYmE5MS1iNzgyNTBmM2Y5MGYiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDowNWFkNzdkMC02MjYyLWZiNGQtYmE5MS1iNzgyNTBmM2Y5MGYiIHN0RXZ0OndoZW49IjIwMTktMDctMjNUMTQ6NDY6MzIrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzUzMGRhOGEtZDkyOC1jYjQyLWIxMTUtY2E1ODljYjgyMmFhIiBzdEV2dDp3aGVuPSIyMDE5LTA3LTIzVDE0OjQ2OjMyKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jbVqGQAAABpJREFUCJljfCCgxYAE5N9fReYyMeAFNJUGALCZAwdHurbXAAAAAElFTkSuQmCC) repeat;
  background-color: #de1e2b;
  height: 5px;
  width: 170px;
  left: 0;
}

.why-outsource__item__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 767px) {
  .why-outsource__item__description {
    width: 100%;
  }
}

.why-outsource__item__description p {
  margin-bottom: 10px;
}

.why-outsource__item__description p:last-child {
  margin-bottom: 0;
}

.engagement-models {
  background: #fff;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .engagement-models {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .engagement-models {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .engagement-models {
    padding: 40px 0;
  }
}

.engagement-models__slider {
  margin: 0 -15px;
}

.engagement-models__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.engagement-models__icon {
  background: #f8ced0;
  width: 150px;
  height: 150px;
  fill: #de1e2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 50%;
}

@media (max-width: 992px) {
  .engagement-models__icon {
    width: 135px;
    height: 135px;
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .engagement-models__icon {
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
  }
}

.engagement-models__icon img,
.engagement-models__icon svg {
  width: 80px;
  display: block;
}

@media (max-width: 1200px) {

  .engagement-models__icon img,
  .engagement-models__icon svg {
    width: 75px;
  }
}

@media (max-width: 992px) {

  .engagement-models__icon img,
  .engagement-models__icon svg {
    width: 70px;
  }
}

@media (max-width: 767px) {

  .engagement-models__icon img,
  .engagement-models__icon svg {
    width: 65px;
  }
}

@media (max-width: 576px) {

  .engagement-models__icon img,
  .engagement-models__icon svg {
    width: 60px;
  }
}

.engagement-models__title {
  font-size: 24px;
  text-align: center;
  line-height: normal;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .engagement-models__title {
    font-size: 23px;
  }
}

@media (max-width: 992px) {
  .engagement-models__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .engagement-models__title {
    font-size: 21px;
  }
}

@media (max-width: 576px) {
  .engagement-models__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.engagement-models__description {
  text-align: center;
  font-size: 16px;
  color: #545454;
  max-width: 300px;
}

@media (max-width: 992px) {
  .engagement-models__description {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .engagement-models__description {
    font-size: 14px;
  }
}

.faq-section {
  background: #fff;
  padding: 65px 0;
}

@media (max-width: 1200px) {
  .faq-section {
    padding: 55px 0;
  }
}

@media (max-width: 992px) {
  .faq-section {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 40px 0;
  }
}

.faq-section__item {
  position: relative;
}

.faq-section__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 2;
  border: 2px solid transparent;
  border-radius: 20px;
}

.faq-section__item--opened:after {
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 2px solid #de1e2b;
}

.faq-section__item--opened .faq-section__item__q {
  padding-bottom: 20px;
}

@media (max-width: 1200px) {
  .faq-section__item--opened .faq-section__item__q {
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .faq-section__item--opened .faq-section__item__q {
    padding-bottom: 10px;
  }
}

.faq-section__item--opened .faq-section__item__q span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-section__item--opened .faq-section__item__a {
  height: auto;
  padding-bottom: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (max-width: 1200px) {
  .faq-section__item--opened .faq-section__item__a {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .faq-section__item--opened .faq-section__item__a {
    padding-bottom: 10px;
  }
}

.faq-section__item__wrapper {
  max-width: 875px;
  margin: auto;
  width: 100%;
  position: relative;
  z-index: 3;
}

@media (max-width: 1200px) {
  .faq-section__item__wrapper {
    max-width: 720px;
  }
}

@media (max-width: 992px) {
  .faq-section__item__wrapper {
    max-width: 540px;
  }
}

@media (max-width: 767px) {
  .faq-section__item__wrapper {
    max-width: none;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .faq-section__item__wrapper {
    padding: 0 15px;
  }
}

.faq-section__item__q {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  padding: 30px 0;
}

@media (max-width: 1200px) {
  .faq-section__item__q {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .faq-section__item__q {
    padding: 20px 0;
  }
}

.faq-section__item__q h3 {
  font-size: 26px;
  line-height: normal;
  font-weight: bold;
  position: relative;
  margin: 0;
}

@media (max-width: 1200px) {
  .faq-section__item__q h3 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .faq-section__item__q h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .faq-section__item__q h3 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .faq-section__item__q h3 {
    font-size: 16px;
  }
}

.faq-section__item__q span {
  font-size: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .faq-section__item__q span {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .faq-section__item__q span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .faq-section__item__q span {
    font-size: 16px;
  }
}

.faq-section__item__a {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.error-page p {
  text-align: center !important;
  max-width: 700px;
  margin: 30px auto;
}

.ghost {
  width: 125px;
  height: 200px;
  background-color: #f4f4f4;
  border: 3px solid #de1e2b;
  position: relative;
  left: 0;
  right: 0;
  border-radius: 150px 150px 7px 7px;
  -webkit-animation: ghost 1.5s ease-in-out alternate infinite;
  animation: ghost 1.5s ease-in-out alternate infinite;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}

.ghost * {
  -webkit-box-sizing: initial !important;
  box-sizing: initial !important;
}

.corner {
  width: 21px;
  height: 21px;
  border-radius: 5px;
  background-color: #f4f4f4;
  border: 3px solid #de1e2b;
  position: absolute;
  margin-top: 188px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.corner.two {
  margin-left: 33px;
}

.corner.three {
  margin-left: 66px;
}

.corner.four {
  margin-left: 98px;
}

.over {
  width: 27px;
  height: 27px;
  border-radius: 3px;
  background-color: #f4f4f4;
  position: absolute;
  margin-top: 188px;
  -webkit-transform: rotate(45deg) translateX(3px) translateY(3px);
  -ms-transform: rotate(45deg) translateX(3px) translateY(3px);
  transform: rotate(45deg) translateX(3px) translateY(3px);
}

.over.two {
  margin-left: 33px;
}

.over.three {
  margin-left: 66px;
}

.over.four {
  margin-left: 98px;
}

.eye {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #de1e2b;
  position: absolute;
  margin: 50px auto;
  left: 0;
  right: 0;
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
}

.eye.two {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}

.mouth {
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background-color: #de1e2b;
  position: absolute;
  margin: 75px auto;
  left: 0;
  right: 0;
}

.tonge {
  width: 4px;
  height: 10px;
  border-radius: 0px 0px 50px 50px;
  background-color: #de1e2b;
  position: absolute;
  margin: 2px auto;
  left: 0;
  right: 0;
  -webkit-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
  border-left: 5px solid rgba(0, 0, 0, 0.3);
  border-right: 5px solid rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.shadow {
  width: 120px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  margin: 230px auto;
  left: 0;
  right: 0;
  -webkit-animation: shadow 1.5s ease-in-out alternate infinite;
  animation: shadow 1.5s ease-in-out alternate infinite;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.text {
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  font-weight: bold;
  font-size: 1.8em;
}

@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }

  100% {
    -webkit-transform: scale(0.8) translateY(75px);
    transform: scale(0.8) translateY(75px);
  }
}

@keyframes shadow {
  0% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }

  100% {
    -webkit-transform: scale(0.8) translateY(75px);
    transform: scale(0.8) translateY(75px);
  }
}

@-webkit-keyframes ghost {
  0% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }

  100% {
    -webkit-transform: scale(1) translateY(-40px);
    transform: scale(1) translateY(-40px);
  }
}

@keyframes ghost {
  0% {
    -webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
  }

  100% {
    -webkit-transform: scale(1) translateY(-40px);
    transform: scale(1) translateY(-40px);
  }
}

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

.nest360-main {
  background-color: white;
  /* ANIMATIONS START */
  /* ANIMATIONS END */
}

.nest360-main h2 {
  font-size: 1.5rem;
  color: #187ca7;
  font-weight: bold;
  letter-spacing: 3%;
  line-height: 31.47px;
  padding-bottom: 30px;
}

@media (min-width: 62em) {
  .nest360-main h2 {
    font-size: 2rem;
  }
}

.nest360-main h3 {
  font-size: 1.25rem;
  line-height: 34.06px;
  letter-spacing: 3.5%;
  font-weight: bold;
  padding-bottom: 30px;
  color: white;
}

@media (min-width: 62em) {
  .nest360-main h3 {
    font-size: 1.625rem;
  }
}

.nest360-main p,
.nest360-main pre {
  font-size: 0.938rem;
  color: #000000;
  max-width: 60ch;
  line-height: 23.38px;
  font-weight: 400;
}

@media (min-width: 62em) {

  .nest360-main p,
  .nest360-main pre {
    line-height: 21.92px;
    font-size: 1rem;
  }
}

.nest360-main .wrapper {
  margin: 60px auto 60px auto;
  overflow: hidden;
  max-width: 540px;
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 48em) {
  .nest360-main .wrapper {
    max-width: 720px;
    margin: 0px auto;
  }
}

@media (min-width: 62em) {
  .nest360-main .wrapper {
    max-width: 960px;
  }
}

@media (min-width: 75em) {
  .nest360-main .wrapper {
    max-width: 1140px;
  }
}

@media (min-width: 90em) {
  .nest360-main .wrapper {
    max-width: 1350px;
    padding: 0px;
  }
}

.nest360-main img {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
}

@media (min-width: 62em) {
  .nest360-main img {
    margin-top: 0px;
  }
}

.nest360-main section {
  margin-bottom: 60px;
}

@media (min-width: 62em) {
  .nest360-main section {
    margin-bottom: 0px;
  }
}

.nest360-main a {
  nest-text-decoration: none;
  color: white;
}

.nest360-main section {
  margin-bottom: 60px;
}

@media (min-width: 62em) {
  .nest360-main section {
    margin-bottom: 0px;
  }
}

.nest360-main a {
  nest-text-decoration: none;
  color: white;
}

.nest360-main .btn {
  padding: 13px 19px;
  color: white;
  letter-spacing: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(94, 203, 239)), color-stop(rgb(58, 162, 202)), to(rgb(24, 124, 167)));
  background: linear-gradient(rgb(94, 203, 239), rgb(58, 162, 202), rgb(24, 124, 167));
  border-radius: 81px;
  outline: none;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.nest360-main .btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.nest360-main .nest-text {
  position: unset;
}

.nest360-main .anima-my-spin-1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  overflow: hidden;
  overflow-x: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.nest360-main .wrapper {
  margin-bottom: 0px;
}

.nest360-main .wrapper .background {
  width: 100%;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .background {
    margin-top: 130px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;
  }
}

.nest360-main .wrapper .background .nest-col-1 {
  margin-right: 0px;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .background .nest-col-1 {
    margin-right: 100px;
  }
}

.nest360-main .wrapper .background .nest-col-1 img {
  min-width: 354px;
  max-width: 737px;
  width: 100%;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .background .nest-col-2 {
    padding-bottom: 80px;
  }
}

.nest360-main .wrapper {
  padding-bottom: 0px !important;
}

.nest360-main .wrapper .ux-research {
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
}

@media (min-width: 90em) {
  .nest360-main .wrapper .ux-research {
    padding-left: 75px;
  }
}

@media (min-width: 62em) {
  .nest360-main .wrapper .ux-research {
    padding-top: 125px;
  }
}

.nest360-main .wrapper .ux-research .nest-row-1 p {
  text-align: left;
}

.nest360-main .ux-image {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 1700px;
  margin: 0 auto;
}

@media (min-width: 62em) {
  .nest360-main .ux-image {
    padding-bottom: 85px;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .ux-image {
    margin-top: -70px;
  }
}

.nest360-main .ux-image .bg-circles {
  position: absolute;
  text-align: center;
  top: 0%;
  left: 0%;
  -webkit-transition: -webkit-transform 0.08s;
  transition: -webkit-transform 0.08s;
  transition: transform 0.08s;
  transition: transform 0.08s, -webkit-transform 0.08s;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  max-width: 100%;
}

@media (min-width: 90em) {
  .nest360-main .ux-image .bg-circles {
    margin-top: -12%;
    left: 0%;
    top: 0%;
    width: 100%;
  }
}

.nest360-main .ux-image .img {
  max-width: 1348px;
}

.nest360-main .wrapper .mock-ups {
  width: 100%;
  margin-top: 60px;
}

.nest360-main .wrapper .mock-ups .nest-row-1 h2 {
  text-align: left;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .mock-ups .nest-row-1 h2 {
    text-align: center;
  }
}

.nest360-main .wrapper .mock-ups .nest-row-1 p {
  max-width: 70ch;
  text-align: left;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .mock-ups .nest-row-1 p {
    margin: 0 auto;
  }
}

.nest360-main .wrapper .mock-ups img {
  margin-top: 0;
}

.nest360-main .z-overlay {
  z-index: 11;
  position: relative;
}

.nest360-main .bird-illustration {
  position: relative;
  left: 55%;
  top: 8%;
  -webkit-transform: translate(-55%, -8%);
  -ms-transform: translate(-55%, -8%);
  transform: translate(-55%, -8%);
}

.nest360-main .orange-linear-gradient {
  width: 100%;
  height: auto;
  margin-top: -35%;
  position: relative;
}

@media (min-width: 90em) {
  .nest360-main .orange-linear-gradient {
    height: auto;
    width: 100%;
    position: relative;
  }
}

@media (min-width: 137.5em) {
  .nest360-main .orange-linear-gradient {
    display: none;
  }
}

.nest360-main #demo {
  display: block;
}

.nest360-main .wrapper {
  position: relative;
  margin-top: 0px;
}

@media (min-width: 48em) {
  .nest360-main .wrapper {
    padding-bottom: 55px;
  }
}

.nest360-main .wrapper .typography {
  width: 100%;
  padding-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 48em) {
  .nest360-main .wrapper .typography {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 62em) {
  .nest360-main .wrapper .typography {
    padding: 0px 110px;
  }
}

.nest360-main .wrapper .typography .nest-row-1 {
  margin-bottom: 40px;
}

.nest360-main .wrapper .typography .nest-row-1 h2 {
  text-align: center;
  padding-left: 0px;
}

@media (min-width: 48em) {
  .nest360-main .wrapper .typography .nest-row-1 h2 {
    text-align: left;
  }
}

@media (min-width: 62em) {
  .nest360-main .wrapper .typography .nest-row-1 h2 {
    padding-bottom: 65px;
  }
}

.nest360-main .wrapper .typography .nest-row-1 p {
  margin: 0;
}

.nest360-main .wrapper .typography .nest-row-1 .item-1 {
  padding-left: 33px;
}

@media (min-width: 48em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-1 {
    padding-left: 0px;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-1 span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #697f8c;
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-1 span {
    font-size: 6.625rem;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-1 p:first-of-type {
  font-size: 0.938rem;
  font-weight: bold;
  color: #697f8c;
  padding: 10px 0 0px 0;
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-1 p:first-of-type {
    font-size: 1.313rem;
    padding: 10px 0 4px 0;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-1 p:last-of-type {
  font-size: 0.875rem;
  font-weight: bold;
  color: #697f8c;
  opacity: 0.6;
  padding: 4px 0 18px 0;
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-1 p:last-of-type {
    font-size: 1.063rem;
    padding: 0px 0 18px 0;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-1 pre {
  font-size: 0.938rem;
  color: #697f8c;
  font-weight: bold;
  white-space: pre-wrap;
}

@media (min-width: 30em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-1 pre {
    white-space: pre;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-1 pre {
    font-size: 1.063rem;
    padding-top: 15px;
  }
}

.nest360-main .wrapper .typography .nest-row-1 hr {
  margin: 25px 0 25px 33px;
  border-color: #697f8c;
  border-bottom: 0.1px;
  max-width: 150px;
  opacity: 0.6;
}

@media (min-width: 48em) {
  .nest360-main .wrapper .typography .nest-row-1 hr {
    margin: 50px 0 50px 0px;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 hr {
    max-width: 400px;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-2 {
  padding-left: 33px;
}

@media (min-width: 48em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-2 {
    padding-left: 0px;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-2 span {
  font-size: 2.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #697f8c;
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-2 span {
    font-size: 6.625rem;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-2 p:first-of-type {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.938rem;
  font-weight: 400;
  color: #697f8c;
  padding: 10px 0 0px 0;
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-2 p:first-of-type {
    font-size: 1.313rem;
    padding: 10px 0 4px 0;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-2 p:last-of-type {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #697f8c;
  opacity: 0.6;
  padding: 0px 0 18px 0;
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-2 p:last-of-type {
    font-size: 1.063rem;
    padding: 4px 0 18px 0;
  }
}

.nest360-main .wrapper .typography .nest-row-1 .item-2 pre {
  font-size: 0.938rem;
  font-family: "Nunito Sans", sans-serif;
  color: #697f8c;
  font-weight: 400;
  white-space: pre-wrap;
  word-wrap: break-word;
}

@media (min-width: 77.5em) {
  .nest360-main .wrapper .typography .nest-row-1 .item-2 pre {
    font-size: 1.063rem;
    padding-top: 15px;
  }
}

.nest360-main .wrapper .typography .nest-row-2 {
  height: 100%;
}

.nest360-main .wrapper .typography .nest-row-2 .color-scheme {
  max-height: 891.75px;
  height: 100%;
  max-width: 683.93px;
  width: 100%;
  margin-left: 20%;
  padding-bottom: 5px;
}

@media (min-width: 48em) {
  .nest360-main .wrapper .typography .nest-row-2 .color-scheme {
    margin-top: 120px;
    margin-left: 8%;
  }
}

.nest360-main .bg-blue {
  width: 100%;
  background-color: #187ca7;
  margin-top: -20px;
  position: relative;
}

.nest360-main .bg-blue .lines {
  opacity: 70%;
  position: absolute;
  z-index: 4;
  margin-top: -165px;
  display: none;
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .lines {
    display: block;
  }
}

@media (min-width: 156.25em) {
  .nest360-main .bg-blue .lines {
    display: none;
  }
}

.nest360-main .bg-blue .lines-2 {
  opacity: 70%;
  position: absolute;
  z-index: 3;
  margin-top: 57px;
  display: none;
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .lines-2 {
    display: block;
  }
}

@media (min-width: 156.25em) {
  .nest360-main .bg-blue .lines-2 {
    display: none;
  }
}

.nest360-main .bg-blue .wrapper {
  position: relative;
  padding-top: 20px;
}

.nest360-main .bg-blue .wrapper .features {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .wrapper .features {
    padding-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .nest360-main .bg-blue .wrapper .features {
    padding-bottom: 120px;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .bg-blue .wrapper .features {
    padding-bottom: 160px;
  }
}

@media (min-width: 122.5em) {
  .nest360-main .bg-blue .wrapper .features {
    padding-top: 60px;
  }
}

@media (min-width: 137.5em) {
  .nest360-main .bg-blue .wrapper .features {
    padding-top: 100px;
  }
}

.nest360-main .bg-blue .wrapper .features h2 {
  padding-bottom: 60px;
  text-align: center;
  color: white;
}

@media (min-width: 62em) {
  .nest360-main .bg-blue .wrapper .features h2 {
    padding-bottom: 110px;
  }
}

.nest360-main .bg-blue .wrapper .features .nest-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .wrapper .features .nest-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .bg-blue .wrapper .features .nest-row {
    padding-top: 150px;
  }
}

.nest360-main .bg-blue .wrapper .features .nest-row:first-of-type {
  padding-top: 20px;
}

.nest360-main .bg-blue .wrapper .features .nest-row .img {
  position: relative;
  margin-top: 0;
}

.nest360-main .bg-blue .wrapper .features .nest-row .img .circle-white {
  border: 0;
  position: absolute;
  left: -25%;
  top: -25%;
  display: none;
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .wrapper .features .nest-row .img .circle-white {
    display: block;
  }
}

.nest360-main .bg-blue .wrapper .features .nest-row .nest-text p {
  color: white;
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .wrapper .features .nest-row .nest-text {
    padding-right: 35px;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .bg-blue .wrapper .features .nest-row .nest-text {
    padding-right: 175px;
  }
}

.nest360-main .bg-blue .wrapper .features .nest-row img {
  position: relative;
  border-radius: 15px;
  border: 2pt solid rgba(255, 255, 255, 0.95);
  width: 313px;
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .wrapper .features .nest-row img {
    max-width: 658px;
    width: 100%;
    margin-top: 0;
  }
}

.nest360-main .bg-blue .wrapper .features div[class=nest-row]:first-of-type {
  padding-top: 0px;
}

.nest360-main .bg-blue .wrapper .features .nest-row-2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .wrapper .features .nest-row-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .nest360-main .bg-blue .wrapper .features .nest-row-2 .nest-text {
    padding-right: 0px;
    padding-left: 35px;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .bg-blue .wrapper .features .nest-row-2 .nest-text {
    padding-left: 175px;
    padding-right: 0px;
  }
}

.nest360-main #features-bg {
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  margin-top: -30px;
}

@media (min-width: 122.5em) {
  .nest360-main #features-bg {
    margin-bottom: -3.75%;
    width: 80%;
    position: relative;
  }
}

@media (min-width: 137.5em) {
  .nest360-main #features-bg {
    width: 40%;
    margin-bottom: -1.75%;
  }
}

.nest360-main .detailed-information {
  overflow: hidden;
  overflow-x: hidden;
  width: 100%;
  padding: 60px 10px 0 10px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 62em) {
  .nest360-main .detailed-information {
    margin-top: 95px;
  }
}

@media (min-width: 48em) {
  .nest360-main .detailed-information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 90px;
  }
}

.nest360-main .detailed-information .images {
  width: 100%;
  max-width: 1040px;
  position: relative;
}

.nest360-main .detailed-information .images .img {
  width: 98%;
}

@media (min-width: 23.4375em) {
  .nest360-main .detailed-information .images .img {
    padding-bottom: 50px;
  }
}

@media (min-width: 62em) {
  .nest360-main .detailed-information .images .img {
    margin-left: -4%;
    padding-bottom: 95px;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .detailed-information .images .img {
    margin-left: -12%;
    width: 97%;
  }
}

.nest360-main .detailed-information .images .circle {
  position: absolute;
  overflow: hidden;
  left: 20%;
  margin-top: -20%;
  width: 100%;
  max-width: 78%;
  top: 18%;
}

@media (min-width: 62em) {
  .nest360-main .detailed-information .images .circle {
    top: 12%;
  }
}

.nest360-main .detailed-information .nest-text {
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 62em) {
  .nest360-main .detailed-information .nest-text {
    padding-bottom: 50px;
  }
}

.nest360-main .wrapper {
  overflow: hidden;
}

.nest360-main .wrapper .admin-panel {
  width: 100%;
  overflow: hidden;
  overflow-x: hidden;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .admin-panel {
    margin-top: 60px;
  }
}

.nest360-main .admin-img {
  width: 100%;
  max-width: 1106px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}

.nest360-main .admin-img img {
  width: 85%;
}

@media (min-width: 30em) {
  .nest360-main .admin-img img {
    width: 90%;
  }
}

@media (min-width: 77.5em) {
  .nest360-main .admin-img img {
    margin-left: -55px;
  }
}

.nest360-main .admin-img .circle {
  position: absolute;
  overflow: hidden;
  left: 20%;
  top: -32%;
  width: 100%;
  max-width: 80%;
  overflow: hidden;
}

@media (min-width: 77.5em) {
  .nest360-main .admin-img .circle {
    left: 35%;
    top: -40%;
  }
}

.nest360-main .circle-wrapper {
  margin: 0 auto;
  background-color: red;
  height: 0px;
  max-width: 2000px;
  position: relative;
  display: none;
}

.nest360-main .circle-wrapper .tehnology-circle {
  position: absolute;
  height: auto;
  max-width: 619.58px;
  top: -10%;
  left: -20%;
}

@media (min-width: 120em) {
  .nest360-main .circle-wrapper .tehnology-circle {
    left: -15%;
  }
}

@media (min-width: 108.75em) {
  .nest360-main .circle-wrapper {
    display: block;
  }
}

.nest360-main .wrapper .technology {
  position: relative;
  margin-bottom: 65px;
  margin-top: 90px;
}

.nest360-main .wrapper .technology .circle {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0%;
  width: 100%;
  max-width: 20%;
  top: -40%;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .technology {
    margin-bottom: 160px;
    margin-top: 240px;
  }
}

@media (min-width: 36em) {
  .nest360-main .wrapper .technology .nest-row-1 h2 {
    text-align: center;
  }
}

.nest360-main .wrapper .technology .nest-row-1 p {
  max-width: 70ch;
}

@media (min-width: 36em) {
  .nest360-main .wrapper .technology .nest-row-1 p {
    margin: 0 auto;
  }
}

.nest360-main .wrapper .technology .nest-row-2 {
  margin-top: 30px;
}

.nest360-main .wrapper .technology .nest-row-2 .server-desktop {
  display: none;
}

@media (min-width: 48em) {
  .nest360-main .wrapper .technology .nest-row-2 .server-desktop {
    display: block;
    height: 100%;
    width: 100%;
  }
}

.nest360-main .wrapper .technology .nest-row-2 .server-mobile {
  max-height: 1500px;
  height: 100%;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  display: block;
  width: 100%;
}

@media (min-width: 48em) {
  .nest360-main .wrapper .technology .nest-row-2 .server-mobile {
    display: none;
  }
}

.nest360-main .map-gradient-blue {
  position: absolute;
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 124, 167)), to(rgba(24, 124, 167, 0)));
  background: linear-gradient(rgb(24, 124, 167), rgba(24, 124, 167, 0));
}

.nest360-main .map-gradient-blue img {
  width: 100%;
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  display: block;
  padding-left: 8%;
}

.nest360-main .wrapper .website-mockup {
  margin-left: auto;
  margin-right: auto;
  max-width: 1055px;
  width: 100%;
  padding-top: 30px;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .website-mockup {
    padding-top: 140px;
  }
}

.nest360-main .wrapper .website-mockup img {
  width: 100%;
  padding: 0 76px;
}

.nest360-main .wrapper .conclusion {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .conclusion {
    padding: 0 60px;
  }
}

@media (min-width: 62em) {
  .nest360-main .wrapper .conclusion {
    margin-top: 195px;
    margin-bottom: 85px;
  }
}

@media (min-width: 62em) {
  .nest360-main .wrapper .conclusion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.nest360-main .wrapper .conclusion .item-1 {
  margin-bottom: 60px;
}

@media (min-width: 62em) {
  .nest360-main .wrapper .conclusion .item-1 {
    margin-bottom: 0px;
    padding-right: 136px;
  }
}

@media (min-width: 137.5em) {
  .orange-bird {
    background: linear-gradient(179.82deg, #ffffff 38.15%, #f7b999 99.82%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
  }
}

@media (min-width: 137.5em) {
  .mybird {
    width: 100%;
    margin-left: 2%;
    height: 200px;
    margin-top: -10px;
  }
}

.object-bird {
  overflow: hidden;
  display: none;
}

@media (min-width: 137.5em) {
  .object-bird {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 -6% 0 auto;
  }
}

.wrapper.wrapper2 {
  overflow: visible;
}

.wrapper.wrapper2 .detailed-information {
  overflow: visible;
  overflow-x: visible;
}

@media (min-width: 48em) {
  .wrapper.wrapper2 .images {
    margin-left: -40%;
  }
}

@media (min-width: 77.5em) {
  .wrapper.wrapper2 .images {
    margin-left: -30%;
  }
}

div.casa-del-mare {
  /* Intro section START */
  background-color: white;
  /* Intro section END */
  /* Service section START */
  /* Service section END */
  /* Review section START */
  /* Review section END */
  /* Problems section START */
  /* Problems section END */
  /* Identity section START */
  /* Identity section END */
  /* Information arhitecture section START */
  /* Information arhitecture section END */
  /* Big features section START */
  /* Big features section END */
  /* Before & After section START */
  /* Before & After section END */
  /* Achivement section START */
  /* Achivement section END */
  /* Used technologies section START */
  /* Used technologies section END */
  /*  Project support section START */
  /*  Project support section END */
}

div.casa-del-mare h2 {
  width: auto;
  line-height: 140%;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 4px 0;
  color: #0d1a36;
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  div.casa-del-mare h2 {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  div.casa-del-mare h2 {
    margin: 0 0 8px 0;
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  div.casa-del-mare h2 {
    font-size: 32px;
  }
}

div.casa-del-mare p,
div.casa-del-mare pre {
  font-size: 0.938rem;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  line-height: 150%;
  font-weight: 400;
}

@media (min-width: 62em) {

  div.casa-del-mare p,
  div.casa-del-mare pre {
    font-size: 1rem;
  }
}

div.casa-del-mare .project-entry__description {
  color: #ffffff;
}

div.casa-del-mare .casa_intro {
  padding: 50px 0 0 0;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_intro {
    padding: 100px 0 0 0;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_intro .main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

div.casa-del-mare .casa_intro .main-wrapper .project-overview {
  padding-bottom: 70px;
}

div.casa-del-mare .casa_intro .main-wrapper .project-overview .items div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 20px 0;
}

div.casa-del-mare .casa_intro .main-wrapper .project-overview .items div img {
  margin: 0 17px 0 0;
}

div.casa-del-mare .casa_intro .main-wrapper .project-overview .items div .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: centers;
  -ms-flex-pack: centers;
  justify-content: centers;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}

div.casa-del-mare .casa_intro .main-wrapper .project-overview .items div .content h4 {
  margin: 0 0 8px 0;
  font-weight: 700;
  color: #0d1a36;
  line-height: 22.07px;
  letter-spacing: 3.5%;
  font-size: 1rem;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_intro .main-wrapper .project-overview .items div .content h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1rem;
    margin: 0 0 10px 0;
  }
}

div.casa-del-mare .casa_intro .main-wrapper .project-overview .items div .content p {
  max-width: 42ch;
  width: 100%;
}

div.casa-del-mare .casa_intro .main-wrapper .project-overview .items div:last-child {
  padding: 0px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_intro .main-wrapper .project-overview {
    padding-bottom: 0px;
  }
}

div.casa-del-mare .casa_intro .main-wrapper .o-klijentu {
  max-width: 697px;
  width: 100%;
}

div.casa-del-mare .casa_services {
  margin: 70px 0 0 0;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_services {
    margin: 50px 0 0 0;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_services h2 {
    text-align: left;
  }
}

div.casa-del-mare .casa_services .main-wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

div.casa-del-mare .casa_services .main-wrapper .items .services {
  padding: 10px 20px;
  margin: 10px;
  border-radius: 8px;
  background-color: rgba(169, 145, 93, 0.4);
}

div.casa-del-mare .casa_services.sokla .items .services {
  background-color: rgba(169, 145, 93, 0.4);
  color: #0d1a36;
  background: rgba(82, 158, 252, 0.4);
}

div.casa-del-mare .casa_review {
  margin: 114px 0 0 0;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_review {
    margin: 179px 0 0 0;
  }
}

div.casa-del-mare .casa_review .main-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: drop-shadow(4.92px 4.92px 50px rgba(13, 26, 54, 0.15));
  filter: drop-shadow(4.92px 4.92px 50px rgba(13, 26, 54, 0.15));
}

div.casa-del-mare .casa_review .main-wrapper::after {
  content: url("../image/svg-triangle-mobile.svg");
  bottom: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_review .main-wrapper::after {
    content: url("../image/svg-triangle.svg");
    left: 32%;
    -webkit-transform: translateX(-32%);
    -ms-transform: translateX(-32%);
    transform: translateX(-32%);
    bottom: -67px;
  }
}

div.casa-del-mare .casa_review .main-wrapper .circle-wrapper {
  max-width: 905.5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.casa-del-mare .casa_review .main-wrapper .circle {
  margin-top: 50px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 999;
  margin-top: -15px;
  -webkit-box-shadow: 5.70071px 5.70071px 21.3777px rgba(13, 26, 54, 0.2);
  box-shadow: 5.70071px 5.70071px 21.3777px rgba(13, 26, 54, 0.2);
}

div.casa-del-mare .casa_review .main-wrapper .circle img {
  width: 40.91px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_review .main-wrapper .circle img {
    width: 54.86px;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_review .main-wrapper .circle {
    width: 118px;
    height: 118px;
  }
}

div.casa-del-mare .casa_review .main-wrapper .message-box {
  padding: 0 18px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  max-width: 700px;
  margin: 0 auto;
  height: auto;
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0.92px 4.92px 50px rgba(13, 26, 54, 0.15);
  box-shadow: 0.92px 4.92px 50px rgba(13, 26, 54, 0.15);
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_review .main-wrapper .message-box {
    max-width: 900px;
    padding: 0 18px 30px;
  }
}

div.casa-del-mare .casa_review .main-wrapper .message-box .text-casa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #c4c6ce;
  padding-bottom: 30px;
  position: relative;
}

div.casa-del-mare .casa_review .main-wrapper .message-box .text-casa p {
  max-width: 68ch;
  width: 100%;
  padding: 0px 0 20px 0;
  margin-top: 76px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_review .main-wrapper .message-box .text-casa p {
    padding: 0px 0 20px 0;
    margin-top: 86px;
  }
}

div.casa-del-mare .casa_review .main-wrapper .message-box .text-casa span {
  color: #a9915d;
  font-size: 0.938rem;
  font-weight: 700;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_review .main-wrapper .message-box .text-casa span {
    font-size: 1.125rem;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_review .main-wrapper .message-box .text-casa {
    padding-bottom: 15px;
  }
}

div.casa-del-mare .casa_review .main-wrapper .message-box .text-casa::before {
  position: absolute;
  bottom: -3.5px;
  right: 0;
  height: 6px;
  width: 6px;
  background: #c4c6ce;
  content: "";
  border-radius: 5px;
}

div.casa-del-mare .casa_review .main-wrapper .message-box .clutch-review {
  padding-top: 25px;
}

div.casa-del-mare .casa_review .main-wrapper .message-box-illustration {
  display: none;
}

@media (min-width: 77.5em) {
  div.casa-del-mare .casa_review .main-wrapper .message-box-illustration {
    display: block;
    position: absolute;
    right: 4%;
    bottom: -155px;
    z-index: -999;
    max-width: 328.27px;
    width: 100%;
  }
}

div.casa-del-mare .casa_problems {
  margin: 149px 0 0 0;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems {
    margin: 194px 0 0 0;
  }
}

div.casa-del-mare .casa_problems .main-wrapper {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper h2 {
    padding-bottom: 62px;
  }
}

div.casa-del-mare .casa_problems .main-wrapper .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

div.casa-del-mare .casa_problems .main-wrapper .items .icon {
  margin-bottom: 25px;
  width: 48%;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items .icon {
    margin-bottom: 0px;
    width: 25%;
  }
}

div.casa-del-mare .casa_problems .main-wrapper .items .space {
  height: 20px;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items .space {
    height: 30.89px;
  }
}

div.casa-del-mare .casa_problems .main-wrapper .items .img-wrapper img {
  max-width: 50px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items .img-wrapper img {
    max-width: 75px;
  }
}

div.casa-del-mare .casa_problems .main-wrapper .items p {
  font-size: 14px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items p {
    font-size: 16px;
    max-width: 225px;
    margin-left: auto;
    margin-right: auto;
  }
}

div.casa-del-mare .casa_problems .main-wrapper .items .up {
  position: relative;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items .up {
    border-right: 1px solid #c4c6ce;
    position: relative;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items .up::before {
    position: absolute;
    top: 0px;
    right: -3.8px;
    height: 6px;
    width: 6px;
    background: #c4c6ce;
    content: "";
    border-radius: 5px;
  }
}

div.casa-del-mare .casa_problems .main-wrapper .items .down {
  position: relative;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items .down {
    border-right: 1px solid #c4c6ce;
    position: relative;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_problems .main-wrapper .items .down::before {
    position: absolute;
    bottom: 0px;
    right: -3.9px;
    height: 6px;
    width: 6px;
    background: #c4c6ce;
    content: "";
    border-radius: 5px;
  }
}

div.casa-del-mare .casa_identity {
  margin: 0px 0 0 0;
  text-align: center;
  background: url("../image/identity-background.svg") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 117px;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_identity {
    padding-top: 65px;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_identity {
    margin: 120px 0 0 0;
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

div.casa-del-mare .casa_identity img {
  max-width: 100%;
  width: 100%;
}

div.casa-del-mare .casa_identity .desktop-img {
  display: none;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_identity .desktop-img {
    display: block;
  }
}

div.casa-del-mare .casa_identity .mobile-img {
  display: block;
  margin-top: 0px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_identity .mobile-img {
    display: none;
  }
}

div.casa-del-mare .casa_information-arhitecture {
  margin: 0px 0 50px 0;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_information-arhitecture {
    margin: 0px 0 60px 0;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_information-arhitecture {
    margin: 180px 0 120px 0;
  }
}

div.casa-del-mare .casa_information-arhitecture .main-wrapper {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

div.casa-del-mare .casa_information-arhitecture .main-wrapper h2 {
  padding-bottom: 20px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_information-arhitecture .main-wrapper h2 {
    padding-bottom: 62px;
  }
}

div.casa-del-mare .casa_information-arhitecture .main-wrapper h2 span::before {
  content: "\a";
  white-space: pre;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_information-arhitecture .main-wrapper h2 span::before {
    display: none;
  }
}

div.casa-del-mare .casa_information-arhitecture .main-wrapper .information-arhitecture-illustration {
  display: none;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_information-arhitecture .main-wrapper .information-arhitecture-illustration {
    display: block;
    overflow: visible;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-top: -130px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 570px;
    width: 100%;
  }
}

div.casa-del-mare .casa_information-arhitecture .main-wrapper img {
  max-width: 100%;
  width: 100%;
}

div.casa-del-mare .casa_information-arhitecture .main-wrapper .Container .Box {
  overflow-x: scroll;
  overflow-y: hidden;
}

div.casa-del-mare .casa_information-arhitecture .main-wrapper .Container .Box .cardCasa {
  width: 914px;
  height: 525.79px;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_information-arhitecture .main-wrapper .Container {
    display: none;
  }
}

div.casa-del-mare .casa_information-arhitecture .main-wrapper .desktop {
  display: none;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_information-arhitecture .main-wrapper .desktop {
    display: block;
    position: relative;
    z-index: 2;
  }
}

div.casa-del-mare .casa_big-features {
  height: auto;
  background-color: #f8f8f8;
  padding: 50px 0;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_big-features {
    padding: 70px 0;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_big-features {
    padding: 110px 0;
  }
}

div.casa-del-mare .casa_big-features .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

div.casa-del-mare .casa_big-features .main-wrapper .text-casa {
  padding-bottom: 10px;
}

div.casa-del-mare .casa_big-features .main-wrapper .text-casa p {
  text-align: left;
  max-width: 67ch;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_big-features .main-wrapper .text-casa {
    padding-bottom: 40px;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_big-features .main-wrapper .text-casa {
    padding-bottom: 75px;
  }
}

div.casa-del-mare .casa_big-features .main-wrapper .text-casa .tab-pre-text {
  display: none;
}

div.casa-del-mare .casa_big-features .main-wrapper .text-casa .tab-pre-text.show {
  display: block;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_big-features .main-wrapper .text-casa .tab-pre-text {
    height: 60px;
  }
}

div.casa-del-mare .casa_big-features .main-wrapper .allTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #c4c6ce;
  padding: 0 56px;
  position: relative;
  padding-bottom: 30px;
  font-size: 22px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_big-features .main-wrapper .allTabs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

div.casa-del-mare .casa_big-features .main-wrapper .allTabs::after {
  position: absolute;
  bottom: -3px;
  right: -3.8px;
  height: 6px;
  width: 6px;
  background: #c4c6ce;
  content: "";
  border-radius: 5px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_big-features .main-wrapper .allTabs {
    padding-bottom: 40px;
  }
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .tab {
  cursor: pointer;
  color: #4a5368;
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  font-size: 0.8rem;
  font-weight: bold;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_big-features .main-wrapper #tabs .tab {
    font-size: 1.375rem;
  }

  div.casa-del-mare .casa_big-features .main-wrapper #tabs .tab:not(:last-child) {
    margin-right: 85px;
    margin-bottom: 0px;
  }
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .tab:hover {
  color: #26314b;
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .tab:last-child {
  margin-bottom: 0px;
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .active {
  color: #a9915d;
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .active:hover {
  color: #a9915d;
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .tabContent {
  margin: 50px auto 0 auto;
  padding: 0 26px;
  max-width: 900px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_big-features .main-wrapper #tabs .tabContent {
    margin: 45px auto 0 auto;
    padding: 0px;
  }
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .tabContent img {
  -webkit-box-shadow: 4.92px 4.92px 50px rgba(13, 26, 54, 0.15);
  box-shadow: 4.92px 4.92px 50px rgba(13, 26, 54, 0.15);
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .tabContent img:nth-last-child(-n+2) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.casa-del-mare .casa_big-features .main-wrapper #tabs .tabContent.show {
  display: block;
}

div.casa-del-mare .casa_beforeAndAfter {
  margin: 50px 0 0 0;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_beforeAndAfter {
    margin: 70px 0 0 0;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_beforeAndAfter {
    margin: 120px 0 0 0;
  }
}

div.casa-del-mare .casa_beforeAndAfter .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_beforeAndAfter .main-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

div.casa-del-mare .casa_beforeAndAfter .main-wrapper .beforeWrapper {
  position: relative;
  margin: 0 0 100px 0;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_beforeAndAfter .main-wrapper .beforeWrapper {
    margin: 0 61.86px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

div.casa-del-mare .casa_beforeAndAfter .main-wrapper .beforeWrapper:after {
  display: none;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_beforeAndAfter .main-wrapper .beforeWrapper:after {
    display: block;
    content: url("../image/befroe&after-arrow.svg");
    right: -67px;
    bottom: 210px;
    position: absolute;
  }
}

div.casa-del-mare .casa_beforeAndAfter .main-wrapper p {
  padding-bottom: 30px;
  max-width: 55ch;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_beforeAndAfter .main-wrapper p {
    margin-left: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_beforeAndAfter .main-wrapper h2 {
    margin-left: 70px;
  }
}

div.casa-del-mare .casa_beforeAndAfter .main-wrapper .afterWrapper {
  position: relative;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_beforeAndAfter .main-wrapper .afterWrapper {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

div.casa-del-mare .casa_beforeAndAfter .main-wrapper .afterWrapper h2 {
  color: #a9915d;
}

div.casa-del-mare .casa_beforeAndAfter .main-wrapper .afterWrapper:after {
  content: url("../image/befroe&after-arrow.svg");
  position: absolute;
  left: 37%;
  -webkit-transform: translateX(-37%);
  -ms-transform: translateX(-37%);
  transform: translateX(-37%);
  top: -60px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_beforeAndAfter .main-wrapper .afterWrapper:after {
    display: none;
  }
}

div.casa-del-mare .casa_results {
  margin: 60px 0 0 0;
  background-image: url("../image/results-illustration.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0;
}

@media (min-width: 23.5em) {
  div.casa-del-mare .casa_results {
    background-size: contain;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results {
    margin: 110px 0 0 0;
    padding: 60px 0 150px;
  }
}

@media (min-width: 77.5em) {
  div.casa-del-mare .casa_results {
    margin: 150px 0 0 0;
  }
}

div.casa-del-mare .casa_results .main-wrapper {
  position: relative;
}

div.casa-del-mare .casa_results .main-wrapper .results-illustration {
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 485px;
  width: 122%;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper .results-illustration {
    width: 100%;
  }
}

div.casa-del-mare .casa_results .main-wrapper h2 {
  text-align: center;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper h2 {
    padding-bottom: 62px;
  }
}

div.casa-del-mare .casa_results .main-wrapper .numbersWrapper {
  max-width: 535px;
  margin: 0 auto;
  position: relative;
  z-index: 1px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper .numbersWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }
}

div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 100%;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa {
    gap: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa .item {
  -webkit-box-shadow: 4.92px 4.92px 50px rgba(13, 26, 54, 0.15);
  box-shadow: 4.92px 4.92px 50px rgba(13, 26, 54, 0.15);
  border-radius: 8px;
  background-color: white;
  height: auto;
  max-width: 335px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 5px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa .item {
    padding: 30px 5px;
  }
}

div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa .item .number span {
  font-size: 2.239rem;
  line-height: 130%;
  font-weight: bold;
  color: #a9915d;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa .item .number span {
    font-size: 4.375rem;
  }
}

div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa .item .text-casa {
  max-width: 19ch;
  text-align: center;
  font-size: 0.938rem;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa .item .text-casa {
    font-size: 1.125rem;
    max-width: 30ch;
  }
}

div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa:first-of-type {
  margin: 0 0 15px 0;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_results .main-wrapper .numbersWrapper .row-casa:first-of-type {
    margin: 0 30px 0 0;
  }
}

div.casa-del-mare .casa_results .percentSymbol:after {
  content: "%";
}

div.casa-del-mare .casa_results .plusSymbol:after {
  content: "+";
}

div.casa-del-mare .casa_achievement {
  margin: 85px 0 0 0;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_achievement {
    margin: 120px 0 0 0;
  }
}

div.casa-del-mare .casa_achievement .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.casa-del-mare .casa_achievement .main-wrapper p {
  max-width: 64ch;
}

div.casa-del-mare .casa_used-technologies {
  background-color: #f8f8f8;
  margin: 50px 0 0 0;
  padding: 50px 0;
}

@media (min-width: 48em) {
  div.casa-del-mare .casa_used-technologies {
    margin: 70px 0 0 0;
    padding: 70px 0;
  }
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_used-technologies {
    padding: 110px 0;
    margin: 120px 0 0 0;
  }
}

div.casa-del-mare .casa_used-technologies .project-about__stack {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.casa-del-mare .casa_used-technologies .project-about__tech h2 {
  padding-bottom: 20px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_used-technologies .project-about__tech h2 {
    padding-bottom: 40px;
    text-align: center;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper {
    padding: 110px 0;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper h2 {
  padding-bottom: 50px;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper h2 {
    padding-bottom: 70px;
    text-align: center;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 77.5em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper .logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 77.5em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-1 img {
    margin-right: 114px;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-1 img:not(:last-child) {
  margin-right: 73px;
}

@media (min-width: 77.5em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-1 img:not(:last-child) {
    margin-right: 114px;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-1 img {
  max-height: 36px;
  height: 100%;
}

@media (min-width: 36em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-1 img {
    max-height: 64px;
    height: 100%;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 43px;
}

@media (min-width: 77.5em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 {
    margin-bottom: 0px;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 img:not(:last-child) {
  margin-right: 60px;
}

@media (min-width: 77.5em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 img:not(:last-child) {
    margin-right: 114px;
  }
}

div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 img {
  max-height: 27px;
  height: 100%;
}

div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 img:last-child {
  max-height: 18.9px;
  height: 100%;
}

@media (min-width: 36em) {
  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 img {
    max-height: 64px;
    height: 100%;
  }

  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 .aws-logo,
  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 .php-logo {
    max-height: 48px;
    height: 100%;
  }

  div.casa-del-mare .casa_used-technologies .main-wrapper .logos .row-casa-2 .laravel-logo {
    max-height: 33.6px !important;
    height: 100%;
  }
}

div.casa-del-mare .casa_project-support {
  padding: 70px 0;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_project-support {
    padding: 120px 0;
  }
}

div.casa-del-mare .casa_project-support .main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.casa-del-mare .casa_project-support .main-wrapper .container-casa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  -webkit-box-shadow: 4.92px 4.92px 50px rgba(13, 26, 54, 0.15);
  box-shadow: 4.92px 4.92px 50px rgba(13, 26, 54, 0.15);
  max-width: 886.82px;
  width: 100%;
  border-radius: 7px;
}

div.casa-del-mare .casa_project-support .main-wrapper .container-casa .img-wrapper {
  margin: 0 0 0 7%;
}

div.casa-del-mare .casa_project-support .main-wrapper .container-casa .box {
  border-radius: 6px;
  background: url("../image/project-support-shape-mobile.svg") no-repeat;
  background-size: cover;
  max-width: 600px;
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 36em) {
  div.casa-del-mare .casa_project-support .main-wrapper .container-casa .box {
    height: 350px;
  }
}

@media (min-width: 36em) {
  div.casa-del-mare .casa_project-support .main-wrapper .container-casa .box {
    background: url("../image/project-support-shape.svg") no-repeat;
    background-size: cover;
  }
}

div.casa-del-mare .casa_project-support .main-wrapper .container-casa .box p {
  margin-left: 25px;
  max-width: 21ch;
  color: white;
  line-height: 150%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3.5%;
}

@media (min-width: 62em) {
  div.casa-del-mare .casa_project-support .main-wrapper .container-casa .box p {
    text-align: left;
    margin-left: 52px;
    max-width: 40ch;
    font-size: 16px;
  }
}

@media (min-width: 77.5em) {
  div.casa-del-mare .casa_project-support .main-wrapper .container-casa .box p {
    font-size: 18px;
  }
}