@charset "UTF-8";
:root, textarea {
  font-size: 18px;
  font-family: 'Fira Sans';
  font-weight: 400;
}

html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, img, ins, kbd, samp, main,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, address, cite,
code, del, em, dt, dd, li, label, input, select, textarea, th, td, figcaption {
  font-size: 1rem;
  line-height: 140%;
  text-overflow: ellipsis;
  -webkit-transition: color 1.5s ease-out, text-shadow 1.5s ease-out;
  transition: color 1.5s ease-out, text-shadow 1.5s ease-out;
}

a {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

a {
  text-decoration: none;
  color: #1E3567;
  cursor: pointer;
}

a:link {
  color: #1E3567;
}

a:focus,
a:hover,
a:link:focus,
a:link:hover {
  color: #1B65AE;
}

[target='_blank']::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 0.111rem;
  -webkit-transform: translateY(-0.444rem);
          transform: translateY(-0.444rem);
  font-size: .5em;
  content: '\f35d';
  display: inline-block;
}

[data-format='pdf'][target='_blank']::after {
  content: '\f1c1';
  font-weight: 500;
  font-size: .6em;
  margin-left: 0.222rem;
}

html {
  scroll-behavior: smooth;
}

body[data-bg-lightness='dark']::before {
  color: rgba(255, 255, 255, 0.3);
}

body,
#root {
  width: 100%;
  height: 100%;
}

#root {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header,
footer {
  position: fixed;
  left: 0;
}

header a .text,
footer a .text {
  font-weight: 300;
}

header a .icon,
footer a .icon {
  margin-right: 0.444rem;
  -webkit-transform: translateY(0.111rem);
          transform: translateY(0.111rem);
}

header a,
header a:link,
footer a,
footer a:link {
  color: black;
}

header,
main,
footer {
  width: 100%;
}

header {
  top: 0;
  z-index: 1;
}

main {
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  z-index: 3;
}

.content-top,
.content-center,
.content-bottom {
  width: 100%;
}

footer {
  bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}

main {
  width: calc((100% / 36) * 20);
}

.header-left {
  width: calc((100% / 36) * 26);
}

.header-right,
.footer-left,
.footer-right {
  width: calc((100% / 36) * 8);
}

.footer-left,
.footer-right {
  width: calc((100% / 36) * 8);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

main,
.header-left,
.header-center,
.header-right,
.footer-left,
.footer-center,
.footer-right {
  padding-top: calc((100% / 36) * 0.75);
  padding-bottom: calc((100% / 36) * 0.75);
}

.header-left,
.footer-left {
  padding-left: calc((100% / 36) * 1);
}

.header-right,
.footer-right {
  padding-right: calc((100% / 36) * 1);
}

#root .content-slideshow {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

#root .content-slideshow img {
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes moveBG {
  from {
    -webkit-transform: scale(1.1) translateX(2rem);
            transform: scale(1.1) translateX(2rem);
  }
  to {
    -webkit-transform: scale(1.1) translateX(-2rem);
            transform: scale(1.1) translateX(-2rem);
  }
}

@keyframes moveBG {
  from {
    -webkit-transform: scale(1.1) translateX(2rem);
            transform: scale(1.1) translateX(2rem);
  }
  to {
    -webkit-transform: scale(1.1) translateX(-2rem);
            transform: scale(1.1) translateX(-2rem);
  }
}

#root .content-slideshow [data-slide-parallax='true'] {
  overflow: hidden;
}

#root .content-slideshow [data-slide-parallax='true'] img {
  position: absolute;
}

#root .content-slideshow [data-slide-parallax='true'].active img:nth-child(2) {
  -webkit-animation: moveBG 21s linear 1 normal forwards;
          animation: moveBG 21s linear 1 normal forwards;
}

#root .content-slideshow [data-slide-parallax='true'].active img:nth-child(3) {
  -webkit-animation: moveBG 14s linear 1 normal forwards;
          animation: moveBG 14s linear 1 normal forwards;
}

#root .content-slideshow [data-slide-parallax='true'].active img:nth-child(4) {
  -webkit-animation: moveBG 7s linear 1 normal forwards;
          animation: moveBG 7s linear 1 normal forwards;
}

#root section > .content-slideshow {
  width: 100vw;
  height: 100vh;
  cursor: -webkit-grab;
  cursor: grab;
}

#root section > .content-slideshow .slick-list {
  z-index: 4;
}

#root section > .content-slideshow .slick-dots {
  z-index: 5;
}

#root section > .content-slideshow .slick-dots button::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f111';
  font-size: 1rem;
  font-weight: 500;
}

#root section > .content-slideshow .slick-dots .slick-active button::before {
  font-weight: 900;
}

#root section > .content-slideshow .slick-arrow {
  z-index: 6;
  width: calc(100% / 36 * 3);
  height: 100%;
  -webkit-transition: color 0.5s ease-out, background-color 0.5s ease-out;
  transition: color 0.5s ease-out, background-color 0.5s ease-out;
}

#root section > .content-slideshow .slick-arrow::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.666rem;
  color: rgba(0, 0, 0, 0.72);
  -webkit-transition: color 1.5s ease-out;
  transition: color 1.5s ease-out;
}

#root section > .content-slideshow .slick-arrow:hover::before {
  color: rgba(0, 0, 0, 0.94);
}

#root section > .content-slideshow .slick-prev {
  left: 0;
}

#root section > .content-slideshow .slick-prev::before {
  content: '\f053';
}

#root section > .content-slideshow .slick-next {
  right: 0;
}

#root section > .content-slideshow .slick-next::before {
  content: '\f054';
}

#root section > .content-slideshow .slick-arrow::after {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: .08;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

#root section > .content-slideshow .slick-prev::after {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.72)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
}

#root section > .content-slideshow .slick-next::after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.72)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.72) 100%);
}

#root section > .content-slideshow .slick-arrow:hover::after {
  opacity: .72;
}

#root section > .content-slideshow .slick-slider::after,
#root section > .content-slideshow .slick-list::after {
  opacity: 0;
}

@-webkit-keyframes fadeOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#root section.active > .content-slideshow {
  -webkit-animation: fadeOpacity 1s ease-out 1 normal forwards;
          animation: fadeOpacity 1s ease-out 1 normal forwards;
}

#root .content-slideshow.transparent {
  opacity: .12;
}

section:not(.active) > .content-slideshow {
  opacity: 0;
}

.slick-slider::before,
.slick-slider::after,
.slick-slider > div::before,
.slick-slider > div::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

.slick-slider::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(30%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
}

.slick-slider::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.6) 100%);
}

.slick-slider > div::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(30%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 30%);
}

.slick-slider > div::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.9) 100%);
}

.slick-slider::before,
.slick-slider::after {
  opacity: 0;
}

.slick-slider > div::before,
.slick-slider > div::after {
  opacity: 1;
}

.slick-slider::before,
.slick-slider > div::before {
  top: 0;
  z-index: 1;
}

.slick-slider::after,
.slick-slider > div::after {
  z-index: 2;
  bottom: 0;
}

.slick-slider,
.slick-slider > div,
.slick-track {
  height: 100%;
  width: 100%;
}

.content-slideshow .slick-dots {
  bottom: 2.66rem;
}

.content-slideshow .slick-dots li {
  margin-left: 0.888rem;
  margin-right: 0.888rem;
}

.content-slideshow .slick-dots li button::before {
  content: '▉';
  font-size: 0.888rem;
  border-radius: 0;
}

[data-bg-lightness='dark'] h1 {
  color: white;
}

[data-bg-lightness='dark'] .slick-slider::before,
[data-bg-lightness='dark'] .slick-slider::after {
  opacity: 1;
}

[data-bg-lightness='dark'] .slick-list::before,
[data-bg-lightness='dark'] .slick-list::after {
  opacity: 0;
}

.content-modal {
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.88);
  padding: calc(100% / 36 * 3) calc(100% / 36 * 3);
  width: 100vw;
  height: 100%;
}

.content-modal #modal-close {
  position: absolute;
  top: calc(100% / 36 * 1.5);
  right: calc(100% / 36 * 1.5);
  font-size: 2rem;
}

.content-modal a {
  color: white;
}

.content-modal a:hover,
.content-modal a:focus {
  color: #B3B3B3;
}

.content-modal .modal-item {
  position: relative;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes contentPopUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes contentPopUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

body.disabled {
  overflow: hidden;
}

body.disabled .content-modal {
  z-index: 6;
  opacity: 1;
  pointer-events: unset;
}

body.disabled .modal-item {
  -webkit-animation: contentPopUp 0.3s ease-out 0.3s 1 normal forwards;
          animation: contentPopUp 0.3s ease-out 0.3s 1 normal forwards;
}

.content-top h1 {
  font-size: 2rem;
  margin-top: -0.777rem;
  width: 100%;
}

.content-top h1 .number {
  font-weight: 300;
}

.content-top h1 .number::after {
  content: '';
  margin-right: 0.555rem;
}

.content-top h1 .number.has-dots::after {
  content: ':';
}

.content-top h1 .title {
  font-weight: 500;
}

.content-top #nav-tabs, .content-top .nav-menu {
  margin-top: 1rem;
  width: 100%;
}

.content-top #nav-tabs .active a,  .content-top .nav-menu .active a {
  font-weight: 500;
  pointer-events: none;
}

.content-top #nav-tabs .active a::after, .content-top .nav-menu .current-menu-item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.111rem;
  width: 100%;
  height: 0.111rem;
  background-color: rgba(0, 0, 0, 0.88);
}

.content-top #nav-tabs ul, .content-top .nav-menu ul {
  border-bottom: 0.111rem rgba(0, 0, 0, 0.12) solid;
}

.content-top #nav-tabs ul > li:not(:last-of-type), .content-top .nav-menu ul > li:not(:last-of-type) {
  margin-right: 1rem;
}

.content-top #nav-tabs a, .content-top .nav-menu a {
  color: black;
  padding-top: 0.333rem;
  padding-bottom: 0.333rem;
}

.content-top #nav-tabs a:hover,
.content-top #nav-tabs a:focus,
.content-top .nav-menu a:hover,
.content-top .nav-menu a:focus {
  color: #1B65AE;
}

.content-center {
  margin-top: 1.666rem;
  margin-bottom: 1.666rem;
}

.page-project .content-center table tr {
  width: calc(100% / 3);
}

.page-project .content-center table tr th {
  color: #808080;
}

.page-project .content-center table tr td {
  font-weight: 500;
}

.page-project .content-center table tr > * {
  width: 100%;
  text-align: left;
}

.page-project .content-center table tbody > tr:not(:nth-child(3n)) {
  padding-right: 1rem;
}

.page-project .content-center table tbody > tr:not(:last-child) {
  margin-bottom: 1rem;
}

.page-project .content-center section {
  width: 100%;
}

#section-tabs > :not(.active) {
  display: none;
}

#section-tabs > .hiding[data-tab='gallery']:not(.active) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  animation: fadeOpacity 0.3s ease-out 1 reverse forwards;
}

.article {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.article h2, .article p, .article ul, .article li, .article img {
  width: 100%;
  line-height: 150%;
}

.article img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  margin-bottom: 0.888rem;
  margin-top: 0.888rem;
}

.article h2 {
  font-size: 1.333rem;
  font-weight: 400;
}

.article h2:not(:first-child) {
  margin-top: 1.333rem;
}

.article p {
  margin-top: 1rem;
  font-weight: 300;
}

.article h2 + p {
  margin-top: 0;
}

.article h2 + img {
  margin-top: 1.333rem;
}

.article .width-half {
  width: calc(50% - 1rem);
}

.article figure {
  margin-top: 1.666rem;
}

.article figcaption {
  font-weight: 300;
  margin-top: 0.888rem;
}

.article ol li, .article ul li {
  font-weight: 300;
  display: inline;
  margin-left: 1.666rem;
  margin-top: 0.666rem;
}

.article ol li::before, .article ul li::before {
  position: absolute;
  left: -1.666rem;
}

.article ul li::before {
  content: '●';
  font-size: 0.444rem;
}

.article ol {
  counter-reset: bullet;
}

.article ol > li::before {
  content: counter(bullet);
  counter-increment: bullet;
}

.article h2 + ul,
.article h2 + ol {
  margin-top: -1.333rem;
}

@-webkit-keyframes circleBeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes circleBeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.notification-enabled .has-notification #nav-toggler a::before,
.notification-enabled .has-notification #nav-main a.has-notification .text::before,
.notification-enabled .has-notification #nav-tabs a.has-notification .text::before,
.notification-enabled .has-notification #nav-toggler a::after,
.notification-enabled .has-notification #nav-main a.has-notification .text::after,
.notification-enabled .has-notification #nav-tabs a.has-notification .text::after,
.notification-enabled .has-notification .article-info h3::before,
.notification-enabled .has-notification .article-info h3::after {
  content: '\f111';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  color: #ED254E;
  right: -0.666rem;
  top: -0.444rem;
  font-size: 0.666rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.notification-enabled .has-notification .article-info h3::before,
.notification-enabled .has-notification .article-info h3::after {
  top: 0;
}

.notification-enabled .has-notification #nav-toggler a::before,
.notification-enabled .has-notification #nav-main a.has-notification .text::before,
.notification-enabled .has-notification #nav-tabs a.has-notification .text::before,
.notification-enabled .has-notification .article-info h3::before {
  font-weight: 900;
}

.notification-enabled .has-notification #nav-toggler a::after,
.notification-enabled .has-notification #nav-main a.has-notification .text::after,
.notification-enabled .has-notification #nav-tabs a.has-notification .text::after,
.notification-enabled .has-notification .article-info h3::after {
  font-weight: 500;
  opacity: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: circleBeat 1s ease infinite normal forwards;
          animation: circleBeat 1s ease infinite normal forwards;
}

.wpcf7-form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wpcf7-form.launched {
  pointer-events: none;
}

.wpcf7-form h2 {
  margin-bottom: 1.666rem;
}

.wpcf7-form div {
  margin-top: 0;
}

.wpcf7-form .form-item {
  width: 100%;
}

.wpcf7-form .remove-file {
  position: absolute;
  right: -1.333rem;
}

.wpcf7-form > .form-item:not(:last-child) {
  margin-bottom: 2.666rem;
}

.wpcf7-form label {
  font-style: italic;
  font-weight: 300;
  cursor: pointer;
  color: #B3B3B3;
  -webkit-transition: color 0.3s ease-out, font-size 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-out, font-size 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease-out, font-size 0.3s ease-out, transform 0.3s ease-out;
  transition: color 0.3s ease-out, font-size 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.wpcf7-form .form-item:not(.item-submit) label {
  position: absolute;
  z-index: 2;
}

.wpcf7-form label,
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  border: none;
  outline: none;
}

.wpcf7-form input,
.wpcf7-form textarea {
  border-bottom: 0.111rem #1E3567 solid;
  padding-bottom: 0.444rem;
}

.wpcf7-form textarea {
  min-height: auto;
  height: auto;
  max-height: auto;
}

.wpcf7-form input:hover,
.wpcf7-form input:focus,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus {
  border-color: #1B65AE;
}

.wpcf7-form .wpcf7-submit {
  font-style: normal;
  background-color: #1E3567;
  color: white;
  padding: 0.555rem 1rem;
  width: auto;
}

.wpcf7-form .wpcf7-submit:focus {
  background-color: #1B65AE;
}

.wpcf7-spinner {
  display: none !important;
}


.postPage {
  max-width: 800px;
}

.postPage  p {
  margin-bottom: 16px;
}

.postPage  img {
  margin-bottom: 24px;
}


.wpcf7-form .item-submit {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wpcf7-form .item-submit:not(.completed) .wpcf7-submit {
  pointer-events: none;
  z-index: -1;
  background-color: #B3B3B3;
}

.wpcf7-form .item-submit.completed .submit-requirements {
  display: none;
}

.wpcf7-form .submit-requirements {
  padding-left: 1.333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.wpcf7-form .submit-requirements .title {
  margin-right: 0.444rem;
}

.wpcf7-form .submit-requirements .title::after {
  content: ':';
}

.wpcf7-form .required-items li {
  width: auto;
}

.wpcf7-form .required-items li label {
  font-size: 1rem;
  color: #1E3567;
}

.wpcf7-form .required-items li label:hover,
.wpcf7-form .required-items li label:focus {
  color: #1B65AE;
}

.wpcf7-form .required-items > li:not(:last-child) {
  margin-right: 0.333rem;
}

.wpcf7-form .required-items > li:not(:last-child) label::after {
  content: ',';
}

.wpcf7-form .required-items .completed {
  display: none;
}

.wpcf7-form .form-item.not-empty label:not(.mask),
.wpcf7-form .form-item:focus-within label:not(.mask) {
  font-size: 0.888rem;
  cursor: default;
  color: #808080;
  -webkit-transform: translateY(-1.33rem);
          transform: translateY(-1.33rem);
}

.wpcf7-form .item-phone,
.wpcf7-form .item-file {
  width: 11rem;
}


.pe-none {
  pointer-events: none;
}


.wpcf7-form .item-email {
  width: calc(100% - 13rem);
}

.wpcf7-form .item-file {
  width: 14rem;
}

.wpcf7-form .item-file .mask {
  background-color: #1E3567;
  padding: 0.666rem 1rem;
  -webkit-transform: translateY(-0.777rem);
          transform: translateY(-0.777rem);
  color: white;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.wpcf7-form .item-file .mask .icon {
  margin-right: 0.444rem;
}

.wpcf7-form .item-file .mask .text {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.wpcf7-form .item-file .mask:hover,
.wpcf7-form .item-file .mask:focus-within {
  background-color: #1B65AE;
}

.wpcf7-form .item-file:not(.uploaded) .mask .icon {
  display: none;
}

.wpcf7-form .item-file:not(.uploaded) .remove-file {
  display: none;
}

.wpcf7-form .item-company {
  width: calc(100% - 16rem);
}

.wpcf7-form textarea {
  height: 37px;
  overflow: auto;
}

.formRow {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}


.wpcf7-form .mask ~ input {
  display: block;
  z-index: 2;
  position: relative;
  opacity: 0;
}

.wpcf7-form .wpcf7-form-control ~ label::after {
  content: '*';
  color: darkred;
}

.wpcf7-form .feedback {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}


.wpcf7-form .feedback.positive {
  color: green;
}

.wpcf7-form .feedback.negative {
  color: red;
}

@media (min-width: 1025px) {
  .wpcf7-form .feedback {
    padding-left: 1.333rem;
  }
}

@media (max-width: 600px) {
  .project-map, #root .project-map .image {
    height: 400px !important;
  }

  .project-map img {
    height: 100%;
  }
}


.wpcf7-form .feedback:not(.active) {
  display: none;
}

.ymaps-2-1-73-copyright__link {
  font-size: unset;
}

.content-message {
  position: fixed;
  left: 50%;
  bottom: 2rem;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.72);
  padding: 1rem 1.666rem;
  z-index: 10;
  color: white;
  opacity: 0;
}

.content-message.active {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  opacity: 1;
}

@media (max-width: 1368px) {
  :root {
    font-size: 17px;
  }
}

@media (max-width: 1280px) and (min-width: 1025px) {
  :root {
    font-size: 16px;
  }
  .low-priority {
    display: none;
  }
  main {
    width: calc((100% / 36) * 24);
  }
  .header-left {
    width: calc((100% / 36) * 30);
  }
  .header-right,
  .footer-left,
  .footer-right {
    width: calc((100% / 36) * 6);
  }
  header #site-logo img {
    height: 3rem;
    -webkit-transform: translateY(-0.777rem);
            transform: translateY(-0.777rem);
  }
  header nav .dropdown-lang .text {
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .header-right,
  .footer-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-right ul:not(.dropdown),
  .footer-right ul:not(.dropdown) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 1024px) {
  :root {
    font-size: 16px;
  }
  header {
    z-index: 6;
    position: absolute;
  }
  header .header-center {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main {
    z-index: 2;
    overflow: hidden;
  }
  footer {
    z-index: 1;
    position: static;
  }
  main,
  .header-left,
  .header-center,
  .header-right,
  .footer-left,
  .footer-center,
  .footer-right {
    width: calc(100%);
    padding: calc((100% / 36) * 3);
  }
  .header-left,
  .footer-left {
    padding-bottom: calc((100% / 36) * 0.5);
  }
  header:not(.active) .header-left {
    padding-bottom: calc((100% / 36) * 3);
  }
  .header-right,
  .footer-right {
    padding-top: calc((100% / 36) * 0.5);
  }
  #nav-main {
    padding-top: calc((100% / 36) * 1.5);
  }
  .hidden-mobile {
    display: none;
  }
  header a .icon,
  footer a .icon {
    margin-right: 0.666rem;
  }
  .content-modal {
    padding: calc(100% / 36 * 12) calc(100% / 36 * 3);
  }
  .content-modal #modal-close {
    top: auto;
    right: auto;
    bottom: calc(100% / 36 * 3);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  @-webkit-keyframes moveBG {
    from {
      -webkit-transform: scale(1.3) translateX(2rem);
              transform: scale(1.3) translateX(2rem);
    }
    to {
      -webkit-transform: scale(1.3) translateX(-2rem);
              transform: scale(1.3) translateX(-2rem);
    }
  }
  @keyframes moveBG {
    from {
      -webkit-transform: scale(1.3) translateX(2rem);
              transform: scale(1.3) translateX(2rem);
    }
    to {
      -webkit-transform: scale(1.3) translateX(-2rem);
              transform: scale(1.3) translateX(-2rem);
    }
  }
  #root .content-slideshow [data-slide-parallax='true'].active [data-image-type='building-part-1'] {
    -webkit-animation: moveBG 21s linear 1 normal forwards;
            animation: moveBG 21s linear 1 normal forwards;
  }
  #root .content-slideshow [data-slide-parallax='true'].active [data-image-type='building-part-main'] {
    -webkit-animation: moveBG 14s linear 1 normal forwards;
            animation: moveBG 14s linear 1 normal forwards;
  }
  #root .content-slideshow [data-slide-parallax='true'].active [data-image-type='building-part-2'] {
    -webkit-animation: moveBG 7s linear 1 normal forwards;
            animation: moveBG 7s linear 1 normal forwards;
  }
  #nav-tabs {
    height: 2rem;
  }
  #nav-tabs ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    position: absolute;
    left: calc((100% / 36) * -3.75);
    width: calc(100% + (((100% / 36) * 3.75) * 2));
  }
  #nav-tabs ul > li:first-of-type {
    padding-left: calc((100% / 36) * 3);
  }
  #nav-tabs ul > li:last-of-type {
    padding-right: calc((100% / 36) * 3);
  }
  main {
    padding-top: calc((100% / 36) * 8);
  }
  main .content-top #nav-tabs {
    margin-top: 0.666rem;
  }
  main .content-top #nav-tabs a {
    font-size: 0.888rem;
  }
  .content-top h1 {
    margin-top: 0;
  }
  .content-top h1 .number {
    font-size: 0.888rem;
  }
  .content-top h1 .title {
    font-size: 1.333rem;
  }
  .content-top h1 > * {
    line-height: 140%;
    width: 100%;
  }
  .content-top #nav-tabs .active a::after {
    height: 0.222rem;
  }
  #root.page-project main .content-center table tbody tr {
    width: 100%;
    padding-right: 25%;
  }
  #root.page-project main .content-center table tbody tr th, #root.page-project main .content-center table tbody tr td {
    font-size: 0.888rem;
  }
  #root.page-project main .content-center table tbody > tr:not(:last-child) {
    margin-bottom: 0.555rem;
  }
  .article .width-half {
    width: 100%;
  }
  .article figure img {
    margin-bottom: 0;
  }
  .content-center .wpcf7-form .form-item {
    width: 100%;
  }
  .content-center .wpcf7-form .item-submit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content-center .wpcf7-form .item-submit > * {
    width: 100%;
  }
  .content-center .wpcf7-form .item-submit .submit-requirements {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .content-center .wpcf7-form .item-submit .wpcf7-submit {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wpcf7-form .item-file {
    display: none;
  }
  .wpcf7-form input {
    border-radius: 0;
  }
  .wpcf7-form .feedback {
    margin-top: 1rem;
  }
}
/*# sourceMappingURL=main.css.map */