@font-face {
  font-family: ExpressSans;
  font-weight: 300;
  src: url("../fonts/ExpressSans-Light.otf");
}

@font-face {
  font-family: ExpressSans;
  font-weight: 400;
  src: url("../fonts/ExpressSans-Reg.otf");
}

@font-face {
  font-family: ExpressSansCond;
  font-weight: 400;
  src: url("../fonts/ExpressSans-RegCond.otf");
}

@font-face {
  font-family: ExpressSans;
  font-weight: 500;
  src: url("../fonts/ExpressSans-Medium.otf");
}

@font-face {
  font-family: ExpressSans;
  font-weight: 600;
  src: url("../fonts/ExpressSans-Bold.otf");
}

* {
  box-sizing: border-box;
}

body {
  font-family: ExpressSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .show-for-small-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .show-for-desktop-only {
    display: none;
  }
}

.container {
  max-width: 1230px;
  margin: auto;
}

.header {
  border-bottom: 1px solid;
  border-color: #979797;
  padding: 12px 0 5px;
  max-width: 92.22%;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 41px 0 34px;
    max-width: 1350px;
  }
}

.header__logo--mobile {
  width: 130px;
  height: 40px;
}

.header__logo--desktop {
  width: 506px;
  height: 44px;
}

.heading-section {
  text-align: center;
  margin: 46px auto 0;
  max-width: 338px;
}

@media screen and (min-width: 768px) {
  .heading-section {
    max-width: 100%;
    margin: 75px auto 0;
  }
}

.heading-section__main {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .heading-section__main {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 360px) {
  .heading-section__main {
    font-size: 26px;
  }
}

.heading-section__small {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  max-width: 310px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .heading-section__small {
    max-width: 100%;
  }
}

.explore__mobile {
  margin: 45px auto;
  max-width: 240px;
}

.explore__cta {
  color: #fff;
  display: block;
  height: 48px;
  width: 100%;
  background-color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 0;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .explore__cta {
    margin-bottom: 0;
  }
  
}

.explore__cta:active, .explore__cta:hover {
  background-color: #333;
}

.explore__desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 75px;
}

.explore__desktop-inner {
  width: 588px;
  margin: 0 13px;
}

.explore__desktop-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 65.30612245%;
  position: relative;
}

.explore__desktop-background--woman {
  background-image: url("../images/LP-Womens.jpg");
}

.explore__desktop-background--man {
  background-image: url("../images/LP-Mens.jpg");
}

.explore__desktop-cta-wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 240px;
}

.lp-hero-mobile__link {
  display: block;
}

.lp-hero-mobile__img {
  width: 100%;
}
