/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

@font-face {
  font-family: "Brown Std Bold";
  src: url("../fonts/brownstd/brownstdbold.woff");
}
@font-face {
  font-family: "Brown Std Regular";
  src: url("../fonts/brownstd/brownstdregular.woff");
}
@font-face {
  font-family: "Brown Std Light";
  src: url("../fonts/brownstd/brownstdlight.woff");
}
@font-face {
  font-family: "Playfair Bold";
  src: url("../fonts/playfair/playfairdisplay-bold-webfont.woff");
}
@font-face {
  font-family: "Playfair";
  src: url("../fonts/playfair/playfairdisplay-regular-webfont.woff");
}
@font-face {
  font-family: "Playfair Italic";
  src: url("../fonts/playfair/playfairdisplay-italic-webfont.woff");
}
@font-face {
  font-family: "Playfair Bold Italic";
  src: url("../fonts/playfair/playfairdisplay-bolditalic-webfont.woff");
}
@font-face {
  font-family: "Tiempos";
  src: url("../fonts/tiempos/TiemposTextWebLF-Regular.woff");
}
@font-face {
  font-family: "Tiempos Bold Italic";
  src: url("../fonts/tiempos/TiemposTextWeb-SemiboldItalic.woff");
}
@-moz-keyframes pulse {
  0% {
    opacity: .3;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: .3;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: .3;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: .3;
  }
}
@keyframes pulse {
  0% {
    opacity: .3;
  }
  50% {
    opacity: .7;
  }
  100% {
    opacity: .3;
  }
}
@-moz-keyframes next {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -moz-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes next {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes next {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -moz-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes main-title {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes main-title {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes main-title {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ghost-title {
  0% {
    -moz-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    opacity: 0;
  }
  50% {
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
  51% {
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .6;
  }
  100% {
    -moz-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%);
    opacity: 0;
  }
}
@-webkit-keyframes ghost-title {
  0% {
    -webkit-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
  51% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .6;
  }
  100% {
    -webkit-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%);
    opacity: 0;
  }
}
@keyframes ghost-title {
  0% {
    -moz-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    -webkit-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
    opacity: 0;
  }
  50% {
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
  51% {
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: .6;
  }
  100% {
    -moz-transform: translate(-30px, -50%);
    -ms-transform: translate(-30px, -50%);
    -webkit-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%);
    opacity: 0;
  }
}
@-moz-keyframes cover-paint {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes cover-paint {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@keyframes cover-paint {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 100%;
    opacity: 1;
  }
}
@-moz-keyframes bloom {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 400px;
    height: 400px;
    opacity: 1;
  }
}
@-webkit-keyframes bloom {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 400px;
    height: 400px;
    opacity: 1;
  }
}
@keyframes bloom {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 400px;
    height: 400px;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes focus-in {
  from {
    opacity: 0;
    transform: scale(2, 1);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes focus-in {
  from {
    opacity: 0;
    transform: scale(2, 1);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes focus-in {
  from {
    opacity: 0;
    transform: scale(2, 1);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-moz-keyframes rise {
  from {
    margin-top: 50px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes rise {
  from {
    margin-top: 50px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes rise {
  from {
    margin-top: 50px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes gray {
  from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
@-webkit-keyframes gray {
  from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
@keyframes gray {
  from {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  to {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
@-moz-keyframes bloom-quote {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes bloom-quote {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@keyframes bloom-quote {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
@-moz-keyframes colorized-transition {
  0% {
    background-color: black;
  }
  50% {
    background-color: #A52599;
  }
  100% {
    background-color: white;
  }
}
@-webkit-keyframes colorized-transition {
  0% {
    background-color: black;
  }
  50% {
    background-color: #A52599;
  }
  100% {
    background-color: white;
  }
}
@keyframes colorized-transition {
  0% {
    background-color: black;
  }
  50% {
    background-color: #A52599;
  }
  100% {
    background-color: white;
  }
}
@-moz-keyframes radiate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes radiate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes radiate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FCF7F4;
  -webkit-transform: none;
  font-family: "Brown Std Regular";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.container {
  overflow: hidden;
  width: calc(100% - 65px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 65px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 1024px) {
  .container {
    left: 0;
    width: 100%;
  }
}

.mobile-dots {
  position: fixed;
  z-index: 1;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
}
.mobile-dots.show {
  display: block;
}

.mobile-dot {
  width: 8px;
  height: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(74, 74, 74, 0.1);
  display: inline-block;
  margin: 0 5px;
}
.mobile-dot.current {
  background: rgba(74, 74, 74, 0.4);
}

.content {
  position: relative;
  padding-left: 40px;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1023px) {
  .content {
    padding: 0;
  }
}

.button {
  height: 45px;
  font-size: 14px;
  letter-spacing: .23em;
  line-height: 45px;
  padding: 0 20px;
  font-family: "Brown Std Bold";
  text-transform: uppercase;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid black;
  cursor: pointer;
  text-align: center;
}
.button:hover {
  background: black;
  color: white;
}

@media (min-width: 1024px) {
  .desktop-hide {
    display: none;
  }
}

.nav {
  width: 65px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 1;
}
@media (max-width: 1024px) {
  .nav {
    position: relative;
    display: none;
  }
}

.nav-logo {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 30px;
  height: 150px;
  background-image: url(../images/logo.png);
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-share {
  position: absolute;
  bottom: 0;
  left: 0;
}

.nav-facebook {
  width: 34px;
  height: 34px;
  background-image: url(../images/facebook.png);
  background-image: url(../images/facebook.svg);
  background-size: contain;
  margin: 8px 16px;
}

.nav-twitter {
  width: 34px;
  height: 34px;
  background-image: url(../images/twitter.png);
  background-image: url(../images/twitter.svg);
  background-size: contain;
  margin: 8px 16px 16px;
}

.error {
  display: none;
}

.error p {
  top: 50%;
  font-size: 30px;
  line-height: 35px;
}

@media screen and (max-width: 1023px), screen and (max-height: 550px) {
  .error {
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
  }

  .error-content {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .04em;
    font-family: "Brown Std Regular";
    text-align: center;
    height: auto;
    color: white;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.modules {
  white-space: nowrap;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modules.animate {
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
@media (max-width: 1024px) {
  .modules.animate {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
.modules.animate .module-container {
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.modules.expand .module-inner {
  display: block;
}

.module-1 {
  background-color: #FFBA6D;
}
@media (max-width: 1024px) {
  .module-1.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFBA6D;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-1 .module-banner {
    background-color: #FFBA6D;
  }
}
.module-1 .module-mosaic {
  background-color: #FFBA6D;
}

.module-2 {
  background-color: #FFC296;
}
@media (max-width: 1024px) {
  .module-2.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFC296;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-2 .module-banner {
    background-color: #FFC296;
  }
}
.module-2 .module-mosaic {
  background-color: #FFC296;
}

.module-3 {
  background-color: #FFD295;
}
@media (max-width: 1024px) {
  .module-3.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFD295;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-3 .module-banner {
    background-color: #FFD295;
  }
}
.module-3 .module-mosaic {
  background-color: #FFD295;
}

.module-4 {
  background-color: #FFEC94;
}
@media (max-width: 1024px) {
  .module-4.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFEC94;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-4 .module-banner {
    background-color: #FFEC94;
  }
}
.module-4 .module-mosaic {
  background-color: #FFEC94;
}

.module-5 {
  background-color: #FCF1F0;
}
@media (max-width: 1024px) {
  .module-5.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FCF1F0;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-5 .module-banner {
    background-color: #FCF1F0;
  }
}
.module-5 .module-mosaic {
  background-color: #FCF1F0;
}

.module-6 {
  background-color: #E58585;
}
@media (max-width: 1024px) {
  .module-6.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E58585;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-6 .module-banner {
    background-color: #E58585;
  }
}
.module-6 .module-mosaic {
  background-color: #E58585;
}

.module-7 {
  background-color: #FA9991;
}
@media (max-width: 1024px) {
  .module-7.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FA9991;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-7 .module-banner {
    background-color: #FA9991;
  }
}
.module-7 .module-mosaic {
  background-color: #FA9991;
}

.module-8 {
  background-color: #FBB8B9;
}
@media (max-width: 1024px) {
  .module-8.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FBB8B9;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-8 .module-banner {
    background-color: #FBB8B9;
  }
}
.module-8 .module-mosaic {
  background-color: #FBB8B9;
}

.module-9 {
  background-color: #F6D7CE;
}
@media (max-width: 1024px) {
  .module-9.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6D7CE;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-9 .module-banner {
    background-color: #F6D7CE;
  }
}
.module-9 .module-mosaic {
  background-color: #F6D7CE;
}

.module-10 {
  background-color: #F7EAE8;
}
@media (max-width: 1024px) {
  .module-10.current:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F7EAE8;
    z-index: -1;
  }
}
@media (max-width: 1024px) {
  .module-10 .module-banner {
    background-color: #F7EAE8;
  }
}
.module-10 .module-mosaic {
  background-color: #F7EAE8;
}

.module-banner-next {
  width: 40px;
  height: 40px;
  background-image: url(../images/circled_arrow.png);
  background-image: url(../images/circled_arrow.svg);
  background-size: contain;
  position: absolute;
  bottom: 40px;
  left: 35px;
}
.module-banner-next.hide {
  display: none;
}
.module-banner-next:after {
  content: "SCROLL TO CONTINUE";
  font-size: 7px;
  letter-spacing: .18em;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 110px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media (max-width: 1024px) {
  .module-banner-next {
    display: none;
  }
}

.module-mobile-next {
  width: 40px;
  height: 40px;
  background-image: url(../images/circled_arrow.png);
  background-image: url(../images/circled_arrow.svg);
  background-size: contain;
  position: absolute;
  right: 45px;
  bottom: 40px;
}
.module-mobile-next:after {
  content: "SWIPE TO CONTINUE";
  font-family: "Brown Std Regular";
  font-size: 7px;
  letter-spacing: .18em;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 110px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media (min-width: 1025px) {
  .module-mobile-next {
    display: none;
  }
}

.module-mosaic {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: calc(100% - 220px);
  padding-top: 50%;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  margin: auto;
  background-blend-mode: overlay;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1025px) and (max-height: 649px) {
  .module-mosaic {
    display: none;
  }
}

@media (max-width: 1024px) {
  .module-mosaic {
    padding-top: 0;
    width: 200px;
    height: 320px;
    bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .module-mosaic {
    padding-top: 0;
    width: 260px;
    height: 400px;
    bottom: 40px;
  }
}
@media (max-width: 414px) {
  .module-mosaic {
    width: 120px;
    height: 200px;
    bottom: 40px;
  }
}

.module-container {
  position: relative;
  display: inline-block;
  width: calc(100vw - 150px);
  height: 100%;
  padding-left: 100%;
  white-space: normal;
}
@media (min-width: 1025px) {
  .module-container {
    z-index: 2;
  }
}
@media (max-width: 1024px) {
  .module-container {
    padding-left: 100%;
    width: 100vw;
  }
}
@media (max-width: 1024px) {
  .module-container.scrolled:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;
    z-index: 0;
  }
}
.module-container.expand > .module .module-banner {
  z-index: 1;
}
.module-container.expand .module-banner-expand .module-banner-button.open {
  display: none;
}
.module-container.expand .module-banner-expand .module-banner-button.close {
  display: inline-block;
}
.module-container.expand .module-banner-expand .module-banner-arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 1025px) {
  .module-container.current > .module .module-banner .module-banner-expand, .module-container.expand > .module .module-banner .module-banner-expand {
    opacity: 1;
  }
  .module-container.current > .module .module-banner .module-banner-next, .module-container.expand > .module .module-banner .module-banner-next {
    display: none;
  }
}
.module-container.current > .module .module-banner .module-banner-subtitle, .module-container.expand > .module .module-banner .module-banner-subtitle {
  opacity: 1;
}
.module-container.current > .module .module-banner .module-mosaic, .module-container.expand > .module .module-banner .module-mosaic {
  background-blend-mode: normal;
  background-position: center;
}
@media (max-width: 1024px) {
  .module-container.current > .module .module-banner, .module-container.expand > .module .module-banner {
    width: calc(100vw - 120px);
    margin-left: 60px;
  }
}
@media (max-width: 414px) {
  .module-container.current > .module .module-banner, .module-container.expand > .module .module-banner {
    width: calc(100vw - 40px);
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .module-container.current > .module-container:not(.module-1) .module, .module-container.expand > .module-container:not(.module-1) .module {
    margin-left: -60px;
  }
}
@media (max-width: 414px) {
  .module-container.current > .module-container:not(.module-1) .module, .module-container.expand > .module-container:not(.module-1) .module {
    margin-left: -20px;
  }
}
@media (max-width: 1024px) {
  .module-container.prev > .module .module-banner {
    margin-left: 60px;
  }
}
@media (max-width: 414px) {
  .module-container.prev > .module .module-banner {
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  .module-1 > .module .module-banner:before, .module-1 > .module .module-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: 60px;
    height: 100%;
    background: #FCF7F4;
  }
  .module-1 > .module .module-content:before {
    left: 0;
  }
}
@media (max-width: 414px) {
  .module-1 > .module .module-banner:before, .module-1 > .module .module-content:before {
    left: -20px;
    width: 20px;
  }
  .module-1 > .module .module-content:before {
    left: 0;
  }
}

.module-4 .module-list {
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .module {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
  }
}

.module-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .module-inner {
    position: relative;
    display: block;
    height: auto;
  }
}

.module-banner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 500px;
}
@media (max-width: 1440px) {
  .module-banner {
    width: 320px;
  }
}
@media (max-height: 900px) {
  .module-banner {
    width: 320px;
  }
}
@media (min-width: 1025px) {
  .module-banner {
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  .module-banner {
    width: 100vw;
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .module-banner:after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url(../images/down-arrow.png);
    background-image: url(../images/down-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 414px) {
  .module-banner:after {
    bottom: 40px;
  }
}

.module-banner-content {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  width: 100%;
  height: 280px;
}
@media (max-width: 1024px) {
  .module-banner-content {
    width: 450px;
    height: auto;
    left: 50%;
    top: auto;
    bottom: 25%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }
}
@media (max-width: 414px) {
  .module-banner-content {
    width: 260px;
    height: auto;
    bottom: 15%;
  }
}
@media (max-width: 320px) {
  .module-banner-content {
    width: 200px;
  }
}

.module-banner-expand {
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: none !important;
}
.module-banner-expand.open {
  display: none;
}
.module-banner-expand.close {
  display: inline-block;
}
.module-banner-expand .module-banner-arrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.module-banner-button {
  width: 110px;
  display: inline-block;
  vertical-align: top;
  border-color: black;
  color: black;
}
.module-banner-button:hover {
  background-color: black;
}
.module-banner-button.close {
  display: none;
}
.module-banner-button.open {
  display: none;
}
.module-banner-button.close {
  display: inline-block;
}
@media (max-width: 1440px) {
  .module-banner-button {
    width: 90px;
  }
}

.module-banner-arrow {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  background-image: url(../images/arrow.svg);
  width: 160px;
  height: 45px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .module-banner-arrow {
    width: 80px;
    margin: 0 20px 0 0;
  }
}
@media (max-height: 900px) {
  .module-banner-arrow {
    width: 80px;
    margin: 0 20px 0 0;
  }
}

.module-banner-title {
  font-family: "Brown Std Bold";
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 30px;
  position: absolute;
  width: 0;
  height: 0;
  left: 40px;
  bottom: 42px;
  color: black;
  white-space: nowrap;
  text-transform: lowercase;
}
@media (max-width: 1440px) {
  .module-banner-title {
    font-size: 26px;
  }
}
@media (max-height: 900px) {
  .module-banner-title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .module-banner-title {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .module-banner-title {
    font-size: 38px;
  }
}
@media (max-width: 414px) {
  .module-banner-title {
    font-size: 26px;
    left: 0;
  }
}

.module-banner-subtitle {
  font-family: "Playfair Italic";
  font-size: 18px;
  white-space: normal;
  padding: 0 60px 40px 130px;
  letter-spacing: .041em;
  line-height: 28px;
  color: black;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: absolute;
  bottom: 0;
}
.module-banner-subtitle a {
  color: black;
}
@media (max-width: 1440px) {
  .module-banner-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .module-banner-subtitle {
    opacity: 1;
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .module-banner-subtitle {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: .041em;
    padding: 0 0 40px 60px;
  }
}
@media (max-width: 320px) {
  .module-banner-subtitle {
    padding: 0 0 40px 40px;
  }
}

.module-content {
  position: absolute;
  height: calc(100% - 2*35px);
  top: 0;
  z-index: 0;
  pointer-events: all;
  padding: 35px 0;
  font-family: "Playfair";
  font-size: 12px;
  line-height: 20px;
  width: calc(100vw - 640px);
  left: 500px;
}
.module-content p {
  margin-bottom: 20px;
}
.module-content p.no-margin {
  margin-bottom: 0;
}
@media (max-height: 640px) {
  .module-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .module-content {
    width: calc(100vw - 500px);
    left: 320px;
  }
}
@media (max-height: 900px) {
  .module-content {
    width: calc(100vw - 500px);
    left: 320px;
  }
}
@media (max-height: 640px) {
  .module-content {
    height: calc(100% - 2*15px);
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  .module-content {
    position: relative;
    left: 60px;
    width: calc(100vw - 120px);
    z-index: 1;
    height: auto;
    min-height: calc(100% - 150px);
    padding: 0;
  }
}
@media (max-width: 414px) {
  .module-content {
    left: 20px;
    width: calc(100vw - 40px);
  }
}

@media (max-width: 1024px) {
  .module-1 > .module .module-content {
    left: 0;
    width: calc(100vw - 120px);
    padding-left: 60px;
  }
}
@media (max-width: 414px) {
  .module-1 > .module .module-content {
    left: 0;
    width: calc(100vw - 40px);
    padding-left: 20px;
  }
}

.module-title {
  font-family: "Brown Std Regular";
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px 0;
  color: black;
}
@media (max-width: 1440px) {
  .module-title {
    font-size: 18px;
    padding: 40px 0;
  }
}
@media (max-height: 900px) {
  .module-title {
    font-size: 18px;
    padding: 40px 0;
  }
}

.module-section {
  padding: 0 60px 30px 60px;
}
@media (max-width: 1440px) {
  .module-section {
    padding: 0 40px 40px 40px;
  }
}
@media (max-height: 900px) {
  .module-section {
    padding: 0 40px 40px 40px;
  }
}

.module-content-column {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 2*55px);
  height: 100%;
  padding: 0 55px;
  position: relative;
}
.module-content-column.no-border {
  border: none;
}
@media (max-width: 1440px) {
  .module-content-column {
    width: calc(50% - 2*35px);
    padding: 0 35px;
  }
}
@media (max-width: 1200px) {
  .module-content-column {
    width: calc(50% - 2*15px);
    padding: 0 15px;
  }
}
@media (max-height: 768px) {
  .module-content-column {
    width: calc(50% - 2*35px);
    padding: 0 35px;
  }
}
@media (max-height: 640px) {
  .module-content-column {
    width: calc(50% - 2*15px);
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .module-content-column {
    border: none;
    height: auto;
    width: calc(50% - 2*35px);
    padding: 0 35px;
  }
}
@media (max-width: 414px) {
  .module-content-column {
    border: none;
    width: auto;
    height: auto;
    display: block;
    padding: 0 20px;
  }
}
@media (max-width: 320px) {
  .module-content-column {
    padding: 0 20px;
  }
}

.module-content-left {
  margin-right: -.43em;
}

@media (max-width: 1024px) {
  .module-content-right {
    padding-bottom: 60px;
  }
}

.module-fourth {
  height: 25%;
}

.module-thirty {
  height: 30%;
}

.module-forty {
  height: 40%;
}

.module-half {
  height: 50%;
}

.module-third {
  height: 33%;
}

.module-fifth {
  height: 20%;
}

.module-sixth {
  height: 16%;
}

.module-seventh {
  height: 14%;
}

.indent-30 {
  padding-left: 30%;
}

.indent-25 {
  padding-left: 25%;
}

.indent-20 {
  padding-left: 20%;
}

.indent-15 {
  padding-left: 15%;
}

.indent-10 {
  padding-left: 10%;
}

@media (min-width: 1025px) {
  .module-1 > .module .module-banner-next {
    display: none !important;
  }
}

.module-5.module-container {
  width: 100vw;
}
@media (max-width: 1024px) {
  .module-5 > .module .module-banner-next {
    display: none !important;
  }
}
@media (max-width: 1024px) and (min-width: 415px) {
  .module-5 > .module .module-content-left {
    padding: 0 35px;
    width: calc(50% - 2*35px);
  }
}

@media (max-width: 1024px) and (min-width: 415px) {
  .module-5 > .module .module-content-right {
    padding: 0 35px 0 0;
    width: calc(50% - 2*35px);
  }
}

.module-5 > .module .module-content {
  width: calc(100vw - 540px);
}
@media (max-width: 1440px) {
  .module-5 > .module .module-content {
    width: calc(100vw - 400px);
    left: 320px;
  }
}
@media (max-height: 900px) {
  .module-5 > .module .module-content {
    width: calc(100vw - 400px);
    left: 320px;
  }
}
@media (max-height: 768px) {
  .module-5 > .module .module-content {
    width: calc(100vw - 380px);
    left: 320px;
  }
}
@media (max-width: 1024px) {
  .module-5 > .module .module-content {
    width: calc(100vw - 140px);
    left: 100px;
  }
}
@media (max-width: 414px) {
  .module-5 > .module .module-content {
    width: calc(100vw - 80px);
    left: 40px;
  }
}

@media (max-width: 1023px) {
  .custom-2 {
    margin-top: 40px;
  }
}

.custom-3 {
  margin-bottom: 100px;
}
@media (max-width: 1439px) {
  .custom-3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .custom-3 {
    margin-bottom: 80px;
  }
}

@media (max-width: 1439px) {
  .custom-4 {
    height: 20%;
  }
}

.module-copy {
  font-size: 18px;
  line-height: 26px;
  font-family: "Playfair";
  letter-spacing: -.035em;
  position: relative;
}
.module-copy.big {
  font-size: 40px;
  letter-spacing: -.045em;
  line-height: 40px;
}
@media (max-width: 1440px) {
  .module-copy.big {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-height: 900px) {
  .module-copy.big {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .module-copy.big {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 414px) {
  .module-copy.big {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -.078em;
  }
}
@media (max-width: 320px) {
  .module-copy.big {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .module-copy {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-height: 768px) {
  .module-copy {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-height: 640px) {
  .module-copy {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1024px) {
  .module-copy {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 414px) {
  .module-copy.mobile-big {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -.078em;
  }
}
@media (max-width: 414px) {
  .module-copy.mobile-normal {
    font-size: 14px;
    line-height: 24px;
  }
}
.module-copy a {
  font-family: "Tiempos Bold Italic";
  color: black;
}

.module-list-item p {
  font-size: 12px;
  line-height: 22px;
  font-family: "Tiempos";
}
.module-list-item p.large {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1440px) and (min-width: 1025px) {
  .module-list-item p.large {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 1024px) {
  .module-list-item p.large {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-height: 768px) {
  .module-list-item p.large {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-height: 900px) {
  .module-list-item p {
    line-height: 19px;
    font-size: 11px;
  }
}
@media (max-height: 768px) {
  .module-list-item p {
    line-height: 16px;
    font-size: 10px;
  }
}
@media (max-height: 640px) {
  .module-list-item p {
    line-height: 14px;
    font-size: 10px;
  }
}
@media (max-width: 414px) {
  .module-list-item p {
    margin-bottom: 20px;
  }
}
.module-list-item p a {
  font-family: "Tiempos Bold Italic";
  color: black;
}

.module-inner.module-background-paint {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .module-inner.module-background-paint .module-content {
    padding-top: 40px;
  }
}
.module-inner.module-background-paint.module-background-paint-1 {
  background-image: url(../images/sephora/module/paint/group-1.jpg);
  background-position: 10%;
}
@media (max-width: 1024px) {
  .module-inner.module-background-paint.module-background-paint-1 {
    background-image: none !important;
  }
  .module-inner.module-background-paint.module-background-paint-1 .module-content {
    background-position: 100%;
    background-size: cover;
    background-image: url(../images/sephora/module/paint/group-1.jpg);
  }
}
@media (max-width: 1023px) {
  .module-inner.module-background-paint.module-background-paint-1 .module-content {
    background-position: 80%;
  }
}
.module-inner.module-background-paint.module-background-paint-2 {
  background-image: url(../images/sephora/module/paint/group-2.jpg);
  background-position: 10%;
}
@media (max-width: 1024px) {
  .module-inner.module-background-paint.module-background-paint-2 {
    background-size: 85%;
    background-position: -60%;
    background-image: none !important;
  }
  .module-inner.module-background-paint.module-background-paint-2 .module-content {
    background-size: cover;
    background-image: url(../images/sephora/module/paint/group-2.jpg);
  }
}
@media (max-width: 1023px) {
  .module-inner.module-background-paint.module-background-paint-2 .module-content {
    background-position: 50%;
  }
}
.module-inner.module-background-paint.module-background-paint-3 {
  background-image: url(../images/sephora/module/paint/group-3.jpg?v=2);
  background-position: 10%;
}
@media (max-width: 1024px) {
  .module-inner.module-background-paint.module-background-paint-3 {
    background-image: none !important;
  }
  .module-inner.module-background-paint.module-background-paint-3 .module-content {
    background-position: 100%;
    background-size: cover;
    background-image: url(../images/sephora/module/paint/group-3.jpg);
  }
}
.module-inner.module-background-paint.module-background-paint-4 {
  background-image: url(../images/sephora/module/paint/group-4.jpg);
  background-position: 10%;
}
@media (max-width: 1024px) {
  .module-inner.module-background-paint.module-background-paint-4 {
    background-image: none !important;
  }
  .module-inner.module-background-paint.module-background-paint-4 .module-content {
    background-position: 100%;
    background-size: cover;
    background-image: url(../images/sephora/module/paint/group-4.jpg);
  }
}
@media (max-width: 1023px) {
  .module-inner.module-background-paint.module-background-paint-4 .module-content {
    background-position: 70%;
  }
}
@media (max-width: 414px) {
  .module-inner.module-background-paint {
    background-image: none !important;
  }
  .module-inner.module-background-paint .module-content-column {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
  }
  .module-inner.module-background-paint .module-content {
    background-image: none !important;
  }
  .module-inner.module-background-paint .module-content.one .module-content-left {
    background-image: url(../images/sephora/module/paint/mobile-1-1.png);
    background-size: contain;
    padding-top: 0;
    padding-top: 40px;
  }
  .module-inner.module-background-paint .module-content.one .module-content-right {
    background-image: url(../images/sephora/module/paint/mobile-1-2.png);
    background-position: bottom;
    padding-bottom: 100px;
    background-size: contain;
  }
  .module-inner.module-background-paint .module-content.two .module-content-left {
    background-image: url(../images/sephora/module/paint/mobile-2-1.png);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 180px;
  }
  .module-inner.module-background-paint .module-content.two .module-content-right {
    background-image: url(../images/sephora/module/paint/mobile-2-2.png);
    padding-top: 40px;
    background-size: contain;
    background-position: bottom;
    margin-top: -120px;
    padding-bottom: 80px;
  }
  .module-inner.module-background-paint .module-content.three .module-content-left {
    background-image: url(../images/sephora/module/paint/mobile-3-1.png);
    background-size: contain;
    padding-top: 50px;
  }
  .module-inner.module-background-paint .module-content.three .module-content-right {
    background-image: url(../images/sephora/module/paint/mobile-3-2.png);
    background-size: contain;
    background-position: bottom;
    padding-bottom: 225px;
  }
  .module-inner.module-background-paint .module-content.four .module-content-left {
    background-image: url(../images/sephora/module/paint/mobile-4-1.png);
    background-size: cover;
    padding-top: 20px;
  }
  .module-inner.module-background-paint .module-content.four .module-content-right {
    background-image: url(../images/sephora/module/paint/mobile-4-2.png);
    padding: 0px 35px 90px 35px;
    background-position: 80% 40px;
  }
}

.module-list .module-item {
  display: inline-block;
}
.module-list.bottom-align {
  position: absolute;
  bottom: 0;
  right: 55px;
  height: calc(100% - 220px);
  width: calc(100% - 2*55px);
}
@media (max-width: 1440px) {
  .module-list.bottom-align {
    height: calc(100vh - 150px);
  }
}
@media (max-height: 900px) {
  .module-list.bottom-align {
    height: calc(100vh - 160px);
  }
}
@media (max-width: 1024px) and (min-width: 415px) {
  .module-list.bottom-align {
    bottom: auto;
  }
}

@media (max-width: 414px) {
  .module-list.bottom-align {
    position: static;
    width: auto;
    height: auto;
  }
  .module-list.bottom-align .module-list-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .module-item {
    height: auto !important;
    padding: 0 !important;
  }
}

.module-image {
  width: calc(100% - 2*25px);
  padding-top: 75%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  max-height: 300px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1440px) {
  .module-image {
    padding-top: 85%;
  }
}
@media (max-width: 1024px) {
  .module-image {
    position: relative;
    width: 100%;
    margin: 40px 0;
    padding-top: 100% !important;
  }
}
@media (max-width: 1023px) {
  .module-image {
    padding-top: 120% !important;
  }
}
@media (max-width: 414px) {
  .module-image {
    padding-top: 100% !important;
  }
}
.module-image.one {
  background-image: url(../images/sephora/module/1.png);
}
.module-image.two {
  background-image: url(../images/sephora/module/2.png);
  padding-top: 95%;
}
@media (max-width: 414px) {
  .module-image.two {
    padding-top: 110% !important;
    margin-bottom: 0;
  }
}
.module-image.three {
  background-image: url(../images/sephora/module/3.jpg);
  padding-top: 100%;
}
.module-image.four {
  background-image: url(../images/sephora/module/4.png);
}

.module-quote {
  margin-bottom: 20px;
}
.module-quote.one {
  margin-top: 60px;
}
@media (max-width: 1023px) and (min-width: 415px) {
  .module-quote.one {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) and (min-width: 415px) {
  .module-quote {
    margin-bottom: 40px;
  }
}

.module-quote.two .module-quote-copy {
  font-size: 20px;
  line-height: 30px;
}
@media (max-height: 900px) {
  .module-quote.two .module-quote-copy {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (max-height: 768px) {
  .module-quote.two .module-quote-copy {
    line-height: 24px;
  }
}
@media (max-height: 640px) {
  .module-quote.two .module-quote-copy {
    font-size: 14px;
    line-height: 22px;
  }
}

.module-quote-copy {
  font-family: "Playfair Italic";
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -.0088em;
}
@media (max-width: 1440px) {
  .module-quote-copy {
    font-size: 23px;
    line-height: 36px;
  }
}
@media (max-height: 900px) {
  .module-quote-copy {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (max-height: 640px) {
  .module-quote-copy {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) and (min-width: 415px) {
  .module-quote-copy {
    font-size: 20px;
    line-height: 30px;
  }
}

.module-quote-source {
  font-family: "Brown Std Regular";
  text-transform: uppercase;
  letter-spacing: .25em;
  margin-top: 10px;
  font-size: 10px;
  text-decoration: underline;
}
.module-quote-source a {
  color: black;
}

@media (max-width: 414px) {
  .module-stat {
    margin-bottom: 40px;
  }
}
.module-stat .module-stat-number {
  font-size: 90px;
  line-height: 90px;
  font-family: "Playfair Bold Italic";
  margin-bottom: 10px;
}
.module-stat .module-stat-copy {
  font-family: "Playfair Italic";
  font-size: 28px;
  letter-spacing: -.088em;
  line-height: 42px;
}
@media (max-height: 900px) {
  .module-stat .module-stat-copy {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-height: 768px) {
  .module-stat .module-stat-copy {
    font-size: 21px;
    line-height: 34px;
  }
}
@media (max-height: 640px) {
  .module-stat .module-stat-copy {
    font-size: 18px;
    line-height: 26px;
  }
}
.module-stat.ingredients {
  font-size: 13px;
  letter-spacing: .043em;
  line-height: 19px;
  padding: 0 30px;
  font-family: "Brown Std Regular";
}
@media (max-width: 1023px) {
  .module-stat.ingredients {
    padding: 0;
  }
}
@media (max-height: 640px) {
  .module-stat.ingredients {
    padding: 0;
  }
}
@media (max-height: 900px) {
  .module-stat.ingredients {
    padding: 0 20px;
  }
}

.module-section-title {
  font-family: "Brown Std Regular";
  font-size: 10px;
  letter-spacing: .25em;
  text-decoration: underline;
  text-transform: uppercase;
}

.module-section-subtitle {
  font-family: "Brown Std Bold";
  letter-spacing: .01em;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1440px) {
  .module-section-subtitle {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .module-section-subtitle {
    display: inline-block;
  }
}
.module-section-subtitle .module-ingredient-icon {
  position: relative;
  width: 25px;
  height: 25px;
  top: 7px;
}
.module-section-subtitle .module-ingredient-icon.indented {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -14px;
  left: -39px;
  z-index: -1;
}
@media (max-width: 1440px) {
  .module-section-subtitle .module-ingredient-icon.indented {
    width: 30px;
    height: 30px;
    top: -5px;
    left: -34px;
  }
}
@media (max-width: 414px) {
  .module-section-subtitle .module-ingredient-icon.indented {
    left: auto;
    right: -30px;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 414px) {
  .mobile-show {
    display: block;
  }
}

@media (max-width: 414px) {
  .mobile-hide {
    display: none;
  }
}

.module-ingredients {
  padding: 30px 0;
}
@media (max-width: 1440px) {
  .module-ingredients {
    padding: 15px 0;
  }
}

.module-ingredient {
  font-size: 13px;
  letter-spacing: .033em;
  line-height: 18px;
  text-transform: none;
  margin-bottom: 10px;
}
.module-ingredient:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) and (min-width: 415px) {
  .module-ingredient {
    font-size: 12px;
  }
}

@media (max-height: 768px) {
  .module-ingredient {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media (max-height: 900px) {
  .module-ingredient {
    font-size: 12px;
  }
}

.module-ingredient-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 5px;
}
.module-ingredient-icon.one {
  background-image: url(../images/sephora/module/ingredient1.png);
}
.module-ingredient-icon.two {
  background-image: url(../images/sephora/module/ingredient2.png);
}
.module-ingredient-icon.three {
  background-image: url(../images/sephora/module/ingredient3.png);
}
.module-ingredient-icon.four {
  background-image: url(../images/sephora/module/ingredient4.png);
}

.module-shop {
  position: relative;
  margin-bottom: 80px;
}
.module-shop a {
  color: black;
}
@media (max-width: 1440px) {
  .module-shop {
    margin-bottom: 40px;
  }
}
@media (max-height: 900px) {
  .module-shop {
    margin-bottom: 60px;
  }
}
@media (max-height: 768px) {
  .module-shop {
    margin-bottom: 20px;
  }
}
@media (max-width: 414px) {
  .module-shop {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 0;
  }
}

.module-shop-image {
  width: 33%;
  padding-top: 50%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}
.module-shop-image.one {
  background-image: url(../images/sephora/module/shop1.png);
}
.module-shop-image.two {
  background-image: url(../images/sephora/module/shop2.png);
}
.module-shop-image.three {
  background-image: url(../images/sephora/module/shop3.png);
}
.module-shop-image.four {
  background-image: url(../images/sephora/module/shop4.png);
}
@media (max-height: 768px) {
  .module-shop-image {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .module-shop-image {
    width: 100px;
    display: block;
    margin: 0 auto 20px auto;
  }
}

.module-shop-section-title {
  font-family: "Brown Std Regular";
  font-size: 18px;
  letter-spacing: -.035em;
  line-height: 26px;
  margin-bottom: 40px;
}
@media (max-height: 768px) {
  .module-shop-section-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.module-shop-info {
  display: inline-block;
  vertical-align: top;
  width: calc(66% - 20px);
  margin-left: 19px;
}
@media (max-height: 768px) {
  .module-shop-info {
    width: calc(74% - 20px);
  }
}
@media (max-width: 1023px) {
  .module-shop-info {
    width: auto;
    display: block;
    margin: 0;
  }
}

.module-shop-tagline {
  font-family: "Brown Std Regular";
  font-size: 10px;
  letter-spacing: .183em;
  line-height: 16px;
  background: #FFEC94;
  padding: 5px 7px;
  margin-bottom: 10px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 1440px) {
  .module-shop-tagline {
    font-size: 8px;
  }
}

.module-shop-title {
  font-family: "Brown Std Bold";
  font-size: 10px;
  letter-spacing: .183em;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-height: 768px) {
  .module-shop-title {
    font-size: 9px;
  }
}
@media (max-height: 640px) {
  .module-shop-title {
    font-size: 8px;
  }
}
@media (max-width: 414px) {
  .module-shop-title {
    font-size: 14px;
    line-height: 22px;
  }
}

.module-shop-price {
  font-family: "Brown Std Bold";
  letter-spacing: .25em;
  margin-top: 5px;
  font-size: 10px;
}
@media (max-width: 414px) {
  .module-shop-price {
    font-size: 14px;
  }
}

.module-shop-store {
  font-family: "Brown Std Light";
  letter-spacing: .183em;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 5px;
}
.module-shop-store a {
  color: black;
}
@media (max-width: 414px) {
  .module-shop-store {
    font-size: 12px;
  }
}

.module-shop-description {
  font-family: "Brown Std Bold";
  font-size: 12px;
  line-height: 19px;
  margin-top: 5px;
}
@media (max-height: 768px) {
  .module-shop-description {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-height: 640px) {
  .module-shop-description {
    font-size: 9px;
  }
}

.module-shop-button {
  font-family: "Brown Std Bold";
  letter-spacing: .2em;
  padding: 10px 20px;
  border: 1px solid black;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.module-shop-button:hover {
  background: black;
  color: white;
}
@media (max-height: 640px) {
  .module-shop-button {
    margin-top: 10px;
    padding: 7px 15px;
    font-size: 10px;
  }
}

.closer-credits {
  font-family: "Brown Std Regular";
  font-size: 9px;
  letter-spacing: .12em;
  line-height: 11px;
  left: 80px;
  bottom: 80px;
  position: absolute;
  color: #9B9B9B;
  text-transform: uppercase;
}
@media (max-height: 900px) {
  .closer-credits {
    position: static;
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .closer-credits {
    bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .closer-credits {
    position: static;
    padding: 0 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 414px) {
  .closer-credits {
    padding: 35px;
  }
}
@media (max-width: 320px) {
  .closer-credits {
    padding: 25px;
  }
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - 35px);
  pointer-events: all !important;
}
@media (max-width: 1024px) {
  .cover {
    width: 100vw;
  }
}
.cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/sephora/cover.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .cover:before {
    background-size: cover;
    background-position: top right;
    width: calc(100vw - 50px);
    left: auto;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .cover:before {
    background-image: url(../images/sephora/cover-mobile.png);
    background-size: cover;
    background-position: top right;
    width: calc(100vw - 50px);
    left: auto;
    right: 0;
  }
}
.cover .nav {
  display: none;
}
@media (max-width: 1024px) {
  .cover .nav {
    display: block;
  }
}
@media (max-width: 414px) {
  .cover .nav {
    width: 50px;
  }
  .cover .nav .nav-logo {
    top: 20px;
    left: 10px;
  }
  .cover .nav .nav-facebook, .cover .nav .nav-twitter {
    margin: 8px;
  }
}

.cover-content {
  position: absolute;
  width: 100%;
  bottom: 12%;
  left: 12%;
  color: black;
}
@media (max-width: 1440px) {
  .cover-content {
    left: 6%;
  }
}
@media (max-height: 768px) {
  .cover-content {
    left: 6%;
  }
}
@media (max-width: 1024px) {
  .cover-content {
    bottom: 6%;
    left: 90px;
  }
}
@media (max-width: 1023px) {
  .cover-content {
    margin-top: 0;
    top: 54%;
    left: 100px;
  }
}
@media (max-width: 414px) {
  .cover-content {
    margin-top: 0;
    top: 46%;
    left: 50px;
    padding: 0 28px;
  }
}
@media (max-width: 320px) {
  .cover-content {
    top: 260px;
  }
}

.cover-title {
  position: relative;
  width: 38%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Playfair";
  font-size: 116px;
}
@media (max-width: 1440px) {
  .cover-title {
    font-size: 90px;
  }
}
@media (max-height: 768px) {
  .cover-title {
    font-size: 72px;
  }
}
@media (max-width: 1024px) {
  .cover-title {
    width: 100%;
    padding-top: 0;
    left: auto;
    width: 350px;
    font-size: 70px;
  }
}
@media (max-width: 414px) {
  .cover-title {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -.032em;
    width: 280px;
  }
}
.cover-title span.italic {
  font-family: "Playfair Italic";
  background-image: url(../images/sephora/streak.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 50px;
  margin-left: -50px;
}
@media (max-width: 1023px) {
  .cover-title span.italic {
    background: none;
  }
}

@media (max-width: 1023px) {
  .cover-intro {
    width: 430px;
    height: 280px;
    bottom: -120px;
  }
}
@media (max-width: 414px) {
  .cover-intro {
    left: 50px;
    width: 260px;
    height: 200px;
    bottom: -50px;
  }
}
@media (max-width: 320px) {
  .cover-intro {
    bottom: -100px;
  }
}

.cover-sponsor {
  font-size: 12px;
  letter-spacing: .273em;
  text-transform: uppercase;
}
.cover-sponsor .cover-sponsor-logo {
  width: 96px;
  height: 13px;
  background-image: url(../images/sephora/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 2px;
}

.cover-intro-copy {
  font-family: "Playfair";
  font-size: 18px;
  width: 470px;
  letter-spacing: .019em;
  line-height: 1.75em;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .cover-intro-copy {
    padding: 0;
    font-size: 16px;
    margin: 20px 0;
  }
}
@media (max-width: 414px) {
  .cover-intro-copy {
    font-size: 12px;
    margin: 10px 0;
    max-width: 170px;
    line-height: 1.5em;
  }
}
@media (max-width: 320px) {
  .cover-intro-copy {
    margin: 10px 0;
  }
}
.cover-intro-copy.italic {
  font-family: "Playfair Italic";
}

.cover-tab {
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
  height: 100%;
  background: #FFBA6D;
}
@media (max-width: 1440px) {
  .cover-tab {
    width: 145px;
  }
}
@media (max-width: 1023px) {
  .cover-tab {
    background: transparent;
  }
}

.cover-arrow {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -40px;
  width: 78px;
  height: 78px;
  background-image: url(../images/circled_arrow.png);
  background-image: url(../images/circled_arrow.svg);
  background-size: contain;
}
.cover-arrow:after {
  content: "SCROLL DOWN TO BEGIN";
  font-size: 7px;
  letter-spacing: .18em;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 110px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
@media (max-width: 1024px) {
  .cover-arrow:after {
    display: none;
  }
}
@media (max-width: 1440px) {
  .cover-arrow {
    right: 55px;
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 1024px) {
  .cover-arrow {
    right: 25px;
  }
}
@media (max-width: 414px) {
  .cover-arrow {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: auto;
    bottom: 55px;
    right: 25px;
  }
}
@media (max-width: 320px) {
  .cover-arrow {
    width: 40px;
    height: 40px;
  }
}
.cover-arrow.animate {
  -moz-animation: next 1s ease-in-out 5;
  -webkit-animation: next 1s ease-in-out 5;
  animation: next 1s ease-in-out 5;
}
