@charset "UTF-8";
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGroExt-Bla.eot");
  src: local("Neuzeit Grotesk Extra-condensed Black"), local("NeuzeitGroExt-Bla"), url("../fonts/NeuzeitGroExt-Bla.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGroExt-Bla.woff2") format("woff2"), url("../fonts/NeuzeitGroExt-Bla.woff") format("woff"), url("../fonts/NeuzeitGroExt-Bla.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGro-Bla.eot");
  src: local("Neuzeit Grotesk Black"), local("NeuzeitGro-Bla"), url("../fonts/NeuzeitGro-Bla.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Bla.woff2") format("woff2"), url("../fonts/NeuzeitGro-Bla.woff") format("woff"), url("../fonts/NeuzeitGro-Bla.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGro-Reg.eot");
  src: local("Neuzeit Grotesk Regular"), local("NeuzeitGro-Reg"), url("../fonts/NeuzeitGro-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Reg.woff2") format("woff2"), url("../fonts/NeuzeitGro-Reg.woff") format("woff"), url("../fonts/NeuzeitGro-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGro-Lig.eot");
  src: local("Neuzeit Grotesk Light"), local("NeuzeitGro-Lig"), url("../fonts/NeuzeitGro-Lig.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Lig.woff2") format("woff2"), url("../fonts/NeuzeitGro-Lig.woff") format("woff"), url("../fonts/NeuzeitGro-Lig.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGro-Bol.eot");
  src: local("Neuzeit Grotesk Bold"), local("NeuzeitGro-Bol"), url("../fonts/NeuzeitGro-Bol.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Bol.woff2") format("woff2"), url("../fonts/NeuzeitGro-Bol.woff") format("woff"), url("../fonts/NeuzeitGro-Bol.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGroCon-Bla.eot");
  src: local("Neuzeit Grotesk Condensed Black"), local("NeuzeitGroCon-Bla"), url("../fonts/NeuzeitGroCon-Bla.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGroCon-Bla.woff2") format("woff2"), url("../fonts/NeuzeitGroCon-Bla.woff") format("woff"), url("../fonts/NeuzeitGroCon-Bla.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  background-color: #f2f6f9;
  font-family: "Neuzeit Grotesk", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
          font-feature-settings: "kern", "liga", "clig", "calt";
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  padding: 0 60px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 8px hsla(0deg, 0%, 85%, 0.7);
          box-shadow: 1px 1px 8px hsla(0deg, 0%, 85%, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 85px;
  }
}
.header-logo {
  display: inline-block;
  margin: 0 0 5px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 210px;
  padding-left: 25px;
  padding-top: 10px;
}
.header-logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .header-logo {
    padding-left: 0;
    width: 150px;
  }
}
.header-menu {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-menu--item {
  padding-right: 33px;
}
.header-menu--item a {
  color: #002438;
  font-size: 16px;
}
.header-menu--item a:hover {
  color: #47d8bf;
}
.header-menu--item.active a {
  font-weight: bold;
}
@media (max-width: 768px) {
  .header-menu--item {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .header-menu {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

main {
  padding-top: 115px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 85px;
  }
}
main section .section-label {
  font-size: 18px;
}
main section .section-label span {
  font-size: 16px;
  font-weight: 700;
  color: #47d8bf;
  letter-spacing: 1.5px;
  padding-right: 12px;
}
main section .section-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
}
main section .section-link .arrow-right {
  display: block;
  width: 22px;
  height: 11px;
  margin-left: 8px;
  background: url("../images/arrow-right.png") no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
main section .section-link:hover {
  color: #47d8bf;
}
main section .section-link:hover .arrow-right {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
main section h2.heading {
  font-weight: 400;
  line-height: 54px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section h2.heading {
    font-weight: 400;
    line-height: 30px;
    font-size: 30px;
  }
}
main section p {
  font-size: 18px;
  line-height: 26px;
  padding-top: 27px;
}
@media screen and (max-width: 768px) {
  main section {
    padding: 0 15px !important;
  }
}
main .section-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .section-carousel .hero-carousel {
  width: 90%;
  height: 680px;
  max-height: 85vh;
  min-height: 604px;
  background: url("../images/carousel-bg.jpg");
  padding-top: 170px;
  padding-left: 118px;
  padding-right: 70px;
}
main .section-carousel .hero-carousel .slide-item {
  height: 100%;
  max-width: 9400px;
}
main .section-carousel .hero-carousel .slide-item h1 {
  font-style: normal;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
}
main .section-carousel .hero-carousel .slide-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .section-carousel .hero-carousel .slide-item p {
    font-size: 18px;
  }
}
main .section-carousel .hero-carousel .slide-item h1.animate-up {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slideUp ease 1s forwards;
          animation: slideUp ease 1s forwards;
}
main .section-carousel .hero-carousel .slide-item p.animate-up {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slideUp ease 1s forwards;
          animation: slideUp ease 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  main .section-carousel .hero-carousel {
    padding: 20px;
    height: 400px;
  }
}
main .section-carousel .section-label {
  position: absolute;
  left: 3%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  bottom: 75px;
  opacity: 0;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
  -webkit-animation: labelLtr ease 1s forwards;
          animation: labelLtr ease 1s forwards;
}
@media screen and (max-width: 768px) {
  main .section-carousel .section-label {
    left: -1%;
  }
}
main .section-carousel .dots-green {
  visibility: visible;
  position: absolute;
  right: 20px;
  bottom: -25%;
}
main .section-about-us {
  height: 700px;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}
main .section-about-us .inner {
  position: absolute;
  top: -75px;
  max-width: 954px;
  width: 100%;
  background-color: #fff;
  padding: 103px 98px 110px 162px;
  font-size: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .section-about-us .inner .section-label {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
main .section-about-us .inner .section-label img {
  position: absolute;
  left: -145px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main .section-about-us .inner .section-label img {
    position: relative;
    left: -2px;
    margin-top: 0;
    top: -2px;
  }
}
main .section-about-us .inner h2,
main .section-about-us .inner p,
main .section-about-us .inner .section-link {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  main .section-about-us .inner {
    padding: 20px;
    position: relative;
    top: 0;
  }
}
main .section-about-us.reveal.active .section-label {
  -webkit-animation: aboutUsLtr ease 1s forwards;
          animation: aboutUsLtr ease 1s forwards;
}
main .section-about-us.reveal.active h2,
main .section-about-us.reveal.active p,
main .section-about-us.reveal.active .section-link {
  -webkit-animation: aboutUsLtr ease 1.2s forwards;
          animation: aboutUsLtr ease 1.2s forwards;
}
@-webkit-keyframes aboutUsLtr {
  0% {
    -webkit-transform: translateX(-100);
            transform: translateX(-100);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes aboutUsLtr {
  0% {
    -webkit-transform: translateX(-100);
            transform: translateX(-100);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  main .section-about-us {
    height: 650px;
  }
}
main .section-our-creation {
  position: relative;
  width: 100%;
  padding-left: 121px;
  padding-right: 121px;
  max-width: 1440px;
  margin-top: 75px;
  margin-left: 90px;
  margin-bottom: 209px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .section-our-creation .section-label {
  position: absolute;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  left: 0;
  top: 250px;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
}
main .section-our-creation .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
main .section-our-creation .content .img-block {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
main .section-our-creation .content .img-block .img-1 {
  background: url("../images/value-creation-1.png") no-repeat 25% 50%;
  max-width: 446px;
  height: 507px;
  width: 100%;
  float: right;
  z-index: -5;
  background-size: cover;
  opacity: 0;
}
main .section-our-creation .content .img-block .img-2 {
  background: url("../images/value-creation-2.png") no-repeat;
  width: 479px;
  max-width: 90%;
  height: 372px;
  position: absolute;
  right: 80px;
  bottom: -60px;
  -webkit-transform: translateY(-16.3015px);
      -ms-transform: translateY(-16.3015px);
          transform: translateY(-16.3015px);
  opacity: 0;
}
main .section-our-creation .content .text-block {
  margin-top: 100px;
  margin-left: 103px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  opacity: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
main .section-our-creation.reveal.active .section-label {
  -webkit-animation: labelLtr ease 1s forwards;
          animation: labelLtr ease 1s forwards;
}
main .section-our-creation.reveal.active .text-block {
  -webkit-animation: slideRTL ease 1s forwards;
          animation: slideRTL ease 1s forwards;
}
@-webkit-keyframes slideRTL {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideRTL {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
main .section-our-creation.reveal.active .img-block .img-1 {
  -webkit-animation: fadeIn ease 1s forwards;
          animation: fadeIn ease 1s forwards;
}
main .section-our-creation.reveal.active .img-block .img-2 {
  -webkit-animation: fadeIn ease 1.1s forwards;
          animation: fadeIn ease 1.1s forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  main .section-our-creation {
    margin: 0;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  main .section-our-creation {
    padding: 0;
    margin: 10px 0;
  }
  main .section-our-creation .section-label {
    position: relative !important;
    -webkit-transform: rotate(0deg) translateY(100%);
        -ms-transform: rotate(0deg) translateY(100%);
            transform: rotate(0deg) translateY(100%);
    top: -25px !important;
  }
  main .section-our-creation .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .section-our-creation .content .text-block {
    margin: 0;
  }
  main .section-our-creation .content .img-block .img-2 {
    display: none;
  }
  main .section-our-creation.reveal.active .section-label {
    -webkit-animation: labelLtrRotate ease 1s forwards;
            animation: labelLtrRotate ease 1s forwards;
  }
}
main .section-team {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: 700px;
  margin: 150px auto 175px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .section-team .inner {
  position: relative;
  text-align: left;
  float: right;
  margin-right: 104px;
  width: 886px;
  max-width: 90%;
  background-color: #fff;
  padding: 99px 64px 133px 128px;
  margin-left: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .section-team .inner .section-label {
  position: absolute;
  left: -8%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  bottom: 75px;
  opacity: 0;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
}
main .section-team .inner .img-block {
  position: absolute;
  width: 673px;
  top: 90%;
  right: -104px;
  -webkit-transform: translateY(-7%);
      -ms-transform: translateY(-7%);
          transform: translateY(-7%);
  opacity: 0;
}
main .section-team h2 {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
main .section-team.reveal.active .section-label {
  -webkit-animation: labelLtr ease 1s forwards;
          animation: labelLtr ease 1s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
main .section-team.reveal.active h2 {
  -webkit-animation: slideUp ease 1s forwards;
          animation: slideUp ease 1s forwards;
}
main .section-team.reveal.active .img-block {
  -webkit-animation: fadeIn ease 1.1s forwards;
          animation: fadeIn ease 1.1s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  main .section-team {
    margin: 30px 0;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .section-team .inner {
    padding: 10px;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  main .section-team .inner .img-block {
    position: relative;
    max-width: 100%;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 0;
  }
  main .section-team .inner .img-block img {
    width: 100%;
  }
  main .section-team .inner .section-label {
    position: relative;
    left: 0;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    bottom: 0;
    opacity: 0;
    -webkit-transform: rotate(0) translateX(100%);
        -ms-transform: rotate(0) translateX(100%);
            transform: rotate(0) translateX(100%);
  }
  main .section-team.reveal.active .section-label {
    -webkit-animation: labelLtrRotate ease 1s forwards;
            animation: labelLtrRotate ease 1s forwards;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
main .section-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .section-contact .dots-green {
  visibility: visible;
  position: absolute;
  left: 20px;
  top: -25%;
}
main .section-contact .section-label {
  position: absolute;
  left: 3%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  bottom: 75px;
  opacity: 0;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
}
main .section-contact .inner {
  height: 687px;
  position: relative;
  background: url("../images/contact-us.png") no-repeat center;
  width: 90%;
  max-width: 90%;
  text-align: right;
  background-size: cover;
}
main .section-contact .inner .text-block {
  position: absolute;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 46px;
  line-height: 54px;
  max-width: 886px;
  text-align: left;
  top: 30%;
  padding-left: 111px;
  padding-right: 24px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main .section-contact .inner .text-block h2 {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
main .section-contact.reveal.active .section-label {
  -webkit-animation: labelLtr ease 1s forwards;
          animation: labelLtr ease 1s forwards;
}
main .section-contact.reveal.active h2 {
  -webkit-animation: slideUp ease 1s forwards;
          animation: slideUp ease 1s forwards;
}
@media screen and (max-width: 768px) {
  main .section-contact .section-label {
    left: -1%;
  }
  main .section-contact .inner {
    height: 400px;
  }
  main .section-contact .inner .text-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .slick-dots {
  list-style: none;
  bottom: 100px;
  text-align: left;
}
main .slick-dots li button {
  background: rgba(71, 216, 191, 0.2509803922);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  outline: none;
}
main .slick-dots li button:before {
  display: none;
}
main .slick-dots li.slick-active button {
  background: #47D8BF;
}
main.contact-page {
  position: relative;
}
main.contact-page .section-contact-us {
  width: 100%;
  height: 687px;
  position: relative;
}
main.contact-page .section-contact-us .section-label {
  position: absolute;
  left: 3%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  bottom: 75px;
  opacity: 0;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
  -webkit-animation: labelLtr ease 1s forwards;
          animation: labelLtr ease 1s forwards;
}
main.contact-page .section-contact-us .inner {
  background: url("../images/contacUs-banner.png") no-repeat center;
  background-size: cover;
  position: relative;
  float: right;
  height: 100%;
  width: 90%;
  max-width: 90%;
  text-align: right;
}
main.contact-page .section-contact-us .inner .text-block {
  position: absolute;
  font-family: neuzeit-grotesk, sans-serif;
  max-width: 886px;
  text-align: left;
  top: 20%;
  padding-left: 111px;
  padding-right: 24px;
  color: #fff;
}
main.contact-page .section-contact-us .inner .text-block h1 {
  font-size: 46px;
  line-height: 54px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slideUp ease 1s forwards;
          animation: slideUp ease 1s forwards;
}
main.contact-page .section-contact-us .inner .text-block .address {
  position: relative;
  padding-left: 40px;
}
main.contact-page .section-contact-us .inner .text-block .address p {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slideUp ease 1s forwards;
          animation: slideUp ease 1s forwards;
}
main.contact-page .section-contact-us .inner .text-block .address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background: #47D8BF;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slideUp ease 1s forwards;
          animation: slideUp ease 1s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  main.contact-page .section-contact-us {
    height: 500px;
    margin-bottom: 50px;
  }
  main.contact-page .section-contact-us .section-label {
    left: -1%;
  }
  main.contact-page .section-contact-us .inner .text-block {
    top: 0;
    padding: 20px;
  }
}
main.contact-page .map-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}
@media screen and (max-width: 768px) {
  main.contact-page .map-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    margin-bottom: 50px;
  }
}
main.contact-page + footer {
  margin-top: 0;
}
main.about-page .section-about {
  width: 100%;
  height: 687px;
  position: relative;
}
main.about-page .section-about .section-label {
  position: absolute;
  left: 3%;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  bottom: 75px;
  opacity: 0;
  -webkit-transform: rotate(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotate(-90deg) translateY(100%);
  -webkit-animation: labelLtr ease 1s forwards;
          animation: labelLtr ease 1s forwards;
}
main.about-page .section-about .inner {
  background: url("../images/about.png") no-repeat center;
  background-size: cover;
  position: relative;
  float: right;
  height: 100%;
  width: 90%;
  max-width: 90%;
  text-align: right;
}
main.about-page .section-about .inner .text-block {
  position: absolute;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 46px;
  line-height: 54px;
  max-width: 886px;
  text-align: left;
  top: 30%;
  padding-left: 111px;
  padding-right: 24px;
  color: #fff;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: slideUp ease 1s forwards;
          animation: slideUp ease 1s forwards;
}
main.about-page .section-about .inner .text-block h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  color: #fff;
  margin: 0;
}
main.about-page .section-about .inner .text-block p {
  color: #fff;
  font-size: 42px;
  line-height: 54px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  main.about-page .section-about {
    margin-bottom: 90px;
    height: 500px;
  }
  main.about-page .section-about .inner {
    width: 90%;
  }
  main.about-page .section-about .inner .text-block {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    top: 20%;
  }
  main.about-page .section-about .inner .text-block p {
    font-size: 30px;
    line-height: 1.3;
  }
  main.about-page .section-about .section-label {
    left: -1%;
  }
}
main.about-page .section-our-creation {
  margin-bottom: 0;
  padding-top: 100px;
}
main.about-page .section-our-creation .content {
  position: relative;
}
main.about-page .section-our-creation .content .section-label {
  -webkit-transform: translateX(-100%) !important;
      -ms-transform: translateX(-100%) !important;
          transform: translateX(-100%) !important;
  opacity: 0;
  top: -50px !important;
  left: 210px !important;
}
main.about-page .section-our-creation .content .section-label img {
  position: absolute;
  left: -145px;
  margin-top: 10px;
}
main.about-page .section-our-creation .content .img-block {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
main.about-page .section-our-creation .content .img-block .img-1 {
  background: url("../images/philosophy1.png") no-repeat 25% 50%;
  max-width: 446px;
  height: 507px;
  width: 100%;
  float: right;
  z-index: -5;
  background-size: cover;
  opacity: 0;
}
main.about-page .section-our-creation .content .img-block .img-2 {
  background: url("../images/philosophy2.png") no-repeat;
  width: 479px;
  max-width: 90%;
  height: 372px;
  position: absolute;
  right: 80px;
  bottom: 80px;
  -webkit-transform: translateY(-16.3015px);
      -ms-transform: translateY(-16.3015px);
          transform: translateY(-16.3015px);
  opacity: 0;
}
main.about-page .section-our-creation .content .text-block p {
  position: relative;
  padding: 0 0 0 15px;
}
main.about-page .section-our-creation .content .text-block p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #47D8BF;
  border-radius: 4px;
}
main.about-page .section-our-creation.reveal.active .section-label {
  -webkit-animation: aboutUsLtr2 ease 1s forwards;
          animation: aboutUsLtr2 ease 1s forwards;
}
@-webkit-keyframes aboutUsLtr2 {
  0% {
    -webkit-transform: translateX(-100) !important;
            transform: translateX(-100) !important;
  }
  100% {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    opacity: 1;
  }
}
@keyframes aboutUsLtr2 {
  0% {
    -webkit-transform: translateX(-100) !important;
            transform: translateX(-100) !important;
  }
  100% {
    -webkit-transform: translateX(0%) !important;
            transform: translateX(0%) !important;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  main.about-page .section-our-creation {
    padding: 0;
    margin: 0;
  }
  main.about-page .section-our-creation .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main.about-page .section-our-creation .content .text-block {
    margin: 0;
  }
  main.about-page .section-our-creation .content .img-block .img-1 {
    display: none;
  }
  main.about-page .section-our-creation .content .img-block .img-2 {
    position: relative;
    max-width: 100%;
    width: 100%;
    right: auto;
    top: 0;
    bottom: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

footer {
  width: 100%;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding-left: 139px;
  padding-right: 139px;
  background-color: #f2f6f9;
  margin-top: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .logo-wrapper {
  width: 140px;
  height: 56px;
  margin-right: 100px;
}
footer .logo-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 100px;
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
footer nav ul li {
  margin-right: 50px;
}
footer nav ul li a {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #002438;
}
footer .copyright {
  margin-left: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #002438;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
  }
  footer .logo-wrapper {
    width: 140px;
    height: 56px;
    margin: auto;
  }
  footer .logo-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 100px;
  }
  footer nav {
    width: 100%;
  }
  footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  footer nav ul li {
    margin-right: 0;
  }
  footer nav ul li a {
    text-align: center;
  }
  footer .copyright {
    margin: auto;
  }
}

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

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes labelLtr {
  0% {
    -webkit-transform: rotate(-90deg) translateX(0);
            transform: rotate(-90deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
    opacity: 1;
  }
}
@keyframes labelLtr {
  0% {
    -webkit-transform: rotate(-90deg) translateX(0);
            transform: rotate(-90deg) translateX(0);
  }
  100% {
    -webkit-transform: rotate(-90deg) translateY(100%);
            transform: rotate(-90deg) translateY(100%);
    opacity: 1;
  }
}
@-webkit-keyframes labelLtrRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(-100%);
            transform: rotate(0deg) translateX(-100%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
    opacity: 1;
  }
}
@keyframes labelLtrRotate {
  0% {
    -webkit-transform: rotate(0deg) translateX(-100%);
            transform: rotate(0deg) translateX(-100%);
  }
  100% {
    -webkit-transform: rotate(0deg) translateX(0%);
            transform: rotate(0deg) translateX(0%);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .inner .text-block h1,
h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
}
.desktop-visible {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .desktop-visible {
    display: none !important;
  }
}

.mobile-visible {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobile-visible {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGroExt-Bla.eot");
  src: local("Neuzeit Grotesk Extra-condensed Black"), local("NeuzeitGroExt-Bla"), url("../fonts/NeuzeitGroExt-Bla.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGroExt-Bla.woff2") format("woff2"), url("../fonts/NeuzeitGroExt-Bla.woff") format("woff"), url("../fonts/NeuzeitGroExt-Bla.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGro-Bla.eot");
  src: local("Neuzeit Grotesk Black"), local("NeuzeitGro-Bla"), url("../fonts/NeuzeitGro-Bla.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Bla.woff2") format("woff2"), url("../fonts/NeuzeitGro-Bla.woff") format("woff"), url("../fonts/NeuzeitGro-Bla.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGro-Reg.eot");
  src: local("Neuzeit Grotesk Regular"), local("NeuzeitGro-Reg"), url("../fonts/NeuzeitGro-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Reg.woff2") format("woff2"), url("../fonts/NeuzeitGro-Reg.woff") format("woff"), url("../fonts/NeuzeitGro-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGro-Lig.eot");
  src: local("Neuzeit Grotesk Light"), local("NeuzeitGro-Lig"), url("../fonts/NeuzeitGro-Lig.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Lig.woff2") format("woff2"), url("../fonts/NeuzeitGro-Lig.woff") format("woff"), url("../fonts/NeuzeitGro-Lig.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGro-Bol.eot");
  src: local("Neuzeit Grotesk Bold"), local("NeuzeitGro-Bol"), url("../fonts/NeuzeitGro-Bol.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGro-Bol.woff2") format("woff2"), url("../fonts/NeuzeitGro-Bol.woff") format("woff"), url("../fonts/NeuzeitGro-Bol.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("../fonts/NeuzeitGroCon-Bla.eot");
  src: local("Neuzeit Grotesk Condensed Black"), local("NeuzeitGroCon-Bla"), url("../fonts/NeuzeitGroCon-Bla.eot?#iefix") format("embedded-opentype"), url("../fonts/NeuzeitGroCon-Bla.woff2") format("woff2"), url("../fonts/NeuzeitGroCon-Bla.woff") format("woff"), url("../fonts/NeuzeitGroCon-Bla.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/*# sourceMappingURL=styles.css.map */
