@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

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

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

:root {
  scroll-behavior: auto; }

.cursor {
  position: fixed;
  background: #00FFC8;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border-radius: 50%;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility .4s;
  pointer-events: none;
  font-size: .9rem; }
  .cursor span {
    display: block;
    font-size: 1.1rem; }
  .cursor.active {
    opacity: 1;
    visibility: visible; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

strong {
  font-weight: bold; }

.slick-slider *:focus {
  outline: 0; }

html {
  font-size: 16px; }

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 300; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff; }
  .loading.active {
    transition: .5s;
    visibility: hidden;
    opacity: 0; }

.button {
  display: inline-block;
  margin-left: 24px;
  padding-left: 24px;
  background-image: url(../img/button.svg);
  background-position: left top;
  background-size: auto 60px;
  background-repeat: no-repeat;
  line-height: 70px;
  height: 60px;
  transition: background .4s;
  /*&:hover{
  	background-image: url(../img/button-yl.svg);
  }*/ }
  .button.gr {
    background-image: url(../img/button-gr.svg); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  line-height: 90px;
  background: #E6E6E6;
  transition: .4s; }
  header .logo img {
    height: 25px; }
  header nav {
    position: relative;
    text-align: right; }
    header nav a {
      margin-left: 25px;
      transition: .4s; }
      header nav a:hover, header nav a.active {
        font-weight: bold; }
    header nav .lang {
      display: inline-block;
      margin-left: 75px; }
      header nav .lang a {
        margin-left: 5px; }
        header nav .lang a.active {
          font-weight: bold; }
      header nav .lang span {
        margin-left: 5px; }
    header nav .search {
      position: absolute;
      top: 140px;
      right: 0;
      z-index: 1;
      transition: .4s; }
      header nav .search input {
        display: block;
        height: 50px;
        border-radius: 25px;
        width: 180px;
        border: 1px solid #000;
        background: rgba(255, 255, 255, 0.7);
        padding-left: 70px;
        padding-right: 10px; }
        header nav .search input::placeholder {
          color: #000; }
      header nav .search button {
        position: absolute;
        left: 10px;
        top: 0;
        line-height: 50px;
        text-align: center;
        width: 50px;
        background: none;
        padding: 0;
        border: 0; }
        header nav .search button img {
          width: 28px; }
  header.hide-header {
    transform: translateY(-100%); }
    header.hide-header nav .search {
      opacity: 0;
      visibility: hidden; }

footer {
  background: #212E51;
  color: #fff;
  padding: 48px 0; }
  footer .logo {
    width: 70%; }
  footer .icon {
    margin-bottom: 24px;
    width: 30px;
    max-height: 30px;
    display: block; }
  footer .social a {
    display: inline-block;
    margin-right: 12px; }
    footer .social a img {
      width: 30px; }
  footer .legal a {
    margin-left: 20px; }
  footer .legal img {
    height: 14px; }
  footer .bottom {
    margin-top: 24px; }

.cover {
  background-size: cover;
  background-position: center; }

@keyframes scrolldown {
  0% {
    background-position: 0 -60px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 60px; } }
.main-slider {
  position: relative;
  margin: 24px 48px 48px 48px; }
  .main-slider h1, .main-slider h2 {
    font-size: 9rem;
    line-height: 1;
    color: #fff;
    margin: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 15%;
    left: 15%;
    z-index: 1;
    opacity: 0;
    transform: translateX(-50px);
    transition: 1.5s; }
    @media (max-width: 1900px) {
      .main-slider h1, .main-slider h2 {
        font-size: 8rem; } }
    @media (max-width: 1700px) {
      .main-slider h1, .main-slider h2 {
        font-size: 6.5rem; } }
    @media (max-width: 1400px) {
      .main-slider h1, .main-slider h2 {
        font-size: 4.5rem; } }
  .main-slider .swiper-slide {
    height: calc(100vh - 162px);
    min-height: 600px; }
    .main-slider .swiper-slide video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-slider .swiper-slide.swiper-slide-active h1, .main-slider .swiper-slide.swiper-slide-active h2 {
      transition-delay: .5s;
      opacity: 1;
      transform: translateX(0); }
  .main-slider .swiper-button-next, .main-slider .swiper-button-prev {
    color: #fff; }
  .main-slider .swiper-button-prev {
    left: 32px; }
  .main-slider .swiper-button-next {
    right: 32px; }
  .main-slider .arrow {
    position: absolute;
    width: 60px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
  .main-slider .c-scrolldown {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 3px;
    height: 60px;
    overflow: hidden;
    z-index: 1; }
  .main-slider .c-scrolldown .c-line {
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
    background-position: 0 -60px;
    background-size: 100% 200%;
    animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

section.desc {
  position: relative;
  padding: 256px 0;
  display: flex;
  align-items: center; }
  section.desc .logo {
    width: 300px;
    max-width: 100%; }
  section.desc .cover {
    width: 50%;
    position: absolute;
    top: 48px;
    bottom: 48px;
    left: 48px; }
    section.desc .cover.right {
      left: auto;
      right: 48px; }
    section.desc .cover.no-abs {
      position: static;
      width: 100%; }
  section.desc .home-img {
    position: relative;
    padding-bottom: 100%; }
    section.desc .home-img .img {
      position: absolute; }
      section.desc .home-img .img img {
        width: 100%; }
      section.desc .home-img .img .txt {
        position: absolute;
        top: 30%;
        left: 30%;
        padding: 12px 24px;
        background: #eee;
        font-size: .9rem;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: .4s; }
      section.desc .home-img .img.top {
        top: 0;
        left: 9%;
        width: 60%; }
      section.desc .home-img .img.left {
        bottom: 0;
        left: 0;
        width: 65%; }
      section.desc .home-img .img.right {
        bottom: 0;
        right: 0;
        width: 34%; }
      section.desc .home-img .img:hover .txt {
        opacity: 1;
        visibility: visible; }
  section.desc.gr {
    background: #F2F2F2; }
  section.desc.no-img {
    padding: 120px 0; }

section.projects {
  background: #F2F2F2;
  padding: 48px 0; }
  section.projects .project {
    display: block;
    position: relative;
    padding-bottom: 75%;
    position: relative;
    margin-bottom: 24px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0; }
    section.projects .project .hover {
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: .8rem;
      text-align: center;
      background: #eee;
      padding: 16px 20px;
      opacity: 0;
      visibility: hidden;
      font-weight: 400;
      transition: .4s; }
      section.projects .project .hover span {
        display: block; }
    section.projects .project:hover .hover {
      opacity: 1;
      visibility: visible; }

.page-form {
  padding: 120px 0; }
  .page-form .logo {
    display: block;
    width: 300px;
    margin-bottom: 50px; }
  .page-form form label {
    padding-left: 10px;
    color: #1A1A1A;
    margin-bottom: 5px; }
  .page-form form input, .page-form form select, .page-form form textarea, .page-form form button {
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 0;
    border: 0;
    padding-left: 10px;
    height: 50px;
    margin-bottom: 20px; }
  .page-form form select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.svg);
    background-position: 95%;
    background-repeat: no-repeat; }
  .page-form form textarea {
    resize: none;
    height: 200px;
    padding-top: 10px; }
  .page-form form button {
    width: auto;
    padding: 0 40px;
    background: #212E51;
    color: #fff; }

main {
  padding-top: 90px; }

.f-12 {
  font-size: 1.2rem; }

.f-15 {
  font-size: 1.5rem; }

.f-20 {
  font-size: 2rem; }

.pl-1 {
  padding-left: .25rem; }

.pl-2 {
  padding-left: .5rem; }

.pl-3 {
  padding-left: 1rem; }

.pl-4 {
  padding-left: 2rem; }

.mb-6 {
  margin-bottom: 4rem; }

.mb-7 {
  margin-bottom: 5rem; }

.mb-8 {
  margin-bottom: 6rem; }

.mb-120 {
  margin-bottom: 120px; }

.pb-75 {
  padding-bottom: 75%; }

.anim {
  transition: 1s;
  opacity: 0;
  transform: translateY(60px); }
  .anim.anim-opa {
    transform: translateY(0); }
  .anim.play {
    transform: translateY(0);
    opacity: 1; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }
    .anim.play.anim-del-20 {
      transition-delay: 2s; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s; }

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