@import url(../fonts/Druk/stylesheet.css);
* {
  box-sizing: border-box; }

.x-width, .x-header, .x-footer-links, .x-about, .x-what-we-do, .x-products {
  min-width: 320px;
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px; }

.x-header-top__email, .x-footer__email, .x-footer-links__right a, .x-header__bottom nav a, .x-testimonials__slider-dot, .x-testimonials-author__name {
  -webkit-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

.x-header {
  padding: 0 24px;
  overflow: hidden;
  width: 100%; }
  .x-header-top {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    align-items: flex-start;
    position: relative;
    z-index: 2; }
    .x-header-top__logo {
      display: block;
      width: 40px;
      height: 40px;
      background: url(../images/logo.svg) no-repeat center center; }
    .x-header-top__email {
      display: inline-block;
      font-family: "Marcellus", serif;
      font-weight: 400;
      font-size: 16px;
      background: url(../images/arrow.svg);
      background-repeat: no-repeat;
      background-position: left center;
      color: #888693;
      padding-left: 35px;
      text-decoration: none; }
      .x-header-top__email:hover {
        color: #8a7dcf;
        text-decoration: none; }

.x-footer {
  background: #242329 url(../images/logo-footer.svg) no-repeat center 22%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 769px) {
    .x-footer {
      padding-top: 230px; } }
  @media (max-width: 768px) {
    .x-footer {
      background-size: contain;
      background-position: 20% center;
      padding-bottom: 60px; } }
  .x-footer h2 {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #888693;
    display: inline-block;
    margin: 0 0 90px 0; }
    @media (max-width: 768px) {
      .x-footer h2 {
        margin: 40px 0 30px 0; } }
  .x-footer__title {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 300;
    font-size: 96px;
    line-height: 130%;
    text-align: center;
    color: #f2f2f0; }
    @media (max-width: 768px) {
      .x-footer__title {
        font-size: 40px; } }
  .x-footer__email {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #8a7dcf;
    text-decoration: none;
    padding-left: 50px;
    display: inline-block;
    background: url(../images/arrow-color.svg) no-repeat left center;
    margin-top: 28px; }
    .x-footer__email:hover {
      color: #8a7dcf;
      text-decoration: none;
      text-shadow: 2px 2px 23px #8a7dce; }
    @media (max-width: 768px) {
      .x-footer__email {
        font-size: 28px;
        margin-top: 20px; } }
  .x-footer-links {
    margin-top: 200px !important;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    line-height: 2; }
    @media (max-width: 768px) {
      .x-footer-links {
        flex-direction: column;
        text-align: center; } }
    @media (min-width: 769px) {
      .x-footer-links__left {
        width: 30%; } }
    .x-footer-links__left span {
      font-family: "itc-avant-garde-gothic-pro", sans-serif;
      font-weight: 300;
      font-size: 16px;
      color: #888693;
      display: inline-block;
      opacity: 0.56; }
      @media (min-width: 769px) {
        .x-footer-links__left span {
          margin-right: 60px; } }
      @media (max-width: 768px) {
        .x-footer-links__left span {
          display: block; } }
    @media (min-width: 769px) {
      .x-footer-links__scroll {
        width: 200px;
        height: 200px;
        background: url(../images/arrow-scroll-footer.svg) no-repeat center center;
        margin-bottom: -40px;
        cursor: pointer;
        border-radius: 50%;
        transition: all 400ms ease; }
        .x-footer-links__scroll:hover {
          box-shadow: 0 3px 20px #3f395f; } }
    .x-footer-links__right {
      display: flex; }
      @media (min-width: 769px) {
        .x-footer-links__right {
          width: 30%;
          justify-content: flex-end; } }
      @media (max-width: 768px) {
        .x-footer-links__right {
          flex-direction: column; } }
      .x-footer-links__right a {
        font-family: "itc-avant-garde-gothic-pro", sans-serif;
        font-weight: 300;
        font-size: 16px;
        color: #888693;
        text-decoration: none;
        opacity: 0.56; }
        .x-footer-links__right a:hover {
          opacity: 0.8; }
        @media (min-width: 769px) {
          .x-footer-links__right a {
            display: inline-block;
            margin-left: 60px; } }
        @media (max-width: 768px) {
          .x-footer-links__right a {
            display: block; } }

/* Overwrite Flexbox styles  */
.lightbox {
  display: flex;
  flex-direction: column-reverse;
  background: #f2f2f0;
  height: 100vh; }

.lb-outerContainer {
  width: 100% !important;
  background: #f2f2f0;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
  flex: 1; }

.lightbox .lb-image {
  margin: 0 auto;
  border: 0;
  max-height: 90% !important;
  max-width: 90% !important;
  width: auto !important;
  height: auto !important; }

.lb-data .lb-close {
  width: 72px;
  height: 72px;
  background-size: contain;
  top: 35px;
  right: 35px;
  position: absolute;
  z-index: 100; }
  @media (max-width: 768px) {
    .lb-data .lb-close {
      width: 50px;
      height: 50px;
      top: 15px;
      right: 0px; } }

.lb-data .lb-details {
  width: 100%;
  text-align: center;
  padding: 50px 0; }

.lb-data .lb-caption {
  font-weight: 300;
  font-size: 28px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 130%;
  color: #242329; }
  @media (max-width: 768px) {
    .lb-data .lb-caption {
      font-size: 18px;
      padding: 24px;
      display: block; } }

.lb-container {
  max-height: 100%;
  overflow: hidden; }

.lb-dataContainer {
  max-width: 800px;
  width: 100% !important; }

/* Overwrite Flexbox styles */
.x {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  margin: 0 auto;
  overflow: hidden; }
  .x-landing {
    background: #f2f2f0; }
  .x-header {
    position: relative;
    z-index: 1;
    font-size: 160px;
    overflow: hidden; }
    .x-header__bg-container {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0;
      z-index: 1; }
    .x-header__bg {
      background: url(../images/header-bg.jpeg) no-repeat center top;
      background-size: auto 100%;
      width: 100%;
      height: 100%; }
    .x-header-top {
      display: flex;
      justify-content: space-between;
      padding-top: 70px;
      align-items: flex-start;
      position: relative;
      z-index: 2; }
      .x-header-top__logo {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/logo.svg) no-repeat center center; }
      .x-header-top__email {
        display: inline-block;
        font-family: "Lora", serif;
        font-weight: 400;
        font-size: 16px;
        background: url(../images/arrow.svg);
        background-repeat: no-repeat;
        background-position: left center;
        color: #888693;
        padding-left: 35px;
        text-decoration: none; }
        .x-header-top__email:hover {
          color: #8a7dcf;
          text-decoration: none; }
    .x-header__name {
      display: block;
      width: 100%;
      max-width: 48%;
      position: relative;
      z-index: 2;
      margin: -40px auto 0 auto; }
      @media (max-width: 768px) {
        .x-header__name {
          margin-top: 50px;
          max-width: 100%; } }
    .x-header__bottom {
      padding: 200px 0;
      /*display: flex;
      justify-content: space-between;
      align-items: flex-start;*/
      position: relative;
      z-index: 2; }
      @media (max-width: 640px) {
        .x-header__bottom {
          flex-direction: column;
          padding: 200px 0 30px 0; } }
      .x-header__bottom h1 {
        font-family: "itc-avant-garde-gothic-pro", sans-serif;
        font-weight: 300;
        font-size: 56px;
        line-height: 112%;
        color: #242329;
        /* width: 450px;
        margin: 0;*/
        width: 610px;
        margin: 0 auto;
        text-align: center;
        max-width: 100%;
        padding: 0; }
        @media (max-width: 640px) {
          .x-header__bottom h1 {
            margin-bottom: 40px; } }
        @media (max-width: 480px) {
          .x-header__bottom h1 {
            font-size: 40px; } }
      .x-header__bottom nav {
        display: flex;
        flex-direction: column; }
        .x-header__bottom nav a {
          display: inline-block;
          height: 40px;
          border: 1px solid rgba(36, 35, 41, 0.08);
          border-radius: 40px;
          font-family: "itc-avant-garde-gothic-pro", sans-serif;
          font-weight: 500;
          font-size: 14px;
          text-transform: uppercase;
          color: #242329;
          text-decoration: none;
          line-height: 40px;
          text-align: center;
          margin-bottom: 8px;
          padding: 0 16px; }
          .x-header__bottom nav a:hover {
            background: rgba(0, 0, 0, 0.03); }
    @media (min-width: 769px) {
      .x-header__scroll {
        display: block;
        width: 200px;
        height: 200px;
        background: url(../images/arrow-scroll-header.svg);
        background-size: cover;
        position: absolute;
        left: calc(50% - 100px);
        bottom: 0;
        margin-bottom: -50px;
        cursor: pointer;
        z-index: 2;
        border-radius: 50%;
        transition: all 400ms ease; }
        .x-header__scroll:hover {
          box-shadow: 0 3px 20px #92acc1; } }
  .x-stats {
    background: url(../images/stats-bg.png);
    background-size: cover;
    padding: 225px 0;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .x-stats {
        padding: 100px 0; } }
    .x-stats-container {
      max-width: 1024px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 768px) {
        .x-stats-container {
          flex-direction: column; } }
    .x-stats-item {
      text-align: center;
      display: block;
      width: 33.33%; }
      .x-stats-item__title {
        font-family: "Druk";
        font-weight: 700;
        font-size: 160px;
        text-transform: uppercase;
        color: #f2f2f0;
        display: block; }
        @media (max-width: 768px) {
          .x-stats-item__title {
            font-size: 96px; } }
      .x-stats-item__description {
        font-family: "Lora", serif;
        font-weight: 400;
        font-size: 16px;
        color: #888693;
        display: block; }
  .x-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 130px;
    padding: 0 24px; }
    .x-about__title {
      font-family: "itc-avant-garde-gothic-pro", sans-serif;
      font-weight: 400;
      font-size: 400px;
      text-align: center;
      letter-spacing: -0.04em;
      color: #fbfbfb; }
      @media (max-width: 1024px) {
        .x-about__title {
          font-size: 300px; } }
      @media (max-width: 768px) {
        .x-about__title {
          font-size: 160px; } }
      .x-about__title--style1 {
        margin-top: -140px; }
        @media (max-width: 768px) {
          .x-about__title--style1 {
            margin-top: -40px; } }
    .x-about h2 {
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      color: #888693;
      margin-top: -150px; }
    .x-about__description {
      font-family: "itc-avant-garde-gothic-pro", sans-serif;
      font-weight: 300;
      font-size: 40px;
      line-height: 130%;
      text-align: center;
      color: #242329;
      max-width: 720px;
      margin: 80px 0 0 0;
      padding: 0; }
      @media (max-width: 768px) {
        .x-about__description {
          font-size: 28px;
          margin: 50px 0 0 0; } }
      .x-about__description-style2 {
        font-family: "Druk";
        font-weight: 700;
        font-size: 96px;
        text-align: center;
        text-transform: uppercase;
        color: #242329;
        margin: 75px 0 -180px 0; }
  .x-what-we-do {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 130px;
    margin-top: 60px; }
    @media (max-width: 1024px) {
      .x-what-we-do {
        margin-top: 100px; } }
    .x-what-we-do__title {
      font-family: "itc-avant-garde-gothic-pro", sans-serif;
      font-weight: 400;
      font-size: 400px;
      text-align: center;
      letter-spacing: -0.04em;
      color: #fbfbfb; }
      @media (max-width: 1024px) {
        .x-what-we-do__title {
          font-size: 300px; } }
      @media (max-width: 768px) {
        .x-what-we-do__title {
          font-size: 160px; } }
      .x-what-we-do__title--style1 {
        margin-top: -85px; }
    .x-what-we-do h2 {
      font-family: "Lora", serif;
      font-weight: 400;
      font-size: 16px;
      text-align: center;
      color: #888693;
      margin-top: -184px; }
    .x-what-we-do__description {
      font-family: "Druk";
      font-weight: 700;
      font-size: 96px;
      text-align: center;
      text-transform: uppercase;
      color: #242329;
      margin: -20px 0 -180px 0;
      line-height: 100%;
      max-width: 720px;
      padding: 0; }
      @media (max-width: 768px) {
        .x-what-we-do__description {
          font-size: 40px; } }
  .x-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .x-products-item {
      max-width: calc(50% - 32px);
      margin: 0 16px 50px 16px; }
      @media (max-width: 768px) {
        .x-products-item {
          max-width: 100%; }
          .x-products-item:not(:first-child) {
            margin-top: 80px; } }
      @media (min-width: 769px) {
        .x-products-item:nth-child(2) {
          margin-top: 150px; } }
      @media (min-width: 769px) {
        .x-products-item:nth-child(3) {
          margin-top: 150px; } }
      .x-products-item a {
        position: relative;
        display: block; }
        @media (min-width: 769px) {
          .x-products-item a:before {
            content: "";
            display: inline-block;
            width: 20%;
            padding-top: 20%;
            background: url(../images/zoom.svg);
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: -60px;
            left: 30px;
            opacity: 0;
            transition: all 1000ms ease;
            transform-origin: center; }
          .x-products-item a:hover:before {
            opacity: 1; } }
      .x-products-item img {
        width: 100%; }
      .x-products-item__description {
        padding: 60px 0 0 50px;
        font-family: "itc-avant-garde-gothic-pro", sans-serif;
        font-weight: 300;
        font-size: 28px;
        line-height: 130%;
        color: #242329; }
        @media (max-width: 768px) {
          .x-products-item__description {
            font-size: 20px;
            padding: 30px 15px 0 15px; } }
        .x-products-item__description span {
          font-family: "Lora", serif;
          color: #888693; }
  .x-testimonials {
    background-color: #242329;
    padding: 320px 24px 0 24px;
    position: relative;
    background-image: url(../images/quotes.svg);
    background-repeat: no-repeat;
    background-position: center 28%; }
    @media (max-width: 768px) {
      .x-testimonials {
        padding: 130px 24px 60px 24px;
        background-position: center 90px;
        background-size: 140px; } }
    @media (min-width: 769px) {
      .x-testimonials__content:before, .x-testimonials__content:after {
        content: "";
        width: 250px;
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
      .x-testimonials__content:before {
        left: 0;
        background: linear-gradient(272.67deg, rgba(36, 35, 41, 0) 1.99%, #242329 38.32%); }
      .x-testimonials__content:after {
        right: 0;
        background: linear-gradient(93.01deg, rgba(36, 35, 41, 0) 2.94%, #242329 39.07%); } }
    @media (min-width: 769px) {
      .x-testimonials__scroll {
        width: 200px;
        height: 200px;
        background: url(../images/arrow-scroll-footer.svg) no-repeat center center;
        margin-bottom: -40px;
        cursor: pointer;
        transform: rotate(180deg);
        position: absolute;
        right: 0;
        bottom: 150px;
        border-radius: 50%;
        transition: all 400ms ease; }
        .x-testimonials__scroll:hover {
          box-shadow: 0 3px 20px #3f395f; } }
    .x-testimonials__slider-dot {
      width: 8px;
      height: 8px;
      background: #fff;
      border-radius: 50%; }
    .x-testimonials ol,
    .x-testimonials ul {
      list-style-type: none;
      list-style: none;
      position: absolute;
      top: 46%;
      left: 90px;
      margin-left: 0; }
      @media (min-width: 769px) {
        .x-testimonials ol,
        .x-testimonials ul {
          width: 130px; } }
      @media (max-width: 768px) {
        .x-testimonials ol,
        .x-testimonials ul {
          position: static;
          margin: 0 auto;
          display: flex;
          align-items: center;
          justify-content: center; } }
      .x-testimonials ol li,
      .x-testimonials ul li {
        list-style-type: none;
        list-style: none;
        margin: -30px 0;
        width: 128px;
        height: 128px;
        border-radius: 128px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: none; }
        @media (max-width: 768px) {
          .x-testimonials ol li,
          .x-testimonials ul li {
            width: 64px;
            height: 64px;
            margin: 30px 5px; } }
        .x-testimonials ol li.active,
        .x-testimonials ul li.active {
          border: 1px solid rgba(255, 255, 255, 0.05);
          width: 128px;
          height: 128px;
          background: none;
          margin: -30px 0; }
          @media (max-width: 768px) {
            .x-testimonials ol li.active,
            .x-testimonials ul li.active {
              width: 64px;
              height: 64px;
              margin: 30px 5px; } }
        .x-testimonials ol li:not(.active) .x-testimonials__slider-dot,
        .x-testimonials ul li:not(.active) .x-testimonials__slider-dot {
          opacity: 0.24; }
        .x-testimonials ol li:not(.active):hover .x-testimonials__slider-dot,
        .x-testimonials ul li:not(.active):hover .x-testimonials__slider-dot {
          opacity: 0.8; }
    .x-testimonials h2 {
      font-family: "Lora", serif;
      font-size: 16px;
      text-align: center;
      color: #888693; }
    .x-testimonials p {
      font-family: "itc-avant-garde-gothic-pro", sans-serif;
      font-weight: 300;
      font-size: 28px;
      line-height: 150%;
      text-align: center;
      color: #f2f2f0;
      max-width: 50%;
      margin: 70px auto 0 auto; }
      @media (max-width: 768px) {
        .x-testimonials p {
          font-size: 18px;
          margin: 50px auto 0 auto;
          max-width: 100%; } }
    .x-testimonials-author {
      margin-top: 90px;
      text-align: center; }
      .x-testimonials-author__name {
        font-family: "itc-avant-garde-gothic-pro", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.01em;
        color: #f2f2f0;
        display: inline-block;
        text-decoration: none;
        opacity: 80%; }
        .x-testimonials-author__name:hover {
          opacity: 100%;
          color: #f2f2f0;
          text-decoration: underline; }
      .x-testimonials-author__position {
        font-family: "itc-avant-garde-gothic-pro", sans-serif;
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.01em;
        color: #888693;
        display: block; }
