@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Regular.eot");
  src: url("../fonts/Aeonik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff"), url("../fonts/Aeonik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Medium.eot");
  src: url("../fonts/Aeonik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeonik-Medium.woff2") format("woff2"), url("../fonts/Aeonik-Medium.woff") format("woff"), url("../fonts/Aeonik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Bold.eot");
  src: url("../fonts/Aeonik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Aeonik-Bold.woff2") format("woff2"), url("../fonts/Aeonik-Bold.woff") format("woff"), url("../fonts/Aeonik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

html, body {
  overflow-x: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, select, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, 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, textarea {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline; }

body {
  background: #f2f2f2;
  color: #000000;
  font-family: 'Aeonik',sans-serif;
  font-size: 24px;
  font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-style: normal;
  font-weight: 300;
  line-height: 1.38; }

/* headers
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: normal;
  margin: 0;
  padding: 0; }

h1 {
  color: #E50547;
  font-size: 5.729vw;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -1.1px;
  text-transform: uppercase; }
  @media (min-width: 1440px) {
    h1 {
      font-size: 110px; } }

h2 {
  color: #E50547;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1;
  padding: 0 0 40px 0; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3.125vw;
      line-height: 1.02; } }
  @media (min-width: 1440px) {
    h2 {
      font-size: 60px; } }

h3 {
  color: #282828;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.563vw;
      line-height: 1.3; } }

/* links
-----------------------------------------------*/
a {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover {
    text-decoration: underline; }

/* paragraphs
-----------------------------------------------*/
p, address {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.38;
  margin: 0;
  padding: 0 0 30px 0; }
  @media (min-width: 768px) {
    p, address {
      font-size: 1.25vw;
      letter-spacing: 0;
      line-height: 1.35; } }

strong, b {
  font-weight: 400; }

/* others
-----------------------------------------------*/
img {
  vertical-align: middle; }

.rwdimg {
  display: block !important;
  position: relative;
  width: 100%;
  z-index: 1; }

.cf {
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

.no__mobile {
  display: none;
  font-size: 0 !important;
  height: auto !important;
  line-height: 0 !important; }
  @media (min-width: 768px) {
    .no__mobile {
      display: block; } }

/*

::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}

*/
::-webkit-input-placeholder {
  color: #2b2d42; }

::-moz-placeholder {
  color: #2b2d42; }

:-ms-input-placeholder {
  color: #2b2d42; }

:-moz-placeholder {
  color: #2b2d42; }

.btn, input[type="button"], input[type="submit"], input[type="reset"] {
  background: #ffed48;
  color: #4e506d;
  cursor: pointer;
  display: block;
  font-size: 22px;
  font-weight: 400;
  height: 44px;
  letter-spacing: 0;
  line-height: 44px;
  padding: 0;
  width: 180px;
  text-align: center;
  -webkit-border-radius: 22px;
  border-radius: 22px; }
  .btn:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    opacity: 0.8;
    text-decoration: none; }
    .btn:hover:after, input[type="button"]:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after {
      display: none; }

.link {
  border-bottom: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 7px 0;
  position: relative;
  text-decoration: none; }
  @media (min-width: 768px) {
    .link {
      font-size: 1.354vw; } }
  .link:hover {
    border-bottom: 1px solid #E50547;
    text-decoration: none; }

.pic {
  float: left;
  position: relative;
  width: 100%; }
  .pic img {
    float: left;
    position: relative;
    width: 100%;
    transition: 1.2s ease; }

.container {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0 20px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .container {
      padding: 0 95px; } }

.container, .row, .column, a {
  transition: all .5s ease-out; }

.header {
  height: auto;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all .1s linear;
  transform: translate(0px, 0px); }
  @media (min-width: 992px) {
    .header {
      float: left;
      height: auto;
      left: 0;
      overflow: hidden;
      position: absolute;
      padding: 40px 0;
      right: 0;
      transform: translate(0px, 0px); } }
  .header__logo {
    float: left;
    margin: 15px 0 0 0;
    position: relative;
    width: 120px;
    z-index: 9999; }
    @media (min-width: 992px) {
      .header__logo {
        margin: 0; } }
    .header__logo img {
      float: left;
      width: 100%; }
  .header__nav {
    background: #283236;
    display: block;
    height: 0vh;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    width: 100%;
    visibility: hidden; }
    @media (max-width: 991px) {
      .header__nav {
        transition: all .5s linear; } }
    @media (min-width: 992px) {
      .header__nav {
        background: none;
        bottom: auto;
        float: right;
        height: auto;
        opacity: 1;
        padding: 0;
        position: relative;
        top: auto;
        width: auto;
        white-space: nowrap;
        transform: translate(0%, 0%);
        visibility: inherit; } }
  .header__menu {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 100px 0 0 0;
    position: absolute;
    transform: translate(0%, -100%);
    width: 100%; }
    @media (min-width: 992px) {
      .header__menu {
        float: right;
        list-style: none;
        margin: 0;
        overflow: hidden;
        position: relative;
        padding: 0;
        transform: translate(0%, 0%);
        width: auto; } }
    .header__menu li {
      border-bottom: 1px solid #4d5153;
      color: #C1C2C7;
      display: block;
      padding: 0;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 768px) {
        .header__menu li {
          padding: 0 0 0 75px; } }
      @media (max-width: 991px) {
        .header__menu li {
          -webkit-transition: all .5s ease-out;
          -moz-transition: all .5s ease-out;
          -o-transition: all .5s ease-out;
          transition: all .5s ease-out; } }
      @media (min-width: 992px) {
        .header__menu li {
          border: 0;
          color: #000;
          float: left;
          margin: 0;
          padding: 0 0 0 30px;
          width: auto; } }
      .header__menu li a {
        display: block;
        font-size: 35px;
        font-weight: 400;
        line-height: 1.2;
        overflow: hidden;
        padding: 10px 20px;
        position: relative; }
        @media (min-width: 992px) {
          .header__menu li a {
            font-size: 1.146vw;
            font-weight: 400;
            line-height: 46px;
            padding: 0 0 0 26px; } }
        .header__menu li a:before {
          background: #000000;
          content: '';
          display: none;
          height: 8px;
          left: 0;
          overflow: hidden;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 8px; }
          @media (min-width: 992px) {
            .header__menu li a:before {
              display: none; } }
        .header__menu li a:hover, .header__menu li a.active {
          text-decoration: none; }
          @media (min-width: 992px) {
            .header__menu li a:hover:before, .header__menu li a.active:before {
              display: block; } }
  .header__hide {
    transform: translate(0px, -100%); }
  .header.navopen {
    height: 100%;
    z-index: 99; }
    .header.navopen .header__nav {
      display: block;
      height: 100vh;
      visibility: visible; }
    .header.navopen .header__menu {
      transform: translate(0px, 0px); }

.hamburger {
  display: block;
  height: 40px;
  margin: 0;
  position: absolute;
  right: 20px;
  width: 40px;
  top: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer !important;
  z-index: 9999999; }
  @media (min-width: 768px) {
    .hamburger {
      right: 50px; } }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }

.hamburger span {
  display: block;
  height: 3px;
  left: 50%;
  margin-left: -15px;
  opacity: 1;
  position: absolute;
  width: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.hamburger span:nth-child(1) {
  border-top: 3px solid #283236;
  height: 19px;
  top: 11px; }

.hamburger span:nth-child(2) {
  background-color: #283236;
  top: 19px; }

.hamburger span:nth-child(3) {
  border-bottom: 3px solid #283236;
  bottom: 10px;
  height: 19px; }

.navopen .hamburger span:nth-child(1) {
  border-color: #fff !important;
  transform: rotate(-45deg) translateY(13px); }

.navopen .hamburger span:nth-child(2) {
  background-color: #fff !important;
  opacity: 0; }

.navopen .hamburger span:nth-child(3) {
  border-color: #fff !important;
  transform: rotate(45deg) translate(5px, -8px); }

.home .hamburger span:nth-child(1) {
  border-top: 3px solid #ffffff !important; }

.home .hamburger span:nth-child(2) {
  background-color: #ffffff !important; }

.home .hamburger span:nth-child(3) {
  border-bottom: 3px solid #ffffff !important; }

.home .header__menu li a {
  color: #fff; }
  .home .header__menu li a:hover:before, .home .header__menu li a.active:before {
    background: #fff; }

.main {
  background: #eeeeee;
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2; }
  @media (min-width: 768px) {
    .main {
      margin-bottom: 500px; } }

.main__hero {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  margin: 60px 0 0 0;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    .main__hero {
      margin: 125px 0 0 0;
      padding: 80px 0 60px 0; } }
  @media (min-width: 768px) {
    .main__hero .container {
      padding: 0 89px; } }
  .main__hero img {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1; }
  .main__hero .mobile {
    display: block; }
    @media (min-width: 768px) {
      .main__hero .mobile {
        display: none; } }
  .main__hero .desktop {
    display: none; }
    @media (min-width: 768px) {
      .main__hero .desktop {
        display: block; } }
  .main__hero--caption {
    position: absolute;
    height: 100%;
    left: 0;
    padding: 0 0 65px 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: flex-end; }
    @media (min-width: 768px) {
      .main__hero--caption {
        padding: 0 0 95px 0; } }
  .main__hero h1 {
    font-size: 45px;
    letter-spacing: -0.45px;
    line-height: 1; }
    @media (min-width: 768px) {
      .main__hero h1 {
        font-size: 5.729vw;
        letter-spacing: -1.1px;
        line-height: 0.9;
        max-width: 80%; } }
    @media (min-width: 1440px) {
      .main__hero h1 {
        font-size: 110px; } }

.home .main__hero {
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .home .main__hero {
      height: 100vh; } }
  @media (min-width: 992px) {
    .home .main__hero img.desktop {
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%; } }
  .home .main__hero h1 {
    font-size: 55px;
    letter-spacing: -0.55px;
    line-height: 1; }
    @media (min-width: 768px) {
      .home .main__hero h1 {
        font-size: 6.458vw;
        letter-spacing: -1.24px;
        line-height: 0.9; } }
    @media (min-width: 1440px) {
      .home .main__hero h1 {
        font-size: 124px; } }

.main__intro {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .main__intro .section {
    border-bottom: 1px solid #C1C2C7;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__intro .section {
        padding: 60px 0 120px 0; } }
  .main__intro .row {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__intro .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end; } }
  @media (min-width: 768px) {
    .main__intro .column {
      max-width: 55%;
      padding-right: 10%; } }
  .main__intro p {
    color: #000000;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__intro p {
        font-size: 1.563vw;
        line-height: 1.35; } }
  .main__intro h6 {
    color: #000000;
    font-size: calc(23px + (26 - 23) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 50px 0 0 0; }
  .main__intro__contact {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__intro__contact {
        padding: 80px 0 0 0;
        width: 80%; } }
    .main__intro__contact li {
      border-bottom: 1px solid #c1c2c7;
      clear: both;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%; }
      .main__intro__contact li a {
        color: #000000;
        display: block;
        font-size: 23px;
        font-weight: 400;
        line-height: 1.3;
        overflow: hidden;
        padding: 18px 0 18px 60px;
        position: relative; }
        @media (min-width: 768px) {
          .main__intro__contact li a {
            font-size: 1.146vw;
            line-height: 1.85; } }
        .main__intro__contact li a:hover {
          text-decoration: none; }
        .main__intro__contact li a .icon {
          display: block;
          left: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
      .main__intro__contact li address {
        color: #000000;
        display: block;
        font-size: 23px;
        font-weight: 400;
        line-height: 1.3;
        overflow: hidden;
        padding: 18px 0 18px 0;
        position: relative; }
        @media (min-width: 768px) {
          .main__intro__contact li address {
            font-size: 1.146vw;
            line-height: 1.85; } }

.home .main__intro .section {
  border: 0; }
  @media (min-width: 768px) {
    .home .main__intro .section {
      padding: 120px 0 60px 0; } }
.home .main__intro h2 {
  font-size: 38px;
  line-height: 1; }
  @media (min-width: 768px) {
    .home .main__intro h2 {
      font-size: 3.125vw; } }
  @media (min-width: 1440px) {
    .home .main__intro h2 {
      font-size: 60px; } }
.home .main__intro p {
  font-size: 23px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .home .main__intro p {
      font-size: 1.563vw;
      line-height: 1.35; } }
  @media (min-width: 1440px) {
    .home .main__intro p {
      font-size: 30px; } }

.contact .main__intro .section {
  padding-bottom: 80px; }

.main__overview {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .main__overview .section {
    border-bottom: 1px solid #C1C2C7;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__overview .section {
        padding: 80px 0 80px 0; } }
  .main__overview .row {
    margin: 0; }
    @media (min-width: 768px) {
      .main__overview .row {
        margin: 0; } }
  .main__overview .column {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .main__overview .column {
        width: 50%; } }
    @media (min-width: 768px) {
      .main__overview .column:first-child {
        padding-right: 10%; } }
    @media (min-width: 768px) {
      .main__overview .column:last-child {
        padding-left: 10px; } }
  .main__overview h2 {
    padding: 0 0 40px 0; }
    @media (min-width: 768px) {
      .main__overview h2 {
        padding: 0 0 60px 0; } }
  .main__overview p {
    font-size: 20px;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .main__overview p {
        font-size: 1.25vw;
        line-height: 1.4; } }
  .main__overview h6 {
    clear: both;
    overflow: hidden;
    padding: 20px 0 0 0;
    width: 100%; }
  .main__overview ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main__overview ul li {
      background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.9592 7.0895C25.7954 7.0895 26.4796 7.80477 26.4796 8.67899V25.321C26.4796 26.1952 25.7954 26.9105 24.9592 26.9105H9.04077C8.20456 26.9105 7.52039 26.1952 7.52039 25.321V8.67899C7.52039 7.80477 8.20456 7.0895 9.04077 7.0895H24.9592ZM24.9592 5.5H9.04077C7.36835 5.5 6 6.93055 6 8.67899V25.321C6 27.0695 7.36835 28.5 9.04077 28.5H24.9592C26.6317 28.5 28 27.0695 28 25.321V8.67899C28 6.93055 26.6317 5.5 24.9592 5.5Z' fill='%23C1C2C7'/%3E%3C/svg%3E%0A");
      background-position: 0 center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      clear: both;
      display: block;
      font-size: 22px;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 24px 0;
      padding: 0 0 0 40px;
      width: 100%; }
      @media (min-width: 768px) {
        .main__overview ul li {
          background-size: 22px 22px;
          font-size: 1.563vw;
          margin: 0 0 20px 0;
          padding: 0 0 0 50px; } }

.main__clients {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 40px 0 40px 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    .main__clients {
      padding: 80px 0 80px 0; } }
  .main__clients .slick-slide {
    opacity: 1; }
  .main__clients .section {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__clients .section {
        padding: 0 0 80px 0; } }
  .main__clients h2 {
    padding: 0 0 40px 0; }
    @media (min-width: 768px) {
      .main__clients h2 {
        font-size: 2.604vw;
        padding: 0 0 80px 0; } }
  .main__clients .carousel {
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap; }
    .main__clients .carousel .swiper-slide {
      float: left;
      margin: 0;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 35px; }
    .main__clients .carousel img, .main__clients .carousel svg {
      height: auto !important;
      width: auto !important;
      max-height: 35px;
      max-width: 135px;
      opacity: 0.6;
      transition: opacity 0.3s, filter 0.3s;
      filter: grayscale(100%);
      vertical-align: middle; }
      .main__clients .carousel img:hover, .main__clients .carousel svg:hover {
        opacity: 1;
        filter: grayscale(0%);
        transition: none; }

.swiper-wrapper {
  transition-timing-function: linear !important; }

.swiper-slide {
  width: auto;
  display: flex;
  align-items: center; }

.swiper-slide img {
  height: 35px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s; }

.swiper-slide img:hover {
  filter: grayscale(0%);
  opacity: 1; }

.main__projects {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .main__projects .section {
    border-bottom: 1px solid #C1C2C7;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 80px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__projects .section {
        padding: 60px 0 120px 0; } }
  .main__projects--link {
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%; }
    .main__projects--link img {
      float: left;
      width: 100%; }
  .main__projects .row {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .main__projects .row {
        display: flex; } }
  .main__projects .column {
    float: left;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .main__projects .column {
        width: 50%; } }
    .main__projects .column:first-child {
      padding: 0 10% 10px 0; }
      @media (min-width: 768px) {
        .main__projects .column:first-child {
          padding: 0 10px 0 0; } }
    .main__projects .column:last-child {
      padding: 0 0 0 10%; }
      @media (min-width: 768px) {
        .main__projects .column:last-child {
          padding: 12% 0 0 10px; } }
  .main__projects h6 {
    padding: 40px 0 0 0; }
    @media (min-width: 768px) {
      .main__projects h6 {
        margin: -33px 0 0 0;
        padding: 0; } }

.single__project {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .single__project .section {
    border-bottom: 1px solid #C1C2C7;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .single__project .section {
        padding: 80px 0 80px 0; } }
  .single__project .row {
    clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0; }
    @media (max-width: 768px) {
      .single__project .row {
        display: flex;
        flex-direction: column-reverse; } }
    @media (min-width: 768px) {
      .single__project .row {
        margin: 0 -75px; } }
  .single__project .column {
    float: left;
    padding: 0 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .single__project .column {
        padding: 0 75px;
        width: 50%; } }
  @media (max-width: 768px) {
    .single__project .__full {
      display: flex;
      flex-direction: column; } }
  @media (max-width: 768px) {
    .single__project .__full .row {
      display: flex;
      flex-direction: column;
      order: 3;
      padding-bottom: 40px; } }
  @media (max-width: 768px) {
    .single__project .__full .row .column {
      padding: 0; } }
  @media (max-width: 768px) {
    .single__project .__full .row:first-child {
      order: 2;
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    .single__project .__full .row:first-child .column {
      padding: 0; } }
  .single__project .__full .row:last-child {
    margin: 0; }
    @media (max-width: 768px) {
      .single__project .__full .row:last-child {
        order: 1;
        padding: 0 0 40px 0; } }
    .single__project .__full .row:last-child .column {
      padding: 0; }
      @media (min-width: 768px) {
        .single__project .__full .row:last-child .column {
          padding: 80px 0 0 0;
          width: 100%; } }
  .single__project--tag {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #c1c2c7;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 8px 24px;
    z-index: 10; }
    @media (min-width: 768px) {
      .single__project--tag {
        font-size: 14px;
        margin: 0 0 50px 0; } }
  .single__project p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 40px 0; }
    @media (min-width: 768px) {
      .single__project p {
        font-size: 1.25vw;
        line-height: 1.35; } }
  .single__project h6 {
    color: #000000;
    font-size: calc(23px + (26 - 23) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 50px 0 0 0; }
  .single__project ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .single__project ul li {
      background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.9592 7.0895C25.7954 7.0895 26.4796 7.80477 26.4796 8.67899V25.321C26.4796 26.1952 25.7954 26.9105 24.9592 26.9105H9.04077C8.20456 26.9105 7.52039 26.1952 7.52039 25.321V8.67899C7.52039 7.80477 8.20456 7.0895 9.04077 7.0895H24.9592ZM24.9592 5.5H9.04077C7.36835 5.5 6 6.93055 6 8.67899V25.321C6 27.0695 7.36835 28.5 9.04077 28.5H24.9592C26.6317 28.5 28 27.0695 28 25.321V8.67899C28 6.93055 26.6317 5.5 24.9592 5.5Z' fill='%23C1C2C7'/%3E%3C/svg%3E%0A");
      background-position: 0 center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      clear: both;
      display: block;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.3;
      margin: 0 0 16px 0;
      padding: 0 0 0 40px;
      width: 100%; }
      @media (min-width: 768px) {
        .single__project ul li {
          background-size: 22px 22px;
          font-size: 1.563vw;
          line-height: 1;
          margin: 0 0 20px 0;
          padding: 0 0 0 50px; } }

.pic__tag {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 8px 16px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 10; }

.main__team {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0 0 40px 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    .main__team {
      padding: 0 0 80px 0; } }
  .main__team .section {
    border-top: 1px solid #C1C2C7;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 80px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__team .section {
        padding: 80px 0 120px 0; } }
  .main__team .row {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__team .row {
        margin: 40px -10px 0 -10px; } }
  .main__team .column {
    float: left;
    padding: 0 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__team .column {
        padding: 0 10px;
        width: 33.3333333%; } }
  .main__team .pic {
    margin: 0 0 15px 0;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
    @media (min-width: 768px) {
      .main__team .pic {
        margin: 0 0 30px 0; } }
    .main__team .pic img {
      -webkit-border-radius: 8px;
      border-radius: 8px; }
  .main__team--link {
    text-decoration: none; }
    .main__team--link:hover {
      opacity: .7;
      text-decoration: none; }
      .main__team--link:hover img {
        transform: scale(1.2); }
  .main__team h3 {
    color: #E50547;
    font-size: 23px;
    line-height: 1.3;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__team h3 {
        font-size: 1.563vw; } }
  .main__team h4 {
    color: #000000;
    font-size: 23px;
    line-height: 1.3;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__team h4 {
        font-size: 1.563vw; } }

.main__steps {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    .main__steps {
      padding: 0; } }
  .main__steps .section {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 80px 0 0 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__steps .section {
        padding: 80px 0 80px 0; } }
  .main__steps .row {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__steps .row {
        margin: 0 -70px 0 -70px; } }
  .main__steps .column {
    float: left;
    padding: 0 0 80px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__steps .column {
        padding: 0 70px;
        width: 33.3333333%; } }
  .main__steps strong {
    color: #E50547;
    display: block;
    font-size: 108px;
    font-weight: 400;
    letter-spacing: -1.08px;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 0 0 25px 0; }
    @media (min-width: 768px) {
      .main__steps strong {
        font-size: 6.875vw;
        letter-spacing: -1.32px;
        padding: 0 0 50px 0; } }
  .main__steps h2 {
    color: #000000;
    font-size: 34px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 20px 0; }
    @media (min-width: 768px) {
      .main__steps h2 {
        font-size: 2.083vw; } }
  .main__steps p {
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__steps p {
        font-size: 1.25vw;
        line-height: 1.35; } }

.main__articles {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0 0 40px 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    .main__articles {
      padding: 0 0 80px 0; } }
  .main__articles .section {
    border-top: 1px solid #C1C2C7;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 80px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__articles .section {
        padding: 80px 0 120px 0; } }
  .main__articles .row {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__articles .row {
        margin: 40px -10px 0 -10px; } }
  .main__articles .column {
    float: left;
    padding: 0 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__articles .column {
        padding: 0 10px;
        width: 33.3333333%; } }
  .main__articles .pic {
    margin: 0 0 15px 0;
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px; }
    @media (min-width: 768px) {
      .main__articles .pic {
        margin: 0 0 30px 0; } }
    .main__articles .pic img {
      -webkit-border-radius: 8px;
      border-radius: 8px; }
  .main__articles--link {
    text-decoration: none; }
    .main__articles--link:hover {
      opacity: .7;
      text-decoration: none; }
      .main__articles--link:hover img {
        transform: scale(1.2); }
  @media (min-width: 768px) {
    .main__articles h2 {
      font-size: 2.604vw; } }

.main__services {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }

.service__block {
  border-bottom: 1px solid #C1C2C7;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 60px 0 0 0;
  width: 100%; }
  @media (min-width: 768px) {
    .service__block {
      padding: 60px 0 60px 0; } }
  .service__block .row {
    margin: 0; }
    @media (min-width: 768px) {
      .service__block .row {
        margin: 0 -70px; } }
  .service__block .column {
    float: left;
    padding: 0 0 40px 0;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .service__block .column {
        padding: 0 70px; } }
    @media (min-width: 768px) {
      .service__block .column:first-child {
        padding-right: 10%;
        width: 65%; } }
    @media (min-width: 768px) {
      .service__block .column:last-child {
        width: 35%; } }
  .service__block--exp {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    transition: all .5s ease-out; }
  .service__block h2 {
    padding: 0 0 40px 0; }
    @media (min-width: 768px) {
      .service__block h2 {
        padding: 0 0 40px 0; } }
  .service__block h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700; }
    @media (min-width: 768px) {
      .service__block h3 {
        font-size: 1.25vw;
        line-height: 1.35; } }
  .service__block p {
    font-size: 20px;
    line-height: 1.3;
    padding: 0 0 20px 0; }
    @media (min-width: 768px) {
      .service__block p {
        font-size: 1.25vw;
        line-height: 1.35; } }
    .service__block p.lead {
      font-size: 20px; }
      @media (min-width: 768px) {
        .service__block p.lead {
          font-size: 1.563vw; } }
    .service__block p strong {
      font-weight: 600; }
  .service__block h6 {
    clear: both;
    overflow: hidden;
    padding: 0;
    width: 100%; }

.main__about {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .main__about .section {
    border: 0;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__about .section {
        padding: 80px 0 80px 0; } }
    .main__about .section:first-child {
      border: 0; }
      @media (min-width: 768px) {
        .main__about .section:first-child {
          padding: 80px 0 0 0; } }
      @media (min-width: 768px) {
        .main__about .section:first-child .column {
          max-width: 60% !important;
          width: 100%; } }
  .main__about .row {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__about .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .main__about .column {
      max-width: none;
      width: 45%; } }
  @media (min-width: 768px) {
    .main__about .column:first-child {
      width: 55%; } }
  .main__about p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__about p {
        font-size: 1.25vw;
        line-height: 1.35; } }
  .main__about h6 {
    color: #000000;
    font-size: calc(23px + (26 - 23) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 50px 0 0 0; }
  .main__about ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main__about ul li {
      background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.9592 7.0895C25.7954 7.0895 26.4796 7.80477 26.4796 8.67899V25.321C26.4796 26.1952 25.7954 26.9105 24.9592 26.9105H9.04077C8.20456 26.9105 7.52039 26.1952 7.52039 25.321V8.67899C7.52039 7.80477 8.20456 7.0895 9.04077 7.0895H24.9592ZM24.9592 5.5H9.04077C7.36835 5.5 6 6.93055 6 8.67899V25.321C6 27.0695 7.36835 28.5 9.04077 28.5H24.9592C26.6317 28.5 28 27.0695 28 25.321V8.67899C28 6.93055 26.6317 5.5 24.9592 5.5Z' fill='%23C1C2C7'/%3E%3C/svg%3E%0A");
      background-position: 0 center;
      background-repeat: no-repeat;
      background-size: 18px 18px;
      clear: both;
      display: block;
      font-size: 23px;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 24px 0;
      padding: 0 0 0 40px;
      width: 100%; }
      @media (min-width: 768px) {
        .main__about ul li {
          background-size: 22px 22px;
          font-size: 1.563vw;
          margin: 0 0 20px 0;
          padding: 0 0 0 50px; } }

.main__contact {
  clear: both;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1; }
  .main__contact .section {
    border-bottom: 1px solid #C1C2C7;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 40px 0 0 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__contact .section {
        padding: 80px 0 80px 0; } }
  .main__contact .row {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__contact .row {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end; } }
  .main__contact .column {
    float: left;
    padding: 0 0 40px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__contact .column {
        max-width: 55%;
        padding: 0; } }
    @media (min-width: 768px) {
      .main__contact .column:first-child {
        max-width: 45%; } }
  .main__contact h2 {
    font-size: 66px;
    letter-spacing: -0.66px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .main__contact h2 {
        font-size: 5.625vw;
        letter-spacing: -1.08px; } }
  .main__contact p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .main__contact p {
        font-size: 2.188vw;
        line-height: 1.2; } }
  .main__contact h6 {
    color: #000000;
    font-size: calc(23px + (26 - 23) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 50px 0 0 0; }
  .main__contact__contact {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 40px 0 0 0;
    width: 100%; }
    @media (min-width: 768px) {
      .main__contact__contact {
        padding: 80px 0 0 0;
        width: 80%; } }
    .main__contact__contact li {
      border-bottom: 1px solid #c1c2c7;
      clear: both;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%; }
      .main__contact__contact li a {
        color: #000000;
        display: block;
        font-size: 1.146vw;
        font-weight: 400;
        line-height: 1.85;
        overflow: hidden;
        padding: 18px 0 18px 60px;
        position: relative; }
        .main__contact__contact li a:hover {
          text-decoration: none; }
        .main__contact__contact li a .icon {
          display: block;
          left: 0;
          position: absolute; }

.footer {
  background: #1b1b1c;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 55px 0 30px 0;
  width: 100%; }
  @media (min-width: 768px) {
    .footer {
      padding: 85px 0 40px 0;
      bottom: 0;
      position: fixed;
      left: 0;
      right: 0;
      z-index: 1; } }
  .footer .row {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .footer .column {
    float: left;
    padding: 0 0 45px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .footer .column {
        padding: 0;
        width: 35%; } }
    @media (min-width: 768px) {
      .footer .column:first-child {
        width: 65%; } }
  .footer__logo {
    float: left;
    width: 270px; }
    @media (min-width: 768px) {
      .footer__logo {
        width: 405px; } }
    .footer__logo img {
      float: left;
      width: 100%; }
  .footer__contact {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0 0 45px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .footer__contact {
        padding: 0; } }
    .footer__contact li {
      border-bottom: 1px solid #4d5153;
      clear: both;
      display: block;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%; }
      .footer__contact li a {
        color: #C1C2C7;
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.2;
        overflow: hidden;
        padding: 15px 0 15px 50px;
        position: relative; }
        @media (min-width: 768px) {
          .footer__contact li a {
            font-size: 1.146vw;
            font-weight: 400;
            line-height: 1.85;
            padding: 18px 0 18px 60px; } }
        .footer__contact li a:hover {
          text-decoration: none; }
        .footer__contact li a .icon {
          display: block;
          left: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
  .footer__copy {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .footer__copy {
        padding: 130px 0 0 0; } }
    .footer__copy li {
      clear: both;
      color: #C1C2C7;
      display: block;
      font-size: 14px;
      line-height: 1.4;
      font-weight: 400;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 768px) {
        .footer__copy li {
          clear: none;
          float: left;
          padding: 0 64px 0 0;
          width: auto; }
          .footer__copy li a {
            text-decoration: none; }
            .footer__copy li a:hover {
              opacity: .8;
              text-decoration: none; } }
