/*
[Mixins]
------------------------------------------------------------------
*/
/*ExtraBold*/
/**
 * Set up a decent box model on the root element
 */
body {
  font-family: 'Gotham Narrow', 'Courier New', Courier, monospace;
  font-weight: 900;
  font-style: normal;
}

@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px !important;
  }
}

/*
[Mixins]
------------------------------------------------------------------
*/
/*ExtraBold*/
@font-face {
  font-family: 'Gotham';
  src: url("/css/fonts/gotham/Gotham-Black.woff2") format("woff2"), url("/css/fonts/gotham/Gotham-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("/css/fonts/gotham/Gotham-Bold.woff2") format("woff2"), url("/css/fonts/gotham/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-Black.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: url("/css/fonts/gotham/Gotham-Light.woff2") format("woff2"), url("/css/fonts/gotham/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-Bold.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-BlackItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-BoldItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow Book';
  src: url("/css/fonts/gotham/GothamNarrow-Book.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow Book';
  src: url("/css/fonts/gotham/GothamNarrow-BookItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-Light.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-LightItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-Medium.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-MediumItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-Thin.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/css/fonts/gotham/GothamNarrow-ThinItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow Ultra';
  src: url("/css/fonts/gotham/GothamNarrow-Ultra.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-Ultra.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow Ultra';
  src: url("/css/fonts/gotham/GothamNarrow-UltraItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-UltraItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow XLight';
  src: url("/css/fonts/gotham/GothamNarrow-XLight.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-XLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Narrow XLight';
  src: url("/css/fonts/gotham/GothamNarrow-XLightItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamNarrow-XLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-Black.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-BlackItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-Bold.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-BoldItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow Book';
  src: url("/css/fonts/gotham/GothamXNarrow-Book.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow Book';
  src: url("/css/fonts/gotham/GothamXNarrow-BookItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-LightItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-Light.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-Medium.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-Thin.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham XNarrow';
  src: url("/css/fonts/gotham/GothamXNarrow-MediumItalic.woff2") format("woff2"), url("/css/fonts/gotham/GothamXNarrow-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

body {
  overflow-x: hidden;
}

body.scroll {
  overflow: scroll !important;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  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;
}

@media (max-width: 767px) {
  .sticky-header .logo {
    width: 80%;
  }
  .sticky-header .logo img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .sticky-header .logo a {
    height: auto;
    display: block;
  }
  .sticky-header .logo img {
    width: 340px;
  }
}

@media (max-width: 767px) {
  .sticky-header .container {
    position: relative;
    z-index: 999;
    padding: 15px 15px;
  }
}

@media (min-width: 768px) {
  .sticky-header .container {
    position: relative;
    z-index: 999;
    padding: 15px 0px;
  }
}

@media (max-width: 767px) {
  .sticky-header .bg {
    width: 100%;
    position: absolute;
    background-color: #525252;
    height: 68px;
    opacity: 0.9;
  }
}

@media (min-width: 768px) {
  .sticky-header .bg {
    width: 100%;
    position: absolute;
    background-color: #525252;
    height: 69px;
    opacity: 0.9;
  }
}

.sticky-header.black {
  /*  background-color: #7b7678;*/
}

.sticky-header.black .hamburger .bar1,
.sticky-header.black .hamburger .bar2,
.sticky-header.black .hamburger .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.sticky-header.black .hamburger .bar1:hover,
.sticky-header.black .hamburger .bar2:hover,
.sticky-header.black .hamburger .bar3:hover {
  cursor: pointer;
}

.sticky-header.white {
  background-color: #fff;
}

.sticky-header.white .hamburger .bar1,
.sticky-header.white .hamburger .bar2,
.sticky-header.white .hamburger .bar3 {
  width: 35px;
  height: 5px;
  background-color: #231f20;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.sticky-header.white .hamburger .bar1:hover,
.sticky-header.white .hamburger .bar2:hover,
.sticky-header.white .hamburger .bar3:hover {
  cursor: pointer;
}

.sticky-header .hamburger.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.sticky-header .hamburger.change .bar2 {
  opacity: 0;
}

.sticky-header .hamburger.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

header .intro-wrapper {
  background-color: #fff;
  height: 100vh;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .intro-wrapper .container .wrap {
  position: relative;
}

header .intro-wrapper .container .wrap .img img {
  width: 100%;
}

header .intro-wrapper .container .wrap .lang {
  text-align: right;
  position: absolute;
  right: 0px;
  margin-top: 95px;
}

@media (min-width: 320px) {
  header .intro-wrapper .container .wrap .lang {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  header .intro-wrapper .container .wrap .lang {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  header .intro-wrapper .container .wrap .lang {
    font-size: 65px;
  }
}

@media (min-width: 1200px) {
  header .intro-wrapper .container .wrap .lang {
    font-size: 75px;
  }
}

header .intro-wrapper .container .wrap .lang a {
  text-decoration: none;
  color: #231f20;
}

header .intro-wrapper .container .wrap .lang a:hover {
  text-decoration: none;
}

section {
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

section .section-black-wrapper {
  height: 100vh;
  background-color: #231f20;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  section .section-black-wrapper {
    height: 130vh;
  }
}

@media (max-width: 575px) {
  section .section-black-wrapper .container .row .col-md-5 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

section .section-black-wrapper .container .row [class*="col-"] {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-one {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
  }
}

section .section-black-wrapper .container .row [class*="col-"] .parag-one p {
  color: #fff;
  font-family: 'Gotham Narrow';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  line-height: 1;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 37px;
  }
}

@media (min-width: 992px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 47px;
  }
}

@media (min-width: 1200px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 57px;
  }
}

@media (min-width: 1600px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-two {
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-two {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-two {
    text-align: right;
  }
}

section .section-black-wrapper .container .row [class*="col-"] .parag-two p {
  color: #a7a9ac;
  font-family: 'Gotham Narrow';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 28px;
    line-height: 1.4;
  }
}

@media (min-width: 1600px) {
  section .section-black-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 34px;
    line-height: 1.3;
  }
}

section .section-white-wrapper {
  height: 100vh;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 575px) {
  section .section-white-wrapper {
    height: 130vh;
  }
}

section .section-white-wrapper .container .row [class*="col-"] {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-one {
    width: 100%;
    margin-bottom: 50px;
    text-align: left;
  }
}

section .section-white-wrapper .container .row [class*="col-"] .parag-one p {
  color: #231f20;
  font-family: 'Gotham Narrow';
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 37px;
  }
}

@media (min-width: 992px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 47px;
  }
}

@media (min-width: 1200px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 54px;
    line-height: 1.2;
  }
}

@media (min-width: 1600px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-one p {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-two {
    padding-left: 10px;
  }
}

@media (min-width: 1200px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-two {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-two {
    text-align: right;
  }
}

section .section-white-wrapper .container .row [class*="col-"] .parag-two p {
  color: #a7a9ac;
  font-family: 'Gotham Narrow';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }
}

@media (min-width: 1600px) {
  section .section-white-wrapper .container .row [class*="col-"] .parag-two p {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}

section .section-black-wrapper.person {
  height: auto;
  overflow: hidden;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 320px) {
  section .section-black-wrapper.person {
    padding: 150px 0px;
  }
}

@media (min-width: 992px) {
  section .section-black-wrapper.person {
    padding: 150px 0px;
  }
}

@media (min-width: 1200px) {
  section .section-black-wrapper.person {
    padding: 160px 0px;
  }
}

section .section-black-wrapper.person .container .title {
  font-family: 'Gotham Narrow';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  color: #fff;
  width: 100%;
}

@media (min-width: 320px) {
  section .section-black-wrapper.person .container .title {
    text-align: center;
    font-size: 46px;
  }
}

@media (min-width: 992px) {
  section .section-black-wrapper.person .container .title {
    font-size: 48px;
    margin-bottom: 25px;
    padding-left: 0px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  section .section-black-wrapper.person .container .title {
    font-size: 52px;
    margin-bottom: 35px;
    padding-left: 0px;
  }
}

@media (min-width: 1600px) {
  section .section-black-wrapper.person .container .title {
    font-size: 68px;
  }
}

section .section-black-wrapper.person .person-row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  section .section-black-wrapper.person .person-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 320px) {
  section .section-black-wrapper.person .person-row .person-wrapper .text {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text h3 {
    font-size: 26px;
    color: #fdb913;
    font-weight: bold;
    text-transform: uppercase;
    font-style: bold;
    font-display: swap;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text p {
    font-family: 'Gotham Narrow';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    color: #a7a9ac;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  section .section-black-wrapper.person .person-row .person-wrapper {
    width: 265px;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text {
    margin-top: 70px;
    text-align: center;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text h3 {
    font-size: 26px;
    color: #fdb913;
    font-weight: bold;
    text-transform: uppercase;
    font-style: bold;
    font-display: swap;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text p {
    font-family: 'Gotham Narrow';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    color: #a7a9ac;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  section .section-black-wrapper.person .person-row .person-wrapper {
    width: 265px;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text {
    margin-top: 70px;
    text-align: center;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text h3 {
    font-size: 26px;
    color: #fdb913;
    font-weight: bold;
    text-transform: uppercase;
    font-style: bold;
    font-display: swap;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text p {
    font-family: 'Gotham Narrow';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    color: #a7a9ac;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}

@media (min-width: 1200px) {
  section .section-black-wrapper.person .person-row .person-wrapper {
    width: 265px;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text {
    margin-top: 70px;
    text-align: center;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text h3 {
    font-size: 26px;
    color: #fdb913;
    font-weight: bold;
    text-transform: uppercase;
    font-style: bold;
    font-display: swap;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text p {
    font-family: 'Gotham Narrow';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    color: #a7a9ac;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}

@media (min-width: 1600px) {
  section .section-black-wrapper.person .person-row .person-wrapper {
    width: 375px;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text {
    margin-top: 70px;
    text-align: center;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text h3 {
    font-size: 30px;
    color: #fdb913;
    font-weight: bold;
    text-transform: uppercase;
    font-style: bold;
    font-display: swap;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .text p {
    font-family: 'Gotham Narrow';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    color: #a7a9ac;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}

section .section-black-wrapper.person .person-row .person-wrapper.person-one {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

section .section-black-wrapper.person .person-row .person-wrapper.person-one .text {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

@media (min-width: 992px) {
  section .section-black-wrapper.person .person-row .person-wrapper.person-two {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  section .section-black-wrapper.person .person-row .person-wrapper.person-two .text {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

@media (min-width: 1200px) {
  section .section-black-wrapper.person .person-row .person-wrapper.person-two {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  section .section-black-wrapper.person .person-row .person-wrapper.person-two .text {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

section .section-black-wrapper.person .person-row .person-wrapper.person-three {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

section .section-black-wrapper.person .person-row .person-wrapper.person-three .text {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

section .section-black-wrapper.person .person-row .person-wrapper .photo {
  position: relative;
}

@media (min-width: 320px) {
  section .section-black-wrapper.person .person-row .person-wrapper .photo {
    border: 10px solid #fff;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:after {
    content: '';
    background: url(../../../img/person/band.png) no-repeat;
    width: 73px;
    height: 162px;
    display: block;
    position: absolute;
    bottom: -130px;
    left: -20px;
    z-index: 999;
    background-size: 60%;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:before {
    content: '';
    background: url(../../../img/person/band.png) no-repeat;
    width: 83px;
    height: 162px;
    display: block;
    position: absolute;
    right: -50px;
    top: -20px;
    z-index: 999;
    background-size: 60%;
  }
}

@media (min-width: 768px) {
  section .section-black-wrapper.person .person-row .person-wrapper .photo {
    border: 10px solid #fff;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:after {
    content: '';
    background: url("../../../img/person/band.png");
    width: 86px;
    height: 102px;
    display: block;
    position: absolute;
    bottom: -52px;
    left: -52px;
    z-index: 999;
    background-size: 86px 107px;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:before {
    content: '';
    background: url(../../../img/person/band.png);
    width: 86px;
    height: 102px;
    display: block;
    position: absolute;
    right: -51px;
    top: -47px;
    z-index: 999;
    background-size: 86px 107px;
  }
}

@media (max-width: 991px) {
  section .section-black-wrapper.person .person-row .person-wrapper .photo {
    width: 70%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  section .section-black-wrapper.person .person-row .person-wrapper .photo {
    border: 10px solid #fff;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:after {
    content: '';
    background: url("../../../img/person/band.png") no-repeat;
    width: 113px;
    height: 72px;
    display: block;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 999;
    background-size: 60%;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:before {
    content: '';
    background: url(../../../img/person/band.png) no-repeat;
    width: 113px;
    height: 72px;
    display: block;
    position: absolute;
    right: -75px;
    top: -30px;
    z-index: 999;
    background-size: 60%;
  }
}

@media (min-width: 1200px) {
  section .section-black-wrapper.person .person-row .person-wrapper .photo {
    border: 20px solid #fff;
    max-height: 280px;
    position: relative;
    top: 20px;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:after {
    content: '';
    background: url("../../../img/person/band.png");
    width: 153px;
    height: 162px;
    display: block;
    position: absolute;
    bottom: -70px;
    left: -70px;
    z-index: 999;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:before {
    content: '';
    background: url("../../../img/person/band.png");
    width: 153px;
    height: 162px;
    display: block;
    position: absolute;
    right: -70px;
    top: -70px;
    z-index: 999;
  }
}

@media (min-width: 1600px) {
  section .section-black-wrapper.person .person-row .person-wrapper .photo {
    border: 30px solid #fff;
    max-height: 380px;
    position: relative;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:after {
    content: '';
    background: url("../../../img/person/band.png") no-repeat;
    width: 153px;
    height: 162px;
    display: block;
    position: absolute;
    bottom: -70px;
    left: -70px;
    z-index: 999;
  }
  section .section-black-wrapper.person .person-row .person-wrapper .photo:before {
    content: '';
    background: url("../../../img/person/band.png") no-repeat;
    width: 153px;
    height: 162px;
    display: block;
    position: absolute;
    right: -70px;
    top: -70px;
    z-index: 999;
  }
}

section .section-black-wrapper.person .person-row .person-wrapper .photo img {
  width: 100%;
}

section .section-black-wrapper.person .person-row .person-wrapper img {
  width: 100%;
}

section .section-black-wrapper.person .person {
  background-color: #231f20;
}

section .section-black-wrapper.person .person .person-column {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .section-black-wrapper.person .person .person-column .person-wrapper {
  position: relative;
}

section .section-black-wrapper.person .person .person-column .person-wrapper .rotate-5 {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

section .section-black-wrapper.person .person .person-column .person-wrapper .rotate-min-2 {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

section .section-black-wrapper.person .person .person-column .person-wrapper .text {
  padding: 25px;
}

@media (min-width: 1200px) {
  section .section-black-wrapper.person .person .person-column .person-wrapper .text {
    margin-top: 450px;
  }
}

@media (min-width: 1600px) {
  section .section-black-wrapper.person .person .person-column .person-wrapper .text {
    margin-top: 450px;
  }
}

@media (max-width: 991px) {
  section .section-black-wrapper.person .person .person-column .person-wrapper .text {
    text-align: center;
  }
}

section .section-black-wrapper.person .person .person-column .person-wrapper .text h3 {
  font-size: 24px;
  color: #fdb913;
  font-weight: bold;
  text-transform: uppercase;
  font-style: bold;
  font-display: swap;
}

section .section-black-wrapper.person .person .person-column .person-wrapper .text p {
  font-family: 'Gotham Narrow';
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  color: #a7a9ac;
  line-height: 1.4;
  margin-bottom: 0px;
}

section .section-white-wrapper.about {
  height: auto;
}

@media (max-width: 575px) {
  section .section-white-wrapper.about {
    height: auto;
  }
}

@media (min-width: 320px) {
  section .section-white-wrapper.about {
    padding: 150px 0px;
  }
}

@media (min-width: 992px) {
  section .section-white-wrapper.about {
    padding: 150px 0px;
  }
}

@media (min-width: 1200px) {
  section .section-white-wrapper.about {
    padding: 160px 0px;
  }
}

section .container h3 {
  font-family: 'Gotham Narrow';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@media (min-width: 320px) {
  section .container h3 {
    font-size: 46px;
  }
}

@media (min-width: 768px) {
  section .container h3 {
    font-size: 46px;
  }
}

@media (min-width: 992px) {
  section .container h3 {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  section .container h3 {
    font-size: 52px;
  }
}

@media (min-width: 1600px) {
  section .container h3 {
    font-size: 68px;
  }
}

section .container #about {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .container #about .customer {
  position: relative;
  margin-top: 80px;
}

@media (min-width: 320px) {
  section .container #about .customer {
    height: 550px;
  }
}

@media (min-width: 768px) {
  section .container #about .customer {
    height: 415px;
  }
}

@media (min-width: 992px) {
  section .container #about .customer {
    height: 415px;
  }
}

@media (min-width: 1200px) {
  section .container #about .customer {
    height: 415px;
  }
}

@media (min-width: 1600px) {
  section .container #about .customer {
    height: 415px;
  }
}

section .container #about .customer .comma {
  position: relative;
  margin-bottom: 10px;
}

section .container #about .customer .comma span {
  font-family: 'Gotham Narrow';
  font-size: 115px;
  font-weight: 900;
  font-style: normal;
  display: block;
  line-height: 0;
}

section .container #about .customer .text {
  margin-bottom: 50px;
}

@media (min-width: 320px) {
  section .container #about .customer .text p {
    color: #a7a9ac;
    font-family: 'Gotham Narrow';
    font-size: 23px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
  }
}

@media (min-width: 1600px) {
  section .container #about .customer .text p {
    color: #a7a9ac;
    font-family: 'Gotham Narrow';
    font-size: 27px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
  }
}

section .container #about .customer .author {
  position: absolute;
}

@media (min-width: 576px) {
  section .container #about .customer .author {
    bottom: 0px;
  }
}

section .container #about .customer .author b {
  font-family: 'Gotham Narrow';
  font-size: 32px;
  font-weight: 900;
  font-style: normal;
  color: #231f20;
}

section .container #about .customer .author p {
  font-family: 'Gotham XNarrow';
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: #a7a9ac;
  font-display: swap;
  margin-bottom: 5px;
  font-weight: 300;
  font-style: normal;
  color: #a7a9ac;
  margin-bottom: 5px;
  line-height: 0.9;
  letter-spacing: 1px;
}

section .container hr {
  margin-top: 35px;
  border-top: 3px solid #a7a9ac;
}

section .container .owl-navigation {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section .container .owl-navigation span {
  margin: 15px;
}

section .container .owl-navigation span:hover {
  cursor: pointer;
}

.section-black-wrapper.footer {
  height: 100vh;
  overflow-x: hidden;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-black-wrapper.footer:after {
  content: 'YOUSEFUlIDEAS';
  font-family: 'Gotham Narrow';
  font-size: 407px;
  font-weight: 900;
  position: absolute;
  letter-spacing: -25px;
  right: -1470px;
  color: #1c191a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-black-wrapper.footer .container.footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}

@media (min-width: 320px) {
  .section-black-wrapper.footer .container.footer {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

@media (min-width: 992px) {
  .section-black-wrapper.footer .container.footer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 320px) {
  .section-black-wrapper.footer .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .section-black-wrapper.footer .container.footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section-black-wrapper.footer .container.footer .footer-col {
  position: relative;
  z-index: 999;
}

.section-black-wrapper.footer .container.footer .footer-col.text p {
  line-height: 1.1;
  font-family: 'Gotham Narrow';
  font-weight: 900;
  color: #a7a9ac;
  margin-bottom: 0px;
}

@media (min-width: 320px) {
  .section-black-wrapper.footer .container.footer .footer-col.text p {
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .section-black-wrapper.footer .container.footer .footer-col.text p {
    font-size: 76px;
  }
}

.section-black-wrapper.footer .container.footer .footer-col.text p:first-child {
  font-family: 'Gotham Narrow';
  font-weight: 900;
  color: #fff;
}

.section-black-wrapper.footer .container.footer .footer-col.address p:first-child a {
  line-height: 1.1;
  font-family: 'Gotham Narrow';
  font-weight: 900;
  color: #fdb913;
  margin-bottom: 0px;
}

@media (min-width: 320px) {
  .section-black-wrapper.footer .container.footer .footer-col.address p:first-child a {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .section-black-wrapper.footer .container.footer .footer-col.address p:first-child a {
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .section-black-wrapper.footer .container.footer .footer-col.address p:first-child a {
    font-size: 56px;
  }
}

@media (min-width: 1600px) {
  .section-black-wrapper.footer .container.footer .footer-col.address p:first-child a {
    font-size: 76px;
  }
}

.section-black-wrapper.footer .container.footer .footer-col.address p:first-child a:hover {
  text-decoration: none;
}

.section-black-wrapper.footer .container.footer .footer-col.address p:last-child {
  display: block;
  text-align: right;
}

.section-black-wrapper.footer .container.footer .footer-col.address p:last-child a {
  line-height: 1.1;
  font-family: 'Gotham Narrow';
  font-weight: 900;
  color: #fff;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 320px) {
  .section-black-wrapper.footer .container.footer .footer-col.address p:last-child a {
    font-size: 22px;
  }
}

@media (min-width: 576px) {
  .section-black-wrapper.footer .container.footer .footer-col.address p:last-child a {
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .section-black-wrapper.footer .container.footer .footer-col.address p:last-child a {
    font-size: 56px;
  }
}

@media (min-width: 1600px) {
  .section-black-wrapper.footer .container.footer .footer-col.address p:last-child a {
    font-size: 76px;
  }
}

.section-black-wrapper.footer .container.footer .footer-col.address p:last-child a:hover {
  text-decoration: none;
}

.section-black-wrapper.footer .container.footer .footer-col.address p:last-child a span {
  float: left;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  background-color: transparent;
}

.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-nav [class*='owl-'] {
  color: #f06264;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d8d8d8;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-nav [class*='owl-']:hover {
  background: #d8d8d8;
  color: #f06264;
  text-decoration: none;
}

.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border: 3px solid #d8d8d8;
  padding: 5px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.icon-left {
  background: url("/img/arrow-left.png") no-repeat;
  width: 63px;
  height: 47px;
  display: block;
}

.icon-right {
  background: url("/img/arrow-right.png") no-repeat;
  width: 63px;
  height: 47px;
  display: block;
}

.icon-instagram {
  background: url("/img/instagram.png") no-repeat;
  width: 64px;
  height: 64px;
  display: block;
}

.menulist {
  height: 100vh;
  position: fixed;
  background-color: #231f20;
  top: 0;
  width: 100%;
  z-index: 999;
  display: none;
}

.menulist.active {
  display: block;
}

.menulist .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}

.menulist .container ul {
  list-style: none;
  font-size: 35px;
  padding-left: 0;
}

.menulist .container ul a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 320px) {
  .menulist .container ul a {
    font-size: 34px;
    line-height: 1.4;
  }
}

@media (min-width: 992px) {
  .menulist .container ul a {
    font-size: 64px;
    line-height: 1.4;
  }
}

.menulist .container ul a:hover {
  color: #fdb913;
  text-decoration: none;
}

body.scroll {
  overflow: hidden;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/*# sourceMappingURL=main.css.map */