@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&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 {
  /* vars */
  --glow-sens: 30;
  --card-bg: linear-gradient(
      8deg,
      var(--dark) 75%,
      color-mix(in hsl, var(--dark), white 2.5%) 75.5%);
  --blend: soft-light;
  --glow-blend: plus-lighter;
  --glow-color: 40deg 80% 80%;
  --glow-boost: 0%;
  --con-pad: 55px;
  --con-page-pad: 110px; }
  @media (min-width: 768px) and (max-width: 991px) {
    :root {
      --con-page-pad: 55px; } }
  @media only screen and (max-width: 767px) {
    :root {
      --con-pad: 24px;
      --con-page-pad: 24px; } }

.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

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

p {
  margin: 0; }

strong {
  font-weight: 500; }

b {
  font-weight: 500; }

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

.swiper-button-disabled {
  opacity: .5; }

.container {
  max-width: 100%;
  padding: 0 var(--con-pad); }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s; }
  .popup .cls {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px; }
  .popup .box {
    position: relative;
    width: 635px;
    border-radius: 16px;
    padding: 16px;
    padding-top: 320px; }
    .popup .box .bg {
      font-size: 1.5rem;
      padding: 24px;
      background: #fff;
      border-radius: 16px; }
      .popup .box .bg .title {
        font-weight: 500;
        margin-bottom: 8px; }
      .popup .box .bg .button {
        margin-top: 50px;
        font-size: 1rem; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

.cookies {
  position: fixed;
  display: flex;
  align-items: end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  opacity: 0;
  padding-bottom: 48px;
  visibility: hidden;
  transition: .7s; }
  .cookies .box {
    background: #fff;
    padding: 30px 50px;
    width: 630px;
    float: right; }
    .cookies .box p a {
      text-decoration: underline; }
  .cookies.active {
    opacity: 1;
    visibility: visible; }

html {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  html::-webkit-scrollbar {
    display: none; }

body {
  font-family: "Host Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  body::-webkit-scrollbar {
    display: none; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1052;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .loading .cube {
    display: none;
    position: absolute;
    width: 240px;
    height: 240px; }
    .loading .cube .slider {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 240px;
      height: 240px;
      margin: auto;
      -webkit-perspective: 600px;
      perspective: 600px; }
    .loading .cube .slider * {
      -webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5);
      transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5); }
    .loading .cube .container {
      max-width: none;
      padding: 0;
      width: inherit;
      height: inherit;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: rotateY(0deg) rotateX(0deg);
      transform: rotateY(0deg) rotateX(0deg); }
    .loading .cube .slide,
    .loading .cube .slide:after,
    .loading .cube .slide:before {
      display: block;
      width: inherit;
      height: inherit;
      background: url("../img/cube/1.jpg");
      position: absolute;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      background-size: cover;
      background-position: center; }
    .loading .cube .slide.x {
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg); }
    .loading .cube .slide.x:after {
      content: "";
      background-image: url("../img/cube/2.jpg");
      -webkit-transform: translateZ(120px) rotateZ(-90deg);
      transform: translateZ(120px) rotateZ(0deg); }
    .loading .cube .slide.x:before {
      content: "";
      background: #333;
      -webkit-transform: translateZ(-120px) rotateZ(-90deg);
      transform: translateZ(-120px) rotateZ(-90deg); }
    .loading .cube .slide.y {
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg); }
    .loading .cube .slide.y:after {
      content: "";
      background-image: url("../img/poster-21.11.jpg");
      -webkit-transform: translateZ(120px) scale(-1);
      transform: translateZ(120px) scale(-1); }
    .loading .cube .slide.y:before {
      content: "";
      background-image: url("../img/cube/3.jpg");
      -webkit-transform: translateZ(-120px);
      transform: translateZ(-120px) scaleX(-1); }
    .loading .cube .slide.z {
      -webkit-transform: rotateX(0);
      transform: rotateX(0); }
    .loading .cube .slide.z:after {
      content: "";
      background-image: url("../img/logo.svg");
      -webkit-transform: translateZ(120px);
      transform: translateZ(120px); }
    .loading .cube .slide.z:before {
      content: "";
      background-image: url("../img/cube/4.jpg");
      -webkit-transform: translateZ(-120px);
      transform: translateZ(-120px) scaleX(-1); }
    .loading .cube .container {
      animation: rotate 3s forwards cubic-bezier(1, -0.75, 0.5, 1.2); }
@keyframes rotate {
  0%, 10% {
    transform: rotateY(0deg) rotateX(0deg); }
  25%, 35% {
    transform: rotateY(-90deg) rotateX(0deg); }
  50%, 60% {
    transform: rotateY(-180deg) rotateX(0deg); }
  75%, 85% {
    transform: rotateY(-180deg) rotateX(-90deg); }
  100% {
    transform: rotateY(-180deg) rotateX(-270deg); } }
  .loading .poster {
    width: 300px;
    height: 300px;
    position: absolute;
    background-position: center;
    background-size: cover;
    opacity: 0; }
  .loading .bar {
    position: absolute;
    top: 0;
    width: 0;
    left: 0;
    height: 6px;
    background: #021d41;
    animation: load 2s forwards; }
@keyframes load {
  90% {
    width: 100%;
    opacity: 1; }
  100% {
    width: 100%;
    opacity: 0; } }
  .loading.active {
    transition: 1s;
    visibility: hidden;
    opacity: 0; }
  .loading.loading-projects {
    left: 100%;
    visibility: visible;
    opacity: 1; }
    .loading.loading-projects.play {
      left: 0;
      transition: 1s; }
  .loading.loading-detail {
    left: -100%;
    visibility: visible;
    opacity: 1; }
    .loading.loading-detail.play {
      left: 0;
      transition: 1s; }
  .loading.detail-active {
    left: -100%;
    transition: 1s; }
  .loading.first .poster {
    opacity: 1; }
  .loading.first.play .poster {
    width: 100%;
    height: 100%;
    transition: 2s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .cover video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .cover.tint:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

.lang {
  display: inline-block;
  width: 70px;
  line-height: 30px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  text-align: center;
  border-radius: 18px; }
  .lang span {
    margin: 0 4px;
    font-size: .85rem; }
  .lang img {
    position: absolute;
    top: 3px;
    left: 33px;
    height: 24px;
    transition: .4s; }
  .lang.active img {
    left: 3px; }
  @media only screen and (max-width: 767px) {
    .lang {
      display: none; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 55px 0; }
  header .logo img {
    height: 110px;
    transition: .7s; }
    @media only screen and (max-width: 767px) {
      header .logo img {
        height: 90px; } }
  header .cube {
    display: none;
    width: 100px;
    height: 100px;
    position: relative;
    transition: .4s; }
    header .cube .slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      height: 100px;
      margin: auto;
      -webkit-perspective: 600px;
      perspective: 600px; }
    header .cube .slider * {
      -webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5);
      transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5); }
    header .cube .container {
      max-width: none;
      padding: 0;
      width: inherit;
      height: inherit;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transform: rotateY(0deg) rotateX(0deg);
      transform: rotateY(0deg) rotateX(0deg); }
    header .cube .slide,
    header .cube .slide:after,
    header .cube .slide:before,
    header .cube .slide span {
      display: block;
      width: inherit;
      height: inherit;
      background: url("../img/cube/1.jpg");
      position: absolute;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      background-size: cover;
      background-position: center; }
    header .cube .slide.x {
      -webkit-transform: rotateY(90deg);
      transform: rotateY(90deg); }
    header .cube .slide.x span {
      content: "";
      background-image: url("../img/cube/2.jpg");
      -webkit-transform: translateZ(50px) rotateZ(-90deg);
      transform: translateZ(50px) rotateZ(0deg); }
    header .cube .slide.x:before {
      content: "";
      background: #021d41;
      -webkit-transform: translateZ(-50px) rotateZ(-90deg);
      transform: translateZ(-50px) rotateZ(-90deg); }
    header .cube .slide.y {
      -webkit-transform: rotateX(90deg);
      transform: rotateX(90deg); }
    header .cube .slide.y:after {
      content: "";
      background-image: url("../img/poster.jpg");
      -webkit-transform: translateZ(50px) scale(-1);
      transform: translateZ(50px) scale(-1); }
    header .cube .slide.y:before {
      content: "";
      background-image: url("../img/cube/3.jpg");
      -webkit-transform: translateZ(-50px);
      transform: translateZ(-50px) scaleX(-1); }
    header .cube .slide.z {
      -webkit-transform: rotateX(0);
      transform: rotateX(0); }
    header .cube .slide.z:after {
      content: "";
      background-image: url("../img/logo.svg");
      -webkit-transform: translateZ(50px);
      transform: translateZ(50px); }
    header .cube .slide.z:before {
      content: "";
      background: #021d41;
      -webkit-transform: translateZ(-50px);
      transform: translateZ(-50px) scaleX(-1); }
    header .cube.play .container {
      transform: rotateY(-90deg) rotateX(0deg); }
    header .cube.play:hover .container {
      transform: rotateY(0deg) rotateX(0deg); }
  header .lang {
    position: relative;
    top: 4px; }
  header .right {
    text-align: right;
    transition: .7s; }
    header .right .menu {
      display: inline-block;
      margin-left: 100px;
      overflow: hidden;
      position: relative;
      width: 38px;
      height: 16px; }
      header .right .menu span {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background: #fff;
        height: 2px;
        transition: .4s; }
        header .right .menu span:last-child {
          top: 14px;
          width: 70%;
          transition-delay: .2s; }
      header .right .menu.active span {
        transform: translateX(100%); }
    header .right .back {
      transition: opacity .4s; }
      header .right .back img {
        margin-right: 15px;
        position: relative;
        top: -1px;
        transition: .4s; }
      header .right .back:hover {
        opacity: .5; }
        header .right .back:hover img {
          margin-right: 20px; }
  header.bl .menu span {
    background: #000; }
  header .bar {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: .7s; }
    header .bar .right {
      padding-top: 22px; }
    header .bar .logo img {
      height: 80px; }
    header .bar .menu span {
      background: #000; }
    header .bar .cube {
      height: 74px;
      transform: scale(0.74);
      transform-origin: top left;
      top: 4px;
      left: 4px; }
  header.show-header .bar {
    transform: translateY(0); }
  @media only screen and (max-width: 767px) {
    header {
      padding: 32px 0; }
      header .cube {
        transform: scale(0.825);
        top: -4px;
        left: -4px; } }

footer {
  background: #fff;
  position: relative;
  z-index: 1; }
  footer a {
    transition: .4s; }
    footer a:hover {
      opacity: .5; }
  footer .container {
    padding-right: 0; }
  footer .top {
    background: #F8F8F8;
    padding: 100px 0 0 100px; }
    footer .top .links a {
      display: block;
      font-size: 2rem; }
      @media (max-width: 1300px) {
        footer .top .links a {
          font-size: 1.5rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .top .links a {
          font-size: 1.2rem; } }
    footer .top .row {
      margin-right: 0; }
      footer .top .row .col-md-6:last-child {
        padding-right: 0; }
    footer .top .cover {
      padding-bottom: 66%; }
      footer .top .cover .video-item {
        display: none; }
      footer .top .cover .txt {
        position: absolute;
        top: 48px;
        left: 64px;
        color: #fff;
        z-index: 1;
        font-size: 2.2rem; }
        @media (max-width: 1300px) {
          footer .top .cover .txt {
            font-size: 1.5rem; } }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .top .cover .txt {
            font-size: 1.2rem;
            top: 32px;
            left: 32px; } }
    footer .top form {
      display: inline-block;
      position: relative;
      margin-bottom: 110px;
      margin-right: 100px; }
      footer .top form input {
        width: 200px;
        height: 64px;
        border: 1px solid #BFBFBF;
        background: #fff;
        border-radius: 32px;
        padding-right: 64px;
        padding-left: 30px;
        transition: .4s; }
        footer .top form input:focus {
          width: 380px; }
      footer .top form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 64px;
        height: 64px;
        border: 0;
        background: transparent; }
    footer .top .col-md-6 {
      position: relative; }
    footer .top .social {
      position: absolute;
      bottom: 75px;
      left: 12px;
      right: 88px;
      font-size: 1.3rem;
      display: flex;
      /*justify-content: space-between;*/ }
      footer .top .social a {
        margin-right: 50px; }
      footer .top .social .lang {
        font-size: 1rem; }
        footer .top .social .lang:hover {
          opacity: 1; }
      @media (max-width: 1300px) {
        footer .top .social {
          font-size: 1rem; } }
    @media (max-width: 1600px) {
      footer .top {
        padding: 50px 0 0 50px; }
        footer .top form {
          margin-bottom: 50px;
          margin-right: 50px; }
        footer .top .social {
          bottom: 50px;
          right: 38px; } }
  footer .bottom {
    padding: 15px 100px 15px 0; }
    footer .bottom .text-center a {
      display: inline-block;
      margin: 0 12px; }
    @media (max-width: 1600px) {
      footer .bottom {
        padding: 15px 50px 15px 0; }
        footer .bottom .text-center a {
          margin: 0 8px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .bottom .text-center {
        margin-top: 24px; }
        footer .bottom .text-center a {
          margin: 0 24px 0 0; } }
    @media (max-width: 1300px) {
      footer .bottom {
        font-size: .9rem; } }
  @media only screen and (max-width: 767px) {
    footer .container {
      padding-left: 0; }
      footer .container .top {
        padding: 0; }
        footer .container .top .row {
          margin: 0; }
          footer .container .top .row .col-md-6:last-child {
            padding: 0; }
        footer .container .top .links {
          padding: 24px 12px; }
          footer .container .top .links a {
            font-size: 1.2rem;
            margin: 8px 0; }
        footer .container .top .cover {
          padding-bottom: 60%; }
          footer .container .top .cover .txt {
            top: 32px;
            left: 24px;
            right: 24px;
            width: auto;
            font-size: 1.5rem;
            text-align: left; }
        footer .container .top .social {
          position: static;
          display: none; }
        footer .container .top form {
          position: absolute;
          z-index: 1;
          right: 24px;
          bottom: 32px;
          margin: 0;
          width: 150px; }
          footer .container .top form input {
            width: 150px;
            height: 50px; }
            footer .container .top form input:focus {
              width: 150px; }
          footer .container .top form button {
            height: 50px; }
        footer .container .top .visible-xs {
          padding: 20px 12px;
          background: #F8F8F8; }
          footer .container .top .visible-xs a {
            display: block;
            margin: 4px 0; }
            footer .container .top .visible-xs a.lang {
              display: inline-block;
              margin: 0; }
      footer .container .bottom {
        padding: 24px;
        font-size: .9rem; }
        footer .container .bottom .text-center {
          margin-bottom: 24px; } }

.bcrumb {
  color: #808080;
  font-size: .9rem;
  font-weight: 300;
  line-height: 84px; }
  .bcrumb img {
    margin: 0 8px; }
  @media only screen and (max-width: 767px) {
    .bcrumb {
      display: none; } }

.bcrumb + .desc {
  margin-top: -84px; }
  @media only screen and (max-width: 767px) {
    .bcrumb + .desc {
      margin-top: 0; } }

nav.main {
  --pad: 100px;
  position: fixed;
  z-index: 10;
  left: 40px;
  right: 40px;
  top: 40px;
  bottom: 40px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(30px);
  padding: var(--pad);
  padding-bottom: 80px;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /*@media(max-width: 1700px){
  	.bottom{
  		.left{
  			a{
  				margin-right: 80px;
  			}
  		}
  	}
  }
  @media(max-width: 1600px){
  	.bottom{
  		.left{
  			a{
  				margin-right: 60px;
  			}
  		}
  		.logos{
  			a{
  				img{
  					width: 48px;
  				}
  			}
  		}
  	}
  }
  @media(max-width: 1500px){
  	a{
  		.cover{
  			width: 150px;
  			height: 150px;
  		}
  	}
  	.bottom{
  		.left{
  			a{
  				margin-right: 50px;
  			}
  		}
  		.logos{
  			a{
  				img{
  					width: 40px;
  				}
  			}
  		}
  	}
  }
  @media(max-width: 1400px){
  	--pad: 50px;
  	.cls{
  		top: 15px;
  		right: 15px;
  		img{
  			width: 15px;
  		}
  	}
  }
  @media(max-height: 1150px){
  	--pad: 50px;
  	.cls{
  		top: 15px;
  		right: 15px;
  		img{
  			width: 15px;
  		}
  	}
  	.top{
  		.title{
  			margin-top: 30px;
  			margin-bottom: 15px;
  			&:first-child{
  				margin-bottom: 60px;
  			}
  		}
  	}
  }
  @media(max-height: 900px){
  	--pad: 50px;
  	.top{
  		.title{
  			margin-top: 20px;
  			margin-bottom: 10px;
  			&:first-child{
  				margin-bottom: 40px;
  			}
  		}
  	}
  	.bottom{
  		form{
  			input, button{
  				height: 45px;
  			}
  		}
  	}
  }
  @media(max-height: 800px){
  	.top{
  		.title{
  			margin-top: 15px;
  			margin-bottom: 5px;
  			font-size: 1rem;
  		}
  	}
  }
  @media(max-height: 750px){
  	font-size: .8rem;
  	.top{
  		.title{
  			font-size: .9rem;
  		}
  	}
  }
  @media(max-height: 680px){
  	overflow: auto;
  	.bottom{
  		position: static;
  		margin-top: 60px;
  	}
  }*/ }
  nav.main::-webkit-scrollbar {
    display: none; }
  nav.main a {
    display: inline-block;
    position: relative;
    margin-bottom: 4px; }
    nav.main a .cover {
      position: absolute;
      top: -100px;
      left: calc(100% + 50px);
      width: 200px;
      height: 200px;
      opacity: 0;
      visibility: hidden;
      transition: .4s;
      z-index: 1; }
    nav.main a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 1px;
      left: 0;
      bottom: 0px;
      background: #000;
      transition: .4s; }
    nav.main a[href]:hover {
      z-index: 1; }
      nav.main a[href]:hover:after {
        width: 100%; }
      nav.main a[href]:hover .cover {
        opacity: 1;
        visibility: visible; }
  nav.main .lang:after {
    display: none; }
  nav.main .title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 20px; }
  nav.main .top {
    justify-content: space-between; }
    nav.main .top .title {
      font-size: 1.1rem;
      font-weight: 500;
      margin-top: 40px;
      margin-bottom: 30px;
      position: relative; }
      nav.main .top .title.first {
        margin-bottom: 80px;
        margin-top: 0;
        font-weight: 700; }
        nav.main .top .title.first:before {
          content: '';
          position: absolute;
          width: 14px;
          height: 2px;
          left: 0;
          bottom: -10px;
          background: #000; }
        nav.main .top .title.first:after {
          display: none; }
    nav.main .top .sub .title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 767px) {
      nav.main .top .sub {
        display: none; } }
    nav.main .top .col-md-2 {
      width: auto;
      opacity: 0;
      transform: translateY(-30px); }
      nav.main .top .col-md-2:nth-child(2) .title:nth-child(3) {
        margin-top: 0; }
      nav.main .top .col-md-2:last-child {
        position: relative;
        left: 20px; }
        nav.main .top .col-md-2:last-child a .cover {
          left: auto;
          right: calc(100% + 50px); }
      nav.main .top .col-md-2:hover {
        z-index: 1; }
      @media only screen and (max-width: 767px) {
        nav.main .top .col-md-2 {
          width: 100%; } }
  nav.main .bottom {
    position: absolute;
    left: var(--pad);
    right: var(--pad);
    bottom: 80px;
    opacity: 0;
    transform: translateY(30px); }
    nav.main .bottom a {
      margin-bottom: 0; }
    nav.main .bottom form {
      display: inline-block;
      width: 210px;
      position: relative;
      margin-bottom: 44px; }
      nav.main .bottom form input {
        width: 100%;
        height: 54px;
        border: 1px solid #BFBFBF;
        background: #fff;
        border-radius: 32px;
        padding-right: 64px;
        padding-left: 30px;
        position: relative;
        left: 0;
        transition: .4s; }
        nav.main .bottom form input:focus {
          width: 240px;
          left: -30px; }
      nav.main .bottom form button {
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
        border: 0;
        background: transparent; }
    nav.main .bottom .logos {
      display: flex;
      justify-content: end; }
      nav.main .bottom .logos a {
        display: inline-block;
        margin-left: 8px; }
        nav.main .bottom .logos a img {
          width: 50px; }
        nav.main .bottom .logos a:after {
          display: none; }
    nav.main .bottom .left a {
      margin-right: 80px;
      font-weight: 600; }
      nav.main .bottom .left a.lang {
        margin-right: 0; }
    nav.main .bottom .right {
      text-align: right; }
  nav.main .cls {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    opacity: 0; }
  nav.main .mobile-lang {
    display: none; }
  @media (max-width: 1720px) {
    nav.main .bottom .logos a img {
      width: 40px; } }
  @media (max-width: 1600px) {
    nav.main {
      --pad: 80px;
      padding-bottom: 60px; }
      nav.main .cls {
        top: 24px;
        right: 24px; }
        nav.main .cls svg {
          width: 20px; }
      nav.main .bottom {
        bottom: 60px; }
      nav.main .bottom .left a {
        margin-right: 60px; } }
  @media (max-height: 1050px) {
    nav.main {
      --pad: 80px;
      padding-bottom: 60px;
      font-size: .9rem; }
      nav.main .top .title {
        font-size: 1rem;
        margin-top: 30px;
        margin-bottom: 20px; }
      nav.main .top .title.first {
        margin-bottom: 50px; }
      nav.main .cls {
        top: 24px;
        right: 24px; }
        nav.main .cls svg {
          width: 20px; }
      nav.main .bottom {
        bottom: 60px; }
      nav.main .bottom .logos a img {
        width: 40px; }
      nav.main .bottom .left a {
        margin-right: 60px; } }
  @media (max-width: 1400px) {
    nav.main {
      --pad: 60px; }
      nav.main .top .col-md-2:last-child {
        left: 20px; }
      nav.main .cls {
        top: 18px;
        right: 22px; }
        nav.main .cls svg {
          width: 16px; }
      nav.main .bottom .logos a img {
        width: 40px; }
      nav.main .bottom .left a {
        margin-right: 40px; } }
  @media (max-height: 870px) {
    nav.main {
      font-size: .8rem;
      --pad: 60px; }
      nav.main .top .title {
        font-size: .9rem;
        margin-top: 25px;
        margin-bottom: 15px; }
      nav.main .top .title.first {
        margin-bottom: 40px; }
      nav.main .top .col-md-2:last-child {
        left: 10px; }
      nav.main .cls {
        top: 18px;
        right: 22px; }
        nav.main .cls svg {
          width: 16px; }
      nav.main .bottom .logos a img {
        width: 40px; }
      nav.main .bottom .left a {
        margin-right: 40px; } }
  @media (max-height: 700px) {
    nav.main {
      font-size: .7rem; }
      nav.main .top .title {
        font-size: .8rem; }
      nav.main .top .col-md-2:last-child {
        left: 0; }
      nav.main .bottom {
        justify-content: end; }
        nav.main .bottom .left {
          position: absolute;
          right: 0;
          bottom: 160px;
          text-align: right; }
          nav.main .bottom .left a {
            margin-left: 40px;
            margin-right: 0; }
        nav.main .bottom form {
          margin-bottom: 30px; } }
  @media (max-width: 1280px) {
    nav.main {
      font-size: .7rem; }
      nav.main .top .title {
        font-size: .8rem; }
      nav.main .top .col-md-2:last-child {
        left: 0; }
      nav.main .bottom {
        justify-content: end; }
        nav.main .bottom .left {
          position: absolute;
          right: 0;
          bottom: 160px;
          text-align: right; }
          nav.main .bottom .left a {
            margin-left: 20px;
            margin-right: 0; }
        nav.main .bottom form {
          margin-bottom: 30px; }
        nav.main .bottom .logos a img {
          width: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    nav.main .top {
      justify-content: normal; }
      nav.main .top .col-md-2 {
        width: 33.33%;
        margin-bottom: 30px; }
      nav.main .top .title.first {
        margin-bottom: 30px; }
    nav.main .bottom .left {
      text-align: left;
      bottom: 70px; }
      nav.main .bottom .left a {
        margin-left: 0;
        margin-right: 20px; }
    nav.main .bottom .logos a img {
      width: 25px; } }
  @media only screen and (max-width: 767px) {
    nav.main {
      --pad: 96px 24px 32px 24px;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      font-size: 1rem;
      border: 0; }
      nav.main:before, nav.main:after {
        display: none; }
      nav.main a .cover {
        display: none; }
      nav.main a:after {
        display: none; }
      nav.main .glow {
        display: none; }
      nav.main .cls {
        top: 27px; }
        nav.main .cls svg {
          width: 20px; }
          nav.main .cls svg path {
            stroke: #fff; }
      nav.main .top .title {
        font-size: 1.2rem; }
      nav.main .top .title.first {
        display: block;
        border-bottom: 1px solid;
        margin-bottom: 8px;
        padding-bottom: 8px; }
        nav.main .top .title.first:before {
          display: none; }
      nav.main .top .sub {
        padding: 24px 0; }
      nav.main .bottom {
        position: static;
        justify-content: normal;
        margin-top: 60px; }
        nav.main .bottom .left {
          position: static;
          text-align: left; }
          nav.main .bottom .left a {
            display: block;
            margin: 0;
            font-size: 1rem; }
            nav.main .bottom .left a.lang {
              display: none; }
          nav.main .bottom .left .mobile-lang {
            display: inline-block;
            margin-top: 20px; }
        nav.main .bottom .logos {
          display: block;
          white-space: nowrap;
          overflow: auto; }
          nav.main .bottom .logos a {
            margin-right: 8px;
            margin-left: 0; }
            nav.main .bottom .logos a img {
              width: 50px; }
        nav.main .bottom form {
          width: 150px;
          position: relative;
          top: -38px;
          margin-bottom: 0; }
          nav.main .bottom form input:focus {
            width: 150px;
            left: 0; } }
  @media (min-width: 768px) {
    nav.main .top .sub {
      display: block !important; } }
  nav.main.active {
    opacity: 1;
    visibility: visible; }
    nav.main.active .cls {
      opacity: 1; }
    nav.main.active .top .col-md-2 {
      opacity: 1;
      transform: translateY(0);
      transition: .7s; }
      nav.main.active .top .col-md-2:nth-of-type(1) {
        transition-delay: .4s; }
      nav.main.active .top .col-md-2:nth-of-type(2) {
        transition-delay: .5s; }
      nav.main.active .top .col-md-2:nth-of-type(3) {
        transition-delay: .6s; }
      nav.main.active .top .col-md-2:nth-of-type(4) {
        transition-delay: .7s; }
      nav.main.active .top .col-md-2:nth-of-type(5) {
        transition-delay: .8s; }
    nav.main.active .bottom {
      opacity: 1;
      transform: translateY(0);
      transition: .7s;
      transition-delay: .9s; }

nav.main {
  --pads: 40px;
  --color-sens: calc(var(--glow-sens) + 20);
  --pointer-°: 45deg;
  isolation: isolate;
  transform: translate3d(0, 0, 0.01px);
  /*border: 1px solid rgba(255, 255, 255, 0.25);*/
  background-repeat: no-repeat; }
  nav.main::before, nav.main::after, nav.main > .glow {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    transition: opacity 0.25s ease-out;
    z-index: -1; }
  nav.main:not(:hover):not(.animating)::before, nav.main:not(:hover):not(.animating)::after, nav.main:not(:hover):not(.animating) > .glow {
    opacity: 0;
    transition: opacity 0.75s ease-in-out; }
  nav.main::before {
    /* mesh gradient border */
    border: 1px solid transparent;
    background: linear-gradient(var(--card-bg) 0 100%) padding-box, linear-gradient(rgba(255, 255, 255, 0) 0% 100%) border-box, radial-gradient(at 80% 55%, #be85ff 0px, transparent 50%) border-box, radial-gradient(at 69% 34%, #ff7a93 0px, transparent 50%) border-box, radial-gradient(at 8% 6%, #8fffad 0px, transparent 50%) border-box, radial-gradient(at 41% 38%, #47daff 0px, transparent 50%) border-box, radial-gradient(at 86% 85%, #7af2ff 0px, transparent 50%) border-box, radial-gradient(at 82% 18%, #ffe74d 0px, transparent 50%) border-box, radial-gradient(at 51% 4%, #ff8d70 0px, transparent 50%) border-box, linear-gradient(#c299ff 0 100%) border-box;
    opacity: calc((var(--pointer-d) - var(--color-sens)) / (100 - var(--color-sens)));
    mask-image: conic-gradient(from var(--pointer-°) at center, black 25%, transparent 40%, transparent 60%, black 75%); }
  nav.main::after {
    /* mesh gradient background */
    border: 1px solid transparent;
    background: radial-gradient(at 80% 55%, #be85ff 0px, transparent 50%) padding-box, radial-gradient(at 69% 34%, #ff7a93 0px, transparent 50%) padding-box, radial-gradient(at 8% 6%, #8fffad 0px, transparent 50%) padding-box, radial-gradient(at 41% 38%, #47daff 0px, transparent 50%) padding-box, radial-gradient(at 86% 85%, #7af2ff 0px, transparent 50%) padding-box, radial-gradient(at 82% 18%, #ffe74d 0px, transparent 50%) padding-box, radial-gradient(at 51% 4%, #ff8d70 0px, transparent 50%) padding-box, linear-gradient(#c299ff 0 100%) padding-box;
    mask-image: linear-gradient(to bottom, black, black), radial-gradient(ellipse at 50% 50%, black 40%, transparent 65%), radial-gradient(ellipse at 66% 66%, black 5%, transparent 40%), radial-gradient(ellipse at 33% 33%, black 5%, transparent 40%), radial-gradient(ellipse at 66% 33%, black 5%, transparent 40%), radial-gradient(ellipse at 33% 66%, black 5%, transparent 40%), conic-gradient(from var(--pointer-°) at center, transparent 5%, black 15%, black 85%, transparent 95%);
    mask-composite: subtract, add, add, add, add, add;
    opacity: calc((var(--pointer-d) - var(--color-sens)) / (100 - var(--color-sens)));
    mix-blend-mode: var(--blend); }
  nav.main > .glow {
    /* glowing border edges */
    --outset: var(--pads);
    inset: calc(var(--outset) * -1);
    pointer-events: none;
    z-index: 1;
    mask-image: conic-gradient(from var(--pointer-°) at center, black 2.5%, transparent 10%, transparent 90%, black 97.5%);
    opacity: calc((var(--pointer-d) - var(--glow-sens)) / (100 - var(--glow-sens)));
    mix-blend-mode: var(--glow-blend); }
    nav.main > .glow::before {
      content: "";
      position: absolute;
      inset: var(--outset);
      border-radius: inherit;
      box-shadow: inset 0 0 0 1px hsla(var(--glow-color), 100%, 50%, 1), inset 0 0 1px 0 hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 60%)), inset 0 0 3px 0 hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 50%)), inset 0 0 6px 0 hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 40%)), inset 0 0 15px 0 hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 30%)), inset 0 0 25px 2px hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 20%)), inset 0 0 50px 2px hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 10%)), 0 0 1px 0 hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 60%)), 0 0 3px 0 hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 50%)), 0 0 6px 0 hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 40%)), 0 0 15px 0 hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 30%)), 0 0 25px 2px hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 20%)), 0 0 50px 2px hsla(var(--glow-color), 100%, 50%, calc(var(--glow-boost) + 10%)); }

h1 {
  font-size: 3.25rem;
  font-weight: 400;
  margin: 0 0 40px 0;
  line-height: 1.1;
  /*span{
  	display: inline-block;
  	margin-right: 20px;
  }*/ }
  @media (max-width: 1300px) {
    h1 {
      font-size: 2rem;
      /*span{
      	margin-right: 12px;
      }*/ } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 1.5rem;
      /*span{
      	margin-right: 10px;
      }*/ } }

h2 {
  font-size: 3.25rem;
  font-weight: 400;
  margin: 0 0 40px 0;
  line-height: 1.2;
  /*span{
  	display: inline-block;
  	margin-right: 20px;
  }*/ }
  @media (max-width: 1300px) {
    h2 {
      font-size: 2rem;
      /*span{
      	margin-right: 12px;
      }*/ } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.5rem;
      /*span{
      	margin-right: 10px;
      }*/ } }

h3 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 30px 0; }
  @media (max-width: 1300px) {
    h3 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.2rem; } }

.main-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .main-slider .swiper {
    position: relative; }
    .main-slider .swiper .swiper-slide {
      height: 100vh;
      position: relative;
      overflow: hidden; }
      .main-slider .swiper .swiper-slide .cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .main-slider .swiper .swiper-slide .txt {
        position: absolute;
        z-index: 1;
        bottom: 80px;
        color: #fff; }
        .main-slider .swiper .swiper-slide .txt h1, .main-slider .swiper .swiper-slide .txt h2 {
          font-size: 2.8rem;
          font-weight: 500;
          margin: 0 0 20px 0;
          opacity: 0;
          transition: 1s; }
          @media (max-width: 1300px) {
            .main-slider .swiper .swiper-slide .txt h1, .main-slider .swiper .swiper-slide .txt h2 {
              font-size: 2rem;
              /*span{
              	margin-right: 12px;
              }*/ } }
        .main-slider .swiper .swiper-slide .txt p {
          opacity: 0;
          transition: 1s; }
        @media only screen and (max-width: 767px) {
          .main-slider .swiper .swiper-slide .txt {
            bottom: 170px; }
            .main-slider .swiper .swiper-slide .txt h1, .main-slider .swiper .swiper-slide .txt h2 {
              font-size: 1.5rem; } }
      .main-slider .swiper .swiper-slide.swiper-slide-active h1, .main-slider .swiper .swiper-slide.swiper-slide-active h2 {
        opacity: 1;
        transition-delay: 1.2s; }
      .main-slider .swiper .swiper-slide.swiper-slide-active p {
        opacity: 1;
        transition-delay: 1.4s; }
    .main-slider .swiper .transition-box {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0; }
      .main-slider .swiper .transition-box span {
        position: absolute;
        left: 0;
        width: 0;
        top: 0;
        height: 100%;
        background: #fff;
        transition: .5s;
        opacity: 0; }
        .main-slider .swiper .transition-box span:nth-child(1) {
          transition-delay: .8s; }
        .main-slider .swiper .transition-box span:nth-child(2) {
          left: 20%;
          transition-delay: .6s; }
        .main-slider .swiper .transition-box span:nth-child(3) {
          left: 40%;
          transition-delay: .4s; }
        .main-slider .swiper .transition-box span:nth-child(4) {
          left: 60%;
          transition-delay: .2s; }
        .main-slider .swiper .transition-box span:nth-child(5) {
          left: 80%;
          transition-delay: 0s; }
    .main-slider .swiper.transition-start .transition-box span {
      opacity: 1;
      width: 20%; }
      .main-slider .swiper.transition-start .transition-box span:nth-child(1) {
        transition-delay: 0s; }
      .main-slider .swiper.transition-start .transition-box span:nth-child(2) {
        transition-delay: .2s; }
      .main-slider .swiper.transition-start .transition-box span:nth-child(3) {
        transition-delay: .4s; }
      .main-slider .swiper.transition-start .transition-box span:nth-child(4) {
        transition-delay: .6s; }
      .main-slider .swiper.transition-start .transition-box span:nth-child(5) {
        transition-delay: .8s; }
  .main-slider .pagi {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    text-align: right; }
    .main-slider .pagi .scroll {
      display: block;
      margin-bottom: 210px;
      width: 25px; }
      @media (max-width: 1300px) {
        .main-slider .pagi .scroll {
          margin-bottom: 120px; } }
    .main-slider .pagi .cube {
      position: relative;
      display: inline-block;
      width: 80px;
      height: 80px;
      right: 6px;
      bottom: 10px; }
      .main-slider .pagi .cube .container {
        max-width: none;
        padding: 0; }
      .main-slider .pagi .cube .slider {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 80px;
        height: 80px;
        margin: auto;
        -webkit-perspective: 600px;
        perspective: 600px; }
      .main-slider .pagi .cube .slider * {
        -webkit-transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5);
        transition: all 1s cubic-bezier(0.5, -0.75, 0.2, 1.5); }
      .main-slider .pagi .cube .container {
        width: inherit;
        height: inherit;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(0deg) rotateX(0deg);
        transform: rotateY(90deg) rotateX(0deg); }
      .main-slider .pagi .cube .slide,
      .main-slider .pagi .cube .slide .after,
      .main-slider .pagi .cube .slide .before {
        display: block;
        width: inherit;
        height: inherit;
        background: #ccc;
        position: absolute;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        background-size: cover;
        background-position: center; }
      .main-slider .pagi .cube .slide.x {
        transform: rotateY(90deg); }
      .main-slider .pagi .cube .slide.x .after {
        content: "";
        background-image: url("https://cdn.dribbble.com/users/730703/screenshots/6988911/elenidebo-thisiscolossal-theroad-forchicagodesignmuseum.jpg");
        transform: translateZ(40px) rotateZ(0); }
      .main-slider .pagi .cube .slide.x .before {
        content: "";
        background-image: url("https://cdn.dribbble.com/users/329207/screenshots/6220354/bemocs_geneseo_sailing.jpg");
        transform: translateZ(-40px) rotateZ(0); }
      .main-slider .pagi .cube .slide.z {
        -webkit-transform: rotateX(0);
        transform: rotateX(0); }
      .main-slider .pagi .cube .slide.z .before {
        content: "";
        background-image: url("https://cdn.dribbble.com/users/1361661/screenshots/6673317/music_girl.png");
        transform: translateZ(-40px); }
      .main-slider .pagi .cube .slide.z .after {
        content: "";
        background-image: url("https://cdn.dribbble.com/users/3178178/screenshots/7013817/the_caravan_by_patryk_wojciechowicz_2x.png");
        transform: translateZ(40px); }
    .main-slider .pagi .swiper-pagination {
      display: block;
      text-align: right;
      width: auto;
      position: static; }
      .main-slider .pagi .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
        margin: 0 8px;
        position: relative;
        width: 7px;
        height: 7px; }
        .main-slider .pagi .swiper-pagination .swiper-pagination-bullet:after {
          content: '';
          width: 17px;
          height: 17px;
          position: absolute;
          top: -5px;
          left: -5px;
          border-radius: 50%;
          border: 3px solid rgba(255, 255, 255, 0.5);
          opacity: 0; }
        .main-slider .pagi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #fff; }
          .main-slider .pagi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
            opacity: 1; }
    @media only screen and (max-width: 767px) {
      .main-slider .pagi {
        bottom: 32px; }
        .main-slider .pagi .scroll {
          display: none; }
        .main-slider .pagi .cube {
          transform: scale(0.8);
          transform-origin: bottom right; } }

.slider-top-sections {
  margin-top: 760px;
  background: #fff;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .slider-top-sections {
      margin-top: 450px; } }

.main-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 760px;
  display: flex;
  align-items: center; }
  .main-banner .txt {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center; }
    .main-banner .txt h1, .main-banner .txt h2 {
      font-size: 3.2rem;
      font-weight: 400;
      margin: 0; }
      @media (max-width: 1300px) {
        .main-banner .txt h1, .main-banner .txt h2 {
          font-size: 2rem;
          /*span{
          	margin-right: 12px;
          }*/ } }
    .main-banner .txt.sus {
      text-align: left;
      padding: 0 var(--con-page-pad); }
      .main-banner .txt.sus h2 {
        font-size: 2rem; }
      .main-banner .txt.sus hr {
        background: #fff;
        opacity: 1;
        margin: 20px 0 40px 0; }
      .main-banner .txt.sus .item {
        display: block;
        border-bottom: 1px solid #fff;
        background-position: center right;
        background-repeat: no-repeat;
        background-image: url(../img/download.svg);
        padding: 30px 0;
        transition: .4s; }
        .main-banner .txt.sus .item:first-child {
          padding-top: 0;
          background-position: top right; }
        .main-banner .txt.sus .item:hover {
          opacity: .5; }
      @media only screen and (max-width: 767px) {
        .main-banner .txt.sus .col-md-5 {
          margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .main-banner {
      height: 450px;
      align-items: end; }
      .main-banner .txt {
        text-align: left;
        padding-bottom: 60px; }
        .main-banner .txt h1, .main-banner .txt h2 {
          font-size: 1.5rem; }
        .main-banner .txt.sus {
          text-align: left; }
          .main-banner .txt.sus h2 {
            font-size: 1.5rem; } }

.parallax-banner {
  position: relative;
  overflow: hidden; }
  .parallax-banner .cover {
    height: calc(100% + 400px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .parallax-banner {
      height: 500px; } }
  @media only screen and (max-width: 767px) {
    .parallax-banner {
      height: 350px; } }

.main-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center; }
  .main-video .txt {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 80px;
    left: 0;
    right: 0; }
    .main-video .txt .scroll {
      display: block;
      margin-bottom: 210px; }
      @media (max-height: 750px) {
        .main-video .txt .scroll {
          margin-bottom: 80px; } }
    .main-video .txt h1, .main-video .txt h2 {
      font-size: 3.2rem;
      font-weight: 400;
      margin: 0 0 20px 0; }
      @media (max-width: 1300px) {
        .main-video .txt h1, .main-video .txt h2 {
          font-size: 2rem;
          /*span{
          	margin-right: 12px;
          }*/ } }
    .main-video .txt .col-xl-4 {
      width: 550px;
      max-width: 100%; }
  @media only screen and (max-width: 767px) {
    .main-video .txt .scroll {
      display: none; }
    .main-video .txt h1, .main-video .txt h2 {
      font-size: 1.5rem; } }

.numbers-section {
  position: relative; }
  .numbers-section h2 {
    margin-bottom: 60px; }
  @media (max-width: 1200px) {
    .numbers-section .scroll-fix-items {
      display: none; } }

.numbers {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 8;
  padding-top: 90px; }
  .numbers .numbers-scroll {
    display: flex;
    justify-content: end;
    overflow: hidden; }
    .numbers .numbers-scroll .item {
      flex: none;
      min-width: 200px;
      width: 200px;
      text-align: left;
      white-space: normal;
      display: inline-block;
      overflow: hidden;
      padding: 0 30px;
      border-left: 1px solid #000;
      height: calc(100vh - 400px);
      position: relative;
      transition: width .7s; }
      .numbers .numbers-scroll .item .title {
        margin-bottom: 50px;
        font-weight: 700;
        font-size: 1.1rem; }
      .numbers .numbers-scroll .item p {
        width: 375px;
        opacity: 0;
        transition: .4s; }
      .numbers .numbers-scroll .item .number {
        font-size: 7.5rem;
        position: absolute;
        left: 12px;
        bottom: 0;
        line-height: .75; }
      .numbers .numbers-scroll .item.active {
        width: 500px; }
        .numbers .numbers-scroll .item.active p {
          opacity: 1; }
      .numbers .numbers-scroll .item:first-child {
        width: 500px !important; }
        .numbers .numbers-scroll .item:first-child p {
          opacity: 1; }
      @media (max-height: 780px) {
        .numbers .numbers-scroll .item {
          height: calc(100vh - 360px); } }
      @media (max-height: 700px) {
        .numbers .numbers-scroll .item {
          height: calc(100vh - 330px); } }
  .numbers.fixed {
    position: fixed; }
  .numbers.passed {
    position: absolute; }
  @media (max-width: 1450px) {
    .numbers .numbers-scroll .item .number {
      font-size: 6.5rem; }
    .numbers .numbers-scroll .item p {
      width: 250px; }
    .numbers .numbers-scroll .item.active {
      width: 350px; }
    .numbers .numbers-scroll .item:first-child {
      width: 350px !important; } }
  @media (max-width: 1300px) {
    .numbers .numbers-scroll .item .title {
      margin-bottom: 30px; }
    .numbers .numbers-scroll .item .number {
      font-size: 5rem; } }
  @media (max-width: 1262px) {
    .numbers {
      padding-top: 60px; }
      .numbers .numbers-scroll {
        justify-content: normal;
        overflow: auto; }
        .numbers .numbers-scroll .item {
          min-width: 0;
          width: 36vw !important; }
          .numbers .numbers-scroll .item .number {
            font-size: 5rem; }
          .numbers .numbers-scroll .item p {
            width: auto;
            opacity: 1; }
      .numbers.fixed {
        position: static; }
      .numbers.passed {
        position: static; } }
  @media only screen and (max-width: 767px) {
    .numbers .numbers-scroll .item {
      width: 84vw !important; }
      .numbers .numbers-scroll .item .title {
        margin-bottom: 50px; } }

.scroll-fix-dummy {
  height: 1000px; }

.banner-slider-section {
  padding-top: 90px;
  padding-bottom: 130px; }
  .banner-slider-section .banner-slider {
    position: relative;
    overflow: hidden; }
    .banner-slider-section .banner-slider .banners .cover {
      height: calc(100vh - 100px);
      min-height: 800px;
      position: relative; }
      .banner-slider-section .banner-slider .banners .cover .txt {
        position: absolute;
        top: 20vh;
        left: 137px;
        color: #fff;
        z-index: 1;
        width: 400px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .banner-slider-section .banner-slider .banners .cover .txt {
            top: 120px;
            left: 60px; } }
      .banner-slider-section .banner-slider .banners .cover.tint:before {
        background: rgba(0, 0, 0, 0.5); }
    .banner-slider-section .banner-slider .thumbs {
      position: absolute;
      bottom: 60px;
      left: 40%;
      width: 70%;
      z-index: 2; }
      .banner-slider-section .banner-slider .thumbs .item {
        margin-right: 25px; }
      .banner-slider-section .banner-slider .thumbs .cover {
        padding-bottom: 120%;
        position: relative;
        cursor: pointer; }
        .banner-slider-section .banner-slider .thumbs .cover .txt {
          position: absolute;
          color: #fff;
          padding: 24px 32px;
          bottom: 0;
          left: 0;
          width: 100%;
          z-index: 2; }
        .banner-slider-section .banner-slider .thumbs .cover:before {
          opacity: 0;
          transition: .4s; }
        .banner-slider-section .banner-slider .thumbs .cover:hover:before {
          opacity: 1; }
  @media only screen and (max-width: 767px) {
    .banner-slider-section {
      padding-top: 0;
      padding-bottom: 60px; }
      .banner-slider-section .container {
        padding: 0; }
      .banner-slider-section .banner-slider .banners .cover {
        height: 850px; }
        .banner-slider-section .banner-slider .banners .cover .txt {
          left: 24px;
          right: 24px;
          width: auto; }
      .banner-slider-section .banner-slider .thumbs {
        left: 24px;
        width: 100%; }
        .banner-slider-section .banner-slider .thumbs .cover .txt {
          padding: 24px; } }

.numbers-section + .banner-slider-section {
  padding-top: 0; }

.media h2 {
  margin-bottom: 0; }
.media .all {
  position: relative;
  display: inline-block; }
  .media .all:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0px;
    background: #000;
    transition: .4s; }
  .media .all:hover:after {
    width: 100%; }
.media .row.anim-boxes {
  --bs-gutter-x: 90px; }
.media .col-lg-4 {
  margin-bottom: 110px; }
  .media .col-lg-4 .title {
    font-size: 1.75rem;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 45px;
    font-weight: 500; }
  .media .col-lg-4 img {
    width: 100%;
    height: auto; }
  .media .col-lg-4 p {
    margin-bottom: 20px; }
  .media .col-lg-4 a {
    position: relative;
    display: inline-block; }
    .media .col-lg-4 a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 1px;
      left: 0;
      bottom: 0px;
      background: #000;
      transition: .4s; }
  .media .col-lg-4:hover a:after {
    width: 100%; }
.media .top {
  margin-bottom: 120px; }
  .media .top .col-lg-4 {
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
  .media {
    padding-bottom: 60px; }
    .media .all {
      display: none; }
    .media .top {
      margin-bottom: 60px; }
    .media .row.anim-boxes {
      margin: 0;
      white-space: nowrap;
      display: block;
      overflow: auto; }
      .media .row.anim-boxes .col-lg-4:not(.col-5) {
        display: inline-block;
        padding: 0;
        vertical-align: top;
        margin-bottom: 0;
        margin-right: 24px;
        white-space: normal; } }

section.desc {
  padding: 200px 0; }
  section.desc .container {
    padding: 0 var(--con-page-pad); }
  section.desc.team {
    padding: 0 0 120px 0; }
    section.desc.team .cover {
      padding-bottom: 120%; }
    section.desc.team h2 {
      margin: 0 0 10px 0; }
    section.desc.team .title {
      font-size: 1.6rem;
      margin-bottom: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      section.desc.team .row {
        align-items: start !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.desc.team .row {
        align-items: start !important; }
      section.desc.team .col-md-6 {
        width: 66.6666666667%;
        margin: 0 !important; }
      section.desc.team .col-md-4.offset-md-1 {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      section.desc.team {
        padding: 0 0 60px 0; }
        section.desc.team .cover {
          margin-bottom: 30px; }
        section.desc.team .title {
          font-size: 1.2rem;
          margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    section.desc {
      padding: 60px 0; } }

.bcrumb + section.team {
  padding-top: 200px; }
  @media only screen and (max-width: 767px) {
    .bcrumb + section.team {
      padding-top: 60px; } }

main.home .slider-top-sections {
  margin-top: 100vh; }
main.home .boxes {
  padding-top: 135px; }
  main.home .boxes h2 {
    margin-bottom: 0; }
  main.home .boxes .col-md-4, main.home .boxes .col-md-5 {
    margin-bottom: 75px; }
    @media only screen and (max-width: 767px) {
      main.home .boxes .col-md-4, main.home .boxes .col-md-5 {
        margin-bottom: 30px; } }
  main.home .boxes .box {
    display: block;
    height: 378px;
    margin-bottom: 24px;
    position: relative; }
    main.home .boxes .box:before {
      background: black;
      opacity: .3;
      transition: opacity .4s; }
    main.home .boxes .box .txt {
      position: absolute;
      left: 55px;
      right: 55px;
      bottom: 45px;
      z-index: 1;
      color: #fff; }
      main.home .boxes .box .txt .txt-title {
        overflow: hidden; }
        main.home .boxes .box .txt .txt-title h3 {
          margin: 0;
          color: #fff;
          transition: .7s;
          transition-delay: .6s; }
      main.home .boxes .box .txt .txt-desc {
        overflow: hidden;
        max-height: 0;
        transition: 2s; }
        main.home .boxes .box .txt .txt-desc span {
          opacity: 0;
          transition: .4s; }
        main.home .boxes .box .txt .txt-desc:empty {
          display: none; }
    main.home .boxes .box .logo {
      position: absolute;
      z-index: 1;
      left: 55px;
      top: 55px;
      width: 80px;
      opacity: 0;
      transition: .8s; }
    main.home .boxes .box.big {
      height: 780px; }
    main.home .boxes .box:hover:before {
      opacity: .6; }
    main.home .boxes .box:hover .txt .txt-title h3 {
      transform: translateY(-100%);
      opacity: 0;
      transition-delay: 0s; }
    main.home .boxes .box:hover .txt .txt-desc {
      max-height: 150px;
      transition-delay: .4s; }
      main.home .boxes .box:hover .txt .txt-desc span {
        opacity: 1; }
    main.home .boxes .box:hover .logo {
      opacity: 1; }
    @media (max-width: 1500px) {
      main.home .boxes .box .txt {
        left: 30px;
        right: 30px;
        bottom: 20px; }
      main.home .boxes .box .logo {
        left: 30px;
        top: 30px; } }
    @media (max-width: 1200px) {
      main.home .boxes .box .txt .txt-title {
        margin-bottom: 20px; }
        main.home .boxes .box .txt .txt-title h3 {
          opacity: 1 !important;
          transform: translateY(0) !important; }
      main.home .boxes .box .txt .txt-desc {
        font-size: .8rem;
        max-height: none !important; }
        main.home .boxes .box .txt .txt-desc span {
          opacity: 1; }
      main.home .boxes .box .logo {
        opacity: 1; } }
  @media only screen and (max-width: 767px) {
    main.home .boxes {
      padding-top: 60px; }
      main.home .boxes .col-md-4 {
        margin-bottom: 60px; } }
@media only screen and (max-width: 767px) {
  main.home .boxes-section .container {
    padding: 0;
    white-space: nowrap;
    overflow: auto; }
    main.home .boxes-section .container .row, main.home .boxes-section .container .col-md-6 {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      width: auto;
      padding: 0; }
    main.home .boxes-section .container .row:first-child {
      margin-left: 24px; }
    main.home .boxes-section .container .box {
      display: inline-block;
      vertical-align: top;
      white-space: normal;
      width: 84vw;
      margin-right: 24px;
      margin-bottom: 0;
      height: auto;
      padding-top: 250px;
      background-position: top center;
      background-size: auto 350px; }
      main.home .boxes-section .container .box .logo {
        width: 60px; }
      main.home .boxes-section .container .box .txt {
        position: static;
        padding-top: 24px;
        background: #fff; }
        main.home .boxes-section .container .box .txt .txt-title h3, main.home .boxes-section .container .box .txt .txt-desc {
          color: #000; }
        main.home .boxes-section .container .box .txt .txt-desc {
          font-size: 1rem; }
      main.home .boxes-section .container .box.big {
        height: auto; }
      main.home .boxes-section .container .box:before {
        height: 250px; } }
main.home .loading-box {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 9;
  opacity: 0; }
main.home .logo-slider {
  position: relative;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; }
  main.home .logo-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important; }
  main.home .logo-slider .swiper-slide img {
    width: 100%;
    opacity: .2;
    filter: saturate(0);
    transition: .4s; }
    main.home .logo-slider .swiper-slide img:hover {
      opacity: 1;
      filter: saturate(1); }
  main.home .logo-slider:before {
    content: '';
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none; }
  main.home .logo-slider:after {
    content: '';
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    pointer-events: none; }
  @media only screen and (max-width: 767px) {
    main.home .logo-slider {
      margin-bottom: 0; } }

main.projects .slider-top-sections {
  margin-top: 100vh; }
main.projects .media {
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    main.projects .media {
      padding-bottom: 60px; } }
main.projects .numbers {
  position: static !important;
  height: auto;
  margin-bottom: 100px; }
  main.projects .numbers h2 {
    margin-bottom: 110px; }
  main.projects .numbers .numbers-scroll {
    justify-content: normal; }
    main.projects .numbers .numbers-scroll .item {
      flex: auto;
      min-width: 0;
      width: auto;
      height: auto;
      padding-right: 12px; }
      main.projects .numbers .numbers-scroll .item .title {
        min-height: 48px;
        margin-bottom: 70px; }
      main.projects .numbers .numbers-scroll .item .number {
        position: static;
        font-size: 5rem; }
      main.projects .numbers .numbers-scroll .item p {
        width: auto; }
      main.projects .numbers .numbers-scroll .item:first-child {
        width: auto !important; }
    @media (max-width: 1500px) {
      main.projects .numbers .numbers-scroll .item .number {
        font-size: 4rem; } }
    @media (max-width: 1400px) {
      main.projects .numbers .numbers-scroll .item .number {
        font-size: 3rem; } }
    @media (max-width: 1262px) {
      main.projects .numbers .numbers-scroll .item {
        flex: none;
        width: 25vw !important; }
        main.projects .numbers .numbers-scroll .item .number {
          font-size: 4rem; }
        main.projects .numbers .numbers-scroll .item:first-child {
          width: 25vw !important; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.projects .numbers .numbers-scroll .item {
        width: 35vw !important; }
        main.projects .numbers .numbers-scroll .item:first-child {
          width: 35vw !important; } }
  @media only screen and (max-width: 767px) {
    main.projects .numbers {
      margin-bottom: 60px; }
      main.projects .numbers h2 {
        margin-bottom: 60px; }
      main.projects .numbers .numbers-scroll .item {
        width: 75vw !important; }
        main.projects .numbers .numbers-scroll .item:first-child {
          width: 75vw !important; } }
main.projects .banner-slider-section {
  padding-top: 0; }

main.page {
  /*.slider-top-sections{
  	padding-bottom: 55px;
  }*/ }
  main.page .bcrumb .container {
    padding: 0 var(--con-page-pad); }

.project-list {
  padding: 100px 0;
  margin-bottom: 100px;
  background: #F8F8F8; }
  .project-list hr {
    margin: 20px 0;
    background: #E6E6E6;
    opacity: 1; }
  .project-list h3 {
    margin: 0; }
  .project-list .filter input, .project-list .filter select {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 95%;
    border-radius: 0; }
  .project-list .filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select-arrow.svg); }
  .project-list .filter .search {
    background-image: url(../img/filter-search.svg); }
  .project-list .box {
    display: block;
    padding-bottom: 70%; }
    .project-list .box h4 {
      position: absolute;
      left: 32px;
      right: 32px;
      bottom: 32px;
      margin: 0;
      z-index: 1;
      color: #fff;
      font-size: 1.2rem;
      transition: .4s; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .project-list .box h4 {
          font-size: 1rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .project-list .box h4 {
          font-size: 1rem; } }
    .project-list .box:before {
      transition: .4s; }
    .project-list .box:hover:before {
      background: rgba(0, 0, 0, 0.5); }
    .project-list .box:hover h4 {
      left: 42px; }
  .project-list .filter-row {
    margin-top: 50px; }
  .project-list .no-result {
    display: none;
    padding: 90px 0; }
  @media only screen and (max-width: 767px) {
    .project-list {
      padding: 60px 0;
      margin-bottom: 60px; }
      .project-list .filter input, .project-list .filter select {
        padding: 0 12px; }
      .project-list .box h4 {
        left: 24px;
        right: 24px;
        bottom: 24px; } }

.detail {
  position: relative;
  min-height: 100vh; }
  .detail .gallery {
    width: calc(100% - 750px); }
    .detail .gallery a {
      display: block;
      position: relative; }
      .detail .gallery a img {
        width: 100%; }
      .detail .gallery a:after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url(../img/zoom.svg);
        background-repeat: no-repeat;
        right: 36px;
        bottom: 36px;
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: .4s; }
      .detail .gallery a:hover:after {
        opacity: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .detail .gallery {
        width: calc(100% - 600px); } }
    @media (max-width: 991px) {
      .detail .gallery {
        width: 100%; } }
  .detail .detail-box {
    width: 750px;
    position: fixed;
    height: 100vh;
    right: 0;
    bottom: 0;
    padding: 90px;
    padding-top: 190px; }
    .detail .detail-box h1 {
      font-size: 1.6rem;
      margin: 0;
      font-weight: 500; }
    .detail .detail-box h2 {
      font-size: 1.6rem;
      margin: 0 0 35px 0;
      font-weight: 400; }
    .detail .detail-box p {
      margin-bottom: 100px; }
    .detail .detail-box .info .row {
      border-bottom: 1px solid #E6E6E6;
      margin-bottom: 6px;
      padding-bottom: 6px; }
      .detail .detail-box .info .row .col-md-4 {
        font-weight: 300;
        position: relative; }
        .detail .detail-box .info .row .col-md-4:after {
          content: ':';
          position: absolute;
          right: 12px;
          top: 0; }
    .detail .detail-box.passed {
      position: absolute; }
    @media (max-height: 1100px) {
      .detail .detail-box {
        padding-top: 140px; }
        .detail .detail-box p {
          margin-bottom: 60px; } }
    @media (max-height: 1000px) {
      .detail .detail-box {
        padding: 60px;
        padding-top: 120px; }
        .detail .detail-box p {
          margin-bottom: 30px; }
        .detail .detail-box h2 {
          margin-bottom: 30px; } }
    @media (max-height: 850px) {
      .detail .detail-box {
        position: static !important;
        float: right; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .detail .detail-box {
        width: 600px; } }
    @media (max-width: 991px) {
      .detail .detail-box {
        width: 100%;
        position: static !important;
        float: none;
        height: auto;
        padding: 230px var(--con-pad) 60px var(--con-pad); }
        .detail .detail-box p {
          margin-bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .detail .detail-box {
        padding: 170px 24px 60px 24px; } }
  .detail .scroll-end {
    margin-bottom: 90px; }

main.news .slider-top-sections {
  margin-top: 760px; }
  @media only screen and (max-width: 767px) {
    main.news .slider-top-sections {
      margin-top: 450px; } }
main.news .project-list {
  margin-bottom: 0; }
  main.news .project-list .box {
    padding-bottom: 0;
    margin-bottom: 50px; }
    main.news .project-list .box .cover {
      padding-bottom: 70%;
      margin-bottom: 32px; }
    main.news .project-list .box h4 {
      position: static;
      color: #000;
      font-size: 1.3rem;
      margin: 4px 0 0 0; }
main.news .news-count {
  margin-bottom: 50px; }
main.news .pagi {
  text-align: center; }
  main.news .pagi a {
    display: inline-block;
    margin: 0 8px;
    font-size: 1.5rem;
    line-height: 1.2; }
    main.news .pagi a.active {
      border-bottom: 2px solid; }
main.news .margin {
  height: 100px; }
  @media only screen and (max-width: 767px) {
    main.news .margin {
      height: 10px; } }
main.news .news-detail {
  padding: 100px 0; }
  main.news .news-detail .gallery .cover {
    padding-bottom: 70%;
    display: block; }
  @media (min-width: 768px) and (max-width: 991px) {
    main.news .news-detail .gallery {
      margin-bottom: 60px; } }
  @media only screen and (max-width: 767px) {
    main.news .news-detail {
      padding: 60px 0; }
      main.news .news-detail .gallery {
        margin-bottom: 30px; }
        main.news .news-detail .gallery .row {
          display: block;
          white-space: nowrap;
          overflow: auto; }
          main.news .news-detail .gallery .row .col-md-4 {
            display: inline-block;
            vertical-align: top;
            width: 76vw; } }
main.news .news-detail + .project-list {
  background: #fff;
  padding: 0; }

main.news-detail-page .slider-top-sections {
  margin-top: 200px; }
  @media only screen and (max-width: 767px) {
    main.news-detail-page .slider-top-sections {
      margin-top: 100px; } }

main.search h1 {
  font-size: 2.8rem; }
main.search .project-list {
  padding: 250px 0 100px 0;
  margin-bottom: 0;
  background: #fff; }
main.search .search-results {
  margin-top: 30px; }
  main.search .search-results hr {
    margin: 30px 0; }
  main.search .search-results .item {
    transition: .4s; }
    main.search .search-results .item:hover {
      opacity: .5; }
@media only screen and (max-width: 767px) {
  main.search h1 {
    font-size: 2rem; }
  main.search .project-list {
    padding: 160px 0 60px 0; } }

.page-9 .bcrumb + .desc {
  padding-top: 200px; }
.page-9 section.desc {
  padding: 90px 0; }
@media only screen and (max-width: 767px) {
  .page-9 .bcrumb + .desc {
    padding-top: 90px; }
  .page-9 section.desc {
    padding: 45px 0; } }

.page-179 main.projects .slider-top-sections {
  margin-top: 760px; }
  @media only screen and (max-width: 767px) {
    .page-179 main.projects .slider-top-sections {
      margin-top: 450px; } }
@media only screen and (max-width: 767px) {
  .page-179 main.projects .media {
    padding-top: 60px; } }

.lang {
  display: none !important; }

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

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

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

.mb-40 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .mb-40 {
      margin-bottom: 30px; } }

.mb-80 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .mb-80 {
      margin-bottom: 40px; } }

.mb-100 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .mb-100 {
      margin-bottom: 50px; } }

.mb-120 {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .mb-120 {
      margin-bottom: 50px; } }

.mb-240 {
  margin-bottom: 240px; }
  @media only screen and (max-width: 767px) {
    .mb-240 {
      margin-bottom: 50px; } }

.w-80 {
  width: 80%; }

.g-120 {
  --bs-gutter-x: 120px; }

.b-16 {
  border-radius: 16px; }

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

.anim {
  opacity: 0;
  transform: translateY(60px); }
  .anim.anim-opa {
    transform: translateY(0); }
  .anim.anim-title {
    transform: translateY(0);
    opacity: 1; }
    .anim.anim-title span {
      position: relative;
      opacity: 0;
      top: 30px; }
  .anim.anim-slide {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    overflow: hidden; }
    .anim.anim-slide:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #fff; }
  .anim.play {
    transform: translateY(0);
    opacity: 1;
    transition: 1s; }
    .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.play.anim-title span {
      transition: .5s;
      opacity: 1;
      top: 0; }
    .anim.play.anim-slide:after {
      transition: 1s;
      transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      /* easeOutQuad */
      left: 100%; }
    .anim.play.anim-slide.anim-del-2:after {
      transition-delay: .4s; }
    .anim.play.anim-slide.anim-del-4:after {
      transition-delay: .8s; }

.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 */
