/*
    This is for base styles that will effect a majority of the site.
    This is also the place to have styles directly on elements like:

    p {
        padding: 0;
    }

    This is also the main scss file that will import the rest of the partials.
*/
.__loading_bar {
  height: 214px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  width: 100%;
  padding: 100%; }
  .__loading_bar--line {
    height: 10px;
    margin: 10px;
    animation: pulse 1s infinite ease-in-out; }
  .__loading_bar--block {
    animation: pulse 1s infinite ease-in-out; }
  .__loading_bar--block-wrapper {
    animation: pulse 1s infinite ease-in-out; }

@keyframes pulse {
  0% {
    background-color: rgba(165, 165, 165, 0.1); }
  50% {
    background-color: rgba(165, 165, 165, 0.3); }
  100% {
    background-color: rgba(165, 165, 165, 0.1); } }

@font-face {
  font-family: 'BebasNeue';
  src: url("/static/fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-display: swap; }

@font-face {
  font-family: 'BebasNeue-Bold';
  src: url("/static/fonts/BebasNeueBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-display: swap; }

@font-face {
  font-family: 'BebasNeue-Book';
  src: url("/static/fonts/BebasNeue-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-display: swap; }

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url("/static/fonts/BebasNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-display: swap; }

@font-face {
  font-family: 'justlovely';
  src: url("/static/fonts/justlovely.woff2") format("woff2"), url("/static/fonts/justlovely.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-display: swap; }

a {
  text-decoration: none;
  color: black !important; }

h1, .divh1 {
  font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: block !important;
  white-space: pre-wrap !important;
  margin: 0 auto;
  font-size: 8rem;
  letter-spacing: 0.015em; }
  @media only screen and (min-width: 600px) and (max-width: 80em) {
    h1, .divh1 {
      font-size: 5rem; } }
  @media only screen and (max-width: 599px) {
    h1, .divh1 {
      font-size: 3.5em; } }

h1.hero, .divh1.hero {
  font-size: 7rem;
  letter-spacing: 0.015em;
  line-height: .9em; }
  @media only screen and (min-width: 600px) and (max-width: 80em) {
    h1.hero, .divh1.hero {
      font-size: 6rem; } }
  @media only screen and (max-width: 599px) {
    h1.hero, .divh1.hero {
      font-size: 3.8rem; } }

h2 {
  font-family: justlovely, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: lowercase;
  margin: 0;
  font-size: 6rem;
  line-height: 4rem; }
  @media only screen and (min-width: 600px) and (max-width: 80em) {
    h2 {
      font-size: 5.8rem; } }
  @media only screen and (max-width: 599px) {
    h2 {
      font-size: 5.6em; } }

h2.hero {
  font-size: 10em;
  margin-top: -1rem;
  line-height: .6em; }
  @media only screen and (min-width: 600px) and (max-width: 80em) {
    h2.hero {
      font-size: 7rem;
      margin: -15px auto 45px;
      line-height: .6em; } }
  @media only screen and (max-width: 599px) {
    h2.hero {
      font-size: 5.6em;
      line-height: .6em; } }

h3 {
  display: inline-block;
  font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  font-weight: normal;
  line-height: 1.2em !important;
  letter-spacing: 1px; }
  h3:before {
    content: '';
    background-image: linear-gradient(90deg, #8a663c, #fedf8e 23.3%, #fdc761 32.3%, #845e2b 49.1%, #fee090 75%, #916931 98.3%, #87612c);
    width: 100%;
    height: 3px !important;
    bottom: -3px;
    left: 0px;
    position: absolute;
    display: inline-block; }

h4 {
  font-size: .95rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.2rem;
  margin: 0; }

h5 {
  font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: normal; }

h6 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0; }

img {
  object-fit: cover;
  -o-object-fit: fill;
  object-position: center center; }

body {
  font-family: HelveticaNeue-Light, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: white !important;
  margin: 0; }
  body .first {
    overflow-anchor: auto; }

.button {
  color: black;
  border: 2px solid black;
  padding: 4px 6px 4px 12px !important;
  font-size: 1em;
  min-width: 64px;
  box-sizing: border-box;
  min-height: auto;
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  position: relative;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  justify-content: center;
  -moz-appearance: none;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

.column-reverse {
  flex-direction: column-reverse !important; }

.handle {
  position: absolute;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: linear-gradient(90deg, #8a663c, #fedf8e 23.3%, #fdc761 32.3%, #845e2b 49.1%, #fee090 75%, #916931 98.3%, #87612c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .handle {
      /* IE10+ CSS styles go here */
      background: transparent;
      color: goldenrod; } }
  @media only screen and (max-width: 599px) {
    .handle {
      font-size: 1.5rem; } }

.description {
  line-height: 1.55em;
  font-size: .9rem; }
  @media only screen and (min-width: 600px) and (max-width: 80em) {
    .description {
      font-size: .8rem; } }
  @media only screen and (max-width: 599px) {
    .description {
      font-size: .8rem; } }

.display-none {
  display: none; }

.gold-gradient {
  background: linear-gradient(90deg, #8a663c, #fedf8e 23.3%, #fdc761 32.3%, #845e2b 49.1%, #fee090 75%, #916931 98.3%, #87612c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .gold-gradient {
      /* IE10+ CSS styles go here */
      background: transparent;
      color: goldenrod; } }

.justlovely {
  font-family: "justlovely", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.left {
  float: left; }

.nav {
  display: none; }

.pointer {
  cursor: pointer; }

.row-reverse {
  flex-direction: row-reverse; }

.right {
  float: right; }

.scroll-fix {
  overflow-y: hidden !important; }

.stripe {
  min-height: 46vw; }
  @media only screen and (max-width: 599px) {
    .stripe {
      height: 100vw; } }

.underline {
  background-image: linear-gradient(90deg, #8a663c, #fedf8e 23.3%, #fdc761 32.3%, #845e2b 49.1%, #fee090 75%, #916931 98.3%, #87612c);
  height: 3px; }

@keyframes fadeinFull {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadeinFull {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeinFull {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadeinFull {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadeinFull {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .7; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .7; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .7; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .7; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: .7; } }

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Firefox < 16 */
@-moz-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Internet Explorer */
@-ms-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Opera < 12.1 */
@-o-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/*
    This file will be imports from all the component partials
*/
.header {
  text-align: center;
  z-index: 6;
  height: 75px;
  position: fixed;
  background-color: white;
  transform-style: preserve-3d;
  width: 100vw;
  top: 0; }
  @media screen and (max-width: 1010px) {
    .header {
      height: 55px; } }
  .header > a {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 180px; }
    @media screen and (max-width: 1010px) {
      .header > a {
        width: 110px; } }
  .header img {
    margin-top: 9px;
    width: 100%; }
  .header .bars {
    position: absolute;
    left: 18px;
    top: 18px; }
  .header .animate-height {
    transform: scaleY(1) !important; }
  .header .bars:hover {
    cursor: pointer; }
  .header a.skip-main {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    overflow: hidden;
    margin: 0;
    width: 1px;
    height: 1px;
    z-index: -999; }
  .header a.skip-main:focus, .header a.skip-main:active {
    color: #fff;
    width: auto;
    height: auto;
    overflow: auto;
    padding: 5px;
    font-size: 1.2em;
    z-index: 999; }
  .header .header-nav {
    list-style: none;
    padding: 0;
    text-align: left;
    margin-top: 30px;
    padding-left: 20px;
    float: left;
    font-size: .8rem;
    max-width: 40%; }
    @media screen and (max-width: 1010px) {
      .header .header-nav {
        display: none; } }
    .header .header-nav > li {
      display: inline-block;
      position: relative;
      padding: 0 .7vw; }
    .header .header-nav .sub-nav {
      position: absolute;
      list-style: none;
      background-color: white;
      padding: 0 15px 15px 15px;
      left: -0.7vw;
      overflow: hidden;
      transition: transform 0.2s ease-in-out;
      height: auto;
      transform: scaleY(0);
      transform-origin: top; }
      .header .header-nav .sub-nav > li {
        white-space: nowrap;
        padding-top: 20px; }
      .header .header-nav .sub-nav .sub-sub-nav {
        list-style: none;
        position: relative;
        left: 0vw;
        padding: 0px 15px 0px;
        margin-bottom: 0px;
        font-size: 1em; }
        .header .header-nav .sub-nav .sub-sub-nav > li {
          padding: 15px 0 0px; }
  .header .language-selector {
    position: absolute;
    right: 10px;
    top: 15px; }
    .header .language-selector a {
      cursor: pointer; }
  .header .modal-opener {
    position: absolute;
    top: 28px;
    right: 18px;
    font-size: .7rem;
    cursor: pointer;
    letter-spacing: 0px;
    padding-right: 10px;
    font-weight: bold; }
    @media screen and (max-width: 1010px) {
      .header .modal-opener {
        top: 18px; } }
    .header .modal-opener i {
      padding-left: 3px; }
      .header .modal-opener i svg {
        height: 1em; }
    .header .modal-opener .modalArrowDown {
      width: auto;
      height: 1.5em;
      margin: 0 0 -4px 0;
      transform: rotate(90deg); }
  .header .side-nav-wrapper {
    display: none; }
    @media screen and (max-width: 1010px) {
      .header .side-nav-wrapper {
        display: block; } }
    .header .side-nav-wrapper .navBurger {
      width: auto;
      height: 1.5em;
      cursor: pointer;
      margin: 0; }
  @media screen and (max-width: 576px) {
    .header img {
      margin-top: 10px;
      width: 115px; } }
  .header .adchoiceLink {
    position: absolute;
    top: 18px;
    right: 90px;
    cursor: pointer; }
    @media screen and (max-width: 1010px) {
      .header .adchoiceLink {
        top: 8px;
        display: none; } }
  .header .choiceImage {
    width: 15px; }

.footer {
  margin-top: 50px; }
  .footer > div {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box; }
  @media only screen and (max-width: 599px) {
    .footer {
      margin-bottom: 80px; } }
  .footer h1, .footer .hashTagH1 {
    font-size: 4.5rem; }
    @media only screen and (max-width: 599px) {
      .footer h1, .footer .hashTagH1 {
        font-size: 3.4rem; } }
  .footer h4 {
    font-size: 1rem; }
    @media only screen and (max-width: 599px) {
      .footer h4 {
        font-size: .8rem;
        letter-spacing: .15rem; } }
  .footer ul {
    list-style-type: none;
    padding-left: 0; }
    .footer ul li {
      text-align: left;
      cursor: pointer; }
  .footer .choiceImage {
    width: 15px; }
  .footer .footer-top-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: center; }
  .footer .social-icon-wrapper {
    text-align: center; }
    .footer .social-icon-wrapper .socialIcon {
      display: inline-block;
      padding-left: 10px; }
    .footer .social-icon-wrapper .svgSocialIcon {
      width: auto;
      height: 2em;
      margin: 0; }
  .footer .hashTag {
    margin: 0 auto; }
  .footer .hashTagH1 {
    font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.015em;
    margin: 0 auto;
    text-align: center; }
  .footer .tagline {
    margin-bottom: 0; }
  .footer .copyContainer {
    text-align: center;
    margin-bottom: 20px; }
  .footer .bbbLogo {
    text-align: right;
    min-height: 20px; }
    .footer .bbbLogo img {
      width: 35px; }
  .footer .footer-links-wrapper {
    width: 100%; }
    .footer .footer-links-wrapper .footer-links-container {
      margin-top: 50px;
      padding: 0 15vw;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      justify-content: space-between; }
    @media only screen and (max-width: 599px) {
      .footer .footer-links-wrapper .footer-links-container {
        padding: 0 5vw; } }

.side-nav {
  width: 50px;
  height: 55px;
  position: absolute;
  z-index: 2; }
  .side-nav a {
    text-decoration: none; }
  .side-nav i {
    font-size: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
  .side-nav i:hover {
    cursor: pointer; }
  .side-nav .closeSideNav {
    width: auto;
    height: 1.5em;
    cursor: pointer;
    margin: 0; }
  .side-nav img {
    width: 100px; }
  .side-nav .content {
    padding-top: 13px;
    position: fixed;
    width: 300px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2; }
    .side-nav .content ul {
      margin-top: 20px;
      list-style-type: none;
      padding-left: 0; }
      .side-nav .content ul a {
        color: black; }
      .side-nav .content ul li {
        padding: 12px 0;
        cursor: pointer; }
        .side-nav .content ul li svg {
          margin-bottom: -2px; }
        .side-nav .content ul li .navMenuArrow {
          width: auto;
          height: 1.2em;
          margin: 0 0 -4px 0; }
        @media screen and (max-height: 550px) {
          .side-nav .content ul li {
            padding: 0;
            height: 6vh; } }
  @media only screen and (max-height: 550px) and (max-width: 599px) {
    .side-nav .content ul li {
      font-size: .8em; } }
        .side-nav .content ul li:hover {
          background-color: lightgrey; }
  .side-nav .cover {
    position: fixed;
    background-color: black;
    width: calc(100% + 30px);
    height: 100vh;
    opacity: .4;
    top: 0;
    left: 0; }
  .side-nav .copyright {
    position: absolute;
    bottom: 30px;
    font-size: .9em;
    width: 100%; }
  @media screen and (max-width: 400px) {
    .side-nav .content {
      width: 100%; } }

.region-modal .modal-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 6; }

.region-modal .modal {
  position: fixed;
  z-index: 8;
  background-color: white;
  width: 80vw;
  height: 80vh;
  padding: 2.5vw 5vw;
  margin: 0 auto;
  top: 5vh;
  overflow-y: scroll;
  left: 50%;
  transform: translate(-52%, 0); }
  @media only screen and (max-width: 599px) {
    .region-modal .modal {
      height: 100vw;
      top: 0; } }
  .region-modal .modal h1, .region-modal .modal .divh1 {
    font-size: 3rem;
    margin-top: 2.5vw;
    text-align: center;
    padding-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .region-modal .modal h1, .region-modal .modal .divh1 {
        font-size: 2rem; } }
    @media only screen and (max-width: 599px) {
      .region-modal .modal h1, .region-modal .modal .divh1 {
        padding-top: 10px; } }
  .region-modal .modal .divh1 {
    font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    letter-spacing: 0.015em; }
  @media screen and (max-width: 768px) {
    .region-modal .modal h5 {
      font-size: 1.3rem; } }
  .region-modal .modal .close-button {
    position: absolute;
    top: 8px;
    right: 8px; }
    @media only screen and (min-width: 600px) and (max-width: 80em) {
      .region-modal .modal .close-button {
        right: 20px; } }
  .region-modal .modal .closeModal {
    width: auto;
    height: 1.5em;
    cursor: pointer; }
  .region-modal .modal .modal-body {
    display: block;
    max-height: calc(100% - 5rem);
    max-width: 100%;
    padding: 0; }
    .region-modal .modal .modal-body div {
      width: 33%;
      display: inline-block;
      vertical-align: top; }
    .region-modal .modal .modal-body .modal-item {
      list-style-type: none;
      text-align: left;
      width: 200px;
      margin: 0 auto;
      padding: 0 0 20px 0; }
      @media only screen and (max-width: 599px) {
        .region-modal .modal .modal-body .modal-item {
          width: auto; }
          .region-modal .modal .modal-body .modal-item h5 {
            font-size: 1.5rem; } }
      .region-modal .modal .modal-body .modal-item a {
        font-size: .75rem; }
    @media only screen and (max-width: 599px) {
      .region-modal .modal .modal-body {
        height: auto;
        width: 100vw;
        align-content: space-around; } }

@keyframes fadeInImg {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.img-loading {
  opacity: 0;
  width: 100%;
  height: auto; }

.img-loaded {
  animation: fadeInImg cubic-bezier(0.23, 1, 0.32, 1) 1;
  position: relative;
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.7s;
  animation-delay: 0.1s; }

/*
    Stripe components
*/
.article-hero-stripe {
  width: 100%;
  position: relative;
  margin-bottom: 0; }
  .article-hero-stripe .accent {
    width: 15vw;
    float: left;
    margin-right: -2.5vw; }
    @media only screen and (max-width: 599px) {
      .article-hero-stripe .accent {
        width: 21vw;
        margin-right: -5.57vw; } }
  .article-hero-stripe .article-itemH1 {
    margin: 6vw 0 0 0;
    letter-spacing: 0; }
    @media screen and (max-width: 1000px) {
      .article-hero-stripe .article-itemH1 {
        font-size: 4.2rem; } }
  .article-hero-stripe .article-itemH2 {
    margin-top: -4vw;
    letter-spacing: .05vw; }
    @media screen and (max-width: 1000px) {
      .article-hero-stripe .article-itemH2 {
        font-size: 4.8rem; } }
  .article-hero-stripe .article-hero-stripe-bgImg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 75%;
    object-fit: cover;
    -o-object-fit: fill;
    object-position: center center; }
  .article-hero-stripe .article-hero-stripe-items {
    width: 100%;
    position: absolute;
    left: 5vw;
    top: 7vw; }
    .article-hero-stripe .article-hero-stripe-items.no-accent-image h1, .article-hero-stripe .article-hero-stripe-items.no-accent-image .divh1 {
      line-height: 10vw; }
    @media only screen and (max-width: 599px) {
      .article-hero-stripe .article-hero-stripe-items {
        left: 5vw;
        top: 3vw; }
        .article-hero-stripe .article-hero-stripe-items.no-accent-image {
          right: 5vw;
          bottom: 5vw;
          left: auto;
          top: auto;
          width: 90vw; }
          .article-hero-stripe .article-hero-stripe-items.no-accent-image h1, .article-hero-stripe .article-hero-stripe-items.no-accent-image .divh1 {
            text-align: right;
            line-height: 4.2rem;
            margin-bottom: -1rem; }
          .article-hero-stripe .article-hero-stripe-items.no-accent-image h2 {
            color: white;
            text-align: right;
            margin-top: 0; } }
  .article-hero-stripe .article-itemH6 {
    margin-top: 10px; }
  @media only screen and (max-width: 599px) {
    .article-hero-stripe .article-hero-stripe-bgImg {
      width: 100%; } }

.billboard-stripe-wrapper.img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.billboard-stripe-wrapper {
  height: 45vw;
  margin: 0;
  min-width: 300px;
  min-height: 300px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1200px) {
    .billboard-stripe-wrapper {
      height: 60vw; } }
  @media only screen and (max-width: 599px) {
    .billboard-stripe-wrapper {
      height: auto; } }
  .billboard-stripe-wrapper .button {
    margin-top: 40px; }
  .billboard-stripe-wrapper .billboard-bg-container,
  .billboard-stripe-wrapper .billboard-items-container {
    width: 50%; }
  .billboard-stripe-wrapper .billboard-big-image {
    width: 100vw;
    height: 45vw; }
    @media screen and (max-width: 1200px) {
      .billboard-stripe-wrapper .billboard-big-image {
        height: 60vw; } }
    @media only screen and (max-width: 599px) {
      .billboard-stripe-wrapper .billboard-big-image {
        height: 100vw; } }
  .billboard-stripe-wrapper .billboard-big-image.imgRight {
    margin-left: -50%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .billboard-stripe-wrapper .billboard-big-image.imgRight {
        /* IE10+ CSS styles go here */
        margin-left: -52%; } }
  .billboard-stripe-wrapper .billboard-items-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    padding: 0 40px; }
    @media only screen and (max-width: 599px) {
      .billboard-stripe-wrapper .billboard-items-container {
        padding: 10px; } }
    .billboard-stripe-wrapper .billboard-items-container .small-image-wrapper {
      width: 12vw;
      margin: 0 auto; }
      @media only screen and (max-width: 599px) {
        .billboard-stripe-wrapper .billboard-items-container .small-image-wrapper {
          width: 40%; } }
    .billboard-stripe-wrapper .billboard-items-container .small-image {
      width: 100%;
      height: 100%; }
    .billboard-stripe-wrapper .billboard-items-container h2 {
      text-align: center; }
      @media screen and (max-width: 768px) {
        .billboard-stripe-wrapper .billboard-items-container h2 {
          font-size: 3.4rem;
          line-height: 2.5rem; } }
      @media only screen and (max-width: 599px) {
        .billboard-stripe-wrapper .billboard-items-container h2 {
          font-size: 3rem;
          line-height: 2.5rem; } }

.carouselStripeContainer {
  text-align: center; }
  .carouselStripeContainer .carouselHeader {
    margin-bottom: 20px; }
  .carouselStripeContainer .carousel-provider {
    position: relative;
    text-align: -moz-center;
    text-align: -webkit-center; }
    .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion {
      padding-bottom: 20px; }
      @media only screen and (min-width: 600px) and (max-width: 80em) {
        .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion {
          padding-bottom: 40px; } }
      @media only screen and (max-width: 599px) {
        .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion {
          padding: 0px !important;
          padding-bottom: 20px !important;
          height: 52vh !important; } }
      .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion .sliderTray___-vHFQ.sliderAnimation___300FY.carousel__slider-tray.carousel__slider-tray--horizontal {
        display: flex;
        justify-content: space-around;
        width: 100% !important; }
        @media only screen and (max-width: 599px) {
          .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion .sliderTray___-vHFQ.sliderAnimation___300FY.carousel__slider-tray.carousel__slider-tray--horizontal {
            display: block;
            width: 400% !important; } }
        .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion .sliderTray___-vHFQ.sliderAnimation___300FY.carousel__slider-tray.carousel__slider-tray--horizontal .slide___3-Nqo.slideHorizontal___1NzNV.carousel__slide.carousel__slide--visible.slider-wrapper.largeVersion {
          padding: 0px !important; }
          @media only screen and (min-width: 80.063em) {
            .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion .sliderTray___-vHFQ.sliderAnimation___300FY.carousel__slider-tray.carousel__slider-tray--horizontal .slide___3-Nqo.slideHorizontal___1NzNV.carousel__slide.carousel__slide--visible.slider-wrapper.largeVersion {
              width: 300px !important;
              height: 300px !important; } }
          @media only screen and (min-width: 600px) and (max-width: 80em) {
            .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion .sliderTray___-vHFQ.sliderAnimation___300FY.carousel__slider-tray.carousel__slider-tray--horizontal .slide___3-Nqo.slideHorizontal___1NzNV.carousel__slide.carousel__slide--visible.slider-wrapper.largeVersion {
              width: 200px !important;
              height: 200px !important; } }
          @media only screen and (max-width: 599px) {
            .carouselStripeContainer .carousel-provider .horizontalSlider___281Ls.carousel__slider.carousel__slider--horizontal.slider-container.largeVersion .sliderTray___-vHFQ.sliderAnimation___300FY.carousel__slider-tray.carousel__slider-tray--horizontal .slide___3-Nqo.slideHorizontal___1NzNV.carousel__slide.carousel__slide--visible.slider-wrapper.largeVersion {
              width: 100vw !important;
              height: 50vh !important; } }
    .carouselStripeContainer .carousel-provider .slider-container .slider__image.largeVersion-wrapper {
      width: 100%;
      height: 100%; }
    .carouselStripeContainer .carousel-provider .slider-container .carousel-image-headline {
      font-size: 0.9rem; }
      @media only screen and (max-width: 599px) {
        .carouselStripeContainer .carousel-provider .slider-container .carousel-image-headline {
          margin-top: 10px; } }
    .carouselStripeContainer .carousel-provider .slider-container .slider__image-wrapper {
      width: 94.7%;
      height: 100%; }
    .carouselStripeContainer .carousel-provider .slider-container .slider__image {
      width: 100%;
      height: 100%; }
    .carouselStripeContainer .carousel-provider .slider-btn-back {
      position: absolute;
      top: 50%;
      left: 0px;
      min-width: 0px !important; }
    .carouselStripeContainer .carousel-provider .slider-btn-forward {
      position: absolute;
      top: 50%;
      right: 0px;
      min-width: 0px !important; }
    @media only screen and (min-width: 80.063em) {
      .carouselStripeContainer .carousel-provider .slider-btn-back.largerVersion,
      .carouselStripeContainer .carousel-provider .slider-btn-forward.largerVersion {
        display: none; } }
    @media only screen and (min-width: 600px) and (max-width: 80em) {
      .carouselStripeContainer .carousel-provider .slider-btn-back.largerVersion,
      .carouselStripeContainer .carousel-provider .slider-btn-forward.largerVersion {
        display: none; } }
    @media only screen and (max-width: 599px) {
      .carouselStripeContainer .carousel-provider .slider-btn-back.largerVersion,
      .carouselStripeContainer .carousel-provider .slider-btn-forward.largerVersion {
        display: block; } }
    .carouselStripeContainer .carousel-provider > img,
    .carouselStripeContainer .carousel-provider .slider-btn-back,
    .carouselStripeContainer .carousel-provider .slider-btn-forward {
      height: 25px;
      width: 25px;
      color: unset !important;
      border: none !important;
      padding: 0px !important;
      font-size: inherit !important;
      min-width: 0px !important;
      box-sizing: border-box !important;
      min-height: auto !important;
      transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
      font-family: "Roboto", "Helvetica", "Arial", sans-serif;
      font-weight: bold;
      line-height: 0 !important;
      border-radius: 0 !important;
      letter-spacing: 0px !important;
      text-transform: uppercase;
      margin: 0 !important;
      cursor: pointer;
      display: inline-flex;
      outline: none;
      align-items: center;
      user-select: none;
      vertical-align: middle;
      justify-content: center;
      -moz-appearance: none;
      text-decoration: none;
      background-color: transparent;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: transparent; }
      .carouselStripeContainer .carousel-provider > img .carouselButton,
      .carouselStripeContainer .carousel-provider .slider-btn-back .carouselButton,
      .carouselStripeContainer .carousel-provider .slider-btn-forward .carouselButton {
        width: 100%;
        height: 100%;
        min-width: 0px !important; }
  @media only screen and (min-width: 80.063em) {
    .carouselStripeContainer .largeVersion {
      height: 300px !important; } }
  @media only screen and (min-width: 600px) and (max-width: 80em) {
    .carouselStripeContainer .largeVersion {
      height: 200px !important; } }
  @media only screen and (max-width: 599px) {
    .carouselStripeContainer .largeVersion {
      height: 50vh !important; } }

.collection-hero-stripe {
  position: relative;
  height: auto;
  margin: 20px 0 !important;
  background: #fff;
  padding: 0 13vw;
  overflow: hidden;
  display: flex; }
  @media screen and (max-width: 1130px) {
    .collection-hero-stripe {
      padding: 0 9vw; } }
  @media screen and (max-width: 890px) {
    .collection-hero-stripe {
      padding: 0 5vw; } }
  @media screen and (max-width: 630px) {
    .collection-hero-stripe {
      padding: 0 2vw; } }
  @media only screen and (max-width: 599px) {
    .collection-hero-stripe {
      margin: 4vw 0 !important;
      padding: 0 5vw; } }
  .collection-hero-stripe .big-image-wrapper {
    position: relative;
    width: 50%;
    height: auto; }
    .collection-hero-stripe .big-image-wrapper .big-image {
      width: 100%; }
    @media only screen and (max-width: 599px) {
      .collection-hero-stripe .big-image-wrapper {
        height: auto;
        float: none; } }
  .collection-hero-stripe .desktop-image {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 599px) {
      .collection-hero-stripe .desktop-image {
        display: none; } }
  .collection-hero-stripe .headings-and-description-container {
    width: 50%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 4.7vw; }
    @media only screen and (max-width: 599px) {
      .collection-hero-stripe .headings-and-description-container {
        width: 100%;
        margin-top: 5vw;
        margin-bottom: 2.2vw;
        padding-left: 0; } }
    .collection-hero-stripe .headings-and-description-container .headings-container h1, .collection-hero-stripe .headings-and-description-container .headings-container .divh1 {
      white-space: nowrap; }
      @media screen and (max-width: 890px) {
        .collection-hero-stripe .headings-and-description-container .headings-container h1, .collection-hero-stripe .headings-and-description-container .headings-container .divh1 {
          font-size: 5rem; } }
      @media only screen and (max-width: 599px) {
        .collection-hero-stripe .headings-and-description-container .headings-container h1, .collection-hero-stripe .headings-and-description-container .headings-container .divh1 {
          font-size: 4.5rem; } }
    .collection-hero-stripe .headings-and-description-container .headings-container h2 {
      margin-bottom: 60px; }
      @media screen and (max-width: 890px) {
        .collection-hero-stripe .headings-and-description-container .headings-container h2 {
          font-size: 5rem; } }
      @media only screen and (max-width: 599px) {
        .collection-hero-stripe .headings-and-description-container .headings-container h2 {
          font-size: 4.5rem; } }
    @media only screen and (max-width: 599px) {
      .collection-hero-stripe .headings-and-description-container .headings-container {
        display: none; } }
    @media screen and (max-width: 350px) {
      .collection-hero-stripe .headings-and-description-container .headings-container {
        padding-left: 15%; } }
    .collection-hero-stripe .headings-and-description-container .headings-container-mobile {
      display: none;
      padding-top: 0;
      margin-bottom: -15px;
      text-align: center;
      padding-left: 25%;
      z-index: 3; }
      @media only screen and (max-width: 599px) {
        .collection-hero-stripe .headings-and-description-container .headings-container-mobile {
          display: block; } }
    .collection-hero-stripe .headings-and-description-container .description {
      padding-right: 5vw; }
      @media screen and (max-width: 940px) {
        .collection-hero-stripe .headings-and-description-container .description {
          padding-right: 0; } }
      @media only screen and (min-width: 600px) and (max-width: 80em) {
        .collection-hero-stripe .headings-and-description-container .description {
          float: none; } }
      @media only screen and (max-width: 599px) {
        .collection-hero-stripe .headings-and-description-container .description {
          padding-left: 25%;
          padding-right: 20px; } }
      @media screen and (max-width: 350px) {
        .collection-hero-stripe .headings-and-description-container .description {
          padding-left: 15%; } }
      .collection-hero-stripe .headings-and-description-container .description h3 {
        line-height: 1rem; }
        @media only screen and (min-width: 600px) and (max-width: 80em) {
          .collection-hero-stripe .headings-and-description-container .description h3 {
            width: max-content; } }
        @media only screen and (max-width: 599px) {
          .collection-hero-stripe .headings-and-description-container .description h3 {
            width: max-content; } }
      .collection-hero-stripe .headings-and-description-container .description .caption {
        padding-top: 15px; }
  .collection-hero-stripe .mobile-image {
    display: none; }
    @media only screen and (max-width: 599px) {
      .collection-hero-stripe .mobile-image {
        display: block;
        width: 70%;
        margin-bottom: 20px; } }

.collection-stripe-1 {
  position: relative;
  background-color: #fff;
  height: 52.5vw;
  margin: 0 13vw !important;
  padding-top: 5vw; }
  @media only screen and (max-width: 599px) {
    .collection-stripe-1 {
      height: 78vw;
      margin: 0 6.2vw !important;
      padding: 4vw 0; } }
  .collection-stripe-1 .content-left-float-wrapper {
    position: relative;
    float: left;
    z-index: 1;
    right: -4.6vw;
    height: 100%;
    width: 21.6vw; }
    @media screen and (max-width: 1260px) {
      .collection-stripe-1 .content-left-float-wrapper {
        width: 19.6vw; } }
    .collection-stripe-1 .content-left-float-wrapper h2 {
      margin-top: 4vw;
      width: 22vw;
      z-index: 2;
      text-align: right; }
      @media only screen and (min-width: 600px) and (max-width: 80em) {
        .collection-stripe-1 .content-left-float-wrapper h2 {
          font-size: 5rem;
          white-space: normal;
          margin-left: -5vw; } }
      @media screen and (max-width: 768px) {
        .collection-stripe-1 .content-left-float-wrapper h2 {
          margin-top: -5vw; } }
      @media only screen and (max-width: 599px) {
        .collection-stripe-1 .content-left-float-wrapper h2 {
          font-size: 3.2rem;
          margin-top: 56vw;
          margin-left: 25vw;
          width: 75vw;
          white-space: normal;
          text-align: left; } }
    .collection-stripe-1 .content-left-float-wrapper .image-left-float {
      position: absolute;
      right: 0;
      bottom: 10vw;
      z-index: -1;
      height: 29vw;
      width: 21vw; }
      @media only screen and (max-width: 599px) {
        .collection-stripe-1 .content-left-float-wrapper .image-left-float {
          bottom: 0;
          left: 0;
          height: 39vw;
          width: 28vw; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .collection-stripe-1 .image-right-wrapper {
      height: 46.1vw;
      width: 51vw;
      overflow: hidden; } }
  @media only screen and (max-width: 599px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .collection-stripe-1 .image-right-wrapper {
      height: 56.6vw;
      width: 63vw; } }
  .collection-stripe-1 .image-right {
    float: right;
    height: 46.1vw;
    width: 51vw; }
    @media only screen and (max-width: 599px) {
      .collection-stripe-1 .image-right {
        height: 56.6vw;
        width: 63vw; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .collection-stripe-1 .image-right {
        width: 100%;
        height: auto; } }

.collection-stripe-2 {
  position: relative;
  padding: 3.2vw 13vw; }
  @media only screen and (max-width: 599px) {
    .collection-stripe-2 {
      padding: 4vw 6.2vw;
      height: 94vw; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .collection-stripe-2 .image-left-wrapper {
      width: 57vw;
      height: 46vw;
      overflow: hidden; } }
  @media only screen and (max-width: 599px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .collection-stripe-2 .image-left-wrapper {
      width: 100%;
      height: 68vw; } }
  .collection-stripe-2 .image-left {
    width: 57vw;
    height: 46vw;
    object-position: center right; }
    @media only screen and (max-width: 599px) {
      .collection-stripe-2 .image-left {
        width: 100%;
        height: 68vw; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .collection-stripe-2 .image-left {
        width: 100%;
        height: auto; } }
  .collection-stripe-2 .thumbnail-wrapper {
    position: absolute;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16vw;
    width: 20vw; }
    @media only screen and (max-width: 599px) {
      .collection-stripe-2 .thumbnail-wrapper {
        bottom: 0;
        top: auto;
        left: 50%;
        right: auto;
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 68vw;
        height: 34vw;
        display: inline-block; } }
    .collection-stripe-2 .thumbnail-wrapper .thumbnail-opaque {
      width: 20vw;
      height: 20vw;
      background-color: rgba(255, 255, 255, 0.9); }
      @media only screen and (max-width: 599px) {
        .collection-stripe-2 .thumbnail-wrapper .thumbnail-opaque {
          display: inline-block;
          vertical-align: top;
          height: 34vw;
          width: 34vw; } }
      .collection-stripe-2 .thumbnail-wrapper .thumbnail-opaque .heading3 {
        position: relative;
        top: 50%;
        left: 50%;
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .collection-stripe-2 .thumbnail-wrapper .thumbnail-image {
      width: 20vw;
      height: 20vw;
      margin-top: -1px; }
      @media only screen and (max-width: 599px) {
        .collection-stripe-2 .thumbnail-wrapper .thumbnail-image {
          margin-top: 0;
          margin-left: -1px;
          display: inline-block;
          vertical-align: top;
          height: 34vw;
          width: 34vw; } }

.grid-stripe-left {
  margin: 0;
  display: block;
  padding: 0; }
  @media only screen and (max-width: 599px) {
    .grid-stripe-left {
      height: 109vw;
      max-height: 545px; } }
  .grid-stripe-left .grid-squares {
    position: absolute;
    right: 0;
    width: 50vw;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2vw; }
    @media only screen and (max-width: 599px) {
      .grid-stripe-left .grid-squares {
        width: 70vw; } }
    .grid-stripe-left .grid-squares .grid-square {
      width: 50%;
      padding: 0;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 17px;
      text-align: left; }
    .grid-stripe-left .grid-squares .grid-desk {
      display: block; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-left .grid-squares .grid-desk {
          display: none; } }
    .grid-stripe-left .grid-squares .grid-quote {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-left .grid-squares .grid-quote {
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; } }
    .grid-stripe-left .grid-squares .grid-mob {
      display: none; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-left .grid-squares .grid-mob {
          display: block; } }
    .grid-stripe-left .grid-squares .grid-item {
      background-size: cover;
      width: 20vw;
      height: 20vw;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-left .grid-squares .grid-item {
          width: 30vw;
          height: 30vw; } }
    .grid-stripe-left .grid-squares h2 {
      letter-spacing: initial;
      font-style: initial;
      font-weight: 400;
      font-family: 'BebasNeue', Arial, "Helvetica Neue", Helvetica, sans-serif;
      padding: 0 1.8vw 0 3vw;
      font-size: 2.6vw;
      line-height: 2.4vw;
      text-indent: -.9vw; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-left .grid-squares h2 {
          font-size: 4.4vw;
          text-indent: -1.5vw;
          padding: 0 0 0 1.5vw;
          width: 19.9vw;
          line-height: 4vw; } }
  .grid-stripe-left .description-header {
    display: inline-block; }
  .grid-stripe-left .bg-image {
    height: 46vw;
    width: 60vw;
    z-index: -1;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin: 0 0 0 40px; }
    @media only screen and (max-width: 599px) {
      .grid-stripe-left .bg-image {
        height: 65vw;
        width: 65vw;
        margin: 39vw 0 0 5vw;
        padding: 2vw;
        float: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .grid-stripe-left .bg-image h1, .grid-stripe-left .bg-image .divh1 {
      font-size: 2rem;
      font-family: 'BebasNeue', Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: normal; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-left .bg-image h1, .grid-stripe-left .bg-image .divh1 {
          font-size: 8vw; } }

.grid-stripe-right {
  margin: 0;
  display: block;
  padding: 0; }
  @media only screen and (max-width: 599px) {
    .grid-stripe-right {
      height: 104vw; } }
  .grid-stripe-right .grid-squares {
    position: absolute;
    right: 0;
    width: 50vw;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2vw; }
    @media only screen and (max-width: 599px) {
      .grid-stripe-right .grid-squares {
        width: 70vw;
        left: 0; } }
    .grid-stripe-right .grid-squares .grid-square {
      width: 50%;
      padding: 0;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex;
      align-items: center;
      font-size: 17px;
      text-align: left; }
    .grid-stripe-right .grid-squares .grid-desk {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-right .grid-squares .grid-desk {
          display: none; } }
    .grid-stripe-right .grid-squares .grid-quote {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-right .grid-squares .grid-quote {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
    .grid-stripe-right .grid-squares .grid-mob {
      display: none; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-right .grid-squares .grid-mob {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6, BB7 */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          display: flex; }
          .grid-stripe-right .grid-squares .grid-mob:nth-of-type(1), .grid-stripe-right .grid-squares .grid-mob:nth-of-type(3) {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; } }
    .grid-stripe-right .grid-squares .grid-item {
      background-size: cover;
      width: 20vw;
      height: 20vw;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-right .grid-squares .grid-item {
          width: 30vw;
          height: 30vw; } }
    .grid-stripe-right .grid-squares h2 {
      letter-spacing: initial;
      font-style: initial;
      font-weight: 400;
      font-family: 'BebasNeue', Arial, "Helvetica Neue", Helvetica, sans-serif;
      padding: 0 1.8vw 0 3vw;
      font-size: 2.6vw;
      line-height: 2.4vw;
      text-indent: -.9vw; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-right .grid-squares h2 {
          font-size: 4.4vw;
          text-indent: -1.5vw;
          padding: 0 0 0 1.5vw;
          width: 26.4vw;
          line-height: 4vw; } }
  .grid-stripe-right .description-header {
    display: inline-block; }
  .grid-stripe-right .bg-image {
    height: 46vw;
    width: 60vw;
    z-index: -1;
    background-size: cover;
    background-position: top;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin: 0 0 0 40px; }
    @media only screen and (max-width: 599px) {
      .grid-stripe-right .bg-image {
        height: 65vw;
        width: 65vw;
        margin: 39vw 5vw 0 0;
        padding: 2vw;
        float: right;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    .grid-stripe-right .bg-image h1, .grid-stripe-right .bg-image .divh1 {
      font-size: 2rem;
      font-family: 'BebasNeue', Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: normal; }
      @media only screen and (max-width: 599px) {
        .grid-stripe-right .bg-image h1, .grid-stripe-right .bg-image .divh1 {
          font-size: 8vw; } }

.hero-stripe-wrapper {
  margin: 0;
  overflow-anchor: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  position: relative; }
  .hero-stripe-wrapper .hero-stripe-bgImg-container .hero-stripe-bgImg {
    width: 100vw;
    height: 46vw; }
    .hero-stripe-wrapper .hero-stripe-bgImg-container .hero-stripe-bgImg.offsetBgImg-wrapper {
      width: 60vw; }
    @media only screen and (max-width: 599px) {
      .hero-stripe-wrapper .hero-stripe-bgImg-container .hero-stripe-bgImg {
        height: 120vw; } }
  @media only screen and (max-width: 599px) {
    .hero-stripe-wrapper .hero-stripe-bgImg-container {
      width: 100%; }
      .hero-stripe-wrapper .hero-stripe-bgImg-container * {
        height: 100%; } }
  .hero-stripe-wrapper .hero-stripe-items-container {
    width: 50%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .hero-stripe-wrapper .hero-stripe-items-container .items-wrapper {
      text-align: center; }
    .hero-stripe-wrapper .hero-stripe-items-container h1, .hero-stripe-wrapper .hero-stripe-items-container .divh1 {
      font-size: 6vw; }
    .hero-stripe-wrapper .hero-stripe-items-container h2 {
      font-size: 8vw; }
    @media only screen and (max-width: 599px) {
      .hero-stripe-wrapper .hero-stripe-items-container {
        width: 100%;
        height: 100%;
        display: block;
        top: 80px; }
        .hero-stripe-wrapper .hero-stripe-items-container h1, .hero-stripe-wrapper .hero-stripe-items-container .divh1 {
          font-size: 12vw; }
        .hero-stripe-wrapper .hero-stripe-items-container h2 {
          font-size: 5.6em;
          margin-top: -15px; } }
  .hero-stripe-wrapper .hero-stripe-button {
    margin-top: 50px; }
    @media screen and (max-width: 1284px) {
      .hero-stripe-wrapper .hero-stripe-button {
        margin-top: -30px; } }
    @media screen and (max-width: 768px) {
      .hero-stripe-wrapper .hero-stripe-button {
        margin-top: -20px; } }
    @media only screen and (max-width: 599px) {
      .hero-stripe-wrapper .hero-stripe-button {
        color: white;
        border-color: white;
        margin-top: 30px; } }
  @media only screen and (max-width: 599px) {
    .hero-stripe-wrapper {
      width: 100vw;
      height: auto !important; } }

.hero-stripe-wrapper.offsetRight .offsetBgImg {
  height: 100%; }

@media only screen and (min-width: 80.063em) {
  .hero-stripe-wrapper.offsetRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media only screen and (min-width: 600px) and (max-width: 80em) {
  .hero-stripe-wrapper.offsetRight {
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media only screen and (max-width: 599px) {
  .hero-stripe-wrapper.offsetRight {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media only screen and (min-width: 80.063em) {
  .hero-stripe-wrapper.offsetRight .hero-stripe-bgImg-container.offsetBgImg-container {
    width: 55%; } }

@media only screen and (max-width: 599px) {
  .hero-stripe-wrapper.offsetRight .hero-stripe-bgImg-container.offsetBgImg-container {
    width: 100vw;
    height: 100vw; } }

.hero-stripe-wrapper.offsetRight .hero-stripe-bgImg-container.offsetBgImg-container > div > img {
  width: 100%;
  height: 46vw; }
  @media only screen and (max-width: 599px) {
    .hero-stripe-wrapper.offsetRight .hero-stripe-bgImg-container.offsetBgImg-container > div > img {
      width: 100vw;
      height: 100vw; } }

.hero-stripe-wrapper.offsetRight .offsetItems-container {
  width: 45%;
  left: 0;
  right: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media only screen and (max-width: 599px) {
    .hero-stripe-wrapper.offsetRight .offsetItems-container {
      width: 100%;
      padding: 0 0 !important; } }
  @media only screen and (max-width: 599px) {
    .hero-stripe-wrapper.offsetRight .offsetItems-container h1 {
      font-size: 16vw;
      text-align: center; } }
  @media only screen and (max-width: 599px) {
    .hero-stripe-wrapper.offsetRight .offsetItems-container h2 {
      font-size: 20vw;
      text-align: center; } }

.influencer-stripe-1 {
  position: relative;
  min-height: 46vw;
  height: auto;
  padding: 0 7.3vw;
  margin: 40px 0 !important;
  display: flex; }
  @media only screen and (max-width: 599px) {
    .influencer-stripe-1 {
      padding: 0;
      height: 190vw;
      margin: 0 !important; } }
  .influencer-stripe-1 > div {
    display: inline-block; }
  .influencer-stripe-1 .content-right {
    position: relative;
    float: right;
    width: 30vw;
    padding-bottom: 19vw;
    padding-left: 40px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 599px) {
      .influencer-stripe-1 .content-right {
        position: absolute;
        top: 100vw;
        width: 100%;
        padding-bottom: 0; } }
  .influencer-stripe-1 .description-wrapper {
    padding-right: 3.4vw; }
    @media only screen and (max-width: 599px) {
      .influencer-stripe-1 .description-wrapper {
        height: 100%;
        top: 0;
        padding: 40vw 13vw 10vw 13vw;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none; }
        .influencer-stripe-1 .description-wrapper h3 {
          position: absolute;
          top: 23vw;
          left: 50vw;
          z-index: 1; } }
    .influencer-stripe-1 .description-wrapper h3 {
      margin-bottom: 2vw; }
  .influencer-stripe-1 .image-container-left {
    position: relative;
    float: left; }
    .influencer-stripe-1 .image-container-left .image-left {
      height: 46vw;
      width: 52vw; }
      @media only screen and (max-width: 599px) {
        .influencer-stripe-1 .image-container-left .image-left {
          height: 100vw;
          width: 100vw; }
          .influencer-stripe-1 .image-container-left .image-left .handle {
            display: none; } }
    .influencer-stripe-1 .image-container-left .handle {
      position: absolute;
      left: 2vw;
      bottom: 1vw; }
      @media only screen and (max-width: 599px) {
        .influencer-stripe-1 .image-container-left .handle {
          display: none; } }
  .influencer-stripe-1 .thumbnail-wrapper {
    position: absolute;
    width: 38vw;
    bottom: 15px;
    right: 0; }
    @media only screen and (max-width: 599px) {
      .influencer-stripe-1 .thumbnail-wrapper {
        width: 45vw;
        height: 45vw;
        top: -9vw;
        left: 9vw; } }
    .influencer-stripe-1 .thumbnail-wrapper > div {
      display: inline-block;
      height: 19vw;
      width: 19vw; }
    .influencer-stripe-1 .thumbnail-wrapper .thumbnail-opaque {
      background-color: #f7e7d4;
      opacity: .7; }
      @media only screen and (max-width: 599px) {
        .influencer-stripe-1 .thumbnail-wrapper .thumbnail-opaque {
          display: none; } }
    @media only screen and (max-width: 599px) {
      .influencer-stripe-1 .thumbnail-wrapper .thumbnail-right {
        position: relative;
        width: 45vw;
        height: 45vw; } }
    .influencer-stripe-1 .thumbnail-wrapper .thumbnail-right img {
      height: 19vw;
      width: 19vw; }
      @media only screen and (max-width: 599px) {
        .influencer-stripe-1 .thumbnail-wrapper .thumbnail-right img {
          height: 45vw;
          width: 45vw; } }
    .influencer-stripe-1 .thumbnail-wrapper .thumbnail-right .handle {
      display: none; }
      @media only screen and (max-width: 599px) {
        .influencer-stripe-1 .thumbnail-wrapper .thumbnail-right .handle {
          display: block;
          position: absolute;
          top: -1vw;
          -o-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          -moz-transform: translateY(-100%);
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
          right: 0; } }

.ingredient-hero-stripe {
  position: relative;
  margin-bottom: 40px; }
  @media only screen and (max-width: 599px) {
    .ingredient-hero-stripe {
      min-height: auto !important;
      height: inherit;
      margin-bottom: 0; } }
  .ingredient-hero-stripe .bg-holder {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%; }
    @media only screen and (max-width: 599px) {
      .ingredient-hero-stripe .bg-holder {
        position: relative;
        width: 100vw;
        height: 100vw;
        margin-left: 0;
        z-index: 3;
        left: 0;
        top: 0; } }
    .ingredient-hero-stripe .bg-holder .bg-img > div > img {
      width: 100%;
      height: 46vw; }
      @media only screen and (max-width: 599px) {
        .ingredient-hero-stripe .bg-holder .bg-img > div > img {
          width: 100vw;
          height: 100vw;
          margin-left: 0; } }
    .ingredient-hero-stripe .bg-holder .handle {
      position: absolute;
      right: 25px;
      bottom: 3px; }
  .ingredient-hero-stripe .copy-container {
    width: 50%;
    z-index: 2;
    position: relative;
    display: inline-block; }
    @media only screen and (max-width: 599px) {
      .ingredient-hero-stripe .copy-container {
        width: 100vw;
        padding: 0;
        z-index: 3;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6, BB7 */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 40px 0; } }
    .ingredient-hero-stripe .copy-container .mobile-grid-swatch {
      display: none; }
      @media only screen and (max-width: 599px) {
        .ingredient-hero-stripe .copy-container .mobile-grid-swatch {
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6, BB7 */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          display: flex;
          width: 74vw;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          position: relative;
          top: -40vw;
          left: 9vw; }
          .ingredient-hero-stripe .copy-container .mobile-grid-swatch .square {
            width: 37vw;
            height: 37vw; }
            .ingredient-hero-stripe .copy-container .mobile-grid-swatch .square > img {
              height: 100%;
              width: 100%; } }
    .ingredient-hero-stripe .copy-container .copy {
      margin-left: 15vw;
      width: 48%; }
      @media screen and (max-width: 1260px) {
        .ingredient-hero-stripe .copy-container .copy {
          width: 70%;
          margin-left: 15vw; } }
      @media screen and (max-width: 960px) {
        .ingredient-hero-stripe .copy-container .copy {
          width: 90%; } }
      @media only screen and (min-width: 600px) and (max-width: 80em) {
        .ingredient-hero-stripe .copy-container .copy {
          margin-left: 5vw; } }
      @media only screen and (max-width: 599px) {
        .ingredient-hero-stripe .copy-container .copy {
          font-size: .83rem;
          margin-left: 15%;
          min-width: 0;
          width: 70%;
          padding: 0vw 0vw;
          z-index: 1; } }
      @media only screen and (min-width: 600px) and (max-width: 80em) {
        .ingredient-hero-stripe .copy-container .copy .description {
          width: 80%; } }
    @media only screen and (max-width: 599px) {
      .ingredient-hero-stripe .copy-container.copy-container-with-swatch .copy {
        margin-top: -30vw; } }
  .ingredient-hero-stripe .headings {
    width: 50%;
    text-align: center;
    z-index: 4;
    position: relative;
    padding-top: 10%; }
    @media only screen and (max-width: 599px) {
      .ingredient-hero-stripe .headings {
        width: 100%;
        position: absolute;
        padding-top: 40px; } }
    .ingredient-hero-stripe .headings h1 {
      letter-spacing: 0px;
      margin: 0 auto; }
      @media screen and (max-width: 1000px) {
        .ingredient-hero-stripe .headings h1 {
          font-size: 4.2rem; } }
    .ingredient-hero-stripe .headings h2 {
      margin: -2vw 0 2vw;
      line-height: 7vw;
      letter-spacing: .05vw; }
      @media screen and (max-width: 1000px) {
        .ingredient-hero-stripe .headings h2 {
          font-size: 4.8rem; } }
  .ingredient-hero-stripe .great-hair-content .great-hair-headings > h1, .ingredient-hero-stripe .great-hair-content .great-hair-headings > .divh1 {
    margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .ingredient-hero-stripe .white-mobile {
      color: white; } }

.ingredient-stripe {
  padding: 40px 40px 0;
  height: auto;
  min-height: 340px; }
  .ingredient-stripe .container {
    height: 100%;
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 10vw; }
    @media screen and (max-width: 1115px) {
      .ingredient-stripe .container {
        padding-left: 5vw; } }
    @media screen and (max-width: 768px) {
      .ingredient-stripe .container {
        padding-left: 0; } }
    @media only screen and (max-width: 599px) {
      .ingredient-stripe .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .ingredient-stripe .container .ingredient-image {
      position: relative;
      top: 0;
      height: 27vw;
      width: 27vw;
      margin-right: 40px; }
      @media only screen and (max-width: 599px) {
        .ingredient-stripe .container .ingredient-image {
          height: 100vw;
          margin-right: 0;
          width: 100vw; } }
      .ingredient-stripe .container .ingredient-image div {
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .ingredient-stripe .container .ingredient-text-container {
      position: relative;
      width: 70vw;
      display: inline-block;
      padding-right: 15vw; }
      @media screen and (max-width: 1115px) {
        .ingredient-stripe .container .ingredient-text-container {
          padding-right: 5vw; } }
      @media screen and (max-width: 768px) {
        .ingredient-stripe .container .ingredient-text-container {
          padding-right: 0; } }
      @media only screen and (max-width: 599px) {
        .ingredient-stripe .container .ingredient-text-container {
          width: 100vw; } }
      .ingredient-stripe .container .ingredient-text-container strong {
        letter-spacing: 3px; }
      .ingredient-stripe .container .ingredient-text-container .ingredient-text {
        position: relative;
        margin-top: 20px; }
        .ingredient-stripe .container .ingredient-text-container .ingredient-text .description {
          margin: 1.5rem 0 1.5rem 0;
          margin-top: 25.6px;
          font-size: .95rem; }
        .ingredient-stripe .container .ingredient-text-container .ingredient-text .caption {
          font-size: .8rem;
          line-height: 1.55em; }
          .ingredient-stripe .container .ingredient-text-container .ingredient-text .caption p {
            margin: 0; }
          .ingredient-stripe .container .ingredient-text-container .ingredient-text .caption strong {
            display: block;
            margin: 2em 0 .5em;
            letter-spacing: 2px;
            font-size: .95rem; }

.square-box:before {
  content: "";
  display: block;
  padding-top: 100%; }

.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center; }

@media only screen and (max-width: 599px) {
  .ingredient-stripe {
    min-height: 200vw;
    max-height: none;
    padding: 0; }
    .ingredient-stripe .container .ingredient-image {
      max-height: none; }
    .ingredient-stripe .container .ingredient-text-container {
      min-height: 100vw;
      padding: 40px; }
      .ingredient-stripe .container .ingredient-text-container .ingredient-text {
        position: relative;
        margin-top: 0;
        top: 50%;
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        .ingredient-stripe .container .ingredient-text-container .ingredient-text .heading1 {
          font-size: 1.75rem; }
    .ingredient-stripe .container .ingredient-text-container:before {
      display: none; } }

.inspiration-stripe-right {
  margin: 50px 0; }
  @media only screen and (max-width: 599px) {
    .inspiration-stripe-right {
      height: auto; } }
  .inspiration-stripe-right .bg-img-container {
    width: 53vw;
    height: 41.76vw;
    overflow: hidden;
    position: absolute;
    right: 40px;
    z-Index: -1; }
    @media only screen and (max-width: 599px) {
      .inspiration-stripe-right .bg-img-container {
        width: 68vw;
        height: 60vw; } }
    .inspiration-stripe-right .bg-img-container .bg-img-content {
      width: 100%;
      height: 100%;
      object-position: 100% -150px;
      object-fit: cover;
      -o-object-fit: fill; }
      @media only screen and (max-width: 599px) {
        .inspiration-stripe-right .bg-img-container .bg-img-content {
          object-position: 100% 100%; } }
  .inspiration-stripe-right .items {
    display: block;
    margin: 9vw 0 0 8vw;
    z-index: 1;
    width: 50%; }
    @media only screen and (max-width: 599px) {
      .inspiration-stripe-right .items {
        margin-left: 0vw; } }
    .inspiration-stripe-right .items h4 {
      font-size: 1vw;
      margin: 0 0 0 10vw;
      width: 18vw;
      letter-spacing: .3vw;
      text-indent: -.7vw;
      line-height: 1.5vw; }
      @media screen and (max-width: 1100px) {
        .inspiration-stripe-right .items h4 {
          font-size: 1.5vw; } }
      @media only screen and (max-width: 599px) {
        .inspiration-stripe-right .items h4 {
          font-size: 2.5vw;
          letter-spacing: .4vw;
          width: 32vw;
          margin: 50vw 0vw 0vw 5vw;
          line-height: 3vw;
          text-indent: -1.5vw; } }
    .inspiration-stripe-right .items h2 {
      font-size: 11vw;
      -o-transform: skew(25deg);
      -ms-transform: skew(25deg);
      -moz-transform: skew(25deg);
      -webkit-transform: skew(25deg);
      transform: skew(25deg);
      padding: 0px 5vw;
      line-height: 6vw;
      width: 28.9vw;
      letter-spacing: 4px;
      position: relative;
      left: 2vw;
      top: 0; }
      .inspiration-stripe-right .items h2 :first-child {
        position: relative;
        top: 1.3vw;
        left: -1.8vw; }
      .inspiration-stripe-right .items h2 #skewed-quote {
        top: 2vw;
        left: -1.5vw; }
      @media only screen and (max-width: 599px) {
        .inspiration-stripe-right .items h2 {
          font-size: 16vw;
          padding: 0px;
          width: 47vw;
          line-height: 10.8vw;
          margin-left: 10vw; }
          .inspiration-stripe-right .items h2 #skewed-quote {
            top: 2vw;
            left: -2vw; } }

.inspiration-stripe-left {
  height: auto;
  min-height: 46vw;
  display: flex; }
  @media only screen and (max-width: 599px) {
    .inspiration-stripe-left {
      display: block; } }
  .inspiration-stripe-left .everything-container {
    height: 100%;
    align-items: center;
    display: flex; }
    @media only screen and (max-width: 599px) {
      .inspiration-stripe-left .everything-container {
        display: block; } }
    .inspiration-stripe-left .everything-container .big-image-container {
      height: 100%; }
      .inspiration-stripe-left .everything-container .big-image-container .bg-img-content-wrapper {
        height: 100%; }
      .inspiration-stripe-left .everything-container .big-image-container .bg-img-content {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: -1; }
        .inspiration-stripe-left .everything-container .big-image-container .bg-img-content > div, .inspiration-stripe-left .everything-container .big-image-container .bg-img-content > div > img {
          width: 100%;
          height: 100%;
          z-index: -1; }
    .inspiration-stripe-left .everything-container .headings-and-description {
      height: 100%;
      margin-top: 10vw; }
      .inspiration-stripe-left .everything-container .headings-and-description .heading1 {
        font-size: 10.5vw;
        line-height: 7vw;
        margin-left: -10px;
        padding-right: 20px;
        text-indent: -20px; }
      .inspiration-stripe-left .everything-container .headings-and-description .description-container {
        padding: 50px 50px 0 25px;
        max-width: 375px; }

@media only screen and (max-width: 600px) {
  .inspiration-stripe-left {
    height: auto; }
    .inspiration-stripe-left .everything-container {
      height: auto; }
      .inspiration-stripe-left .everything-container .big-image-container {
        height: 100vw;
        max-height: 100vw; }
      .inspiration-stripe-left .everything-container .headings-and-description {
        position: relative;
        padding: 30px 40px; }
        .inspiration-stripe-left .everything-container .headings-and-description .heading1 {
          position: relative;
          left: 0;
          font-size: 6rem;
          line-height: 4rem;
          margin: 0px;
          top: -30px; }
        .inspiration-stripe-left .everything-container .headings-and-description .description-container {
          margin: 0 auto;
          padding: 0; } }

@media only screen and (max-width: 400px) {
  .inspiration-stripe-left .everything-container .headings-and-description .heading1 {
    left: 0;
    font-size: 5rem;
    line-height: 3rem;
    padding: 20px; } }

.inspiration-stripe {
  background: transparent;
  padding: 40px; }
  .inspiration-stripe.inspiration-stripe-right {
    margin-bottom: 1.4vw; }
    @media only screen and (max-width: 599px) {
      .inspiration-stripe.inspiration-stripe-right {
        margin-bottom: 0vw;
        padding: 5vw; }
        .inspiration-stripe.inspiration-stripe-right .bg-img-container {
          right: 5vw; } }

.longform-text-stripe {
  min-height: 0;
  padding: 5vw 25vw 5vw 25vw;
  height: auto; }
  @media only screen and (max-width: 599px) {
    .longform-text-stripe {
      padding: 11vw 13vw; } }
  .longform-text-stripe > div > h4 {
    text-align: right;
    font-size: 10vh;
    font-family: justlovely, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 100;
    margin: 0; }
  .longform-text-stripe a {
    color: blue !important; }
  .longform-text-stripe h2 {
    text-align: right;
    margin-top: 40px;
    font-size: 6.5rem;
    line-height: 8rem; }
    @media only screen and (max-width: 599px) {
      .longform-text-stripe h2 {
        font-size: 5rem;
        margin-top: 20px; } }
  .longform-text-stripe p {
    line-height: 1.55em;
    font-size: .9rem; }
    .longform-text-stripe p a {
      text-decoration: underline; }
  .longform-text-stripe ol li, .longform-text-stripe ul li {
    line-height: 1.55em;
    font-size: .9rem; }
  .longform-text-stripe table {
    border-collapse: collapse;
    margin: 2vw auto; }
  .longform-text-stripe table, .longform-text-stripe th, .longform-text-stripe td {
    border: 1px solid black;
    padding: 5px;
    overflow-wrap: break-word; }
  .longform-text-stripe ul li {
    line-height: 1.55em;
    font-size: .9rem; }
  .longform-text-stripe .table-wrapper {
    overflow-x: auto; }
  .longform-text-stripe .longform-bottom-h3 {
    margin-bottom: 20px; }

.productShowcase-stripe-container {
  height: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 60px;
  min-height: auto; }
  @media only screen and (max-width: 830px) {
    .productShowcase-stripe-container {
      margin: 60px 35px 80px 35px; } }
  @media only screen and (max-width: 500px) {
    .productShowcase-stripe-container {
      margin: 40px 0 80px 0; } }
  .productShowcase-stripe-container .hover-image.loading {
    display: none; }
  .productShowcase-stripe-container .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    max-height: 25vw; }
    .productShowcase-stripe-container .hover-image:hover {
      background-color: white;
      -webkit-animation: fadein .75s forwards;
      /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadein .75s forwards;
      /* Firefox < 16 */
      -ms-animation: fadein .75s forwards;
      /* Internet Explorer */
      -o-animation: fadein .75s forwards;
      /* Opera < 12.1 */
      animation: fadein .75s forwards; }
  .productShowcase-stripe-container .product-wrapper.loading {
    cursor: default; }
  .productShowcase-stripe-container .product-wrapper {
    width: calc(25% - 40px);
    height: 27vw;
    position: relative;
    margin: 20px;
    overflow: hidden; }
    @media only screen and (max-width: 1250px) {
      .productShowcase-stripe-container .product-wrapper {
        width: calc(33.333% - 30px);
        margin: 15px;
        height: 35vw; } }
    @media only screen and (max-width: 830px) {
      .productShowcase-stripe-container .product-wrapper {
        width: calc(50% - 30px);
        height: 60vw;
        margin: 15px; } }
    @media only screen and (max-width: 500px) {
      .productShowcase-stripe-container .product-wrapper {
        width: calc(50% - 25px);
        margin: 0 8px;
        height: 67vw; } }
    .productShowcase-stripe-container .product-wrapper .product-background {
      position: absolute;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0; }
    .productShowcase-stripe-container .product-wrapper .product-img {
      position: relative; }
      .productShowcase-stripe-container .product-wrapper .product-img .imgInit-wrapper {
        max-height: 25vw;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top; }
      .productShowcase-stripe-container .product-wrapper .product-img .imgInit {
        width: 100%;
        max-height: 25vw;
        object-fit: contain; }
    .productShowcase-stripe-container .product-wrapper .product-img .imghover-wrapper {
      width: 100%;
      position: absolute;
      top: 0; }
    .productShowcase-stripe-container .product-wrapper .product-img .imghover {
      display: none;
      width: 100%;
      max-height: 25vw;
      object-position: center;
      object-fit: contain; }
    .productShowcase-stripe-container .product-wrapper .product-img:hover .imgInit {
      -webkit-animation: fadeout .75s forwards;
      /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadeout .75s forwards;
      /* Firefox < 16 */
      -ms-animation: fadeout .75s forwards;
      /* Internet Explorer */
      -o-animation: fadeout .75s forwards;
      /* Opera < 12.1 */
      animation: fadeout .75s forwards; }
    .productShowcase-stripe-container .product-wrapper .product-img:hover .imghover {
      display: block;
      -webkit-animation: fadeinFull .75s forwards;
      /* Safari, Chrome and Opera > 12.1 */
      -moz-animation: fadeinFull .75s forwards;
      /* Firefox < 16 */
      -ms-animation: fadeinFull .75s forwards;
      /* Internet Explorer */
      -o-animation: fadeinFull .75s forwards;
      /* Opera < 12.1 */
      animation: fadeinFull .75s forwards;
      z-index: 2; }
    .productShowcase-stripe-container .product-wrapper .product-img:hover .hover-image-square {
      position: relative;
      width: 50%;
      /* desired width */ }
    .productShowcase-stripe-container .product-wrapper .product-img:hover .hover-image-square:before {
      content: "";
      display: block;
      padding-top: 100%;
      /* initial ratio of 1:1*/ }
    .productShowcase-stripe-container .product-wrapper .product-img .loading {
      width: 100%;
      height: 100%; }
    .productShowcase-stripe-container .product-wrapper .product-img-wrapper {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      height: 80%;
      margin-top: 6%; }
      @media only screen and (max-width: 599px) {
        .productShowcase-stripe-container .product-wrapper .product-img-wrapper {
          height: 60%;
          margin-top: 10%; } }
      .productShowcase-stripe-container .product-wrapper .product-img-wrapper > img {
        width: 100%;
        position: relative;
        border: 0px solid red; }
    .productShowcase-stripe-container .product-wrapper .product-img .img-loaded-wrapper > img {
      width: 100%; }
    .productShowcase-stripe-container .product-wrapper .product-text-wrapper {
      text-align: left;
      width: 100%;
      position: relative;
      background-color: white;
      padding: 6px 25px 0px 0px;
      min-height: 130px; }
      .productShowcase-stripe-container .product-wrapper .product-text-wrapper .product-title {
        font-size: 1.3rem; }
        @media only screen and (max-width: 1395px) {
          .productShowcase-stripe-container .product-wrapper .product-text-wrapper .product-title {
            font-size: 1.2rem; } }
        @media only screen and (max-width: 500px) {
          .productShowcase-stripe-container .product-wrapper .product-text-wrapper .product-title {
            font-size: 1rem; } }
      .productShowcase-stripe-container .product-wrapper .product-text-wrapper .product-desc {
        font-size: .8rem; }
        @media only screen and (min-width: 0px) and (max-width: 599px) {
          .productShowcase-stripe-container .product-wrapper .product-text-wrapper .product-desc {
            font-size: 0.8em; } }
    .productShowcase-stripe-container .product-wrapper .shopNow-btn-wrapper {
      position: absolute;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex;
      width: 100%;
      height: 100%;
      z-index: 5;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .productShowcase-stripe-container .product-wrapper .shopNow-btn-wrapper .shopNow-btn {
        z-index: 2;
        position: relative;
        width: auto;
        margin-top: -5%;
        text-align: center; }
        @media only screen and (max-width: 500px) {
          .productShowcase-stripe-container .product-wrapper .shopNow-btn-wrapper .shopNow-btn {
            font-size: .8em;
            padding: 2px 0 2px 4px;
            margin-top: -10%; } }

/*responsive styling*/
@media only screen and (max-width: 599px) {
  .product-section-contianer {
    flex-direction: column !important; }
    .product-section-contianer .productStripe-container {
      width: 100% !important;
      padding: 0px !important; }
      .product-section-contianer .productStripe-container .mainImage-loaded-wrapper {
        width: 100% !important; }
    .product-section-contianer .product-container {
      width: 100% !important; } }

.articleShowcase-stripe-wrapper {
  position: relative; }

.articleShowcase-stripe-container {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap; }

.articleWrapper {
  position: relative;
  width: calc((100% - 30px) / 2);
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px; }
  .articleWrapper:hover {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .articleWrapper.spaceholder {
    height: 0; }
    .articleWrapper.spaceholder:hover {
      box-shadow: none; }
  @media screen and (min-width: 830px) {
    .articleWrapper {
      width: calc((100% - 90px) / 3);
      margin-top: 50px; } }
  @media screen and (min-width: 1250px) {
    .articleWrapper {
      width: calc((100% - 120px) / 4);
      margin-top: 50px; } }
  .articleWrapper .article-img-wrapper {
    overflow: hidden; }
  .articleWrapper .article-img {
    width: 100%;
    height: 50vw; }
    @media screen and (min-width: 830px) {
      .articleWrapper .article-img {
        height: 33vw; } }
    @media screen and (min-width: 1250px) {
      .articleWrapper .article-img {
        height: 25vw; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .articleWrapper .article-img {
        width: auto; } }

.article-text-wrapper {
  padding-top: 10px; }

.article-title {
  font-size: 1.2em; }
  @media screen and (min-width: 830px) {
    .article-title {
      height: 1.3rem; } }

.article-desc {
  font-size: 0.8rem; }

.detailsStripe {
  display: flex;
  padding: 0 8vw;
  margin: 7vw 0;
  background: #eee; }
  @media only screen and (max-width: 599px) {
    .detailsStripe {
      flex-direction: column; } }
  .detailsStripe > div {
    width: 50%;
    padding: 50px 50px 20px 0; }
    @media only screen and (max-width: 599px) {
      .detailsStripe > div {
        width: 90%; } }
  .detailsStripe .smartLabel-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .detailsStripe .smartLabel-container .ingredients-more-button-container {
      margin: 5px; }
    .detailsStripe .smartLabel-container .ingredients-more-button {
      border: 2px solid black;
      background: transparent;
      padding: 4px 6px 4px 12px; }
    .detailsStripe .smartLabel-container .smartLabel {
      width: 180px; }
      .detailsStripe .smartLabel-container .smartLabel .smartLabelButton,
      .detailsStripe .smartLabel-container .smartLabel .ingredients-more-button {
        background: transparent;
        border: none; }
        .detailsStripe .smartLabel-container .smartLabel .smartLabelButton .smartLabelIcon,
        .detailsStripe .smartLabel-container .smartLabel .ingredients-more-button .smartLabelIcon {
          width: 100%; }

.first-review-prompt {
  font-weight: 700; }
  .first-review-prompt span {
    cursor: pointer;
    color: blue !important;
    text-decoration: underline;
    margin-right: 0 !important; }

.commentSection-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 40px 8vw; }
  .commentSection-container .commentSection-header-wrapper {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: baseline; }
    @media only screen and (max-width: 599px) {
      .commentSection-container .commentSection-header-wrapper {
        flex-direction: column; } }
    .commentSection-container .commentSection-header-wrapper * {
      display: inline-block; }
    .commentSection-container .commentSection-header-wrapper .headerQuestion {
      font-size: 6.5rem; }
    .commentSection-container .commentSection-header-wrapper .review-btn {
      cursor: pointer;
      width: 20%;
      height: auto; }
      @media only screen and (max-width: 599px) {
        .commentSection-container .commentSection-header-wrapper .review-btn {
          font-weight: 700;
          width: 200px;
          height: auto;
          border: 2px solid #000;
          padding: 10px;
          text-align: center;
          margin: 20px auto;
          letter-spacing: 5px; } }
  .commentSection-container .load-more-button {
    cursor: pointer;
    border: 2px solid black;
    width: 140px;
    margin: 0px auto 20px;
    text-align: center;
    padding: 4px 6px 4px 12px;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 5px;
    background-color: #fff; }
  .commentSection-container .header-underline {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 50px; }
    .commentSection-container .header-underline .underline-black {
      width: 100%;
      height: 2px;
      background-color: black; }
  .commentSection-container .commentSection-topComments {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .commentSection-container .commentSection-topComments .top.positive,
    .commentSection-container .commentSection-topComments .top.negative {
      width: 50vw; }
  .commentSection-container .review .commenterName {
    display: inline;
    font-weight: 800; }
  .commentSection-container .review .commenterRating {
    display: inline;
    margin-left: 20px; }
    .commentSection-container .review .commenterRating .svgStar {
      width: auto;
      height: 1em;
      margin: 0 0 -2px 0;
      overflow: visible; }
      .commentSection-container .review .commenterRating .svgStar.backDrop {
        position: absolute;
        top: 1px;
        left: 0;
        z-index: -1; }
  .commentSection-container .review .comment {
    margin: 20px 0; }
  @media only screen and (max-width: 599px) {
    .commentSection-container .review {
      border-bottom: 2px solid black;
      margin-bottom: 20px; }
      .commentSection-container .review:last-of-type {
        border: none; } }
  .commentSection-container .write-review {
    padding: 2vw; }
    .commentSection-container .write-review span {
      color: red; }
    .commentSection-container .write-review a {
      color: blue !important;
      text-decoration: underline; }
    .commentSection-container .write-review .svgStarButton {
      background: none;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit; }
      .commentSection-container .write-review .svgStarButton .svgStar {
        width: auto;
        height: 1em;
        margin: 0 0 -2px 0;
        overflow: visible; }
        .commentSection-container .write-review .svgStarButton .svgStar.backDrop {
          position: absolute;
          top: 1px;
          left: 0;
          z-index: -1; }

.productHero {
  display: flex;
  padding: 4vw 8vw 0; }
  .productHero > div {
    width: 50%; }
    @media only screen and (max-width: 599px) {
      .productHero > div {
        width: 100%; } }
  @media only screen and (max-width: 599px) {
    .productHero {
      flex-direction: column;
      padding: 0; } }
  .productHero .productHeroImage > div {
    background-repeat: no-repeat;
    background-size: cover; }
    .productHero .productHeroImage > div > img {
      width: 100%; }
      @media only screen and (max-width: 599px) {
        .productHero .productHeroImage > div > img {
          width: 80%;
          margin: 0 auto;
          padding: 10vw 0; } }
  .productHero .productHeroBody {
    padding-left: 4vw; }
    @media only screen and (max-width: 599px) {
      .productHero .productHeroBody {
        width: 84vw;
        margin: 0;
        padding: 7vw 8vw; } }
    .productHero .productHeroBody h1, .productHero .productHeroBody .divh1 {
      font-size: 4rem;
      line-height: 4rem; }
      @media only screen and (max-width: 599px) {
        .productHero .productHeroBody h1, .productHero .productHeroBody .divh1 {
          font-size: 2rem;
          line-height: 2rem; } }
    .productHero .productHeroBody .reviewStats span {
      margin-right: 10px;
      font-weight: 700; }
    .productHero .productHeroBody .reviewStats .svgStar {
      width: auto;
      height: 1em;
      margin: 0 0 -2px 0;
      overflow: visible; }
      .productHero .productHeroBody .reviewStats .svgStar.backDrop {
        position: absolute;
        top: 1px;
        left: 0;
        z-index: -1; }
    .productHero .productHeroBody .size-wrapper .custom-select {
      display: inline-block; }
      .productHero .productHeroBody .size-wrapper .custom-select h6 {
        display: inline-block; }
      .productHero .productHeroBody .size-wrapper .custom-select select {
        display: none; }
      .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper {
        position: relative;
        display: inline-block;
        margin: 0 1vw 1vw 1vw;
        z-index: 2; }
        .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper ul {
          list-style: none;
          border: 2px solid #000;
          padding: 0;
          margin: 0; }
          .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper ul li {
            text-align: center;
            padding: 4px 6px 4px 12px;
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            letter-spacing: 5px;
            background-color: #fff; }
          .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper ul li.clickable {
            cursor: pointer; }
            .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper ul li.clickable i svg {
              height: 1em; }
            .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper ul li.clickable .sizeArrowDown {
              width: auto;
              height: 1.2em;
              margin: 0 0 -4px 0;
              transform: rotate(90deg); }
          .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper ul li.clickable:hover {
            background-color: #eee; }
        .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper ul.expanded {
          position: absolute;
          top: 0;
          left: 0;
          box-sizing: border-box;
          width: 100%; }
          .productHero .productHeroBody .size-wrapper .custom-select .dropdown-wrapper ul.expanded li {
            box-sizing: border-box;
            width: 100%; }
    .productHero .productHeroBody .size-wrapper .buy-button {
      vertical-align: top; }

.shopSuggestions-container {
  margin: 15vh 8vw; }
  .shopSuggestions-container h2 {
    font-size: 6.5rem;
    line-height: 5rem; }
  .shopSuggestions-container .suggested-images-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px; }
    @media only screen and (max-width: 599px) {
      .shopSuggestions-container .suggested-images-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .shopSuggestions-container .suggested-images-container .suggestion {
      text-align: center; }
      @media only screen and (max-width: 599px) {
        .shopSuggestions-container .suggested-images-container .suggestion {
          margin-bottom: 5vw; } }
      .shopSuggestions-container .suggested-images-container .suggestion .suggested-image.loading,
      .shopSuggestions-container .suggested-images-container .suggestion .suggested-image.loaded {
        width: 150px;
        height: 150px; }
      .shopSuggestions-container .suggested-images-container .suggestion .suggested-image.loaded-wrapper {
        background-repeat: no-repeat;
        background-size: cover; }
      .shopSuggestions-container .suggested-images-container .suggestion .suggestionTitle {
        font-size: 0.7rem;
        max-width: 150px;
        text-transform: none;
        font-weight: 400;
        line-height: 1rem;
        letter-spacing: inherit;
        text-align: left;
        padding: 2px; }

.pricespider-h2 {
  margin: 0 8vw 50px 8vw;
  font-size: 6.5rem;
  line-height: 5rem; }

.productPriceSpider-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .productPriceSpider-container .priceSpider {
    min-width: 940px; }
    @media screen and (max-width: 940px) {
      .productPriceSpider-container .priceSpider {
        min-width: 100%; } }
  .productPriceSpider-container .ps-widget .ps-online-header span {
    color: black; }
  .productPriceSpider-container .ps-widget .ps-local-header span {
    color: black; }

.ps-wtb-container.ps-float-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: none; }
  .ps-wtb-container.ps-float-box button {
    text-transform: uppercase;
    padding: 4px 6px 4px 12px !important;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 5px; }
  .ps-wtb-container.ps-float-box .ps-online-header > span,
  .ps-wtb-container.ps-float-box .ps-local-header > span {
    font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.085rem;
    border: none; }
  .ps-wtb-container.ps-float-box .ps-online-header {
    border: none; }
  .ps-wtb-container.ps-float-box .ps-local-container.ps-tab-input-local.ps-float-box .ps-local-header {
    border: none; }
  .ps-wtb-container.ps-float-box .ps-online-sellers.ps-float-box .ps-online-seller-select.ps-online-seller-listing.event_buy_now_eretailer_exit.event_buy_now.ps-float-box.event_buy_now_eretailer_exit {
    border: none; }

.reco-poster-stripe {
  padding: 4vw 5vw; }
  @media only screen and (max-width: 599px) {
    .reco-poster-stripe {
      height: 53.8vw;
      padding: 8.2vw 5.2vw; } }
  .reco-poster-stripe .img-loading {
    background-color: black;
    width: 100px;
    height: 100px; }
  .reco-poster-stripe .white {
    color: white; }
  .reco-poster-stripe .poster-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .reco-poster-stripe .poster-wrapper img {
      width: 29vw;
      height: 38vw; }
      @media only screen and (max-width: 599px) {
        .reco-poster-stripe .poster-wrapper img {
          width: 27.2vw;
          height: 37.4vw; } }
    .reco-poster-stripe .poster-wrapper .single {
      position: relative;
      overflow: hidden; }
    .reco-poster-stripe .poster-wrapper .poster {
      position: relative; }
      .reco-poster-stripe .poster-wrapper .poster .white {
        color: white; }
    .reco-poster-stripe .poster-wrapper .poster-text {
      height: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center; }
      .reco-poster-stripe .poster-wrapper .poster-text .text-wrapper {
        bottom: 1vw;
        left: 0;
        position: absolute;
        width: 100%; }
      .reco-poster-stripe .poster-wrapper .poster-text h1, .reco-poster-stripe .poster-wrapper .poster-text .divh1 {
        font-family: "BebasNeue", Arial, "Helvetica Neue", Helvetica, sans-serif;
        margin-bottom: 0;
        font-size: 3vw; }
        @media only screen and (max-width: 599px) {
          .reco-poster-stripe .poster-wrapper .poster-text h1, .reco-poster-stripe .poster-wrapper .poster-text .divh1 {
            font-size: 1.2rem; } }
      .reco-poster-stripe .poster-wrapper .poster-text h2 {
        font-family: "JustLovely", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
        font-size: 4vw;
        margin-top: -15px; }
        @media only screen and (max-width: 599px) {
          .reco-poster-stripe .poster-wrapper .poster-text h2 {
            font-size: 1.1rem;
            line-height: 0.5em;
            margin: 0px auto 10px; } }
    .reco-poster-stripe .poster-wrapper .poster2 h1, .reco-poster-stripe .poster-wrapper .poster2 .divh1, .reco-poster-stripe .poster-wrapper .single:hover h1, .reco-poster-stripe .poster-wrapper .single:hover .divh1 {
      background: linear-gradient(90deg, #8a663c, #fedf8e 23.3%, #fdc761 32.3%, #845e2b 49.1%, #fee090 75%, #916931 98.3%, #87612c);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .reco-poster-stripe .poster-wrapper .poster2 h1, .reco-poster-stripe .poster-wrapper .poster2 .divh1, .reco-poster-stripe .poster-wrapper .single:hover h1, .reco-poster-stripe .poster-wrapper .single:hover .divh1 {
          /* IE10+ CSS styles go here */
          background: transparent;
          color: goldenrod; } }

.spread-stripe {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 60vh; }
  @media screen and (max-width: 600px) {
    .spread-stripe {
      height: 100vw; } }
  .spread-stripe .thumbnails-and-header-text {
    position: relative;
    width: 56vw;
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: left;
    padding: 0 3vw; }
    @media only screen and (min-width: 600px) and (max-width: 80em) {
      .spread-stripe .thumbnails-and-header-text {
        width: 100%; } }
    @media only screen and (max-width: 599px) {
      .spread-stripe .thumbnails-and-header-text {
        width: 100%; } }
    .spread-stripe .thumbnails-and-header-text .header-and-text-container {
      z-index: 1;
      width: 66%;
      position: relative; }
      @media only screen and (max-width: 599px) {
        .spread-stripe .thumbnails-and-header-text .header-and-text-container {
          width: 58%; } }
      .spread-stripe .thumbnails-and-header-text .header-and-text-container .header-and-text {
        display: inline-block;
        width: 100%; }
        .spread-stripe .thumbnails-and-header-text .header-and-text-container .header-and-text h2 {
          font-size: 6rem;
          z-index: 2;
          position: relative;
          white-space: nowrap;
          min-width: 300px;
          margin-bottom: 40px; }
          @media screen and (max-width: 768px) {
            .spread-stripe .thumbnails-and-header-text .header-and-text-container .header-and-text h2 {
              font-size: 5rem; } }
          @media only screen and (max-width: 599px) {
            .spread-stripe .thumbnails-and-header-text .header-and-text-container .header-and-text h2 {
              font-size: 3.2rem;
              margin-bottom: 10px; } }
        .spread-stripe .thumbnails-and-header-text .header-and-text-container .header-and-text .text-and-button {
          display: inline-block;
          text-align: left;
          padding-left: 5vw; }
          @media only screen and (max-width: 599px) {
            .spread-stripe .thumbnails-and-header-text .header-and-text-container .header-and-text .text-and-button {
              padding-left: 3vw; } }
    .spread-stripe .thumbnails-and-header-text .thumbnails {
      position: absolute;
      right: 2.6vw; }
      @media only screen and (max-width: 599px) {
        .spread-stripe .thumbnails-and-header-text .thumbnails {
          right: 7.5vw; } }
      .spread-stripe .thumbnails-and-header-text .thumbnails > div:first-child {
        padding-bottom: 1.8vw; }
        @media only screen and (max-width: 599px) {
          .spread-stripe .thumbnails-and-header-text .thumbnails > div:first-child {
            padding-bottom: 3.3vw; } }
  .spread-stripe .big-image-container {
    width: 50%;
    height: 100%;
    display: inline-block;
    vertical-align: top; }
    .spread-stripe .big-image-container .big-image-wrapper {
      width: 100%; }
    .spread-stripe .big-image-container .big-image {
      width: 100%;
      height: calc(100% + 2px); }
    @media screen and (max-width: 1281px) {
      .spread-stripe .big-image-container {
        display: none; } }

.thumb1,
.thumb2 {
  height: 13.7vw;
  width: 13.7vw; }
  @media only screen and (min-width: 600px) and (max-width: 80em) {
    .thumb1,
    .thumb2 {
      height: 20vw;
      width: 20vw; } }
  @media only screen and (max-width: 599px) {
    .thumb1,
    .thumb2 {
      height: 32vw;
      width: 32vw; } }

.storyboard-stripe-1 {
  min-height: 46vw;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  margin: 4.5vw 5vw !important; }
  @media only screen and (max-width: 599px) {
    .storyboard-stripe-1 {
      margin: 0 5vw 4.5vw 5vw !important; } }
  .storyboard-stripe-1 .left-image {
    height: 46vw;
    width: 50vw;
    background-size: cover;
    background-position: center;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .storyboard-stripe-1 .left-image h1, .storyboard-stripe-1 .left-image .divh1 {
      margin-bottom: 0;
      margin-top: 0; }
    .storyboard-stripe-1 .left-image h2 {
      color: white;
      margin-top: -25px; }
  .storyboard-stripe-1 .right-content {
    box-sizing: border-box;
    position: relative;
    min-height: 35vw;
    width: 40vw;
    display: inline-block;
    padding-left: 3vw;
    padding-top: 20px; }
    .storyboard-stripe-1 .right-content h6 {
      margin-top: 5vw; }
    .storyboard-stripe-1 .right-content .description-container {
      position: relative;
      z-index: 2;
      max-width: 30vw;
      height: 100%;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 786px) {
        .storyboard-stripe-1 .right-content .description-container {
          width: 100%;
          display: inline-block; } }
      @media screen and (max-width: 786px) {
        .storyboard-stripe-1 .right-content .description-container .description-header {
          padding-top: 20px; } }
      .storyboard-stripe-1 .right-content .description-container .description-header h3 {
        display: inline; }
        @media screen and (max-width: 400px) {
          .storyboard-stripe-1 .right-content .description-container .description-header h3 {
            font-size: 1.5rem; } }
      .storyboard-stripe-1 .right-content .description-container .description-body {
        padding: 20px 0; }
        @media screen and (max-width: 400px) {
          .storyboard-stripe-1 .right-content .description-container .description-body {
            padding: 10px 0; } }
    .storyboard-stripe-1 .right-content .thumbnail-wrapper {
      position: relative;
      width: 35vw;
      height: 17.5vw;
      right: 2vw; }
      @media screen and (max-width: 995px) {
        .storyboard-stripe-1 .right-content .thumbnail-wrapper {
          display: none; } }
      @media screen and (max-width: 786px) {
        .storyboard-stripe-1 .right-content .thumbnail-wrapper {
          display: block;
          float: left;
          left: 0;
          margin-right: 15px;
          top: 0; } }
      @media screen and (max-width: 786px) {
        .storyboard-stripe-1 .right-content .thumbnail-wrapper {
          width: 100%;
          display: inline-block; } }
      .storyboard-stripe-1 .right-content .thumbnail-wrapper div {
        height: 100%;
        display: inline-block;
        width: 50%;
        background-position: center;
        background-size: cover; }
      .storyboard-stripe-1 .right-content .thumbnail-wrapper .thumbnail-opaque {
        position: absolute;
        left: 0;
        background-color: white;
        opacity: .7;
        z-index: 2; }
      .storyboard-stripe-1 .right-content .thumbnail-wrapper .thumbnail-opaque-overlay {
        position: relative;
        z-index: 3; }
      .storyboard-stripe-1 .right-content .thumbnail-wrapper .thumbnail-right {
        background-color: green; }
    .storyboard-stripe-1 .right-content .text {
      width: 100%; }
  @media only screen and (max-width: 786px) {
    .storyboard-stripe-1 {
      display: block;
      height: auto; }
      .storyboard-stripe-1 .left-image, .storyboard-stripe-1 .right-content {
        width: 100%; }
      .storyboard-stripe-1 .left-image {
        height: 77vw;
        margin-left: 0; }
      .storyboard-stripe-1 .right-content {
        height: auto;
        padding: 0; }
        .storyboard-stripe-1 .right-content > div {
          display: inline-block;
          width: 50%; }
        .storyboard-stripe-1 .right-content .description-container {
          padding-top: 12vw 0 0 5vw;
          max-width: none; }
        .storyboard-stripe-1 .right-content .thumbnail-wrapper {
          margin: 0 5vw -40px;
          height: 60vw;
          width: 30vw;
          position: relative;
          top: -50px; }
          .storyboard-stripe-1 .right-content .thumbnail-wrapper > div {
            display: block;
            width: 100%;
            height: 50%; } }

.storyboard-stripe-2 {
  height: 55vw;
  padding: 40px 11.5vw;
  position: relative; }
  @media only screen and (max-width: 599px) {
    .storyboard-stripe-2 {
      height: auto;
      min-height: 80.5vw;
      padding: 4.5vw 5vw; } }
  .storyboard-stripe-2 h2 {
    position: absolute;
    top: 20%;
    left: 7vw;
    font-size: 9rem;
    -o-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -webkit-transform: skew(25deg);
    transform: skew(25deg);
    overflow-wrap: break-word;
    max-width: 300px;
    line-height: 5rem;
    margin-left: 10%;
    z-index: 3; }
    @media screen and (max-width: 1140px) {
      .storyboard-stripe-2 h2 {
        top: 10%;
        font-size: 7rem;
        max-width: 200px;
        line-height: .6em; } }
    @media screen and (max-width: 780px) {
      .storyboard-stripe-2 h2 {
        top: 10%;
        font-size: 5rem;
        max-width: 200px;
        line-height: .6em; } }
    @media screen and (max-width: 680px) {
      .storyboard-stripe-2 h2 {
        top: 5%; } }
    @media only screen and (max-width: 599px) {
      .storyboard-stripe-2 h2 {
        top: 21vw;
        left: 0;
        z-index: 3;
        font-size: 19vw;
        line-height: 12vw; } }
  .storyboard-stripe-2 .header-and-text-container {
    width: 25vw;
    margin-right: -10vw;
    top: 60%;
    -o-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 1140px) {
      .storyboard-stripe-2 .header-and-text-container {
        top: 50%; } }
    @media only screen and (max-width: 599px) {
      .storyboard-stripe-2 .header-and-text-container {
        width: 100%;
        position: relative;
        top: 0;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        float: left; } }
    .storyboard-stripe-2 .header-and-text-container .thumbs {
      display: none; }
    @media only screen and (max-width: 599px) {
      .storyboard-stripe-2 .header-and-text-container .storyboard-stripe-2-description {
        padding-left: 0; } }
    @media only screen and (max-width: 599px) {
      .storyboard-stripe-2 .header-and-text-container .storyboard-stripe-2-description h4 {
        padding-top: 20px; } }
    @media only screen and (max-width: 599px) {
      .storyboard-stripe-2 .header-and-text-container .storyboard-stripe-2-description p {
        margin-top: 0;
        padding-top: 10px; } }
  .storyboard-stripe-2 .big-image-container-container {
    float: right;
    display: block;
    z-index: 0; }
    .storyboard-stripe-2 .big-image-container-container .big-image-container .big-image {
      height: 46vw;
      width: 51vw; }
      @media only screen and (max-width: 599px) {
        .storyboard-stripe-2 .big-image-container-container .big-image-container .big-image {
          height: 70vw;
          width: 71.5vw; } }

.with-thumb {
  padding: 4.5vw 7.25vw; }
  @media only screen and (max-width: 599px) {
    .with-thumb {
      padding: 0;
      position: relative; } }
  @media only screen and (max-width: 599px) {
    .with-thumb .header-and-text-container .description {
      padding-top: 30vw;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 599px) {
    .with-thumb .header-and-text-container .storyboard-stripe-2-description h4 {
      padding: 20px 20px 10px 20px; } }
  @media only screen and (max-width: 599px) {
    .with-thumb .header-and-text-container .storyboard-stripe-2-description p {
      margin-top: 0;
      padding: 0 20px 20px 20px; } }
  @media only screen and (max-width: 599px) {
    .with-thumb .header-and-text-container .thumbs {
      display: block;
      position: absolute;
      top: -8vw;
      width: 74vw;
      height: 37vw;
      right: 10vw; } }
  .with-thumb .header-and-text-container .thumbs .thumb1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 37vw;
    width: 37vw;
    z-index: 2; }
  .with-thumb .header-and-text-container .thumbs .thumb2 {
    position: absolute;
    top: 0;
    right: 0;
    height: 37vw;
    width: calc(37vw + 1px);
    z-index: 1; }
  .with-thumb .big-image-container-container .big-image-container {
    position: relative; }
    @media only screen and (max-width: 599px) {
      .with-thumb .big-image-container-container .big-image-container .big-image {
        display: block; } }
    .with-thumb .big-image-container-container .big-image-container .social-handle {
      position: absolute;
      top: 2vw;
      right: 3vw;
      text-transform: uppercase;
      font-family: "BebasNeue", Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-align: right;
      font-size: 2.2rem; }

.video-stripe {
  padding: 40px 40px;
  height: 46vw; }
  .video-stripe iframe {
    border: none; }
  @media only screen and (max-width: 599px) {
    .video-stripe {
      height: 70vw; } }

.panel-stripe {
  display: flex; }
  @media screen and (max-width: 800px) {
    .panel-stripe {
      display: block; } }
  .panel-stripe > div {
    width: 50%;
    display: inline-flex; }
    @media screen and (max-width: 800px) {
      .panel-stripe > div {
        width: 100%;
        display: block; } }
    .panel-stripe > div > div {
      display: flex;
      flex-direction: column; }
      @media screen and (max-width: 800px) {
        .panel-stripe > div > div {
          flex-direction: row !important; } }
    .panel-stripe > div img {
      width: 100%; }
  .panel-stripe .image-wrapper {
    width: 100%;
    cursor: pointer; }
  .panel-stripe .image-loader-wrapper {
    position: relative;
    width: 100%; }
    .panel-stripe .image-loader-wrapper p {
      position: absolute;
      bottom: 5px;
      right: 10px;
      color: white;
      margin: 0;
      font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.2rem; }
  .panel-stripe .image-right-wrapper > div > div {
    width: 100%;
    height: 50%;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      .panel-stripe .image-right-wrapper > div > div {
        height: auto; } }
  .panel-stripe .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .panel-stripe .text-wrapper p {
      margin: 0;
      font-family: BebasNeue, Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 2.8vw;
      text-align: center; }
      @media screen and (max-width: 800px) {
        .panel-stripe .text-wrapper p {
          font-size: 5.5vw; } }

.carouselHeroStripe {
  position: relative; }

.carouselHeroStripe1 {
  width: 100vw;
  height: 46vw;
  position: relative; }
  .carouselHeroStripe1 .heroContainer {
    position: absolute;
    z-index: 2;
    transition: opacity 2s; }
  .carouselHeroStripe1 .control {
    position: absolute;
    z-index: 3;
    padding: 5px 20px;
    font-size: 40px;
    color: white;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    bottom: 0;
    margin: 30px; }

.buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;width:100%;height:100%}.spinner___27VUp{position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);width:30px;height:30px;animation-name:spin___S3UuE;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;border:4px solid #a9a9a9;border-top-color:#000;border-radius:30px}@keyframes spin___S3UuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container___2O72F{position:relative;overflow:hidden;height:100%;width:100%}.overlay___IV4qY{position:absolute;top:0;left:0;bottom:0;right:0;opacity:0;cursor:zoom-in;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}.slide___3-Nqo{position:relative;display:block;box-sizing:border-box;height:0;margin:0;list-style-type:none}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{position:absolute;top:0;left:0;width:100%;height:100%}.focusRing___1airF{position:absolute;top:5px;right:5px;bottom:5px;left:5px;pointer-events:none;outline-width:5px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-style:auto;outline-color:-webkit-focus-ring-color}}.horizontalSlider___281Ls{position:relative;overflow:hidden}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{position:relative;overflow:hidden}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;padding:0;margin:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f4f4f4}
.hairadvisor-stripe {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 75px);
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .hairadvisor-stripe {
      max-height: unset; } }
  .hairadvisor-stripe .hair-brand-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 169px;
    z-index: 1;
    padding: 20px 0 0 20px; }
    @media screen and (min-width: 768px) {
      .hairadvisor-stripe .hair-brand-logo {
        width: 50px;
        height: auto;
        padding: 30px 0 0 50px; } }
  .hairadvisor-stripe .hair-bg-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .hairadvisor-stripe .hair-bg {
    position: relative;
    width: 100%;
    height: 100%;
    object-position: top; }
  .hairadvisor-stripe .hairadvisor-stripe-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: right;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 5px 20px 5px; }
  .hairadvisor-stripe .hairadvisor-stripe-content-top {
    position: relative;
    width: 100%; }
  .hairadvisor-stripe .hairadvisor-stripe-content-bottom {
    position: relative;
    width: 100%; }
  .hairadvisor-stripe .hairadvisor-stripe-lbl {
    position: relative;
    font-size: 22vw;
    line-height: 19vw;
    font-family: BebasNeue-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    white-space: pre-wrap;
    text-align: center;
    color: white; }
    @media screen and (min-width: 600px) {
      .hairadvisor-stripe .hairadvisor-stripe-lbl {
        font-size: 85px;
        line-height: 80px;
        color: #000;
        text-align: right; } }
  .hairadvisor-stripe .hairadvisor-stripe-power {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white; }
    @media screen and (min-width: 600px) {
      .hairadvisor-stripe .hairadvisor-stripe-power {
        font-size: 85px;
        line-height: 80px;
        color: #000;
        justify-content: flex-end;
        text-align: right; } }
  .hairadvisor-stripe .hairadvisor-stripe-powerText {
    position: relative;
    font-size: 11px;
    line-height: 11px;
    font-family: BebasNeue-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-right: 5px;
    border-right: 1px solid white;
    margin-right: 5px; }
    @media screen and (min-width: 600px) {
      .hairadvisor-stripe .hairadvisor-stripe-powerText {
        border-right: 1px solid black;
        font-size: 14px;
        line-height: 14px; } }
  .hairadvisor-stripe .hairadvisor-stripe-powerLogo {
    max-height: 20px; }
    @media screen and (min-width: 600px) {
      .hairadvisor-stripe .hairadvisor-stripe-powerLogo {
        max-height: 29px; } }
  .hairadvisor-stripe .hairadvisor-stripe-sublbl {
    position: relative;
    font-size: 28px;
    font-family: "JustLovely", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 10px 0;
    text-align: center; }
    .hairadvisor-stripe .hairadvisor-stripe-sublbl > div {
      line-height: 35px;
      font-size: 53px; }
      @media screen and (min-width: 1660px) {
        .hairadvisor-stripe .hairadvisor-stripe-sublbl > div {
          line-height: 70px;
          font-size: 90px; } }
    @media screen and (min-width: 600px) {
      .hairadvisor-stripe .hairadvisor-stripe-sublbl {
        width: 300px;
        margin-left: auto; } }
    @media screen and (min-width: 1660px) {
      .hairadvisor-stripe .hairadvisor-stripe-sublbl {
        width: 500px; } }
  .hairadvisor-stripe .hairadvisor-stripe-startBtn-link {
    width: 100%; }
    @media screen and (min-width: 600px) {
      .hairadvisor-stripe .hairadvisor-stripe-startBtn-link {
        width: 240px; } }
  .hairadvisor-stripe .hairadvisor-stripe-startBtn {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px;
    min-width: 250px;
    min-height: 40px;
    font-size: 50px;
    color: #000;
    font-family: BebasNeue-Book, Arial, "Helvetica Neue", Helvetica, sans-serif;
    box-shadow: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: .8px;
    padding: 5px;
    background-size: cover;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-image: url(/_next/static/files/haircode_button.png);
    background-repeat: no-repeat;
    background-color: white; }
    @media screen and (min-width: 600px) {
      .hairadvisor-stripe .hairadvisor-stripe-startBtn {
        width: 300px;
        margin-left: auto; } }
    @media screen and (min-width: 1660px) {
      .hairadvisor-stripe .hairadvisor-stripe-startBtn {
        min-width: 500px;
        margin-left: auto;
        font-size: 90px; } }

