@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.color-white {
  color: #F5F5F5;
}

.color-black {
  color: #1A1A1A;
}

.color-black-lighten {
  color: #192033;
}

.color-primary {
  color: #1850E1;
}

.color-secondary {
  color: #4AA6F7;
}

.label {
  background: linear-gradient(224.78deg, #1850E1 8.12%, #2082D9 92.21%);
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  color: #000000;
}

.color-gray {
  color: #6A6A6A;
}

.color-gray-light {
  color: #DADADA;
}

.color-red {
  color: #eb3d3d;
}

.color-green {
  color: #32d957;
}

.color-yellow {
  color: #ffce52;
}

.bb-gray {
  border-bottom: 2px solid #DADADA;
}

.bt-gray {
  border-top: 2px solid #DADADA;
}

.bl-gray {
  border-left: 2px solid #DADADA;
}

.br-gray {
  border-right: 2px solid #DADADA;
}

.bb-black {
  border-bottom: 2px solid #1A1A1A;
}

.bt-black {
  border-top: 2px solid #1A1A1A;
}

.bl-black {
  border-left: 2px solid #1A1A1A;
}

.br-black {
  border-right: 2px solid #1A1A1A;
}

.bg-gray {
  background-color: #DADADA;
}

.bg-black {
  background-color: #000000;
}

.bg-black-light {
  background-color: #0f0f0f;
}

.bg-white {
  background-color: #F5F5F5;
}

.bg-red {
  background-color: #eb3d3d;
}

.bg-green {
  background-color: #32d957;
}

.bg-yellow {
  background-color: #ffce52;
}

.grid-1 {
  width: calc(8.33333% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-1 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-2 {
  width: calc(16.66667% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-2 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-3 {
  width: calc(25% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-3 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-4 {
  width: calc(33.33333% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-4 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-5 {
  width: calc(41.66667% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-5 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-6 {
  width: calc(50% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-6 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-7 {
  width: calc(58.33333% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-7 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-8 {
  width: calc(66.66667% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-8 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-9 {
  width: calc(75% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-9 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-10 {
  width: calc(83.33333% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-10 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-11 {
  width: calc(91.66667% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-11 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-12 {
  width: calc(100% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

@media screen and (max-width: 960px) {
  .grid-12 {
    width: calc(100% - 8px);
    float: none;
  }
}

.grid-nobreak-1 {
  width: calc(8.33333% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-2 {
  width: calc(16.66667% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-3 {
  width: calc(25% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-4 {
  width: calc(33.33333% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-5 {
  width: calc(41.66667% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-6 {
  width: calc(50% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-7 {
  width: calc(58.33333% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-8 {
  width: calc(66.66667% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-9 {
  width: calc(75% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-10 {
  width: calc(83.33333% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-11 {
  width: calc(91.66667% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-12 {
  width: calc(100% - 8px);
  margin: 4px;
  padding: 16px 0px;
  float: left;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 96px 24px;
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;*/
}

.container::after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 960px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 16px;
  }
}

.container div {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.row::after {
  content: '';
  display: table;
  clear: both;
}

canvas {
  position: absolute;
}

@media screen and (max-width: 960px) {
  .disappear {
    display: none;
  }
}

.social {
  position: absolute;
  bottom: 64px;
  left: 64px;
}

@media screen and (max-width: 960px) {
  .social {
    bottom: -16px;
    left: 16px;
  }
}

.slider-text {
  white-space: nowrap;
  -webkit-animation: slider-text 20s linear infinite alternate;
          animation: slider-text 20s linear infinite alternate;
}

@-webkit-keyframes slider-text {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1000px, 0, 0);
            transform: translate3d(-1000px, 0, 0);
  }
}

@keyframes slider-text {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-1000px, 0, 0);
            transform: translate3d(-1000px, 0, 0);
  }
}

.get-in-touch {
  position: absolute;
  bottom: 64px;
  right: 64px;
  z-index: 500;
}

.img-project {
  max-width: 720px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(-1000px, 0, 0) scale(0) skewX(90deg);
          transform: translate(-50%, -50%) translate3d(-1000px, 0, 0) scale(0) skewX(90deg);
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.title-project {
  cursor: pointer;
  z-index: 200;
}

.title-project:hover + .img-project {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1) skewX(0deg);
          transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1) skewX(0deg);
}

.grid-photos {
  max-height: 720px;
}

@media screen and (max-width: 960px) {
  .grid-photos {
    max-height: 480px;
  }
}

.photo {
  width: 100%;
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.photo:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.card {
  background-color: #090F1D;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.jobs-desktop {
  display: block;
}

@media screen and (max-width: 960px) {
  .jobs-desktop {
    display: none;
  }
}

.jobs-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .jobs-mobile {
    display: block;
  }
}

.h-100 {
  height: 100vh;
}

.h-100p {
  height: 100%;
}

.flex-start-row {
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-start-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-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;
}

.flex-center-column {
  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;
}

.flex-space {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.relative {
  position: relative;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-item-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 360px;
          flex: 1 1 360px;
}

.flex-item-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 360px;
          flex: 2 1 360px;
}

.flex-item-3 {
  -webkit-box-flex: 3;
      -ms-flex: 3 1 360px;
          flex: 3 1 360px;
}

.flex-item-4 {
  -webkit-box-flex: 4;
      -ms-flex: 4 1 360px;
          flex: 4 1 360px;
}

.flex-item-5 {
  -webkit-box-flex: 5;
      -ms-flex: 5 1 360px;
          flex: 5 1 360px;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto !important;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.card-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.card-work:hover .content-card-work {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 60%;
}

.card-work:hover .thumb-card-work {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 40%;
}

.content-card-work {
  width: 90%;
  height: 300px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translate3d(120px, 0, 0);
          transform: translate3d(120px, 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-card-work .title-card-work {
  max-width: 580px;
}

.thumb-card-work {
  width: 0%;
  height: 300px;
  display: block;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translate3d(96px, 0, 0);
          transform: translate3d(96px, 0, 0);
  background-color: #DADADA;
}

.thumb-card-work img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.screen-loading {
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
}

.load-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}

.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: #EDEFF0;
  width: 0%;
  height: 25%;
}

.title-hover {
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.title-hover:hover {
  -webkit-transform: translate3d(-24px, 0, 0);
          transform: translate3d(-24px, 0, 0);
}

.desktop {
  display: block;
}

@media screen and (max-width: 960px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.banner {
  max-height: 520px;
  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 screen and (max-width: 960px) {
  .banner {
    max-height: 320px;
  }
}

.banner img {
  -webkit-transition: .7s ease;
  transition: .7s ease;
}

.banner:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.box-enterprises {
  position: relative;
}

.box-enterprises::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 32px;
  height: 64px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.box-enterprises::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  width: 96px;
  height: 64px;
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.ml7 {
  position: relative;
}

.ml7 .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ml7 .letter {
  display: inline;
}

.shadow {
  /*filter: 
  drop-shadow(0px 48px 107px rgba(0, 0, 0, 0.12)) 
  drop-shadow(0px 13.4643px 14.9653px rgba(0, 0, 0, 0.05)) 
  drop-shadow(0px 3.81615px 4.45557px rgba(0, 0, 0, 0.03));*/
  -webkit-box-shadow: 0px 48px 107px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 3px 4px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 48px 107px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 3px 4px rgba(0, 0, 0, 0.03);
}

.s-0 {
  margin: 0;
  padding: 0;
}

.mt-110 {
  margin-top: 110px;
}

@media screen and (max-width: 960px) {
  .mt-110 {
    margin-top: 0px;
  }
}

.mt-80 {
  margin-top: 88px;
}

@media screen and (max-width: 960px) {
  .mt-80 {
    margin-top: 64px;
  }
}

.ml-40 {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  .ml-40 {
    margin-left: 4px;
  }
}

.space-220 {
  padding: 220px 24px;
}

@media screen and (max-width: 960px) {
  .space-220 {
    padding: 96px 16px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-6 {
  margin: 64px !important;
}

.m-7 {
  margin: 72px !important;
}

.m-8 {
  margin: 96px !important;
}

.m-9 {
  margin: 128px !important;
}

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

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-6 {
  margin-top: 64px !important;
}

.mt-7 {
  margin-top: 72px !important;
}

.mt-8 {
  margin-top: 96px !important;
}

.mt-9 {
  margin-top: 128px !important;
}

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

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-6 {
  margin-left: 64px !important;
}

.ml-7 {
  margin-left: 72px !important;
}

.ml-8 {
  margin-left: 96px !important;
}

.ml-9 {
  margin-left: 128px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-6 {
  margin-right: 64px !important;
}

.mr-7 {
  margin-right: 72px !important;
}

.mr-8 {
  margin-right: 96px !important;
}

.mr-9 {
  margin-right: 128px !important;
}

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

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mb-6 {
  margin-bottom: 64px !important;
}

.mb-7 {
  margin-bottom: 72px !important;
}

.mb-8 {
  margin-bottom: 96px !important;
}

.mb-9 {
  margin-bottom: 128px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-6 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-7 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-8 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-9 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-7 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-9 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 48px !important;
}

.p-6 {
  padding: 64px !important;
}

.p-7 {
  padding: 72px !important;
}

.p-8 {
  padding: 96px !important;
}

.p-9 {
  padding: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pt-6 {
  padding-top: 64px !important;
}

.pt-7 {
  padding-top: 72px !important;
}

.pt-8 {
  padding-top: 96px !important;
}

.pt-9 {
  padding-top: 128px !important;
}

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

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pl-7 {
  padding-left: 72px !important;
}

.pl-8 {
  padding-left: 96px !important;
}

.pl-9 {
  padding-left: 128px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pr-6 {
  padding-right: 64px !important;
}

.pr-7 {
  padding-right: 72px !important;
}

.pr-8 {
  padding-right: 96px !important;
}

.pr-9 {
  padding-right: 128px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

.pb-7 {
  padding-bottom: 72px !important;
}

.pb-8 {
  padding-bottom: 96px !important;
}

.pb-9 {
  padding-bottom: 128px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

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

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-6 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-7 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-8 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-9 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-6 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-7 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-9 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

@font-face {
  font-family: "BlackerProDisplay";
  src: url("../font/BlackerProDisplayTrial-Extrabold.ttf");
}

.h0 {
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 160px;
  line-height: 120%;
  font-weight: 100;
}

@media screen and (max-width: 960px) {
  .h0 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 140px;
    line-height: 120%;
    font-weight: 100;
  }
}

@media screen and (max-width: 620px) {
  .h0 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 80px;
    line-height: 120%;
    font-weight: 100;
  }
}

.text-number {
  font-family: 'DM Serif Display', serif;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

h1 {
  color: #000000;
  z-index: 5;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 80px;
  line-height: 120%;
  font-weight: 100;
}

@media screen and (max-width: 960px) {
  h1 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 48px;
    line-height: 120%;
    font-weight: 100;
  }
}

@media screen and (max-width: 620px) {
  h1 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 100;
  }
}

h2 {
  color: #000000;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 48px;
  line-height: 110%;
  font-weight: 100;
}

@media screen and (max-width: 960px) {
  h2 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 100;
  }
}

@media screen and (max-width: 620px) {
  h2 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 100;
  }
}

h3 {
  color: #000000;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 40px;
  line-height: 120%;
  font-weight: 200;
}

@media screen and (max-width: 960px) {
  h3 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 200;
  }
}

@media screen and (max-width: 620px) {
  h3 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 28px;
    line-height: 130%;
    font-weight: 200;
  }
}

h4 {
  color: #000000;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 300;
}

@media screen and (max-width: 960px) {
  h4 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 24px;
    line-height: 130%;
    font-weight: 300;
  }
}

@media screen and (max-width: 620px) {
  h4 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
  }
}

h5 {
  color: #000000;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: 300;
}

@media screen and (max-width: 960px) {
  h5 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
  }
}

h6 {
  color: #000000;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  h6 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}

.h7 {
  color: #000000;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .h7 {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}

p {
  letter-spacing: 0px;
  color: #6A6A6A;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
  }
}

@media screen and (max-width: 620px) {
  p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 200%;
    font-weight: 400;
  }
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

.p1 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 180%;
  font-weight: 400;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .p1 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 180%;
    font-weight: 400;
  }
}

@media screen and (max-width: 620px) {
  .p1 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
  }
}

.p2 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 190%;
  font-weight: 400;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .p2 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
  }
}

.p3 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .p3 {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
  }
}

.p4 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .p4 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 200%;
    font-weight: 400;
  }
}

.p5 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 200%;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  .p5 {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 200%;
    font-weight: 400;
  }
}

.p-title {
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .p-title {
    font-size: 16px;
  }
}

.bold {
  font-weight: bold;
  color: #000000;
}

.medium {
  font-weight: 500;
  color: #000000;
}

span {
  display: inline-block;
}

strong {
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 190%;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  strong {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
  }
}

b {
  color: #4A4A4A;
}

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

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

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

.h-xl {
  color: #000000;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 160px;
  line-height: 120%;
  font-weight: 100;
  font-size: 240px;
}

@media screen and (max-width: 960px) {
  .h-xl {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 140px;
    line-height: 120%;
    font-weight: 100;
    font-size: 144px;
  }
}

.h-l {
  color: #000000;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 160px;
  line-height: 120%;
  font-weight: 100;
  font-size: 144px;
}

@media screen and (max-width: 960px) {
  .h-l {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 140px;
    line-height: 120%;
    font-weight: 100;
    font-size: 96px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: #FFFFFF;
}

body::-webkit-scrollbar {
  padding-right: 2px;
  width: 18px;
  background: transparent;
}

body::-webkit-scrollbar-track {
  background: transparent;
  /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #8A8A8A;
  border: 6px solid #FFFFFF;
}

.border {
  border: 1px solid red;
}

.border-radius {
  border-radius: 4px;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

svg, img {
  width: 100%;
}

header {
  width: 100%;
  position: fixed;
  z-index: 998;
  height: 96px;
  padding: 0px 16px 16px 16px;
  background-color: #FFFFFF;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

@media screen and (max-width: 960px) {
  header {
    height: 72px;
  }
}

.header-active {
  padding: 16px;
}

.logo {
  height: 40px;
  width: auto;
}

.menu {
  height: 96px;
  padding: 8px 8px;
  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;
  border-bottom: 1px solid #DADADA;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

@media screen and (max-width: 960px) {
  .menu {
    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;
    height: 72px;
  }
}

.menu-active {
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.menu-mobile {
  height: 72px;
  border: 0;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.bg-menu {
  max-width: 1380px;
  margin: 0 auto;
  height: 80px;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}

.bg-menu-active {
  background-color: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 8px;
  height: 72px;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 12px 56px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 12px 56px rgba(0, 0, 0, 0.2);
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 960px) {
  nav {
    display: none;
  }
}

.nav-link {
  color: #8A8A8A;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  font-weight: 500;
  padding: 16px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 200%;
    font-weight: 400;
  }
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 50%;
  opacity: 0;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 4px;
  background-color: #000000;
}

.nav-link:hover {
  opacity: .8;
}

.nav-link:hover::after {
  opacity: 1;
  bottom: -48%;
}

.icon {
  max-width: 64px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 960px) {
  .icon {
    max-width: 56px;
  }
}

.icon:hover {
  -webkit-transform: translate(0, -4px, 0);
          transform: translate(0, -4px, 0);
}

.icon-s {
  max-width: 36px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 960px) {
  .icon-s {
    max-width: 32px;
  }
}

.icon-s:hover {
  -webkit-transform: translate(0, -4px, 0);
          transform: translate(0, -4px, 0);
}

.icon-xs {
  max-width: 24px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 960px) {
  .icon-xs {
    max-width: 24px;
  }
}

.icon-xs:hover {
  -webkit-transform: translate(0, -4px, 0);
          transform: translate(0, -4px, 0);
}

.icon-m {
  max-width: 96px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 960px) {
  .icon-m {
    max-width: 80px;
  }
}

.icon-l {
  max-width: 120px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 960px) {
  .icon-l {
    max-width: 96px;
  }
}

.icon-xl {
  max-width: 172px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

@media screen and (max-width: 960px) {
  .icon-xl {
    max-width: 144px;
  }
}

.icon-enterprise {
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.icon-enterprise:hover {
  opacity: .5;
}

.icon-hand {
  -webkit-animation: icon-hand 2s linear infinite alternate;
          animation: icon-hand 2s linear infinite alternate;
  -webkit-transform: translate3d(0, -6px, 0);
          transform: translate3d(0, -6px, 0);
}

@-webkit-keyframes icon-hand {
  0%, 50% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(0deg);
            transform: translate3d(0, -6px, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-15deg);
            transform: translate3d(0, -6px, 0) rotate(-15deg);
  }
  70% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(40deg);
            transform: translate3d(0, -6px, 0) rotate(40deg);
  }
  80% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-15deg);
            transform: translate3d(0, -6px, 0) rotate(-15deg);
  }
  90% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(40deg);
            transform: translate3d(0, -6px, 0) rotate(40deg);
  }
  100% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(0deg);
            transform: translate3d(0, -6px, 0) rotate(0deg);
  }
}

@keyframes icon-hand {
  0%, 50% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(0deg);
            transform: translate3d(0, -6px, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-15deg);
            transform: translate3d(0, -6px, 0) rotate(-15deg);
  }
  70% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(40deg);
            transform: translate3d(0, -6px, 0) rotate(40deg);
  }
  80% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-15deg);
            transform: translate3d(0, -6px, 0) rotate(-15deg);
  }
  90% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(40deg);
            transform: translate3d(0, -6px, 0) rotate(40deg);
  }
  100% {
    -webkit-transform: translate3d(0, -6px, 0) rotate(0deg);
            transform: translate3d(0, -6px, 0) rotate(0deg);
  }
}

.btn {
  display: inline-block;
  color: #FFFFFF;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  padding: 18px 56px 18px 40px;
  text-align: center;
  border: 0;
  background: linear-gradient(217.85deg, #4AA6F7 -1.54%, #1141BD 101.14%);
  border-radius: 8px;
  font-family: 'BlackerProDisplay', sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 960px) {
  .btn {
    font-family: 'BlackerProDisplay', sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 82%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
  background-image: url("../svg/icon-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.btn:hover {
  opacity: .8;
}

.btn:hover::after {
  -webkit-transform: translate(-50%, -50%) translate3d(4px, -4px, 0);
          transform: translate(-50%, -50%) translate3d(4px, -4px, 0);
}

a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  text-decoration: none;
  color: #1A1A1A;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:hover {
  opacity: 0.9;
}

.link {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  font-weight: 500;
  padding: 12px;
  position: relative;
}

.link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 40px;
  height: 40px;
  background-image: url("../svg/icon-arrow-dark.svg");
}

.link:hover::after {
  -webkit-transform: translate(130%, -50%);
          transform: translate(130%, -50%);
}

.link-light {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
  font-weight: 500;
  padding: 12px;
  color: #FFFFFF;
  position: relative;
}

.link-light::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 40px;
  height: 40px;
  background-image: url("../svg/icon-arrow-light.svg");
}

.link-light:hover::after {
  -webkit-transform: translate(130%, -50%);
          transform: translate(130%, -50%);
}

.link-icons {
  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;
  padding: 6px 4px;
}

.link-icons svg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.link-icons h6 {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.link-icons h6::after {
  content: '';
  position: absolute;
  left: 35%;
  bottom: -14px;
  width: 12px;
  height: 4px;
  background-color: #EDEFF0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.link-icons:hover h6 {
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
}

.link-icons:hover h6::after {
  bottom: -20px;
  opacity: 1;
}

.link-icons:hover svg {
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
}

input, select, option, textarea {
  padding: 10px 12px;
  background-color: #EDEFF0;
  border: 0;
  border-radius: 4px;
  color: #1A1A1A;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: 400;
}

input[type=date], select, option {
  height: 44px;
}

/*
select{
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
*/
/*
.icon-work{

}

.icon-comments{

}

.icon-build{

}
*/
.icon-star {
  -webkit-animation: icon-star 2s ease infinite;
          animation: icon-star 2s ease infinite;
}

@-webkit-keyframes icon-star {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes icon-star {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.icon-work {
  -webkit-animation: icon-work 3.6s ease infinite;
          animation: icon-work 3.6s ease infinite;
}

@-webkit-keyframes icon-work {
  0%, 5% {
    -webkit-transform: translate3d(-32px, 0, 0);
            transform: translate3d(-32px, 0, 0);
    opacity: 0;
  }
  30%, 70% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  95%, 100% {
    -webkit-transform: translate3d(32px, 0, 0);
            transform: translate3d(32px, 0, 0);
    opacity: 0;
  }
}

@keyframes icon-work {
  0%, 5% {
    -webkit-transform: translate3d(-32px, 0, 0);
            transform: translate3d(-32px, 0, 0);
    opacity: 0;
  }
  30%, 70% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  95%, 100% {
    -webkit-transform: translate3d(32px, 0, 0);
            transform: translate3d(32px, 0, 0);
    opacity: 0;
  }
}

.build {
  -webkit-animation: build 8s ease infinite;
          animation: build 8s ease infinite;
}

@-webkit-keyframes build {
  0% {
    stroke-dasharray: 0 200;
  }
  25%, 40% {
    stroke-dasharray: 200 0;
  }
  50%, 100% {
    stroke-dasharray: 0 200;
  }
}

@keyframes build {
  0% {
    stroke-dasharray: 0 200;
  }
  25%, 40% {
    stroke-dasharray: 200 0;
  }
  50%, 100% {
    stroke-dasharray: 0 200;
  }
}

.flash {
  -webkit-animation: flash 8s ease infinite;
          animation: flash 8s ease infinite;
}

@-webkit-keyframes flash {
  0%, 50% {
    stroke-dasharray: 0 50;
  }
  60%, 80% {
    stroke-dasharray: 50 0;
  }
  90%, 100% {
    stroke-dasharray: 0 50;
  }
}

@keyframes flash {
  0%, 50% {
    stroke-dasharray: 0 50;
  }
  60%, 80% {
    stroke-dasharray: 50 0;
  }
  90%, 100% {
    stroke-dasharray: 0 50;
  }
}

.comments {
  -webkit-animation: comments 8s ease infinite;
          animation: comments 8s ease infinite;
}

@-webkit-keyframes comments {
  0% {
    opacity: 0;
  }
  5%, 40% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@keyframes comments {
  0% {
    opacity: 0;
  }
  5%, 40% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

.talk {
  -webkit-animation: talk 8s ease infinite;
          animation: talk 8s ease infinite;
}

@-webkit-keyframes talk {
  0%, 45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95%, 100% {
    opacity: 0;
  }
}

@keyframes talk {
  0%, 45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95%, 100% {
    opacity: 0;
  }
}

.appariociojr {
  -webkit-animation: appariociojr 4s ease infinite alternate;
          animation: appariociojr 4s ease infinite alternate;
}

@-webkit-keyframes appariociojr {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes appariociojr {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.a {
  -webkit-animation: a 4s ease infinite alternate;
          animation: a 4s ease infinite alternate;
}

@-webkit-keyframes a {
  0%, 30% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(-53px, 0, 0);
            transform: translate3d(-53px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-53px, 0, 0);
            transform: translate3d(-53px, 0, 0);
    opacity: 0;
  }
}

@keyframes a {
  0%, 30% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(-53px, 0, 0);
            transform: translate3d(-53px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-53px, 0, 0);
            transform: translate3d(-53px, 0, 0);
    opacity: 0;
  }
}

.j {
  -webkit-animation: j 4s ease infinite alternate;
          animation: j 4s ease infinite alternate;
}

@-webkit-keyframes j {
  0%, 30% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(41px, 0, 0);
            transform: translate3d(41px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(41px, 0, 0);
            transform: translate3d(41px, 0, 0);
    opacity: 0;
  }
}

@keyframes j {
  0%, 30% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate3d(41px, 0, 0);
            transform: translate3d(41px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(41px, 0, 0);
            transform: translate3d(41px, 0, 0);
    opacity: 0;
  }
}

.bar-loading {
  width: 120px;
  height: 1px;
  background-color: #DADADA;
  position: relative;
}

.bar-loading::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 00%;
  height: 100%;
  background-color: #000000;
  -webkit-animation: bar-loading 4s ease forwards;
          animation: bar-loading 4s ease forwards;
}

@-webkit-keyframes bar-loading {
  0%, 10% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes bar-loading {
  0%, 10% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */