/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@font-face {
  font-family: Josefin Sans;
  font-weight: 300 400 500 600 700;
  src: url(613585db06f849ca7717.ttf);
}
@font-face {
  font-family: Open Sans;
  font-weight: 300 400 500 600 700;
  src: url(19ba637387f1d6142f55.ttf);
}
@-webkit-keyframes headerSlide {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes headerSlide {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeDown {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes kenBurns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes kenBurns {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
header.navbar #main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.navbar #main-header a.custom-logo-link {
  padding: 15px 50px;
  width: 380px;
}
@media only screen and (max-width: 992px) {
  header.navbar #main-header a.custom-logo-link {
    width: 250px;
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 768px) {
  header.navbar #main-header a.custom-logo-link {
    width: 200px;
    padding: 10px 20px;
    max-height: 72px;
  }
}
header.navbar #main-header .main-menu-container {
  padding: 24px 20px;
}
header.navbar #main-header .main-menu-container .menu li {
  display: inline-block;
  margin: 0 25px;
}
header.navbar #main-header .main-menu-container .menu li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
header.navbar #main-header .main-menu-container .menu li a:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  left: -40px;
  background-color: #14203b;
  display: inline-block;
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header.navbar #main-header .main-menu-container .menu li a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header.navbar #main-header .main-menu-container .menu li.current-menu-item a:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media only screen and (max-width: 992px) {
  header.navbar #main-header .main-menu-container {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 768px) {
  header.navbar #main-header .main-menu-container {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: white;
    z-index: 3;
    width: 100%;
    height: calc(100vh - 72px);
    right: 0;
  }
  header.navbar #main-header .main-menu-container .menu li {
    display: block;
    text-align: center;
    padding: 10px 0;
  }
  header.navbar #main-header .main-menu-container .menu li a {
    font-size: 18px;
    font-weight: 500;
  }
  header.navbar #main-header .main-menu-container.opened {
    visibility: visible;
    opacity: 1;
  }
}
header.navbar #main-header .menu-wrap {
  min-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid rgba(78, 145, 206, 0.3);
  text-align: right;
}
header.navbar #main-header .menu-wrap .top-bar {
  border-bottom: 1px solid rgba(78, 145, 206, 0.3);
  padding: 8px 20px;
}
header.navbar #main-header .menu-wrap .top-bar .contact-info {
  font-size: 15px;
  line-height: 16px;
  padding: 0 30px;
  font-family: "Josefin Sans", sans-serif;
}
header.navbar #main-header .menu-wrap .top-bar .contact-info:nth-child(1) {
  border-right: 1px solid rgba(78, 145, 206, 0.3);
}
header.navbar #main-header .menu-wrap .top-bar .contact-info a:hover {
  color: #68ba82;
}
@media only screen and (max-width: 640px) {
  header.navbar #main-header .menu-wrap .top-bar .contact-info {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 580px) {
  header.navbar #main-header .menu-wrap .top-bar .contact-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
  }
  header.navbar #main-header .menu-wrap .top-bar .contact-info:nth-child(1) {
    border-right: none;
    padding-left: 0;
  }
  header.navbar #main-header .menu-wrap .top-bar .contact-info a {
    display: inline-block;
  }
  header.navbar #main-header .menu-wrap .top-bar .contact-info a span {
    display: none;
  }
  header.navbar #main-header .menu-wrap .top-bar .contact-info a:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  header.navbar #main-header .menu-wrap .top-bar .contact-info.email a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724px%27 viewBox=%270 -960 960 960%27 width=%2724px%27 fill=%27%234e91ce%27%3E%3Cpath d=%27M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z%27/%3E%3C/svg%3E");
  }
  header.navbar #main-header .menu-wrap .top-bar .contact-info.phone a:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724px%27 viewBox=%270 -960 960 960%27 width=%2724px%27 fill=%27%234e91ce%27%3E%3Cpath d=%27M760-480q0-117-81.5-198.5T480-760v-80q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-480h-80Zm-160 0q0-50-35-85t-85-35v-80q83 0 141.5 58.5T680-480h-80Zm198 360q-125 0-247-54.5T329-329Q229-429 174.5-551T120-798q0-18 12-30t30-12h162q14 0 25 9.5t13 22.5l26 140q2 16-1 27t-11 19l-97 98q20 37 47.5 71.5T387-386q31 31 65 57.5t72 48.5l94-94q9-9 23.5-13.5T670-390l138 28q14 4 23 14.5t9 23.5v162q0 18-12 30t-30 12ZM241-600l66-66-17-94h-89q5 41 14 81t26 79Zm358 358q39 17 79.5 27t81.5 13v-88l-94-19-67 67ZM241-600Zm358 358Z%27/%3E%3C/svg%3E");
  }
}
header.navbar #main-header .menu-wrap .top-bar a.toggle-nav {
  z-index: 1;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
header.navbar #main-header .menu-wrap .top-bar a.toggle-nav .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #4e91ce;
  border-radius: 10px;
  margin: 4px 0;
}
header.navbar #main-header .menu-wrap .top-bar a.toggle-nav .icon-bar.toggled:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(2.4px, 2.5px);
          transform: rotate(45deg) translate(2.4px, 2.5px);
}
header.navbar #main-header .menu-wrap .top-bar a.toggle-nav .icon-bar.toggled:nth-of-type(2) {
  opacity: 0;
}
header.navbar #main-header .menu-wrap .top-bar a.toggle-nav .icon-bar.toggled:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
@media only screen and (min-width: 769px) {
  header.navbar #main-header .menu-wrap .top-bar a.toggle-nav {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  header.navbar #main-header .menu-wrap .top-bar {
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  header.navbar #main-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.navbar #main-header .menu-wrap {
    border-left: none;
  }
}
header.navbar.fixed {
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: headerSlide 0.5s ease-in-out forwards;
          animation: headerSlide 0.5s ease-in-out forwards;
  background-color: white;
  z-index: 9999;
  -webkit-box-shadow: 0px 6px 39px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 6px 39px rgba(0, 0, 0, 0.0392156863);
}
header.navbar.fixed #main-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 993px) {
  header.navbar.fixed #main-header a.custom-logo-link {
    width: 280px;
  }
}
header.navbar.fixed #main-header .menu-wrap {
  border-left: none;
}
@media only screen and (min-width: 769px) {
  header.navbar.fixed #main-header .menu-wrap .top-bar {
    display: none;
  }
}

footer {
  background-color: #14203b;
}
footer .footer-top {
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .footer-top .f-col .logo {
  max-width: 190px;
  margin-bottom: 20px;
}
footer .footer-top .f-col .contact-info {
  display: block;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  padding: 6px 0 6px 32px;
}
footer .footer-top .f-col .contact-info a {
  color: white;
}
footer .footer-top .f-col .contact-info a:hover {
  color: #4e91ce;
}
footer .footer-top .f-col .contact-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-left: -32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .footer-top .f-col .contact-info.email:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724px%27 viewBox=%270 -960 960 960%27 width=%2724px%27 fill=%27%234e91ce%27%3E%3Cpath d=%27M160-160q-33 0-56.5-23.5T80-240v-480q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v480q0 33-23.5 56.5T800-160H160Zm320-280L160-640v400h640v-400L480-440Zm0-80 320-200H160l320 200ZM160-640v-80 480-400Z%27/%3E%3C/svg%3E");
}
footer .footer-top .f-col .contact-info.phone:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724px%27 viewBox=%270 -960 960 960%27 width=%2724px%27 fill=%27%234e91ce%27%3E%3Cpath d=%27M760-480q0-117-81.5-198.5T480-760v-80q75 0 140.5 28.5t114 77q48.5 48.5 77 114T840-480h-80Zm-160 0q0-50-35-85t-85-35v-80q83 0 141.5 58.5T680-480h-80Zm198 360q-125 0-247-54.5T329-329Q229-429 174.5-551T120-798q0-18 12-30t30-12h162q14 0 25 9.5t13 22.5l26 140q2 16-1 27t-11 19l-97 98q20 37 47.5 71.5T387-386q31 31 65 57.5t72 48.5l94-94q9-9 23.5-13.5T670-390l138 28q14 4 23 14.5t9 23.5v162q0 18-12 30t-30 12ZM241-600l66-66-17-94h-89q5 41 14 81t26 79Zm358 358q39 17 79.5 27t81.5 13v-88l-94-19-67 67ZM241-600Zm358 358Z%27/%3E%3C/svg%3E");
}
footer .footer-top .f-col .contact-info.address:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724px%27 viewBox=%270 -960 960 960%27 width=%2724px%27 fill=%27%234e91ce%27%3E%3Cpath d=%27M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z%27/%3E%3C/svg%3E");
}
footer .footer-top .f-col .menu li {
  padding: 6px 0;
}
footer .footer-top .f-col .menu li a {
  color: white;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}
footer .footer-top .f-col .menu li a:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  left: -40px;
  background-color: white;
  display: inline-block;
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
footer .footer-top .f-col .menu li a:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
footer .footer-top .f-col .menu li.cookie a {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  footer .footer-top .f-col {
    margin-bottom: 30px;
    text-align: center;
  }
}
footer .footer-top .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
footer .footer-top .logos a {
  display: block;
  max-width: 180px;
  width: 100%;
}
footer .footer-top .logos img {
  height: auto;
  max-height: 90px;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 801px) {
  footer .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer-top .f-col {
    width: calc(25% - 20px);
  }
}
footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #c0c0c0;
  font-size: 12px;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 768px) {
  footer .footer-bottom {
    text-align: center;
  }
}

.hero-slider,
.page-title {
  position: relative;
}
.hero-slider .slide,
.page-title .slide {
  overflow: hidden;
  background-color: #14203b;
}
.hero-slider .slide .image-wrap,
.page-title .slide .image-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
.hero-slider .slide .content-container,
.page-title .slide .content-container {
  min-height: 69vh;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 75px;
}
@media only screen and (max-width: 992px) {
  .hero-slider .slide .content-container,
  .page-title .slide .content-container {
    padding: 50px;
  }
}
.hero-slider .slide .title,
.page-title .slide .title {
  margin-bottom: 30px;
  color: white;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(30px, 6vw, 70px);
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  text-align: left;
  letter-spacing: -1px;
}
.hero-slider .slide .desc,
.page-title .slide .desc {
  display: block;
  color: white;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 7px;
  font-weight: 500;
  opacity: 0;
  text-align: left;
  font-family: "Josefin Sans", sans-serif;
}
.hero-slider .slide .btn,
.page-title .slide .btn {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  color: white;
  border-color: #4e91ce;
  background-color: #4e91ce;
}
.hero-slider .slide .btn:hover,
.page-title .slide .btn:hover {
  background-color: #68ba82;
  border-color: #68ba82;
}
.hero-slider .slide.animated .title,
.page-title .slide.animated .title {
  -webkit-animation: fadeUp 0.5s 0.6s ease-in-out forwards;
          animation: fadeUp 0.5s 0.6s ease-in-out forwards;
}
.hero-slider .slide.animated .desc,
.page-title .slide.animated .desc {
  -webkit-animation: fadeIn 0.5s 0.4s ease-in-out forwards;
          animation: fadeIn 0.5s 0.4s ease-in-out forwards;
}
.hero-slider .slide.animated .btn,
.page-title .slide.animated .btn {
  -webkit-animation: fadeDown 0.5s 0.6s ease-in-out forwards;
          animation: fadeDown 0.5s 0.6s ease-in-out forwards;
}
.hero-slider .slide.animated .image-wrap,
.page-title .slide.animated .image-wrap {
  -webkit-animation: kenBurns 6s ease-in-out forwards;
          animation: kenBurns 6s ease-in-out forwards;
}
.hero-slider .slide:before,
.page-title .slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(20, 32, 59, 0.35);
}
.hero-slider .slider-nav,
.page-title .slider-nav {
  position: absolute;
  right: 75px;
  bottom: 100px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 992px) {
  .hero-slider .slider-nav,
  .page-title .slider-nav {
    bottom: 50px;
    right: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-slider .slider-nav,
  .page-title .slider-nav {
    display: none;
  }
}
.hero-slider .slider-nav .slick-arrow,
.page-title .slider-nav .slick-arrow {
  cursor: pointer;
  width: 25px;
  height: 38px;
  border-left: 1px solid white;
  margin: 0 15px;
}
.hero-slider .slider-nav .slick-arrow:after,
.page-title .slider-nav .slick-arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg class=%27qodef-svg--button-arrow%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 width=%2717%27 viewBox=%270 0 17 20%27 style=%27enable-background:new 0 0 17 20;fill: none;stroke:white%27 xml:space=%27preserve%27%3E%3Cpolyline class=%27qodef-m-arrow%27 points=%277.1,3.9 13,9.8 7.1,15.9 %27%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 30px 40px;
  background-position: center right;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 2px;
}
.hero-slider .slider-nav .slick-arrow.slick-prev,
.page-title .slider-nav .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hero-slider .slider-nav .slick-arrow:hover:after,
.page-title .slider-nav .slick-arrow:hover:after {
  width: 28px;
}

.page-title {
  text-align: center;
}
.page-title .slide .title {
  max-width: 100%;
  -webkit-animation: fadeUp 0.5s 0.6s ease-in-out forwards;
          animation: fadeUp 0.5s 0.6s ease-in-out forwards;
}
.page-title .slide .btn {
  -webkit-animation: fadeUp 0.5s 1s ease-in-out forwards;
          animation: fadeUp 0.5s 1s ease-in-out forwards;
}
.page-title.project .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-title.project .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}

.boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.boxes .item {
  width: 100%;
  max-width: calc(25% - 30px);
  margin: 15px;
  background: #fff;
  border: 1px solid #EEEEEE;
  -webkit-box-shadow: 0px 6px 39px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 6px 39px rgba(0, 0, 0, 0.0392156863);
  padding: 25px;
  text-align: center;
}
.boxes .item .icon-wrap {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 25px;
  background-color: rgba(78, 145, 206, 0.06);
  border-radius: 50%;
  padding: 20px;
}
.boxes .item .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #14203b;
  min-height: 52px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.3;
}
.boxes .item .desc {
  margin: 0;
  color: #14203b;
  font-size: 14px;
}
@media only screen and (max-width: 1080px) {
  .boxes .item {
    max-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .boxes .item {
    max-width: 100%;
    margin: 15px 0;
  }
}
.boxes.is-style-cols3 .item {
  max-width: calc(33.33% - 30px);
}
@media only screen and (max-width: 800px) {
  .boxes.is-style-cols3 .item {
    max-width: 100%;
    margin: 15px 0;
  }
}
.boxes.is-style-cols2 .item {
  max-width: calc(50% - 30px);
}
@media only screen and (max-width: 800px) {
  .boxes.is-style-cols2 .item {
    max-width: 100%;
    margin: 15px 0;
  }
}
.boxes.is-style-testimonials .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.boxes.is-style-testimonials .item .icon-wrap {
  position: absolute;
  margin: 0;
  opacity: 0.12;
  width: 90px;
}
.boxes.is-style-testimonials .item .title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 10px 0 0;
  font-size: 15px;
  color: #4e91ce;
}

.fixed-image {
  background-attachment: fixed;
  background-size: cover;
}

.posts-grid {
  padding: 30px 0;
}
@media only screen and (min-width: 993px) {
  .posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }
}
.posts-grid .post {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .posts-grid .post {
    grid-template-columns: 150px 1fr;
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 560px) {
  .posts-grid .post {
    grid-template-columns: 80px 1fr;
  }
}
.posts-grid .post .post-thumbnail {
  overflow: hidden;
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .posts-grid .post .post-thumbnail {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 560px) {
  .posts-grid .post .post-thumbnail {
    width: 80px;
    height: 80px;
  }
}
.posts-grid .post .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.posts-grid .post .post-date {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5em;
  font-weight: 600;
  color: #4e91ce;
  margin-top: 20px;
}
@media only screen and (max-width: 560px) {
  .posts-grid .post .post-date {
    margin-top: 0;
  }
}
.posts-grid .post .post-title {
  font-size: 20px;
  margin: 15px 0;
  line-height: 1.4;
  color: #14203b;
  font-weight: 600;
}
.posts-grid .post .post-excerpt {
  font-size: 16px;
  color: #14203b;
}
.posts-grid .post:hover .post-thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.posts-grid .post:hover .post-title {
  color: #68ba82;
}

.testimonials-slider .content-container {
  max-width: 940px;
  margin: 0 auto;
}
.testimonials-slider .content-container .desc {
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(18px, 1.5vw, 28px);
  display: block;
  text-align: center;
  line-height: 1.5;
}
.testimonials-slider .content-container .author {
  display: block;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5em;
  font-weight: 600;
  color: #4e91ce;
  margin-top: 40px;
}
.testimonials-slider .slider-nav {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: calc(50% - 18px);
}
@media only screen and (max-width: 1024px) {
  .testimonials-slider .slider-nav {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.testimonials-slider .slider-nav .slick-arrow {
  cursor: pointer;
  width: 25px;
  height: 38px;
  border-left: 1px solid #c0c0c0;
  margin: 0 15px;
}
.testimonials-slider .slider-nav .slick-arrow:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg class=%27qodef-svg--button-arrow%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 width=%2717%27 viewBox=%270 0 17 20%27 style=%27enable-background:new 0 0 17 20;fill: none;stroke:%23868686;%27 xml:space=%27preserve%27%3E%3Cpolyline class=%27qodef-m-arrow%27 points=%277.1,3.9 13,9.8 7.1,15.9 %27%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 30px 40px;
  background-position: center right;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 2px;
}
.testimonials-slider .slider-nav .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testimonials-slider .slider-nav .slick-arrow:hover:after {
  width: 28px;
}
.testimonials-slider ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.testimonials-slider ul.slick-dots li {
  margin: 0 3px;
}
.testimonials-slider ul.slick-dots li button {
  font-size: 0;
  background-color: rgba(104, 186, 130, 0.5);
  border: none;
  width: 20px;
  height: 6px;
  border-radius: 3px;
}
.testimonials-slider ul.slick-dots li.slick-active button {
  background-color: #68ba82;
}

html {
  scroll-behavior: smooth;
  font-size: 20px;
}
@media only screen and (max-width: 781px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: visible;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #14203b;
}
body *:not(.slick-track):not(.slick-list):not(.slick-slide) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body ul:not(.wp-block-list) {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body .wp-block-list li {
  padding: 3px 0;
  line-height: 1.7;
}
body .wp-block-list li::marker {
  color: #4e91ce;
}
body a {
  text-decoration: none;
  color: #14203b;
}
body a.btn, body a.wp-block-button__link {
  background-color: #4e91ce;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #4e91ce;
  padding: 14px 55px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.02em;
  font-family: "Josefin Sans", sans-serif;
}
body a.btn:hover, body a.wp-block-button__link:hover {
  background-color: #68ba82;
  border-color: #68ba82;
}
body a.btn.outline, body a.wp-block-button__link.outline {
  background-color: transparent;
  color: #68ba82;
}
body a.btn.outline:hover, body a.wp-block-button__link.outline:hover {
  background-color: #68ba82;
  color: #ffffff;
}
body a.link {
  color: #14203b;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  display: inline-block;
}
body a.link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class=%27qodef-svg--button-arrow%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 width=%2717%27 viewBox=%270 0 17 20%27 style=%27enable-background:new 0 0 17 20;fill: none;stroke:%2314203b%27 xml:space=%27preserve%27%3E%3Cpolyline class=%27qodef-m-arrow%27 points=%277.1,3.9 13,9.8 7.1,15.9 %27%3E%3C/polyline%3E%3C/svg%3E");
  background-position: center right;
  background-repeat: no-repeat;
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: baseline;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  border-left: 1px solid #14203b;
  margin-left: 19px;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
body a.link:hover:after {
  width: 18px;
}
body img {
  max-width: 100%;
  height: auto;
}
body .center {
  text-align: center;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  line-height: 1.2;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  color: #14203b;
}
body h1 {
  font-size: clamp(36px, 3vw, 55px);
  font-weight: 500;
}
body h2,
body .section-title {
  font-size: clamp(32px, 2.4vw, 44px);
  font-weight: 500;
}
body h3 {
  font-size: clamp(28px, 1.9vw, 34px);
}
body h4 {
  font-size: clamp(22px, 1.5vw, 28px);
}
body h5 {
  font-size: clamp(18px, 1.2vw, 22px);
}
body h6 {
  font-size: 16px;
}
body p {
  line-height: 1.7;
}
body .additional-text {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5em;
  font-weight: 600;
  color: #4e91ce;
}

section {
  position: relative;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 25px;
}

.animated.fadeUp {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.animated.fadeIn {
  opacity: 0;
}
.animated.inViewport.fadeUp {
  -webkit-animation: fadeUp 0.5s 0.3s ease-in-out forwards;
          animation: fadeUp 0.5s 0.3s ease-in-out forwards;
}
.animated.inViewport.fadeIn {
  -webkit-animation: fadeIn 0.5s 0.3s ease-in-out forwards;
          animation: fadeIn 0.5s 0.3s ease-in-out forwards;
}

.overlay {
  position: relative;
}
.overlay * {
  z-index: 1;
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(20, 32, 59, 0.35);
  z-index: 0;
}

@media only screen and (max-width: 781px) {
  .mobile-reversed .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.wpcf7 {
  max-width: 500px;
  margin: 0 auto;
}
.wpcf7 input:not([type=checkbox]),
.wpcf7 textarea {
  background-color: white;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 15px;
  margin-bottom: 6px;
  width: 100%;
  border-radius: 5px;
  color: #14203b;
}
.wpcf7 input:not([type=checkbox]).wpcf7-submit,
.wpcf7 textarea.wpcf7-submit {
  background-color: #4e91ce;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #4e91ce;
  padding: 14px 55px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.02em;
  font-family: "Josefin Sans", sans-serif;
  cursor: pointer;
}
.wpcf7 input:not([type=checkbox]).wpcf7-submit:hover,
.wpcf7 textarea.wpcf7-submit:hover {
  background-color: #68ba82;
  border-color: #68ba82;
}
.wpcf7 input:not([type=checkbox]).wpcf7-submit.outline,
.wpcf7 textarea.wpcf7-submit.outline {
  background-color: transparent;
  color: #68ba82;
}
.wpcf7 input:not([type=checkbox]).wpcf7-submit.outline:hover,
.wpcf7 textarea.wpcf7-submit.outline:hover {
  background-color: #68ba82;
  color: #ffffff;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
  margin: 10px 0;
  font-size: 13px;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item a {
  color: #4e91ce;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item a:hover {
  color: #68ba82;
}

.blog-intro {
  padding-top: var(--wp--preset--spacing--80);
  padding-right: 25px;
  padding-bottom: var(--wp--preset--spacing--80);
  padding-left: 25px;
  background-color: #4e91ce;
  margin-bottom: 60px;
}
.blog-intro h1 {
  margin: 0;
  color: white;
}
.blog-intro .date {
  display: block;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
}

.single-post article {
  padding-bottom: 40px;
}
.single-post article .featured {
  margin-bottom: 24px;
}
@media only screen and (min-width: 993px) {
  .single-post article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-post article .single-post-content {
    width: calc(100% - 360px);
  }
  .single-post article .sidebar {
    width: 300px;
  }
}

section.default-page.error {
  padding-top: 15vh;
  padding-bottom: 15vh;
  text-align: center;
  border-top: 1px solid rgba(78, 145, 206, 0.3);
}

ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
  padding-bottom: 16px;
}

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