* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-extra-black-normal.woff2) format("woff2"), url(fonts/helvetica-neue-extra-black-normal.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-medium-condensed-normal.woff2) format("woff2"), url(fonts/helvetica-neue-medium-condensed-normal.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-medium-normal.woff2) format("woff2"), url(fonts/helvetica-neue-medium-normal.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-light-condensed-normal.woff2) format("woff2"), url(fonts/helvetica-neue-light-condensed-normal.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-light-normal.woff2) format("woff2"), url(fonts/helvetica-neue-light-normal.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-heavy-normal.woff2) format("woff2"), url(fonts/helvetica-neue-heavy-normal.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica LT Std";
  src: url("fonts/HelveticaLTStd-UltraComp.woff2") format("woff2"), url("fonts/HelveticaLTStd-UltraComp.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
  src: url("fonts/78b289f3a0bacec431948a5ba0eaf8d8.eot");
  src: url("fonts/78b289f3a0bacec431948a5ba0eaf8d8.eot?#iefix") format("embedded-opentype"), url("fonts/78b289f3a0bacec431948a5ba0eaf8d8.woff") format("woff"), url("fonts/78b289f3a0bacec431948a5ba0eaf8d8.woff2") format("woff2"), url("fonts/78b289f3a0bacec431948a5ba0eaf8d8.ttf") format("truetype"), url("fonts/78b289f3a0bacec431948a5ba0eaf8d8.svg#Helvetica Neue LT Pro 107 Extra Black Condensed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLTPro-Roman";
  src: url("fonts/5fe894d3e06d8f07fbe9d80b3157afd5.eot");
  src: url("fonts/5fe894d3e06d8f07fbe9d80b3157afd5.eot?#iefix") format("embedded-opentype"), url("fonts/5fe894d3e06d8f07fbe9d80b3157afd5.woff2") format("woff2"), url("fonts/5fe894d3e06d8f07fbe9d80b3157afd5.woff") format("woff"), url("fonts/5fe894d3e06d8f07fbe9d80b3157afd5.ttf") format("truetype"), url("fonts/5fe894d3e06d8f07fbe9d80b3157afd5.svg#HelveticaNeueLTPro-Roman") format("svg");
}
@font-face {
  font-family: "HelveticaNeueLTPro-Cn";
  src: url("fonts/4c9a47c651b614e757056aaa06aa0138.eot");
  src: url("fonts/4c9a47c651b614e757056aaa06aa0138.eot?#iefix") format("embedded-opentype"), url("fonts/4c9a47c651b614e757056aaa06aa0138.woff") format("woff"), url("fonts/4c9a47c651b614e757056aaa06aa0138.woff2") format("woff2"), url("fonts/4c9a47c651b614e757056aaa06aa0138.ttf") format("truetype"), url("fonts/4c9a47c651b614e757056aaa06aa0138.svg#HelveticaNeueLTPro-Cn") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue LT bold Cn";
  src: url("fonts/HelveticaNeueLT-BoldCond.woff2") format("woff2"), url("fonts/HelveticaNeueLT-BoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/************************************* Reset Styles ********************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, div {
  vertical-align: top;
}

* {
  outline: none;
}

li, ol {
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}

img {
  border: 0px;
}

textarea {
  resize: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

input, textarea, select, body {
  font-size: 14px;
  font-family: helvetica-neue;
  font-weight: 200;
}

.pad-right-30 {
  padding-right: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.content-img img {
  width: 100%;
  display: block;
}

.clear-both {
  clear: both;
}

.smallSafeArea {
  max-width: 880px;
  margin: 0 auto;
  box-sizing: border-box;
}

/************************************* Reset End Styles ********************************/
header {
  padding: 60px 110px;
  margin-bottom: 30px;
}
header .logo img {
  width: 164px;
}
header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
header .menu ul li a {
  color: #000000;
  font-size: 16px;
  text-decoration: underline;
  font-family: "Helvetica LT Std";
}

.page-title {
  margin-bottom: 40px;
}
.page-title h1 {
  font-size: 95px;
  font-weight: 900;
  line-height: 80px;
}

.page-banner {
  margin-bottom: 185px;
}
.page-banner img {
  width: 100%;
  display: block;
}

.body-text {
  margin-bottom: 155px;
}
.body-text .text-content {
  font-size: 20px;
  font-family: "HelveticaNeueLTPro-Roman";
}

.smallSafeArea.withMarg {
  padding-right: 380px;
  box-sizing: border-box;
}

h2 {
  font-size: 51px;
  font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 78px;
}

.text-btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 20px 20px 20px;
  font-size: 41px;
  font-family: "HelveticaNeue LT bold Cn";
  margin-top: 85px;
  border: 1px solid #000000;
  line-height: 40px;
}
.text-btn:hover {
  color: #000;
  background-color: transparent;
}

.services-list {
  margin-bottom: 110px;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
  padding-bottom: 90px;
}
.services-list::-webkit-scrollbar {
  height: 10px;
}
.services-list::-webkit-scrollbar-track {
  background-color: transparent;
  background-image: url(../images/scroll-line.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center center;
}
.services-list::-webkit-scrollbar-thumb {
  background: #000000;
  position: relative;
  top: 5px;
}
.services-list::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.services-list .scrolling-bar {
  display: inline-block;
}
.services-list .scrolling-bar > li {
  width: 427px;
  float: left;
  margin-right: 42px;
}
.services-list .scrolling-bar > li:last-child {
  margin-right: 0;
}

.image-holder {
  position: relative;
  margin-bottom: 85px;
}
.image-holder ul {
  position: absolute;
  bottom: -20px;
  left: 35px;
}
.image-holder ul li {
  font-family: "HelveticaNeue LT bold Cn";
  margin-bottom: 4px;
  width: auto;
  position: relative;
}
.image-holder ul li span {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 7px 7px 7px 7px;
  display: inline-block;
}
.image-holder ul li:last-child {
  margin-bottom: 0;
}

.service-info {
  padding: 0 35px;
}
.service-info h3 {
  margin-bottom: 50px;
  font-size: 36px;
  font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
}
.service-info .service-text {
  font-size: 20px;
  font-family: "HelveticaNeueLTPro-Roman";
}

.margBot170 {
  margin-bottom: 170px;
}

.form-block {
  margin-bottom: 127px;
}
.form-block .left-block {
  width: 54%;
  margin-right: 4%;
  float: left;
}
.form-block .left-block .big-text {
  font-size: 150px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 4%;
  margin-bottom: 15px;
  line-height: 115px;
  font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
}
.form-block .left-block .small-text {
  font-size: 20px;
  font-family: "HelveticaNeueLTPro-Roman";
  font-weight: 700;
  line-height: 34px;
}
.form-block .right-block {
  float: left;
  width: 42%;
}

.inputEntity input[type=text], .inputEntity input[type=email] {
  font-size: 22px !important;
}

.hiddentext {
  position: absolute;
  left: 0;
  background: transparent !important;
  z-index: -1;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0 none;
}

.inputEntity {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}
.inputEntity label {
  font-weight: 900;
  font-size: 24px;
  flex-grow: 1;
  line-height: 47px;
  margin-right: 10px;
}
.inputEntity .inputParent {
  flex-grow: 100;
  width: 30%;
  position: relative;
}
.inputEntity .inputParent input {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f1f1;
}

.margTop20 {
  margin-top: 20px;
}

.formActions .normalBtn {
  font-family: "HelveticaNeue LT bold Cn";
  padding: 20px 20px 20px 20px;
  border: none;
  -webkit-appearance: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  cursor: pointer;
  font-weight: 900;
  line-height: 35px;
}

.ethanInNumbers {
  background-color: #000;
}

.numbersHolder {
  background-color: #000000;
  padding: 75px 0 57px;
}

.smallText {
  font-size: 17px;
  font-family: helvetica-neue;
  color: #fff;
  margin-bottom: 5px;
}

.clearBoth {
  clear: both;
}

.bigTitle {
  font-size: 172px;
  font-family: helvetica-neue;
  letter-spacing: -2px;
  margin-bottom: 14px;
  color: #fff;
  line-height: 76%;
  font-weight: 900;
  width: 100%;
}

.bigTitle p {
  display: inline-block;
  width: 50%;
}

.loweText .text1, .loweText .text2 {
  letter-spacing: -2px;
  font: 300 40px/1.16 h;
  font-family: helvetica-neue;
  color: #fff;
  float: left;
}

.loweText .text1 {
  margin-right: 45px;
}

.drawerOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5647058824);
  z-index: 2;
  display: none;
}

.moreActions {
  background-color: #f1f1f1;
}
.moreActions a {
  display: block;
  height: 46px;
  padding: 15px;
  font-size: 18px;
  line-height: 17px;
  color: #000;
  font-family: "HelveticaNeueLTPro-Roman";
  background-image: url(../images/arrow-right.svg);
  background-position: 95% center !important;
  background-size: 10px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.sideDrawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 600px;
  background-color: #fff;
  transform: translateX(600px);
  z-index: 3;
  transition: all cubic-bezier(0.53, 0.39, 0.12, 0.81) 200ms;
}
.sideDrawer .save {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.sideDrawer .save a {
  background-color: #000;
  color: #ffffff;
  font-size: 30px;
  font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
  padding: 21px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.sideDrawer .drawerTop {
  padding: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}
.sideDrawer .drawerTop .title {
  font-size: 30px;
  font-family: "Helvetica Neue LT Pro 107 Extra Black Condensed";
  color: #000;
  margin-bottom: 20px;
}
.sideDrawer .drawerTop .sub-title {
  font-size: 20px;
  font-family: "HelveticaNeueLTPro-Roman";
}
.sideDrawer .drawerTop .closeDrawer {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 40px;
  top: 40px;
  background-image: url(../images/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.sideDrawer .drawerBody {
  height: calc(100vh - 250px);
  overflow-y: scroll;
}
.sideDrawer .drawerBody ul li {
  padding: 20px 40px;
  border-bottom: 1px solid #f2f2f2;
}

.openSidebar .sideDrawer {
  transform: translate(0);
}
.openSidebar .drawerOverlay {
  display: block;
}

.content-container .stats-inner h2 {
  color: #ffffff;
  font-size: 117px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.content-container .stats-inner .stats-list ul li {
  display: inline-block;
  width: 16%;
  margin-right: 40px;
}
.content-container .stats-inner .stats-list ul li img {
  width: 100%;
  display: block;
}

.links a {
  display: block;
}

footer {
  padding: 40px 0;
  color: #fff;
  font-size: 18px;
  font-family: "HelveticaNeueLTPro-Cn";
}
footer .footer-links {
  float: left;
  width: 50%;
}
footer .footer-links a {
  color: #000000;
  margin-right: 10px;
}
footer .copywrites {
  float: right;
  width: 50%;
  text-align: right;
  color: #000000;
}
footer .copywrites .credits {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
footer .copywrites .links {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
footer .copywrites .links .fb, footer .copywrites .links .ln, footer .copywrites .links .insta, footer .copywrites .links .x, footer .copywrites .links .yt {
  display: inline-block;
  width: 20px;
  height: 20px;
}
footer .copywrites .links .fb a, footer .copywrites .links .ln a, footer .copywrites .links .insta a, footer .copywrites .links .x a, footer .copywrites .links .yt a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 3px;
  overflow: hidden;
}
footer .copywrites .links .fb {
  background-image: url(../images/fb.svg);
}
footer .copywrites .links .insta a {
  background-image: url(../images/insta.svg);
}
footer .copywrites .links .yt a {
  background-image: url(../images/yt.svg);
}
footer .copywrites .links .ln a {
  background-image: url(../images/ln.svg);
}
footer .copywrites .links .x a {
  background-image: url(../images/x.svg);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 40px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quantityHolder {
  display: block;
  margin-bottom: 40px;
}

.input-group {
  position: relative;
  display: inline-table;
  padding: 0;
  max-width: 100px;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: table-cell;
  border: 1px solid #000000;
}

.input-group-addon, .input-group-btn {
  width: 23px !important;
  white-space: nowrap;
  vertical-align: middle;
}

.btn-default {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  cursor: pointer;
  color: #666666;
  min-width: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  width: 23px;
}

.glyphicon-minus::before {
  content: "";
  line-height: 25px;
  background-image: url(../images/minus.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  background-size: 100%;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -4px;
  margin-right: -4px;
}

.input-number {
  width: 40px !important;
  padding: 0 10px !important;
  text-align: center;
  background: transparent !important;
  color: #252528 !important;
  height: 23px !important;
}

.glyphicon-plus::before {
  content: "";
  line-height: 25px;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  background-size: 100%;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -4px;
  margin-right: -4px;
}

.quantityTitle {
  font-size: 14px;
  margin-bottom: 10px;
  color: #666666;
}

.infoDet input[type=text] {
  width: 100%;
  background-color: #d9d9d9;
  border: 0 none;
  padding: 8px 0;
  font-weight: 400;
  color: #000;
  height: 30px;
}/*# sourceMappingURL=styles.css.map */