/*
 Theme Name:     Three21
 Author:         Dustin Delatore
 Author URI:     three21.com
 Template:       Divi
 Version:        0.1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.5.3
*/
/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
@import url(./assets/fonts/AvenirNextLTPro/stylesheet.css);
@import url(./assets/fonts/OsmundRounded/stylesheet.css);
/* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 7, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 82, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 89, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 121, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 127, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 153, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
/* line 170, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 226, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 10, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 103, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 136, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
/* line 146, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
/* line 153, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 215, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 231, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
/* line 315, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 340, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 344, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 348, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 359, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 366, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 370, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 374, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 393, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
/* line 21, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 31, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 37, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
/* line 21, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 31, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 37, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
/* line 21, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 31, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 37, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
/* line 442, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 569, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
/* line 575, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 14, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 582, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 593, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 603, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 611, assets/bower/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 47, assets/sass/base/_variables.scss */
p:empty {
  display: none;
}

/* line 1, assets/sass/base/_base.scss */
body {
  font-family: "AvenirNextLTW01-Regular", Arial, sans-serif !important;
}

/* line 5, assets/sass/base/_base.scss */
sup {
  bottom: 0 !important;
}

/* line 9, assets/sass/base/_base.scss */
#left-area ul,
.comment-content ul,
body.et-pb-preview #main-content
.container ul {
  padding: 0;
  line-height: 1.4;
  list-style-type: none;
}

/* line 18, assets/sass/base/_base.scss */
.back-to-top:hover {
  cursor: pointer;
}

@media (min-width: 1400px) {
  /* line 24, assets/sass/base/_base.scss */
  .container {
    width: 1400px;
    max-width: none;
  }
}
@font-face {
  font-family: "Bakery";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Bakery/Bakery.otf") format("opentype"), url("./assets/fonts/Bakery/Bakery.woff") format("woff"), url("./assets/fonts/Bakery/Bakery.woff2") format("woff2");
}
@font-face {
  font-family: "Bromello";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Bromello/Bromello.otf") format("opentype"), url("./assets/fonts/Bromello/Bromello.woff") format("woff"), url("./assets/fonts/Bromello/Bromello.woff2") format("woff2");
}
@font-face {
  font-family: "Debby";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Debby/Debby.otf") format("opentype"), url("./assets/fonts/Debby/Debby.woff") format("woff"), url("./assets/fonts/Debby/Debby.woff2") format("woff2");
}
@font-face {
  font-family: "Didot";
  font-style: normal italic;
  font-weight: 400;
  src: url("./assets/fonts/Didot/Didot.eot?") format("eot"), url("./assets/fonts/Didot/Didot.svg#Didot") format("svg"), url("./assets/fonts/Didot/Didot.ttf") format("truetype"), url("./assets/fonts/Didot/Didot.woff") format("woff"), url("./assets/fonts/Didot/Didot.woff2") format("woff2");
}
@font-face {
  font-family: "Didot-Italic";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/Didot/Didot-Italic.eot?") format("eot"), url("./assets/fonts/Didot/Didot-Italic.svg#Didot-Italic") format("svg"), url("./assets/fonts/Didot/Didot-Italic.ttf") format("truetype"), url("./assets/fonts/Didot/Didot-Italic.woff") format("woff"), url("./assets/fonts/Didot/Didot-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "REIS";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/REIS/REIS-Regular.otf") format("opentype"), url("./assets/fonts/REIS/REIS-Regular.woff") format("woff"), url("./assets/fonts/REIS/REIS-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gothic-CondensedItalic";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Gothic/LeagueGothic-CondensedItalic.otf") format("opentype"), url("./assets/fonts/Gothic/LeagueGothic-CondensedItalic.woff") format("woff"), url("./assets/fonts/Gothic/LeagueGothic-CondensedItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Gothic-CondensedRegular";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Gothic/LeagueGothic-CondensedRegular.otf") format("opentype"), url("./assets/fonts/Gothic/LeagueGothic-CondensedRegular.woff") format("woff"), url("./assets/fonts/Gothic/LeagueGothic-CondensedRegular.woff2") format("woff2");
}
@font-face {
  font-family: "Gothic-Italic";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Gothic/LeagueGothic-Italic.otf") format("opentype"), url("./assets/fonts/Gothic/LeagueGothic-Italic.woff") format("woff"), url("./assets/fonts/Gothic/LeagueGothic-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Gothic";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Gothic/LeagueGothic-Regular.otf") format("opentype"), url("./assets/fonts/Gothic/LeagueGothic-Regular.woff") format("woff"), url("./assets/fonts/Gothic/LeagueGothic-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Heavitas";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/fonts/Heavitas/Heavitas.eot?") format("eot"), url("./assets/fonts/Heavitas/Heavitas.svg#Heavitas") format("svg"), url("./assets/fonts/Heavitas/Heavitas.ttf") format("truetype"), url("./assets/fonts/Heavitas/Heavitas.woff") format("woff"), url("./assets/fonts/Heavitas/Heavitas.woff2") format("woff2");
}
@font-face {
  font-family: "Uniform";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Uniform/Uniform-Bold.eot?") format("eot"), url("./assets/fonts/Uniform/Uniform-Bold.ttf") format("truetype"), url("./assets/fonts/Uniform/Uniform-Bold.woff") format("woff"), url("./assets/fonts/Uniform/Uniform-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "lato-light";
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fonts/Lato/lato-light-webfont.eot?") format("eot"), url("./assets/fonts/Lato/lato-light-webfont.otf") format("opentype"), url("./assets/fonts/Lato/lato-light-webfont.ttf") format("truetype"), url("./assets/fonts/Lato/lato-light-webfont.woff") format("woff"), url("./assets/fonts/Lato/lato-light-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "lato-hairline";
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fonts/Lato/lato-hairline-webfont.eot?") format("eot"), url("./assets/fonts/Lato/lato-hairline-webfont.otf") format("opentype"), url("./assets/fonts/Lato/lato-hairline-webfont.ttf") format("truetype"), url("./assets/fonts/Lato/lato-hairline-webfont.woff") format("woff"), url("./assets/fonts/Lato/lato-hairline-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "lato-regular";
  font-style: normal;
  font-weight: normal;
  src: url("./assets/fonts/Lato/lato-regular-webfont.eot?") format("eot"), url("./assets/fonts/Lato/lato-regular-webfont.otf") format("opentype"), url("./assets/fonts/Lato/lato-regular-webfont.ttf") format("truetype"), url("./assets/fonts/Lato/lato-regular-webfont.woff") format("woff"), url("./assets/fonts/Lato/lato-regular-webfont.woff2") format("woff2");
}
/*
@font-face {
  font-family: "Didot";
  src: url('assets/fonts/Didot.eot');
  src: url('assets/fonts/Didot.eot?#iefix') format('eot'),
       url('assets/fonts/Didot.woff') format('woff'),
       url('assets/fonts/Didot.woff2') format('woff2'),
       url('assets/fonts/Didot.ttf') format('truetype'),
       url('assets/fonts/Didot.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "Didot Italic";
  src: url('assets/fonts/Didot.eot');
  src: url('assets/fonts/Didot.eot?#iefix') format('eot'),
       url('assets/fonts/Didot.woff') format('woff'),
       url('assets/fonts/Didot.woff2') format('woff2'),
       url('assets/fonts/Didot.ttf') format('truetype'),
       url('assets/fonts/Didot.svg') format('svg');
  font-weight: 400;
  font-style: italic;
}
*/
/* line 46, assets/sass/base/_typography.scss */
.font-luna, .font-about-categories h1 {
  font-family: "Didot W01 Headline Bold";
}

/* line 50, assets/sass/base/_typography.scss */
.font-lucky, .font-about-categories p {
  font-family: "DidotW01-HeadlineRegula";
}

/**********
	Headers for product filter / featured pages
***********/
/* line 63, assets/sass/base/_typography.scss */
.cta-header {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  /* line 63, assets/sass/base/_typography.scss */
  .cta-header {
    margin-top: 50px;
  }
}

/* line 80, assets/sass/base/_typography.scss */
.font-avenir-bold {
  font-family: "Avenir Next LT W01 Bold" !important;
}
/* line 81, assets/sass/base/_typography.scss */
.font-avenir-heavy {
  font-family: "AvenirNextLTW01-Heavy" !important;
}
/* line 82, assets/sass/base/_typography.scss */
.font-avenir-bold-italic {
  font-family: "AvenirNextLTW01-BoldIta" !important;
}
/* line 83, assets/sass/base/_typography.scss */
.font-avenir-ultra-italic {
  font-family: "AvenirNextLTW01-UltraLi" !important;
}
/* line 84, assets/sass/base/_typography.scss */
.font-avenir-medium {
  font-family: "AvenirNextLTW01-Medium" !important;
}
/* line 85, assets/sass/base/_typography.scss */
.font-avenir-demi-italic {
  font-family: "AvenirNextLTW01-DemiIta" !important;
}
/* line 86, assets/sass/base/_typography.scss */
.font-avenir-demi-cn {
  font-family: "AvenirNextLTW01-DemiCn" !important;
}
/* line 87, assets/sass/base/_typography.scss */
.font-avenir-regular {
  font-family: "AvenirNextLTW01-Regular" !important;
}
/* line 88, assets/sass/base/_typography.scss */
.font-avenir-Cn-light {
  font-family: "AvenirNextW01-CnLight" !important;
}
/* line 89, assets/sass/base/_typography.scss */
.font-avenir-light {
  font-family: "Avenir Next W01 Light" !important;
}

/* line 93, assets/sass/base/_typography.scss */
.font-didot-headline-bold {
  font-family: "Didot W01 Headline Bold" !important;
}
/* line 94, assets/sass/base/_typography.scss */
.font-didot-headline-regular {
  font-family: "DidotW01-HeadlineRegula" !important;
}
/* line 95, assets/sass/base/_typography.scss */
.font-didot-headline-demi {
  font-family: "Didot W01 Headline Demi" !important;
}
/* line 96, assets/sass/base/_typography.scss */
.font-didot-display-regular {
  font-family: "DidotW01-DisplayRegular" !important;
}
/* line 97, assets/sass/base/_typography.scss */
.font-didot-display-demi {
  font-family: "Didot W01 Display Demi" !important;
}
/* line 98, assets/sass/base/_typography.scss */
.font-didot-display-bold {
  font-family: "Didot W01 Display Bold" !important;
}

/* line 102, assets/sass/base/_typography.scss */
body {
  text-rendering: optimizeLegibility;
}

/* line 2, assets/sass/layout/_layout.scss */
*:focus {
  outline: 2px dotted #333 !important;
}

/* line 7, assets/sass/layout/_layout.scss */
.no-gutter {
  padding: 0 !important;
  margin: 0 0 -10px 0;
}

@media (max-width: 320px) {
  /* line 13, assets/sass/layout/_layout.scss */
  div#page-container {
    overflow-x: hidden;
  }
}
@media all and (max-width: 768px) {
  /* line 18, assets/sass/layout/_layout.scss */
  .desktop {
    display: none !important;
  }
}

/* line 24, assets/sass/layout/_layout.scss */
.tablet {
  display: none !important;
}
@media all and (max-width: 768px) {
  /* line 24, assets/sass/layout/_layout.scss */
  .tablet {
    display: block !important;
  }
}

/* line 32, assets/sass/layout/_layout.scss */
#main-header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}

/* line 33, assets/sass/layout/_layout.scss */
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: 'ETmodules';
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}

/* line 34, assets/sass/layout/_layout.scss */
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-size: 16px;
  content: '\4c';
  top: 13px;
  right: 10px;
}

/* line 35, assets/sass/layout/_layout.scss */
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: '\4d';
}

/* line 36, assets/sass/layout/_layout.scss */
#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}

/* line 37, assets/sass/layout/_layout.scss */
#main-header .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}

/* line 39, assets/sass/layout/_layout.scss */
.cta-button {
  margin-top: 30px;
}
/* line 41, assets/sass/layout/_layout.scss */
.cta-button a {
  border-color: #fff;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  padding: 0 24px;
  border: 2px solid #fff;
  text-transform: uppercase;
}

/* line 54, assets/sass/layout/_layout.scss */
.sticky-wrapper.is-sticky {
  z-index: 999;
}

@media all and (min-width: 1200px) {
  /* line 59, assets/sass/layout/_layout.scss */
  #related-products li img {
    margin: 0 auto;
    height: 300px;
    width: auto;
  }
}
/* line 66, assets/sass/layout/_layout.scss */
.col {
  float: left;
}
/* line 68, assets/sass/layout/_layout.scss */
.col.col-5 {
  width: 20%;
}
@media all and (max-width: 767px) {
  /* line 68, assets/sass/layout/_layout.scss */
  .col.col-5 {
    width: 100%;
  }
}

/* line 76, assets/sass/layout/_layout.scss */
a.link-full {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
  z-index: 20;
}

/* line 87, assets/sass/layout/_layout.scss */
.hide {
  /*display: none;*/
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 96, assets/sass/layout/_layout.scss */
.woof_container label.hide {
  display: none !important;
}

/* line 100, assets/sass/layout/_layout.scss */
.side-social span.hide {
  display: inline-block;
  text-indent: -9999px;
}

/* line 105, assets/sass/layout/_layout.scss */
.OneLinkPoweredBy {
  display: none !important;
}

/* line 1, assets/sass/components/_accessibility.scss */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
/* line 3, assets/sass/components/_accessibility.scss */
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  clip: auto;
  overflow: visible;
  height: auto;
  color: #ef3fa9;
  padding: 3px 12px;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  top: 70px;
  z-index: 99;
  width: 100%;
}

/****************************
*	Header Styles
*****************************/
/* line 4, assets/sass/components/_header.scss */
.ogx-header#main-header,
.ogx-header#main-header.et-fixed-header {
  text-transform: uppercase;
}

/* line 9, assets/sass/components/_header.scss */
.ogx-header #et-top-navigation {
  float: left;
  padding-left: 0 !important;
}

/* line 14, assets/sass/components/_header.scss */
.et_fixed_nav #main-header {
  box-shadow: -4px 1px 15px #4f4f4f !important;
}

/* line 19, assets/sass/components/_header.scss */
#et_top_search {
  display: none;
}

/* line 23, assets/sass/components/_header.scss */
span.logo_helper {
  height: 0;
}

/* line 27, assets/sass/components/_header.scss */
.ogx-header .et-cart-info {
  display: none;
}

/* line 31, assets/sass/components/_header.scss */
.et-fixed-header #top-menu .sub-menu .menu-item a {
  color: #0a0a0a !important;
}

/* line 35, assets/sass/components/_header.scss */
.nav > li > .sub-menu {
  border-left: solid 1px #ffa3ca !important;
  border-bottom: solid 1px #ffa3ca !important;
  border-right: solid 1px #ffa3ca !important;
  border-top: solid 4px #ffa3ca !important;
}

/* line 42, assets/sass/components/_header.scss */
.nav li ul {
  border-width: 4px 1px 1px 1px;
  border-color: #ffa3ca !important;
  border-style: solid;
}

/* line 47, assets/sass/components/_header.scss */
.nav li li ul {
  top: -24px !important;
}

/* line 50, assets/sass/components/_header.scss */
#top-menu li.mega-menu > .sub-menu > a {
  text-transform: uppercase;
}

/* line 54, assets/sass/components/_header.scss */
#top-menu li li {
  text-transform: capitalize;
}

/* line 58, assets/sass/components/_header.scss */
#top-menu li.mega-menu > ul {
  left: inherit !important;
  width: auto !important;
}

/* line 63, assets/sass/components/_header.scss */
#top-menu li.mega-menu.mega-menu-parent li > .sub-menu,
#top-menu li.mega-menu.mega-menu-parent li li,
#top-menu li.mega-menu.mega-menu-parent li > a {
  background: rgba(255, 255, 255, 0) !important;
}

/* line 70, assets/sass/components/_header.scss */
.search__form {
  transform: translateY(60%);
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
}

/* line 77, assets/sass/components/_header.scss */
.search__form--group {
  position: relative;
  display: inline-block;
  width: 50%;
}

/* line 89, assets/sass/components/_header.scss */
.search__input {
  width: 100%;
  padding: 4px 10px;
  border: solid 1px #000;
}

/* line 95, assets/sass/components/_header.scss */
.search__icon,
.et-fixed-header .search__icon {
  background: transparent;
  border: 0;
  position: absolute;
  top: 2px;
  right: 4px;
}
/* line 102, assets/sass/components/_header.scss */
.search__icon:before,
.et-fixed-header .search__icon:before {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-size: 16px;
  content: "\55";
}

@media screen and (max-width: 980px) {
  /* line 118, assets/sass/components/_header.scss */
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 100%;
  }

  /* line 121, assets/sass/components/_header.scss */
  .mobile_menu_bar:before {
    color: #fff !important;
  }

  /* line 125, assets/sass/components/_header.scss */
  #main-header .et_mobile_menu {
    background: #fff !important;
  }

  /* line 129, assets/sass/components/_header.scss */
  .et_header_style_left #et-top-navigation {
    padding-top: 10px;
  }

  /* line 133, assets/sass/components/_header.scss */
  .et_header_style_left .mobile_menu_bar {
    padding-bottom: 10px;
  }

  /* line 137, assets/sass/components/_header.scss */
  .et_mobile_menu {
    border-top-color: #ef3fa9;
  }

  /* line 141, assets/sass/components/_header.scss */
  .et_mobile_menu li a {
    color: #000 !important;
  }

  /* line 145, assets/sass/components/_header.scss */
  .search__form--group {
    width: 100%;
  }

  /* line 149, assets/sass/components/_header.scss */
  .aws-container {
    margin-left: auto;
  }
}
/****************************
*	Divi style overrides
*****************************/
/* line 161, assets/sass/components/_header.scss */
.et_header_style_left .logo_container {
  position: absolute;
  left: 48%;
  height: 89px;
  width: 55px;
  order: 3;
  top: 7px;
  display: none;
}
/* line 169, assets/sass/components/_header.scss */
.et_header_style_left .logo_container img {
  filter: drop-shadow(-3px 1px 6px #222);
  width: 55px;
  height: 89px;
}
@media screen and (max-width: 980px) {
  /* line 161, assets/sass/components/_header.scss */
  .et_header_style_left .logo_container {
    display: none;
  }
}
@media screen and (max-width: 1130px) {
  /* line 161, assets/sass/components/_header.scss */
  .et_header_style_left .logo_container {
    left: 46%;
  }
}

/* line 186, assets/sass/components/_header.scss */
div.et_menu_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 70px;
}
@media screen and (max-width: 980px) {
  /* line 186, assets/sass/components/_header.scss */
  div.et_menu_container {
    height: 65px;
    width: 100%;
    margin: 0;
    padding: 0 5px;
    justify-content: space-between;
  }
}

/* line 200, assets/sass/components/_header.scss */
div.header__search {
  float: right;
  width: 15% !important;
  z-index: 9999;
  float: none;
  order: 4;
  margin: 0 15px 0 auto;
}
/* line 207, assets/sass/components/_header.scss */
div.header__search div.aws-container {
  float: none;
  width: 100%;
}
@media screen and (min-width: 1240px) {
  /* line 200, assets/sass/components/_header.scss */
  div.header__search {
    width: 20% !important;
  }
}

/* line 219, assets/sass/components/_header.scss */
.left-logo {
  background: url("assets/img/ogx-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 140px;
  order: 1;
  text-indent: -9999px;
}
@media screen and (max-width: 980px) {
  /* line 219, assets/sass/components/_header.scss */
  .left-logo {
    position: absolute;
    left: 40%;
    top: 5px;
  }
}
@media screen and (max-width: 530px) {
  /* line 219, assets/sass/components/_header.scss */
  .left-logo {
    left: 30%;
  }
}

/* line 237, assets/sass/components/_header.scss */
div#et-top-navigation {
  order: 2;
  margin-right: 2%;
}
@media screen and (min-width: 981px) {
  /* line 237, assets/sass/components/_header.scss */
  div#et-top-navigation {
    margin-right: 0;
  }
}

/* line 245, assets/sass/components/_header.scss */
header#main-header {
  z-index: 9999;
  box-shadow: -4px 1px 15px #4f4f4f !important;
}
@media screen and (max-width: 980px) {
  /* line 245, assets/sass/components/_header.scss */
  header#main-header {
    height: 65px;
  }
}

/* line 253, assets/sass/components/_header.scss */
.container:before, .container:after {
  display: none;
}

/* line 257, assets/sass/components/_header.scss */
header#main-header .clearfix:after {
  display: none;
}

@media screen and (max-width: 980px) {
  /* line 262, assets/sass/components/_header.scss */
  div.header__search {
    display: none;
    margin-left: 0;
    width: 20%;
  }

  /* line 268, assets/sass/components/_header.scss */
  img#logo {
    display: none;
  }
}
/* line 273, assets/sass/components/_header.scss */
img#logo {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1399px) {
  /* line 280, assets/sass/components/_header.scss */
  #main-header div.container {
    width: 100%;
    max-width: 100vw;
  }
  /* line 284, assets/sass/components/_header.scss */
  #main-header div.container div.logo_container {
    position: absolute;
    left: 48%;
  }
}
@media screen and (max-width: 1154px) {
  /* line 290, assets/sass/components/_header.scss */
  #main-header div.container #et-top-navigation nav#top-menu-nav ul#top-menu li {
    padding-right: 5px;
  }
  /* line 292, assets/sass/components/_header.scss */
  #main-header div.container #et-top-navigation nav#top-menu-nav ul#top-menu li a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1000px) {
  /* line 299, assets/sass/components/_header.scss */
  #main-header div.container #et-top-navigation nav#top-menu-nav ul#top-menu li a {
    font-size: 11px !important;
  }
}

/* line 306, assets/sass/components/_header.scss */
.language {
  order: 4;
}

/* line 313, assets/sass/components/_header.scss */
.join-us {
  color: white;
  margin: 0 0 0 15px;
  order: 5;
  display: none;
}
@media screen and (max-width: 980px) {
  /* line 313, assets/sass/components/_header.scss */
  .join-us {
    display: none;
  }
}

/* line 325, assets/sass/components/_header.scss */
.default-cursor a {
  cursor: default;
}

/***Fix for empty white space below header and above banner images ***/
/* line 332, assets/sass/components/_header.scss */
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_fixed_nav.et_show_nav #page-container {
  padding-top: 70px !important;
}

@media (max-width: 980px) {
  /* line 338, assets/sass/components/_header.scss */
  .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
  .et_fixed_nav.et_show_nav #page-container {
    padding-top: 65px !important;
  }
}
/****************************
*	Footer Styles
*****************************/
/* line 4, assets/sass/components/_footer.scss */
.et_pb_section.footer-social {
  background: #ffa3ca !important;
  overflow: hidden !important;
}

/* line 9, assets/sass/components/_footer.scss */
.footer-social div div div h3 {
  text-transform: uppercase;
  font-family: "Didot W01 Headline Bold";
}
/* line 13, assets/sass/components/_footer.scss */
.footer-social div div div ul.footer-social li a {
  text-transform: uppercase;
  font-family: "Didot W01 Headline Bold";
}

/* Footer Social */
/* line 20, assets/sass/components/_footer.scss */
.footer-social {
  list-style: none;
  padding: 30px 0 20px !important;
  text-align: center;
  display: flex;
  justify-content: space-around;
  color: white !important;
  clear: both;
  height: auto !important;
}

/* line 30, assets/sass/components/_footer.scss */
.footer-social li {
  display: block;
  text-align: center;
  padding: 0 15px;
  font-size: 1rem;
}

/* line 36, assets/sass/components/_footer.scss */
.footer-social li a {
  color: #fff;
}

/* line 39, assets/sass/components/_footer.scss */
.footer-social i {
  display: block;
  font-size: 2em;
}

/* line 43, assets/sass/components/_footer.scss */
.footer-social span {
  display: block;
  margin-top: 7px;
  font-size: 1.25em;
}

/* Footer Navigation */
/* line 50, assets/sass/components/_footer.scss */
.footer-navigation {
  padding: 0 !important;
}

/* line 53, assets/sass/components/_footer.scss */
.footer-navigation .et_pb_widget_area_left {
  border: none;
}

/* line 56, assets/sass/components/_footer.scss */
.footer-navigation .et_pb_widget {
  margin-bottom: 0 !important;
}

/* line 59, assets/sass/components/_footer.scss */
.footer-navigation .widgettitle {
  font-weight: 700;
}

/* line 62, assets/sass/components/_footer.scss */
.footer-navigation .et_pb_widget ul li {
  margin-bottom: 0;
}

/* line 65, assets/sass/components/_footer.scss */
.footer-navigation .et_pb_widget ul li a {
  color: #000;
}

/* line 68, assets/sass/components/_footer.scss */
div.footer-navigation .et_pb_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 72, assets/sass/components/_footer.scss */
div.footer-navigation .et_pb_row .et_pb_column, div.footer-navigation .et_pb_row .et_pb_column_1_3, div.footer-navigation .et_pb_row .et_pb_column_4 {
  width: auto !important;
}
/* line 75, assets/sass/components/_footer.scss */
div.footer-navigation .et_pb_row #nav_menu-3, div.footer-navigation .et_pb_row #nav_menu-4 {
  width: 100% !important;
}

/* Footer Bottom */
/* line 81, assets/sass/components/_footer.scss */
.white-footer-right {
  text-align: right;
}
/* line 83, assets/sass/components/_footer.scss */
.white-footer-right li {
  display: none !important;
}

@media (max-width: 980px) {
  /* line 89, assets/sass/components/_footer.scss */
  .white-footer-right {
    text-align: center;
  }
}
/* line 94, assets/sass/components/_footer.scss */
.white-footer-right select,
.white-footer-right ul,
.white-footer-right li {
  display: inline-block;
}

/* line 99, assets/sass/components/_footer.scss */
.white-footer-right ul {
  list-style: none;
  padding: 0 !important;
}

/* line 103, assets/sass/components/_footer.scss */
.white-footer-right li {
  margin: 0 0 0 25px;
  color: #000;
}

/* line 107, assets/sass/components/_footer.scss */
.white-footer-right li a {
  color: #000;
}

@media (max-width: 600px) {
  /* line 112, assets/sass/components/_footer.scss */
  .footer-social span {
    display: none;
  }

  /* line 116, assets/sass/components/_footer.scss */
  .footer-social li {
    display: block;
    padding: 0;
  }

  /* line 121, assets/sass/components/_footer.scss */
  .footer-social {
    display: flex;
    justify-content: space-around;
  }
}
/* line 130, assets/sass/components/_footer.scss */
li#menu-item-4648 a {
  padding-right: 18px;
  background: url('assets/img/ad-choices.png?1591985641') 100% 50%/12px auto no-repeat;
}

/* line 3, assets/sass/components/_menu.scss */
#top-menu li.mega-menu > ul > li > a:first-child {
  height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

/* line 8, assets/sass/components/_menu.scss */
.menu__slider {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 130px;
  z-index: 9999;
}

/* line 17, assets/sass/components/_menu.scss */
.menu__slider .menu {
  width: 50%;
  text-align: center;
}

/* line 24, assets/sass/components/_menu.scss */
.menu__slider .menu-item {
  display: inline-block;
  margin: 0 2%;
  padding: 0 2%;
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Regular";
  font-size: 1.2em;
}

/* line 33, assets/sass/components/_menu.scss */
.menu__slider .current-menu-item,
.menu__slider .menu-item:hover {
  position: relative;
  border-bottom: solid 2px transparent;
}

/* line 39, assets/sass/components/_menu.scss */
.menu__slider .current-menu-item::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -6px;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
}

/* line 53, assets/sass/components/_menu.scss */
.menu__slider #menu-news-now .menu-item a {
  color: #000;
}
/* line 56, assets/sass/components/_menu.scss */
.menu__slider #menu-news-now .current-menu-item,
.menu__slider #menu-news-now .menu-item:hover {
  border-color: #000;
}
/* line 60, assets/sass/components/_menu.scss */
.menu__slider #menu-news-now .current-menu-item::after {
  border-top-color: #000;
}

/* line 67, assets/sass/components/_menu.scss */
.menu__slider #menu-how-to .menu-item a {
  color: #000;
}
/* line 70, assets/sass/components/_menu.scss */
.menu__slider #menu-how-to .current-menu-item,
.menu__slider #menu-how-to .menu-item:hover {
  border-color: #000;
}
/* line 74, assets/sass/components/_menu.scss */
.menu__slider #menu-how-to .current-menu-item::after {
  border-top-color: #000;
}

/* line 80, assets/sass/components/_menu.scss */
#menu-how-to-1 {
  display: none;
}

/* line 88, assets/sass/components/_menu.scss */
.menu__tag-filter {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
/* line 93, assets/sass/components/_menu.scss */
.menu__tag-filter .nav {
  width: 50%;
  margin: 20px 0;
  text-align: center;
}
/* line 97, assets/sass/components/_menu.scss */
.menu__tag-filter .nav a {
  color: #666;
}
/* line 100, assets/sass/components/_menu.scss */
.menu__tag-filter .nav > .menu-item {
  display: inline-block;
  margin: 0 2%;
  padding: 0 2%;
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Regular";
  font-size: 1.2em;
}
/* line 107, assets/sass/components/_menu.scss */
.menu__tag-filter .nav > .menu-item > a::after {
  position: absolute;
  top: -2px;
  right: -20px;
  font-family: "ETmodules";
  font-size: 28px;
  font-weight: 200;
  content: '3';
}
/* line 117, assets/sass/components/_menu.scss */
.menu__tag-filter .nav .sub-menu {
  text-transform: capitalize;
}

/*********
Advanced Woo Search Styles
**********/
/* line 129, assets/sass/components/_menu.scss */
.aws-search-result {
  z-index: 99999;
}

/* line 133, assets/sass/components/_menu.scss */
.aws-container {
  width: 60%;
  transform: translateY(5%);
  -webkit-transform: translateY(5%);
}

/* line 139, assets/sass/components/_menu.scss */
.aws-search-result {
  position: fixed;
}

/***********
Product Page Menu (product filter)
************/
@media (max-width: 968px) {
  /* line 147, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  /* line 154, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav > .menu-item {
    display: block;
    margin-bottom: 30px;
  }

  /* line 159, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav .sub-menu {
    width: 80%;
    left: 10%;
  }
}
/******
SEARCH BAR STYLEZ
*******/
@media (max-width: 670px) {
  /* line 184, assets/sass/components/_menu.scss */
  .aws-container {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  /* line 190, assets/sass/components/_menu.scss */
  #aws-search-result-1 {
    width: 90vw !important;
    position: absolute !important;
    left: 5vw !important;
  }
}
/***********
Product Page Menu (product filter)
************/
@media (max-width: 968px) {
  /* line 203, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  /* line 210, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav > .menu-item {
    display: block;
    margin-bottom: 30px;
  }

  /* line 215, assets/sass/components/_menu.scss */
  .menu__tag-filter .nav .sub-menu {
    width: 80%;
    left: 10%;
  }
}
/***********
SLIDER MENU ON THE NEW+PAGES
************/
@media (max-width: 980px) {
  /* line 226, assets/sass/components/_menu.scss */
  .banner-menu .menu__slider {
    top: 70px;
  }
  /* line 228, assets/sass/components/_menu.scss */
  .banner-menu .menu__slider ul {
    width: 100%;
  }
}
/* line 1, assets/sass/components/_social.scss */
.widget {
  width: 240px;
  background: ghostwhite;
  padding: 20px;
}

/* line 2, assets/sass/components/_social.scss */
.fm-update {
  margin-bottom: 20px;
  border-bottom: 1px #ddd;
}

/* line 3, assets/sass/components/_social.scss */
.avatar {
  float: left;
  margin-right: 10px;
  height: 48px;
  width: 48px;
}

/* line 4, assets/sass/components/_social.scss */
.author {
  font-size: 1.2em;
  padding-top: 5px;
}

/* line 5, assets/sass/components/_social.scss */
.timestamp {
  font-size: .8em;
  color: #777;
}

/* line 6, assets/sass/components/_social.scss */
.text {
  margin-top: 20px 0;
}

/* line 10, assets/sass/components/_social.scss */
.side-social {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 114px;
  width: 31px;
  position: fixed;
  left: 2px;
  z-index: 10;
  top: 30%;
}
@media screen and (min-with: 840px) {
  /* line 10, assets/sass/components/_social.scss */
  .side-social {
    top: 36%;
  }
}
/* line 26, assets/sass/components/_social.scss */
.side-social a {
  padding: 0 !important;
  border: none !important;
}
/* line 31, assets/sass/components/_social.scss */
.side-social i {
  font-size: 33px;
  color: #000;
}

/* line 37, assets/sass/components/_social.scss */
.home .side-social {
  bottom: 0;
  top: auto;
}

/**********
Social Share icons on product image for product pages
**********/
/* line 47, assets/sass/components/_social.scss */
.social-share-icons {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  display: flex;
  color: #000;
}
/* line 55, assets/sass/components/_social.scss */
.social-share-icons li {
  margin-right: 5px;
  color: #000 !important;
}
/* line 59, assets/sass/components/_social.scss */
.social-share-icons li a {
  color: #000;
}

/* line 1, assets/sass/components/_product.scss */
.hide-n-seek {
  display: none;
}

/* line 5, assets/sass/components/_product.scss */
.wtb-inner {
  padding: 20px 0;
}

/* line 8, assets/sass/components/_product.scss */
#collapseSeven .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #ef3fa9;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  max-width: 320px;
}
@media (min-width: 992px) {
  /* line 8, assets/sass/components/_product.scss */
  #collapseSeven .btn {
    margin: 0;
  }
}

/* line 37, assets/sass/components/_product.scss */
.container-fluid {
  max-width: 1600px;
}

/* line 42, assets/sass/components/_product.scss */
.product-item__category {
  font-family: "Avenir Next LT W01 Bold";
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
  margin-top: 20px;
}

/* line 52, assets/sass/components/_product.scss */
.product-item__title, .product-item__price {
  font-family: "AvenirNextLTW01-Medium";
  text-transform: uppercase;
}

/* line 58, assets/sass/components/_product.scss */
body.ko-kr h3.product-item__category {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 5px;
}
/* line 63, assets/sass/components/_product.scss */
body.ko-kr h1.product-item__title, body.ko-kr h1.product-item__price {
  font-size: 30px;
  line-height: 30px;
}
/* line 67, assets/sass/components/_product.scss */
body.ko-kr h2.product-item__title, body.ko-kr h2.product-item__price {
  font-size: 23px;
  line-height: 23px;
}

/* line 72, assets/sass/components/_product.scss */
.product-item__price {
  font-size: 25px;
  color: #333;
}

/* line 78, assets/sass/components/_product.scss */
.product-item__hero {
  min-height: 520px;
}

/* line 82, assets/sass/components/_product.scss */
.product-item-loop__category {
  font-family: "DidotW01-HeadlineRegula";
}

/* line 86, assets/sass/components/_product.scss */
.products li {
  text-align: center;
}

/* line 90, assets/sass/components/_product.scss */
.product-discontinued {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  background: #f00;
}

/*Video Styles for product page*/
@media (min-width: 980px) {
  /* line 101, assets/sass/components/_product.scss */
  .product-video__container iframe {
    height: auto;
    width: auto;
    margin-top: 50px;
  }
}
/* line 109, assets/sass/components/_product.scss */
.product-video__container {
  text-align: center !Important;
}

/**********
Product Page Style Fixes (fluid adjustments)
***********/
/*Product Image right-padding and full-width fix*/
/* line 118, assets/sass/components/_product.scss */
.no-right-padding {
  padding-right: 0 !important;
}

/* line 122, assets/sass/components/_product.scss */
.no-right-padding > div > a > img {
  width: 100% !important;
}

/*Collections page, main product image full width fix*/
/* line 127, assets/sass/components/_product.scss */
.product-cat__feature > div > img {
  width: 100% !important;
}

/*Center inline-ratings on product filter pages*/
/* line 133, assets/sass/components/_product.scss */
.BV-Center {
  position: relative;
  display: inline-block;
  margin: 0px auto;
}

/* line 139, assets/sass/components/_product.scss */
.store-finder-columns > a {
  font-size: 1.25em;
}

/* line 143, assets/sass/components/_product.scss */
.store-finder-columns {
  text-align: center;
}

@media all and (min-width: 981px) {
  /* line 151, assets/sass/components/_product.scss */
  .woocommerce-page ul.products li.product:nth-child(4n+1) {
    clear: both;
  }
}
@media (max-width: 990px) {
  /*Fixing featured product styles for mobile*/
  /* line 162, assets/sass/components/_product.scss */
  .product img {
    margin: auto !important;
  }

  /* line 167, assets/sass/components/_product.scss */
  .woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin: auto !important;
  }
}
@media (max-width: 500px) {
  /* line 174, assets/sass/components/_product.scss */
  .product img {
    width: 100% !important;
    margin: auto !important;
    padding: 15px 0;
  }
}
@media (max-width: 1120px) {
  /* line 183, assets/sass/components/_product.scss */
  .store-finder-columns > a {
    font-size: 1em;
  }
}
@media (max-width: 990px) {
  /* line 189, assets/sass/components/_product.scss */
  .store-finder-columns > a {
    font-size: 1.25em;
  }
}
@media (max-width: 350px) {
  /* line 195, assets/sass/components/_product.scss */
  .store-finder-columns > a {
    font-size: 1em;
  }
}
/***********
Mobile Product Page Edits
***********/
/*Tablet*/
@media (max-width: 1024px) {
  /* line 206, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 400px;
  }
}
@media (max-width: 968px) {
  /* line 211, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 300px;
  }

  /* line 215, assets/sass/components/_product.scss */
  .no-right-padding {
    padding-left: 0;
  }
}
@media (max-width: 650px) {
  /* line 221, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 200px;
  }
}
/*Mobile*/
@media (max-width: 500px) {
  /* line 228, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 150px;
  }
}
/*Mobile Small*/
@media (max-width: 380px) {
  /* line 235, assets/sass/components/_product.scss */
  .product-item__hero {
    min-height: 125px;
  }

  /* line 239, assets/sass/components/_product.scss */
  .button__collection {
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 990px) {
  /* line 247, assets/sass/components/_product.scss */
  .page-id-6369 .woocommerce ul.products li.product a img,
  .page-id-6369 .woocommerce-page ul.products li.product a img {
    margin: -40% auto 0 auto !important;
  }
}
@media (max-width: 479px) {
  /* line 253, assets/sass/components/_product.scss */
  .page-id-6369 .woocommerce ul.products li.product a img,
  .page-id-6369 .woocommerce-page ul.products li.product a img {
    margin: -50% auto 0 auto !important;
  }
}

/* line 2, assets/sass/components/_panels.scss */
.panel-group .panel {
  border-radius: 0;
}

/* line 6, assets/sass/components/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 0;
}

/* line 10, assets/sass/components/_panels.scss */
.panel {
  border-top: solid 2px #666;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
}
/* line 14, assets/sass/components/_panels.scss */
.panel > div {
  position: relative;
}

/* line 19, assets/sass/components/_panels.scss */
.panel__title {
  margin: 0;
  padding: 0.5em 0;
  color: #333;
  font-family: "AvenirNextLTW01-Medium";
  text-transform: uppercase;
}

/* line 27, assets/sass/components/_panels.scss */
.panel__button {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 10px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
/* line 37, assets/sass/components/_panels.scss */
.panel__button em {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 6px;
}
/* line 45, assets/sass/components/_panels.scss */
.panel__button em::before, .panel__button em::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #333;
}

/* line 58, assets/sass/components/_panels.scss */
.panel__button.collapsed em::before {
  /* rotate top line */
  transform: rotate(-90deg);
}
/* line 63, assets/sass/components/_panels.scss */
.panel__button.collapsed em::after {
  /* rotate bottom line */
  transform: rotate(0deg);
}

/* line 1, assets/sass/components/_buttons.scss */
.et_pb_button {
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  font-size: 28px;
  border-radius: 16px;
  border-color: #ef3fa9 !important;
}

/* line 8, assets/sass/components/_buttons.scss */
.button__collection {
  display: block;
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
  bottom: 80px;
}

/* line 16, assets/sass/components/_buttons.scss */
.product-cat__feature {
  position: relative;
}
/* line 18, assets/sass/components/_buttons.scss */
.product-cat__feature .button__collection {
  position: absolute;
  bottom: 20px;
  width: 60%;
  left: 20%;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5em;
}

/*Large displays*/
@media (min-width: 1800px) {
  /* line 32, assets/sass/components/_buttons.scss */
  .product-cat__feature .button__collection {
    font-size: 2em;
  }
}
/*Laptop Large*/
@media (max-width: 1440px) {
  /* line 41, assets/sass/components/_buttons.scss */
  .product-cat__feature .button__collection {
    font-size: 1.25em;
  }
}
/*Laptop Medium/Small*/
@media (max-width: 1200px) {
  /* line 51, assets/sass/components/_buttons.scss */
  .product-cat__feature .button__collection {
    font-size: 1em;
    bottom: 15px;
  }
}
/*Mobile large*/
@media (max-width: 800px) {
  /* line 61, assets/sass/components/_buttons.scss */
  .product-cat__feature .button__collection {
    z-index: 2;
    width: 100vw;
    right: 0;
    left: initial;
    margin-right: 0;
    font-size: 1.25em;
  }

  /* line 72, assets/sass/components/_buttons.scss */
  .aloe__button > a {
    width: 70% !important;
  }
}
/* line 77, assets/sass/components/_buttons.scss */
.et_pb_cta_0.et_pb_promo .et_pb_button.et_pb_promo_button {
  height: auto !important;
  width: auto !important;
}

/*Mobile medium*/
@media (max-width: 450px) {
  /* line 84, assets/sass/components/_buttons.scss */
  .aloe__button > a {
    width: 80% !important;
    font-size: 1.15em;
  }
}
/*Mobile Small*/
@media (max-width: 380px) {
  /* line 94, assets/sass/components/_buttons.scss */
  .button__collection {
    width: 90%;
    margin-left: 5%;
    bottom: 60px;
  }
}
/* line 107, assets/sass/components/_buttons.scss */
.products__mobile-button {
  text-align: center;
  margin: 10px 0;
}

/* line 112, assets/sass/components/_buttons.scss */
.button__collection-mobile {
  font-size: 1.75em;
}

@media (min-width: 990px) {
  /* line 117, assets/sass/components/_buttons.scss */
  .products__mobile-button {
    display: none;
  }
}
@media (max-width: 990px) {
  /* line 123, assets/sass/components/_buttons.scss */
  .button__collection {
    display: none;
  }
}
@media (max-width: 1410px) {
  /* line 129, assets/sass/components/_buttons.scss */
  .button__collection {
    bottom: 60px;
    font-size: 1.25em;
  }
}
/* line 139, assets/sass/components/_buttons.scss */
.shop__collections-button {
  text-align: center;
  padding-bottom: 40px;
}
/* line 142, assets/sass/components/_buttons.scss */
.shop__collections-button a {
  font-size: 22px;
}

@media (max-width: 800px) {
  /* line 150, assets/sass/components/_buttons.scss */
  .shop__collections-button a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  /* line 158, assets/sass/components/_buttons.scss */
  .shop__collections-button a {
    font-size: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 410px) {
  /* line 168, assets/sass/components/_buttons.scss */
  .shop__collections-button a {
    font-size: 8px;
  }
}
/* line 1, assets/sass/components/_gallery.scss */
.product-cat__gallery {
  display: flex;
  flex: row wrap;
  justify-content: flex-start;
  position: relative;
}

/* line 8, assets/sass/components/_gallery.scss */
.product-cat__feature {
  width: 33.33%;
}
/* line 10, assets/sass/components/_gallery.scss */
.product-cat__feature img {
  display: block;
}

/* line 15, assets/sass/components/_gallery.scss */
body.ko-kr .product-cat_feature-box {
  width: 100%;
}

/* line 20, assets/sass/components/_gallery.scss */
.product-cat_feature-box {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  visibility: hidden;
  padding: 0 15%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 18px;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 20, assets/sass/components/_gallery.scss */
  .product-cat_feature-box {
    width: 100%;
  }
}
/* line 39, assets/sass/components/_gallery.scss */
.product-cat_feature-box h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Didot W01 Headline Bold";
}

/* line 46, assets/sass/components/_gallery.scss */
.product-cat__section {
  width: 66.66%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/* line 52, assets/sass/components/_gallery.scss */
.product-cat__section div:not(:first-child) {
  flex: 1 0 auto;
  width: 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  /* line 59, assets/sass/components/_gallery.scss */
  .product-cat__section:hover .product-cat_feature-box {
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  /* line 64, assets/sass/components/_gallery.scss */
  .product-cat__section .product-cat_feature-box {
    visibility: visible;
  }
}
/* line 70, assets/sass/components/_gallery.scss */
.product-cat_feature-box {
  height: 100%;
}

/*Large Displays*/
@media (min-width: 1800px) {
  /* line 76, assets/sass/components/_gallery.scss */
  .product-cat_feature-box h3 {
    font-size: 36px;
  }

  /* line 80, assets/sass/components/_gallery.scss */
  .product-cat_feature-box p {
    font-size: 26px;
    line-height: 1.25em;
  }
}
/*Tablet*/
@media (max-width: 810px) {
  /* line 89, assets/sass/components/_gallery.scss */
  .product-cat__gallery {
    display: block;
  }

  /* line 93, assets/sass/components/_gallery.scss */
  .product-cat__feature {
    width: 100%;
  }

  /* line 97, assets/sass/components/_gallery.scss */
  .product-cat__feature > div > a > img {
    width: 60% !important;
    margin-left: 20%;
  }

  /* line 102, assets/sass/components/_gallery.scss */
  .product-cat__section {
    width: 100%;
  }

  /* line 106, assets/sass/components/_gallery.scss */
  .product-cat__section > div:not(:first-child) {
    height: 250px;
  }
}
/*Small tablet / Large mobile */
@media (max-width: 650px) {
  /* line 114, assets/sass/components/_gallery.scss */
  .product-cat__section > div:not(:first-child) {
    height: 225px;
  }

  /* line 119, assets/sass/components/_gallery.scss */
  .product-cat_feature-box h3 {
    font-size: 24px;
  }

  /* line 123, assets/sass/components/_gallery.scss */
  .product-cat_feature-box p {
    font-size: 16px;
    line-height: normal;
  }
}
/*Mobile*/
@media (max-width: 525px) {
  /* line 132, assets/sass/components/_gallery.scss */
  .product-cat__section > div {
    width: 100%;
  }
}
/* line 1, assets/sass/components/_hero.scss */
span.scroll-down {
  display: none;
}

/* line 5, assets/sass/components/_hero.scss */
div.et_pb_fullwidth_header_scroll a {
  background: url("assets/img/Bottle-Arrow-Down.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 50px;
}

/* line 1, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper {
  height: 451px !important;
}
/* line 3, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner {
  height: 451px;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 38px;
  position: relative;
}
/* line 9, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner .ogx-banner__copy {
  position: relative;
  float: right;
  width: 55%;
  z-index: 9;
  padding-top: 50px;
  text-align: right;
}
@media all and (max-width: 1200px) {
  /* line 9, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__copy {
    width: 45%;
  }
}
/* line 19, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner .ogx-banner__copy h2 {
  color: #fff;
  font-size: 78px;
  line-height: 84px;
  font-family: "Didot", Georgia, serif;
  letter-spacing: -4px;
  text-align: right;
}
@media all and (max-width: 1200px) {
  /* line 19, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__copy h2 {
    font-size: 51px;
    line-height: 60px;
  }
}
/* line 31, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner .ogx-banner__copy p {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  margin-bottom: 20px;
}
/* line 39, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner .ogx-banner__copy a {
  display: inline-block;
  font-size: 15px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 10px;
  line-height: 17px;
  padding: 3px 6px;
  text-transform: uppercase;
}
/* line 50, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner .ogx-banner__img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  /* line 50, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__img {
    width: 50%;
    background-size: 100% auto;
  }
}
/* line 64, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner .ogx-banner__img img {
  position: absolute;
  height: 100%;
  width: auto;
}
@media all and (max-width: 1200px) and (min-width: 769px) {
  /* line 64, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__img img {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}
/* line 77, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--alt .ogx-banner__copy {
  float: none;
  text-align: left;
}
/* line 80, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--alt .ogx-banner__copy h2 {
  text-align: left;
}
/* line 83, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--alt .ogx-banner__copy p {
  text-align: left;
}
/* line 87, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--alt .ogx-banner__img {
  background-position: 100% 50%;
  left: auto;
  right: 0;
}
/* line 91, assets/sass/components/_banner-base.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--alt .ogx-banner__img img {
  right: 0;
}

@media all and (max-width: 768px) {
  /* line 100, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper {
    height: auto !important;
  }
  /* line 102, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner {
    height: auto;
  }
  /* line 104, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__copy {
    width: 100%;
    max-width: none !important;
    text-align: center !important;
    float: none;
  }
  /* line 109, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__copy h2 {
    text-align: center !important;
  }
  /* line 112, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__copy p {
    text-align: center !important;
  }
  /* line 116, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__img {
    position: relative;
    height: auto;
    background-position: 50% 100%;
    top: auto;
    left: auto;
    clear: both;
    padding-top: 30px;
  }
  /* line 124, assets/sass/components/_banner-base.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__img img {
    display: block;
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
/* line 137, assets/sass/components/_banner-base.scss */
.pad-left {
  padding-left: 51px;
}
@media all and (max-width: 768px) {
  /* line 137, assets/sass/components/_banner-base.scss */
  .pad-left {
    padding-left: 0 !important;
  }
}

/* line 144, assets/sass/components/_banner-base.scss */
.pad-left--lg,
.pad-left-lg {
  padding-left: 72px;
}
@media all and (max-width: 768px) {
  /* line 144, assets/sass/components/_banner-base.scss */
  .pad-left--lg,
  .pad-left-lg {
    padding-left: 0 !important;
  }
}

/* line 152, assets/sass/components/_banner-base.scss */
.pad-right {
  padding-right: 51px;
}
@media all and (max-width: 768px) {
  /* line 152, assets/sass/components/_banner-base.scss */
  .pad-right {
    padding-right: 0 !important;
  }
}

/* line 159, assets/sass/components/_banner-base.scss */
.pad-right--lg,
.pad-right-lg {
  padding-right: 72px;
}
@media all and (max-width: 768px) {
  /* line 159, assets/sass/components/_banner-base.scss */
  .pad-right--lg,
  .pad-right-lg {
    padding-right: 0 !important;
  }
}

/* line 4, assets/sass/components/_banner.scss */
.banner__secondary-feature .et_pb_fullwidth_header_container {
  width: 100% !important;
  max-width: none !important;
}
/* line 8, assets/sass/components/_banner.scss */
.banner__secondary-feature .header-image-container {
  width: 75% !important;
}
/* line 11, assets/sass/components/_banner.scss */
.banner__secondary-feature .header-content-container {
  width: 25% !important;
}
/* line 13, assets/sass/components/_banner.scss */
.banner__secondary-feature .header-content-container .header-content {
  float: none !important;
  text-align: center !important;
}
/* line 18, assets/sass/components/_banner.scss */
.banner__secondary-feature .header-image {
  margin: 0;
}

/* line 24, assets/sass/components/_banner.scss */
.OneLinkPoweredBy {
  width: auto !important;
}

/**********************************
Main Hero Banner styling
**********************************/
/* line 38, assets/sass/components/_banner.scss */
.main-hero__container {
  background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2017/01/HERO-BANNER-1920X960.jpg");
  max-height: 960px;
  min-height: 600px;
  position: relative;
}

/*Placeholder bottles image that sets height of parent div*/
/* line 49, assets/sass/components/_banner.scss */
.main-hero__bottle-img-placeholder {
  visibility: hidden;
}

/*****
Absolutely positioning different images on banner
*****/
/* line 58, assets/sass/components/_banner.scss */
.main-hero__bottle-img-desktop {
  background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2017/02/fullmain.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 50%;
}

/* line 67, assets/sass/components/_banner.scss */
.main-hero__text-img {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
  max-width: 35%;
}

/* line 75, assets/sass/components/_banner.scss */
.main-hero__button {
  font-size: 2.5em;
  position: absolute;
  left: 12%;
  bottom: 10%;
  z-index: 2;
}

/* line 84, assets/sass/components/_banner.scss */
.main-hero__bottle-img-mobile {
  display: none;
}

/*Large Screen adjustments*/
@media (min-width: 1660px) {
  /* line 96, assets/sass/components/_banner.scss */
  .main-hero__button {
    font-size: 3em;
    bottom: 11%;
  }

  /* line 101, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    max-width: 50%;
  }

  /* line 105, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-placeholder {
    max-width: 50%;
  }
}
/*Desktop Screen adjustments*/
@media (max-width: 1660px) {
  /* line 113, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    max-width: 60%;
  }

  /* line 117, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-placeholder {
    max-width: 60%;
  }

  /* line 121, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 35%;
  }

  /* line 125, assets/sass/components/_banner.scss */
  .main-hero__button {
    font-size: 2.5em;
  }
}
/*Desktop Screen adjustments*/
@media (max-width: 1390px) {
  /* line 132, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    max-width: 70%;
  }

  /* line 136, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-placeholder {
    max-width: 70%;
  }
}
/*Desktop Screen adjustments*/
@media (max-width: 1190px) {
  /* line 144, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    max-width: 100%;
    height: 600px;
  }
}
/*******
Tablet
*******/
@media (max-width: 968px) {
  /* line 155, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-desktop {
    display: none;
  }

  /* line 159, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-mobile {
    display: block;
    position: absolute;
    max-width: 65%;
    bottom: 0;
    right: 0;
  }

  /* line 167, assets/sass/components/_banner.scss */
  .main-hero__container {
    background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2017/01/HERO-BANNER-1920X960.jpg");
  }

  /* line 171, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 50%;
  }

  /* line 175, assets/sass/components/_banner.scss */
  .main-hero__button {
    bottom: 24%;
  }
}
/*Slightly smaller tablet*/
@media (max-width: 725px) {
  /* line 182, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-mobile {
    max-width: 75%;
  }

  /* line 186, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 60%;
    left: 3%;
  }

  /* line 191, assets/sass/components/_banner.scss */
  .main-hero__button {
    left: 5%;
  }
}
/*I guess this is an even smaller tablet*/
@media (max-width: 600px) {
  /* line 198, assets/sass/components/_banner.scss */
  .main-hero__bottle-img-mobile {
    max-width: 100%;
  }

  /* line 202, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 70%;
    left: 3%;
    top: 4%;
  }
}
/*Mobile L*/
@media (max-width: 500px) {
  /* line 211, assets/sass/components/_banner.scss */
  .main-hero__button {
    font-size: 2em;
    bottom: 45%;
    width: 60%;
    left: 20%;
    text-align: center;
  }

  /* line 219, assets/sass/components/_banner.scss */
  .main-hero__text-img {
    max-width: 80%;
    left: 10%;
  }
}
/*Mobile M - S */
@media (max-width: 360px) {
  /* line 227, assets/sass/components/_banner.scss */
  .main-hero__button {
    font-size: 1.75em;
  }

  /* line 231, assets/sass/components/_banner.scss */
  .main-hero__container {
    min-height: 500px;
  }
}
/*****************END MAIN HERO BANNER STYLES******************/
/*Secondary_Feature banner mobile fixes*/
@media (max-width: 600px) {
  /* line 242, assets/sass/components/_banner.scss */
  .banner__secondary-feature > div .header-image-container {
    width: 100% !important;
  }

  /* line 246, assets/sass/components/_banner.scss */
  .banner__secondary-feature > div .header-content-container {
    width: 70% !important;
  }

  /* line 250, assets/sass/components/_banner.scss */
  .banner_secondary-feature > div .header-content-container > div {
    padding-left: 0 !important;
  }

  /* line 254, assets/sass/components/_banner.scss */
  .banner_secondary-feature > div .header-content-container > div > a {
    display: block !important;
  }
}
/**********************************
Wholesome Beauty Homepage banner styling
**********************************/
/* line 267, assets/sass/components/_banner.scss */
.wholesome-beauty__container {
  min-height: 400px !important;
  max-height: 640px !important;
  position: relative !important;
  background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2017/02/y2para.jpg");
}

/******
Absolutely positioned elements on banner
******/
/* line 279, assets/sass/components/_banner.scss */
.wholesome-beauty__header {
  font-family: "Lucky" !important;
  color: #000 !important;
  position: absolute !important;
  top: 20% !important;
  right: 10% !important;
  font-size: 56px !important;
  z-index: 2 !important;
}

/* line 289, assets/sass/components/_banner.scss */
.wholesome-beauty__button {
  font-size: 2.5em !important;
  position: absolute !important;
  top: 50% !important;
  right: 10% !important;
}

/* line 296, assets/sass/components/_banner.scss */
.wholesome-beauty__bottle-img {
  position: absolute !important;
  bottom: 2% !important;
  left: 5% !important;
  max-width: 35% !important;
}

/******
Header/subheader text styles
******/
/* line 306, assets/sass/components/_banner.scss */
.wholesome-beauty__beauty-text {
  font-family: "Luna" !important;
}

/* line 310, assets/sass/components/_banner.scss */
.wholesome-beauty__subheader {
  font-style: italic !important;
}

/*Placeholder bottles image that sets height of parent div*/
/* line 315, assets/sass/components/_banner.scss */
.wholesome-beauty__bottle-img-placeholder {
  visibility: hidden !important;
  margin-top: 40px !important;
  max-width: 35% !important;
}

/*******
Large, large screens
*******/
@media (min-width: 1800px) {
  /* line 325, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    font-size: 3em !important;
  }

  /* line 329, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 80px !important;
  }
}
/*******
Retina/Smaller Screen laptops
*******/
@media (max-width: 1300px) {
  /* line 338, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 44px !important;
  }

  /* line 342, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    font-size: 2em !important;
  }
}
/*******
Tablets
*******/
@media (max-width: 968px) {
  /* line 352, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    right: 4% !important;
    font-size: 36px !important;
  }

  /* line 357, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    right: 4% !important;
    font-size: 1.75em !important;
  }

  /* line 362, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    left: 2% !important;
  }
}
/*******
Mobile Large
*******/
@media (max-width: 550px) {
  /* line 371, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 30px !important;
    right: 10% !important;
    top: 8% !important;
  }

  /* line 377, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    width: 80% !important;
    right: 10% !important;
    left: 10% !important;
    top: 25% !important;
    text-align: center !important;
    font-size: 1.25em !important;
    z-index: 2 !important;
  }

  /* line 387, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    width: 45% !important;
    left: 25% !important;
    max-width: 45% !important;
  }
}
/*******
Mobile Medium
*******/
@media (max-width: 430px) {
  /* line 398, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    width: 50% !important;
    max-width: 50% !important;
  }

  /* line 403, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 26px !important;
  }

  /* line 407, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    top: 30% !important;
  }
}
/*******
Mobile Small
*******/
@media (max-width: 350px) {
  /* line 417, assets/sass/components/_banner.scss */
  .wholesome-beauty__header {
    font-size: 24px !important;
    right: 5% !important;
  }

  /* line 422, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    width: 60% !important;
    max-width: 60% !important;
    left: 20% !important;
  }

  /* line 428, assets/sass/components/_banner.scss */
  .wholesome-beauty__button {
    top: 25% !important;
  }
}
/******************END Wholesome Beauty BANNER STYLES****************/
/**********************************
Shea Butter Banner styling
**********************************/
/* line 441, assets/sass/components/_banner.scss */
.shea-butter-background {
  min-height: 400px;
  max-height: 640px;
  position: relative;
  background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2017/02/b3para.jpg");
}

/******
Text styling
******/
/* line 454, assets/sass/components/_banner.scss */
.shea-butter-background > h1 {
  font-family: "Lucky";
  color: black !important;
  padding-bottom: 0 !important;
  font-size: 60px;
  position: absolute;
  left: 20%;
  top: 10%;
  z-index: 2;
}

/* line 465, assets/sass/components/_banner.scss */
.home__sensheational {
  font-family: "Lucky";
  font-size: 60px;
  position: absolute;
  top: 17%;
  left: 20%;
  color: #FFF;
  z-index: 2;
}

/* line 475, assets/sass/components/_banner.scss */
.home__shea-text {
  font-family: "Luna";
}

/******
Absolutely positioned elements (bottles, coffee beans, button)
******/
/*Purple group text*/
/* line 485, assets/sass/components/_banner.scss */
.home__sensheational-body {
  position: absolute;
  top: 33%;
  left: 25%;
}

/* line 491, assets/sass/components/_banner.scss */
.home__shea-butter-button {
  height: 100px;
  width: 300px;
  text-align: center;
  margin-left: 40px;
  z-index: 2;
}

/* line 499, assets/sass/components/_banner.scss */
.home__shea-butter-beans {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 25%;
}

/*Multiple bottles*/
/* line 507, assets/sass/components/_banner.scss */
.home__shea-butter-bottles {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 30%;
}

/*Large single bottle*/
/* line 515, assets/sass/components/_banner.scss */
.home__shea-butter-bottle {
  position: absolute;
  right: 15%;
  bottom: 0;
  z-index: 1;
  max-width: 35%;
}

/* line 523, assets/sass/components/_banner.scss */
.home__shea-butter-button {
  position: absolute;
  bottom: 5%;
  left: 25%;
  font-size: 40px;
}

/*Placeholder large bottle img that sets height of div ***thanks to oddly cropped bottle img***/
/* line 531, assets/sass/components/_banner.scss */
.home__shea-butter-bottle-placeholder {
  visibility: hidden;
  max-width: 35%;
}

/*Random Fix*/
@media (max-width: 1700px) {
  /* line 538, assets/sass/components/_banner.scss */
  .home__sensheational-body {
    max-width: 25%;
  }
}
/*Random Fix*/
@media (max-width: 1300px) {
  /* line 545, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    top: 8%;
  }
}
/*Random Fix*/
@media (max-width: 1200px) {
  /* line 553, assets/sass/components/_banner.scss */
  .home__shea-butter-bottle {
    display: none;
  }

  /* line 557, assets/sass/components/_banner.scss */
  .home__shea-butter-bottles {
    max-width: 35%;
  }

  /* line 561, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    top: 6%;
  }
}
/******
Tablet
******/
@media (max-width: 968px) {
  /* line 572, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    left: 10%;
  }

  /* line 576, assets/sass/components/_banner.scss */
  .home__sensheational {
    left: 10%;
  }

  /* line 580, assets/sass/components/_banner.scss */
  .home__sensheational-body {
    max-width: 35%;
    left: 15%;
  }

  /* line 585, assets/sass/components/_banner.scss */
  .home__shea-butter-beans {
    display: none;
  }

  /* line 589, assets/sass/components/_banner.scss */
  .home__shea-butter-button {
    height: 65px;
    width: 225px;
    font-size: 26px;
    bottom: 8%;
    left: 15%;
    top: initial;
    max-width: 40%;
  }
}
/******
Mobile
******/
@media (max-width: 600px) {
  /* line 605, assets/sass/components/_banner.scss */
  .home__shea-butter-bottles {
    max-width: 40%;
    top: 25%;
  }

  /* line 610, assets/sass/components/_banner.scss */
  .home__shea-butter-button {
    width: 90%;
    max-width: 90%;
    left: 5%;
    right: 5%;
    bottom: 3%;
    margin-left: 0;
  }

  /* line 619, assets/sass/components/_banner.scss */
  .home__sensheational-body {
    max-width: 45%;
    left: 5%;
    top: 40%;
  }

  /* line 625, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    font-size: 40px;
  }

  /* line 629, assets/sass/components/_banner.scss */
  .home__sensheational {
    font-size: 40px;
  }
}
/*Mobile M*/
@media (max-width: 500px) {
  /* line 637, assets/sass/components/_banner.scss */
  .home__shea-butter-bottles {
    top: 33%;
  }
}
/*Mobile M - S */
@media (max-width: 420px) {
  /* line 644, assets/sass/components/_banner.scss */
  .shea-butter-background > h1 {
    font-size: 34px;
    top: 8%;
    left: 5%;
  }

  /* line 650, assets/sass/components/_banner.scss */
  .home__sensheational {
    font-size: 34px;
    left: 5%;
  }
}
/*******************END SHEA BUTTER BANNER STYLES**************/
@media (min-width: 768px) {
  /* line 659, assets/sass/components/_banner.scss */
  .home__shea-butter-beans {
    display: none;
  }

  /* line 663, assets/sass/components/_banner.scss */
  .home__shea-butter-bottle {
    display: none;
  }

  /* line 667, assets/sass/components/_banner.scss */
  .home__shea-butter-bottles {
    display: none;
  }

  /* line 671, assets/sass/components/_banner.scss */
  .wholesome-beauty__bottle-img {
    display: none;
  }

  /* line 675, assets/sass/components/_banner.scss */
  .banner__secondary-feature {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* line 682, assets/sass/components/_banner.scss */
  .main-hero__container {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* line 689, assets/sass/components/_banner.scss */
  .wholesome-beauty__container {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  /* line 696, assets/sass/components/_banner.scss */
  .shea-butter-background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  /* line 710, assets/sass/components/_banner.scss */
  .shea-butter-background {
    background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2017/01/shea-butter-bg.jpg");
  }

  /* line 714, assets/sass/components/_banner.scss */
  .wholesome-beauty__container {
    background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2017/01/FEATURE-BANNER-1920X640.jpg");
  }
}
/* line 721, assets/sass/components/_banner.scss */
.banner__secondary-feature {
  position: relative;
}

/**********************************
SHOP Banner styling
**********************************/
/* line 730, assets/sass/components/_banner.scss */
.ogx-banner-wrapper--ogx-shop {
  height: auto !important;
  margin-bottom: -10px;
}

/* line 734, assets/sass/components/_banner.scss */
.ogx-banner-shop {
  position: relative;
}
/* line 736, assets/sass/components/_banner.scss */
.ogx-banner-shop > img {
  position: relative;
  width: 100%;
}
/* line 740, assets/sass/components/_banner.scss */
.ogx-banner-shop .parallax-dots {
  background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2018/09/home-banner-shop-sparkles.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 750, assets/sass/components/_banner.scss */
.ogx-banner-shop .shop-mobile-top {
  display: none;
}
/* line 752, assets/sass/components/_banner.scss */
.ogx-banner-shop .shop-mobile-top .parallax-dots-mobile {
  background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2018/09/home-banner-shop-sparkles-mobile.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 766, assets/sass/components/_banner.scss */
.ogx-banner-shop .ogx-banner-shop-copy {
  padding-top: 20px;
  position: absolute;
  z-index: 2;
  right: 5%;
  top: 0;
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 759px) {
  /* line 766, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy {
    width: 46%;
  }
}
@media screen and (max-width: 639px) {
  /* line 766, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy {
    right: 7%;
    width: 43%;
  }
}
@media screen and (max-width: 420px) {
  /* line 766, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy {
    right: 8%;
    width: 42%;
  }
}
@media screen and (max-width: 539px) {
  /* line 766, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 766, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy {
    padding-top: 30px;
  }
}
/* line 792, assets/sass/components/_banner.scss */
.ogx-banner-shop .ogx-banner-shop-copy img {
  width: 100%;
}
/* line 794, assets/sass/components/_banner.scss */
.ogx-banner-shop .ogx-banner-shop-copy img.products-shot {
  width: 95%;
  margin: 0 auto;
}
/* line 799, assets/sass/components/_banner.scss */
.ogx-banner-shop .ogx-banner-shop-copy h3 {
  text-transform: uppercase;
  color: #9a8d4c;
  font-family: "AvenirNextLTW01-Regular", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
/* line 808, assets/sass/components/_banner.scss */
.ogx-banner-shop .ogx-banner-shop-copy a {
  display: inline-block;
  padding: 5px 13px;
  background-color: #f0b0c3;
  margin: 0 auto;
  border-radius: 5px;
  font-family: "AvenirNextLTW01-Regular", Arial, sans-serif;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 980px) {
  /* line 808, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 760px) {
  /* line 808, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy a {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 459px) {
  /* line 808, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy a {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 389px) {
  /* line 808, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy a {
    font-size: 9px;
    line-height: 13px;
  }
}
@media screen and (max-width: 380px) {
  /* line 808, assets/sass/components/_banner.scss */
  .ogx-banner-shop .ogx-banner-shop-copy a {
    font-size: 8px;
    line-height: 7px;
    position: relative;
    top: -6px;
  }
}

/* line 842, assets/sass/components/_banner.scss */
.ogx-banner-shop.mobile {
  display: none;
}

/**********************************
SHOP Banner styling CA
**********************************/
/* line 850, assets/sass/components/_banner.scss */
.page-id-5439 .et_pb_fullwidth_code.et_pb_module.et_pb_fullwidth_code_0 {
  z-index: 10;
}
@media screen and (max-width: 640px) {
  /* line 855, assets/sass/components/_banner.scss */
  .page-id-5439 .ogx-banner-shop .ogx-banner-shop-copy {
    width: 100% !important;
    right: 0 !important;
  }
}

@media screen and (max-width: 640px) {
  /* line 866, assets/sass/components/_banner.scss */
  body.fr-ca .ogx-banner-shop.mobile,
  body.en-ca .ogx-banner-shop.mobile,
  .page-id-5439 .ogx-banner-shop.mobile {
    display: block;
    margin-bottom: -8px;
  }
  /* line 870, assets/sass/components/_banner.scss */
  body.fr-ca .ogx-banner-shop,
  body.en-ca .ogx-banner-shop,
  .page-id-5439 .ogx-banner-shop {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  /* line 877, assets/sass/components/_banner.scss */
  body.fr-ca .ogx-banner-shop,
  body.en-ca .ogx-banner-shop,
  .page-id-5439 .ogx-banner-shop {
    position: relative;
  }
  /* line 881, assets/sass/components/_banner.scss */
  body.fr-ca .ogx-banner-shop > img,
  body.en-ca .ogx-banner-shop > img,
  .page-id-5439 .ogx-banner-shop > img {
    position: relative;
    width: 100%;
    margin-bottom: -7px;
  }
  /* line 886, assets/sass/components/_banner.scss */
  body.fr-ca .ogx-banner-shop .parallax-dots,
  body.en-ca .ogx-banner-shop .parallax-dots,
  .page-id-5439 .ogx-banner-shop .parallax-dots {
    background-image: url("https://www.ogxbeauty.com/wp-content/uploads/2018/10/home-banner-shop-sparkles-CA.png");
  }
  /* line 889, assets/sass/components/_banner.scss */
  body.fr-ca .ogx-banner-shop .ogx-banner-shop-copy,
  body.en-ca .ogx-banner-shop .ogx-banner-shop-copy,
  .page-id-5439 .ogx-banner-shop .ogx-banner-shop-copy {
    padding-top: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
}

/* line 899, assets/sass/components/_banner.scss */
.holiday-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
}
/* line 903, assets/sass/components/_banner.scss */
.holiday-grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 911, assets/sass/components/_banner.scss */
.holiday-grid .holiday-grid-item {
  width: 33%;
  float: left;
  padding: 20px;
  text-align: center;
  position: relative;
}
/* line 918, assets/sass/components/_banner.scss */
.holiday-grid .holiday-grid-item:nth-child(3n+1) {
  clear: left;
}
@media screen and (max-width: 749px) {
  /* line 911, assets/sass/components/_banner.scss */
  .holiday-grid .holiday-grid-item {
    width: 50%;
  }
  /* line 927, assets/sass/components/_banner.scss */
  .holiday-grid .holiday-grid-item:nth-child(3n+1) {
    clear: none;
  }
  /* line 930, assets/sass/components/_banner.scss */
  .holiday-grid .holiday-grid-item:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 340px) {
  /* line 911, assets/sass/components/_banner.scss */
  .holiday-grid .holiday-grid-item {
    width: 100%;
    float: none;
    clear: both;
  }
}
/* line 939, assets/sass/components/_banner.scss */
.holiday-grid .holiday-grid-item img {
  margin-top: -100px;
  margin-bottom: -10px;
}
/* line 943, assets/sass/components/_banner.scss */
.holiday-grid .holiday-grid-item h4 {
  border-bottom: none !important;
  display: block;
  text-transform: uppercase;
  font-family: "Avenir Next";
  font-weight: 600;
  color: #444;
  letter-spacing: 1px;
  margin-bottom: 3px;
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  /* line 943, assets/sass/components/_banner.scss */
  .holiday-grid .holiday-grid-item h4 {
    font-size: 13px;
  }
}
/* line 959, assets/sass/components/_banner.scss */
.holiday-grid .holiday-grid-item .link-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
}
/* line 968, assets/sass/components/_banner.scss */
.holiday-grid .holiday-grid-item a.button {
  display: block;
  width: auto;
  border-radius: 0;
  border: 1px solid #ef3fa9;
  background-color: #fff;
  color: #ef3fa9;
  text-transform: uppercase;
  font-family: "Avenir Next";
  z-index: 9;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.2;
}

/**********************************
Banner styling 2019
**********************************/
/* line 998, assets/sass/components/_banner.scss */
.hariwantstomove2019 .et_pb_section,
.greenteafitness2019 .et_pb_section,
.charcoaldetox2019 .et_pb_section,
.coconutcoffee2019 .et_pb_section,
.bamboofiberfull2019 .et_pb_section,
.coconutcurls2019 .et_pb_section,
.texture2019 .et_pb_section {
  margin-bottom: -7px;
}
/* line 1001, assets/sass/components/_banner.scss */
.hariwantstomove2019 .et_pb_fullwidth_code.et_pb_module > a > img,
.greenteafitness2019 .et_pb_fullwidth_code.et_pb_module > a > img,
.charcoaldetox2019 .et_pb_fullwidth_code.et_pb_module > a > img,
.coconutcoffee2019 .et_pb_fullwidth_code.et_pb_module > a > img,
.bamboofiberfull2019 .et_pb_fullwidth_code.et_pb_module > a > img,
.coconutcurls2019 .et_pb_fullwidth_code.et_pb_module > a > img,
.texture2019 .et_pb_fullwidth_code.et_pb_module > a > img {
  width: 100%;
  display: block;
}

/* line 1008, assets/sass/components/_banner.scss */
.reviews2019.et_pb_section {
  padding: 40px 0 80px 0 !important;
}
@media all and (max-width: 1800px) {
  /* line 1008, assets/sass/components/_banner.scss */
  .reviews2019.et_pb_section {
    padding: 40px 0 80px 0 !important;
  }
}
@media all and (max-width: 1080px) {
  /* line 1008, assets/sass/components/_banner.scss */
  .reviews2019.et_pb_section {
    padding: 40px 0 60px 0 !important;
  }
}
/* line 1018, assets/sass/components/_banner.scss */
.reviews2019 .et_pb_row.et_pb_row_0 {
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0 2.5%;
}
/* line 1025, assets/sass/components/_banner.scss */
.reviews2019 .copy {
  position: absolute;
  left: 50%;
  width: 40%;
  margin-left: -19.25%;
  color: #fff;
  text-align: center;
  padding-top: 27px;
}
/* line 1033, assets/sass/components/_banner.scss */
.reviews2019 .copy h2 {
  font-family: "Heavitas";
  font-size: 120px;
  line-height: 100px;
}
/* line 1055, assets/sass/components/_banner.scss */
.reviews2019 .copy p {
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  font-size: 28px;
  line-height: 29px;
  display: block;
  margin: 70px 0 20px 0;
  text-transform: uppercase;
  /*1400 */
  /*1200 */
}
@media all and (max-width: 1800px) {
  /* line 1055, assets/sass/components/_banner.scss */
  .reviews2019 .copy p {
    margin: 50px 0 20px 0;
    font-size: 25px;
    line-height: 26px;
  }
}
@media all and (max-width: 1500px) {
  /* line 1055, assets/sass/components/_banner.scss */
  .reviews2019 .copy p {
    font-size: 25px;
    line-height: 26px;
    margin: 35px 0 10px 0;
  }
}
@media all and (max-width: 1400px) {
  /* line 1055, assets/sass/components/_banner.scss */
  .reviews2019 .copy p {
    font-size: 23px;
    line-height: 24px;
    margin: 25px 0 15px 0;
  }
}
@media all and (max-width: 1200px) {
  /* line 1055, assets/sass/components/_banner.scss */
  .reviews2019 .copy p {
    font-size: 20px;
    line-height: 21px;
    margin: 20px 0 15px 0;
  }
}
@media all and (max-width: 900px) {
  /* line 1055, assets/sass/components/_banner.scss */
  .reviews2019 .copy p {
    font-size: 18px;
    line-height: 19px;
  }
}
/* line 1096, assets/sass/components/_banner.scss */
.reviews2019 .copy a {
  color: #fff;
  font-family: "Heavitas";
  font-size: 34px;
  line-height: 35px;
  width: 84%;
  margin: 0 auto;
  display: block;
  border: 5px solid #fff;
  text-align: center;
  padding: 16px 20px;
  border-radius: 24px;
  /*1400 */
  /*1200 */
}
@media all and (max-width: 1800px) {
  /* line 1096, assets/sass/components/_banner.scss */
  .reviews2019 .copy a {
    font-size: 30px;
    line-height: 31px;
  }
}
@media all and (max-width: 1600px) {
  /* line 1096, assets/sass/components/_banner.scss */
  .reviews2019 .copy a {
    font-size: 24px;
    line-height: 25px;
  }
}
@media all and (max-width: 1400px) {
  /* line 1096, assets/sass/components/_banner.scss */
  .reviews2019 .copy a {
    font-size: 21px;
    line-height: 22px;
  }
}
@media all and (max-width: 1200px) {
  /* line 1096, assets/sass/components/_banner.scss */
  .reviews2019 .copy a {
    font-size: 16px;
    line-height: 17px;
    padding: 10px;
    border-radius: 12px;
  }
}
@media all and (max-width: 900px) {
  /* line 1096, assets/sass/components/_banner.scss */
  .reviews2019 .copy a {
    font-size: 13px;
    line-height: 14px;
  }
}
/* line 1143, assets/sass/components/_banner.scss */
.reviews2019 .review-left-1 img,
.reviews2019 .review-left-2 img,
.reviews2019 .review-right img {
  width: 100%;
}
/* line 1148, assets/sass/components/_banner.scss */
.reviews2019 .review-left-1 {
  float: left;
  width: 27%;
  position: relative;
  z-index: 2;
  margin-left: 15px;
}
/* line 1155, assets/sass/components/_banner.scss */
.reviews2019 .review-left-2 {
  float: left;
  clear: left;
  width: 23%;
  position: relative;
  z-index: 1;
  margin-top: -6%;
}
/* line 1163, assets/sass/components/_banner.scss */
.reviews2019 .review-right {
  float: right;
  width: 28%;
  margin-top: 7.5%;
}
@media screen and (min-width: 768px) {
  /* line 1163, assets/sass/components/_banner.scss */
  .reviews2019 .review-right {
    margin-right: -1%;
  }
}

@media screen and (max-width: 767px) {
  /* line 1175, assets/sass/components/_banner.scss */
  .reviews2019 .et_pb_row.et_pb_row_0 {
    justify-content: space-between;
    max-width: 1450px;
    margin: 0 auto;
  }
  /* line 1180, assets/sass/components/_banner.scss */
  .reviews2019 .copy {
    position: relative;
    left: 0;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  /* line 1188, assets/sass/components/_banner.scss */
  .reviews2019 .copy h2 {
    color: #fff;
  }
  /* line 1191, assets/sass/components/_banner.scss */
  .reviews2019 .copy p {
    color: #fff;
  }
  /* line 1194, assets/sass/components/_banner.scss */
  .reviews2019 .copy a {
    color: #fff;
  }
  /* line 1198, assets/sass/components/_banner.scss */
  .reviews2019 .review-left-1,
  .reviews2019 .review-left-2,
  .reviews2019 .review-right {
    transform: none !important;
    float: none;
    width: 80%;
    margin: 0 auto;
    float: none;
    max-width: 440px;
  }
}
/* line 1212, assets/sass/components/_banner.scss */
body.en-sea .banner2019-lax {
  margin-bottom: -7px;
}

/* line 1217, assets/sass/components/_banner.scss */
.banner2019-lax .copy a.button, .festival-banner.et_pb_section.et_pb_fullwidth_section.ready .right a.button, .summer-banner.et_pb_fullwidth_section.et_pb_section a.button, .fall-banner-2019 .right a.button {
  display: block;
  width: auto;
  border-radius: 0;
  border: none;
  background-color: #fff;
  color: #ef3fa9;
  font-family: 'lato-heavy-global';
  z-index: 9;
  padding: 3px 8px 5px 8px;
  line-height: 1.3;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  font-size: 2.3vw;
  line-height: 2.6vw;
  display: inline-block;
  letter-spacing: 0.5px;
}
@media all and (max-width: 767px) {
  /* line 1217, assets/sass/components/_banner.scss */
  .banner2019-lax .copy a.button, .festival-banner.et_pb_section.et_pb_fullwidth_section.ready .right a.button, .summer-banner.et_pb_fullwidth_section.et_pb_section a.button, .fall-banner-2019 .right a.button {
    font-size: 4.6vw;
    line-height: 5vw;
    margin-top: 20px;
  }
}

/* line 1244, assets/sass/components/_banner.scss */
.banner2019-lax .link-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
}
/* line 1253, assets/sass/components/_banner.scss */
.banner2019-lax .link-full:focus, .banner2019-lax .link-full:active, .banner2019-lax .link-full:hover {
  outline: 0;
  border: none;
}
/* line 1260, assets/sass/components/_banner.scss */
.banner2019-lax .show-desktop {
  display: none !important;
}
@media all and (min-width: 768px) {
  /* line 1260, assets/sass/components/_banner.scss */
  .banner2019-lax .show-desktop {
    display: block !important;
    width: 100%;
  }
}
/* line 1267, assets/sass/components/_banner.scss */
.banner2019-lax .show-mobile {
  display: block !important;
}
@media all and (min-width: 768px) {
  /* line 1267, assets/sass/components/_banner.scss */
  .banner2019-lax .show-mobile {
    display: none !important;
  }
}
/* line 1273, assets/sass/components/_banner.scss */
.banner2019-lax .copy {
  text-align: center;
  padding: 4% 4% 10%;
  color: #fff;
}
@media all and (min-width: 768px) {
  /* line 1273, assets/sass/components/_banner.scss */
  .banner2019-lax .copy {
    position: absolute;
    top: 5%;
    padding: 0 1%;
    width: 48%;
    right: 0;
  }
  /* line 1284, assets/sass/components/_banner.scss */
  .banner2019-lax .copy.left {
    right: auto;
    left: 0;
    width: 43%;
  }
}
@media all and (max-width: 767px) {
  /* line 1290, assets/sass/components/_banner.scss */
  .banner2019-lax .copy .rellax {
    transform: none !important;
  }
}
/* line 1295, assets/sass/components/_banner.scss */
.banner2019-lax .copy p {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: "AvenirNextLTW01-Regular";
  font-family: 'lato-light-global';
  margin: 2% 0 0 0;
  padding-left: 5%;
  padding-right: 5%;
}
@media all and (max-width: 767px) {
  /* line 1295, assets/sass/components/_banner.scss */
  .banner2019-lax .copy p {
    margin: 2% 0;
    font-size: 3.6vw;
    line-height: 3.8vw;
  }
}
@media all and (min-width: 1080px) {
  /* line 1295, assets/sass/components/_banner.scss */
  .banner2019-lax .copy p {
    font-size: 18px;
    line-height: 19px;
    font-size: 1.7vw;
    line-height: 1.8vw;
    margin-bottom: 10px;
  }
}
/* line 1318, assets/sass/components/_banner.scss */
.banner2019-lax .copy .tag {
  font-size: 18px;
  line-height: 20px;
  font-family: "AvenirNextLTW01-Regular";
  font-family: 'lato-light-global';
  font-weight: 200;
  margin-top: 6%;
}
@media all and (max-width: 767px) {
  /* line 1318, assets/sass/components/_banner.scss */
  .banner2019-lax .copy .tag {
    font-size: 3.6vw;
    line-height: 5vw;
  }
}
@media all and (min-width: 768px) {
  /* line 1318, assets/sass/components/_banner.scss */
  .banner2019-lax .copy .tag {
    margin-top: 1%;
  }
}
@media all and (min-width: 1080px) {
  /* line 1318, assets/sass/components/_banner.scss */
  .banner2019-lax .copy .tag {
    font-size: 18px;
    line-height: 19px;
    font-size: 1.9vw;
    line-height: 2.5vw;
  }
}
@media all and (min-width: 1240px) {
  /* line 1318, assets/sass/components/_banner.scss */
  .banner2019-lax .copy .tag {
    margin-top: 4%;
    font-size: 18px;
    line-height: 19px;
    font-size: 1.9vw;
    line-height: 2.5vw;
  }
}
@media all and (max-width: 767px) {
  /* line 1347, assets/sass/components/_banner.scss */
  .banner2019-lax .copy .rellax img {
    max-width: 80%;
    margin: 0 auto;
  }
}
/* line 1354, assets/sass/components/_banner.scss */
.banner2019-lax .copy span {
  display: block;
}
/* line 1364, assets/sass/components/_banner.scss */
.banner2019-lax.orange .copy a.button {
  color: #f89842;
}
/* line 1369, assets/sass/components/_banner.scss */
.banner2019-lax.orange2 .copy a.button {
  color: #f08900;
}
/* line 1374, assets/sass/components/_banner.scss */
.banner2019-lax.green .copy a.button {
  color: #7ccc79;
}
/* line 1379, assets/sass/components/_banner.scss */
.banner2019-lax.gold .copy a.button {
  color: #e0b025;
}
/* line 1384, assets/sass/components/_banner.scss */
.banner2019-lax.darkgreen .copy a.button {
  color: #78a771;
}
/* line 1389, assets/sass/components/_banner.scss */
.banner2019-lax.pink .copy a.button {
  color: #fe9fc9;
}
/* line 1394, assets/sass/components/_banner.scss */
.banner2019-lax.lightpink .copy a.button {
  color: #ffbdd4;
}
/* line 1399, assets/sass/components/_banner.scss */
.banner2019-lax.babyblue .copy a.button {
  color: #7ee5ea;
}
/* line 1404, assets/sass/components/_banner.scss */
.banner2019-lax.lightbabyblue .copy a.button {
  color: #9cd5ea;
}
/* line 1409, assets/sass/components/_banner.scss */
.banner2019-lax.darkbabyblue .copy a.button {
  color: #00cbe9;
}
/* line 1414, assets/sass/components/_banner.scss */
.banner2019-lax.pomblue .copy a.button {
  color: #5198ad;
}
/* line 1419, assets/sass/components/_banner.scss */
.banner2019-lax.lavender .copy a.button {
  color: #fff;
}
/* line 1424, assets/sass/components/_banner.scss */
.banner2019-lax.purple .copy a.button {
  color: #fff;
  background-color: #5c4698;
}
@media all and (max-width: 767px) {
  /* line 1433, assets/sass/components/_banner.scss */
  .banner2019-lax.orange .copy {
    background-color: #f89842;
  }
  /* line 1438, assets/sass/components/_banner.scss */
  .banner2019-lax.orange2 .copy {
    background-color: #f08900;
  }
  /* line 1443, assets/sass/components/_banner.scss */
  .banner2019-lax.green .copy {
    background-color: #7ccc79;
  }
  /* line 1448, assets/sass/components/_banner.scss */
  .banner2019-lax.gold .copy {
    background-color: #e0b025;
  }
  /* line 1453, assets/sass/components/_banner.scss */
  .banner2019-lax.darkgreen .copy {
    background-color: #78a771;
  }
  /* line 1458, assets/sass/components/_banner.scss */
  .banner2019-lax.pink .copy {
    background-color: #fe9fc9;
  }
  /* line 1463, assets/sass/components/_banner.scss */
  .banner2019-lax.lightpink .copy {
    background-color: #ffbdd4;
  }
  /* line 1468, assets/sass/components/_banner.scss */
  .banner2019-lax.babyblue .copy {
    background-color: #7ee5ea;
  }
  /* line 1473, assets/sass/components/_banner.scss */
  .banner2019-lax.lightbabyblue .copy {
    background-color: #9cd5ea;
  }
  /* line 1478, assets/sass/components/_banner.scss */
  .banner2019-lax.darkbabyblue .copy {
    background-color: #00cbe9;
  }
  /* line 1483, assets/sass/components/_banner.scss */
  .banner2019-lax.pomblue .copy {
    background-color: #5198ad;
  }
  /* line 1488, assets/sass/components/_banner.scss */
  .banner2019-lax.mobile-blue .copy {
    background-color: #66d8de !important;
  }
  /* line 1491, assets/sass/components/_banner.scss */
  .banner2019-lax.mobile-blue a.button {
    color: #66d8de !important;
  }
  /* line 1496, assets/sass/components/_banner.scss */
  .banner2019-lax.lavender .copy {
    background-color: #8890bf;
  }
  /* line 1501, assets/sass/components/_banner.scss */
  .banner2019-lax.purple .copy {
    background-color: #5c4698;
  }
  /* line 1503, assets/sass/components/_banner.scss */
  .banner2019-lax.purple .copy a.button {
    background-color: #fff;
    color: #5c4698;
  }
}
@media all and (min-width: 768px) {
  /* line 1513, assets/sass/components/_banner.scss */
  .banner2019-lax.hairwants .copy {
    top: 15%;
  }
}
@media all and (min-width: 768px) {
  /* line 1531, assets/sass/components/_banner.scss */
  .banner2019-lax.cherryblossom .copy {
    left: 1%;
    top: 20%;
  }
  /* line 1538, assets/sass/components/_banner.scss */
  .banner2019-lax.cherryblossom a.button {
    margin-top: 5%;
  }
}
@media all and (min-width: 768px) {
  /* line 1545, assets/sass/components/_banner.scss */
  .banner2019-lax.sake .copy {
    top: 16%;
  }
  /* line 1548, assets/sass/components/_banner.scss */
  .banner2019-lax.sake a.button {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 1555, assets/sass/components/_banner.scss */
  .banner2019-lax.marula .copy {
    top: 20%;
  }
  /* line 1558, assets/sass/components/_banner.scss */
  .banner2019-lax.marula a.button {
    margin-top: 2%;
  }
}
@media all and (min-width: 768px) {
  /* line 1565, assets/sass/components/_banner.scss */
  .banner2019-lax.arganextra .copy {
    width: 55%;
    top: 10%;
  }
  /* line 1568, assets/sass/components/_banner.scss */
  .banner2019-lax.arganextra .copy .rellax {
    padding-top: 30px;
  }
  /* line 1572, assets/sass/components/_banner.scss */
  .banner2019-lax.arganextra a.button {
    margin-top: 6%;
  }
}
@media all and (min-width: 768px) {
  /* line 1579, assets/sass/components/_banner.scss */
  .banner2019-lax.pomegranate .copy {
    top: 15%;
  }
  /* line 1582, assets/sass/components/_banner.scss */
  .banner2019-lax.pomegranate a.button {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 1589, assets/sass/components/_banner.scss */
  .banner2019-lax.argan .copy {
    width: 42%;
    padding-right: 2%;
    top: 25%;
  }
  /* line 1593, assets/sass/components/_banner.scss */
  .banner2019-lax.argan .copy.left {
    top: 30%;
    padding-left: 2%;
    text-align: left;
  }
  /* line 1599, assets/sass/components/_banner.scss */
  .banner2019-lax.argan a.button {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 1604, assets/sass/components/_banner.scss */
  .banner2019-lax.argan .copy.left {
    padding-bottom: 0;
  }
}
/* line 1610, assets/sass/components/_banner.scss */
.banner2019-lax.greentea a.button {
  text-transform: uppercase;
}
/* line 1615, assets/sass/components/_banner.scss */
.banner2019-lax.greentea .copy .rellax img {
  max-width: 55%;
  margin-top: 3%;
}
@media all and (max-width: 767px) {
  /* line 1615, assets/sass/components/_banner.scss */
  .banner2019-lax.greentea .copy .rellax img {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  /* line 1626, assets/sass/components/_banner.scss */
  .banner2019-lax.greentea .copy {
    width: 61%;
    top: 8%;
  }
  /* line 1635, assets/sass/components/_banner.scss */
  .banner2019-lax.greentea a.button {
    margin-top: 2%;
  }
}
/* line 1642, assets/sass/components/_banner.scss */
.banner2019-lax.charcoal .copy.left {
  text-align: center;
}
/* line 1644, assets/sass/components/_banner.scss */
.banner2019-lax.charcoal .copy.left .rellax {
  padding: 14% 3% 10% 3%;
  background-image: url('assets/img/homepage-cta/2019/en-us/charcoal-copy-bg.png?1591985743');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
/* line 1654, assets/sass/components/_banner.scss */
.banner2019-lax.charcoal a.button {
  background-image: url('assets/img/homepage-cta/2019/en-us/charcoal-button-bg.png?1591985743');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  padding: 5% 9% 6% 9%;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  font-size: 1.85vw;
  line-height: 2.05vw;
  display: inline-block;
  letter-spacing: 0.8px;
}
@media all and (max-width: 767px) {
  /* line 1654, assets/sass/components/_banner.scss */
  .banner2019-lax.charcoal a.button {
    font-size: 3.7vw;
    line-height: 4.1vw;
  }
}
@media all and (min-width: 768px) {
  /* line 1654, assets/sass/components/_banner.scss */
  .banner2019-lax.charcoal a.button {
    width: 107%;
    margin-left: -5%;
  }
}
@media all and (min-width: 768px) {
  /* line 1678, assets/sass/components/_banner.scss */
  .banner2019-lax.charcoal .copy {
    width: 33%;
    padding-right: 2%;
    top: 20%;
  }
  /* line 1682, assets/sass/components/_banner.scss */
  .banner2019-lax.charcoal .copy img {
    padding-right: 4%;
  }
  /* line 1685, assets/sass/components/_banner.scss */
  .banner2019-lax.charcoal .copy.left {
    padding-left: 1%;
    text-align: left;
    width: 37%;
    top: 19%;
  }
  /* line 1694, assets/sass/components/_banner.scss */
  .banner2019-lax.charcoal a.button {
    margin-top: 1%;
  }
}
@media all and (max-width: 767px) {
  /* line 1699, assets/sass/components/_banner.scss */
  .banner2019-lax.charcoal .copy.left {
    padding-bottom: 0;
  }
}
/* line 1705, assets/sass/components/_banner.scss */
.banner2019-lax.liquidpearl a.button {
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  /* line 1709, assets/sass/components/_banner.scss */
  .banner2019-lax.liquidpearl .copy {
    width: 37%;
    padding-right: 2%;
    top: 10%;
  }
  /* line 1713, assets/sass/components/_banner.scss */
  .banner2019-lax.liquidpearl .copy img {
    padding-left: 8%;
    padding-right: 6%;
  }
  /* line 1717, assets/sass/components/_banner.scss */
  .banner2019-lax.liquidpearl .copy.left {
    width: 36%;
    top: 8%;
    padding-left: 2%;
    text-align: left;
  }
  /* line 1724, assets/sass/components/_banner.scss */
  .banner2019-lax.liquidpearl a.button {
    margin-top: 10%;
  }
}
@media all and (max-width: 767px) {
  /* line 1729, assets/sass/components/_banner.scss */
  .banner2019-lax.liquidpearl .copy.left {
    padding-bottom: 0;
  }
}
/* line 1735, assets/sass/components/_banner.scss */
.banner2019-lax.coffee a.button, .banner2019-lax.fiber-full a.button, .banner2019-lax.coconut-curls a.button, .banner2019-lax.aspen-texture a.button, .banner2019-lax.biotin.show-en-sea a.button, .banner2019-lax.braziliankeratin.show-en-sea a.button, .banner2019-lax.cherry.show-en-sea a.button {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  font-size: 1.85vw;
  line-height: 2.05vw;
  display: inline-block;
  letter-spacing: 0.8px;
}
@media all and (max-width: 767px) {
  /* line 1735, assets/sass/components/_banner.scss */
  .banner2019-lax.coffee a.button, .banner2019-lax.fiber-full a.button, .banner2019-lax.coconut-curls a.button, .banner2019-lax.aspen-texture a.button, .banner2019-lax.biotin.show-en-sea a.button, .banner2019-lax.braziliankeratin.show-en-sea a.button, .banner2019-lax.cherry.show-en-sea a.button {
    font-size: 3.7vw;
    line-height: 4.1vw;
  }
}
@media all and (min-width: 768px) {
  /* line 1749, assets/sass/components/_banner.scss */
  .banner2019-lax.coffee .copy, .banner2019-lax.fiber-full .copy, .banner2019-lax.coconut-curls .copy, .banner2019-lax.aspen-texture .copy, .banner2019-lax.biotin.show-en-sea .copy, .banner2019-lax.braziliankeratin.show-en-sea .copy, .banner2019-lax.cherry.show-en-sea .copy {
    width: 31%;
    padding-right: 2%;
    top: 20%;
  }
  /* line 1753, assets/sass/components/_banner.scss */
  .banner2019-lax.coffee .copy.left, .banner2019-lax.fiber-full .copy.left, .banner2019-lax.coconut-curls .copy.left, .banner2019-lax.aspen-texture .copy.left, .banner2019-lax.biotin.show-en-sea .copy.left, .banner2019-lax.braziliankeratin.show-en-sea .copy.left, .banner2019-lax.cherry.show-en-sea .copy.left {
    width: 35%;
    top: 6%;
    padding-left: 2%;
    text-align: center;
  }
  /* line 1760, assets/sass/components/_banner.scss */
  .banner2019-lax.coffee a.button, .banner2019-lax.fiber-full a.button, .banner2019-lax.coconut-curls a.button, .banner2019-lax.aspen-texture a.button, .banner2019-lax.biotin.show-en-sea a.button, .banner2019-lax.braziliankeratin.show-en-sea a.button, .banner2019-lax.cherry.show-en-sea a.button {
    margin-top: 6%;
  }
}
@media all and (max-width: 767px) {
  /* line 1765, assets/sass/components/_banner.scss */
  .banner2019-lax.coffee .copy.left, .banner2019-lax.fiber-full .copy.left, .banner2019-lax.coconut-curls .copy.left, .banner2019-lax.aspen-texture .copy.left, .banner2019-lax.biotin.show-en-sea .copy.left, .banner2019-lax.braziliankeratin.show-en-sea .copy.left, .banner2019-lax.cherry.show-en-sea .copy.left {
    padding-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 1772, assets/sass/components/_banner.scss */
  .banner2019-lax.fiber-full .copy, .banner2019-lax.coconut-curls .copy, .banner2019-lax.aspen-texture .copy, .banner2019-lax.coconut-milk .copy, .banner2019-lax.biotin.show-en-sea .copy, .banner2019-lax.braziliankeratin.show-en-sea .copy, .banner2019-lax.cherry.show-en-sea .copy {
    width: 31%;
    top: 20%;
  }
  /* line 1775, assets/sass/components/_banner.scss */
  .banner2019-lax.fiber-full .copy .rellax, .banner2019-lax.coconut-curls .copy .rellax, .banner2019-lax.aspen-texture .copy .rellax, .banner2019-lax.coconut-milk .copy .rellax, .banner2019-lax.biotin.show-en-sea .copy .rellax, .banner2019-lax.braziliankeratin.show-en-sea .copy .rellax, .banner2019-lax.cherry.show-en-sea .copy .rellax {
    padding-top: 15px;
  }
  /* line 1779, assets/sass/components/_banner.scss */
  .banner2019-lax.fiber-full a.button, .banner2019-lax.coconut-curls a.button, .banner2019-lax.aspen-texture a.button, .banner2019-lax.coconut-milk a.button, .banner2019-lax.biotin.show-en-sea a.button, .banner2019-lax.braziliankeratin.show-en-sea a.button, .banner2019-lax.cherry.show-en-sea a.button {
    margin-top: 8%;
  }
}

/* line 1789, assets/sass/components/_banner.scss */
.banner2019-lax .copy .button.es-us, .banner2019-lax .copy .button.en-us, .banner2019-lax .copy .button.en-ca, .banner2019-lax .copy .button.fr-ca, .banner2019-lax .copy h2.es-us, .banner2019-lax .copy h2.en-us, .banner2019-lax .copy h2.en-ca, .banner2019-lax .copy h2.fr-ca, .banner2019-lax .copy h3.es-us, .banner2019-lax .copy h3.en-us, .banner2019-lax .copy h3.en-ca, .banner2019-lax .copy h3.fr-ca, .banner2019-lax .copy span.es-us, .banner2019-lax .copy span.en-us, .banner2019-lax .copy span.en-ca, .banner2019-lax .copy span.fr-ca, .banner2019-lax .copy p.es-us, .banner2019-lax .copy p.en-us, .banner2019-lax .copy p.en-ca, .banner2019-lax .copy p.fr-ca, .banner2019-lax .copy div.es-us, .banner2019-lax .copy div.en-us, .banner2019-lax .copy div.en-ca, .banner2019-lax .copy div.fr-ca, .banner2019-lax .copy a.es-us, .banner2019-lax .copy a.en-us, .banner2019-lax .copy a.en-ca, .banner2019-lax .copy a.fr-ca {
  display: none;
}
/* line 1792, assets/sass/components/_banner.scss */
.banner2019-lax .copy .button.es-us-ib, .banner2019-lax .copy .button.en-us-ib, .banner2019-lax .copy .button.en-ca-ib, .banner2019-lax .copy .button.fr-ca-ib, .banner2019-lax .copy h2.es-us-ib, .banner2019-lax .copy h2.en-us-ib, .banner2019-lax .copy h2.en-ca-ib, .banner2019-lax .copy h2.fr-ca-ib, .banner2019-lax .copy h3.es-us-ib, .banner2019-lax .copy h3.en-us-ib, .banner2019-lax .copy h3.en-ca-ib, .banner2019-lax .copy h3.fr-ca-ib, .banner2019-lax .copy span.es-us-ib, .banner2019-lax .copy span.en-us-ib, .banner2019-lax .copy span.en-ca-ib, .banner2019-lax .copy span.fr-ca-ib, .banner2019-lax .copy p.es-us-ib, .banner2019-lax .copy p.en-us-ib, .banner2019-lax .copy p.en-ca-ib, .banner2019-lax .copy p.fr-ca-ib, .banner2019-lax .copy div.es-us-ib, .banner2019-lax .copy div.en-us-ib, .banner2019-lax .copy div.en-ca-ib, .banner2019-lax .copy div.fr-ca-ib, .banner2019-lax .copy a.es-us-ib, .banner2019-lax .copy a.en-us-ib, .banner2019-lax .copy a.en-ca-ib, .banner2019-lax .copy a.fr-ca-ib {
  display: none;
}

/* line 1803, assets/sass/components/_banner.scss */
body.en-us .banner2019-lax .copy .button.en-us, body.en-us .banner2019-lax .copy h2.en-us, body.en-us .banner2019-lax .copy h3.en-us, body.en-us .banner2019-lax .copy span.en-us, body.en-us .banner2019-lax .copy p.en-us, body.en-us .banner2019-lax .copy div.en-us, body.en-us .banner2019-lax .copy a.en-us {
  display: block !important;
}
/* line 1806, assets/sass/components/_banner.scss */
body.en-us .banner2019-lax .copy .button.en-us-ib, body.en-us .banner2019-lax .copy h2.en-us-ib, body.en-us .banner2019-lax .copy h3.en-us-ib, body.en-us .banner2019-lax .copy span.en-us-ib, body.en-us .banner2019-lax .copy p.en-us-ib, body.en-us .banner2019-lax .copy div.en-us-ib, body.en-us .banner2019-lax .copy a.en-us-ib {
  display: inline-block !important;
}

/* line 1817, assets/sass/components/_banner.scss */
body.es-us .banner2019-lax .copy .button.es-us, body.es-us .banner2019-lax .copy h2.es-us, body.es-us .banner2019-lax .copy h3.es-us, body.es-us .banner2019-lax .copy span.es-us, body.es-us .banner2019-lax .copy p.es-us, body.es-us .banner2019-lax .copy div.es-us, body.es-us .banner2019-lax .copy a.es-us {
  display: block !important;
}
/* line 1820, assets/sass/components/_banner.scss */
body.es-us .banner2019-lax .copy .button.es-us-ib, body.es-us .banner2019-lax .copy h2.es-us-ib, body.es-us .banner2019-lax .copy h3.es-us-ib, body.es-us .banner2019-lax .copy span.es-us-ib, body.es-us .banner2019-lax .copy p.es-us-ib, body.es-us .banner2019-lax .copy div.es-us-ib, body.es-us .banner2019-lax .copy a.es-us-ib {
  display: inline-block !important;
}

/* line 1831, assets/sass/components/_banner.scss */
body.en-ca .banner2019-lax .copy .button.en-ca, body.en-ca .banner2019-lax .copy h2.en-ca, body.en-ca .banner2019-lax .copy h3.en-ca, body.en-ca .banner2019-lax .copy span.en-ca, body.en-ca .banner2019-lax .copy p.en-ca, body.en-ca .banner2019-lax .copy div.en-ca, body.en-ca .banner2019-lax .copy a.en-ca {
  display: block !important;
}
/* line 1834, assets/sass/components/_banner.scss */
body.en-ca .banner2019-lax .copy .button.en-ca-ib, body.en-ca .banner2019-lax .copy h2.en-ca-ib, body.en-ca .banner2019-lax .copy h3.en-ca-ib, body.en-ca .banner2019-lax .copy span.en-ca-ib, body.en-ca .banner2019-lax .copy p.en-ca-ib, body.en-ca .banner2019-lax .copy div.en-ca-ib, body.en-ca .banner2019-lax .copy a.en-ca-ib {
  display: inline-block !important;
}

/* line 1845, assets/sass/components/_banner.scss */
body.fr-ca .banner2019-lax .copy .button.fr-ca, body.fr-ca .banner2019-lax .copy h2.fr-ca, body.fr-ca .banner2019-lax .copy h3.fr-ca, body.fr-ca .banner2019-lax .copy span.fr-ca, body.fr-ca .banner2019-lax .copy p.fr-ca, body.fr-ca .banner2019-lax .copy div.fr-ca, body.fr-ca .banner2019-lax .copy a.fr-ca {
  display: block !important;
}
/* line 1848, assets/sass/components/_banner.scss */
body.fr-ca .banner2019-lax .copy .button.fr-ca-ib, body.fr-ca .banner2019-lax .copy h2.fr-ca-ib, body.fr-ca .banner2019-lax .copy h3.fr-ca-ib, body.fr-ca .banner2019-lax .copy span.fr-ca-ib, body.fr-ca .banner2019-lax .copy p.fr-ca-ib, body.fr-ca .banner2019-lax .copy div.fr-ca-ib, body.fr-ca .banner2019-lax .copy a.fr-ca-ib {
  display: inline-block !important;
}

/* line 1859, assets/sass/components/_banner.scss */
body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy .button.en-us, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy h2.en-us, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy h3.en-us, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy span.en-us, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy p.en-us, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy div.en-us, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy a.en-us {
  display: block !important;
}
/* line 1862, assets/sass/components/_banner.scss */
body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy .button.en-us-ib, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy h2.en-us-ib, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy h3.en-us-ib, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy span.en-us-ib, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy p.en-us-ib, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy div.en-us-ib, body:not(.en-us):not(.es-us):not(.en-ca):not(.fr-ca) .banner2019-lax .copy a.en-us-ib {
  display: inline-block !important;
}

/**********************************
GOVBALL BANNER
**********************************/
/* line 1872, assets/sass/components/_banner.scss */
.govballnyc {
  background-color: #e95f93;
  background-image: url('assets/img/homepage-cta/2019/en-us/govball/govballnyc-bg-x2.jpg?1591985803');
  text-align: center;
  padding-top: 50px;
  padding-right: 6%;
  padding-bottom: 20px;
  padding-left: 7%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  /* line 1872, assets/sass/components/_banner.scss */
  .govballnyc {
    padding: 30px 5% 30px 5%;
  }
}
/* line 1886, assets/sass/components/_banner.scss */
.govballnyc img.title {
  max-width: 1606px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 2.7vw;
  position: relative;
  z-index: 2;
}
/* line 1895, assets/sass/components/_banner.scss */
.govballnyc img.bg {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  z-index: 0;
}
/* line 1902, assets/sass/components/_banner.scss */
.govballnyc .left {
  padding: 0 5%;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  /* line 1902, assets/sass/components/_banner.scss */
  .govballnyc .left {
    width: 28%;
    float: left;
    padding: 0;
  }
}
/* line 1911, assets/sass/components/_banner.scss */
.govballnyc .left img {
  width: 100%;
  opacity: 0.5;
}
/* line 1916, assets/sass/components/_banner.scss */
.govballnyc .right {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  /* line 1916, assets/sass/components/_banner.scss */
  .govballnyc .right {
    width: 72%;
    float: right;
    padding-left: 12%;
    padding-top: 0;
  }
}
/* line 1927, assets/sass/components/_banner.scss */
.govballnyc h4 {
  color: #00ffcc;
  font-family: 'heavitasregular';
  letter-spacing: 2px;
  font-size: 28px;
  line-height: 28px;
  font-size: 3.6vw;
  line-height: 3.7vw;
}
@media all and (max-width: 767px) {
  /* line 1927, assets/sass/components/_banner.scss */
  .govballnyc h4 {
    font-size: 7.2vw;
    line-height: 7.4vw;
  }
}
/* line 1942, assets/sass/components/_banner.scss */
.govballnyc .ticker .tick {
  margin: 15px 0;
}
@media all and (min-width: 768px) {
  /* line 1942, assets/sass/components/_banner.scss */
  .govballnyc .ticker .tick {
    width: 31%;
    float: left;
    margin: 0 2% 0 0;
  }
}
/* line 1949, assets/sass/components/_banner.scss */
.govballnyc .ticker .tick span {
  font-family: 'heavitasregular';
  display: block;
}
/* line 1952, assets/sass/components/_banner.scss */
.govballnyc .ticker .tick span.value {
  color: #fff;
  font-size: 67px;
  line-height: 58px;
  font-size: 8.8vw;
  line-height: 7.8vw;
}
@media all and (max-width: 767px) {
  /* line 1952, assets/sass/components/_banner.scss */
  .govballnyc .ticker .tick span.value {
    font-size: 17.6vw;
    line-height: 15.6vw;
  }
}
/* line 1963, assets/sass/components/_banner.scss */
.govballnyc .ticker .tick span.label {
  color: #00ffcc;
  font-size: 28px;
  line-height: 28px;
  font-size: 3.6vw;
  line-height: 3.7vw;
}
@media all and (max-width: 767px) {
  /* line 1963, assets/sass/components/_banner.scss */
  .govballnyc .ticker .tick span.label {
    font-size: 7.2vw;
    line-height: 7.4vw;
  }
}

/**********************************
END GOVBALL BANNER
**********************************/
/**********************************
FESTIVAL BANNERS
**********************************/
/* line 1987, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left a, .festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column a {
  border: 2px solid #fff;
  padding: 2px 20px;
  border-radius: 18px;
  color: #fff;
  font-family: 'lato-light-global';
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  /* line 1987, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left a, .festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column a {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 2004, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section {
  padding: 0 4%;
  background-repeat: repeat;
  overflow: visible;
  position: relative;
  background-size: 100%;
}
/* line 2010, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section p {
  color: #fff;
  font-family: 'lato-light-global';
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  /* line 2010, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section p {
    font-size: 18px;
    line-height: 22px;
  }
}
/* line 2022, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (max-width: 767px) {
  /* line 2027, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section .rellax {
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
/* line 2042, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section .et_pb_fullwidth_code.et_pb_module {
  position: initial;
}
/* line 2045, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready {
  background-color: #e95f93;
  background-image: url('assets/img/homepage-cta/2019/en-us/festival/festivalbanner-bg-purple.jpg?1591985787');
  padding: 0;
}
@media all and (max-width: 767px) {
  /* line 2045, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ready {
    padding: 20px 4% 40px;
  }
}
/* line 2052, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready img.title {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 3;
  display: block;
}
/* line 2060, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready img.bg {
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
  z-index: 0;
}
/* line 2067, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready .left {
  padding: 0;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  /* line 2067, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ready .left {
    position: absolute;
    width: 57%;
    float: left;
    padding: 0;
    margin-left: 2%;
    bottom: 0;
    left: 0;
  }
}
/* line 2080, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready .left img.girls {
  width: 85%;
  margin: 0 auto;
  display: block;
}
/* line 2085, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready .left .accents {
  padding: 0;
  position: absolute;
  top: -5%;
  left: 0;
  z-index: 2;
}
/* line 2091, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready .left .accents img {
  width: 100%;
}
/* line 2096, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready .right {
  padding-top: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 2096, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ready .right {
    width: 42%;
    float: right;
    margin-top: 4%;
    margin-bottom: 3%;
    margin-right: 2%;
    text-align: left;
  }
}
@media all and (min-width: 1240px) {
  /* line 2096, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ready .right {
    min-height: 250px;
  }
}
/* line 2112, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready .right:after {
  content: '';
  display: table;
  clear: both;
}
/* line 2117, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ready .right a.button {
  color: #fdbdd1;
  background-color: #fff;
  margin-top: 4%;
  padding-left: 6%;
  padding-right: 6%;
}
@media all and (max-width: 767px) {
  /* line 2127, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ready .left, .festival-banner.et_pb_section.et_pb_fullwidth_section.ready .right, .festival-banner.et_pb_section.et_pb_fullwidth_section.ready .button {
    margin-top: 20px;
  }
}
/* line 2132, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast {
  background-color: #e95f93;
  background-image: url('assets/img/festival/landing/festival-pink-bg.jpg?1591985770');
  background-repeat: repeat;
  overflow: visible;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 2141, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .et_pb_fullwidth_code.et_pb_module {
  position: initial;
}
/* line 2144, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left {
  padding-top: 30px;
}
@media all and (min-width: 768px) {
  /* line 2144, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left {
    width: 40%;
    position: absolute;
  }
}
/* line 2150, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left p {
  margin-top: 30px;
}
/* line 2153, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left h2 {
  padding-bottom: 0;
}
/* line 2155, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left h2 span {
  display: block;
}
/* line 2159, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left img.rellax {
  margin: 25px 0;
  opacity: 0.55;
}
@media all and (min-width: 768px) {
  /* line 2159, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left img.rellax {
    width: 60%;
  }
}
/* line 2166, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left img.word {
  max-width: 60%;
  margin-top: -16px;
  position: relative;
  z-index: 5;
}
/* line 2172, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .left a {
  margin-bottom: 20px;
}
/* line 2177, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .right {
  line-height: 10px;
  position: relative;
}
@media all and (min-width: 768px) {
  /* line 2177, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast .right {
    z-index: 3;
    width: 51%;
    float: right;
  }
}
/* line 2185, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast .right img.accents {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
/* line 2193, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast {
  padding-top: 30px;
}
/* line 2195, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .title {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 1024px) {
  /* line 2195, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .title {
    width: 68%;
    padding-top: 30px;
  }
}
/* line 2203, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left {
  width: 100%;
  position: relative;
  padding-top: 0;
}
@media all and (min-width: 1024px) {
  /* line 2203, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left {
    width: 44%;
  }
}
@media all and (min-width: 1080px) {
  /* line 2203, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left {
    width: 39%;
  }
}
/* line 2213, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left p {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  /* line 2213, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left p {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px) {
  /* line 2213, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left p {
    margin-top: 30px;
  }
}
/* line 2223, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left img.rellax {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  /* line 2223, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left img.rellax {
    width: 30%;
    margin: 15px 0;
  }
}
@media all and (min-width: 1024px) {
  /* line 2223, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left img.rellax {
    width: 60%;
    margin: 25px 0;
  }
}
/* line 2235, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left a {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  /* line 2235, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left a {
    width: 30%;
    display: block;
  }
}
@media all and (min-width: 768px) and (min-width: 1600px) {
  /* line 2235, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .left a {
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
@media all and (min-width: 768px) {
  /* line 2248, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.mast.landing-mast .right {
    position: absolute;
    bottom: 0;
    right: 1%;
    width: 67%;
    z-index: 0;
    line-height: 10px;
    float: none;
  }
}
/* line 2261, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video {
  background-color: #5d5c67;
  background-image: url('assets/img/festival/landing/festival-grey-bg.jpg?1591985752');
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  /* line 2261, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.video {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
/* line 2273, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video .poster .thumbnail_block {
  background-image: url('assets/img/festival/video/video-thumb3.jpg?1591985712') !important;
  background-color: #000 !important;
  background-size: cover;
  opacity: 0.85;
}
/* line 2279, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video .huge_it_video_player_bottom {
  display: block !important;
}
/* line 2282, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video .left {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  /* line 2282, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.video .left {
    width: 47%;
    float: left;
    padding-bottom: 0;
    padding-left: 2%;
  }
}
/* line 2294, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video .right {
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  /* line 2294, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.video .right {
    width: 48%;
    float: left;
    padding-left: 2%;
    padding-top: 1%;
  }
}
/* line 2303, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video .right p, .festival-banner.et_pb_section.et_pb_fullwidth_section.video .right h2 {
  position: relative;
  z-index: 2;
}
/* line 2307, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video .right .graphic {
  width: 40%;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
}
@media all and (min-width: 768px) {
  /* line 2307, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.video .right .graphic {
    right: -8%;
    width: 50%;
    top: 0;
  }
}
/* line 2318, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video .right .graphic img {
  width: 100%;
  opacity: 0.3;
}
@media all and (min-width: 1280px) {
  /* line 2325, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.video.no-title .right {
    padding-top: 5%;
  }
}
/* line 2335, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.video.smaller-text p {
  font-size: 18px;
  line-height: 22px;
}
/* line 2341, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto {
  background-color: #534ba0;
  background-image: url('assets/img/festival/landing/festival-purple-bg.jpg?1591985752');
  padding-top: 40px;
}
@media all and (max-width: 767px) {
  /* line 2341, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto {
    padding-bottom: 40px;
  }
}
/* line 2348, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto h3 {
  text-transform: uppercase;
  color: #fff;
  margin: 5px 0 0 0;
  font-size: 29px;
  line-height: 29px;
  font-size: 3vw;
  line-height: 3.1vw;
}
@media all and (max-width: 767px) {
  /* line 2348, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto h3 {
    font-size: 6vw;
    line-height: 6.2vw;
  }
}
/* line 2364, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid {
  position: relative;
}
/* line 2366, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column {
  float: left;
  text-align: center;
  margin-right: 1.25%;
}
@media all and (max-width: 767px) {
  /* line 2366, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column {
    margin-bottom: 40px;
  }
}
/* line 2373, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .number {
  font-family: 'heavitasregular';
  color: #fff;
  font-size: 52px;
  line-height: 60px;
  font-size: 7.5vw;
  line-height: 8.8vw;
}
@media all and (max-width: 767px) {
  /* line 2373, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .number {
    font-size: 17.6vw;
    line-height: 15.6vw;
  }
}
/* line 2385, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .image {
  position: relative;
  z-index: 0;
}
/* line 2389, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .caption {
  position: relative;
  z-index: 2;
  background-color: #827ac2;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 28% 2% 50px;
  margin-top: 28%;
  font-family: 'lato-regular-global';
}
/* line 2399, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .caption:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #827ac2;
  padding-bottom: 50%;
  width: 57.7%;
  z-index: 3;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotate(-30deg) skewX(30deg);
  -o-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  -webkit-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-30deg) skewX(30deg);
}
@media all and (min-width: 768px) {
  /* line 2389, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .caption {
    padding: 28% 2% 80px;
  }
  /* line 2421, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .caption:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 50%;
    height: 135%;
    background-color: #827ac2;
    left: 0;
  }
}
@media all and (min-width: 840px) {
  /* line 2389, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .caption {
    padding: 28% 2% 90px;
  }
}
@media all and (min-width: 1024px) {
  /* line 2389, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .caption {
    padding: 28% 2% 100px;
  }
}
/* line 2438, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column .caption span {
  position: relative;
  z-index: 4;
}
/* line 2444, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column.last .number {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  font-size: 3.6vw;
  line-height: 3.8vw;
  position: relative;
  right: -5%;
  top: 15px;
  z-index: 5;
}
@media all and (max-width: 767px) {
  /* line 2444, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column.last .number {
    font-size: 7.2vw;
    line-height: 7.6vw;
  }
}
/* line 2460, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column.last .caption {
  padding: 0;
  margin-top: 0px;
}
/* line 2463, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid .column.last .caption:before {
  content: '';
  display: none;
}
/* line 2470, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step {
  padding-top: 15px;
}
/* line 2472, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step .column {
  width: 12%;
}
@media all and (max-width: 767px) {
  /* line 2472, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step .column {
    width: 31%;
    margin-right: 3%;
  }
  /* line 2477, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step .column:nth-child(3n) {
    margin-right: 0;
  }
  /* line 2480, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step .column:nth-child(4n) {
    clear: left;
  }
}
/* line 2484, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step .column.last {
  float: none;
  margin: 0 auto;
  clear: both;
  width: 50%;
}
@media all and (min-width: 768px) {
  /* line 2484, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step .column.last {
    width: 24%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 2497, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step .column.last .image {
    height: auto !important;
  }
}
@media all and (max-width: 767px) {
  /* line 2501, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.six-step .column.last .image img {
    position: relative !important;
  }
}
/* line 2511, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column {
  width: 13.5%;
  margin-right: 3.33%;
}
@media all and (max-width: 767px) {
  /* line 2511, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column {
    width: 30%;
    margin-right: 4.33%;
  }
  /* line 2517, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(3n) {
    margin-right: 0;
  }
  /* line 2520, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(4n) {
    clear: left;
  }
}
@media all and (min-width: 768px) {
  /* line 2524, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column.last {
    width: 17%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 2536, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(1) .number {
    padding-top: 50%;
  }
  /* line 2541, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(2) .number {
    padding-top: 33%;
  }
  /* line 2546, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(3) .number {
    padding-top: 40%;
  }
  /* line 2551, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(4) .number {
    padding-top: 0;
  }
  /* line 2556, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column:nth-child(5) .number {
    padding-top: 40%;
  }
}
/* line 2561, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column .number {
  margin-bottom: -30%;
  position: relative;
  z-index: 2;
  text-align: left;
}
/* line 2568, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column .image img {
  max-width: 120%;
  width: 120%;
  margin-left: -10%;
}
@media all and (max-width: 767px) {
  /* line 2568, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto .grid.five-step .column .image img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
/* line 2585, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto.overflow-images .column .image img {
  max-width: 120%;
  width: 120%;
  margin-left: -10%;
}
@media all and (max-width: 767px) {
  /* line 2585, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.howto.overflow-images .column .image img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
/* line 2596, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto.overflow-images .column .number {
  margin-bottom: -30%;
  position: relative;
  z-index: 2;
}
/* line 2602, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.howto.overflow-images .column.last .number {
  margin-bottom: 3%;
}
/* line 2610, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav {
  background-color: #01787f;
  background-image: url('assets/img/festival/landing/festival-teal-bg.jpg?1591985770');
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  /* line 2610, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav {
    padding-top: 20px;
  }
}
/* line 2620, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav .seal {
  width: 33%;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  /* line 2620, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav .seal {
    width: 20%;
    float: left;
    margin: 0;
  }
}
/* line 2629, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav h2 {
  position: relative;
  z-index: 4;
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 2629, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav h2 {
    width: 56%;
    float: left;
    padding-left: 3%;
    padding-top: 5%;
    text-align: left;
  }
}
/* line 2641, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav h2 span.text128 {
  letter-spacing: 2px;
}
@media all and (min-width: 768px) {
  /* line 2641, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav h2 span.text128 {
    letter-spacing: 4px;
  }
}
/* line 2647, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav h2 span.anutha-diffrant-lizzayout {
  font-size: 20px;
  line-height: 24px;
  font-family: 'lato-regular-global';
  text-transform: uppercase;
  font-weight: normal;
  display: block;
}
@media all and (max-width: 767px) {
  /* line 2647, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav h2 span.anutha-diffrant-lizzayout {
    margin: 20px 0;
  }
}
/* line 2659, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav .top-right {
  position: relative;
  padding-left: 4%;
  padding-right: 4%;
  text-align: center;
  margin: 20px 0;
}
@media all and (min-width: 768px) {
  /* line 2659, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav .top-right {
    margin: 0 0 5px 0;
    width: 24%;
    float: right;
    margin: 0;
  }
}
/* line 2671, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav .top-right .graphic {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
@media all and (max-width: 767px) {
  /* line 2671, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav .top-right .graphic {
    right: 0;
    width: 100%;
    left: 0;
  }
}
/* line 2683, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav p {
  margin: 10px 0;
}
/* line 2686, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid {
  clear: both;
}
/* line 2688, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column {
  width: 24%;
  margin-right: 1%;
  float: left;
  position: relative;
  z-index: 3;
}
@media all and (max-width: 767px) {
  /* line 2688, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  /* line 2699, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column:nth-child(2n) {
    margin-right: 0;
  }
}
/* line 2705, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column.third {
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 2705, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column.third {
    width: 28%;
    margin-right: 5%;
  }
}
/* line 2712, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column p {
  font-family: 'lato-regular-global';
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
/* line 2720, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav .grid .column a {
  font-size: 18px;
  line-height: 22px;
}
/* line 2728, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 2731, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal h2 {
  position: relative;
  z-index: 4;
  float: none;
  padding-top: 20px;
  text-align: left;
}
@media all and (min-width: 768px) {
  /* line 2731, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal h2 {
    max-width: 80%;
    width: auto;
    float: none;
    padding-left: 0;
    padding-top: 40px;
  }
}
/* line 2745, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal h2 span.text128 {
  letter-spacing: 2px;
}
@media all and (min-width: 768px) {
  /* line 2745, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal h2 span.text128 {
    letter-spacing: 1px;
  }
}
/* line 2752, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal .top-right {
  position: relative;
  padding-left: 5%;
  padding-right: 0;
}
@media all and (min-width: 768px) {
  /* line 2752, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal .top-right {
    position: absolute;
    z-index: 1;
    top: 1%;
    right: 4%;
    width: 35%;
  }
}
/* line 2763, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal .top-right .graphic {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
@media all and (min-width: 768px) {
  /* line 2770, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal .grid {
    padding-right: 7%;
  }
}
/* line 2775, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal p {
  margin: 20px 0;
}
@media all and (min-width: 768px) {
  /* line 2775, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.fav-no-seal p {
    max-width: 50%;
    margin: 40px 0;
  }
}
/* line 2783, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts {
  background-color: #534ba0;
  background-image: url('assets/img/festival/landing/festival-purple-bg.jpg?1591985752');
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  /* line 2783, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media all and (max-width: 768px) {
  /* line 2793, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts p {
    margin: 20px 0;
  }
}
@media all and (max-width: 1239px) {
  /* line 2793, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media all and (min-width: 768px) {
  /* line 2802, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .left {
    width: 39%;
    float: left;
    margin-top: -1%;
  }
}
/* line 2809, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right {
  position: relative;
}
@media all and (min-width: 768px) {
  /* line 2809, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right {
    width: 59%;
    float: right;
    padding-top: 2%;
  }
}
/* line 2816, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right .one, .festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right .two, .festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right .three, .festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right .four {
  float: left;
  display: block;
  top: 0;
}
/* line 2821, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right .one {
  left: 0;
  width: 26.666%;
}
/* line 2825, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right .two {
  left: 0;
  width: 24.9315%;
}
/* line 2829, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right .three {
  left: 0;
  width: 22.4657%;
}
/* line 2833, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.ogxperts .right .four {
  left: 0;
  width: 25.9360%;
}
/* line 2839, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival {
  background-color: #01787f;
  background-image: url('assets/img/festival/landing/festival-teal-bg.jpg?1591985770');
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  /* line 2839, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.survival {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 1920px) {
  /* line 2839, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.survival {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* line 2853, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .top-left {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 1%;
  width: 11%;
}
/* line 2861, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .top-right {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 1%;
  width: 10%;
}
/* line 2871, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival h2, .festival-banner.et_pb_section.et_pb_fullwidth_section.survival p {
  position: relative;
  z-index: 4;
  text-align: center;
}
/* line 2876, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival p {
  margin-bottom: 40px;
  margin-top: 20px;
}
/* line 2881, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid {
  clear: both;
}
/* line 2883, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column {
  width: 15%;
  margin-right: 2%;
  float: left;
  position: relative;
  z-index: 1;
}
/* line 2889, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column:nth-child(6n) {
  margin-right: 0;
}
@media all and (max-width: 767px) {
  /* line 2883, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column {
    width: 32%;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  /* line 2896, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 2901, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column .img-wrap {
  background-color: #fec3db;
  margin: 0 8%;
}
/* line 2905, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column .img-wrap img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
/* line 2911, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column .purp-box {
  background-image: url('assets/img/festival/survival/purp-box.png?1591985712');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-family: 'heavitasregular';
  color: #fff;
  padding: 14% 14% 20% 14%;
  text-align: center;
  margin-top: -4%;
  position: relative;
  line-height: 18px;
  z-index: 2;
}
@media all and (min-width: 1240px) {
  /* line 2911, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column .purp-box {
    font-size: 16px;
  }
}
/* line 2926, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.survival .grid .column .purp-box a {
  color: #fff;
}
/* line 2933, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify {
  background-color: #20cbd4;
  padding: 0;
  overflow: hidden;
}
/* line 2937, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .banner {
  width: 200%;
  max-width: 200%;
}
/* line 2941, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify a.button {
  background-color: #fff;
  border-radius: 50px;
  color: #ffa3ca;
  text-transform: uppercase;
  color: #ffa3ca;
  text-transform: uppercase;
  padding: 3px 20px;
  padding: 1vw 5vw;
  font-size: 14px;
}
/* line 2952, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .right {
  text-transform: uppercase;
  padding: 2.5% 4% 15% 4%;
  text-align: center;
}
/* line 2956, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .right img {
  width: 61%;
  margin: 0 auto;
  display: block;
  max-width: 325px;
}
/* line 2962, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .right h6 {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-size: 3.6vw;
  line-height: 5vw;
  margin: 2.5vw 0 2.5vw 0;
  padding: 0;
}
/* line 2972, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .middle {
  top: 0;
  position: absolute;
  width: 64%;
  top: 6%;
  top: 5.4vw;
  left: 50%;
  margin-left: -32%;
  text-align: center;
}
/* line 2981, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .middle img {
  width: 36%;
  margin: 0 auto;
}
/* line 2985, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .middle h2 {
  position: absolute;
  top: 50%;
  margin-top: -10vw;
  padding: 0px 2%;
  font-size: 11vw;
  line-height: 10vw;
  letter-spacing: 0.4vw;
}
/* line 2995, assets/sass/components/_banner.scss */
.festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .tag {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 768px) {
  /* line 2933, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify {
    margin-bottom: -7px;
  }
  /* line 3007, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .banner {
    width: 100%;
    max-width: 100%;
  }
  /* line 3011, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .right {
    position: absolute;
    right: 0;
    padding-right: 4.5%;
    padding-top: 2.2%;
    width: 32%;
    top: 0;
    padding: 2.2vw 4.5vw 0 0;
  }
  /* line 3020, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .right h6 {
    font-size: 1.8vw;
    line-height: 2.5vw;
    margin: 1.3vw 0 1.95vw 0;
  }
  /* line 3026, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .middle {
    position: absolute;
    right: 31%;
    padding-right: 1vw;
    width: 32%;
    top: 26%;
    top: 5.8vw;
    left: auto;
    margin-left: 0;
  }
  /* line 3036, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .middle img {
    width: 27%;
  }
  /* line 3039, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .middle h2 {
    margin-top: -4.75vw;
    padding: 0px 1vw;
    font-size: 5vw;
    line-height: 4.8vw;
  }
  /* line 3046, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .tag {
    position: absolute;
    left: 1.5vw;
    bottom: 2vw;
    width: 20%;
    text-align: left;
  }
  /* line 3053, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify a.button {
    padding: 0.5vw 2.5vw;
    font-size: 1.4vw;
  }
}
@media all and (min-width: 1240px) {
  /* line 3059, assets/sass/components/_banner.scss */
  .festival-banner.et_pb_section.et_pb_fullwidth_section.spotify .tag {
    font-size: 1.1vw;
    line-height: 1.1vw;
  }
}

/**********************************
END FESTIVAL BANNERS
**********************************/
/* line 3077, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2,
.festival-banner h2 {
  font-family: "Heavitas";
  font-family: 'heavitasregular';
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 38px;
  font-size: 5.2vw;
  line-height: 4.8vw;
}
@media all and (max-width: 767px) {
  /* line 3077, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2,
  .festival-banner h2 {
    font-size: 10vw;
    line-height: 8.6vw;
  }
}
/* line 3091, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text53,
.festival-banner h2 span.text53 {
  font-size: 24px;
  line-height: 24px;
  font-size: 3vw;
  line-height: 3.1vw;
}
/* line 3097, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text69,
.festival-banner h2 span.text69 {
  font-size: 29px;
  line-height: 29px;
  font-size: 3.8vw;
  line-height: 4vw;
}
/* line 3103, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text86,
.festival-banner h2 span.text86 {
  font-size: 35px;
  line-height: 35px;
  font-size: 4.5vw;
  line-height: 4.6vw;
}
/* line 3109, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text88,
.festival-banner h2 span.text88 {
  font-size: 36px;
  line-height: 36px;
  font-size: 4.6vw;
  line-height: 4.4vw;
}
/* line 3115, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text95,
.festival-banner h2 span.text95 {
  font-size: 39px;
  line-height: 39px;
  font-size: 5vw;
  line-height: 4.8vw;
}
/* line 3121, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text100,
.festival-banner h2 span.text100 {
  font-size: 42px;
  line-height: 38px;
  font-size: 5.5vw;
  line-height: 5.0vw;
}
/* line 3127, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text102,
.festival-banner h2 span.text102 {
  font-size: 44px;
  line-height: 42px;
  font-size: 5.8vw;
  line-height: 5.2vw;
}
/* line 3133, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text104,
.festival-banner h2 span.text104 {
  font-size: 45.5px;
  line-height: 39px;
  font-size: 5.9vw;
  line-height: 5.1vw;
}
/* line 3140, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text114,
.festival-banner h2 span.text114 {
  font-size: 51px;
  line-height: 45px;
  font-size: 6.6vw;
  line-height: 6vw;
}
/* line 3146, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text122,
.festival-banner h2 span.text122 {
  font-size: 49px;
  line-height: 42px;
  font-size: 6.4vw;
  line-height: 5.6vw;
}
/* line 3152, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text126,
.festival-banner h2 span.text126 {
  font-size: 50px;
  line-height: 45px;
  font-size: 6.5vw;
  line-height: 5.9vw;
}
/* line 3158, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text128,
.festival-banner h2 span.text128 {
  font-size: 52px;
  line-height: 47px;
  font-size: 6.8vw;
  line-height: 5.9vw;
}
/* line 3164, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text140,
.festival-banner h2 span.text140 {
  font-size: 62px;
  line-height: 56px;
  font-size: 8.5vw;
  line-height: 7.5vw;
}
/* line 3170, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text168,
.festival-banner h2 span.text168 {
  font-size: 67px;
  line-height: 58px;
  font-size: 8.8vw;
  line-height: 7.8vw;
}
/* line 3176, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text192,
.festival-banner h2 span.text192 {
  font-size: 80px;
  line-height: 70px;
  font-size: 10.5vw;
  line-height: 9.5vw;
}
/* line 3182, assets/sass/components/_banner.scss */
.banner2019-lax .copy h2 span.text208,
.festival-banner h2 span.text208 {
  font-size: 88px;
  line-height: 75px;
  font-size: 11.5vw;
  line-height: 9.8vw;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  /* line 3190, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text53,
  .festival-banner h2 span.text53 {
    font-size: 6vw;
    line-height: 6.2vw;
  }
  /* line 3194, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text69,
  .festival-banner h2 span.text69 {
    font-size: 7.6vw;
    line-height: 8vw;
  }
  /* line 3198, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text86,
  .festival-banner h2 span.text86 {
    font-size: 9vw;
    line-height: 9.2vw;
  }
  /* line 3202, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text88,
  .festival-banner h2 span.text88 {
    font-size: 9.2vw;
    line-height: 8.8vw;
  }
  /* line 3206, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text95,
  .festival-banner h2 span.text95 {
    font-size: 10vw;
    line-height: 9.6vw;
  }
  /* line 3210, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text100,
  .festival-banner h2 span.text100 {
    font-size: 11vw;
    line-height: 10vw;
  }
  /* line 3214, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text102,
  .festival-banner h2 span.text102 {
    font-size: 11.6vw;
    line-height: 10.4vw;
  }
  /* line 3218, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text104,
  .festival-banner h2 span.text104 {
    font-size: 11.8vw;
    line-height: 10.2vw;
  }
  /* line 3222, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text114,
  .festival-banner h2 span.text114 {
    font-size: 13.2vw;
    line-height: 12vw;
  }
  /* line 3226, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text122,
  .festival-banner h2 span.text122 {
    font-size: 12.8vw;
    line-height: 11.2vw;
  }
  /* line 3230, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text126,
  .festival-banner h2 span.text126 {
    font-size: 13vw;
    line-height: 11.8vw;
  }
  /* line 3234, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text128,
  .festival-banner h2 span.text128 {
    font-size: 13.6vw;
    line-height: 11.8vw;
  }
  /* line 3238, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text140,
  .festival-banner h2 span.text140 {
    font-size: 17vw;
    line-height: 15vw;
  }
  /* line 3242, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text168,
  .festival-banner h2 span.text168 {
    font-size: 17.6vw;
    line-height: 15.6vw;
  }
  /* line 3246, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text192,
  .festival-banner h2 span.text192 {
    font-size: 22.6vw;
    line-height: 20vw;
  }
  /* line 3250, assets/sass/components/_banner.scss */
  .banner2019-lax .copy h2 span.text208,
  .festival-banner h2 span.text208 {
    font-size: 23vw;
    line-height: 19.6vw;
  }
}

/* line 3258, assets/sass/components/_banner.scss */
#mobile-marker {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
@media all and (min-width: 768px) {
  /* line 3258, assets/sass/components/_banner.scss */
  #mobile-marker {
    display: none;
  }
}

@media all and (min-width: 768px) {
  /* line 3268, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.argan .copy {
    width: 36%;
  }
}
@media all and (min-width: 768px) {
  /* line 3272, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.argan .copy.left {
    top: 30%;
  }
}
/* line 3276, assets/sass/components/_banner.scss */
.banner2019-lax.show-pt-br.argan .copy.left h2 {
  font-size: 2.5vw;
  line-height: 3vw;
  text-align: center;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  /* line 3276, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.argan .copy.left h2 {
    font-size: 5vw;
    line-height: 6vw;
  }
}

@media all and (min-width: 768px) {
  /* line 3291, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.fiber-full .copy.left {
    top: 30%;
    width: 29%;
  }
}
/* line 3296, assets/sass/components/_banner.scss */
.banner2019-lax.show-pt-br.fiber-full .copy.left h2 {
  font-size: 2.5vw;
  line-height: 3.1vw;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  /* line 3296, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.fiber-full .copy.left h2 {
    font-size: 5vw;
    line-height: 6.2vw;
  }
}
/* line 3304, assets/sass/components/_banner.scss */
.banner2019-lax.show-pt-br.fiber-full .copy.left h2 span {
  font-size: 3.1vw;
  line-height: 3.6vw;
}
@media all and (max-width: 767px) {
  /* line 3304, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.fiber-full .copy.left h2 span {
    font-size: 6.2vw;
    line-height: 7vw;
  }
}

@media all and (min-width: 768px) {
  /* line 3317, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.coconut-milk .copy {
    width: 33%;
    right: 1%;
    top: 20%;
  }
}
/* line 3323, assets/sass/components/_banner.scss */
.banner2019-lax.show-pt-br.coconut-milk .copy.left {
  left: 3%;
  text-align: left;
}
@media all and (min-width: 768px) {
  /* line 3323, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.coconut-milk .copy.left {
    left: 4%;
    width: 33%;
    top: 10%;
  }
}
/* line 3331, assets/sass/components/_banner.scss */
.banner2019-lax.show-pt-br.coconut-milk .copy.left h2 {
  font-size: 2.5vw;
  line-height: 2.7vw;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  /* line 3331, assets/sass/components/_banner.scss */
  .banner2019-lax.show-pt-br.coconut-milk .copy.left h2 {
    font-size: 5vw;
    line-height: 5.4vw;
  }
}

/* line 3343, assets/sass/components/_banner.scss */
.banner2019-lax.pracaxi {
  background-color: #8c8d06;
}
/* line 3345, assets/sass/components/_banner.scss */
.banner2019-lax.pracaxi .copy {
  background-color: #8c8d06;
}
@media all and (min-width: 768px) {
  /* line 3345, assets/sass/components/_banner.scss */
  .banner2019-lax.pracaxi .copy {
    width: 33%;
    right: 1%;
    top: 20%;
    background-color: transparent;
  }
}
/* line 3353, assets/sass/components/_banner.scss */
.banner2019-lax.pracaxi .copy a.button {
  color: #8c8d06;
  text-transform: uppercase;
  margin-top: 9%;
  padding-left: 4%;
  padding-right: 4%;
}
@media all and (min-width: 768px) {
  /* line 3353, assets/sass/components/_banner.scss */
  .banner2019-lax.pracaxi .copy a.button {
    width: 75%;
    font-size: 1.45vw;
    line-height: 1.425vw;
    letter-spacing: 2px;
    min-width: 210px;
  }
}
@media all and (min-width: 768px) {
  /* line 3367, assets/sass/components/_banner.scss */
  .banner2019-lax.pracaxi .copy p {
    padding-left: 0;
    font-size: 1.7vw;
    line-height: 1.9vw;
  }
}
@media all and (max-width: 767px) {
  /* line 3374, assets/sass/components/_banner.scss */
  .banner2019-lax.pracaxi .copy.left {
    padding-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 3374, assets/sass/components/_banner.scss */
  .banner2019-lax.pracaxi .copy.left {
    left: 7%;
    width: 33%;
    top: 10%;
  }
}
@media all and (min-width: 768px) {
  /* line 3383, assets/sass/components/_banner.scss */
  .banner2019-lax.pracaxi .copy.left .rellax {
    text-align: left;
  }
}

/* line 3395, assets/sass/components/_banner.scss */
.banner2019-lax.biotin.show-en-sea .copy {
  background-color: #fed75e;
}
@media all and (min-width: 768px) {
  /* line 3395, assets/sass/components/_banner.scss */
  .banner2019-lax.biotin.show-en-sea .copy {
    background-color: transparent;
    width: 37%;
    top: 12%;
    padding-right: 4%;
    padding-left: 0;
  }
  /* line 3403, assets/sass/components/_banner.scss */
  .banner2019-lax.biotin.show-en-sea .copy img {
    width: 100%;
  }
}
/* line 3407, assets/sass/components/_banner.scss */
.banner2019-lax.biotin.show-en-sea .copy a.button {
  color: #8179b4;
}
@media all and (min-width: 768px) {
  /* line 3407, assets/sass/components/_banner.scss */
  .banner2019-lax.biotin.show-en-sea .copy a.button {
    margin-top: 3%;
  }
}
@media all and (max-width: 767px) {
  /* line 3413, assets/sass/components/_banner.scss */
  .banner2019-lax.biotin.show-en-sea .copy.left {
    padding-bottom: 10%;
  }
}

/* line 3421, assets/sass/components/_banner.scss */
.banner2019-lax.braziliankeratin.show-en-sea .copy {
  background-color: #914fa6;
}
@media all and (min-width: 768px) {
  /* line 3421, assets/sass/components/_banner.scss */
  .banner2019-lax.braziliankeratin.show-en-sea .copy {
    background-color: transparent;
  }
}
/* line 3426, assets/sass/components/_banner.scss */
.banner2019-lax.braziliankeratin.show-en-sea .copy a.button {
  color: #7f4931;
}
@media all and (max-width: 767px) {
  /* line 3429, assets/sass/components/_banner.scss */
  .banner2019-lax.braziliankeratin.show-en-sea .copy.left {
    padding-bottom: 10%;
  }
}
@media all and (min-width: 768px) {
  /* line 3429, assets/sass/components/_banner.scss */
  .banner2019-lax.braziliankeratin.show-en-sea .copy.left {
    width: 37%;
    left: 11%;
  }
  /* line 3436, assets/sass/components/_banner.scss */
  .banner2019-lax.braziliankeratin.show-en-sea .copy.left img {
    width: 100%;
  }
}

/* line 3444, assets/sass/components/_banner.scss */
.banner2019-lax.cherry.show-en-sea .copy {
  background-color: #83b47c;
}
@media all and (min-width: 768px) {
  /* line 3444, assets/sass/components/_banner.scss */
  .banner2019-lax.cherry.show-en-sea .copy {
    background-color: transparent;
  }
}
@media all and (max-width: 767px) {
  /* line 3450, assets/sass/components/_banner.scss */
  .banner2019-lax.cherry.show-en-sea .copy.left {
    padding-bottom: 10%;
  }
}
@media all and (min-width: 768px) {
  /* line 3450, assets/sass/components/_banner.scss */
  .banner2019-lax.cherry.show-en-sea .copy.left {
    width: 37%;
    left: 5%;
    top: 12%;
    text-align: right;
  }
  /* line 3459, assets/sass/components/_banner.scss */
  .banner2019-lax.cherry.show-en-sea .copy.left img {
    margin-bottom: 2%;
  }
}
/* line 3464, assets/sass/components/_banner.scss */
.banner2019-lax.cherry.show-en-sea .copy a.button {
  color: #e49abb;
  text-align: center;
}

/* line 3470, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section {
  margin-bottom: -7px;
  padding-right: 4%;
  padding-left: 4%;
  overflow: hidden;
}
/* line 3476, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section .et_pb_fullwidth_code.et_pb_module {
  position: initial;
}
@media all and (max-width: 767px) {
  /* line 3479, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section .rellax {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
/* line 3484, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section .right {
  width: 48%;
  float: right;
}
@media all and (max-width: 767px) {
  /* line 3484, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section .right {
    float: none;
    width: 100%;
  }
}
/* line 3492, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section .left {
  width: 52%;
  float: left;
}
@media all and (max-width: 767px) {
  /* line 3492, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section .left {
    float: none;
    width: 100%;
  }
}
/* line 3500, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section a.button {
  color: #f394bc;
  margin-top: 10px;
  width: 60%;
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 3500, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section a.button {
    display: block;
    margin: 20px auto 20px auto;
  }
}
/* line 3511, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section p {
  color: #fff;
  font-family: 'lato-light-global', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  clear: both;
}
@media all and (min-width: 768px) {
  /* line 3511, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media all and (min-width: 940px) {
  /* line 3511, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section p {
    font-size: 15px;
    line-height: 18px;
  }
}
@media all and (min-width: 1040px) {
  /* line 3511, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (min-width: 1240px) {
  /* line 3511, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (min-width: 1480px) {
  /* line 3511, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section p {
    font-size: 24px;
    line-height: 28px;
  }
}
/* line 3545, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section h2 {
  font-size: 28px;
  line-height: 28px;
  clear: both;
  font-family: 'heavitasregular';
  color: #fff;
  font-size: 3.4vw;
  line-height: 3.4vw;
}
@media all and (max-width: 767px) {
  /* line 3545, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section h2 {
    font-size: 6.8vw;
    line-height: 6.8vw;
  }
}
/* line 3561, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane {
  background-color: #f394bc;
}
@media all and (min-width: 768px) {
  /* line 3561, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane {
    padding-right: 4.5%;
  }
}
/* line 3566, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane .right {
  width: 50%;
  float: right;
}
@media all and (max-width: 767px) {
  /* line 3566, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane .right {
    float: none;
    width: 100%;
    padding-top: 5px;
  }
}
/* line 3575, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left {
  width: 50%;
  padding-right: 2%;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  /* line 3575, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left {
    width: 100%;
    padding-right: 0;
  }
}
/* line 3584, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left div[id^="huge_it_sigle_video_player_"],
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left div[id*=" huge_it_sigle_video_player_"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0.95 !important;
  z-index: 1 !important;
  width: 100% !important;
  margin-top: 14% !important;
  display: none !important;
}
@media all and (min-width: 768px) {
  /* line 3584, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left div[id^="huge_it_sigle_video_player_"],
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left div[id*=" huge_it_sigle_video_player_"] {
    margin-left: 14% !important;
    margin-top: 14% !important;
    width: 83% !important;
  }
}
/* line 3601, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left .thumbnail_block {
  opacity: 0.925;
  background: #fff;
}
/* line 3605, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left .video-cloud {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.925;
  z-index: 2;
  width: 50%;
  max-width: 440px;
  display: block;
}
@media all and (min-width: 768px) {
  /* line 3605, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane .left .video-cloud {
    margin-top: -10px;
  }
}
/* line 3622, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane .plane-top {
  position: absolute;
  top: 6%;
  left: 50%;
  width: 29%;
  margin-left: -11.5%;
  z-index: 9;
}
@media all and (max-width: 767px) {
  /* line 3622, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane .plane-top {
    left: 4%;
    margin-left: 0;
  }
}
/* line 3635, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.plane .right img {
  float: right;
  width: 75%;
}
@media all and (min-width: 768px) {
  /* line 3639, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane .right .button {
    float: right;
  }
}
@media all and (max-width: 767px) {
  /* line 3644, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.plane .right h2 {
    padding-top: 20px;
  }
}
/* line 3656, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.raft {
  background-color: #7cdecf;
}
@media all and (max-width: 767px) {
  /* line 3656, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.raft {
    padding-bottom: 40px;
  }
}
/* line 3661, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.raft .heading {
  margin: 0 auto;
  display: block;
  width: 70%;
  padding-top: 15px;
  max-width: 1190px;
}
@media all and (max-width: 767px) {
  /* line 3661, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.raft .heading {
    width: 92%;
    padding: 20px 0;
  }
}
/* line 3672, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.raft p {
  padding-top: 20px;
}
/* line 3675, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.raft .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -4.5%;
  margin-right: -4.5%;
  width: 109%;
}
/* line 3682, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.raft .waves img {
  width: 100%;
}
/* line 3687, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.mermaid {
  margin-bottom: 0;
  background-color: #a086be;
}
/* line 3689, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.mermaid h2 {
  text-align: center;
  font-size: 6vw;
  line-height: 6vw;
  padding-top: 10px;
  display: block;
  padding-bottom: 0;
  margin-bottom: -5vw;
}
@media all and (max-width: 767px) {
  /* line 3689, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.mermaid h2 {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  /* line 3687, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.mermaid {
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 3705, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.mermaid .left {
    margin-bottom: -7px;
  }
}
/* line 3711, assets/sass/components/_banner.scss */
.summer-banner.et_pb_fullwidth_section.et_pb_section.mermaid .right img {
  float: right;
  width: 51%;
}
@media all and (max-width: 767px) {
  /* line 3711, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.mermaid .right img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  /* line 3718, assets/sass/components/_banner.scss */
  .summer-banner.et_pb_fullwidth_section.et_pb_section.mermaid .right p {
    padding-top: 20px;
  }
}

/**********************************
KANDEE 2020 BANNER
**********************************/
/* line 3730, assets/sass/components/_banner.scss */
.kandee2020 {
  margin-bottom: -8px;
  background-color: #fca0c9;
  width: 100%;
  overflow: hidden;
}
/* line 3735, assets/sass/components/_banner.scss */
.kandee2020 img.bg {
  width: 100%;
}
@media all and (max-width: 767px) {
  /* line 3735, assets/sass/components/_banner.scss */
  .kandee2020 img.bg {
    width: 200%;
    max-width: 200%;
  }
}
/* line 3742, assets/sass/components/_banner.scss */
.kandee2020 .right {
  padding: 4%;
}
@media all and (min-width: 768px) {
  /* line 3742, assets/sass/components/_banner.scss */
  .kandee2020 .right {
    position: absolute;
    top: 10%;
    width: 45%;
    right: 5%;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 3742, assets/sass/components/_banner.scss */
  .kandee2020 .right {
    transform: translate3d(0, 0, 0) !important;
  }
}
/* line 3755, assets/sass/components/_banner.scss */
.kandee2020 .lips1 {
  position: absolute;
  top: 11%;
  width: 5%;
  left: 45%;
}
@media all and (max-width: 767px) {
  /* line 3755, assets/sass/components/_banner.scss */
  .kandee2020 .lips1 {
    display: none;
  }
}
/* line 3764, assets/sass/components/_banner.scss */
.kandee2020 .lips2 {
  position: absolute;
  top: 36%;
  width: 8%;
  right: 4%;
}
@media all and (max-width: 767px) {
  /* line 3764, assets/sass/components/_banner.scss */
  .kandee2020 .lips2 {
    display: none;
  }
}
/* line 3773, assets/sass/components/_banner.scss */
.kandee2020 h2, .kandee2020 p {
  color: #fff;
}
/* line 3776, assets/sass/components/_banner.scss */
.kandee2020 h2 {
  font-family: 'heavitasregular';
  font-size: 3.5vw;
  line-height: 3.5vw;
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 3776, assets/sass/components/_banner.scss */
  .kandee2020 h2 {
    font-size: 6.6vw;
    line-height: 6.6vw;
  }
}
/* line 3787, assets/sass/components/_banner.scss */
.kandee2020 p {
  color: #fff;
  text-align: center;
  font-family: 'lato-light-global', Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-size: 1.6vw;
  line-height: 2vw;
}
@media all and (max-width: 767px) {
  /* line 3787, assets/sass/components/_banner.scss */
  .kandee2020 p {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
}
/* line 3804, assets/sass/components/_banner.scss */
.kandee2020 #outer-related {
  padding-left: 2vw;
  padding-right: 2vw;
}
@media all and (min-width: 768px) {
  /* line 3804, assets/sass/components/_banner.scss */
  .kandee2020 #outer-related {
    padding-top: 1.5vw;
  }
}
/* line 3810, assets/sass/components/_banner.scss */
.kandee2020 #outer-related .lSSlideWrapper {
  height: auto !important;
}
/* line 3814, assets/sass/components/_banner.scss */
.kandee2020 #outer-related .relatedPrev,
.kandee2020 #outer-related .relatedNext {
  position: relative;
  top: 1vw;
}
/* line 3818, assets/sass/components/_banner.scss */
.kandee2020 #outer-related .relatedPrev img,
.kandee2020 #outer-related .relatedNext img {
  width: 75%;
}
/* line 3826, assets/sass/components/_banner.scss */
.kandee2020 #related-products li a img {
  max-width: 130%;
  max-height: none;
  height: auto;
  margin-top: 0;
  transition: all 0.2s ease;
  width: 130%;
  position: relative;
  left: -15%;
}
@media all and (max-width: 767px) {
  /* line 3826, assets/sass/components/_banner.scss */
  .kandee2020 #related-products li a img {
    margin-top: -10%;
  }
}
@media all and (max-width: 479px) {
  /* line 3826, assets/sass/components/_banner.scss */
  .kandee2020 #related-products li a img {
    max-width: 100%;
    width: 100%;
    left: 0;
    margin-top: -20%;
  }
}
/* line 3845, assets/sass/components/_banner.scss */
.kandee2020 #related-products li a img:hover {
  transform: scale(1.2);
}

/* line 6, assets/sass/components/_divi.scss */
.et_pb_toggle li {
  margin-left: 20px;
  list-style-type: disc;
}

/* line 19, assets/sass/components/_divi.scss */
.et_overlay {
  background: rgba(255, 255, 255, 0.4);
}
/* line 21, assets/sass/components/_divi.scss */
.et_overlay:before {
  width: 34px;
  height: 50px;
  content: '';
}

/* line 1, assets/sass/components/_aboutusvideo.scss */
#about_us_video div {
  margin: 0 auto;
}
/* line 3, assets/sass/components/_aboutusvideo.scss */
#about_us_video div .huge_it_video_player_player {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  /* line 5, assets/sass/components/_aboutusvideo.scss */
  #about_us_video div .huge_it_video_player_player video {
    object-fit: cover;
    height: 90vh;
  }
}

/* line 13, assets/sass/components/_aboutusvideo.scss */
.huge_it_video_player_top {
  display: none;
}
/* line 15, assets/sass/components/_aboutusvideo.scss */
.huge_it_video_player_top:hover {
  display: none;
}

/* line 20, assets/sass/components/_aboutusvideo.scss */
.huge_it_video_player_bottom {
  display: none !important;
}
/* line 22, assets/sass/components/_aboutusvideo.scss */
.huge_it_video_player_bottom:hover {
  display: none;
}

/* line 27, assets/sass/components/_aboutusvideo.scss */
#about_us_video > div {
  width: 100% !important;
}

/* line 1, assets/sass/components/_forms.scss */
.hairtype-container {
  width: 200px !important;
}

/* line 5, assets/sass/components/_forms.scss */
.checkbox-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

/* line 11, assets/sass/components/_forms.scss */
.checkbox-item input {
  width: initial !important;
}

/* line 16, assets/sass/components/_forms.scss */
.first-name-container {
  width: 40% !important;
}

/* line 20, assets/sass/components/_forms.scss */
.last-name-container {
  width: 40% !important;
}

/* line 25, assets/sass/components/_forms.scss */
.mc-social-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 31, assets/sass/components/_forms.scss */
.mc-social-media {
  width: 30% !important;
}

/* line 35, assets/sass/components/_forms.scss */
.mc-email {
  width: 40% !important;
}

/* line 39, assets/sass/components/_forms.scss */
.mc-shipping-address {
  width: 100% !important;
}

/* line 43, assets/sass/components/_forms.scss */
.mc-field-group > input {
  border: 1px solid #47aa42 !important;
}

/* line 47, assets/sass/components/_forms.scss */
.size1of2 {
  width: 48% !important;
  margin-right: 0 !important;
}

/* line 52, assets/sass/components/_forms.scss */
.mc-2of2 {
  margin-left: 4% !important;
}

/* line 56, assets/sass/components/_forms.scss */
.name-containers {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  /* line 62, assets/sass/components/_forms.scss */
  .mc-social-media {
    width: 48% !important;
  }

  /* line 66, assets/sass/components/_forms.scss */
  .mc-email {
    width: 100% !important;
  }

  /* line 70, assets/sass/components/_forms.scss */
  .first-name-container {
    width: 48% !important;
  }

  /* line 74, assets/sass/components/_forms.scss */
  .last-name-container {
    width: 48% !important;
  }
}
/****************************
* Become an OGXAddict form styles
*****************************/
/* line 86, assets/sass/components/_forms.scss */
.form-addict p {
  font-size: 18px;
}
/* line 89, assets/sass/components/_forms.scss */
.form-addict h1 {
  font-family: "Didot W01 Headline Bold";
  text-transform: uppercase;
  font-size: 50px;
}
/* line 93, assets/sass/components/_forms.scss */
.form-addict h1 span {
  font-family: 'Times New Roman', Georgia, "Times New Roman", serif;
}
@media screen and (max-width: 768px) {
  /* line 89, assets/sass/components/_forms.scss */
  .form-addict h1 {
    font-size: 32px;
  }
}

/* line 4, assets/sass/components/_rock.scss */
.rock-what-you-got .entry-content h2 {
  color: #fff;
  font-family: "REIS";
  font-size: 140px;
}
@media all and (max-width: 768px) {
  /* line 4, assets/sass/components/_rock.scss */
  .rock-what-you-got .entry-content h2 {
    font-size: 90px;
  }
}
/* line 14, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_0 {
  padding: 0;
  z-index: 99;
}
/* line 17, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_0 .et_pb_row {
  padding: 0;
}
/* line 22, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_1 {
  background: url('assets/img/rock/top-header.jpg?1591985768') 50% 0/cover no-repeat;
  height: 640px;
}
@media all and (max-width: 768px) {
  /* line 22, assets/sass/components/_rock.scss */
  .rock-what-you-got .et_pb_section_1 {
    height: auto;
    background-position: 0 0;
  }
}
@media all and (max-width: 480px) {
  /* line 22, assets/sass/components/_rock.scss */
  .rock-what-you-got .et_pb_section_1 {
    height: 640px;
    background: url('assets/img/rock/top-header-mobile.jpg?1591985669') 50% 100% no-repeat;
  }
}
/* line 33, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_1 .et_pb_row {
  max-width: none;
  padding-left: 36px !important;
  padding-right: 36px !important;
  width: auto;
}
@media all and (max-width: 768px) {
  /* line 33, assets/sass/components/_rock.scss */
  .rock-what-you-got .et_pb_section_1 .et_pb_row {
    padding-top: 0;
  }
}
/* line 41, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_1 .et_pb_row .et_pb_column_1 {
  width: 59.833%;
}
/* line 44, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_1 .et_pb_row .et_pb_column_2 {
  width: 34.666%;
}
/* line 47, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_1 .et_pb_row .et_pb_column_2 .show-en-au .fluid-width-video-wrapper {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
/* line 53, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_1 .et_pb_row .et_pb_column_2 .et_pb_button_module_wrapper.et_pb_module {
  text-align: center;
}
@media all and (max-width: 480px) {
  /* line 53, assets/sass/components/_rock.scss */
  .rock-what-you-got .et_pb_section_1 .et_pb_row .et_pb_column_2 .et_pb_button_module_wrapper.et_pb_module {
    display: none;
  }
}
/* line 58, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_1 .et_pb_row .et_pb_column_2 .et_pb_button_module_wrapper.et_pb_module a {
  border-color: #fff !important;
  color: #fff !important;
  line-height: 29px !important;
  padding: 0 18px;
  font-size: 20px;
  border-radius: 18px;
}
/* line 69, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_1 h1 {
  color: #fff;
  font-family: "REIS";
  font-size: 160px;
  max-width: 600px;
}
@media all and (max-width: 768px) {
  /* line 69, assets/sass/components/_rock.scss */
  .rock-what-you-got .et_pb_section_1 h1 {
    font-size: 90px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    max-width: none;
  }
}
@media all and (max-width: 480px) {
  /* line 69, assets/sass/components/_rock.scss */
  .rock-what-you-got .et_pb_section_1 h1 {
    font-size: 54px;
  }
}
/* line 85, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_2 {
  background: #ffcb67 url('assets/img/rock/hello-gorgeous.jpg?1591985768') 0 0/cover no-repeat;
  height: 640px;
}
@media all and (max-width: 768px) {
  /* line 85, assets/sass/components/_rock.scss */
  .rock-what-you-got .et_pb_section_2 {
    background-image: url('assets/img/rock/hello-gorgeous2.jpg?1591985750');
    background-position: 0 100%;
    background-size: auto 320px;
    height: auto;
    padding-bottom: 350px;
  }
}
/* line 95, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_2 .hello-gorgeous {
  float: right;
  margin: 42px 42px 0 0;
  width: 500px;
  color: #fff;
  padding-top: 42px;
}
@media all and (max-width: 768px) {
  /* line 95, assets/sass/components/_rock.scss */
  .rock-what-you-got .et_pb_section_2 .hello-gorgeous {
    float: none;
    width: auto;
    padding-top: 42px;
    margin: 0 42px;
  }
}
/* line 107, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_2 .hello-gorgeous p {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}
/* line 114, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_2 .hello-gorgeous p span {
  font-family: "REIS";
  font-size: 39px;
}
/* line 119, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_2 .hello-gorgeous .et_pb_button_module_wrapper.et_pb_module {
  text-align: center;
}
/* line 121, assets/sass/components/_rock.scss */
.rock-what-you-got .et_pb_section_2 .hello-gorgeous .et_pb_button_module_wrapper.et_pb_module a {
  border: 2px solid #fff;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 37px;
  padding: 0 18px;
  font-weight: 700;
}
/* line 134, assets/sass/components/_rock.scss */
.rock-what-you-got .marin {
  background: #5be6e3 url("assets/img/rock/marrin-morris.jpg?1497445320") no-repeat scroll 50% 100%;
  height: auto;
  text-align: center;
  padding: 27px 0 6px 0;
}
/* line 139, assets/sass/components/_rock.scss */
.rock-what-you-got .marin .mm-title {
  display: inline-block;
}
/* line 142, assets/sass/components/_rock.scss */
.rock-what-you-got .marin .mm-text {
  color: #fff;
  display: inline-block;
  text-align: left;
}
@media all and (max-width: 768px) {
  /* line 142, assets/sass/components/_rock.scss */
  .rock-what-you-got .marin .mm-text {
    text-align: center;
  }
}
/* line 149, assets/sass/components/_rock.scss */
.rock-what-you-got .marin .mm-text h3 {
  color: #fff;
  font-family: "REIS";
  margin: 0;
  font-size: 60px;
  line-height: 48px;
}
/* line 156, assets/sass/components/_rock.scss */
.rock-what-you-got .marin .mm-text p {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
}
/* line 163, assets/sass/components/_rock.scss */
.rock-what-you-got .marin .video-carousel {
  padding: 36px;
}
/* line 165, assets/sass/components/_rock.scss */
.rock-what-you-got .marin .video-carousel .video-item {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0 1%;
  width: 30%;
}
@media all and (max-width: 768px) {
  /* line 165, assets/sass/components/_rock.scss */
  .rock-what-you-got .marin .video-carousel .video-item {
    margin: 0 0 18px;
    width: 100%;
  }
}
/* line 177, assets/sass/components/_rock.scss */
.rock-what-you-got .marin.marin-au {
  background: url('assets/img/rock/au-marin-bg.jpg?1591985668') 50% 50%/cover no-repeat;
}
/* line 179, assets/sass/components/_rock.scss */
.rock-what-you-got .marin.marin-au h3 {
  color: #fff;
  font-family: "REIS";
  font-size: 72px;
  letter-spacing: -2px;
  text-align: center;
}
@media all and (max-width: 768px) {
  /* line 179, assets/sass/components/_rock.scss */
  .rock-what-you-got .marin.marin-au h3 {
    font-size: 48px;
  }
}
/* line 188, assets/sass/components/_rock.scss */
.rock-what-you-got .marin.marin-au h3 span {
  display: block;
  font-family: "Uniform";
  font-size: 36px;
}
@media all and (max-width: 768px) {
  /* line 188, assets/sass/components/_rock.scss */
  .rock-what-you-got .marin.marin-au h3 span {
    font-size: 27px;
  }
}
/* line 197, assets/sass/components/_rock.scss */
.rock-what-you-got .marin.marin-au .fluid-width-video-wrapper {
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
/* line 203, assets/sass/components/_rock.scss */
.rock-what-you-got .marin.marin-au .video-carousel .video-item {
  box-shadow: none;
}
/* line 209, assets/sass/components/_rock.scss */
.rock-what-you-got .rock-social {
  text-align: center;
  color: #019999;
}
/* line 212, assets/sass/components/_rock.scss */
.rock-what-you-got .rock-social h3 {
  font-family: "Gothic";
  font-size: 78px;
  font-weight: 700;
  color: #019999;
}
@media all and (max-width: 768px) {
  /* line 212, assets/sass/components/_rock.scss */
  .rock-what-you-got .rock-social h3 {
    font-size: 50px;
  }
}
/* line 220, assets/sass/components/_rock.scss */
.rock-what-you-got .rock-social h3 span {
  font-family: "REIS";
  font-weight: 400;
}
/* line 225, assets/sass/components/_rock.scss */
.rock-what-you-got .rock-social p {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 18px;
}
/* line 229, assets/sass/components/_rock.scss */
.rock-what-you-got .rock-social p.social-privacy {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

/* line 2, assets/sass/components/_locale.scss */
.hide-locale {
  display: none !important;
}

/* line 14, assets/sass/components/_locale.scss */
body.fr-ca li#menu-item-2009,
body.fr-ca li#menu-item-2969,
body.fr-ca li#menu-item-1284,
body.fr-ca li#menu-item-1291,
body.fr-ca #menu-how-to,
body.fr-ca #menu-news-now,
body.fr-ca .bvbanner,
body.en-ca li#menu-item-2009,
body.en-ca li#menu-item-2969,
body.en-ca li#menu-item-1284,
body.en-ca li#menu-item-1291,
body.en-ca #menu-how-to,
body.en-ca #menu-news-now,
body.en-ca .bvbanner,
body.en-au li#menu-item-2009,
body.en-au li#menu-item-2969,
body.en-au li#menu-item-1284,
body.en-au li#menu-item-1291,
body.en-au #menu-how-to,
body.en-au #menu-news-now,
body.en-au .bvbanner,
body.es-la li#menu-item-2009,
body.es-la li#menu-item-2969,
body.es-la li#menu-item-1284,
body.es-la li#menu-item-1291,
body.es-la #menu-how-to,
body.es-la #menu-news-now,
body.es-la .bvbanner,
body.en-gb li#menu-item-2009,
body.en-gb li#menu-item-2969,
body.en-gb li#menu-item-1284,
body.en-gb li#menu-item-1291,
body.en-gb #menu-how-to,
body.en-gb #menu-news-now,
body.en-gb .bvbanner,
body.de-de li#menu-item-2009,
body.de-de li#menu-item-2969,
body.de-de li#menu-item-1284,
body.de-de li#menu-item-1291,
body.de-de #menu-how-to,
body.de-de #menu-news-now,
body.de-de .bvbanner,
body.pt-br li#menu-item-2009,
body.pt-br li#menu-item-2969,
body.pt-br li#menu-item-1284,
body.pt-br li#menu-item-1291,
body.pt-br #menu-how-to,
body.pt-br #menu-news-now,
body.pt-br .bvbanner,
body.fr-fr li#menu-item-2009,
body.fr-fr li#menu-item-2969,
body.fr-fr li#menu-item-1284,
body.fr-fr li#menu-item-1291,
body.fr-fr #menu-how-to,
body.fr-fr #menu-news-now,
body.fr-fr .bvbanner {
  display: none !important;
}

/* line 32, assets/sass/components/_locale.scss */
body.ru-ru.single-product .bvbanner,
body.es-es.single-product .bvbanner,
body.it-it.single-product .bvbanner,
body.fr-fr.single-product .bvbanner,
body.el-gr.single-product .bvbanner,
body.pt-pt.single-product .bvbanner {
  display: none !important;
}

/* line 51, assets/sass/components/_locale.scss */
body.pt-br.single-product #accordion div.panel:nth-of-type(4),
body.en-sg.single-product #accordion div.panel:nth-of-type(4),
body.es-la.single-product #accordion div.panel:nth-of-type(4),
body.es-es.single-product #accordion div.panel:nth-of-type(4),
body.fr-fr.single-product #accordion div.panel:nth-of-type(4),
body.it-it.single-product #accordion div.panel:nth-of-type(4),
body.el-gr.single-product #accordion div.panel:nth-of-type(4),
body.ru-ru.single-product #accordion div.panel:nth-of-type(4),
body.ko-kr.single-product #accordion div.panel:nth-of-type(4),
body.en-sea.single-product #accordion div.panel:nth-of-type(4) {
  display: none !important;
}

/* line 63, assets/sass/components/_locale.scss */
body.pt-pt.single-product #accordion div.panel:nth-of-type(4) {
  display: none !important;
}

/* line 84, assets/sass/components/_locale.scss */
body.pt-br.single-product #accordion div.panel:nth-of-type(6),
body.en-sg.single-product #accordion div.panel:nth-of-type(6),
body.es-la.single-product #accordion div.panel:nth-of-type(6),
body.es-es.single-product #accordion div.panel:nth-of-type(6),
body.fr-fr.single-product #accordion div.panel:nth-of-type(6),
body.it-it.single-product #accordion div.panel:nth-of-type(6),
body.el-gr.single-product #accordion div.panel:nth-of-type(6),
body.ru-ru.single-product #accordion div.panel:nth-of-type(6),
body.ko-kr.single-product #accordion div.panel:nth-of-type(6),
body.en-sea.single-product #accordion div.panel:nth-of-type(6) {
  display: none !important;
}

/* line 99, assets/sass/components/_locale.scss */
body.ru-ru.single-product #accordion div.panel:nth-of-type(5),
body.pt-br.single-product #accordion div.panel:nth-of-type(5),
body.ko-kr.single-product #accordion div.panel:nth-of-type(5),
body.en-sea.single-product #accordion div.panel:nth-of-type(5) {
  display: none !important;
}

/* line 109, assets/sass/components/_locale.scss */
body.en-us .hide-en-us,
body.en-us .hide-us,
body.es-us .hide-en-us,
body.es-us .hide-us {
  display: none !important;
}
/* line 113, assets/sass/components/_locale.scss */
body.en-us .show-en-us,
body.es-us .show-en-us {
  display: block !important;
}
@media screen and (min-width: 981px) {
  /* line 116, assets/sass/components/_locale.scss */
  body.en-us .show-en-us.menu-item-5324.menu-item.menu-item-type-custom,
  body.es-us .show-en-us.menu-item-5324.menu-item.menu-item-type-custom {
    display: inline-block !important;
  }
}
/* line 123, assets/sass/components/_locale.scss */
body.en-us .show-en-us-ib,
body.es-us .show-en-us-ib {
  display: inline-block !important;
}
/* line 127, assets/sass/components/_locale.scss */
body.en-us.rock-what-you-got .did-you-know,
body.es-us.rock-what-you-got .did-you-know {
  display: none;
}

/* line 134, assets/sass/components/_locale.scss */
body.en-us .show-en-us-only {
  display: block !important;
}

@media screen and (min-width: 981px) {
  /* line 138, assets/sass/components/_locale.scss */
  body.en-us #top-menu li.show-en-us {
    display: inline-block !important;
  }
}

/* line 145, assets/sass/components/_locale.scss */
body.en-ca .show-en-ca {
  display: block !important;
}
/* line 147, assets/sass/components/_locale.scss */
body.en-ca .show-en-ca.menu-item.menu-item-type-custom {
  display: inline-block !important;
}
/* line 151, assets/sass/components/_locale.scss */
body.en-ca .hide-en-ca {
  display: none !important;
}

/* line 157, assets/sass/components/_locale.scss */
body.fr-ca .show-fr-ca {
  display: block !important;
}
/* line 159, assets/sass/components/_locale.scss */
body.fr-ca .show-fr-ca.menu-item.menu-item-type-custom {
  display: inline-block !important;
}
/* line 163, assets/sass/components/_locale.scss */
body.fr-ca .hide-fr-ca {
  display: none !important;
}

/* line 170, assets/sass/components/_locale.scss */
body.fr-ca li#menu-item-2970,
body.fr-ca li#menu-item-1291,
body.fr-ca li#menu-item-3426,
body.fr-ca li#menu-item-1373,
body.en-ca li#menu-item-2970,
body.en-ca li#menu-item-1291,
body.en-ca li#menu-item-3426,
body.en-ca li#menu-item-1373 {
  display: none !important;
}
/* line 176, assets/sass/components/_locale.scss */
body.fr-ca .hide-ca,
body.en-ca .hide-ca {
  display: none !important;
}
/* line 179, assets/sass/components/_locale.scss */
body.fr-ca .show-ca-ib,
body.en-ca .show-ca-ib {
  display: inline-block !important;
}
/* line 182, assets/sass/components/_locale.scss */
body.fr-ca .show-ca,
body.en-ca .show-ca {
  display: block !important;
}

/* line 188, assets/sass/components/_locale.scss */
body.es-us .show-es-us {
  display: block !important;
}
/* line 191, assets/sass/components/_locale.scss */
body.es-us .show-es-us-ib {
  display: inline-block !important;
}
/* line 194, assets/sass/components/_locale.scss */
body.es-us .hide-es-us {
  display: none !important;
}

/* line 200, assets/sass/components/_locale.scss */
body.en-gb .show-en-gb {
  display: block !important;
}
/* line 203, assets/sass/components/_locale.scss */
body.en-gb .show-en-gb-ib {
  display: inline-block !important;
}
/* line 206, assets/sass/components/_locale.scss */
body.en-gb .hide-en-gb {
  display: none !important;
}
/* line 209, assets/sass/components/_locale.scss */
body.en-gb li#menu-item-1406,
body.en-gb li#menu-item-1409,
body.en-gb li#menu-item-1427,
body.en-gb li#menu-item-1373,
body.en-gb li#menu-item-2970,
body.en-gb li#menu-item-2971,
body.en-gb li#menu-item-2007,
body.en-gb li#menu-item-2014 {
  display: none;
}
/* line 220, assets/sass/components/_locale.scss */
body.en-gb .woof_container_producttype ul.chosen-results {
  /*
  li[data-option-array-index="1"],
  li[data-option-array-index="2"],
  li[data-option-array-index="3"] {
  */
}
/* line 226, assets/sass/components/_locale.scss */
body.en-gb .woof_container_producttype ul.chosen-results li[data-option-array-index="2"],
body.en-gb .woof_container_producttype ul.chosen-results li[data-option-array-index="3"],
body.en-gb .woof_container_producttype ul.chosen-results li[data-option-array-index="4"] {
  display: none !important;
}
@media all and (max-width: 767px) {
  /* line 237, assets/sass/components/_locale.scss */
  body.en-gb.page-id-1282 .collection-grid ul.products li.product:nth-child(2n) {
    float: right !important;
  }
}

/* line 247, assets/sass/components/_locale.scss */
body.de-de .show-de-de {
  display: block !important;
}
/* line 250, assets/sass/components/_locale.scss */
body.de-de .show-de-de-ib {
  display: inline-block !important;
}
/* line 253, assets/sass/components/_locale.scss */
body.de-de .hide-de-de {
  display: none !important;
}
/* line 256, assets/sass/components/_locale.scss */
body.de-de li#menu-item-1427,
body.de-de li#menu-item-1409,
body.de-de li#menu-item-2009,
body.de-de li#menu-item-1284,
body.de-de li#menu-item-1406,
body.de-de li#menu-item-2969,
body.de-de li#menu-item-1403,
body.de-de li#menu-item-1373 {
  display: none !important;
}
/* line 268, assets/sass/components/_locale.scss */
body.de-de .woof_container_producttype ul.chosen-results {
  /*
  li[data-option-array-index="1"],
  li[data-option-array-index="2"],
  li[data-option-array-index="3"] {
  */
}
/* line 274, assets/sass/components/_locale.scss */
body.de-de .woof_container_producttype ul.chosen-results li[data-option-array-index="2"],
body.de-de .woof_container_producttype ul.chosen-results li[data-option-array-index="3"],
body.de-de .woof_container_producttype ul.chosen-results li[data-option-array-index="4"] {
  display: none !important;
}

/* line 285, assets/sass/components/_locale.scss */
body.en-au .show-en-au {
  display: block !important;
}
/* line 288, assets/sass/components/_locale.scss */
body.en-au .show-en-au-ib {
  display: inline-block !important;
}
/* line 291, assets/sass/components/_locale.scss */
body.en-au .hide-en-au {
  display: none !important;
}
/* line 296, assets/sass/components/_locale.scss */
body.en-au.faqs .accordion .et_pb_accordion_item_8 {
  display: none !important;
}
/* line 303, assets/sass/components/_locale.scss */
body.en-au.single-product #accordion div.panel:nth-of-type(5) {
  display: none !important;
}
/* line 308, assets/sass/components/_locale.scss */
body.en-au li#menu-item-1284,
body.en-au li#menu-item-1457 {
  display: none;
}
/* line 313, assets/sass/components/_locale.scss */
body.en-au .woof_container_producttype ul.chosen-results {
  /*
  li[data-option-array-index="2"] {
  */
}
/* line 317, assets/sass/components/_locale.scss */
body.en-au .woof_container_producttype ul.chosen-results li[data-option-array-index="3"] {
  display: none;
}
/* line 323, assets/sass/components/_locale.scss */
body.en-au.whats-new .collection-after {
  display: none !important;
}
/* line 326, assets/sass/components/_locale.scss */
body.en-au.whats-new .collection-before {
  display: block !important;
}
/* line 331, assets/sass/components/_locale.scss */
body.en-au.page-id-1282 .collection-grid ul.products {
  /*
  li.product-category {
    margin: 0 1.4% 2.992em !important;
    &:nth-child(2),
    &:nth-child(4),
    &:nth-child(5),
    &:nth-child(14),
    &:nth-child(15),
    &:nth-child(16),
    &:nth-child(17),
    &:nth-child(20),
    &:nth-child(21),
    &:nth-child(22),
    &:nth-child(23),
    &:nth-child(27),
    &:nth-child(29),
    &:nth-child(32)
    {
      display: none;
    }
    &.first {
      clear: none;
    }
    @media all and (max-width: $tablet) {
      clear: none !important;
      width: 47%;
    }
  }
  */
}
@media all and (max-width: 768px) {
  /* line 331, assets/sass/components/_locale.scss */
  body.en-au.page-id-1282 .collection-grid ul.products {
    display: block !important;
  }
}

/* line 377, assets/sass/components/_locale.scss */
body.en-gb.faqs .accordion .et_pb_accordion_item_12,
body.fr-fr.faqs .accordion .et_pb_accordion_item_12,
body.pt-pt.faqs .accordion .et_pb_accordion_item_12,
body.it-it.faqs .accordion .et_pb_accordion_item_12,
body.es-es.faqs .accordion .et_pb_accordion_item_12,
body.el-gr.faqs .accordion .et_pb_accordion_item_12,
body.ru-ru.faqs .accordion .et_pb_accordion_item_12 {
  display: none !important;
}

/* line 385, assets/sass/components/_locale.scss */
body.es-la .show-es-la {
  display: block;
}

/* line 391, assets/sass/components/_locale.scss */
body.pt-br .show-pt-br {
  display: block !important;
}
/* line 394, assets/sass/components/_locale.scss */
body.pt-br .show-pt-br-ib {
  display: inline-block !important;
}
/* line 397, assets/sass/components/_locale.scss */
body.pt-br .hide-pt-br {
  display: none !important;
}
/* line 400, assets/sass/components/_locale.scss */
body.pt-br li#menu-item-1373,
body.pt-br li#menu-item-1427,
body.pt-br li#menu-item-1277,
body.pt-br li#menu-item-1278,
body.pt-br li#menu-item-1455,
body.pt-br li#menu-item-1406,
body.pt-br li#menu-item-1409 {
  display: none !important;
}
@media all and (min-width: 768px) {
  /* line 411, assets/sass/components/_locale.scss */
  body.pt-br .show-pt-br-desktop {
    display: block !important;
  }
}
/* line 419, assets/sass/components/_locale.scss */
body.pt-br.faqs .entry-content .et_pb_accordion_item_8,
body.pt-br.faqs .entry-content .et_pb_accordion_item_12 {
  display: none !important;
}
/* line 428, assets/sass/components/_locale.scss */
body.pt-br .woof_container_inner_producttype ul.chosen-results {
  /*
  li[data-option-array-index="7"],
  li[data-option-array-index="6"],
  li[data-option-array-index="3"],
  li[data-option-array-index="1"],
  li[data-option-array-index="2"],
  li[data-option-array-index="8"],
  li[data-option-array-index="9"],
  li[data-option-array-index="12"],
  li[data-option-array-index="16"],
  li[data-option-array-index="17"],
  li[data-option-array-index="13"],
  li[data-option-array-index="14"],
  li[data-option-array-index="10"],
  li[data-option-array-index="15"],
  li[data-option-array-index="18"],
  li[data-option-array-index="19"] {
  */
}
/* line 447, assets/sass/components/_locale.scss */
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="9"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="4"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="2"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="3"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="6"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="14"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="1"] {
  display: none !important;
}
/* line 470, assets/sass/components/_locale.scss */
body.pt-br .woof_container_inner_type ul.chosen-results li[data-option-array-index="9"],
body.pt-br .woof_container_inner_type ul.chosen-results li[data-option-array-index="10"] {
  display: none !important;
}
/* line 479, assets/sass/components/_locale.scss */
body.pt-br .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="5"],
body.pt-br .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="1"],
body.pt-br .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="7"],
body.pt-br .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="2"],
body.pt-br .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="4"],
body.pt-br .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="11"] {
  display: none !important;
}

/* line 493, assets/sass/components/_locale.scss */
body.es-es .hide-es-es {
  display: none !important;
}
/* line 496, assets/sass/components/_locale.scss */
body.es-es .show-es-es {
  display: block !important;
}
/* line 499, assets/sass/components/_locale.scss */
body.es-es .show-es-es-ib {
  display: inline-block !important;
}
/* line 502, assets/sass/components/_locale.scss */
body.es-es li#menu-item-1406,
body.es-es li#menu-item-1409,
body.es-es li#menu-item-1373,
body.es-es li#menu-item-1284,
body.es-es li#menu-item-1427,
body.es-es li#menu-item-1455,
body.es-es li#menu-item-1277,
body.es-es li#menu-item-1278 ul {
  display: none !important;
}
/* line 513, assets/sass/components/_locale.scss */
body.es-es .woof_container_inner_producttype ul.chosen-results {
  /*
  li[data-option-array-index="1"],
  li[data-option-array-index="2"],
  li[data-option-array-index="3"],
  li[data-option-array-index="6"],
  li[data-option-array-index="17"] {
  */
}
/* line 521, assets/sass/components/_locale.scss */
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="2"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="3"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="4"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="9"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="6"] {
  display: none !important;
}

/* line 534, assets/sass/components/_locale.scss */
body.pt-pt .hide-pt-pt {
  display: none !important;
}
/* line 537, assets/sass/components/_locale.scss */
body.pt-pt .show-pt-pt {
  display: block !important;
}
/* line 540, assets/sass/components/_locale.scss */
body.pt-pt .show-pt-pt-ib {
  display: inline-block !important;
}
/* line 543, assets/sass/components/_locale.scss */
body.pt-pt li#menu-item-1406,
body.pt-pt li#menu-item-1409,
body.pt-pt li#menu-item-1373,
body.pt-pt li#menu-item-1284,
body.pt-pt li#menu-item-1427,
body.pt-pt li#menu-item-1455,
body.pt-pt li#menu-item-1277,
body.pt-pt li#menu-item-1278 ul {
  display: none !important;
}
/* line 554, assets/sass/components/_locale.scss */
body.pt-pt .woof_container_inner_producttype ul.chosen-results {
  /*
  li[data-option-array-index="1"],
  li[data-option-array-index="2"],
  li[data-option-array-index="3"],
  li[data-option-array-index="6"],
  li[data-option-array-index="17"] {
  */
}
/* line 562, assets/sass/components/_locale.scss */
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="2"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="3"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="4"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="9"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="6"] {
  display: none !important;
}

/* line 575, assets/sass/components/_locale.scss */
body.fr-fr .hide-fr-fr {
  display: none !important;
}
/* line 578, assets/sass/components/_locale.scss */
body.fr-fr .show-fr-fr {
  display: block !important;
}
/* line 581, assets/sass/components/_locale.scss */
body.fr-fr .show-fr-fr-ib {
  display: inline-block !important;
}
/* line 586, assets/sass/components/_locale.scss */
body.fr-fr.faqs .accordion .et_pb_accordion_item_8 {
  display: none !important;
}
/* line 591, assets/sass/components/_locale.scss */
body.fr-fr .woocommerce .products ul,
body.fr-fr .woocommerce ul.products {
  float: left;
  width: 100%;
  padding-bottom: 150px;
}
/* line 598, assets/sass/components/_locale.scss */
body.fr-fr .woof_container_inner_producttype ul.chosen-results {
  /*
  li[data-option-array-index="1"],
  li[data-option-array-index="2"],
  li[data-option-array-index="3"],
  li[data-option-array-index="6"],
  li[data-option-array-index="7"],
  li[data-option-array-index="8"],
  li[data-option-array-index="9"],
  li[data-option-array-index="10"],
  li[data-option-array-index="15"],
  li[data-option-array-index="16"],
  li[data-option-array-index="18"],
  li[data-option-array-index="19"],
  li[data-option-array-index="12"],
  li[data-option-array-index="13"],
  li[data-option-array-index="14"] {
  */
}
/* line 616, assets/sass/components/_locale.scss */
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="2"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="3"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="4"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="9"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="14"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="1"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.fr-fr .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"] {
  display: none !important;
}
/* line 638, assets/sass/components/_locale.scss */
body.fr-fr .woof_container_inner_type ul.chosen-results li[data-option-array-index="9"],
body.fr-fr .woof_container_inner_type ul.chosen-results li[data-option-array-index="10"] {
  display: none !important;
}
/* line 647, assets/sass/components/_locale.scss */
body.fr-fr .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="1"],
body.fr-fr .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="2"],
body.fr-fr .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="3"],
body.fr-fr .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="5"],
body.fr-fr .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="11"],
body.fr-fr .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="14"],
body.fr-fr .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="16"] {
  display: none !important;
}

/* line 661, assets/sass/components/_locale.scss */
body.es-la li#menu-item-1373,
body.es-la li#menu-item-1409 {
  display: none !important;
}
/* line 665, assets/sass/components/_locale.scss */
body.es-la .show-es-la {
  display: block !important;
}
/* line 668, assets/sass/components/_locale.scss */
body.es-la .show-es-la-ib {
  display: inline-block !important;
}
/* line 671, assets/sass/components/_locale.scss */
body.es-la .hide-es-la {
  display: none !important;
}
/* line 676, assets/sass/components/_locale.scss */
body.es-la.faqs .accordion .et_pb_accordion_item_8 {
  display: none !important;
}

/* line 692, assets/sass/components/_locale.scss */
body.en-au li#menu-item-1277 ul.sub-menu,
body.en-au li#menu-item-1278 ul.sub-menu,
body.es-la li#menu-item-1277 ul.sub-menu,
body.es-la li#menu-item-1278 ul.sub-menu,
body.en-gb li#menu-item-1277 ul.sub-menu,
body.en-gb li#menu-item-1278 ul.sub-menu,
body.de-de li#menu-item-1277 ul.sub-menu,
body.de-de li#menu-item-1278 ul.sub-menu,
body.pt-br li#menu-item-1277 ul.sub-menu,
body.pt-br li#menu-item-1278 ul.sub-menu,
body.es-es li#menu-item-1277 ul.sub-menu,
body.es-es li#menu-item-1278 ul.sub-menu,
body.pt-pt li#menu-item-1277 ul.sub-menu,
body.pt-pt li#menu-item-1278 ul.sub-menu {
  display: none !important;
}
/* line 697, assets/sass/components/_locale.scss */
body.en-au .woof_container_inner_producttype ul.chosen-results,
body.es-la .woof_container_inner_producttype ul.chosen-results,
body.en-gb .woof_container_inner_producttype ul.chosen-results,
body.de-de .woof_container_inner_producttype ul.chosen-results,
body.pt-br .woof_container_inner_producttype ul.chosen-results,
body.es-es .woof_container_inner_producttype ul.chosen-results,
body.pt-pt .woof_container_inner_producttype ul.chosen-results {
  /*
  li[data-option-array-index="7"],
  li[data-option-array-index="8"],
  li[data-option-array-index="9"],
  li[data-option-array-index="10"],
  li[data-option-array-index="12"],
  li[data-option-array-index="13"],
  li[data-option-array-index="14"],
  li[data-option-array-index="15"],
  li[data-option-array-index="16"] {
  */
}
/* line 709, assets/sass/components/_locale.scss */
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"],
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.en-au .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.es-la .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.en-gb .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.de-de .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.pt-br .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.es-es .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="18"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.pt-pt .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"] {
  display: none !important;
}

/* line 726, assets/sass/components/_locale.scss */
body.it-it .hide-it-it {
  display: none !important;
}
/* line 729, assets/sass/components/_locale.scss */
body.it-it .show-it-it {
  display: block !important;
}
/* line 732, assets/sass/components/_locale.scss */
body.it-it .show-it-it-ib {
  display: inline-block !important;
}
/* line 737, assets/sass/components/_locale.scss */
body.it-it.faqs .accordion .et_pb_accordion_item_11 {
  display: none !important;
}
/* line 743, assets/sass/components/_locale.scss */
body.it-it .woof_container_producttype ul.chosen-results {
  /*
  li[data-option-array-index="1"],
  li[data-option-array-index="2"],
  li[data-option-array-index="3"],
  li[data-option-array-index="6"],
  li[data-option-array-index="7"],
  li[data-option-array-index="8"],
  li[data-option-array-index="9"],
  li[data-option-array-index="15"],
  li[data-option-array-index="16"],
  li[data-option-array-index="17"],
  li[data-option-array-index="12"],
  li[data-option-array-index="13"],
  li[data-option-array-index="14"],
  li[data-option-array-index="10"] {
  */
}
/* line 760, assets/sass/components/_locale.scss */
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="2"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="3"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="4"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="9"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="11"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="12"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="10"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="19"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="20"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="6"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="16"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="17"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="18"],
body.it-it .woof_container_producttype ul.chosen-results li[data-option-array-index="13"] {
  display: none;
}
/* line 780, assets/sass/components/_locale.scss */
body.it-it .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="5"],
body.it-it .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="16"],
body.it-it .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="11"],
body.it-it .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="1"] {
  display: none !important;
}

/* line 792, assets/sass/components/_locale.scss */
body.el-gr .hide-el-gr {
  display: none !important;
}
/* line 795, assets/sass/components/_locale.scss */
body.el-gr .show-el-gr {
  display: block !important;
}
/* line 798, assets/sass/components/_locale.scss */
body.el-gr .show-el-gr-ib {
  display: inline-block !important;
}

/* line 805, assets/sass/components/_locale.scss */
body.ru-ru .hide-ru-ru {
  display: none !important;
}
/* line 808, assets/sass/components/_locale.scss */
body.ru-ru .show-ru-ru {
  display: block !important;
}
/* line 811, assets/sass/components/_locale.scss */
body.ru-ru .show-ru-ru-ib {
  display: inline-block !important;
}
/* line 816, assets/sass/components/_locale.scss */
body.ru-ru.faqs .accordion .et_pb_accordion_item_8,
body.ru-ru.faqs .accordion .et_pb_accordion_item_11 {
  display: none !important;
}
/* line 823, assets/sass/components/_locale.scss */
body.ru-ru .woof_container_inner_producttype ul.chosen-results {
  /*
  li[data-option-array-index="1"],
  li[data-option-array-index="2"],
  li[data-option-array-index="3"],
  li[data-option-array-index="6"],
  li[data-option-array-index="7"],
  li[data-option-array-index="8"],
  li[data-option-array-index="9"],
  li[data-option-array-index="10"],
  li[data-option-array-index="12"],
  li[data-option-array-index="13"],
  li[data-option-array-index="15"],
  li[data-option-array-index="16"],
  li[data-option-array-index="17"],
  li[data-option-array-index="18"],
  li[data-option-array-index="19"] {
  */
}
/* line 841, assets/sass/components/_locale.scss */
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="2"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="3"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="4"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="9"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="11"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="12"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="10"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="13"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="16"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="17"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="19"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="20"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="6"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="14"],
body.ru-ru .woof_container_inner_producttype ul.chosen-results li[data-option-array-index="1"] {
  display: none !important;
}
/* line 862, assets/sass/components/_locale.scss */
body.ru-ru .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="1"],
body.ru-ru .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="2"],
body.ru-ru .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="5"],
body.ru-ru .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="11"],
body.ru-ru .woof_container_inner_benefit ul.chosen-results li[data-option-array-index="16"] {
  display: none !important;
}

/* line 875, assets/sass/components/_locale.scss */
body.ko-kr .hide-ko-kr {
  display: none !important;
}
/* line 878, assets/sass/components/_locale.scss */
body.ko-kr .show-ko-kr {
  display: block !important;
}
/* line 881, assets/sass/components/_locale.scss */
body.ko-kr .show-ko-kr-ib {
  display: inline-block !important;
}

/* line 887, assets/sass/components/_locale.scss */
body.en-sea .hide-en-sea {
  display: none !important;
}
/* line 890, assets/sass/components/_locale.scss */
body.en-sea .show-en-sea {
  display: block !important;
}
/* line 893, assets/sass/components/_locale.scss */
body.en-sea .show-en-sea-ib {
  display: inline-block !important;
}

/* line 901, assets/sass/components/_locale.scss */
body.es-es #menu-item-1278 > a::after,
body.pt-pt #menu-item-1278 > a::after,
body.en-au #menu-item-1278 > a::after {
  display: none;
}

/* line 916, assets/sass/components/_locale.scss */
body.en-gb.postid-4208.single-product #accordion div.panel:nth-of-type(4),
body.en-gb.postid-4208.single-product #accordion div.panel:nth-of-type(5), body.en-gb.postid-4209.single-product #accordion div.panel:nth-of-type(4),
body.en-gb.postid-4209.single-product #accordion div.panel:nth-of-type(5), body.en-gb.postid-4210.single-product #accordion div.panel:nth-of-type(4),
body.en-gb.postid-4210.single-product #accordion div.panel:nth-of-type(5), body.en-gb.postid-4199.single-product #accordion div.panel:nth-of-type(4),
body.en-gb.postid-4199.single-product #accordion div.panel:nth-of-type(5), body.en-gb.postid-4200.single-product #accordion div.panel:nth-of-type(4),
body.en-gb.postid-4200.single-product #accordion div.panel:nth-of-type(5) {
  display: none !important;
}

/* line 925, assets/sass/components/_locale.scss */
.show-nz-only {
  display: none;
}

/* line 929, assets/sass/components/_locale.scss */
body.geoip-country-NZ .show-nz-only {
  display: block;
}

/* line 934, assets/sass/components/_locale.scss */
.ko-kr.page-id-2 .et_pb_fullwidth_code img {
  width: 100%;
}

/* line 2, assets/sass/components/_misc.scss */
.privacy-policy .footer-social {
  clear: both;
  height: auto;
  padding: 30px 0 15px !important;
}

/* line 9, assets/sass/components/_misc.scss */
.center {
  text-align: center;
}

/* line 13, assets/sass/components/_misc.scss */
.justify {
  text-align: justify;
}

/* line 19, assets/sass/components/_misc.scss */
.page-id-5870 p {
  margin-bottom: 10px;
}
/* line 23, assets/sass/components/_misc.scss */
.page-id-5870 h1 {
  margin-bottom: 20px;
}
/* line 27, assets/sass/components/_misc.scss */
.page-id-5870 h4 a {
  color: #ffa3ca;
}

/* line 1, assets/sass/components/_cookie.scss */
.cookie-notice {
  border-top: 5px solid #ef3fa9;
  background: #f9f9f9;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0px 18px rgba(0, 0, 0, 0.25);
  display: none;
}
/* line 11, assets/sass/components/_cookie.scss */
.cookie-notice .cookie-notice__content {
  padding: 20px;
  max-width: 1024px;
  margin: 0 auto;
}
/* line 15, assets/sass/components/_cookie.scss */
.cookie-notice .cookie-notice__content p {
  margin-bottom: 18px;
}
/* line 19, assets/sass/components/_cookie.scss */
.cookie-notice .cookie-notice__close {
  position: absolute;
  top: -36px;
  background: #ef3fa9;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 0 12px;
  line-height: 36px;
}

/* line 34, assets/sass/components/_cookie.scss */
.optanon-alert-box-wrapper .optanon-alert-box-body a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

/* line 1, assets/sass/components/_fall.scss */
.fall-banner-2019 {
  background-color: #f88227;
  padding: 4.5% 3% 6.5% 5.5%;
}
/* line 4, assets/sass/components/_fall.scss */
.fall-banner-2019 .bg-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 979px) {
  /* line 4, assets/sass/components/_fall.scss */
  .fall-banner-2019 .bg-img {
    transform: translate3d(0, 0, 0px) !important;
  }
}
/* line 14, assets/sass/components/_fall.scss */
.fall-banner-2019 .left,
.fall-banner-2019 .right {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 979px) {
  /* line 14, assets/sass/components/_fall.scss */
  .fall-banner-2019 .left,
  .fall-banner-2019 .right {
    transform: translate3d(0, 0, 0px) !important;
  }
}
@media all and (min-width: 980px) {
  /* line 22, assets/sass/components/_fall.scss */
  .fall-banner-2019 .left {
    width: 60%;
    float: left;
  }
}
@media all and (min-width: 980px) {
  /* line 22, assets/sass/components/_fall.scss */
  .fall-banner-2019 .left {
    width: 60%;
    float: left;
  }
}
/* line 31, assets/sass/components/_fall.scss */
.fall-banner-2019 .left .title {
  color: #fff;
  font-size: 67px;
  line-height: 58px;
  font-size: 9.5vw;
  line-height: 7.8vw;
  text-transform: uppercase;
  font-family: 'heavitasregular';
  padding-bottom: 20px;
  padding-bottom: 2.2vw;
}
@media all and (min-width: 980px) {
  /* line 31, assets/sass/components/_fall.scss */
  .fall-banner-2019 .left .title {
    font-size: 84px;
    line-height: 68px;
    font-size: 9.5vw;
    line-height: 7.8vw;
  }
}
/* line 48, assets/sass/components/_fall.scss */
.fall-banner-2019 .left .subtitle {
  /* font-family: 'lato-regular-global'; */
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-size: 5vw;
  line-height: 5.1vw;
  letter-spacing: 0.5px;
  padding-bottom: 0;
}
@media all and (min-width: 980px) {
  /* line 48, assets/sass/components/_fall.scss */
  .fall-banner-2019 .left .subtitle {
    font-size: 34px;
    line-height: 40px;
    font-size: 3.3vw;
    line-height: 3.3vw;
    letter-spacing: 1px;
  }
}
/* line 65, assets/sass/components/_fall.scss */
.fall-banner-2019 .left p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: "AvenirNextLTW01-Regular";
  font-family: 'lato-light-global';
  margin: 1% 0 2% 0;
  font-weight: 200;
}
@media all and (min-width: 980px) {
  /* line 65, assets/sass/components/_fall.scss */
  .fall-banner-2019 .left p {
    font-size: 18px;
    line-height: 22px;
    font-size: 1.8vw;
    line-height: 2.2vw;
    margin-bottom: 0;
  }
}
@media all and (max-width: 549px) {
  /* line 65, assets/sass/components/_fall.scss */
  .fall-banner-2019 .left p {
    font-size: 16px;
    line-height: 18px;
  }
}
/* line 86, assets/sass/components/_fall.scss */
.fall-banner-2019 .left span.desktop-break {
  display: inline;
}
@media all and (min-width: 980px) {
  /* line 86, assets/sass/components/_fall.scss */
  .fall-banner-2019 .left span.desktop-break {
    display: block;
    height: 0;
    width: 0;
  }
}
/* line 95, assets/sass/components/_fall.scss */
.fall-banner-2019 .right {
  text-align: center;
}
@media all and (min-width: 980px) {
  /* line 95, assets/sass/components/_fall.scss */
  .fall-banner-2019 .right {
    position: absolute;
    right: 2%;
    bottom: 14%;
    width: 40%;
  }
}
/* line 103, assets/sass/components/_fall.scss */
.fall-banner-2019 .right a.button {
  color: #ec6b21;
  text-transform: uppercase;
}
/* line 108, assets/sass/components/_fall.scss */
.fall-banner-2019 .right .tag {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-family: "AvenirNextLTW01-Regular";
  font-family: 'lato-light-global';
  font-weight: 200;
  margin-top: 10px;
}
@media all and (min-width: 980px) {
  /* line 108, assets/sass/components/_fall.scss */
  .fall-banner-2019 .right .tag {
    font-size: 18px;
    line-height: 19px;
    font-size: 1.9vw;
    line-height: 2.5vw;
  }
}
/* line 126, assets/sass/components/_fall.scss */
.fall-banner-2019 .right #outer-related .relatedPrev,
.fall-banner-2019 .right #outer-related .relatedNext {
  margin-top: 4%;
}
/* line 129, assets/sass/components/_fall.scss */
.fall-banner-2019 .right #outer-related .relatedPrev img,
.fall-banner-2019 .right #outer-related .relatedNext img {
  max-width: 69%;
}
/* line 136, assets/sass/components/_fall.scss */
.fall-banner-2019 .right #outer-related #related-products {
  padding-top: 40px !important;
}
/* line 138, assets/sass/components/_fall.scss */
.fall-banner-2019 .right #outer-related #related-products img {
  max-width: 85%;
  max-height: none;
}
/* line 143, assets/sass/components/_fall.scss */
.fall-banner-2019 .right #outer-related .lSSlideOuter {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 2% !important;
  padding-top: 40px !important;
}
/* line 149, assets/sass/components/_fall.scss */
.fall-banner-2019 .right #outer-related .lSSlideOuter .lSSlideWrapper {
  height: auto !important;
}
/* line 154, assets/sass/components/_fall.scss */
.fall-banner-2019 .right #outer-related .lSSlideOuter .lSSlideWrapper #related-products li a img {
  height: auto;
  margin-top: -40%;
  transition: all 0.2s ease;
}
/* line 159, assets/sass/components/_fall.scss */
.fall-banner-2019 .right #outer-related .lSSlideOuter .lSSlideWrapper #related-products li a img:hover {
  transform: scale(1.25);
  top: -20px;
}
/* line 171, assets/sass/components/_fall.scss */
.fall-banner-2019.pt-br {
  background-color: #827ac2;
  padding: 13.5% 3% 3.5% 5.5%;
}
@media all and (min-width: 980px) {
  /* line 171, assets/sass/components/_fall.scss */
  .fall-banner-2019.pt-br {
    padding: 11.5% 3% 3.5% 5.5%;
  }
}
@media all and (min-width: 980px) {
  /* line 177, assets/sass/components/_fall.scss */
  .fall-banner-2019.pt-br .left {
    width: 55%;
  }
}
/* line 181, assets/sass/components/_fall.scss */
.fall-banner-2019.pt-br .left .title {
  font-size: 24px;
  line-height: 25px;
  font-size: 8vw;
  line-height: 8.05vw;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media all and (min-width: 980px) {
  /* line 181, assets/sass/components/_fall.scss */
  .fall-banner-2019.pt-br .left .title {
    font-size: 48px;
    line-height: 50px;
    font-size: 4.5vw;
    line-height: 4.7vw;
  }
}
/* line 194, assets/sass/components/_fall.scss */
.fall-banner-2019.pt-br .left .title span {
  font-size: 24px;
  line-height: 25px;
  font-size: 9.6vw;
  line-height: 10.2vw;
}
@media all and (min-width: 980px) {
  /* line 194, assets/sass/components/_fall.scss */
  .fall-banner-2019.pt-br .left .title span {
    font-size: 48px;
    line-height: 50px;
    font-size: 5.4vw;
    line-height: 5.6vw;
  }
}
/* line 207, assets/sass/components/_fall.scss */
.fall-banner-2019.pt-br .left h4 {
  font-size: 4.5vw;
  line-height: 6vw;
}
@media all and (min-width: 980px) {
  /* line 207, assets/sass/components/_fall.scss */
  .fall-banner-2019.pt-br .left h4 {
    font-size: 2.4vw;
    line-height: 3.3vw;
    font-weight: normal;
  }
}
/* line 217, assets/sass/components/_fall.scss */
.fall-banner-2019.pt-br .right a.button {
  color: #827ac2;
  text-transform: uppercase;
}
@media all and (min-width: 980px) {
  /* line 221, assets/sass/components/_fall.scss */
  .fall-banner-2019.pt-br .fall-banner-2019 .right #outer-related .lSSlideOuter .lSSlideWrapper #related-products li a img {
    margin-top: 0;
  }
}
/* line 227, assets/sass/components/_fall.scss */
.fall-banner-2019.treatments {
  background-color: #fc96c2;
}
/* line 229, assets/sass/components/_fall.scss */
.fall-banner-2019.treatments .right a.button {
  color: #fc96c2;
}

/* line 2, assets/sass/components/_holiday.scss */
.holiday-balls .banner {
  width: 100%;
  margin-bottom: -7px;
}
/* line 6, assets/sass/components/_holiday.scss */
.holiday-balls .balls-1 {
  position: absolute;
  left: 10%;
  top: 0;
  width: 17%;
}
/* line 12, assets/sass/components/_holiday.scss */
.holiday-balls .balls-2 {
  position: absolute;
  left: 30%;
  top: 0;
  width: 27%;
  z-index: 2;
}
/* line 19, assets/sass/components/_holiday.scss */
.holiday-balls .greetings {
  position: absolute;
  left: 27%;
  top: 10%;
  width: 49%;
}
/* line 25, assets/sass/components/_holiday.scss */
.holiday-balls .logo {
  position: absolute;
  right: 6%;
  top: 0;
  width: 26%;
}

/* line 32, assets/sass/components/_holiday.scss */
.holiday-video {
  background-color: #acd6cc;
}
@media all and (min-width: 768px) {
  /* line 32, assets/sass/components/_holiday.scss */
  .holiday-video {
    padding-top: 4%;
  }
}
/* line 38, assets/sass/components/_holiday.scss */
.holiday-video .ice {
  position: absolute;
  top: -3%;
  width: 100%;
  z-index: 99;
  left: 0;
}
@media all and (min-width: 768px) {
  /* line 38, assets/sass/components/_holiday.scss */
  .holiday-video .ice {
    top: -6%;
  }
}
@media all and (min-width: 768px) {
  /* line 50, assets/sass/components/_holiday.scss */
  .holiday-video .left {
    float: left;
    width: 35%;
    margin-left: 7.5%;
    padding-top: 40px;
    position: relative;
    z-index: 100;
  }
}
/* line 60, assets/sass/components/_holiday.scss */
.holiday-video .left > div :after {
  content: '';
  clear: both;
  display: table;
  height: 0;
}
/* line 67, assets/sass/components/_holiday.scss */
.holiday-video .left .button {
  /*background-color:#fff;
  text-transform:uppercase;   
  color:#acd6cc;     
  display: block;
  width: auto;
  font-family: 'lato-heavy-global';
  padding: 8px 2px;
  line-height: 1.3;
  margin: 0 auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  */
  margin: 10px auto 0 auto;
  width: 75%;
  display: block;
  clear: both;
}
/* line 86, assets/sass/components/_holiday.scss */
.holiday-video .left .button img {
  width: 100%;
}
/* line 91, assets/sass/components/_holiday.scss */
.holiday-video .right {
  padding-bottom: 80px;
}
@media all and (min-width: 768px) {
  /* line 91, assets/sass/components/_holiday.scss */
  .holiday-video .right {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
/* line 97, assets/sass/components/_holiday.scss */
.holiday-video .right .text {
  padding: 0 8% 0 8%;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 1px #CCC;
  font-family: 'lato-light-global';
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 97, assets/sass/components/_holiday.scss */
  .holiday-video .right .text {
    padding: 0 20% 0 0;
    font-size: 1.9vw;
    line-height: 2vw;
  }
}
/* line 115, assets/sass/components/_holiday.scss */
.holiday-video .right img {
  width: 95%;
  margin-left: 5%;
  margin-top: 0;
}
@media all and (min-width: 768px) {
  /* line 91, assets/sass/components/_holiday.scss */
  .holiday-video .right {
    float: left;
    width: 50%;
    margin-left: 2%;
  }
}
/* line 127, assets/sass/components/_holiday.scss */
.holiday-video .peeps {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media all and (min-width: 768px) {
  /* line 127, assets/sass/components/_holiday.scss */
  .holiday-video .peeps {
    margin-bottom: -6px;
  }
}
/* line 135, assets/sass/components/_holiday.scss */
.holiday-video .hugeicons {
  color: #000;
}
/* line 139, assets/sass/components/_holiday.scss */
.holiday-video:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
}

/* line 150, assets/sass/components/_holiday.scss */
body.page-id-6369 ul.products li.product:nth-child(n) {
  margin-bottom: 3.25% !important;
}
/* line 153, assets/sass/components/_holiday.scss */
body.page-id-6369 ul.products li.product .et_overlay {
  display: none !important;
}

/* line 1, assets/sass/components/_breadcrumbs.scss */
#breadcrumbs {
  padding: 4px 1% 2px;
  display: none;
}
@media all and (min-width: 768px) {
  /* line 1, assets/sass/components/_breadcrumbs.scss */
  #breadcrumbs {
    display: block;
  }
}
@media all and (min-width: 980px) {
  /* line 1, assets/sass/components/_breadcrumbs.scss */
  #breadcrumbs {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 7px 5px 4px 40px;
  }
}
/* line 13, assets/sass/components/_breadcrumbs.scss */
#breadcrumbs a, #breadcrumbs span {
  font-size: 14px;
  line-height: 16px;
  font-family: 'lato-regular-global';
  /* font-family: 'heavitasregular'; */
  /* font-weight: bold;*/
}
/* line 20, assets/sass/components/_breadcrumbs.scss */
#breadcrumbs > span > span a, #breadcrumbs > span > span > span > span {
  margin-right: 6px;
  margin-left: 6px;
}
/* line 26, assets/sass/components/_breadcrumbs.scss */
#breadcrumbs > span > .breadcrumb_last {
  margin-left: 6px;
}

/* line 26, assets/sass/components/_thehairguide.scss */
.page-id-6763 #breadcrumbs {
  display: none;
}

/* line 30, assets/sass/components/_thehairguide.scss */
.hairguideheading img {
  width: 100%;
}
/* line 34, assets/sass/components/_thehairguide.scss */
.hairguideheading .hairguidecategory span {
  display: inline-block;
  font-family: 'heavitasregular';
  background-color: #8e82bb;
  text-transform: uppercase;
  color: #fff;
  padding-left: 6%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 23px;
  /* min-width: 246px; */
  padding: 6px 25px 6px 6%;
}
/* line 46, assets/sass/components/_thehairguide.scss */
.hairguideheading .hairguidecategory span.teal {
  background-color: #00c2ce;
}
/* line 49, assets/sass/components/_thehairguide.scss */
.hairguideheading .hairguidecategory span.purple {
  background-color: #8e82bb;
}
/* line 52, assets/sass/components/_thehairguide.scss */
.hairguideheading .hairguidecategory span.pink {
  background-color: #ffa4ca;
}
@media all and (min-width: 768px) {
  /* line 34, assets/sass/components/_thehairguide.scss */
  .hairguideheading .hairguidecategory span {
    font-size: 20px;
    line-height: 19px;
    padding-right: 30px;
  }
}

/* line 64, assets/sass/components/_thehairguide.scss */
.thehairguide-logo {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 20px;
}
@media all and (min-width: 1280px) {
  /* line 64, assets/sass/components/_thehairguide.scss */
  .thehairguide-logo {
    margin-top: 25px;
  }
}
/* line 72, assets/sass/components/_thehairguide.scss */
.thehairguide-logo img {
  max-width: 990px;
  margin: 0 auto;
  display: block;
  width: 50%;
}

/* line 81, assets/sass/components/_thehairguide.scss */
#main-header div.container #et-top-navigation nav#top-menu-nav ul#top-menu li#menu-item-6768 > a {
  color: transparent !important;
  background: url(https://www.ogxbeauty.com/wp-content/themes/three21/assets/img/hairguide/hairguidelogo-nav.png) no-repeat !important;
  background-size: 100% !important;
}

/* line 89, assets/sass/components/_thehairguide.scss */
.thehairguide.content {
  padding-top: 0;
  /* Page Specific Content Styles */
}
/* line 91, assets/sass/components/_thehairguide.scss */
.thehairguide.content .et_pb_row {
  max-width: 1490px;
}
/* line 95, assets/sass/components/_thehairguide.scss */
.thehairguide.content .et_pb_row .et_pb_column .et_pb_code.et_pb_module:first-child {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  /* line 95, assets/sass/components/_thehairguide.scss */
  .thehairguide.content .et_pb_row .et_pb_column .et_pb_code.et_pb_module:first-child {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 981px) {
  /* line 95, assets/sass/components/_thehairguide.scss */
  .thehairguide.content .et_pb_row .et_pb_column .et_pb_code.et_pb_module:first-child {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 980px) {
  /* line 107, assets/sass/components/_thehairguide.scss */
  .thehairguide.content .rellax {
    transform: translate3d(0, 0, 0) !important;
  }
}
/* line 112, assets/sass/components/_thehairguide.scss */
.thehairguide.content h1, .thehairguide.content h2, .thehairguide.content h3 {
  font-family: 'heavitasregular';
  text-transform: uppercase;
  color: #867bbd;
}
/* line 117, assets/sass/components/_thehairguide.scss */
.thehairguide.content h1 {
  margin-top: 0;
  padding-bottom: 20px;
  font-size: 34px;
  line-height: 40px;
}
@media all and (min-width: 768px) {
  /* line 117, assets/sass/components/_thehairguide.scss */
  .thehairguide.content h1 {
    font-size: 48px;
    line-height: 57px;
  }
}
/* line 128, assets/sass/components/_thehairguide.scss */
.thehairguide.content h2 {
  font-size: 30px;
  line-height: 32px;
  margin-top: 0;
  padding-bottom: 10px;
}
@media all and (min-width: 768px) {
  /* line 128, assets/sass/components/_thehairguide.scss */
  .thehairguide.content h2 {
    padding-bottom: 18px;
  }
}
@media all and (min-width: 981px) {
  /* line 128, assets/sass/components/_thehairguide.scss */
  .thehairguide.content h2 {
    font-size: 42px;
    line-height: 45px;
  }
}
/* line 142, assets/sass/components/_thehairguide.scss */
.thehairguide.content h3 {
  font-size: 26px;
  line-height: 28px;
  margin-top: 0;
  padding-bottom: 10px;
}
@media all and (min-width: 768px) {
  /* line 142, assets/sass/components/_thehairguide.scss */
  .thehairguide.content h3 {
    padding-bottom: 18px;
  }
}
@media all and (min-width: 981px) {
  /* line 142, assets/sass/components/_thehairguide.scss */
  .thehairguide.content h3 {
    font-size: 36px;
    line-height: 39px;
  }
}
/* line 156, assets/sass/components/_thehairguide.scss */
.thehairguide.content p, .thehairguide.content span, .thehairguide.content div, .thehairguide.content ul li {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-family: 'lato-regular-global';
}
@media all and (min-width: 981px) {
  /* line 156, assets/sass/components/_thehairguide.scss */
  .thehairguide.content p, .thehairguide.content span, .thehairguide.content div, .thehairguide.content ul li {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 166, assets/sass/components/_thehairguide.scss */
.thehairguide.content p {
  margin-top: 0;
  padding-bottom: 22px;
}
/* line 169, assets/sass/components/_thehairguide.scss */
.thehairguide.content p a {
  color: #867bbd;
}
/* line 171, assets/sass/components/_thehairguide.scss */
.thehairguide.content p a:hover {
  text-decoration: underline;
}
/* line 176, assets/sass/components/_thehairguide.scss */
.thehairguide.content span.number {
  color: #8e82bb;
  font-size: 20px;
  line-height: 20px;
  font-family: 'heavitasregular';
  padding-right: 6px;
}
@media all and (min-width: 981px) {
  /* line 176, assets/sass/components/_thehairguide.scss */
  .thehairguide.content span.number {
    font-size: 22px;
    line-height: 22px;
  }
}
/* line 188, assets/sass/components/_thehairguide.scss */
.thehairguide.content.pink h1, .thehairguide.content.pink h2, .thehairguide.content.pink h3, .thehairguide.content.pink p a {
  color: #fd9fc8;
}
/* line 193, assets/sass/components/_thehairguide.scss */
.thehairguide.content.teal h1, .thehairguide.content.teal h2, .thehairguide.content.teal h3, .thehairguide.content.teal p a, .thehairguide.content.teal div a {
  color: #20cbd4;
}
/* line 198, assets/sass/components/_thehairguide.scss */
.thehairguide.content .hairguidefooter {
  padding: 0 !important;
  color: #8e82bb;
  font-family: 'heavitasregular';
  position: relative;
  padding-top: 20px;
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
}
/* line 200, assets/sass/components/_thehairguide.scss */
.thehairguide.content .hairguidefooter span, .thehairguide.content .hairguidefooter div {
  color: #8e82bb;
  font-family: 'heavitasregular';
}
@media all and (min-width: 768px) {
  /* line 198, assets/sass/components/_thehairguide.scss */
  .thehairguide.content .hairguidefooter {
    margin-left: -2%;
    margin-top: 80px;
  }
}
/* line 214, assets/sass/components/_thehairguide.scss */
.thehairguide.content .hairguidefooter::before {
  content: '';
  height: 20px;
  background-color: #ffa4ca;
  display: block;
  top: 0;
  left: 0;
}
@media all and (min-width: 768px) {
  /* line 214, assets/sass/components/_thehairguide.scss */
  .thehairguide.content .hairguidefooter::before {
    width: 55%;
    min-width: 463px;
  }
}
/* line 226, assets/sass/components/_thehairguide.scss */
.thehairguide.content .hairguidefooter .author {
  padding-top: 20px;
  font-size: 19px;
  line-height: 22px;
  display: block;
}
@media all and (min-width: 768px) {
  /* line 226, assets/sass/components/_thehairguide.scss */
  .thehairguide.content .hairguidefooter .author {
    font-size: 23px;
    line-height: 27px;
  }
}
/* line 236, assets/sass/components/_thehairguide.scss */
.thehairguide.content .hairguidefooter div {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 16px;
  clear: both;
}
@media all and (min-width: 768px) {
  /* line 236, assets/sass/components/_thehairguide.scss */
  .thehairguide.content .hairguidefooter div {
    width: 78%;
  }
}
/* line 245, assets/sass/components/_thehairguide.scss */
.thehairguide.content .hairguidefooter div.social img {
  max-width: 24px;
  margin-right: 16px;
  float: left;
  margin-left: 14px;
  margin-top: -5px;
}
/* line 252, assets/sass/components/_thehairguide.scss */
.thehairguide.content .hairguidefooter div.social a {
  color: #8e82bb;
}
/* line 260, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col, .thehairguide.content.color .col, .thehairguide.content.frizzy .product-row .col {
  position: relative;
  float: none;
}
/* line 263, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col.col25, .thehairguide.content.color .col.col25, .thehairguide.content.frizzy .product-row .col.col25 {
  max-width: 400px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  /* line 263, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.wash-hair .col.col25, .thehairguide.content.color .col.col25, .thehairguide.content.frizzy .product-row .col.col25 {
    width: 25%;
    float: left;
    max-width: none;
  }
}
/* line 271, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col.col25 .bgmarks, .thehairguide.content.color .col.col25 .bgmarks, .thehairguide.content.frizzy .product-row .col.col25 .bgmarks {
  width: 100%;
}
/* line 274, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col.col25 .hairguideprodthumb, .thehairguide.content.color .col.col25 .hairguideprodthumb, .thehairguide.content.frizzy .product-row .col.col25 .hairguideprodthumb {
  position: absolute;
  bottom: -12%;
  width: 79%;
  left: 9%;
}
/* line 279, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col.col25 .hairguideprodthumb.tall-prod-image, .thehairguide.content.color .col.col25 .hairguideprodthumb.tall-prod-image, .thehairguide.content.frizzy .product-row .col.col25 .hairguideprodthumb.tall-prod-image {
  width: 62%;
  left: 18%;
}
/* line 283, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col.col25 .hairguideprodthumb.make-bigger-prod-img, .thehairguide.content.color .col.col25 .hairguideprodthumb.make-bigger-prod-img, .thehairguide.content.frizzy .product-row .col.col25 .hairguideprodthumb.make-bigger-prod-img {
  width: 92%;
  left: 4%;
  max-width: 150%;
}
/* line 288, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col.col25 .hairguideprodthumb.make-evenbigger-prod-img, .thehairguide.content.color .col.col25 .hairguideprodthumb.make-evenbigger-prod-img, .thehairguide.content.frizzy .product-row .col.col25 .hairguideprodthumb.make-evenbigger-prod-img {
  width: 120%;
  left: -10%;
  max-width: 150%;
  bottom: -20%;
}
/* line 296, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col.col75, .thehairguide.content.color .col.col75, .thehairguide.content.frizzy .product-row .col.col75 {
  padding-top: 3%;
}
/* line 298, assets/sass/components/_thehairguide.scss */
.thehairguide.content.wash-hair .col.col75 h2, .thehairguide.content.color .col.col75 h2, .thehairguide.content.frizzy .product-row .col.col75 h2 {
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 296, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.wash-hair .col.col75, .thehairguide.content.color .col.col75, .thehairguide.content.frizzy .product-row .col.col75 {
    width: 71%;
    float: right;
    padding-right: 6%;
  }
  /* line 305, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.wash-hair .col.col75 h2, .thehairguide.content.color .col.col75 h2, .thehairguide.content.frizzy .product-row .col.col75 h2 {
    text-align: left;
  }
}
/* line 314, assets/sass/components/_thehairguide.scss */
.thehairguide.content.color .et_pb_code.et_pb_module:not(:first-child) {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 0;
}
@media all and (min-width: 768px) {
  /* line 314, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.color .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0 3%;
  }
}
@media all and (min-width: 981px) {
  /* line 314, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.color .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0px 6.04%;
    margin-bottom: 80px;
  }
}
/* line 317, assets/sass/components/_thehairguide.scss */
.thehairguide.content.color .et_pb_code.et_pb_module:first-child {
  margin-bottom: 0 !important;
}
/* line 321, assets/sass/components/_thehairguide.scss */
.thehairguide.content.color h2.types {
  padding: 23px 0 45px 0;
}
@media all and (min-width: 768px) {
  /* line 321, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.color h2.types {
    padding: 23px 0 45px 0;
  }
}
@media all and (min-width: 768px) {
  /* line 328, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.color .col.col25 {
    float: right;
    width: 31%;
    padding-top: 2%;
  }
}
/* line 335, assets/sass/components/_thehairguide.scss */
.thehairguide.content.color .col.col75 {
  padding-top: 10px;
}
@media all and (min-width: 768px) {
  /* line 335, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.color .col.col75 {
    width: 67%;
    float: left;
    padding-right: 6%;
    padding-top: 0%;
  }
}
@media all and (min-width: 768px) {
  /* line 344, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.color .col.col75 h2 {
    text-align: left;
    width: 114%;
    position: relative;
    left: -6%;
  }
}
@media all and (min-width: 981px) {
  /* line 344, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.color .col.col75 h2 {
    left: -12.08%;
  }
}
@media all and (min-width: 768px) and (max-width: 1279px) {
  /* line 344, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.color .col.col75 h2 {
    font-size: 3.4vw;
    line-height: 4.2vw;
  }
}
/* line 364, assets/sass/components/_thehairguide.scss */
.thehairguide.content.styling .et_pb_code.et_pb_module:not(:first-child) {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 0;
}
@media all and (min-width: 768px) {
  /* line 364, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.styling .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0 3%;
  }
}
@media all and (min-width: 981px) {
  /* line 364, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.styling .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0px 6.04%;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 981px) {
  /* line 364, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.styling .et_pb_code.et_pb_module:not(:first-child) {
    margin-bottom: 100px;
  }
}
@media all and (min-width: 981px) {
  /* line 371, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.styling h2 {
    padding-bottom: 40px;
  }
}
@media all and (min-width: 1280px) {
  /* line 371, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.styling h2 {
    padding-bottom: 40px;
    margin-top: 3%;
  }
}
/* line 380, assets/sass/components/_thehairguide.scss */
.thehairguide.content.styling span.number {
  color: #ffa4ca;
}
/* line 383, assets/sass/components/_thehairguide.scss */
.thehairguide.content.styling .col {
  position: relative;
  float: none;
}
@media all and (min-width: 768px) {
  /* line 386, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.styling .col.col-left {
    width: 50%;
    float: left;
  }
}
/* line 393, assets/sass/components/_thehairguide.scss */
.thehairguide.content.styling .col.col-right img {
  width: 100%;
}
@media all and (min-width: 768px) {
  /* line 392, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.styling .col.col-right {
    width: 50%;
    float: right;
    text-align: right;
  }
  /* line 400, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.styling .col.col-right img {
    padding-left: 14%;
    max-width: 500px;
  }
}
/* line 407, assets/sass/components/_thehairguide.scss */
.thehairguide.content.styling .actions {
  padding-bottom: 20px;
}
/* line 413, assets/sass/components/_thehairguide.scss */
.thehairguide.content.styling .actions span {
  display: block;
}
/* line 417, assets/sass/components/_thehairguide.scss */
.thehairguide.content.styling .actions a {
  display: block;
  color: #fd9fc8;
  line-height: 17px;
}
/* line 427, assets/sass/components/_thehairguide.scss */
.thehairguide.content.tips .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 0;
}
@media all and (min-width: 768px) {
  /* line 427, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.tips .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) {
    padding: 0 3%;
  }
}
@media all and (min-width: 981px) {
  /* line 427, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.tips .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) {
    padding: 0px 6.04%;
    margin-bottom: 80px;
  }
}
/* line 429, assets/sass/components/_thehairguide.scss */
.thehairguide.content.tips .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) img {
  width: 92%;
  margin: 0 auto;
  display: block;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) {
  /* line 429, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.tips .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) img {
    margin-bottom: 18px;
    max-width: 1015px;
    width: 84%;
  }
}
/* line 440, assets/sass/components/_thehairguide.scss */
.thehairguide.content.tips .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) > div {
  text-align: center;
}
/* line 448, assets/sass/components/_thehairguide.scss */
.thehairguide.content.mask .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 0;
}
@media all and (min-width: 768px) {
  /* line 448, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.mask .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) {
    padding: 0 3%;
  }
}
@media all and (min-width: 981px) {
  /* line 448, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.mask .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) {
    padding: 0px 6.04%;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 981px) {
  /* line 448, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.mask .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) {
    margin-bottom: 100px;
  }
}
/* line 453, assets/sass/components/_thehairguide.scss */
.thehairguide.content.mask .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) h2 {
  padding-bottom: 5px;
}
/* line 456, assets/sass/components/_thehairguide.scss */
.thehairguide.content.mask .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) img {
  width: 92%;
  margin: 0 auto;
  display: block;
  margin-top: 8px;
}
@media all and (min-width: 768px) {
  /* line 456, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.mask .et_pb_code.et_pb_module:not(:first-child):not(.hairguidefooter) img {
    max-width: 1100px;
    margin-top: 12px;
    width: 84%;
  }
}
/* line 472, assets/sass/components/_thehairguide.scss */
.thehairguide.content.conditioner .et_pb_code.et_pb_module:not(:first-child) {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 0;
}
@media all and (min-width: 768px) {
  /* line 472, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.conditioner .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0 3%;
  }
}
@media all and (min-width: 981px) {
  /* line 472, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.conditioner .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0px 6.04%;
    margin-bottom: 80px;
  }
}
/* line 477, assets/sass/components/_thehairguide.scss */
.thehairguide.content.conditioner .et_pb_code.et_pb_module:not(:first-child) p:last-child {
  padding-bottom: 0;
}
/* line 481, assets/sass/components/_thehairguide.scss */
.thehairguide.content.conditioner .et_pb_code.et_pb_module h2 {
  padding-bottom: 5px;
}
/* line 488, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 0;
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  /* line 488, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0 3%;
  }
}
@media all and (min-width: 981px) {
  /* line 488, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0px 6.04%;
    margin-bottom: 80px;
  }
}
/* line 491, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) h2 {
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 494, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) .col-img {
    float: left;
    width: 50%;
    margin-left: 1.5%;
  }
}
/* line 500, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) .col-img img {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  /* line 500, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) .col-img img {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  /* line 507, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) .col-list {
    float: right;
    width: 44%;
    padding-top: 10px;
  }
}
/* line 514, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) p {
  text-align: center;
}
/* line 516, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) p:last-child {
  padding-bottom: 0;
}
/* line 520, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) ul {
  padding-bottom: 10px;
}
/* line 522, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) ul li {
  padding-bottom: 20px;
}
@media all and (min-width: 768px) {
  /* line 522, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) ul li {
    padding-bottom: 10px;
  }
}
@media all and (min-width: 981px) {
  /* line 522, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) ul li {
    padding-bottom: 30px;
    padding-bottom: 1.6vw;
  }
}
@media all and (min-width: 1280px) {
  /* line 522, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child) ul li {
    padding-top: 1vw;
    padding-bottom: 2vw;
  }
}
@media all and (min-width: 981px) {
  /* line 537, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child).bottom-content {
    margin-top: -40px;
  }
}
/* line 541, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child).bottom-content ul {
  padding-left: 6%;
  padding-right: 6%;
}
@media all and (min-width: 981px) {
  /* line 544, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child).bottom-content ul li {
    padding-bottom: 30px;
  }
}
@media all and (min-width: 1280px) {
  /* line 544, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child).bottom-content ul li {
    padding-bottom: 30px;
  }
}
/* line 553, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child).bottom-content p {
  padding-bottom: 40px;
  padding-top: 0;
}
/* line 558, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle .et_pb_code.et_pb_module:not(:first-child).hairguidefooter {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* line 564, assets/sass/components/_thehairguide.scss */
.thehairguide.content.detangle span.number {
  color: #00c2ce;
}
/* line 570, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module:not(:first-child) {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 0 0;
}
@media all and (min-width: 768px) {
  /* line 570, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0 3%;
  }
}
@media all and (min-width: 981px) {
  /* line 570, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module:not(:first-child) {
    padding: 0px 6.04%;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 768px) {
  /* line 575, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.product-row .col.col25 {
    float: right;
    width: 38%;
    padding-top: 0;
  }
}
/* line 582, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.product-row .col.col75 {
  padding-top: 10px;
}
@media all and (min-width: 768px) {
  /* line 582, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.product-row .col.col75 {
    width: 62%;
    float: left;
    padding-right: 5%;
    padding-top: 0;
  }
}
/* line 597, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row .col {
  position: relative;
  float: none;
}
/* line 600, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row .col.col25 {
  max-width: 400px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  /* line 600, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row .col.col25 {
    width: 38%;
    float: left;
    max-width: none;
  }
}
/* line 609, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row .col.col75 {
  padding-top: 10px;
}
/* line 611, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row .col.col75 h2 {
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 609, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row .col.col75 {
    width: 62%;
    float: right;
    padding-left: 3%;
    padding-top: 0;
  }
  /* line 619, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row .col.col75 h2 {
    text-align: left;
  }
}
@media all and (min-width: 1280px) {
  /* line 609, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row .col.col75 {
    padding-top: 3%;
  }
}
/* line 630, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col {
  position: relative;
  float: none;
}
/* line 633, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col.col25 {
  max-width: 400px;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  /* line 633, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col.col25 {
    width: 33%;
    float: left;
    max-width: none;
  }
}
/* line 642, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col.col75 {
  padding-top: 10px;
}
/* line 644, assets/sass/components/_thehairguide.scss */
.thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col.col75 h2 {
  text-align: center;
}
@media all and (min-width: 768px) {
  /* line 642, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col.col75 {
    width: 60%;
    float: right;
    padding-right: 0;
    padding-top: 7vw;
  }
  /* line 652, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col.col75 h2 {
    text-align: left;
  }
}
@media all and (min-width: 981px) {
  /* line 642, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col.col75 {
    padding-top: 5%;
    padding-top: 8vw;
  }
}
@media all and (min-width: 1280px) {
  /* line 642, assets/sass/components/_thehairguide.scss */
  .thehairguide.content.frizzy .et_pb_code.et_pb_module.image-row-2 .col.col75 {
    padding-top: 11vw;
  }
}

/* line 671, assets/sass/components/_thehairguide.scss */
.hairguidearticles {
  .background-color: #00c2ce;
  /* HEADING ROW */
}
/* line 673, assets/sass/components/_thehairguide.scss */
.hairguidearticles.et_pb_section {
  background-color: #00c2ce;
}
/* line 678, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-heading.et_pb_row {
  max-width: 1430px;
}
/* line 681, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-heading img {
  max-width: 17px;
}
/* line 684, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-heading span {
  font-family: 'heavitasregular';
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
  line-height: 34px;
  padding-left: 15px;
}
@media all and (max-width: 980px) {
  /* line 692, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-heading .et_pb_column {
    margin-bottom: -10px;
  }
}
/* line 699, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row {
  max-width: 1430px;
}
/* line 702, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module {
  background-color: #fff;
  margin-bottom: 9.82%;
  box-shadow: 0 0px 51px rgba(11, 100, 105, 0.7);
}
/* line 709, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module > img {
  width: 100%;
}
/* line 712, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module span {
  display: inline-block;
  font-family: 'heavitasregular';
  background-color: #00c2ce;
  text-transform: uppercase;
  color: #fff;
  width: 57%;
  padding-left: 8.5%;
  margin-top: 7%;
  font-size: 17px;
  line-height: 24px;
  min-width: 246px;
}
@media all and (min-width: 981px) {
  /* line 712, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module span {
    width: 57%;
    min-width: 270px;
  }
}
@media all and (min-width: 981px) {
  /* line 712, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module span {
    font-size: 20px;
    line-height: 28px;
  }
}
/* line 733, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content {
  padding: 7% 8% 8% 8%;
}
@media all and (min-width: 981px) {
  /* line 733, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content {
    padding: 2% 8% 8% 8%;
  }
}
/* line 738, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content .title {
  font-family: 'heavitasregular';
  text-transform: uppercase;
  font-size: 23px;
  line-height: 26px;
  padding-bottom: 20px;
  display: table;
}
@media all and (min-width: 981px) {
  /* line 738, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content .title {
    font-size: 27px;
    line-height: 31px;
    min-height: 15vw;
    padding-bottom: 0;
  }
}
@media all and (min-width: 1140px) {
  /* line 738, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content .title {
    min-height: 140px;
  }
}
@media all and (min-width: 1788px) {
  /* line 738, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content .title {
    min-height: 140px;
  }
}
/* line 758, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content .title .inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 763, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content a {
  color: #838793;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 19px;
  font-family: 'lato-regular-global';
}
/* line 769, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content a:hover {
  text-decoration: underline;
}
@media all and (min-width: 981px) {
  /* line 763, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content a {
    font-size: 20px;
    line-height: 22px;
  }
}
/* line 777, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content p {
  color: #000;
  margin-top: 20px;
  font-size: 16px;
  line-height: 21px;
  font-family: 'lato-regular-global';
}
@media all and (min-width: 981px) {
  /* line 777, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content p {
    min-height: 12vw;
    margin-bottom: -.75vw;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
}
@media all and (min-width: 1140px) {
  /* line 777, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content p {
    min-height: 100px;
  }
}
@media all and (min-width: 1540px) {
  /* line 777, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content p {
    min-height: 75px;
  }
}
@media all and (min-width: 1788px) {
  /* line 777, assets/sass/components/_thehairguide.scss */
  .hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module .content p {
    font-size: 19px;
    line-height: 25px;
  }
}
/* line 808, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module.teal span {
  background-color: #00c2ce;
}
/* line 811, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module.teal .title {
  color: #00c2ce;
}
/* line 816, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module.purple span {
  background-color: #8e82bb;
}
/* line 819, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module.purple .title {
  color: #8e82bb;
}
/* line 824, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module.pink span {
  background-color: #ffa4ca;
}
/* line 827, assets/sass/components/_thehairguide.scss */
.hairguidearticles .hairguidearticles-grid.et_pb_row .et_pb_column .et_pb_module.pink .title {
  color: #ffa4ca;
}

/* line 837, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing.et_pb_section {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
/* line 841, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row {
  width: 100%;
  padding: 20px;
  max-width: 100%;
}
@media all and (min-width: 981px) {
  /* line 841, assets/sass/components/_thehairguide.scss */
  .hairguidearticles-landing .et_pb_row {
    padding: 2.5% 2.5% 0 2.5%;
  }
}
/* line 849, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_column {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 853, assets/sass/components/_thehairguide.scss */
  .hairguidearticles-landing .et_pb_row .et_pb_column_1_2 {
    width: 48.5% !important;
    margin-right: 3%;
  }
  /* line 856, assets/sass/components/_thehairguide.scss */
  .hairguidearticles-landing .et_pb_row .et_pb_column_1_2:last-child {
    margin-right: 0;
  }
}
/* line 861, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code {
  position: relative;
  margin-bottom: 20px !important;
}
@media all and (min-width: 768px) {
  /* line 861, assets/sass/components/_thehairguide.scss */
  .hairguidearticles-landing .et_pb_row .et_pb_code {
    margin-bottom: 7% !important;
  }
}
/* line 867, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code img {
  margin-bottom: -7px;
  width: 100%;
}
/* line 871, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .content {
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 875, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .content span {
  display: inline-block;
  font-family: 'heavitasregular';
  background-color: #fff;
  text-transform: uppercase;
  color: #00c2ce;
  width: 57%;
  padding-left: 4%;
  font-size: 17px;
  line-height: 24px;
  min-width: 240px;
}
/* line 886, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .content span.teal {
  color: #00c2ce;
}
/* line 889, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .content span.purple {
  color: #8e82bb;
}
/* line 892, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .content span.pink {
  color: #ffa4ca;
}
/* line 896, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .content .title {
  color: #fff;
  font-family: 'heavitasregular';
  font-size: 15px;
  line-height: 21px;
  margin-left: 5%;
  margin-top: 12px;
  width: 60%;
  min-width: 215px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  /* line 896, assets/sass/components/_thehairguide.scss */
  .hairguidearticles-landing .et_pb_row .et_pb_code .content .title {
    width: 92%;
  }
}
@media (min-width: 981px) {
  /* line 896, assets/sass/components/_thehairguide.scss */
  .hairguidearticles-landing .et_pb_row .et_pb_code .content .title {
    width: 75%;
  }
}
@media (min-width: 1080px) {
  /* line 896, assets/sass/components/_thehairguide.scss */
  .hairguidearticles-landing .et_pb_row .et_pb_code .content .title {
    width: 65%;
  }
}
@media (min-width: 1280px) {
  /* line 896, assets/sass/components/_thehairguide.scss */
  .hairguidearticles-landing .et_pb_row .et_pb_code .content .title {
    width: 60%;
  }
}
/* line 921, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .content a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  font-family: 'lato-regular-global';
  margin-left: 5%;
  margin-bottom: 18px;
  display: inline-block;
}
/* line 930, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .content a:hover {
  text-decoration: underline;
}
/* line 936, assets/sass/components/_thehairguide.scss */
.hairguidearticles-landing .et_pb_row .et_pb_code .link-full:hover {
  background: #000;
  opacity: 0.05;
}

/* line 945, assets/sass/components/_thehairguide.scss */
.hairguidecarousel {
  overflow: hidden;
}
/* line 950, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .lSSlideOuter {
  padding: 0 !important;
}
/* line 952, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .lSSlideOuter .lSSlideWrapper {
  height: auto;
}
/* line 956, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide {
  position: relative;
}
/* line 958, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide img {
  width: 100%;
}
/* line 961, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide .hairguideslide-content {
  position: absolute;
  left: 12%;
  top: 4%;
  width: 34%;
  height: 100%;
}
@media all and (min-width: 480px) {
  /* line 961, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content {
    top: 9%;
  }
}
/* line 970, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide .hairguideslide-content .outer {
  height: 100%;
  display: table;
}
/* line 973, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/* line 978, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner h2 {
  font-family: 'heavitasregular';
  font-size: 24px;
  line-height: 31px;
  color: #fff;
  font-size: 3vw;
  line-height: 3.75vw;
  padding-bottom: 1vw;
}
@media all and (min-width: 2060px) {
  /* line 978, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner h2 {
    font-size: 60px;
    line-height: 71px;
  }
}
/* line 991, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner .description {
  color: #fff;
  font-family: 'lato-light-global';
  font-size: 11px;
  line-height: 12px;
  padding-right: 0;
  margin-bottom: 3vw;
}
@media all and (min-width: 480px) {
  /* line 991, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner .description {
    font-size: 13px;
    line-height: 15px;
    padding-right: 15%;
  }
}
@media all and (min-width: 768px) {
  /* line 991, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner .description {
    font-size: 14px;
    line-height: 16px;
  }
}
@media all and (min-width: 981px) {
  /* line 991, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner .description {
    font-size: 1.5vw;
    line-height: 1.8vw;
  }
}
@media all and (min-width: 2060px) {
  /* line 991, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner .description {
    font-size: 25px;
    line-height: 27px;
    max-width: 670px;
  }
}
/* line 1017, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner a {
  font-family: 'heavitasregular';
  color: #867bbd;
  text-decoration: underline;
  font-size: 10px;
  line-height: 12px;
}
/* line 1023, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner a:hover {
  text-decoration: none;
}
@media all and (min-width: 480px) {
  /* line 1017, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media all and (min-width: 768px) {
  /* line 1017, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner a {
    font-size: 13px;
    line-height: 14px;
  }
}
@media all and (min-width: 981px) {
  /* line 1017, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner a {
    font-size: 1.4vw;
    line-height: 1.6vw;
  }
}
@media all and (min-width: 1788px) {
  /* line 1017, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner a {
    font-size: 22px;
    line-height: 24px;
  }
}
/* line 1043, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideslide .hairguideslide-content .outer .inner:hover {
  text-decoration: none;
}
/* line 1050, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideNext,
.hairguidecarousel .hairguidePrev {
  position: absolute;
  top: 50%;
  margin-top: -1%;
  width: 5%;
  max-width: 63px;
  min-width: 20px;
  cursor: pointer;
}
/* line 1059, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideNext:hover,
.hairguidecarousel .hairguidePrev:hover {
  opacity: 0.9;
}
@media all and (min-width: 768px) {
  /* line 1050, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideNext,
  .hairguidecarousel .hairguidePrev {
    width: 4%;
  }
}
/* line 1065, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideNext img,
.hairguidecarousel .hairguidePrev img {
  width: 100%;
}
/* line 1069, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguidePrev {
  left: 3%;
}
@media all and (min-width: 480px) {
  /* line 1069, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguidePrev {
    left: 5%;
  }
}
/* line 1075, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideNext {
  right: 3%;
}
@media all and (min-width: 480px) {
  /* line 1075, assets/sass/components/_thehairguide.scss */
  .hairguidecarousel .hairguideNext {
    right: 5%;
  }
}
/* line 1080, assets/sass/components/_thehairguide.scss */
.hairguidecarousel .hairguideNext img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 3, assets/sass/components/_archive.scss */
#main-content.archive h1 {
  margin-bottom: 20px;
}
/* line 6, assets/sass/components/_archive.scss */
#main-content.archive a {
  color: #ef3fa9;
}

/* line 1, assets/sass/components/_onetrust.scss */
#onetrust-button-group-parent .banner-actions-container #onetrust-accept-btn-handler {
  float: left !important;
}

/* line 5, assets/sass/components/_onetrust.scss */
.ot-sdk-show-settings {
  color: #000;
  cursor: pointer;
}

@media only screen and (max-width: 471px) {
  /* line 1, assets/sass/pages/_home.scss */
  section.home-cta-whats-new {
    background-position: 60%;
  }
}

/* line 10, assets/sass/pages/_home.scss */
.home-cta-whats-new div .header-content-container .header-content, .home-cta-whats-new div .header-content-container .center {
  color: #8e82bb;
  position: relative;
  width: 100%;
  max-width: 500px;
}
/* line 15, assets/sass/pages/_home.scss */
.home-cta-whats-new div .header-content-container .header-content h1, .home-cta-whats-new div .header-content-container .header-content span, .home-cta-whats-new div .header-content-container .header-content p, .home-cta-whats-new div .header-content-container .center h1, .home-cta-whats-new div .header-content-container .center span, .home-cta-whats-new div .header-content-container .center p {
  text-transform: lowercase;
}
/* line 18, assets/sass/pages/_home.scss */
.home-cta-whats-new div .header-content-container .header-content h1, .home-cta-whats-new div .header-content-container .center h1 {
  font-family: "Didot W01 Headline Bold";
  font-size: 70px;
  line-height: 75px;
  letter-spacing: 3px;
  padding: 0;
  margin-bottom: 30px;
}
/* line 26, assets/sass/pages/_home.scss */
.home-cta-whats-new div .header-content-container .header-content span, .home-cta-whats-new div .header-content-container .center span {
  font-family: 'Times New Roman', Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 70px;
  line-height: 78px;
  position: absolute;
  right: 0;
  top: 50px;
  background: linear-gradient(to right, #f85d95 0%, #4d307f 21%, #4e92c2 39%, #43ba41 59%, #efea3c 78%, #eb252d 99%, #eb252d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* line 39, assets/sass/pages/_home.scss */
.home-cta-whats-new div .header-content-container .header-content p, .home-cta-whats-new div .header-content-container .center p {
  font-family: 'Times New Roman', Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
}
/* line 46, assets/sass/pages/_home.scss */
.home-cta-whats-new div .header-content-container .header-content a, .home-cta-whats-new div .header-content-container .center a {
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  text-transform: uppercase;
  color: #8e82bb !important;
  border-color: #8e82bb !important;
  border-radius: 16px;
}
@media only screen and (max-width: 471px) {
  /* line 54, assets/sass/pages/_home.scss */
  .home-cta-whats-new div .header-content-container .header-content h1, .home-cta-whats-new div .header-content-container .center h1 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 38px;
  }
  /* line 59, assets/sass/pages/_home.scss */
  .home-cta-whats-new div .header-content-container .header-content span, .home-cta-whats-new div .header-content-container .center span {
    font-size: 60px;
    top: 26px;
    display: inline-block;
    left: 0;
  }
  /* line 65, assets/sass/pages/_home.scss */
  .home-cta-whats-new div .header-content-container .header-content p, .home-cta-whats-new div .header-content-container .center p {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 380px) {
  /* line 72, assets/sass/pages/_home.scss */
  .home-cta-whats-new div .header-content-container .header-content h1, .home-cta-whats-new div .header-content-container .center h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
  }
  /* line 79, assets/sass/pages/_home.scss */
  .home-cta-whats-new div .header-content-container .header-content span, .home-cta-whats-new div .header-content-container .center span {
    font-size: 28px;
    /* top: 18px; */
    position: initial;
    display: inline-block;
    line-height: 30px;
  }
  /* line 88, assets/sass/pages/_home.scss */
  .home-cta-whats-new div .header-content-container .header-content p, .home-cta-whats-new div .header-content-container .center p {
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }
  /* line 93, assets/sass/pages/_home.scss */
  .home-cta-whats-new div .header-content-container .header-content a, .home-cta-whats-new div .header-content-container .center a {
    font-size: 16px;
  }
}

/***********
        SHARED CTA STYLES
************/
/* line 110, assets/sass/pages/_home.scss */
.homepage-cta-featured,
.homepage-cta-tutorials,
.homepage-cta-body,
.homepage-cta-expert {
  overflow: hidden;
  height: 600px;
}
@media only screen and (max-width: 768px) {
  /* line 110, assets/sass/pages/_home.scss */
  .homepage-cta-featured,
  .homepage-cta-tutorials,
  .homepage-cta-body,
  .homepage-cta-expert {
    height: 400px;
  }
}
/* line 122, assets/sass/pages/_home.scss */
.homepage-cta-featured .et_pb_fullwidth_header_container .header-content-container .header-content h1,
.homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content h1,
.homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content h1,
.homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
  font-family: "Didot W01 Headline Bold";
  font-size: 100px;
  line-height: 110px;
  letter-spacing: 3px;
  text-shadow: -4px 1px 15px #4f4f4f;
}
/* line 129, assets/sass/pages/_home.scss */
.homepage-cta-featured .et_pb_fullwidth_header_container .header-content-container .header-content span,
.homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content span,
.homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content span,
.homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container .header-content span {
  font-family: 'Times New Roman', Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 90px;
  line-height: 78px;
  text-shadow: -4px 1px 15px #4f4f4f;
}
/* line 136, assets/sass/pages/_home.scss */
.homepage-cta-featured .et_pb_fullwidth_header_container .header-content-container .header-content a,
.homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content a,
.homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content a,
.homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container .header-content a {
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 16px;
}
/* line 141, assets/sass/pages/_home.scss */
.homepage-cta-featured .et_pb_fullwidth_header_container .header-content-container .header-content p,
.homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content p,
.homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content p,
.homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container .header-content p {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  /* line 145, assets/sass/pages/_home.scss */
  .homepage-cta-featured .et_pb_fullwidth_header_container .header-content-container .header-content h1,
  .homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content h1,
  .homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content h1,
  .homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container .header-content h1 {
    font-size: 36px;
    line-height: 38px;
    text-shadow: -3px 0px 3px #4f4f4f;
  }
  /* line 150, assets/sass/pages/_home.scss */
  .homepage-cta-featured .et_pb_fullwidth_header_container .header-content-container .header-content span,
  .homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content span,
  .homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content span,
  .homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container .header-content span {
    font-size: 28px;
    line-height: 30px;
    text-shadow: -3px 0px 3px #4f4f4f;
  }
  /* line 155, assets/sass/pages/_home.scss */
  .homepage-cta-featured .et_pb_fullwidth_header_container .header-content-container .header-content a,
  .homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content a,
  .homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content a,
  .homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container .header-content a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 165, assets/sass/pages/_home.scss */
  .homepage-cta-featured {
    background-position: 30%;
  }
}
/* line 172, assets/sass/pages/_home.scss */
.homepage-cta-featured .et_pb_fullwidth_header_container .header-content-container .header-content a {
  border-color: #c9d837 !important;
  color: #c9d837 !important;
}

/* line 183, assets/sass/pages/_home.scss */
.homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container {
  margin-top: 3%;
}
/* line 185, assets/sass/pages/_home.scss */
.homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content {
  text-shadow: -4px 1px 15px #4f4f4f;
}
/* line 187, assets/sass/pages/_home.scss */
.homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content a {
  border-color: white !important;
  color: white !important;
}
/* line 191, assets/sass/pages/_home.scss */
.homepage-cta-tutorials .et_pb_fullwidth_header_container .header-content-container .header-content p {
  text-shadow: -4px 1px 15px #4f4f4f;
}

/* line 201, assets/sass/pages/_home.scss */
.homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container {
  margin-top: 3%;
}
/* line 204, assets/sass/pages/_home.scss */
.homepage-cta-expert .et_pb_fullwidth_header_container .header-content-container .header-content a {
  border-color: white !important;
  color: white !important;
}

/* line 215, assets/sass/pages/_home.scss */
.homepage-cta-body .et_pb_fullwidth_header_container .header-content-container {
  margin-top: 6%;
}
/* line 218, assets/sass/pages/_home.scss */
.homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content h1, .homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content span, .homepage-cta-body .et_pb_fullwidth_header_container .header-content-container .header-content a {
  color: black;
  text-shadow: none;
}

/* line 237, assets/sass/pages/_home.scss */
.home-hero-cta {
  color: #fff;
  float: right;
  height: auto;
  padding: 80px 38px 0;
  position: relative;
  text-align: right;
  width: 70%;
}
/* line 245, assets/sass/pages/_home.scss */
.home-hero-cta h1 {
  font-family: "REIS";
  font-size: 125px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
@media all and (max-width: 1255px) {
  /* line 245, assets/sass/pages/_home.scss */
  .home-hero-cta h1 {
    font-size: 85px;
    margin-top: 12px;
  }
}
/* line 258, assets/sass/pages/_home.scss */
.home-hero-cta div.home-hero1,
.home-hero-cta div.home-hero2 {
  font-family: "Gothic";
  font-size: 110px;
  letter-spacing: 2px;
  line-height: 89px;
  margin-bottom: 42px;
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
@media all and (max-width: 1255px) {
  /* line 258, assets/sass/pages/_home.scss */
  .home-hero-cta div.home-hero1,
  .home-hero-cta div.home-hero2 {
    font-size: 70px;
    line-height: 64px;
  }
}
/* line 273, assets/sass/pages/_home.scss */
.home-hero-cta div.home-hero2 {
  font-size: 90px;
  margin-bottom: -23px;
}
@media all and (max-width: 1255px) {
  /* line 273, assets/sass/pages/_home.scss */
  .home-hero-cta div.home-hero2 {
    font-size: 70px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 284, assets/sass/pages/_home.scss */
  .et_pb_section_2 {
    background-position: 100% 0;
    height: auto;
  }

  /* line 289, assets/sass/pages/_home.scss */
  .home-hero-cta {
    float: none;
    width: auto;
    clear: both;
    text-align: center;
    padding-bottom: 80px;
  }
  /* line 295, assets/sass/pages/_home.scss */
  .home-hero-cta h1 {
    text-align: center;
    font-size: 85px;
    line-height: 70px;
  }
  /* line 300, assets/sass/pages/_home.scss */
  .home-hero-cta div.home-hero1,
  .home-hero-cta div.home-hero2 {
    font-size: 60px;
    line-height: 49px;
  }
  /* line 305, assets/sass/pages/_home.scss */
  .home-hero-cta div.home-hero2 {
    margin-bottom: 18px;
  }
}
/* line 311, assets/sass/pages/_home.scss */
.homepage-body-cta-wrapper {
  background: #847ac1 !important;
}

/* line 315, assets/sass/pages/_home.scss */
.homepage-body-cta {
  background: #847ac1;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  height: 451px;
  padding: 0 38px 0 38px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
/* line 326, assets/sass/pages/_home.scss */
.homepage-body-cta .copy h2 {
  font-family: "Heavitas";
  font-size: 150px;
  text-transform: lowercase;
  color: white;
  max-width: 600px;
  position: relative;
  z-index: 0;
  top: 50px;
}
/* line 335, assets/sass/pages/_home.scss */
.homepage-body-cta .copy h2 span {
  text-transform: uppercase;
  font-size: 69px;
}
/* line 339, assets/sass/pages/_home.scss */
.homepage-body-cta .copy h2:last-of-type {
  top: 0;
  left: 28px;
}
/* line 345, assets/sass/pages/_home.scss */
.homepage-body-cta .copy p {
  max-width: 515px;
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  color: white;
  text-transform: none;
  font-size: 25px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  /* line 345, assets/sass/pages/_home.scss */
  .homepage-body-cta .copy p {
    font-size: 19px;
  }
}
/* line 358, assets/sass/pages/_home.scss */
.homepage-body-cta .copy a {
  background: #1fccd3;
  color: white;
  text-transform: none;
  border: none;
  border-radius: 0;
  font-size: 20px;
  padding: 6px 18px;
  display: inline-block;
  margin: 25px 0 30px 0;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 1200px) {
  /* line 358, assets/sass/pages/_home.scss */
  .homepage-body-cta .copy a {
    font-size: 17px;
  }
}
/* line 374, assets/sass/pages/_home.scss */
.homepage-body-cta .parallax {
  height: 451px;
  width: 100%;
  max-width: 700px;
}
/* line 378, assets/sass/pages/_home.scss */
.homepage-body-cta .parallax div.image {
  height: 451px;
  width: 100%;
  max-width: 760px;
  background: url(assets/img/homepage-cta/body-collections.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
/* line 391, assets/sass/pages/_home.scss */
.homepage-body-cta.hair-heaven-feature .copy {
  text-align: center;
}
/* line 393, assets/sass/pages/_home.scss */
.homepage-body-cta.hair-heaven-feature .copy h2 {
  top: 90px !important;
  left: auto !important;
  line-height: 72px;
  margin-bottom: 72px;
}
@media all and (max-width: 1200px) {
  /* line 393, assets/sass/pages/_home.scss */
  .homepage-body-cta.hair-heaven-feature .copy h2 {
    font-size: 80px;
    line-height: 0;
  }
}
@media all and (max-width: 630px) {
  /* line 393, assets/sass/pages/_home.scss */
  .homepage-body-cta.hair-heaven-feature .copy h2 {
    text-align: center;
  }
}
/* line 405, assets/sass/pages/_home.scss */
.homepage-body-cta.hair-heaven-feature .copy h2 span {
  display: block;
  line-height: 85px;
  font-size: 69px;
}
@media all and (max-width: 1200px) {
  /* line 405, assets/sass/pages/_home.scss */
  .homepage-body-cta.hair-heaven-feature .copy h2 span {
    font-size: 37px;
  }
}
@media all and (max-width: 630px) {
  /* line 405, assets/sass/pages/_home.scss */
  .homepage-body-cta.hair-heaven-feature .copy h2 span {
    padding-left: 0;
  }
}
/* line 417, assets/sass/pages/_home.scss */
.homepage-body-cta.hair-heaven-feature .copy p {
  clear: both;
}
/* line 420, assets/sass/pages/_home.scss */
.homepage-body-cta.hair-heaven-feature .copy a {
  font-size: 21px;
  text-align: center;
}
@media all and (max-width: 630px) {
  /* line 425, assets/sass/pages/_home.scss */
  .homepage-body-cta.hair-heaven-feature .parallax {
    height: 270px;
  }
}
/* line 429, assets/sass/pages/_home.scss */
.homepage-body-cta.hair-heaven-feature .parallax div.image,
.homepage-body-cta.hair-heaven-feature .parallax div.image-static {
  background-image: url('assets/img/homepage-cta/hair-heaven-img-us.png?1591985817') !important;
}
/* line 433, assets/sass/pages/_home.scss */
.homepage-body-cta.hair-heaven-feature .parallax div.image-static {
  background-position: 50% 0;
}
@media all and (max-width: 630px) {
  /* line 433, assets/sass/pages/_home.scss */
  .homepage-body-cta.hair-heaven-feature .parallax div.image-static {
    background-size: auto 100%;
    bottom: 10px;
  }
}

/* line 445, assets/sass/pages/_home.scss */
body.en-au .homepage-body-cta.hair-heaven-feature .parallax div.image, body.en-au .homepage-body-cta.hair-heaven-feature .parallax div.image-static {
  background-image: url('assets/img/homepage-cta/hair-heaven-img-us-no-award.png?1591985817') !important;
}

/* line 453, assets/sass/pages/_home.scss */
body.en-ca .ogx-styling-feature .feature-img,
body.fr-ca .ogx-styling-feature .feature-img {
  background-image: url('assets/img/homepage-cta/ogx-styling-img-ca.png?1591985800');
}
/* line 458, assets/sass/pages/_home.scss */
body.en-ca .salon-tech-feature .feature-img,
body.fr-ca .salon-tech-feature .feature-img {
  background-image: url('assets/img/homepage-cta/salon-tech-img-ca.png?1591985813');
}
/* line 465, assets/sass/pages/_home.scss */
body.en-ca .homepage-body-cta.hair-heaven-feature .parallax div.image,
body.en-ca .homepage-body-cta.hair-heaven-feature .parallax div.image-static,
body.fr-ca .homepage-body-cta.hair-heaven-feature .parallax div.image,
body.fr-ca .homepage-body-cta.hair-heaven-feature .parallax div.image-static {
  background-image: url('assets/img/homepage-cta/hair-heaven-img-ca.png?1591985817') !important;
}

@media only screen and (max-width: 1121px) {
  /* line 475, assets/sass/pages/_home.scss */
  .homepage-body-cta {
    height: 400px;
  }
  /* line 477, assets/sass/pages/_home.scss */
  .homepage-body-cta div.parallax {
    height: 250px;
    width: 50%;
  }
  /* line 480, assets/sass/pages/_home.scss */
  .homepage-body-cta div.parallax .image {
    height: 400px;
    width: 600px;
    left: -20%;
  }
  /* line 487, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy {
    width: 50%;
  }
  /* line 489, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy h2 {
    font-size: 50px;
  }
  /* line 491, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy h2 span {
    font-size: 60px;
  }
  /* line 494, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy h2:last-of-type {
    top: 22px;
    left: 10px;
  }
  /* line 499, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy p, .homepage-body-cta div.copy a {
    max-width: 300px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 510, assets/sass/pages/_home.scss */
  .homepage-body-cta div.parallax .image {
    width: 400px;
    left: 0;
  }
}
@media only screen and (max-width: 630px) {
  /* line 519, assets/sass/pages/_home.scss */
  .homepage-body-cta {
    height: 570px;
    flex-direction: column;
    padding: 0;
  }
  /* line 523, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy {
    width: 100%;
    margin: 0 auto;
    padding: 0 38px;
  }
  /* line 527, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy h2 {
    font-size: 70px;
  }
  /* line 529, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy h2 span {
    font-size: 70px;
  }
  /* line 533, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy h2:last-of-type {
    left: 13px;
  }
  /* line 536, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 15px;
    max-width: none;
    text-align: center;
  }
  /* line 543, assets/sass/pages/_home.scss */
  .homepage-body-cta div.copy a {
    display: block;
    margin: 20px auto 0 auto;
    width: auto;
    font-size: 12px;
    text-align: center;
  }
  /* line 551, assets/sass/pages/_home.scss */
  .homepage-body-cta div.parallax {
    width: 100%;
  }
  /* line 553, assets/sass/pages/_home.scss */
  .homepage-body-cta div.parallax .image {
    display: none;
  }
  /* line 556, assets/sass/pages/_home.scss */
  .homepage-body-cta div.parallax .image-static {
    background: url(assets/img/homepage-cta/body-collections.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 270px;
    position: relative;
    display: block;
    margin: 0 auto;
    bottom: -7px;
  }
}
/* line 579, assets/sass/pages/_home.scss */
.feb-feature {
  /*background: image-url('homepage-cta/feb-feature-new.jpg') 0 0 / cover no-repeat;*/
  overflow: hidden;
  height: 451px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 50px 38px;
}
/* line 587, assets/sass/pages/_home.scss */
.feb-feature .image-static {
  display: none;
}
/* line 590, assets/sass/pages/_home.scss */
.feb-feature .copy {
  width: 100%;
}
/* line 592, assets/sass/pages/_home.scss */
.feb-feature .copy h2 {
  font-family: "Didot W01 Headline Bold";
  color: #eb39a0;
  font-size: 121px;
  line-height: 68px;
  margin-bottom: 42px;
  text-align: right;
  text-transform: lowercase;
}
/* line 600, assets/sass/pages/_home.scss */
.feb-feature .copy h2 span {
  font-family: "REIS";
  font-size: 190px;
  padding-right: 82px;
}
/* line 606, assets/sass/pages/_home.scss */
.feb-feature .copy p {
  max-width: 540px;
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  color: #eb39a0;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  z-index: 2;
  text-align: right;
  margin-left: auto;
}
/* line 617, assets/sass/pages/_home.scss */
.feb-feature .copy a {
  border: 2px solid #eb39a0;
  border-radius: 16px;
  color: #eb39a0;
  display: block;
  font-size: 18px;
  margin: 30px 0 30px auto;
  padding: 0.3em 0;
  text-align: center;
  text-transform: uppercase;
  width: 375px;
}
/* line 630, assets/sass/pages/_home.scss */
.feb-feature .feature-img {
  background: url('assets/img/homepage-cta/feb-feature-bottle.png?1591985817') 0 100%/100% auto no-repeat;
  bottom: 0;
  height: 100%;
  left: 38px;
  position: absolute;
  width: 45%;
}

/* line 642, assets/sass/pages/_home.scss */
body.en-au .feb-feature .feature-img {
  background-image: url('assets/img/homepage-cta/au-feb-feature-bottle.png?1591985814');
}

/* line 651, assets/sass/pages/_home.scss */
body.en-ca .feb-feature .feature-img,
body.fr-ca .feb-feature .feature-img {
  background-image: url('assets/img/homepage-cta/ca-feb-feature-bottle.png?1591985817');
}
/* line 657, assets/sass/pages/_home.scss */
body.en-ca .homepage-body-cta .parallax div.image,
body.fr-ca .homepage-body-cta .parallax div.image {
  background-image: url('assets/img/homepage-cta/ca-body-collections.png?1591985819');
}

/* line 666, assets/sass/pages/_home.scss */
body.en-gb .feb-feature .feature-img {
  background-image: url('assets/img/homepage-cta/uk-dont-fade.png?1591985817');
}

/** OGX STYLING **/
/* line 673, assets/sass/pages/_home.scss */
.ogx-styling-feature-wrapper,
.salon-tech-feature-wrapper {
  height: 451px;
  width: 100%;
}
@media all and (max-width: 767px) {
  /* line 673, assets/sass/pages/_home.scss */
  .ogx-styling-feature-wrapper,
  .salon-tech-feature-wrapper {
    height: auto;
  }
}

/* line 681, assets/sass/pages/_home.scss */
.ogx-styling-feature,
.salon-tech-feature {
  overflow: hidden;
  height: 451px;
  width: 100%;
  justify-content: space-around;
  padding: 50px 38px;
  max-width: 1450px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  /* line 681, assets/sass/pages/_home.scss */
  .ogx-styling-feature,
  .salon-tech-feature {
    height: auto;
    padding: 38px;
  }
}
/* line 694, assets/sass/pages/_home.scss */
.ogx-styling-feature .image-static,
.salon-tech-feature .image-static {
  display: none;
}
/* line 697, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy,
.salon-tech-feature .copy {
  width: 100%;
}
/* line 699, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy h2,
.salon-tech-feature .copy h2 {
  font-family: "Didot W01 Headline Bold";
  color: #eb39a0;
  font-size: 48px;
  line-height: 57px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: right;
  font-weight: 700;
  letter-spacing: -2px;
}
@media all and (max-width: 1200px) {
  /* line 699, assets/sass/pages/_home.scss */
  .ogx-styling-feature .copy h2,
  .salon-tech-feature .copy h2 {
    font-size: 33px;
    line-height: 43px;
  }
}
@media all and (max-width: 767px) {
  /* line 699, assets/sass/pages/_home.scss */
  .ogx-styling-feature .copy h2,
  .salon-tech-feature .copy h2 {
    text-align: center;
  }
}
/* line 716, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy h2 span,
.salon-tech-feature .copy h2 span {
  display: inline-block;
}
/* line 718, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy h2 span.blue,
.salon-tech-feature .copy h2 span.blue {
  color: #007a93;
}
/* line 721, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy h2 span.green,
.salon-tech-feature .copy h2 span.green {
  color: #4ccbbc;
}
/* line 724, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy h2 span.purple,
.salon-tech-feature .copy h2 span.purple {
  color: #6c2873;
}
/* line 727, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy h2 span.orange,
.salon-tech-feature .copy h2 span.orange {
  color: #f47d07;
}
/* line 730, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy h2 span.light-purple,
.salon-tech-feature .copy h2 span.light-purple {
  color: #ae4098;
}
@media all and (max-width: 767px) {
  /* line 734, assets/sass/pages/_home.scss */
  .ogx-styling-feature .copy h2 div,
  .salon-tech-feature .copy h2 div {
    display: inline;
  }
}
/* line 740, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy p,
.salon-tech-feature .copy p {
  max-width: 540px;
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  color: #eb39a0;
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  z-index: 2;
  text-align: right;
  margin-left: auto;
  line-height: normal;
}
@media all and (max-width: 767px) {
  /* line 740, assets/sass/pages/_home.scss */
  .ogx-styling-feature .copy p,
  .salon-tech-feature .copy p {
    text-align: center;
    margin: 0 auto;
  }
}
/* line 756, assets/sass/pages/_home.scss */
.ogx-styling-feature .copy a,
.salon-tech-feature .copy a {
  border: 2px solid #eb39a0;
  border-radius: 16px;
  color: #eb39a0;
  display: block;
  font-size: 18px;
  margin: 18px 0 30px auto;
  padding: 0.3em 1em;
  text-align: center;
  text-transform: uppercase;
  width: 375px;
}
@media all and (max-width: 767px) {
  /* line 756, assets/sass/pages/_home.scss */
  .ogx-styling-feature .copy a,
  .salon-tech-feature .copy a {
    width: auto;
    max-width: 375px;
    margin: 18px auto 30px;
  }
}
/* line 774, assets/sass/pages/_home.scss */
.ogx-styling-feature .feature-img,
.salon-tech-feature .feature-img {
  background: url('assets/img/homepage-cta/ogx-styling-img-us.png?1591985800') 50% 100%/auto 100% no-repeat;
  bottom: 0;
  height: 100%;
  left: 38px;
  position: absolute;
  width: 45%;
}
@media all and (max-width: 1200px) {
  /* line 774, assets/sass/pages/_home.scss */
  .ogx-styling-feature .feature-img,
  .salon-tech-feature .feature-img {
    background-size: 100% auto;
    background-position: 0 50%;
    width: 35%;
  }
}
@media all and (max-width: 767px) {
  /* line 774, assets/sass/pages/_home.scss */
  .ogx-styling-feature .feature-img,
  .salon-tech-feature .feature-img {
    position: relative;
    width: 100%;
    background-size: auto 90%;
    background-position: 50% 100%;
    height: 300px;
    left: auto;
  }
}

/* line 799, assets/sass/pages/_home.scss */
.salon-tech-feature .copy h2,
.salon-tech-feature .copy p,
.salon-tech-feature .copy a {
  text-align: left;
}
@media all and (max-width: 767px) {
  /* line 799, assets/sass/pages/_home.scss */
  .salon-tech-feature .copy h2,
  .salon-tech-feature .copy p,
  .salon-tech-feature .copy a {
    text-align: center;
  }
}
/* line 807, assets/sass/pages/_home.scss */
.salon-tech-feature .copy h2 {
  text-transform: none;
  color: #6a6865;
  font-size: 81px;
  margin-bottom: 30px;
}
@media all and (max-width: 1200px) {
  /* line 807, assets/sass/pages/_home.scss */
  .salon-tech-feature .copy h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 767px) {
  /* line 807, assets/sass/pages/_home.scss */
  .salon-tech-feature .copy h2 {
    font-size: 50px;
  }
}
/* line 818, assets/sass/pages/_home.scss */
.salon-tech-feature .copy h2 span {
  font-family: "REIS";
  text-transform: uppercase;
  display: block;
  font-size: 110px;
  padding-left: 60px;
}
@media all and (max-width: 1200px) {
  /* line 818, assets/sass/pages/_home.scss */
  .salon-tech-feature .copy h2 span {
    padding-left: 50px;
    font-size: 90px;
  }
}
@media all and (max-width: 767px) {
  /* line 818, assets/sass/pages/_home.scss */
  .salon-tech-feature .copy h2 span {
    padding-left: 0;
    font-size: 75px;
  }
}
/* line 834, assets/sass/pages/_home.scss */
.salon-tech-feature .copy p {
  margin: 0;
  color: #6a6865;
  font-size: 17px;
}
@media all and (max-width: 1200px) {
  /* line 834, assets/sass/pages/_home.scss */
  .salon-tech-feature .copy p {
    font-size: 14px;
  }
}
/* line 842, assets/sass/pages/_home.scss */
.salon-tech-feature .copy a {
  font-size: 17px;
  padding: 5px 10px;
  margin: 18px auto 30px 0;
  color: #6a6865;
  border-color: #6a6865;
}
@media all and (max-width: 767px) {
  /* line 842, assets/sass/pages/_home.scss */
  .salon-tech-feature .copy a {
    margin-left: auto;
    font-size: 14px;
  }
}
/* line 854, assets/sass/pages/_home.scss */
.salon-tech-feature .feature-img {
  background: url('assets/img/homepage-cta/salon-tech-award-img-us.png?1591985815') 0 100%/auto 100% no-repeat;
  left: auto;
  right: 38px;
}
@media all and (max-width: 1200px) {
  /* line 854, assets/sass/pages/_home.scss */
  .salon-tech-feature .feature-img {
    background-size: 100% auto;
    background-position: 0 50%;
  }
}
@media all and (max-width: 767px) {
  /* line 854, assets/sass/pages/_home.scss */
  .salon-tech-feature .feature-img {
    width: calc(100% + 76px);
    background-size: auto 300px;
    background-position: 50% 0;
    right: auto;
    left: -38px;
  }
}

/* line 872, assets/sass/pages/_home.scss */
.au-feature,
.uk-feature,
.uk-feature-bamboo,
.uk-feature-curls {
  overflow: hidden;
  height: 451px;
  width: 100%;
  display: flex;
  padding: 50px 0 50px 38px;
  max-width: 1450px;
  margin: 0 auto;
}
/* line 883, assets/sass/pages/_home.scss */
.au-feature .image-static,
.uk-feature .image-static,
.uk-feature-bamboo .image-static,
.uk-feature-curls .image-static {
  display: none;
}
/* line 886, assets/sass/pages/_home.scss */
.au-feature .copy,
.uk-feature .copy,
.uk-feature-bamboo .copy,
.uk-feature-curls .copy {
  width: 50%;
}
/* line 888, assets/sass/pages/_home.scss */
.au-feature .copy h2,
.uk-feature .copy h2,
.uk-feature-bamboo .copy h2,
.uk-feature-curls .copy h2 {
  font-family: "Didot W01 Headline Bold";
  color: #fff;
  font-size: 80px;
  line-height: 65px;
  margin-bottom: 24px;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
}
/* line 897, assets/sass/pages/_home.scss */
.au-feature .copy h2 span,
.uk-feature .copy h2 span,
.uk-feature-bamboo .copy h2 span,
.uk-feature-curls .copy h2 span {
  display: block;
  font-family: "Bromello";
  font-size: 94px;
  text-transform: none;
  margin-top: 10px;
}
/* line 905, assets/sass/pages/_home.scss */
.au-feature .copy p,
.uk-feature .copy p,
.uk-feature-bamboo .copy p,
.uk-feature-curls .copy p {
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
/* line 916, assets/sass/pages/_home.scss */
.au-feature .copy a,
.uk-feature .copy a,
.uk-feature-bamboo .copy a,
.uk-feature-curls .copy a {
  border: 2px solid #fff;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 0.3em 1em;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
/* line 929, assets/sass/pages/_home.scss */
.au-feature .au-feature-img,
.au-feature .uk-feature-img,
.au-feature .uk-feature-bamboo-img,
.au-feature .uk-feature-curls-img,
.au-feature .br-argan-feature-img,
.au-feature .br-product-feature-img,
.uk-feature .au-feature-img,
.uk-feature .uk-feature-img,
.uk-feature .uk-feature-bamboo-img,
.uk-feature .uk-feature-curls-img,
.uk-feature .br-argan-feature-img,
.uk-feature .br-product-feature-img,
.uk-feature-bamboo .au-feature-img,
.uk-feature-bamboo .uk-feature-img,
.uk-feature-bamboo .uk-feature-bamboo-img,
.uk-feature-bamboo .uk-feature-curls-img,
.uk-feature-bamboo .br-argan-feature-img,
.uk-feature-bamboo .br-product-feature-img,
.uk-feature-curls .au-feature-img,
.uk-feature-curls .uk-feature-img,
.uk-feature-curls .uk-feature-bamboo-img,
.uk-feature-curls .uk-feature-curls-img,
.uk-feature-curls .br-argan-feature-img,
.uk-feature-curls .br-product-feature-img {
  background: url('assets/img/homepage-cta/au-feature-img.png?1591985797') 100% 100%/auto 100% no-repeat;
  bottom: 0;
  height: 100%;
  right: 0;
  position: absolute;
  width: 45%;
}

/* line 945, assets/sass/pages/_home.scss */
body.pt-br .au-feature {
  padding-top: 30px;
}
/* line 948, assets/sass/pages/_home.scss */
body.pt-br .au-feature .copy h2 {
  font-size: 56px;
}
/* line 950, assets/sass/pages/_home.scss */
body.pt-br .au-feature .copy h2 span {
  display: inline-block;
}

/* line 958, assets/sass/pages/_home.scss */
.br-argan-feature-wrapper,
.br-product-feature-wrapper {
  background: #fff !important;
}

/* line 966, assets/sass/pages/_home.scss */
.br-argan-feature .copy h2,
.br-product-feature .copy h2 {
  color: #17b1c8;
  font-size: 54px;
  line-height: 60px;
  font-family: "DidotW01-DisplayRegular";
  font-style: italic;
  text-shadow: none;
  text-transform: none;
}
/* line 975, assets/sass/pages/_home.scss */
.br-argan-feature .copy a,
.br-product-feature .copy a {
  color: #17b1c8;
  font-family: Georgia, serif;
  font-style: italic;
  border-color: #17b1c8;
  text-shadow: none;
  text-transform: none;
}
/* line 984, assets/sass/pages/_home.scss */
.br-argan-feature .br-argan-feature-img,
.br-argan-feature .br-product-feature-img,
.br-product-feature .br-argan-feature-img,
.br-product-feature .br-product-feature-img {
  background-image: url('assets/img/homepage-cta/br-argan-feature-img.png?1591985798');
  width: 100%;
  background-position: 100% 100%;
  background-size: auto 75%;
  z-index: -1;
}

/* line 995, assets/sass/pages/_home.scss */
.br-product-feature .copy {
  position: absolute;
  right: 3%;
  width: 40%;
}
/* line 999, assets/sass/pages/_home.scss */
.br-product-feature .copy h2 {
  font-family: "REIS";
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 70px;
}
/* line 1005, assets/sass/pages/_home.scss */
.br-product-feature .copy p {
  color: #17b1c8;
  font-size: 26px;
  font-weight: 500;
  text-shadow: none;
  text-transform: none;
}
/* line 1012, assets/sass/pages/_home.scss */
.br-product-feature .copy a {
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  font-style: normal;
}
/* line 1017, assets/sass/pages/_home.scss */
.br-product-feature .br-product-feature-img {
  right: auto;
  left: 0;
  background-position: 0 50%;
  background-image: url('assets/img/homepage-cta/br-product-feature-img.png?1591985818');
}

@media all and (max-width: 767px) {
  /* line 1027, assets/sass/pages/_home.scss */
  .br-argan-feature-wrapper .et_parallax_bg {
    background-size: auto 384px;
    background-position: 100% 100% !important;
  }

  /* line 1035, assets/sass/pages/_home.scss */
  .br-argan-feature .copy,
  .br-product-feature .copy {
    width: 100%;
    padding-bottom: 300px;
    position: relative;
    right: auto;
    left: auto;
  }
  /* line 1042, assets/sass/pages/_home.scss */
  .br-argan-feature .br-argan-feature-img,
  .br-argan-feature .br-product-feature-img,
  .br-product-feature .br-argan-feature-img,
  .br-product-feature .br-product-feature-img {
    background-size: auto 100%;
    background-position: 50% 100%;
    height: 300px;
    left: 0;
    right: auto;
    width: 100%;
  }
}
/* line 1056, assets/sass/pages/_home.scss */
.uk-feature .copy h2 {
  font-size: 100px;
  text-transform: lowercase;
}
/* line 1059, assets/sass/pages/_home.scss */
.uk-feature .copy h2 span {
  display: inline-block;
}
/* line 1061, assets/sass/pages/_home.scss */
.uk-feature .copy h2 span.pad-left {
  width: 55px;
}
/* line 1066, assets/sass/pages/_home.scss */
.uk-feature .copy h2,
.uk-feature .copy p,
.uk-feature .copy a {
  text-shadow: none;
}
/* line 1072, assets/sass/pages/_home.scss */
.uk-feature .uk-feature-img {
  background-image: url('assets/img/homepage-cta/uk-feature-img.png?1591985815');
}

/* line 1080, assets/sass/pages/_home.scss */
.uk-feature-bamboo .copy h2 span {
  display: inline-block;
  color: #faf1b7;
  margin: 0;
}
/* line 1086, assets/sass/pages/_home.scss */
.uk-feature-bamboo .copy h2,
.uk-feature-bamboo .copy p,
.uk-feature-bamboo .copy a {
  text-shadow: none;
}
/* line 1092, assets/sass/pages/_home.scss */
.uk-feature-bamboo .uk-feature-bamboo-img {
  background-image: url('assets/img/homepage-cta/uk-feature-bamboo-img.png?1591985815');
}

/* line 1099, assets/sass/pages/_home.scss */
.uk-feature-curls .copy h2 {
  text-transform: none;
}
/* line 1101, assets/sass/pages/_home.scss */
.uk-feature-curls .copy h2 span {
  display: inline-block;
  font-family: "REIS";
  margin-top: -18px;
  font-size: 120px;
  padding-top: 8px;
}
/* line 1109, assets/sass/pages/_home.scss */
.uk-feature-curls .copy h2,
.uk-feature-curls .copy p,
.uk-feature-curls .copy a {
  text-shadow: none;
}
/* line 1115, assets/sass/pages/_home.scss */
.uk-feature-curls .uk-feature-curls-img {
  background-image: url('assets/img/homepage-cta/uk-feature-curls-img.png?1591985783');
  background-size: auto 95%;
}

@media only screen and (max-width: 768px) {
  /* line 1122, assets/sass/pages/_home.scss */
  .au-feature-wrapper,
  .uk-feature-wrapper,
  .uk-feature-bamboo-wrapper {
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* line 1129, assets/sass/pages/_home.scss */
  .au-feature-wrapper {
    background-image: url('assets/img/homepage-cta/au-feature-bg-mobile.png?1591985797');
  }

  /* line 1132, assets/sass/pages/_home.scss */
  .uk-feature-wrapper {
    background-image: url('assets/img/homepage-cta/uk-feature-bg-mobile.jpg?1591985662');
  }

  /* line 1136, assets/sass/pages/_home.scss */
  .au-feature,
  .uk-feature,
  .uk-feature-bamboo,
  .uk-feature-curls {
    display: block;
    height: auto;
    padding: 10px 38px 0 38px;
  }
  /* line 1143, assets/sass/pages/_home.scss */
  .au-feature .copy,
  .uk-feature .copy,
  .uk-feature-bamboo .copy,
  .uk-feature-curls .copy {
    width: 100%;
    clear: both;
    float: none;
  }
  /* line 1147, assets/sass/pages/_home.scss */
  .au-feature .copy h2,
  .uk-feature .copy h2,
  .uk-feature-bamboo .copy h2,
  .uk-feature-curls .copy h2 {
    font-size: 43px;
    line-height: 37px;
    padding-top: 21px;
  }
  /* line 1151, assets/sass/pages/_home.scss */
  .au-feature .copy h2 span,
  .uk-feature .copy h2 span,
  .uk-feature-bamboo .copy h2 span,
  .uk-feature-curls .copy h2 span {
    font-size: 53px;
    line-height: 60px;
  }
  /* line 1157, assets/sass/pages/_home.scss */
  .au-feature .au-feature-img,
  .au-feature .uk-feature-img,
  .au-feature .uk-feature-bamboo-img,
  .au-feature .uk-feature-curls-img,
  .uk-feature .au-feature-img,
  .uk-feature .uk-feature-img,
  .uk-feature .uk-feature-bamboo-img,
  .uk-feature .uk-feature-curls-img,
  .uk-feature-bamboo .au-feature-img,
  .uk-feature-bamboo .uk-feature-img,
  .uk-feature-bamboo .uk-feature-bamboo-img,
  .uk-feature-bamboo .uk-feature-curls-img,
  .uk-feature-curls .au-feature-img,
  .uk-feature-curls .uk-feature-img,
  .uk-feature-curls .uk-feature-bamboo-img,
  .uk-feature-curls .uk-feature-curls-img {
    background: url('assets/img/homepage-cta/au-feature-img-mobile.png?1591985721') 50% 100%/auto 100% no-repeat;
    position: relative;
    clear: both;
    width: calc(100% + 76px);
    height: 384px;
    margin: 0 -38px;
  }

  /* line 1172, assets/sass/pages/_home.scss */
  .uk-feature .copy,
  .uk-feature-bamboo .copy,
  .uk-feature-curls .copy {
    text-align: center;
  }
  /* line 1174, assets/sass/pages/_home.scss */
  .uk-feature .copy h2,
  .uk-feature .copy p,
  .uk-feature-bamboo .copy h2,
  .uk-feature-bamboo .copy p,
  .uk-feature-curls .copy h2,
  .uk-feature-curls .copy p {
    text-align: center;
  }
  /* line 1178, assets/sass/pages/_home.scss */
  .uk-feature .copy h2,
  .uk-feature-bamboo .copy h2,
  .uk-feature-curls .copy h2 {
    font-size: 50px;
    line-height: 5px;
  }
  /* line 1181, assets/sass/pages/_home.scss */
  .uk-feature .copy h2 span,
  .uk-feature-bamboo .copy h2 span,
  .uk-feature-curls .copy h2 span {
    font-size: 43px;
  }
  /* line 1185, assets/sass/pages/_home.scss */
  .uk-feature .copy a,
  .uk-feature-bamboo .copy a,
  .uk-feature-curls .copy a {
    font-size: 13px;
  }
  /* line 1189, assets/sass/pages/_home.scss */
  .uk-feature .uk-feature-img,
  .uk-feature-bamboo .uk-feature-img,
  .uk-feature-curls .uk-feature-img {
    background-image: url('assets/img/homepage-cta/uk-feature-img-mobile.png?1591985766');
  }

  /* line 1195, assets/sass/pages/_home.scss */
  .uk-feature-bamboo .copy h2 {
    line-height: 42px;
    margin-bottom: 12px;
  }
  /* line 1198, assets/sass/pages/_home.scss */
  .uk-feature-bamboo .copy h2 span {
    font-size: 51px;
  }
  /* line 1202, assets/sass/pages/_home.scss */
  .uk-feature-bamboo .copy p {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 1207, assets/sass/pages/_home.scss */
  .uk-feature-bamboo .uk-feature-bamboo-img {
    background-image: url('assets/img/homepage-cta/uk-feature-bamboo-img.png?1591985815');
  }

  /* line 1213, assets/sass/pages/_home.scss */
  .uk-feature-curls .copy h2 {
    line-height: 42px;
    margin-bottom: 12px;
  }
  /* line 1216, assets/sass/pages/_home.scss */
  .uk-feature-curls .copy h2 span {
    font-size: 51px;
  }
  /* line 1220, assets/sass/pages/_home.scss */
  .uk-feature-curls .copy p {
    font-size: 12px;
    line-height: 16px;
  }
  /* line 1225, assets/sass/pages/_home.scss */
  .uk-feature-curls .uk-feature-curls-img {
    background-image: url('assets/img/homepage-cta/uk-feature-curls-img.png?1591985783');
  }
}
@media only screen and (max-width: 788px) {
  /* line 1232, assets/sass/pages/_home.scss */
  .feb-feature {
    height: auto !important;
    padding: 30px 38px 250px 38px;
  }
  /* line 1236, assets/sass/pages/_home.scss */
  .feb-feature .copy h2 {
    font-size: 60px;
    text-align: center;
    line-height: 46px;
    margin-bottom: 15px;
  }
  /* line 1241, assets/sass/pages/_home.scss */
  .feb-feature .copy h2 span {
    font-size: 90px;
    padding-right: 0;
    line-height: 80px;
  }
  /* line 1247, assets/sass/pages/_home.scss */
  .feb-feature .copy p {
    text-align: center;
    max-width: none;
    font-size: 13px;
    line-height: 15px;
  }
  /* line 1253, assets/sass/pages/_home.scss */
  .feb-feature .copy a {
    margin: 15px auto;
    font-size: 13px;
    width: 250px;
  }
  /* line 1259, assets/sass/pages/_home.scss */
  .feb-feature .feature-img {
    background-position: 50% 100%;
    background-size: auto 250px;
    height: 250px;
    width: 100%;
    left: 0;
  }
}
/* line 1270, assets/sass/pages/_home.scss */
.homepage-review-cta {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  padding: 50px 38px;
  justify-content: space-around;
}
/* line 1280, assets/sass/pages/_home.scss */
.homepage-review-cta .parallax {
  width: 100%;
  max-width: 530px;
  height: 100%;
  position: relative;
}
/* line 1285, assets/sass/pages/_home.scss */
.homepage-review-cta .parallax div.review {
  width: 100%;
  max-width: 1007px;
  height: 100%;
  max-height: 354px;
  background: url(/_onelink_/ogxbeauty/projects/ogxbeauty/enus2enca/images/wp-content/themes/three21/assets/img/homepage-cta/review-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
}
/* line 1296, assets/sass/pages/_home.scss */
.homepage-review-cta .parallax div.doodle1 {
  background: url(/_onelink_/ogxbeauty/projects/ogxbeauty/enus2enca/images/wp-content/themes/three21/assets/img/homepage-cta/doodle1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 874px;
  height: 100%;
  max-height: 132px;
}
/* line 1307, assets/sass/pages/_home.scss */
.homepage-review-cta .parallax div.doodle2 {
  background: url(/_onelink_/ogxbeauty/projects/ogxbeauty/enus2enca/images/wp-content/themes/three21/assets/img/homepage-cta/doodle2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  width: 100%;
  max-width: 427px;
  height: 100%;
  max-height: 280px;
  left: 10%;
}
/* line 1320, assets/sass/pages/_home.scss */
.homepage-review-cta .copy {
  width: 100%;
  max-width: 530px;
  height: 100%;
}
/* line 1324, assets/sass/pages/_home.scss */
.homepage-review-cta .copy h2 {
  font-family: "Didot W01 Headline Bold";
  font-size: 121px;
  text-transform: uppercase;
  color: white;
}
/* line 1329, assets/sass/pages/_home.scss */
.homepage-review-cta .copy h2:last-of-type {
  font-family: "Bromello";
  text-transform: lowercase;
  display: inline-block;
  margin-left: 45px;
  font-size: 140px;
  position: relative;
  top: -38px;
}
/* line 1339, assets/sass/pages/_home.scss */
.homepage-review-cta .copy p {
  max-width: 500px;
  font-family: "AvenirNextLTW01-Medium", Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 0;
  font-size: 2em;
}
/* line 1350, assets/sass/pages/_home.scss */
.homepage-review-cta .copy p:last-of-type {
  margin-bottom: 50px;
}
/* line 1355, assets/sass/pages/_home.scss */
.homepage-review-cta .copy a {
  color: white;
  text-align: left;
  text-transform: uppercase;
  border: 2px solid white;
  border-radius: 16px;
  font-size: 20px;
  padding: 0.3em 1em;
  display: inline-block;
  font-size: 2em;
}
/* line 1370, assets/sass/pages/_home.scss */
.homepage-review-cta .image-static {
  display: none;
}

/* line 1376, assets/sass/pages/_home.scss */
body.de-de .homepage-review-cta .copy h2 {
  font-size: 90px;
}
@media all and (max-width: 1255px) {
  /* line 1376, assets/sass/pages/_home.scss */
  body.de-de .homepage-review-cta .copy h2 {
    font-size: 50px;
    line-height: 80px;
  }
}

/** DE HOMEPAGE **/
/* line 1388, assets/sass/pages/_home.scss */
.de-feature-escape-wrapper .de-feature-escape .copy {
  width: 50%;
}
@media all and (max-width: 768px) {
  /* line 1388, assets/sass/pages/_home.scss */
  .de-feature-escape-wrapper .de-feature-escape .copy {
    width: 100%;
  }
}
/* line 1393, assets/sass/pages/_home.scss */
.de-feature-escape-wrapper .de-feature-escape .copy h2 {
  font-family: "REIS";
  line-height: 76px;
  font-size: 80px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 1255px) {
  /* line 1393, assets/sass/pages/_home.scss */
  .de-feature-escape-wrapper .de-feature-escape .copy h2 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media all and (max-width: 768px) {
  /* line 1393, assets/sass/pages/_home.scss */
  .de-feature-escape-wrapper .de-feature-escape .copy h2 {
    line-height: 45px;
  }
}
/* line 1405, assets/sass/pages/_home.scss */
.de-feature-escape-wrapper .de-feature-escape .copy h2 span {
  color: #fff;
  font-family: "REIS";
  font-size: 80px;
}
@media all and (max-width: 1255px) {
  /* line 1405, assets/sass/pages/_home.scss */
  .de-feature-escape-wrapper .de-feature-escape .copy h2 span {
    font-size: 60px;
  }
}
/* line 1412, assets/sass/pages/_home.scss */
.de-feature-escape-wrapper .de-feature-escape .copy h2 span.pad-left {
  padding-left: 0;
}
@media all and (max-width: 768px) {
  /* line 1412, assets/sass/pages/_home.scss */
  .de-feature-escape-wrapper .de-feature-escape .copy h2 span.pad-left {
    padding-left: 0;
  }
}
/* line 1421, assets/sass/pages/_home.scss */
.de-feature-escape-wrapper .de-feature-escape .de-escape-img {
  background-image: url('assets/img/homepage-cta/de-escape-img.png?1591985804');
}
@media all and (max-width: 1255px) {
  /* line 1421, assets/sass/pages/_home.scss */
  .de-feature-escape-wrapper .de-feature-escape .de-escape-img {
    background-size: 100% auto;
  }
}
@media all and (max-width: 768px) {
  /* line 1421, assets/sass/pages/_home.scss */
  .de-feature-escape-wrapper .de-feature-escape .de-escape-img {
    height: 270px;
  }
}

/* line 1434, assets/sass/pages/_home.scss */
.de-feature-plump-wrapper .de-feature-plump .copy {
  margin-top: 70px;
  position: absolute;
  right: 3%;
  width: 40%;
}
@media all and (max-width: 1255px) {
  /* line 1434, assets/sass/pages/_home.scss */
  .de-feature-plump-wrapper .de-feature-plump .copy {
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  /* line 1434, assets/sass/pages/_home.scss */
  .de-feature-plump-wrapper .de-feature-plump .copy {
    position: relative;
    width: 100%;
    right: auto;
    margin-top: 0;
  }
}
/* line 1448, assets/sass/pages/_home.scss */
.de-feature-plump-wrapper .de-feature-plump .copy h2 {
  font-family: "REIS";
  font-size: 100px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  line-height: 60px;
}
@media all and (max-width: 1255px) {
  /* line 1448, assets/sass/pages/_home.scss */
  .de-feature-plump-wrapper .de-feature-plump .copy h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
/* line 1458, assets/sass/pages/_home.scss */
.de-feature-plump-wrapper .de-feature-plump .copy p {
  font-size: 18px;
  line-height: 20px;
}
@media all and (max-width: 768px) {
  /* line 1458, assets/sass/pages/_home.scss */
  .de-feature-plump-wrapper .de-feature-plump .copy p {
    font-size: 14px;
    line-height: 16px;
  }
}
/* line 1466, assets/sass/pages/_home.scss */
.de-feature-plump-wrapper .de-feature-plump .copy a {
  font-size: 14px;
}
@media all and (max-width: 768px) {
  /* line 1466, assets/sass/pages/_home.scss */
  .de-feature-plump-wrapper .de-feature-plump .copy a {
    font-size: 13px;
  }
}
/* line 1473, assets/sass/pages/_home.scss */
.de-feature-plump-wrapper .de-feature-plump .de-plump-img {
  background-size: auto 100%;
  left: 0;
  right: auto;
  height: 74%;
  bottom: 13%;
  background-image: url('assets/img/homepage-cta/de-plump-img.png?1591985804');
}
@media all and (max-width: 1255px) {
  /* line 1473, assets/sass/pages/_home.scss */
  .de-feature-plump-wrapper .de-feature-plump .de-plump-img {
    background-size: 100% auto;
  }
}
@media all and (max-width: 768px) {
  /* line 1473, assets/sass/pages/_home.scss */
  .de-feature-plump-wrapper .de-feature-plump .de-plump-img {
    background-size: auto 210px;
    height: 210px;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1121px) {
  /* line 1495, assets/sass/pages/_home.scss */
  .homepage-review-cta {
    height: 400px;
  }
  /* line 1498, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2 {
    font-size: 80px;
  }
  /* line 1500, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2:first-of-type {
    margin-bottom: 60px;
  }
  /* line 1503, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2:last-of-type {
    font-size: 90px;
    margin-left: 36px;
    position: absolute;
    top: 120px;
  }
  /* line 1510, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy p {
    font-size: 1em;
  }
  /* line 1512, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy p:last-of-type {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 706px) {
  /* line 1524, assets/sass/pages/_home.scss */
  .homepage-review-cta {
    height: 400px;
  }
  /* line 1527, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2 {
    font-size: 60px;
  }
  /* line 1529, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2:first-of-type {
    margin-bottom: 60px;
  }
  /* line 1532, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2:last-of-type {
    font-size: 70px;
    margin-left: 22px;
    top: 105px;
  }
  /* line 1538, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy a {
    font-size: 1em;
  }
  /* line 1543, assets/sass/pages/_home.scss */
  .homepage-review-cta .parallax div.doodle2 {
    left: 5%;
  }
}
@media only screen and (max-width: 630px) {
  /* line 1551, assets/sass/pages/_home.scss */
  .homepage-review-cta {
    flex-direction: column;
    height: 600px;
  }
  /* line 1554, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy {
    width: 100%;
    height: 50%;
  }
  /* line 1557, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2 {
    text-align: center;
  }
  /* line 1559, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2:first-of-type {
    margin: 0;
  }
  /* line 1562, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy h2:last-of-type {
    display: inherit;
    text-align: center;
    position: relative;
    top: 0;
  }
  /* line 1569, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy p {
    margin: 0 auto;
    text-align: center;
  }
  /* line 1573, assets/sass/pages/_home.scss */
  .homepage-review-cta .copy a {
    display: block;
    margin: 20px auto 0 auto;
    width: 250px;
    font-size: 1em;
    text-align: center;
  }
  /* line 1581, assets/sass/pages/_home.scss */
  .homepage-review-cta .parallax {
    display: none;
  }
  /* line 1584, assets/sass/pages/_home.scss */
  .homepage-review-cta .image-static {
    height: 50%;
    width: 100%;
    margin-top: 50px;
    display: initial;
  }
  /* line 1589, assets/sass/pages/_home.scss */
  .homepage-review-cta .image-static div.review {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    height: 100%;
    max-height: 100px;
    background: url(/_onelink_/ogxbeauty/projects/ogxbeauty/enus2enca/images/wp-content/themes/three21/assets/img/homepage-cta/review-bubble.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* line 1599, assets/sass/pages/_home.scss */
  .homepage-review-cta .image-static div.doodle1 {
    background: url(/_onelink_/ogxbeauty/projects/ogxbeauty/enus2enca/images/wp-content/themes/three21/assets/img/homepage-cta/doodle1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    margin: 0 auto;
    max-width: 874px;
    height: 50px;
    max-height: 132px;
  }
  /* line 1609, assets/sass/pages/_home.scss */
  .homepage-review-cta .image-static div.doodle2 {
    background: url(/_onelink_/ogxbeauty/projects/ogxbeauty/enus2enca/images/wp-content/themes/three21/assets/img/homepage-cta/doodle2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 200px;
    height: 100%;
    max-height: 80px;
    left: 0;
    margin: 0 auto;
  }
}
/* line 1625, assets/sass/pages/_home.scss */
.bvbanner {
  height: auto;
  padding: 50px 38px !important;
}
/* line 1628, assets/sass/pages/_home.scss */
.bvbanner h1, .bvbanner p, .bvbanner span, .bvbanner a {
  color: #008F8F;
  text-align: center;
}
/* line 1632, assets/sass/pages/_home.scss */
.bvbanner h1 {
  font-family: "DidotW01-DisplayRegular";
  font-size: 90px;
  font-style: italic;
}
/* line 1637, assets/sass/pages/_home.scss */
.bvbanner p {
  font-size: 20px;
  line-height: 22px;
  max-width: 600px;
  margin: 0 auto;
}
/* line 1643, assets/sass/pages/_home.scss */
.bvbanner p.terms {
  font-size: 12px;
  line-height: 16px;
  max-width: 600px;
  margin: 15px auto;
}
/* line 1650, assets/sass/pages/_home.scss */
.bvbanner a {
  display: block;
  margin: 15px auto;
  text-align: center;
  max-width: 600px;
  text-transform: uppercase;
  border: 2px solid #008F8F;
  border-radius: 16px;
  padding: 0.3em 1em;
  font-size: 2em;
}
@media only screen and (max-width: 600px) {
  /* line 1662, assets/sass/pages/_home.scss */
  .bvbanner h1 {
    font-size: 60px;
  }
  /* line 1665, assets/sass/pages/_home.scss */
  .bvbanner p {
    font-size: 18px;
  }
  /* line 1668, assets/sass/pages/_home.scss */
  .bvbanner a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1673, assets/sass/pages/_home.scss */
  .bvbanner h1 {
    font-size: 36px;
  }
}

/* line 1680, assets/sass/pages/_home.scss */
.feb-feature, .homepage-review-cta, .homepage-body-cta {
  justify-content: space-between;
  max-width: 1450px;
  margin: 0 auto;
}
@media only screen and (max-width: 1121px) {
  /* line 1680, assets/sass/pages/_home.scss */
  .feb-feature, .homepage-review-cta, .homepage-body-cta {
    height: 400px;
  }
  /* line 1686, assets/sass/pages/_home.scss */
  .feb-feature div.parallax div.bottle, .homepage-review-cta div.parallax div.bottle, .homepage-body-cta div.parallax div.bottle {
    width: 80%;
    height: 78%;
  }
  /* line 1690, assets/sass/pages/_home.scss */
  .feb-feature div.parallax div.hearts, .homepage-review-cta div.parallax div.hearts, .homepage-body-cta div.parallax div.hearts {
    width: 50%;
    top: -68%;
  }
  /* line 1694, assets/sass/pages/_home.scss */
  .feb-feature div.parallax div.doodle1, .feb-feature div.parallax div.doodle2, .feb-feature div.parallax div.review, .homepage-review-cta div.parallax div.doodle1, .homepage-review-cta div.parallax div.doodle2, .homepage-review-cta div.parallax div.review, .homepage-body-cta div.parallax div.doodle1, .homepage-body-cta div.parallax div.doodle2, .homepage-body-cta div.parallax div.review {
    width: 80%;
    left: 10%;
  }
  /* line 1698, assets/sass/pages/_home.scss */
  .feb-feature div.parallax div.doodle2, .homepage-review-cta div.parallax div.doodle2, .homepage-body-cta div.parallax div.doodle2 {
    height: 130px;
    left: 20%;
  }
}
@media only screen and (max-width: 630px) {
  /* line 1680, assets/sass/pages/_home.scss */
  .feb-feature, .homepage-review-cta, .homepage-body-cta {
    height: 600px;
  }
}

/* line 1709, assets/sass/pages/_home.scss */
body.es-es .homepage-review-cta .copy a {
  font-size: 15px;
}

/* line 1724, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is {
  height: 640px !important;
  background: url('assets/img/homepage-cta/ogx-is-bg.gif?1591985659') 0 0 repeat-x;
}
@media all and (max-width: 768px) {
  /* line 1724, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is {
    height: auto !important;
    background: #fd9fc8;
  }
}
/* line 1732, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is {
  height: 640px;
}
@media all and (max-width: 768px) {
  /* line 1732, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is {
    height: auto;
  }
}
/* line 1737, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy {
  text-align: center;
  float: right !important;
  width: calc(100% - 400px);
}
@media all and (max-width: 768px) {
  /* line 1737, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy {
    width: 100%;
  }
}
/* line 1744, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top {
  height: 361px;
  padding-top: 92px;
  font-family: "Heavitas";
  color: #fff1f7;
  font-size: 234px;
  line-height: 113px;
}
@media all and (max-width: 1400px) {
  /* line 1744, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top {
    font-size: 180px;
    line-height: 94px;
  }
}
@media all and (max-width: 1200px) {
  /* line 1744, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top {
    font-size: 120px;
    line-height: 60px;
  }
}
@media all and (max-width: 768px) {
  /* line 1744, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top {
    padding: 60px 0;
    height: auto;
  }
}
@media all and (max-width: 640px) {
  /* line 1744, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top {
    font-size: 70px;
    padding: 30px 0;
    line-height: 37px;
  }
}
@media all and (max-width: 339px) {
  /* line 1744, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top {
    font-size: 64px;
    line-height: 34px;
  }
}
@media all and (max-width: 319px) {
  /* line 1744, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top {
    font-size: 56px;
    line-height: 30px;
  }
}
/* line 1776, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
  font-size: 82px;
  display: block;
}
@media all and (max-width: 1400px) {
  /* line 1776, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
    font-size: 63px;
  }
}
@media all and (max-width: 1200px) {
  /* line 1776, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
    font-size: 42px;
  }
}
@media all and (max-width: 640px) {
  /* line 1776, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
    font-size: 25px;
  }
}
@media all and (max-width: 339px) {
  /* line 1776, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
    font-size: 22px;
  }
}
@media all and (max-width: 319px) {
  /* line 1776, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
    font-size: 19px;
  }
}
/* line 1796, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-bottom {
  color: #fff;
  padding-top: 57px;
}
@media all and (max-width: 768px) {
  /* line 1796, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-bottom {
    background: #20cad3;
    padding: 30px 38px;
    margin: 0 -38px;
  }
}
/* line 1804, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-bottom h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 24px;
}
/* line 1810, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-bottom a {
  background: #fd9fc8;
  border: none;
  border-radius: 0;
  text-transform: none;
  font-weight: 300;
  font-size: 27px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  padding: 11px 18px;
  line-height: 27px;
}
@media all and (max-width: 768px) {
  /* line 1823, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__img {
    background: #20cad3;
    margin: 0 -38px;
    width: calc(100% + 76px);
  }
}
/* line 1829, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__img img {
  top: auto;
  bottom: 0;
  transform: none;
}
@media all and (max-width: 768px) {
  /* line 1829, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__img img {
    height: 250px;
    margin: 0 auto;
  }
}

/* line 1845, assets/sass/pages/_home.scss */
body.pt-br .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
  font-size: 48px;
}
@media all and (max-width: 1400px) {
  /* line 1845, assets/sass/pages/_home.scss */
  body.pt-br .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
    font-size: 24px;
  }
}
@media all and (max-width: 640px) {
  /* line 1845, assets/sass/pages/_home.scss */
  body.pt-br .ogx-banner-wrapper.ogx-banner-wrapper--ogx-is .ogx-banner.ogx-banner--ogx-is .ogx-banner__copy .copy-top span {
    font-size: 14px;
  }
}

/* line 1861, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--london-girls .ogx-banner.ogx-banner--london-girls .ogx-banner__copy img {
  height: auto;
  width: 400px;
}
/* line 1867, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--london-girls .ogx-banner.ogx-banner--london-girls .ogx-banner__img img {
  height: auto;
  width: 300px;
  bottom: 0;
}

/* line 1877, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july {
  background: #f28cb3 url('assets/img/homepage-cta/br-july-bg.jpg?1591985659') 0 100%/auto 100px repeat-x;
}
@media all and (max-width: 768px) {
  /* line 1877, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--br-july {
    background-size: auto 70px;
  }
}
/* line 1883, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner .ogx-banner__copy {
  float: none;
  max-width: 65%;
  text-align: center;
  margin: 0 auto;
  width: auto;
}
@media all and (max-width: 768px) {
  /* line 1883, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner .ogx-banner__copy {
    max-width: none;
    padding: 38px 0 270px;
  }
}
/* line 1893, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner .ogx-banner__copy h2,
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner .ogx-banner__copy p {
  text-align: center;
}
/* line 1897, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner .ogx-banner__copy h2 {
  font-family: "Heavitas";
  font-size: 46px;
  line-height: 50px;
}
@media all and (max-width: 1200px) {
  /* line 1897, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner .ogx-banner__copy h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
/* line 1906, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner .ogx-banner__copy p,
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner .ogx-banner__copy a {
  text-transform: none;
}
/* line 1911, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img {
  bottom: 50px;
  position: absolute;
}
@media all and (max-width: 768px) {
  /* line 1911, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img {
    bottom: 20px;
  }
}
/* line 1922, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img.br-july-strip {
  right: 0;
}
/* line 1925, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img.br-july-bottle {
  left: 38px;
  height: 250px;
}
@media all and (max-width: 768px) {
  /* line 1925, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img.br-july-bottle {
    height: 175px;
  }
}
@media all and (max-width: 480px) {
  /* line 1925, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img.br-july-bottle {
    display: none;
  }
}
/* line 1935, assets/sass/pages/_home.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img.br-july-product {
  right: 38px;
  height: 300px;
}
@media all and (max-width: 768px) {
  /* line 1935, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img.br-july-product {
    height: 225px;
  }
}
@media all and (max-width: 480px) {
  /* line 1935, assets/sass/pages/_home.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--br-july .ogx-banner img.br-july-product {
    right: auto;
    left: 50%;
    margin-left: -150px;
  }
}

/* line 1952, assets/sass/pages/_home.scss */
.et_pb_section, .et_pb_fullwidth_section, .et_section_regular {
  z-index: 9;
}

/* line 1956, assets/sass/pages/_home.scss */
.et_pb_section_parallax {
  z-index: 10;
}

/*
body.en-au {
  .homepage-body-cta{
    .parallax {
      div.image {
        background-image: image-url('homepage-cta/au-body-collections.png');
      }
    }
  }
}*/
@media all and (max-width: 768px) {
  /* line 3, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--eu-argan .et_parallax_bg {
    background: #fff !important;
  }
}
/* line 12, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy {
  text-align: left;
  max-width: 550px;
  padding-top: 80px;
}
@media all and (max-width: 1200px) {
  /* line 12, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy {
    max-width: 370px;
    padding-top: 110px;
  }
}
@media all and (max-width: 768px) {
  /* line 12, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy {
    max-width: none;
    padding-top: 50px;
  }
}
/* line 24, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy h2 {
  text-align: left;
  color: #2da7bb;
  font-size: 90px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media all and (max-width: 1200px) {
  /* line 24, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy h2 {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
/* line 36, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy h2 span {
  font-family: "REIS";
  display: block;
  font-size: 120px;
  line-height: 120px;
}
@media all and (max-width: 768px) {
  /* line 36, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy h2 span {
    font-size: 78px;
    line-height: 69px;
  }
}
/* line 47, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy p {
  text-align: left;
  color: #2da7bb;
  max-width: 320px;
}
@media all and (max-width: 768px) {
  /* line 47, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy p {
    max-width: none;
  }
}
/* line 55, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-argan .ogx-banner__copy a {
  color: #2da7bb;
  border-color: #2da7bb;
  font-size: 18px;
}
@media all and (max-width: 1200px) {
  /* line 64, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy {
    padding-top: 100px;
  }
}
@media all and (max-width: 768px) {
  /* line 64, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy {
    padding-top: 50px;
  }
}
/* line 71, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy h2 {
  font-weight: 700;
  font-size: 100px;
  margin-bottom: 21px;
}
@media all and (max-width: 1200px) {
  /* line 71, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
/* line 79, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy h2 span {
  font-weight: normal;
  font-family: "REIS";
  font-size: 130px;
}
@media all and (max-width: 1200px) {
  /* line 79, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy h2 span {
    font-size: 60px;
  }
}
/* line 88, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy p {
  max-width: 375px;
}
@media all and (max-width: 768px) {
  /* line 88, assets/sass/pages/_home-eu.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy p {
    max-width: none;
  }
}
/* line 94, assets/sass/pages/_home-eu.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--eu-keratin .ogx-banner__copy a {
  font-size: 18px;
}

/* line 103, assets/sass/pages/_home-eu.scss */
body.pt-pt .rwyg-banner-wrapper {
  min-height: 650px;
}

/* line 1, assets/sass/pages/_faqs.scss */
.faq-sidebar {
  font-weight: bold;
  border-right: none;
}
/* line 4, assets/sass/pages/_faqs.scss */
.faq-sidebar div h4 {
  font-weight: bold;
  color: #c9d837;
}

/* line 10, assets/sass/pages/_faqs.scss */
.faq-page-title {
  margin: 0;
  border-bottom: 2px solid #45AC42;
  padding-bottom: 20px;
}
/* line 14, assets/sass/pages/_faqs.scss */
.faq-page-title h1 {
  font-weight: bold;
}

/* line 24, assets/sass/pages/_faqs.scss */
.accordion div.et_pb_toggle_close {
  background: white;
}
/* line 27, assets/sass/pages/_faqs.scss */
.accordion div.et_pb_module {
  margin: 0;
  padding: 0;
  border: none;
  border-color: #45AC42;
  border-style: solid;
  border-width: 0 0 2px 0;
  padding-bottom: 20px;
  margin: 0;
}
/* line 36, assets/sass/pages/_faqs.scss */
.accordion div.et_pb_module h5.et_pb_toggle_title {
  color: black;
  font-weight: bold;
}
/* line 39, assets/sass/pages/_faqs.scss */
.accordion div.et_pb_module h5.et_pb_toggle_title:before {
  font-size: 24px;
  content: 'L';
  color: #000000;
  padding-bottom: 10px;
}
/* line 46, assets/sass/pages/_faqs.scss */
.accordion div.et_pb_module .et_pb_toggle_content {
  padding-top: 10px;
}

/* line 53, assets/sass/pages/_faqs.scss */
body.faqs .et_pb_section_2 {
  height: auto;
  min-height: 700px;
}
/* line 57, assets/sass/pages/_faqs.scss */
body.faqs .footer-social {
  padding: 30px 0 !important;
}

/* Initially hiding the global product results div*/
/* line 2, assets/sass/pages/_shop.scss */
.after-filter {
  display: none;
}

/***********
woocommerce product filter pagination custom styles
************/
/* line 9, assets/sass/pages/_shop.scss */
a {
  color: #ef3fa9;
}

/* line 12, assets/sass/pages/_shop.scss */
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid #ef3fa9;
}

/* line 16, assets/sass/pages/_shop.scss */
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ef3fa9;
  color: white;
}

/***********
woocommerce product filter widget
************/
/* line 30, assets/sass/pages/_shop.scss */
.woof .woof_submit_search_form_container button.button {
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  left: auto;
  white-space: nowrap;
  display: inline-block;
  text-shadow: none;
  padding: 0.3em 1em !important;
  float: none !important;
  background: #fff;
  opacity: 0.95;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 12px;
  line-height: 12px !important;
  border: 1px solid;
  text-transform: uppercase;
  font-size: 12px !important;
  line-height: 12px !important;
  border: 1px solid #ef3fa9 !important;
  text-transform: uppercase;
  position: relative;
  color: #ef3fa9 !important;
  font-weight: 500;
  margin: 0;
  border-radius: 50px;
}

/* line 64, assets/sass/pages/_shop.scss */
.chosen-search,
.woof_edit_view,
.woof_products_top_panel {
  display: none !important;
}

/* line 70, assets/sass/pages/_shop.scss */
.woof_sid_shortcode_filter {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 50 auto;
}
@media only screen and (max-width: 480px) {
  /* line 70, assets/sass/pages/_shop.scss */
  .woof_sid_shortcode_filter {
    margin: 25px auto 0 auto;
  }
}
/* line 78, assets/sass/pages/_shop.scss */
.woof_sid_shortcode_filter .woof_redraw_zone {
  width: 630px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 78, assets/sass/pages/_shop.scss */
  .woof_sid_shortcode_filter .woof_redraw_zone {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 78, assets/sass/pages/_shop.scss */
  .woof_sid_shortcode_filter .woof_redraw_zone {
    width: 100%;
    flex-direction: column;
  }
}
/* line 91, assets/sass/pages/_shop.scss */
.woof_sid_shortcode_filter .woof_redraw_zone .woof_block_html_items .chosen-single, .woof_sid_shortcode_filter .woof_redraw_zone .chosen-drop {
  display: inline-block;
  margin: 0 2%;
  padding: 0 2%;
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Regular";
  font-size: 1.2em;
  background: white;
  border: 0;
  border-radius: 0;
  border: solid 1px #FFF;
}

/* line 106, assets/sass/pages/_shop.scss */
.chosen-container {
  width: 100% !important;
}

/* line 111, assets/sass/pages/_shop.scss */
.chosen-container .chosen-single {
  box-shadow: none;
}
/* line 113, assets/sass/pages/_shop.scss */
.chosen-container .chosen-single span {
  margin: 0;
}
/* line 115, assets/sass/pages/_shop.scss */
.chosen-container .chosen-single span::after {
  position: relative;
  top: 6px;
  font-family: "ETmodules";
  font-size: 28px;
  font-weight: 200;
  content: '3';
}
/* line 125, assets/sass/pages/_shop.scss */
.chosen-container .chosen-single div {
  display: none;
}
/* line 129, assets/sass/pages/_shop.scss */
.chosen-container .chosen-drop {
  box-shadow: none;
  min-width: 150px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 136, assets/sass/pages/_shop.scss */
.chosen-container .chosen-results {
  text-align: left;
  margin: 0;
  padding: 0;
  border: 1px solid #ef3fa9;
  border-top: 3px solid #ef3fa9;
  max-height: 100%;
}
/* line 143, assets/sass/pages/_shop.scss */
.chosen-container .chosen-results .active-result {
  display: inline-block;
  text-transform: capitalize;
  font-family: "AvenirNextLTW01-Regular";
  font-size: 14px;
  line-height: 2em;
}
/* line 150, assets/sass/pages/_shop.scss */
.chosen-container .chosen-results li.highlighted {
  background: white;
  color: #666;
  opacity: 0.7;
}
/* line 155, assets/sass/pages/_shop.scss */
.chosen-container .chosen-results li:first-child {
  display: none;
}

/***********
woocommerce product filter results / and products lists
************/
/* line 165, assets/sass/pages/_shop.scss */
.shop_filter div .products {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 172, assets/sass/pages/_shop.scss */
.shop_filter div .products li {
  width: 100%;
  max-width: 400px;
}

/* line 178, assets/sass/pages/_shop.scss */
.shop_filter .cta-header {
  font-family: "Didot W01 Headline Bold";
  text-transform: uppercase;
  padding: 0 38px;
}

/* line 183, assets/sass/pages/_shop.scss */
.top_rated {
  margin-bottom: 50px;
}
/* line 185, assets/sass/pages/_shop.scss */
.top_rated .products {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 192, assets/sass/pages/_shop.scss */
.top_rated .products li {
  width: 100%;
  max-width: 400px;
}
/* line 195, assets/sass/pages/_shop.scss */
.top_rated .products li img {
  max-height: 400px;
  width: auto;
}
/* line 200, assets/sass/pages/_shop.scss */
.top_rated .products li a h3 {
  font-size: 1em;
}

@media only screen and (max-width: 768px) {
  /* line 209, assets/sass/pages/_shop.scss */
  .hide-n-seek .woocommerce ul.products li.product a img,
  .shop_filter .woocommerce ul.products li.product a img,
  .top_rated ul.products li.product a img {
    width: auto;
    margin: 0 auto !important;
  }

  /* line 215, assets/sass/pages/_shop.scss */
  .top_rated ul.products {
    flex-direction: row;
  }
  /* line 217, assets/sass/pages/_shop.scss */
  .top_rated ul.products li {
    margin: 0 auto;
  }
}
/* line 224, assets/sass/pages/_shop.scss */
.top_rated ul.products,
.hide-n-seek .woocommerce ul.products,
.shop_filter .woocommerce ul.products {
  display: flex;
  justify-content: center;
  float: none;
  flex-wrap: wrap;
  padding: 0 38px;
}
/* line 232, assets/sass/pages/_shop.scss */
.top_rated ul.products li.product,
.hide-n-seek .woocommerce ul.products li.product,
.shop_filter .woocommerce ul.products li.product {
  margin: 0 !important;
  max-width: 250px !important;
  height: auto;
}
@media only screen and (max-width: 399px) {
  /* line 232, assets/sass/pages/_shop.scss */
  .top_rated ul.products li.product,
  .hide-n-seek .woocommerce ul.products li.product,
  .shop_filter .woocommerce ul.products li.product {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  /* line 232, assets/sass/pages/_shop.scss */
  .top_rated ul.products li.product,
  .hide-n-seek .woocommerce ul.products li.product,
  .shop_filter .woocommerce ul.products li.product {
    width: 50% !important;
  }
}

@media only screen and (max-width: 980px) {
  /* line 246, assets/sass/pages/_shop.scss */
  .shop_filter .woocommerce ul.products li.product,
  .hide-n-seek .woocommerce ul.products li.product,
  .top_rated ul.products li {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 399px) {
  /* line 255, assets/sass/pages/_shop.scss */
  .shop_filter .woocommerce ul.products li.product,
  .hide-n-seek .woocommerce ul.products li.product,
  .top_rated ul.products li {
    margin: 0 auto !important;
  }

  /* line 260, assets/sass/pages/_shop.scss */
  .products {
    flex-direction: row;
  }
}
/* line 265, assets/sass/pages/_shop.scss */
.top-rated,
.collections-h1 {
  margin-bottom: 30px;
}

/* line 271, assets/sass/pages/_shop.scss */
.panel-group {
  height: auto !important;
}

/* line 276, assets/sass/pages/_shop.scss */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: #47aa42 !important;
}

/* line 280, assets/sass/pages/_shop.scss */
.woocommerce-info {
  text-align: center;
}

/* KO-KR Shop Titles 
whats new
shop




*/
/* line 298, assets/sass/pages/_shop.scss */
body.ko-kr.page page-id-2476 ul.products li.product h3, body.ko-kr.post-type-archive-product.woocommerce-page ul.products li.product h3 {
  display: none;
}
/* line 301, assets/sass/pages/_shop.scss */
body.ko-kr.page page-id-2476 ul.products li.product h2, body.ko-kr.post-type-archive-product.woocommerce-page ul.products li.product h2 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 4px;
}
/* line 306, assets/sass/pages/_shop.scss */
body.ko-kr.page page-id-2476 ul.products li.product h4, body.ko-kr.post-type-archive-product.woocommerce-page ul.products li.product h4 {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 4px;
}
/* line 311, assets/sass/pages/_shop.scss */
body.ko-kr.page page-id-2476 ul.products li.product h5, body.ko-kr.post-type-archive-product.woocommerce-page ul.products li.product h5 {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 4px;
}

/* line 6, assets/sass/pages/_legal-page.scss */
.page-id-81 .entry-content .et_pb_section:not(.footer-navigation) ul,
.page-id-4793 .entry-content .et_pb_section:not(.footer-navigation) ul,
.page-id-111.en-us .entry-content .et_pb_section:not(.footer-navigation) ul {
  padding-bottom: 1em;
  margin-left: 15px;
}
/* line 9, assets/sass/pages/_legal-page.scss */
.page-id-81 .entry-content .et_pb_section:not(.footer-navigation) ul li,
.page-id-4793 .entry-content .et_pb_section:not(.footer-navigation) ul li,
.page-id-111.en-us .entry-content .et_pb_section:not(.footer-navigation) ul li {
  list-style: disc;
  padding-left: 10px;
  line-height: 1.7em;
}
/* line 16, assets/sass/pages/_legal-page.scss */
.page-id-81 .entry-content .et_pb_section:not(.footer-navigation) p:last-of-type,
.page-id-4793 .entry-content .et_pb_section:not(.footer-navigation) p:last-of-type,
.page-id-111.en-us .entry-content .et_pb_section:not(.footer-navigation) p:last-of-type {
  padding-bottom: 1em;
}

/* line 25, assets/sass/pages/_legal-page.scss */
.optanon-show-settings-button > div {
  margin: 0 0 30px 0;
}

/* line 32, assets/sass/pages/_legal-page.scss */
#optanon-cookie-policy .optanon-cookie-policy-group .optanon-cookie-policy-group-name,
#optanon-cookie-policy .optanon-cookie-policy-group .optanon-cookie-policy-subgroup-table-column-header {
  font-weight: 700;
}

/* line 2, assets/sass/pages/_about-us.scss */
.about-us-sumary p:last-child {
  padding-bottom: 50px;
}
/* line 5, assets/sass/pages/_about-us.scss */
.about-us-sumary p {
  max-width: 600px;
  margin: 0 auto;
  text-transform: initial;
}
/* line 9, assets/sass/pages/_about-us.scss */
.about-us-sumary p strong {
  font-family: Georgia;
}

/* line 2, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks {
  display: flex;
  flex-direction: column;
  text-align: center;
}
/* line 6, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .bold {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin: 15px 0;
}
/* line 12, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks p {
  color: black;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
}
/* line 19, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tip-header {
  margin: 50px 0;
}
/* line 21, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tip-header h1 {
  color: #ef3fa9;
  font-size: 45px;
  line-height: 50px;
  font-family: "Didot W01 Headline Bold";
  margin: 15px 0 15px 0;
  text-transform: uppercase;
}
/* line 29, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tip-header p {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
/* line 35, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  /* line 35, assets/sass/pages/_social-wall.scss */
  .social-wall .tipstricks .tips {
    flex-direction: column;
  }
}
/* line 59, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 59, assets/sass/pages/_social-wall.scss */
  .social-wall .tipstricks .tips section {
    flex-direction: column;
  }
}
/* line 69, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1, .social-wall .tipstricks .tips section .tip2, .social-wall .tipstricks .tips section .tip3 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 250px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  /* line 69, assets/sass/pages/_social-wall.scss */
  .social-wall .tipstricks .tips section .tip1, .social-wall .tipstricks .tips section .tip2, .social-wall .tipstricks .tips section .tip3 {
    margin: 15px auto;
  }
}
/* line 78, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 span, .social-wall .tipstricks .tips section .tip2 span, .social-wall .tipstricks .tips section .tip3 span {
  position: absolute;
  top: 210px;
  left: 16px;
  font-family: "Didot W01 Headline Bold";
  text-transform: uppercase;
  font-size: 52px;
  line-height: 37px;
  color: #ef3fa9;
}
/* line 88, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 div.image, .social-wall .tipstricks .tips section .tip2 div.image, .social-wall .tipstricks .tips section .tip3 div.image {
  height: 250px;
  width: 250px;
  border: 6px solid #ef3fa9;
}
/* line 93, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 p, .social-wall .tipstricks .tips section .tip2 p, .social-wall .tipstricks .tips section .tip3 p {
  font-size: 14px;
  line-height: 16px;
  margin-top: 5px;
}
/* line 100, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip1 div.image {
  background: url("assets/img/tip1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
/* line 109, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip2 div.image {
  background: url("assets/img/tip2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
/* line 118, assets/sass/pages/_social-wall.scss */
.social-wall .tipstricks .tips section .tip3 div.image {
  background: url("assets/img/tip3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
}
/* line 129, assets/sass/pages/_social-wall.scss */
.social-wall .instagram-cta {
  text-align: center;
  background: #ef3fa9;
  padding: 50px;
}
/* line 133, assets/sass/pages/_social-wall.scss */
.social-wall .instagram-cta p {
  font-family: "Didot W01 Headline Bold";
  color: white;
  font-size: 24px;
  max-width: 800px;
  margin: 0 auto;
}
/* line 140, assets/sass/pages/_social-wall.scss */
.social-wall .instagram-cta button {
  margin-top: 10px;
}

/* line 1, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner, .hairhax-hero-banner {
  height: 600px;
}
/* line 3, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .how-to-nav, .hairhax-hero-banner .how-to-nav {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
/* line 7, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .how-to-nav li, .hairhax-hero-banner .how-to-nav li {
  display: inline-block;
  padding: 15px 30px;
  position: relative;
}
/* line 11, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .how-to-nav li a, .hairhax-hero-banner .how-to-nav li a {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  font-family: "AvenirNextLTW01-Medium";
  width: 0;
}
/* line 18, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .how-to-nav li span.triangle, .hairhax-hero-banner .how-to-nav li span.triangle {
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: 40%;
  bottom: 7px;
}
/* line 27, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .how-to-nav li .current, .hairhax-hero-banner .how-to-nav li .current {
  border-bottom: 2px solid white;
}
/* line 32, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .content, .hairhax-hero-banner .content {
  display: flex;
}
/* line 34, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .content .copy, .hairhax-hero-banner .content .copy {
  height: 500px;
  width: 100%;
  padding: 200px 0 0 38px;
}
/* line 38, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .content .copy h1, .hairhax-hero-banner .content .copy h1 {
  color: #CC5A9F;
  font-family: "Didot W01 Headline Bold";
  text-transform: uppercase;
  text-shadow: -4px 1px 15px #4f4f4f;
  font-size: 90px;
  letter-spacing: 5px;
  padding: 0;
}
/* line 46, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .content .copy h1 span, .hairhax-hero-banner .content .copy h1 span {
  font-family: 'Times New Roman';
}
/* line 50, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .content .copy p, .hairhax-hero-banner .content .copy p {
  text-transform: uppercase;
  color: white;
  font-family: "AvenirNextLTW01-Medium";
}
/* line 56, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .content .video, .hairhax-hero-banner .content .video {
  height: 500px;
  width: 100%;
  padding: 120px 0 10% 15%;
  padding-top: 200px;
}
/* line 61, assets/sass/pages/_howto.scss */
.ogxpert-hero-banner .content .video p, .hairhax-hero-banner .content .video p {
  text-transform: uppercase;
  color: white;
  font-family: "AvenirNextLTW01-Medium";
  margin-top: 15px;
  text-shadow: -4px 1px 15px #4f4f4f;
}
@media only screen and (max-width: 768px) {
  /* line 1, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner, .hairhax-hero-banner {
    height: 100%;
  }
  /* line 72, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .content, .hairhax-hero-banner .content {
    flex-direction: column;
    padding-top: 50px;
  }
  /* line 75, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .content .copy, .hairhax-hero-banner .content .copy {
    height: 100%;
    padding: 15px 50px 15px 38px;
  }
  /* line 79, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .content .video, .hairhax-hero-banner .content .video {
    height: 100%;
    padding: 50px 38px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 87, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .how-to-nav li, .hairhax-hero-banner .how-to-nav li {
    padding: 15px;
  }
  /* line 89, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .how-to-nav li a, .hairhax-hero-banner .how-to-nav li a {
    font-size: 16px;
  }
  /* line 95, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .content .copy, .hairhax-hero-banner .content .copy {
    margin-top: 20px;
  }
  /* line 97, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .content .copy h1, .hairhax-hero-banner .content .copy h1 {
    font-size: 48px;
    max-width: 300px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 393px) {
  /* line 107, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .how-to-nav li, .hairhax-hero-banner .how-to-nav li {
    padding: 15px 2px;
  }
  /* line 109, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .how-to-nav li a, .hairhax-hero-banner .how-to-nav li a {
    font-size: 12px;
  }
  /* line 112, assets/sass/pages/_howto.scss */
  .ogxpert-hero-banner .how-to-nav li span.triangle, .hairhax-hero-banner .how-to-nav li span.triangle {
    bottom: 5px;
  }
}

/* line 122, assets/sass/pages/_howto.scss */
.video-carousel .copy {
  width: 100%;
  padding: 50px 38px;
}
/* line 125, assets/sass/pages/_howto.scss */
.video-carousel .copy h3 {
  text-align: center;
  color: #ffa4ca;
  font-size: 24px;
  text-transform: uppercase;
  max-width: 1000px;
  margin: 0 auto;
}
/* line 133, assets/sass/pages/_howto.scss */
.video-carousel .copy p {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: black;
}
/* line 140, assets/sass/pages/_howto.scss */
.video-carousel .videos {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}
/* line 144, assets/sass/pages/_howto.scss */
.video-carousel .videos .video {
  width: 20%;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 140, assets/sass/pages/_howto.scss */
  .video-carousel .videos {
    flex-direction: column;
    margin: 0 38px;
  }
  /* line 152, assets/sass/pages/_howto.scss */
  .video-carousel .videos .video {
    width: 100%;
    height: 100%;
    padding: 15px 0;
  }
}

/* line 162, assets/sass/pages/_howto.scss */
div.hairhax-feb h1, div.hairhax-feb h3 {
  color: #EADBA2;
  font-weight: bold;
  font-family: "Gothic" !important;
}
/* line 167, assets/sass/pages/_howto.scss */
div.hairhax-feb h1 {
  font-size: 11em;
  margin-top: 8%;
}
/* line 171, assets/sass/pages/_howto.scss */
div.hairhax-feb h3 {
  font-size: 5em;
}
/* line 174, assets/sass/pages/_howto.scss */
div.hairhax-feb .et_pb_button {
  border-radius: 16px;
  border-color: #EADBA2;
  color: #EADBA2;
}
/* line 179, assets/sass/pages/_howto.scss */
div.hairhax-feb .et_pb_column_0 {
  width: 56.833%;
}
/* line 182, assets/sass/pages/_howto.scss */
div.hairhax-feb .et_pb_column_1 {
  width: 37.666%;
}
/* line 185, assets/sass/pages/_howto.scss */
div.hairhax-feb div.et_pb_row div.et_pb_column_1 {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  /* line 189, assets/sass/pages/_howto.scss */
  div.hairhax-feb h1 {
    font-size: 72px;
  }
  /* line 192, assets/sass/pages/_howto.scss */
  div.hairhax-feb h3 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 320px) {
  /* line 197, assets/sass/pages/_howto.scss */
  div.hairhax-feb h1 {
    font-size: 6em;
  }
  /* line 200, assets/sass/pages/_howto.scss */
  div.hairhax-feb h3 {
    font-size: 3em;
  }
}

/* line 206, assets/sass/pages/_howto.scss */
div.ogxpert-feb {
  background-size: cover;
  height: 640px;
  background-position: 0 0;
}
/* line 210, assets/sass/pages/_howto.scss */
div.ogxpert-feb div.et_pb_row {
  margin: auto;
  max-width: none;
  position: relative;
  width: 88%;
}
/* line 215, assets/sass/pages/_howto.scss */
div.ogxpert-feb div.et_pb_row .et_pb_column_0 {
  width: 58.833%;
}
/* line 218, assets/sass/pages/_howto.scss */
div.ogxpert-feb div.et_pb_row .et_pb_column_1 {
  width: 35.666%;
}
/* line 222, assets/sass/pages/_howto.scss */
div.ogxpert-feb h1 {
  color: #c84f94;
  font-family: "Didot W01 Headline Bold";
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 90px;
  margin-top: 54px;
  padding: 0;
  text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.5);
}
/* line 232, assets/sass/pages/_howto.scss */
div.ogxpert-feb h1 span {
  font-size: 90%;
}
/* line 236, assets/sass/pages/_howto.scss */
div.ogxpert-feb h3 {
  font-size: 7em;
  line-height: 94px;
  padding: 0;
}
/* line 241, assets/sass/pages/_howto.scss */
div.ogxpert-feb p {
  color: white;
  font-size: 18px;
  text-shadow: -4px 1px 15px #4f4f4f;
}
/* line 246, assets/sass/pages/_howto.scss */
div.ogxpert-feb div.et_pb_row div.et_pb_column_1 {
  padding-top: 37px;
}
/* line 249, assets/sass/pages/_howto.scss */
div.ogxpert-feb .et_pb_button {
  border-color: #fff !important;
}
@media only screen and (max-width: 618px) {
  /* line 253, assets/sass/pages/_howto.scss */
  div.ogxpert-feb h1 {
    font-size: 3em;
    line-height: 41px;
  }
  /* line 257, assets/sass/pages/_howto.scss */
  div.ogxpert-feb h3 {
    font-size: 3em;
    line-height: 45px;
  }
}

/* line 264, assets/sass/pages/_howto.scss */
.video-slider {
  max-width: 1350px;
  margin: 0 auto;
}

/* line 1, assets/sass/pages/_newnow.scss */
.online-hero-banner, .print-hero-banner, .awards-hero-banner {
  margin: 0 auto;
  max-width: 1450px;
}
/* line 33, assets/sass/pages/_newnow.scss */
.online-hero-banner .content, .print-hero-banner .content, .awards-hero-banner .content {
  display: flex;
  justify-content: space-between;
}
/* line 36, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy, .print-hero-banner .content .copy, .awards-hero-banner .content .copy {
  width: 60%;
  padding: 100px 0 50px 38px;
}
/* line 39, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy span, .print-hero-banner .content .copy span, .awards-hero-banner .content .copy span {
  color: white;
  font-size: 30px;
}
/* line 43, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy h1, .online-hero-banner .content .copy h2, .print-hero-banner .content .copy h1, .print-hero-banner .content .copy h2, .awards-hero-banner .content .copy h1, .awards-hero-banner .content .copy h2 {
  letter-spacing: 5px;
  padding: 0;
}
/* line 47, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy h1, .print-hero-banner .content .copy h1, .awards-hero-banner .content .copy h1 {
  font-size: 90px;
}
/* line 50, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy h2, .print-hero-banner .content .copy h2, .awards-hero-banner .content .copy h2 {
  font-size: 60px;
}
/* line 53, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy p, .print-hero-banner .content .copy p, .awards-hero-banner .content .copy p {
  padding: 0;
  color: white;
  font-family: "AvenirNextLTW01-Medium";
}
/* line 58, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy a, .print-hero-banner .content .copy a, .awards-hero-banner .content .copy a {
  color: white;
  text-transform: uppercase;
  border: 2px solid white;
  border-radius: 16px;
  font-size: 20px;
  padding: 0.3em 1em;
  display: inline-block;
  margin-top: 30px;
}
/* line 69, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .parallax, .print-hero-banner .content .parallax, .awards-hero-banner .content .parallax {
  width: 40%;
  display: flex;
  padding-top: 165px;
}
@media only screen and (max-width: 768px) {
  /* line 76, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy, .print-hero-banner .content .copy, .awards-hero-banner .content .copy {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1, assets/sass/pages/_newnow.scss */
  .online-hero-banner, .print-hero-banner, .awards-hero-banner {
    height: 100%;
  }
  /* line 82, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content, .print-hero-banner .content, .awards-hero-banner .content {
    flex-direction: column;
    padding-top: 100px;
  }
  /* line 85, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy, .print-hero-banner .content .copy, .awards-hero-banner .content .copy {
    width: 100%;
    padding: 15px 50px 15px 38px;
  }
  /* line 89, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .parallax, .print-hero-banner .content .parallax, .awards-hero-banner .content .parallax {
    height: 100%;
    width: 100%;
    padding: 50px 38px 0 38px;
  }
  /* line 93, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .parallax .bottle, .print-hero-banner .content .parallax .bottle, .awards-hero-banner .content .parallax .bottle {
    height: 200px;
    width: 300px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 102, assets/sass/pages/_newnow.scss */
  .online-hero-banner .how-to-nav li, .print-hero-banner .how-to-nav li, .awards-hero-banner .how-to-nav li {
    padding: 15px;
  }
  /* line 104, assets/sass/pages/_newnow.scss */
  .online-hero-banner .how-to-nav li a, .print-hero-banner .how-to-nav li a, .awards-hero-banner .how-to-nav li a {
    font-size: 16px;
  }
  /* line 109, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content, .print-hero-banner .content, .awards-hero-banner .content {
    padding-top: 80px;
  }
  /* line 111, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy, .print-hero-banner .content .copy, .awards-hero-banner .content .copy {
    margin-top: 20px;
  }
  /* line 113, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h1, .print-hero-banner .content .copy h1, .awards-hero-banner .content .copy h1 {
    font-size: 48px;
    max-width: 300px;
    line-height: 38px;
  }
  /* line 118, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h2, .print-hero-banner .content .copy h2, .awards-hero-banner .content .copy h2 {
    font-size: 28px;
  }
  /* line 121, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy span, .print-hero-banner .content .copy span, .awards-hero-banner .content .copy span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 393px) {
  /* line 129, assets/sass/pages/_newnow.scss */
  .online-hero-banner .how-to-nav li, .print-hero-banner .how-to-nav li, .awards-hero-banner .how-to-nav li {
    padding: 15px 2px;
  }
  /* line 131, assets/sass/pages/_newnow.scss */
  .online-hero-banner .how-to-nav li a, .print-hero-banner .how-to-nav li a, .awards-hero-banner .how-to-nav li a {
    font-size: 12px;
  }
  /* line 134, assets/sass/pages/_newnow.scss */
  .online-hero-banner .how-to-nav li span.triangle, .print-hero-banner .how-to-nav li span.triangle, .awards-hero-banner .how-to-nav li span.triangle {
    bottom: 5px;
  }
}

/* line 142, assets/sass/pages/_newnow.scss */
.online-hero-banner {
  height: 100%;
}
/* line 144, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy {
  width: 100%;
}
/* line 146, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy h1, .online-hero-banner .content .copy h2 {
  color: white;
  font-family: "Didot W01 Headline Bold";
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 0;
}
/* line 152, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy h1 span, .online-hero-banner .content .copy h2 span {
  font-family: 'Times New Roman';
}
@media only screen and (max-width: 990px) {
  /* line 156, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy span {
    font-size: 21px;
  }
}
/* line 161, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy h1 {
  font-size: 90px;
}
@media only screen and (max-width: 990px) {
  /* line 161, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h1 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 825px) {
  /* line 161, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h1 {
    font-size: 49px;
  }
}
/* line 170, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy h2 {
  font-size: 60px;
}
@media only screen and (max-width: 990px) {
  /* line 170, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 825px) {
  /* line 170, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h2 {
    font-size: 25px;
  }
}
/* line 179, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .copy p {
  padding: 0;
  text-transform: uppercase;
  color: white;
  font-family: "AvenirNextLTW01-Medium";
}
/* line 186, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .parallax {
  position: relative;
  padding-top: 96px;
  width: 230px;
}
/* line 190, assets/sass/pages/_newnow.scss */
.online-hero-banner .content .parallax .bottle {
  position: absolute;
  background: url("assets/img/new+now/coconutcurlz.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  background-position: bottom center;
  z-index: 1;
  margin: auto auto 0 auto;
  height: 80%;
  width: 100%;
  filter: drop-shadow(-3px 1px 6px #222);
}
@media only screen and (max-width: 768px) {
  /* line 142, assets/sass/pages/_newnow.scss */
  .online-hero-banner {
    height: 100%;
  }
  /* line 209, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content {
    height: 600px;
    padding-top: 40px;
  }
  /* line 213, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h1 {
    font-size: 50px;
    line-height: 50px;
  }
  /* line 217, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h2 {
    font-size: 40px;
  }
  /* line 220, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy span {
    font-size: 18px;
  }
  /* line 223, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy p {
    line-height: 22px;
  }
  /* line 227, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .parallax {
    padding: 0 38px;
    height: 40%;
    width: 100%;
    margin-top: auto;
  }
  /* line 229, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .parallax .bottle {
    position: relative;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 241, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content {
    height: 600px;
    padding-top: 40px;
  }
  /* line 245, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h1 {
    font-size: 30px;
    line-height: 28px;
  }
  /* line 249, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy h2 {
    font-size: 20px;
  }
  /* line 252, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy span {
    font-size: 15px;
    line-height: 15px;
  }
  /* line 256, assets/sass/pages/_newnow.scss */
  .online-hero-banner .content .copy p {
    line-height: 16px;
  }
}

/* line 265, assets/sass/pages/_newnow.scss */
.print-hero-banner .content .copy {
  padding-top: 140px;
}
/* line 267, assets/sass/pages/_newnow.scss */
.print-hero-banner .content .copy h1 {
  color: #FAA330;
  font-family: "Didot W01 Headline Bold";
  text-transform: uppercase;
}
/* line 272, assets/sass/pages/_newnow.scss */
.print-hero-banner .content .copy p {
  max-width: 550px;
}
/* line 276, assets/sass/pages/_newnow.scss */
.print-hero-banner .content .parallax {
  position: relative;
  padding-top: 110px;
}
/* line 279, assets/sass/pages/_newnow.scss */
.print-hero-banner .content .parallax .bottle {
  position: absolute;
  background: url("assets/img/new+now/magbottle.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  background-position: center bottom;
  z-index: 1;
  margin: auto auto 0 auto;
  height: 80%;
  width: 100%;
  filter: drop-shadow(-3px 1px 6px #222);
}
@media only screen and (max-width: 768px) {
  /* line 264, assets/sass/pages/_newnow.scss */
  .print-hero-banner {
    height: 100%;
  }
  /* line 322, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content {
    height: 600px;
    padding-top: 100px;
  }
  /* line 325, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .copy {
    padding-top: 0;
  }
  /* line 327, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .copy h1 {
    font-size: 62px;
    line-height: 56px;
  }
  /* line 331, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .copy h2 {
    font-size: 20px;
  }
  /* line 334, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .copy span {
    font-size: 18px;
  }
  /* line 337, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .copy p {
    font-size: 18px;
    line-height: 26px;
    max-width: 900px;
  }
  /* line 343, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .parallax {
    padding: 0 38px;
    height: 40%;
    width: 100%;
    margin-top: auto;
  }
  /* line 345, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .parallax .bottle {
    position: relative;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 357, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .copy {
    padding-top: 0;
  }
  /* line 359, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .copy h1 {
    font-size: 54px;
  }
  /* line 368, assets/sass/pages/_newnow.scss */
  .print-hero-banner .content .copy p {
    line-height: 21px;
  }
}

/* line 375, assets/sass/pages/_newnow.scss */
.awards-hero-banner-divi {
  background: url('assets/img/new+now/award-hero-bg.jpg?1591985667');
}

/* line 385, assets/sass/pages/_newnow.scss */
.awards-hero-banner .how-to-nav li a {
  color: black !important;
}
/* line 388, assets/sass/pages/_newnow.scss */
.awards-hero-banner .how-to-nav li span.triangle {
  border-color: black transparent transparent transparent !important;
}
/* line 391, assets/sass/pages/_newnow.scss */
.awards-hero-banner .how-to-nav li .current {
  border-bottom: 2px solid black !important;
}
/* line 396, assets/sass/pages/_newnow.scss */
.awards-hero-banner .content {
  height: 500px;
}
/* line 398, assets/sass/pages/_newnow.scss */
.awards-hero-banner .content .left {
  width: 50%;
  position: relative;
  padding-top: 80px;
}
/* line 402, assets/sass/pages/_newnow.scss */
.awards-hero-banner .content .left .bottle {
  position: absolute;
  background: url("/_onelink_/ogxbeauty/projects/ogxbeauty/enus2enca/images/wp-content/themes/three21/assets/img/new+now/award-left.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  background-position: center center;
  z-index: 1;
  margin: auto auto 0 auto;
  height: 80%;
  width: 100%;
}
/* line 416, assets/sass/pages/_newnow.scss */
.awards-hero-banner .content .right {
  width: 50%;
  position: relative;
  padding-top: 80px;
}
/* line 420, assets/sass/pages/_newnow.scss */
.awards-hero-banner .content .right .bottle {
  position: absolute;
  background: url("assets/img/new+now/award-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  background-position: center center;
  z-index: 1;
  margin: auto auto 0 auto;
  height: 80%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 381, assets/sass/pages/_newnow.scss */
  .awards-hero-banner {
    height: 100%;
  }
  /* line 437, assets/sass/pages/_newnow.scss */
  .awards-hero-banner .content {
    height: 650px;
    padding-top: 0;
  }
  /* line 440, assets/sass/pages/_newnow.scss */
  .awards-hero-banner .content .left {
    height: 50%;
    width: 100%;
  }
  /* line 447, assets/sass/pages/_newnow.scss */
  .awards-hero-banner .content .right {
    margin-top: 0;
    padding-top: 0;
    height: 40%;
    width: 100%;
    margin-top: auto;
  }
  /* line 450, assets/sass/pages/_newnow.scss */
  .awards-hero-banner .content .right .bottle {
    height: 100%;
  }
}

/* line 465, assets/sass/pages/_newnow.scss */
body.en-gb .awards-hero-banner .content .left .bottle {
  background-image: url("assets/img/new+now/uk-award-left.png");
}
/* line 470, assets/sass/pages/_newnow.scss */
body.en-gb .awards-hero-banner .content .right .bottle {
  background-image: url("assets/img/new+now/uk-award-right.png");
}

/* line 478, assets/sass/pages/_newnow.scss */
.divi-parallax-newnow {
  min-height: 500px;
}

/* line 486, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup {
  height: 600px;
}
@media only screen and (max-width: 1121px) {
  /* line 486, assets/sass/pages/_newnow.scss */
  section.ogx-addict-signup {
    height: 400px;
  }
}
/* line 491, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.header-content {
  text-align: center !important;
  color: white;
}
/* line 494, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.header-content h1, section.ogx-addict-signup div.header-content span {
  text-shadow: -4px 1px 15px #4f4f4f;
}
/* line 497, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.header-content h1 {
  font-family: "DidotW01-DisplayRegular";
  font-style: italic;
  font-size: 8em;
  line-height: 50px;
}
/* line 503, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.header-content p {
  font-size: 18px;
  font-family: "AvenirNextLTW01-Medium";
}
/* line 507, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.header-content span {
  font-family: "Didot W01 Headline Bold";
  font-size: 7em;
  line-height: 89px;
  color: #CF599F;
}
/* line 512, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.header-content span:last-of-type {
  font-family: "AvenirNextLTW01-Medium";
  font-style: italic;
  color: white;
  font-size: 22px;
  line-height: 22px;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  /* line 522, assets/sass/pages/_newnow.scss */
  section.ogx-addict-signup div.header-content h1 {
    font-size: 4em;
    line-height: 16px;
  }
  /* line 526, assets/sass/pages/_newnow.scss */
  section.ogx-addict-signup div.header-content span {
    font-size: 3em;
    line-height: 62px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 532, assets/sass/pages/_newnow.scss */
  section.ogx-addict-signup div.header-content h1 {
    font-size: 3em;
    line-height: 16px;
  }
  /* line 536, assets/sass/pages/_newnow.scss */
  section.ogx-addict-signup div.header-content span {
    font-size: 3em;
    line-height: 40px;
  }
}
/* line 542, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.et_pb_fullwidth_header_scroll {
  width: 250px;
  right: 20%;
  bottom: 6%;
}
@media only screen and (max-width: 1121px) {
  /* line 542, assets/sass/pages/_newnow.scss */
  section.ogx-addict-signup div.et_pb_fullwidth_header_scroll {
    bottom: -3%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 542, assets/sass/pages/_newnow.scss */
  section.ogx-addict-signup div.et_pb_fullwidth_header_scroll {
    right: 0;
    display: block;
    position: initial;
    margin: 50px auto 0 auto;
  }
}
/* line 555, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.et_pb_fullwidth_header_scroll a {
  position: relative;
  background: url("assets/img/bottle-down-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 50px;
}
/* line 562, assets/sass/pages/_newnow.scss */
section.ogx-addict-signup div.et_pb_fullwidth_header_scroll a::before {
  position: absolute;
  width: 250px;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  content: 'BECOME ONE BELOW!';
  top: -34px;
  left: -100px;
}
@media only screen and (max-width: 1121px) {
  /* line 562, assets/sass/pages/_newnow.scss */
  section.ogx-addict-signup div.et_pb_fullwidth_header_scroll a::before {
    font-size: 18px;
  }
}

/* line 580, assets/sass/pages/_newnow.scss */
section.ogxpert-signup {
  height: 600px;
}
@media only screen and (max-width: 1121px) {
  /* line 580, assets/sass/pages/_newnow.scss */
  section.ogxpert-signup {
    height: 400px;
  }
}
/* line 585, assets/sass/pages/_newnow.scss */
section.ogxpert-signup div.header-content {
  text-align: center !important;
  color: white;
}
/* line 588, assets/sass/pages/_newnow.scss */
section.ogxpert-signup div.header-content h1, section.ogxpert-signup div.header-content span {
  text-shadow: -4px 1px 15px #4f4f4f;
}
/* line 591, assets/sass/pages/_newnow.scss */
section.ogxpert-signup div.header-content h1 {
  font-family: "Didot W01 Display Bold";
  font-size: 8em;
  line-height: 50px;
  color: #CF599F;
}
/* line 597, assets/sass/pages/_newnow.scss */
section.ogxpert-signup div.header-content span {
  font-family: "DidotW01-DisplayRegular";
  font-size: 7em;
  line-height: 89px;
  font-style: italic;
}
@media only screen and (max-width: 1121px) {
  /* line 604, assets/sass/pages/_newnow.scss */
  section.ogxpert-signup div.header-content h1 {
    font-size: 6em;
    line-height: 43px;
  }
  /* line 608, assets/sass/pages/_newnow.scss */
  section.ogxpert-signup div.header-content span {
    font-size: 6em;
    line-height: 62px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 614, assets/sass/pages/_newnow.scss */
  section.ogxpert-signup div.header-content h1 {
    font-size: 3em;
    line-height: 16px;
  }
  /* line 618, assets/sass/pages/_newnow.scss */
  section.ogxpert-signup div.header-content span {
    font-size: 3em;
    line-height: 40px;
  }
}
@media only screen and (max-width: 336px) {
  /* line 624, assets/sass/pages/_newnow.scss */
  section.ogxpert-signup div.header-content span {
    font-size: 2.5em;
  }
}
/* line 630, assets/sass/pages/_newnow.scss */
section.ogxpert-signup div.et_pb_fullwidth_header_scroll a {
  position: relative;
  background: url("assets/img/bottle-down-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 50px;
}
/* line 637, assets/sass/pages/_newnow.scss */
section.ogxpert-signup div.et_pb_fullwidth_header_scroll a::before {
  position: absolute;
  width: 250px;
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  content: 'SIGN UP BELOW!';
  top: -34px;
  left: -100px;
}
@media only screen and (max-width: 1121px) {
  /* line 637, assets/sass/pages/_newnow.scss */
  section.ogxpert-signup div.et_pb_fullwidth_header_scroll a::before {
    font-size: 18px;
  }
}

/* line 655, assets/sass/pages/_newnow.scss */
.slider__outer {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 1, assets/sass/pages/_shop-collections.scss */
.category_page {
  padding: 80px 38px 0 38px;
  position: relative;
  overflow: hidden;
}
/* line 6, assets/sass/pages/_shop-collections.scss */
.category_page h1.cta-header {
  font-family: 'Didot W01 Headline Bold';
  color: black;
  text-transform: uppercase;
  margin: 15px 0;
}
/* line 12, assets/sass/pages/_shop-collections.scss */
.category_page .coconut-1 {
  z-index: -2;
  background: url("assets/img/parallax-items/Coconut-turnt.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
  width: 300px;
  position: absolute;
  left: 6%;
  top: 4%;
}
/* line 23, assets/sass/pages/_shop-collections.scss */
.category_page .hibiscus-3 {
  z-index: -2;
  background: url("assets/img/parallax-items/Hibiscus-turnt.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  position: absolute;
  left: 30%;
  top: 56%;
  filter: blur(3px);
}
/* line 35, assets/sass/pages/_shop-collections.scss */
.category_page .leaf-3 {
  z-index: -2;
  background: url("assets/img/parallax-items/Leaves.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  position: absolute;
  left: 0;
  top: 84%;
  filter: blur(3px);
}
/* line 47, assets/sass/pages/_shop-collections.scss */
.category_page .awapuhi-3 {
  z-index: -2;
  background: url("assets/img/parallax-items/Awapuhi-turnt.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 145px;
  width: 144px;
  position: absolute;
  left: 46%;
  top: 34%;
  filter: blur(3px);
}
/* line 59, assets/sass/pages/_shop-collections.scss */
.category_page .coconut-3 {
  z-index: -2;
  background: url("assets/img/parallax-items/Coconut.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
  position: absolute;
  right: -2%;
  top: 5%;
  filter: blur(3px);
}
/* line 71, assets/sass/pages/_shop-collections.scss */
.category_page .leaf-1 {
  z-index: -2;
  background: url("assets/img/parallax-items/Leaves-turnt.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  width: 200px;
  position: absolute;
  right: 10%;
  top: 47%;
}
/* line 82, assets/sass/pages/_shop-collections.scss */
.category_page .awapuhi-2 {
  z-index: -2;
  background: url("assets/img/parallax-items/Awapuhi.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
  width: 100px;
  position: absolute;
  right: -3%;
  top: 48%;
  filter: blur(1px);
}
/* line 94, assets/sass/pages/_shop-collections.scss */
.category_page .hibiscus-1 {
  z-index: -2;
  background: url("assets/img/parallax-items/Hibiscus.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px;
  width: 250px;
  position: absolute;
  right: -6%;
  top: 84%;
}
@media only screen and (max-width: 768px) {
  /* line 107, assets/sass/pages/_shop-collections.scss */
  .category_page .rellax {
    display: none;
  }
}
/* line 113, assets/sass/pages/_shop-collections.scss */
.category_page .collections_grid ul.products li.product h3 {
  display: none;
}
/* line 118, assets/sass/pages/_shop-collections.scss */
.category_page div.woocommerce, .category_page div.columns-4 {
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 400px) {
  /* line 123, assets/sass/pages/_shop-collections.scss */
  .category_page div.woocommerce ul.products, .category_page div.columns-4 ul.products {
    display: flex;
    flex-direction: column;
  }
  /* line 126, assets/sass/pages/_shop-collections.scss */
  .category_page div.woocommerce ul.products li.product, .category_page div.columns-4 ul.products li.product {
    width: 80%;
    margin: 0 auto;
  }
}
/* line 133, assets/sass/pages/_shop-collections.scss */
.category_page .chosen-container-single a.chosen-single {
  color: black;
  border: none !important;
  background: transparent !important;
  font-weight: bold !important;
  box-shadow: none !important;
}

/* line 143, assets/sass/pages/_shop-collections.scss */
.collection-before,
.collection-after {
  display: none;
}

/* line 151, assets/sass/pages/_shop-collections.scss */
.category_page {
  min-height: 1200px;
}

/* line 155, assets/sass/pages/_shop-collections.scss */
.collection-grid {
  min-height: 2482px;
  color: #fff;
}

/* line 2, assets/sass/pages/_store-finder.scss */
body.where-to-buy .et_pb_section_2 {
  height: auto;
}

/* line 7, assets/sass/pages/_store-finder.scss */
.store-logos {
  padding-top: 0;
  margin-bottom: 60px;
}

/* line 12, assets/sass/pages/_store-finder.scss */
.store_hr {
  border-bottom: 6px solid #ef3fa9;
  font-family: "Didot W01 Headline Bold";
}

/* line 17, assets/sass/pages/_store-finder.scss */
.storefinder-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: row;
  flex-wrap: wrap;
}

/* line 25, assets/sass/pages/_store-finder.scss */
.store-container {
  border: 1px solid #ef3fa9;
  max-width: 20%;
  margin-top: 20px;
}

/* line 31, assets/sass/pages/_store-finder.scss */
.store-container:hover {
  border: 2px solid #ef3fa9;
}

/* line 35, assets/sass/pages/_store-finder.scss */
.store-container img {
  display: block;
}

/* line 39, assets/sass/pages/_store-finder.scss */
.list-item {
  font-size: 18px;
}

/* line 43, assets/sass/pages/_store-finder.scss */
.remove-top-pad {
  padding-top: 0px !important;
}

/* line 48, assets/sass/pages/_store-finder.scss */
.remove-bottom-pad {
  padding-bottom: 0px !important;
}

@media (max-width: 1250px) {
  /* line 53, assets/sass/pages/_store-finder.scss */
  .remove-top-pad {
    padding-top: 0px !important;
  }

  /* line 56, assets/sass/pages/_store-finder.scss */
  .store-container {
    max-width: 20%;
  }

  /* line 59, assets/sass/pages/_store-finder.scss */
  .remove-bottom-pad {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 1000px) {
  /* line 65, assets/sass/pages/_store-finder.scss */
  .remove-top-pad {
    padding-top: 0px !important;
  }

  /* line 68, assets/sass/pages/_store-finder.scss */
  .store-container {
    max-width: 40%;
  }
}
@media (max-width: 500px) {
  /* line 74, assets/sass/pages/_store-finder.scss */
  .store-container {
    max-width: 70%;
  }

  /* line 77, assets/sass/pages/_store-finder.scss */
  .remove-bottom-margin .et_pb_column_2 {
    margin-bottom: 0px !important;
  }
}
/* line 84, assets/sass/pages/_store-finder.scss */
.columns {
  column-width: 11.5em;
}

/* line 88, assets/sass/pages/_store-finder.scss */
.columns ul li:first-child {
  margin-top: 0px;
}

/* line 92, assets/sass/pages/_store-finder.scss */
.stores {
  max-width: 1156px;
  margin: 0 auto;
  padding: 50px 38px !important;
}

/* line 98, assets/sass/pages/_store-finder.scss */
.letter {
  font-weight: bold;
  text-transform: capitalize;
}

/* line 2, assets/sass/pages/_hairtruths.scss */
body.hairtruths h1,
body.hairtruths h2,
body.hairtruths h3 {
  font-family: "Uniform", sans-serif;
}
/* line 7, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-header {
  height: 532px;
  text-align: center;
  color: #fff;
}
@media all and (max-width: 767px) {
  /* line 7, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #hairtruths-header {
    background: url('assets/img/hairtruths/mobile-header.jpg?1591985656') 50% 50%/cover no-repeat;
  }
}
@media all and (max-width: 767px) {
  /* line 14, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #hairtruths-header .et_parallax_bg {
    display: none !important;
  }
}
/* line 19, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-header h1 {
  color: #fff;
  font-size: 100px;
  font-family: "Uniform", sans-serif;
  text-shadow: -2px 0 2px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  /* line 19, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #hairtruths-header h1 {
    font-size: 27px;
    margin-bottom: 54px;
  }
}
/* line 29, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-header h2 {
  color: #fff;
  font-family: "VCR";
  text-transform: uppercase;
  font-size: 45px;
  margin: 12px 0 30px;
  text-shadow: -2px 0 2px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  /* line 29, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #hairtruths-header h2 {
    font-size: 18px;
  }
}
/* line 40, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-header p {
  color: #fff;
  font-family: "Uniform", sans-serif;
  font-size: 42px;
  line-height: 40px;
  text-shadow: -2px 0 2px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  /* line 40, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #hairtruths-header p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  /* line 52, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #hairtruths-tabs-sticky-wrapper {
    display: none;
  }
}
/* line 57, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-tabs {
  float: left;
  width: 100%;
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
@media all and (max-width: 767px) {
  /* line 57, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #hairtruths-tabs {
    display: none;
  }
}
/* line 65, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-tabs ul {
  width: 100%;
  float: left;
  height: 60px;
}
/* line 69, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-tabs ul li {
  float: left;
  width: 33.33%;
  border-right: 1px solid #eb39a0;
}
/* line 73, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-tabs ul li:last-child {
  border-right: none;
}
/* line 76, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-tabs ul li a {
  display: block;
  background: #fff;
  color: #f06bb8 !important;
  font-family: "Uniform";
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  height: 60px;
}
/* line 85, assets/sass/pages/_hairtruths.scss */
body.hairtruths #hairtruths-tabs ul li a.active {
  color: #fff !important;
  background: #eb39a0;
}
/* line 93, assets/sass/pages/_hairtruths.scss */
body.hairtruths #truths {
  clear: both;
  background: #000 url('assets/img/hairtruths/hey-bg.jpg?1591985655') 100% 100% no-repeat;
  height: auto;
  padding: 90px 0;
}
@media all and (max-width: 767px) {
  /* line 93, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #truths {
    padding: 0 0 231px 0;
    background: #000 url('assets/img/hairtruths/mobile-hey-bg.jpg?1591985656') 50% 100%/auto 231px no-repeat;
  }
  /* line 101, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #truths .et_pb_row {
    padding: 0;
  }
}
/* line 105, assets/sass/pages/_hairtruths.scss */
body.hairtruths #truths .et_pb_row {
  max-width: none;
  width: 100%;
}
/* line 109, assets/sass/pages/_hairtruths.scss */
body.hairtruths #truths .et_pb_column_1,
body.hairtruths #truths .et_pb_column_3 {
  width: 24.666%;
}
/* line 113, assets/sass/pages/_hairtruths.scss */
body.hairtruths #truths .et_pb_column_2 {
  width: 34.666%;
}
@media all and (max-width: 767px) {
  /* line 116, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #truths .salute {
    height: 100px;
    background: url('assets/img/hairtruths/mobile-salute.jpg?1591985656') 50% 50%/auto 100px no-repeat;
  }
}
/* line 121, assets/sass/pages/_hairtruths.scss */
body.hairtruths #truths .salute img {
  max-width: 350px;
}
@media all and (max-width: 767px) {
  /* line 121, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #truths .salute img {
    display: none;
  }
}
@media all and (max-width: 767px) {
  /* line 128, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #truths .hey-girl {
    display: none;
  }
}
/* line 132, assets/sass/pages/_hairtruths.scss */
body.hairtruths #truths .hey-girl img {
  width: 150px;
}
/* line 137, assets/sass/pages/_hairtruths.scss */
body.hairtruths #challenge {
  height: 532px;
  text-align: center;
  padding: 84px 0 54px 0;
}
@media all and (max-width: 767px) {
  /* line 137, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #challenge {
    padding: 54px 0;
    height: auto;
  }
}
/* line 145, assets/sass/pages/_hairtruths.scss */
body.hairtruths #challenge h2 {
  font-size: 40px;
  color: #eb39a0;
  margin-bottom: 6px;
  padding: 0;
}
@media all and (max-width: 767px) {
  /* line 145, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #challenge h2 {
    font-size: 24px;
  }
}
/* line 154, assets/sass/pages/_hairtruths.scss */
body.hairtruths #challenge p {
  color: #eb39a0;
  font-size: 14px;
  line-height: 16px;
  max-width: 960px;
  margin: 0 auto 10px auto;
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  /* line 154, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #challenge p {
    font-weight: bold;
  }
}
/* line 165, assets/sass/pages/_hairtruths.scss */
body.hairtruths #challenge .video-carousel {
  padding: 36px;
}
/* line 167, assets/sass/pages/_hairtruths.scss */
body.hairtruths #challenge .video-carousel .video-item {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: 0 1%;
  width: 30%;
}
@media all and (max-width: 768px) {
  /* line 167, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #challenge .video-carousel .video-item {
    margin: 0 0 18px;
    width: 100%;
  }
}
/* line 179, assets/sass/pages/_hairtruths.scss */
body.hairtruths #journey {
  background: #f167bb;
  text-align: center;
  padding-top: 84px;
}
@media all and (max-width: 767px) {
  /* line 179, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #journey {
    padding-top: 54px;
  }
}
/* line 186, assets/sass/pages/_hairtruths.scss */
body.hairtruths #journey h2 {
  color: #fff;
  font-size: 33px;
  padding: 0;
  margin-bottom: 3px;
}
@media all and (max-width: 767px) {
  /* line 186, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #journey h2 {
    font-size: 19px;
    margin-bottom: 9px;
    text-transform: uppercase;
  }
}
/* line 196, assets/sass/pages/_hairtruths.scss */
body.hairtruths #journey h2 span {
  font-size: 140%;
  font-family: "REIS";
}
@media all and (max-width: 767px) {
  /* line 196, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #journey h2 span {
    display: block;
    font-size: 200%;
    line-height: 153%;
    margin-top: 6px;
  }
}
/* line 207, assets/sass/pages/_hairtruths.scss */
body.hairtruths #journey h3 {
  font-size: 20px;
  color: #fff;
}
@media all and (max-width: 767px) {
  /* line 207, assets/sass/pages/_hairtruths.scss */
  body.hairtruths #journey h3 {
    font-size: 14px;
  }
}
/* line 214, assets/sass/pages/_hairtruths.scss */
body.hairtruths #journey p.privacy {
  font-size: 11px;
  line-height: 12px;
  color: #fff;
}

/* line 222, assets/sass/pages/_hairtruths.scss */
body.ogxhairtruths-rules .entry-content ol li {
  margin-bottom: 20px;
}

/* line 1, assets/sass/pages/_kandee.scss */
body.kandee {
  background: url('assets/img/kandee/page-bg.jpg?1591985767') 50% 0/100% auto repeat-y;
}
/* line 5, assets/sass/pages/_kandee.scss */
body.kandee .kandee-exclusive.et_pb_section,
body.kandee .no-bg.et_pb_section {
  background-color: transparent;
}
/* line 9, assets/sass/pages/_kandee.scss */
body.kandee .sticky-wrapper {
  z-index: 9998 !important;
}
@media all and (max-width: 1100px) {
  /* line 9, assets/sass/pages/_kandee.scss */
  body.kandee .sticky-wrapper {
    display: none !important;
  }
}
/* line 15, assets/sass/pages/_kandee.scss */
body.kandee .kandee-intro__button {
  display: none !important;
}

/* line 21, assets/sass/pages/_kandee.scss */
.kandee-intro {
  height: 470px;
  text-align: center;
}
@media all and (max-width: 640px) {
  /* line 21, assets/sass/pages/_kandee.scss */
  .kandee-intro {
    height: 510px;
  }
}
/* line 27, assets/sass/pages/_kandee.scss */
.kandee-intro .et_pb_module {
  height: 470px;
}
@media all and (max-width: 640px) {
  /* line 27, assets/sass/pages/_kandee.scss */
  .kandee-intro .et_pb_module {
    height: 510px;
  }
}
/* line 33, assets/sass/pages/_kandee.scss */
.kandee-intro .kandee-intro__marquee {
  padding-top: 130px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 640px) {
  /* line 33, assets/sass/pages/_kandee.scss */
  .kandee-intro .kandee-intro__marquee {
    padding-top: 24px;
  }
}
/* line 40, assets/sass/pages/_kandee.scss */
.kandee-intro .kandee-intro__marquee img {
  display: block;
  width: 90%;
  margin: 0 auto 40px auto;
  max-width: 320px;
}
@media all and (max-width: 640px) {
  /* line 40, assets/sass/pages/_kandee.scss */
  .kandee-intro .kandee-intro__marquee img {
    margin-bottom: 3px;
    max-width: 280px;
  }
}
/* line 51, assets/sass/pages/_kandee.scss */
.kandee-intro .kandee-intro__button {
  display: inline-block;
  border: 2px solid #ef3fa9;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 14px;
}
/* line 58, assets/sass/pages/_kandee.scss */
.kandee-intro .kandee-intro__button:hover {
  background: #fff;
}
/* line 62, assets/sass/pages/_kandee.scss */
.kandee-intro .kandee-intro__headshot,
.kandee-intro .kandee-intro__product {
  background: url('assets/img/kandee/intro-kandee.png?1591985793') 0 100%/auto 80% no-repeat;
  position: absolute;
  left: 51px;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 1100px) {
  /* line 62, assets/sass/pages/_kandee.scss */
  .kandee-intro .kandee-intro__headshot,
  .kandee-intro .kandee-intro__product {
    width: 33%;
  }
}
@media all and (max-width: 1100px) {
  /* line 74, assets/sass/pages/_kandee.scss */
  .kandee-intro .kandee-intro__headshot {
    background-position: 100% 100%;
    left: 0;
  }
}
@media all and (max-width: 640px) {
  /* line 74, assets/sass/pages/_kandee.scss */
  .kandee-intro .kandee-intro__headshot {
    background: none;
    display: none;
  }
}
/* line 84, assets/sass/pages/_kandee.scss */
.kandee-intro .kandee-intro__product {
  background: url('assets/img/kandee/intro-product.png?1591985809') 100% 100%/auto 100% no-repeat;
  left: auto;
  right: 0;
}
@media all and (max-width: 1100px) {
  /* line 84, assets/sass/pages/_kandee.scss */
  .kandee-intro .kandee-intro__product {
    background-position: 0 100%;
  }
}
@media all and (max-width: 640px) {
  /* line 84, assets/sass/pages/_kandee.scss */
  .kandee-intro .kandee-intro__product {
    right: auto;
    height: 280px;
    background-position: 50% 100%;
    background-image: url('assets/img/kandee/intro-product-mobile.png?1591985767');
    width: 100%;
  }
}

/* line 102, assets/sass/pages/_kandee.scss */
.kandee-divider {
  background-position: 50% 50%;
  background-size: cover;
  clear: both;
  height: auto;
  padding: 60px 18px !important;
  text-align: center;
}
@media all and (max-width: 640px) {
  /* line 102, assets/sass/pages/_kandee.scss */
  .kandee-divider {
    padding: 30px 18px !important;
  }
}
/* line 112, assets/sass/pages/_kandee.scss */
.kandee-divider h3 {
  color: #fff;
  font-family: "Bromello";
  font-size: 65px;
  line-height: 65px;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 640px) {
  /* line 112, assets/sass/pages/_kandee.scss */
  .kandee-divider h3 {
    font-size: 36px;
    line-height: 36px;
  }
}
/* line 123, assets/sass/pages/_kandee.scss */
.kandee-divider h3 span {
  font-family: "Didot W01 Headline Demi";
  font-size: 90%;
  margin-right: 10px;
}
/* line 129, assets/sass/pages/_kandee.scss */
.kandee-divider h4 {
  color: #000;
  font-size: 35px;
  margin: 6px 0 0 0;
}
@media all and (max-width: 640px) {
  /* line 129, assets/sass/pages/_kandee.scss */
  .kandee-divider h4 {
    font-size: 17px;
    line-height: 17px;
  }
}
/* line 139, assets/sass/pages/_kandee.scss */
.kandee-divider.kandee-divider--holiday h3 {
  text-shadow: -3px 3px 0 rgba(0, 0, 0, 0.3);
}
/* line 144, assets/sass/pages/_kandee.scss */
.kandee-divider.kandee-divider--sparkle h3 {
  color: #ef3fa9;
}
/* line 148, assets/sass/pages/_kandee.scss */
.kandee-divider.kandee-divider--skinny {
  padding: 30px 0 !important;
}

/* line 154, assets/sass/pages/_kandee.scss */
.kandee-product {
  height: 600px;
  position: relative;
}
@media all and (max-width: 640px) {
  /* line 154, assets/sass/pages/_kandee.scss */
  .kandee-product {
    background-position: 50% 0 !important;
    height: 225px;
  }
}
/* line 161, assets/sass/pages/_kandee.scss */
.kandee-product .et_pb_module {
  height: 600px;
}
@media all and (max-width: 640px) {
  /* line 161, assets/sass/pages/_kandee.scss */
  .kandee-product .et_pb_module {
    height: 225px;
  }
}
/* line 167, assets/sass/pages/_kandee.scss */
.kandee-product .kandee-product__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 173, assets/sass/pages/_kandee.scss */
.kandee-product .kandee-product__link a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 100%;
}
/* line 183, assets/sass/pages/_kandee.scss */
.kandee-product .kandee-product__content {
  float: left;
  margin: 250px 0 0 10%;
  max-width: 700px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 640px) {
  /* line 183, assets/sass/pages/_kandee.scss */
  .kandee-product .kandee-product__content {
    margin: 0 60px 0 18px;
    padding-top: 72px;
  }
}
/* line 193, assets/sass/pages/_kandee.scss */
.kandee-product .kandee-product__content h2 {
  font-family: "DidotW01-HeadlineRegula";
  font-size: 54px;
  line-height: 56px;
}
@media all and (max-width: 640px) {
  /* line 193, assets/sass/pages/_kandee.scss */
  .kandee-product .kandee-product__content h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
/* line 201, assets/sass/pages/_kandee.scss */
.kandee-product .kandee-product__content h2 span {
  font-family: "Bromello";
  font-size: 115%;
}
/* line 206, assets/sass/pages/_kandee.scss */
.kandee-product .kandee-product__content p {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
@media all and (max-width: 640px) {
  /* line 206, assets/sass/pages/_kandee.scss */
  .kandee-product .kandee-product__content p {
    font-size: 16px;
    line-height: 18px;
  }
}
/* line 217, assets/sass/pages/_kandee.scss */
.kandee-product .kandee-product__product-shot {
  background-position: 100% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media all and (max-width: 640px) {
  /* line 217, assets/sass/pages/_kandee.scss */
  .kandee-product .kandee-product__product-shot {
    right: -110px;
  }
}
@media all and (max-width: 640px) {
  /* line 217, assets/sass/pages/_kandee.scss */
  .kandee-product .kandee-product__product-shot {
    background-size: 90px auto;
    right: 0;
  }
}
/* line 236, assets/sass/pages/_kandee.scss */
.kandee-product.kandee-product--frosted .kandee-product__product-shot {
  background-image: url('assets/img/kandee/frosted-product.png?1591985801');
}
/* line 241, assets/sass/pages/_kandee.scss */
.kandee-product.kandee-product--cider .kandee-product__content {
  margin-left: 370px;
}
@media all and (max-width: 640px) {
  /* line 241, assets/sass/pages/_kandee.scss */
  .kandee-product.kandee-product--cider .kandee-product__content {
    margin: 0 18px 0 60px;
    padding-top: 72px;
  }
}
/* line 248, assets/sass/pages/_kandee.scss */
.kandee-product.kandee-product--cider .kandee-product__product-shot {
  background-position: 0 100%;
  right: auto;
  left: 0;
  background-image: url('assets/img/kandee/cider-product.png?1591985792');
}
/* line 256, assets/sass/pages/_kandee.scss */
.kandee-product.kandee-product--gumdrop .kandee-product__product-shot {
  background-image: url('assets/img/kandee/gumdrop-product.png?1591985766');
}

/* line 264, assets/sass/pages/_kandee.scss */
.kandee-exclusive .kandee-exclusive__title {
  padding: 18px;
}
@media all and (max-width: 640px) {
  /* line 264, assets/sass/pages/_kandee.scss */
  .kandee-exclusive .kandee-exclusive__title {
    padding-bottom: 0;
  }
}
/* line 269, assets/sass/pages/_kandee.scss */
.kandee-exclusive .kandee-exclusive__title h3 {
  color: #70629b;
  font-family: "Didot W01 Headline Bold";
  font-size: 27px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 640px) {
  /* line 269, assets/sass/pages/_kandee.scss */
  .kandee-exclusive .kandee-exclusive__title h3 {
    font-size: 24px;
  }
}
/* line 281, assets/sass/pages/_kandee.scss */
.kandee-exclusive .kandee-exclusive__carousel {
  padding: 30px 0;
}
@media all and (max-width: 640px) {
  /* line 281, assets/sass/pages/_kandee.scss */
  .kandee-exclusive .kandee-exclusive__carousel {
    padding-top: 0;
  }
}

/* line 289, assets/sass/pages/_kandee.scss */
.kandee-info {
  padding-top: 0;
}

/* line 293, assets/sass/pages/_kandee.scss */
.kandee-info__about {
  background: url('assets/img/kandee/leaf.png?1591985666') 50% 100%/auto 30px no-repeat;
  padding-bottom: 60px;
}
@media all and (max-width: 640px) {
  /* line 293, assets/sass/pages/_kandee.scss */
  .kandee-info__about {
    background: none;
    padding-bottom: 0;
  }
}
/* line 300, assets/sass/pages/_kandee.scss */
.kandee-info__about .et_pb_row {
  padding: 0;
}
/* line 303, assets/sass/pages/_kandee.scss */
.kandee-info__about p {
  color: #000;
  font-family: "DidotW01-DisplayRegular";
  font-size: 24px;
  line-height: 29px;
}
@media all and (max-width: 640px) {
  /* line 303, assets/sass/pages/_kandee.scss */
  .kandee-info__about p {
    font-size: 20px;
    line-height: 24px;
  }
}

/* line 315, assets/sass/pages/_kandee.scss */
.kandee-info__questions-header {
  text-align: center;
  margin: 21px 0;
}
/* line 318, assets/sass/pages/_kandee.scss */
.kandee-info__questions-header h3 {
  color: #ef3fa9;
  font-weight: 700;
  font-size: 42px;
}
@media all and (max-width: 640px) {
  /* line 318, assets/sass/pages/_kandee.scss */
  .kandee-info__questions-header h3 {
    font-size: 27px;
  }
}

/* line 328, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs {
  background: none;
  border: none;
}
/* line 331, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls {
  background: none;
  border: none;
  text-align: center;
}
@media all and (max-width: 640px) {
  /* line 331, assets/sass/pages/_kandee.scss */
  .kandee-info__questions.et_pb_tabs .et_pb_tabs_controls {
    text-align: left;
  }
}
/* line 338, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 175px;
  padding: 0;
  width: 33%;
}
@media all and (max-width: 640px) {
  /* line 338, assets/sass/pages/_kandee.scss */
  .kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li,
  .kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div {
    height: 150px;
    width: 100%;
  }
}
/* line 354, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_0 {
  background-image: url('assets/img/kandee/making-button-1.png?1591985666');
}
/* line 356, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0.et_pb_tab_active, .kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_0:hover,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_0.et_pb_tab_active,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_0:hover {
  background-image: url('assets/img/kandee/making-button-1-hover.png?1591985666');
}
/* line 361, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_1 {
  background-image: url('assets/img/kandee/making-button-2.png?1591985666');
}
/* line 363, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1.et_pb_tab_active, .kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_1:hover,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_1.et_pb_tab_active,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_1:hover {
  background-image: url('assets/img/kandee/making-button-2-hover.png?1591985666');
}
/* line 368, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_2 {
  background-image: url('assets/img/kandee/making-button-3.png?1591985666');
}
/* line 370, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2.et_pb_tab_active, .kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li.et_pb_tab_2:hover,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_2.et_pb_tab_active,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div.et_pb_tab_2:hover {
  background-image: url('assets/img/kandee/making-button-3-hover.png?1591985666');
}
/* line 375, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls li a,
.kandee-info__questions.et_pb_tabs .et_pb_tabs_controls div a {
  display: block;
  text-indent: -9999px;
}
/* line 381, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs div.et_pb_all_tabs {
  background: none;
}
/* line 383, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs div.et_pb_all_tabs h3 {
  color: #000;
  font-family: "Didot W01 Headline Bold";
  font-size: 36px;
}
@media all and (max-width: 640px) {
  /* line 383, assets/sass/pages/_kandee.scss */
  .kandee-info__questions.et_pb_tabs div.et_pb_all_tabs h3 {
    font-size: 24px;
  }
}
/* line 391, assets/sass/pages/_kandee.scss */
.kandee-info__questions.et_pb_tabs div.et_pb_all_tabs p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

/* line 400, assets/sass/pages/_kandee.scss */
.quick-hits {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 403, assets/sass/pages/_kandee.scss */
.quick-hits .et_pb_row,
.quick-hits .et_pb_slide_description {
  padding: 0 !important;
}
/* line 407, assets/sass/pages/_kandee.scss */
.quick-hits .quick-hits__header {
  text-align: center;
}
/* line 409, assets/sass/pages/_kandee.scss */
.quick-hits .quick-hits__header h3 {
  color: #ef3fa9;
  font-size: 60px;
  font-family: "Bromello";
  margin: 0;
}
@media all and (max-width: 640px) {
  /* line 409, assets/sass/pages/_kandee.scss */
  .quick-hits .quick-hits__header h3 {
    font-size: 40px;
  }
}
/* line 418, assets/sass/pages/_kandee.scss */
.quick-hits .quick-hits__header h4 {
  color: #ef3fa9;
  font-size: 42px;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 640px) {
  /* line 418, assets/sass/pages/_kandee.scss */
  .quick-hits .quick-hits__header h4 {
    font-size: 30px;
  }
}
/* line 428, assets/sass/pages/_kandee.scss */
.quick-hits .quick-hits__slider {
  /*
  .et-pb-arrow-next,
  .et-pb-arrow-prev {
    height: 48px;
    display: block;
    text-indent: -9999px;
  }
  .et-pb-arrow-prev {
    background: url(https://www.ogxbeauty.com/wp-content/uploads/2017/02/LeftArrow.png) 50% 50% / 48px auto;
  }
  */
}
/* line 429, assets/sass/pages/_kandee.scss */
.quick-hits .quick-hits__slider .et_pb_slide {
  background: none !important;
  box-shadow: none;
}
/* line 432, assets/sass/pages/_kandee.scss */
.quick-hits .quick-hits__slider .et_pb_slide .et_pb_slide_description {
  padding: 20px 0;
}
/* line 435, assets/sass/pages/_kandee.scss */
.quick-hits .quick-hits__slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h3 {
  font-family: "Didot W01 Headline Bold";
  font-size: 36px;
  color: #000 !important;
}
@media all and (max-width: 640px) {
  /* line 435, assets/sass/pages/_kandee.scss */
  .quick-hits .quick-hits__slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h3 {
    font-size: 24px;
  }
}
/* line 443, assets/sass/pages/_kandee.scss */
.quick-hits .quick-hits__slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4 {
  color: #000 !important;
  font-size: 18px;
}

/* line 465, assets/sass/pages/_kandee.scss */
.kandee-snowflake {
  height: 200px;
  background: url('assets/img/kandee/snowflake.png?1591985697') 50% 100%/auto 100% no-repeat;
}

/* line 471, assets/sass/pages/_kandee.scss */
.kandee-tabs {
  height: 40px !important;
  float: left;
  width: 100%;
  z-index: 9998 !important;
}
@media all and (max-width: 1100px) {
  /* line 471, assets/sass/pages/_kandee.scss */
  .kandee-tabs {
    display: none;
  }
}
/* line 479, assets/sass/pages/_kandee.scss */
.kandee-tabs ul {
  width: 100%;
  float: left;
  height: 40px;
}
/* line 483, assets/sass/pages/_kandee.scss */
.kandee-tabs ul li {
  float: left;
  width: calc(33.33% - 1px);
  border-right: 1px solid #70629b;
}
/* line 487, assets/sass/pages/_kandee.scss */
.kandee-tabs ul li:last-child {
  border-right: none;
  width: 33.33%;
}
/* line 491, assets/sass/pages/_kandee.scss */
.kandee-tabs ul li a {
  display: block;
  background: #fff;
  border-bottom: 1px solid #70629b;
  color: #70629b !important;
  font-size: 22px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
@media all and (max-width: 1100px) {
  /* line 491, assets/sass/pages/_kandee.scss */
  .kandee-tabs ul li a {
    font-size: 15px;
  }
}
/* line 503, assets/sass/pages/_kandee.scss */
.kandee-tabs ul li a.active {
  background: url('assets/img/kandee/page-bg.jpg?1591985767') 50% 0/100% auto repeat-y;
  border-bottom: none;
}

/* line 1, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-wrapper {
  background-color: #f28eb9 !important;
}

/* line 16, assets/sass/pages/_bonding-plex.scss */
#post-4326 .et_pb_section_2 {
  height: auto;
}

/* line 20, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature {
  max-width: 1450px;
  margin: 0 auto;
}
/* line 24, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy {
  padding: 60px 40px 40px 40px;
  color: #fff;
}
@media all and (max-width: 767px) {
  /* line 24, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy {
    padding: 40px 20px 10px 20px;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  /* line 24, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy {
    position: absolute;
    top: 20%;
    padding: 0 0 0 40px;
    max-width: 54%;
  }
}
/* line 38, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy h2 {
  font-family: "Heavitas";
  color: #fff;
  display: block;
}
/* line 43, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy .text1, .bonding-plex-feature .copy .text2, .bonding-plex-feature .copy .text3, .bonding-plex-feature .copy .one-line {
  text-transform: uppercase;
  display: block;
}
@media all and (min-width: 768px) {
  /* line 47, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .one-line-desktop {
    display: block;
  }
}
/* line 52, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy .text1, .bonding-plex-feature .copy h2 {
  font-size: 60px;
  line-height: 60px;
}
/* line 56, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy .text2 {
  font-family: "Heavitas";
}
@media all and (min-width: 768px) {
  /* line 56, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text2 {
    width: 69%;
  }
}
/* line 62, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy .text3 {
  font-family: "lato-light";
}
@media all and (min-width: 850px) {
  /* line 62, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text3 {
    width: 84%;
  }
}
/* line 68, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy .text2, .bonding-plex-feature .copy .text3 {
  font-size: 36px;
  line-height: 42px;
}
@media all and (max-width: 1239px) {
  /* line 74, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text1, .bonding-plex-feature .copy h2 {
    font-size: 48px;
    line-height: 48px;
  }
  /* line 78, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text2, .bonding-plex-feature .copy .text3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media all and (max-width: 1079px) {
  /* line 84, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text1, .bonding-plex-feature .copy h2 {
    font-size: 38px;
    line-height: 38px;
  }
  /* line 88, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text2, .bonding-plex-feature .copy .text3 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media all and (max-width: 849px) {
  /* line 95, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text2, .bonding-plex-feature .copy .text3 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 599px) {
  /* line 101, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text1, .bonding-plex-feature .copy h2 {
    font-size: 32px;
    line-height: 32px;
  }
  /* line 105, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text2, .bonding-plex-feature .copy .text3 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (max-width: 374px) {
  /* line 111, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text1, .bonding-plex-feature .copy h2 {
    font-size: 26px;
    line-height: 26px;
  }
  /* line 115, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text2, .bonding-plex-feature .copy .text3 {
    font-size: 13px;
    line-height: 16px;
  }
}
@media all and (max-width: 339px) {
  /* line 121, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text2, .bonding-plex-feature .copy .text3 {
    font-size: 12px;
    line-height: 15px;
  }
}
@media all and (min-width: 599px) and (max-width: 849px) {
  /* line 128, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy .text1, .bonding-plex-feature .copy h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
/* line 136, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy p {
  font-size: 22px;
  line-height: 24px;
}
/* line 140, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .copy a {
  width: 100%;
  font-size: 17px;
  line-height: 17px;
  padding: 7px 10px;
  margin: 18px auto 0 0;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  max-width: 375px;
  border-radius: 16px;
  position: relative;
  text-indent: 0;
  display: inline-block;
  width: auto;
}
@media all and (max-width: 767px) {
  /* line 140, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy a {
    padding: 5px 15px;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    margin-top: 9px;
  }
}
@media all and (max-width: 479px) {
  /* line 140, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .copy a {
    line-height: 11px;
    font-size: 11px;
  }
}
/* line 169, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .mast-image {
  padding-left: 20px;
}
@media all and (min-width: 768px) {
  /* line 169, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .mast-image {
    float: right;
    width: 59%;
    margin-bottom: -10px;
    padding-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 849px) {
  /* line 169, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-feature .mast-image {
    width: 54%;
  }
}
/* line 180, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-feature .mast-image img {
  width: 100%;
}

/* line 186, assets/sass/pages/_bonding-plex.scss */
.bp-step-intro {
  padding: 0 !important;
}
/* line 188, assets/sass/pages/_bonding-plex.scss */
.bp-step-intro .et_pb_row {
  font-size: 16px;
  text-align: center;
  color: #595959;
  padding: 18px 12px;
  text-transform: uppercase;
}

/* line 197, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video {
  padding: 80px 38px !important;
  position: relative;
  background-color: #827ac2 !important;
}
@media all and (max-width: 767px) {
  /* line 197, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-video {
    height: auto;
    padding: 40px 38px !important;
  }
}
/* line 208, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video h4 {
  color: #fff;
  font-family: "Heavitas";
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media all and (min-width: 1280px) {
  /* line 208, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-video h4 {
    font-size: 53px;
    line-height: 56px;
  }
}
@media all and (min-width: 1385px) {
  /* line 208, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-video h4 {
    font-size: 54px;
  }
}
@media all and (min-width: 768px) and (max-width: 1059px) {
  /* line 208, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-video h4 {
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
/* line 232, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video p {
  font-size: 27px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}
@media all and (min-width: 1280px) {
  /* line 232, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-video p {
    font-size: 35px;
    line-height: 42px;
  }
}
@media all and (min-width: 768px) and (max-width: 1059px) {
  /* line 232, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-video p {
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
}
/* line 247, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video .left {
  float: left;
  width: 48%;
}
@media all and (max-width: 767px) {
  /* line 247, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-video .left {
    margin-bottom: 40px;
  }
}
/* line 254, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video .right {
  float: right;
  width: 50%;
}
/* line 257, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video .right a {
  overflow: hidden;
  display: block;
  position: relative;
}
/* line 262, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video .right a:hover img {
  transition: all .4s ease-in-out;
  transform: scale(1.03);
}
/* line 267, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video .right a img {
  width: 100%;
  height: auto;
}
/* line 272, assets/sass/pages/_bonding-plex.scss */
.bonding-plex-video .right .hugeicons-play-circle-o:before {
  content: " ";
}
@media all and (max-width: 767px) {
  /* line 277, assets/sass/pages/_bonding-plex.scss */
  .bonding-plex-video .left, .bonding-plex-video .right {
    float: none;
    width: 100%;
  }
}

/* line 286, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper {
  padding: 0 38px !important;
  position: relative;
  height: 451px;
}
@media all and (max-width: 767px) {
  /* line 286, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper {
    height: auto;
  }
}
/* line 293, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper.orange {
  background-color: #f98226;
}
/* line 296, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper.blue {
  background-color: #20cbd4;
}
/* line 299, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper.green {
  background-color: #7ccc79;
}
/* line 302, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step {
  height: 451px;
  max-width: 1450px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  /* line 302, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step {
    height: auto;
  }
}
/* line 309, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step .copy {
  float: right;
  height: 451px;
  width: 56%;
  position: relative;
}
@media all and (max-width: 767px) {
  /* line 309, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 42px;
  }
}
/* line 320, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step .copy .step {
  position: absolute;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 160px;
}
@media all and (max-width: 767px) {
  /* line 320, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy .step {
    position: relative;
    margin: 0 auto 20px auto;
    height: 220px;
    top: 10px;
    width: 160px;
    background-position: 50% 100%;
  }
}
/* line 336, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step .copy .instruction {
  padding-top: 187px;
  padding-left: 190px;
  color: #fff;
}
@media all and (max-width: 767px) {
  /* line 336, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy .instruction {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
/* line 346, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step .copy .instruction h2 {
  font-family: "Heavitas";
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 5px;
}
@media all and (min-width: 768px) {
  /* line 346, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy .instruction h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media all and (min-width: 1024px) {
  /* line 346, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy .instruction h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media all and (min-width: 1260px) {
  /* line 346, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy .instruction h2 {
    font-size: 53px;
    line-height: 53px;
  }
}
/* line 365, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step .copy .instruction p {
  font-size: 18px;
  line-height: 20px;
}
@media all and (min-width: 768px) {
  /* line 365, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy .instruction p {
    padding-right: 15%;
    font-size: 24px;
    line-height: 24px;
  }
}
@media all and (min-width: 1024px) {
  /* line 365, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy .instruction p {
    font-size: 30px;
    line-height: 32px;
  }
}
@media all and (min-width: 1260px) {
  /* line 365, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .copy .instruction p {
    font-size: 36px;
    line-height: 38px;
  }
}
/* line 386, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step .feature-img {
  position: absolute;
  height: 100%;
  background-size: 95% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 40%;
}
@media all and (max-width: 767px) {
  /* line 386, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .feature-img {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
@media all and (max-width: 360px) {
  /* line 386, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .feature-img {
    height: 230px;
    margin-top: -20px;
  }
}
@media all and (min-width: 490px) and (max-width: 639px) {
  /* line 386, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .feature-img {
    height: 390px;
  }
}
@media all and (min-width: 490px) and (max-width: 639px) {
  /* line 386, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .feature-img {
    height: 390px;
  }
}
@media all and (min-width: 640px) and (max-width: 767px) {
  /* line 386, assets/sass/pages/_bonding-plex.scss */
  .bp-step-wrapper .bp-step .feature-img {
    height: 500px;
    background-size: 85% auto;
  }
}
/* line 416, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step.bp-step--1 .copy .step {
  background-image: url('assets/img/bonding-plex/step-1.png?1591985655');
}
/* line 420, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step.bp-step--1 .feature-img {
  background-image: url('assets/img/bonding-plex/bondingplex-new-product-1.png?1591985803');
}
/* line 426, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step.bp-step--2 .copy .step {
  background-image: url('assets/img/bonding-plex/step-2.png?1591985655');
}
/* line 430, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step.bp-step--2 .feature-img {
  background-image: url('assets/img/bonding-plex/bondingplex-new-product-2.png?1591985796');
}
/* line 436, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step.bp-step--3 .copy .step {
  background-image: url('assets/img/bonding-plex/step-3.png?1591985655');
}
/* line 440, assets/sass/pages/_bonding-plex.scss */
.bp-step-wrapper .bp-step.bp-step--3 .feature-img {
  background-image: url('assets/img/bonding-plex/bondingplex-new-product-3.png?1591985796');
}

/* line 452, assets/sass/pages/_bonding-plex.scss */
body.en-ca .bp-step-wrapper .bp-step.bp-step--1 .feature-img,
body.fr-ca .bp-step-wrapper .bp-step.bp-step--1 .feature-img {
  background-image: url('assets/img/bonding-plex/product-1-ca.png?1591985804');
}
/* line 457, assets/sass/pages/_bonding-plex.scss */
body.en-ca .bp-step-wrapper .bp-step.bp-step--2 .feature-img,
body.fr-ca .bp-step-wrapper .bp-step.bp-step--2 .feature-img {
  background-image: url('assets/img/bonding-plex/product-2-ca.png?1591985789');
}
/* line 462, assets/sass/pages/_bonding-plex.scss */
body.en-ca .bp-step-wrapper .bp-step.bp-step--3 .feature-img,
body.fr-ca .bp-step-wrapper .bp-step.bp-step--3 .feature-img {
  background-image: url('assets/img/bonding-plex/product-3-ca.png?1591985780');
}

/* line 475, assets/sass/pages/_bonding-plex.scss */
body.fr-ca .bp-step-wrapper .bp-step.bp-step--1 .copy .step {
  background-image: url('assets/img/bonding-plex/step-1-ca.png?1591985655');
}
/* line 482, assets/sass/pages/_bonding-plex.scss */
body.fr-ca .bp-step-wrapper .bp-step.bp-step--2 .copy .step {
  background-image: url('assets/img/bonding-plex/step-2-ca.png?1591985655');
}
/* line 489, assets/sass/pages/_bonding-plex.scss */
body.fr-ca .bp-step-wrapper .bp-step.bp-step--3 .copy .step {
  background-image: url('assets/img/bonding-plex/step-3-ca.png?1591985655');
}

/* line 3, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper.ogx-banner-wrapper--bamboo .et_parallax_bg {
  background-position: 100% 50%;
}
@media all and (max-width: 768px) {
  /* line 3, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper.ogx-banner-wrapper--bamboo .et_parallax_bg {
    background-position: bottom left;
  }
}
/* line 12, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner .float-text {
  position: absolute;
  color: #fff;
  z-index: 2;
}
/* line 16, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner .float-text * {
  color: #fff;
}
/* line 19, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner .float-text h3 {
  font-family: "Didot-Italic";
  font-size: 30.5px;
  padding: 0;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  /* line 19, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner .float-text h3 {
    font-size: 22px !important;
    line-height: 25px !important;
    margin-bottom: 9px;
  }
}
/* line 30, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner .float-text p {
  font-size: 16.5px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  line-height: 19px;
}
@media all and (max-width: 768px) {
  /* line 30, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner .float-text p {
    font-size: 13px !important;
    line-height: 17px !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }
}
/* line 42, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner .float-text.float-text-right {
  text-align: right;
}
@media all and (max-width: 768px) {
  /* line 12, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner .float-text {
    margin-top: 27px;
    position: relative;
    width: 100% !important;
    text-align: center !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
  }
}
/* line 59, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .float-text * {
  color: #c85e03;
}
/* line 62, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .float-text.float-text-1 {
  top: 110px;
  left: 264px;
  width: 340px;
}
/* line 68, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .float-text.float-text-2 {
  top: 286px;
  left: 351px;
  width: 360px;
}
/* line 75, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__copy h2 {
  color: #c85e03;
  font-size: 110px;
  line-height: 150px;
  font-family: "Didot-Italic";
}
@media all and (max-width: 768px) {
  /* line 75, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__copy h2 {
    font-size: 72px;
    line-height: 99px;
  }
}
/* line 84, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__copy h2 span {
  font-family: "REIS";
  display: block;
  font-size: 120px;
  line-height: 120px;
}
@media all and (max-width: 768px) {
  /* line 84, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__copy h2 span {
    font-size: 78px;
    line-height: 69px;
  }
}
/* line 95, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__copy p {
  color: #c85e03;
}
/* line 99, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__img {
  background-image: url('assets/img/styling/honey-hold-product-mobile.png?1591985786');
}
@media all and (max-width: 768px) {
  /* line 99, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__img {
    background-image: none;
  }
}
/* line 109, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .float-text * {
  color: #603094;
}
/* line 112, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .float-text.float-text-1 {
  top: 90px;
  right: 269px;
  width: 288px;
}
/* line 117, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .float-text.float-text-2 {
  top: 275px;
  right: 303px;
  width: 410px;
}
/* line 123, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .ogx-banner__copy {
  padding-top: 115px;
}
@media all and (max-width: 768px) {
  /* line 123, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .ogx-banner__copy {
    padding-top: 50px;
  }
}
/* line 128, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .ogx-banner__copy h2 {
  color: #603094;
}
/* line 130, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .ogx-banner__copy h2 span {
  font-family: "Didot-Italic";
}
/* line 134, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .ogx-banner__copy p {
  color: #603094;
}
/* line 138, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .ogx-banner__img {
  background-image: url('assets/img/styling/shea-sleek-product-mobile.png?1591985769');
}
/* line 145, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .float-text * {
  color: #11696c;
}
/* line 148, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .float-text.float-text-1 {
  top: 79px;
  left: 349px;
  width: 288px;
}
/* line 153, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .float-text.float-text-2 {
  top: 280px;
  left: 443px;
  width: 292px;
}
/* line 159, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .ogx-banner__copy {
  padding-top: 66px;
}
@media all and (max-width: 768px) {
  /* line 159, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .ogx-banner__copy {
    padding-top: 50px;
  }
}
/* line 164, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .ogx-banner__copy h2 {
  font-size: 105px;
  line-height: 105px;
}
@media all and (max-width: 1200px) {
  /* line 164, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .ogx-banner__copy h2 {
    font-size: 51px;
    line-height: 60px;
  }
}
/* line 171, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .ogx-banner__copy h2 span {
  font-family: "Didot-Italic";
}
/* line 176, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .ogx-banner__img {
  background-image: url('assets/img/styling/curls-product-mobile.png?1591985794');
}
/* line 186, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .float-text h3 {
  font-size: 24px;
}
/* line 189, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .float-text p {
  font-size: 12px;
  line-height: 13px;
}
/* line 193, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .float-text.float-text-1 {
  top: 305px;
  right: 662px;
  width: 340px;
}
/* line 198, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .float-text.float-text-2 {
  top: 40px;
  right: 365px;
  width: 300px;
}
/* line 202, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .float-text.float-text-2 p {
  max-width: 280px;
  margin-left: auto;
}
/* line 207, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .float-text.float-text-3 {
  top: 187px;
  right: 365px;
  width: 250px;
}
/* line 212, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .float-text.float-text-4 {
  right: 365px;
  width: 284px;
  top: 305px;
}
/* line 220, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__copy h2 span {
  font-family: "REIS";
  font-size: 110px;
}
@media all and (max-width: 768px) {
  /* line 220, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__copy h2 span {
    font-size: 69px;
  }
}
/* line 229, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__img {
  background-image: url('assets/img/styling/bamboo-product.png?1591985802');
}
/* line 236, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .float-text * {
  color: #000;
}
/* line 239, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .float-text.float-text-1 {
  top: 53px;
  left: 146px;
  width: 440px;
}
/* line 244, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .float-text.float-text-2 {
  top: 160px;
  left: 346px;
  width: 335px;
}
/* line 249, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .float-text.float-text-3 {
  top: 297px;
  left: 473px;
  width: 330px;
}
/* line 255, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__copy {
  text-align: center;
  max-width: 540px;
  padding-top: 90px;
}
@media all and (max-width: 768px) {
  /* line 255, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__copy {
    padding-top: 60px;
  }
}
/* line 262, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__copy h2 {
  font-family: "Didot-Italic";
  font-size: 96px;
  color: #000;
  margin-bottom: 42px;
  text-align: center;
}
@media all and (max-width: 768px) {
  /* line 262, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__copy h2 {
    font-size: 69px;
  }
}
/* line 271, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__copy h2 span {
  font-family: "REIS";
  font-size: 120px;
  display: block;
  font-style: normal;
}
@media all and (max-width: 768px) {
  /* line 271, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__copy h2 span {
    font-size: 81px;
  }
}
/* line 281, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__copy p {
  color: #000;
  text-align: center;
}
/* line 286, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__img {
  background-image: url('assets/img/styling/texture-product-mobile.png?1591985786');
}
/* line 293, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .float-text h3 {
  font-size: 27px;
}
/* line 296, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .float-text.float-text-1 {
  top: 41px;
  right: 453px;
  width: 345px;
}
/* line 301, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .float-text.float-text-2 {
  top: 187px;
  right: 453px;
  width: 265px;
}
/* line 306, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .float-text.float-text-3 {
  top: 327px;
  right: 453px;
  width: 490px;
}
/* line 312, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__copy {
  max-width: 540px;
  padding-top: 90px;
}
@media all and (max-width: 768px) {
  /* line 312, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__copy {
    padding-top: 60px;
  }
}
/* line 318, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__copy h2 {
  font-family: "Didot-Italic";
}
/* line 320, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__copy h2 span {
  font-family: "REIS";
  font-size: 90px;
  font-style: normal;
}
@media all and (max-width: 768px) {
  /* line 320, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__copy h2 span {
    font-size: 69px;
  }
}
/* line 329, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__copy p {
  max-width: 330px;
}
@media all and (max-width: 768px) {
  /* line 329, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__copy p {
    max-width: none;
  }
}
/* line 336, assets/sass/pages/_styling.scss */
.ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__img {
  background-image: url('assets/img/styling/silk-product-mobile.png?1591985803');
}
@media all and (max-width: 768px) {
  /* line 340, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner .ogx-banner__img {
    background-image: none !important;
  }
}

@media all and (min-width: 769px) and (max-width: 1200px) {
  /* line 352, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner .float-text p {
    font-size: 14px;
    line-height: 17px;
  }
  /* line 363, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__img, .ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__img, .ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__img {
    background-size: 300px auto;
  }
  /* line 369, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__copy h2 {
    font-size: 90px;
    line-height: 120px;
  }
  /* line 372, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__copy h2 span {
    font-size: 70px;
    line-height: 40px;
  }
  /* line 380, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .float-text-1 {
    left: 105px !important;
  }
  /* line 383, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .float-text-2 {
    left: 230px !important;
  }
  /* line 386, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .float-text-3 {
    left: 290px !important;
  }
  /* line 391, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__copy h2 span {
    line-height: 100px;
  }
  /* line 398, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .float-text {
    transform: translate(170px, 0) !important;
    -webkit-transform: translate(170px, 0) !important;
    -ms-transform: translate(170px, 0) !important;
    -moz-transform: translate(170px, 0) !important;
  }
  /* line 403, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .float-text.float-text-1 {
    width: 290px;
  }
  /* line 409, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .float-text {
    transform: translate(130px, 0) !important;
    -webkit-transform: translate(130px, 0) !important;
    -ms-transform: translate(130px, 0) !important;
    -moz-transform: translate(130px, 0) !important;
  }
  /* line 416, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__copy h2 {
    font-size: 40px;
    line-height: 60px;
  }
  /* line 419, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__copy h2 .pad-left-lg {
    padding-left: 18px;
  }
  /* line 422, assets/sass/pages/_styling.scss */
  .ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__copy h2 span {
    font-size: 60px;
    line-height: 30px;
  }
}
@media all and (min-width: 769px) {
  /* line 440, assets/sass/pages/_styling.scss */
  body.en-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__img,
  body.fr-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--honey-hold .ogx-banner__img {
    background-image: url('assets/img/styling/honey-hold-product-ca.png?1591985785');
  }
  /* line 445, assets/sass/pages/_styling.scss */
  body.en-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .ogx-banner__img,
  body.fr-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--shea-sleek .ogx-banner__img {
    background-image: url('assets/img/styling/shea-sleek-product-ca.png?1591985769');
  }
  /* line 450, assets/sass/pages/_styling.scss */
  body.en-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .ogx-banner__img,
  body.fr-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--coconut-curls .ogx-banner__img {
    background-image: url('assets/img/styling/curls-product-ca.png?1591985802');
  }
  /* line 455, assets/sass/pages/_styling.scss */
  body.en-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__img,
  body.fr-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--bamboo .ogx-banner__img {
    background-image: url('assets/img/styling/bamboo-product-ca.png?1591985794');
  }
  /* line 460, assets/sass/pages/_styling.scss */
  body.en-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__img,
  body.fr-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--texture .ogx-banner__img {
    background-image: url('assets/img/styling/texture-product-ca.png?1591985786');
  }
  /* line 465, assets/sass/pages/_styling.scss */
  body.en-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__img,
  body.fr-ca .ogx-banner-wrapper .ogx-banner.ogx-banner--silk-blowout .ogx-banner__img {
    background-image: url('assets/img/styling/silk-product-ca.png?1591985803');
  }
}
/* line 3, assets/sass/pages/_page-not-found.scss */
body.page-not-found #content-area,
body.page-not-found #left-area,
body.error404 #content-area,
body.error404 #left-area {
  padding: 0 !important;
  margin: 0;
  width: 100% !important;
  max-width: none;
}
/* line 11, assets/sass/pages/_page-not-found.scss */
body.page-not-found #sidebar,
body.error404 #sidebar {
  display: none;
}
/* line 15, assets/sass/pages/_page-not-found.scss */
body.page-not-found .et_pb_post:last-child,
body.error404 .et_pb_post:last-child {
  margin-bottom: 0;
}
/* line 19, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content > .container,
body.error404 #main-content > .container {
  max-width: none;
  width: 100%;
  padding: 0;
}
/* line 24, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .et_pb_section,
body.error404 #main-content .et_pb_section {
  padding: 0 !important;
}
/* line 27, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .et_pb_row.et_pb_row_fullwidth,
body.error404 #main-content .et_pb_row.et_pb_row_fullwidth {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
/* line 32, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content h1,
body.error404 #main-content h1 {
  display: none;
}
/* line 36, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper,
body.error404 #main-content .page-not-found-wrapper {
  position: relative;
}
/* line 38, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper img,
body.error404 #main-content .page-not-found-wrapper img {
  margin-bottom: -10px;
}
/* line 41, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content,
body.error404 #main-content .page-not-found-wrapper .page-not-found-content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  margin-left: -50%;
}
/* line 48, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content > .container,
body.error404 #main-content .page-not-found-wrapper .page-not-found-content > .container {
  padding-top: 40px;
}
@media only screen and (min-width: 767px) {
  /* line 48, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content > .container,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content > .container {
    width: 90%;
  }
}
@media only screen and (min-width: 981px) {
  /* line 48, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content > .container,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content > .container {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 48, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content > .container,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content > .container {
    padding-top: 67px;
  }
}
/* line 61, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
  color: #fff;
  font-family: "Heavitas";
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  /* line 61, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) {
  /* line 61, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 61, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 981px) {
  /* line 61, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 59px;
    line-height: 59px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 61, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 84px;
    line-height: 84px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 61, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content h2,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content h2 {
    font-size: 98px;
    line-height: 90px;
  }
}
/* line 96, assets/sass/pages/_page-not-found.scss */
body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
  color: #fff;
  font-family: "lato-light";
  font-size: 16px;
  line-height: 18px;
}
@media only screen and (max-width: 979px) {
  /* line 96, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    text-shadow: 0 0 3px #333;
  }
}
@media only screen and (min-width: 480px) {
  /* line 96, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 96, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 31px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 981px) {
  /* line 96, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 1400px) {
  /* line 96, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 50px;
    line-height: 54px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 96, assets/sass/pages/_page-not-found.scss */
  body.page-not-found #main-content .page-not-found-wrapper .page-not-found-content p,
  body.error404 #main-content .page-not-found-wrapper .page-not-found-content p {
    font-size: 62px;
    line-height: 66px;
  }
}
/* line 130, assets/sass/pages/_page-not-found.scss */
body.page-not-found .footer-social .et_pb_column,
body.error404 .footer-social .et_pb_column {
  float: none;
}
/* line 135, assets/sass/pages/_page-not-found.scss */
body.page-not-found .footer-navigation .et_pb_column,
body.error404 .footer-navigation .et_pb_column {
  margin-right: 5.5%;
}
@media only screen and (min-width: 981px) {
  /* line 142, assets/sass/pages/_page-not-found.scss */
  body.page-not-found .footer__bottom .et_pb_column_1_3,
  body.error404 .footer__bottom .et_pb_column_1_3 {
    width: 29.6%;
    margin-right: 5.5%;
  }
}

/* line 1, assets/sass/pages/_sitemap.scss */
#main-content.sitemap {
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  /* line 1, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap {
    padding: 20px;
  }
}
/* line 6, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .et_pb_section {
  margin: 0 -20px;
}
/* line 9, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .default-cursor a {
  cursor: pointer;
}
/* line 12, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .ogx-banner-wrapper--ogx-shop {
  cursor: pointer;
}
/* line 15, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .et_pb_section {
  padding: 0;
}
/* line 23, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
  display: block;
  position: relative;
  z-index: 99;
  background-color: #f9f9f9;
  border: #d5d5d5 1px solid;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  /* line 23, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column {
    width: 49%;
  }
  /* line 36, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column:nth-child(3) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 460px) {
  /* line 23, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column {
    width: 100%;
    float: none;
    margin-left: 0;
    height: auto !important;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -3px;
    margin-bottom: 0;
  }
  /* line 51, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column:nth-child(3) {
    clear: left;
    margin-left: 0;
  }
}
/* line 57, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column.first {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  /* line 57, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column.first {
    height: auto !important;
  }
}
@media screen and (max-width: 460px) {
  /* line 57, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column.first {
    border-top: #d5d5d5 1px solid;
    padding-top: 15px;
  }
}
/* line 69, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column ul.menu > ul, #main-content.sitemap .column ul.shop > ul {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  /* line 69, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column ul.menu > ul, #main-content.sitemap .column ul.shop > ul {
    padding-left: 5px;
  }
}
/* line 76, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column ul.menu li a, #main-content.sitemap .column ul.shop li a {
  font-size: 12px;
  line-height: 25px;
}
/* line 79, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column ul.menu li a.sitemap-cat, #main-content.sitemap .column ul.shop li a.sitemap-cat {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  /* line 76, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column ul.menu li a, #main-content.sitemap .column ul.shop li a {
    font-size: 10px;
    line-height: 21px;
  }
  /* line 86, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column ul.menu li a.sitemap-cat, #main-content.sitemap .column ul.shop li a.sitemap-cat {
    font-weight: 700;
    font-size: 14px;
  }
}
/* line 94, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column ul.menu > li > a, #main-content.sitemap .column ul.shop > li > a {
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  /* line 94, assets/sass/pages/_sitemap.scss */
  #main-content.sitemap .column ul.menu > li > a, #main-content.sitemap .column ul.shop > li > a {
    font-weight: 700;
    font-size: 14px;
  }
}
/* line 104, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column ul.menu.default-cursor a, #main-content.sitemap .column ul.shop.default-cursor a {
  cursor: pointer;
}
/* line 110, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column ul.menu ul {
  padding-left: 10px;
}
/* line 115, assets/sass/pages/_sitemap.scss */
#main-content.sitemap .column ul.shop > ul {
  padding-left: 10px;
}

/* line 1, assets/sass/pages/_sustainability.scss */
#sustainability-text {
  max-width: 100%;
}
/* line 3, assets/sass/pages/_sustainability.scss */
#sustainability-text ul {
  list-style: disc;
  list-style-position: inside;
  padding-bottom: 1em;
}
/* line 8, assets/sass/pages/_sustainability.scss */
#sustainability-text li {
  padding: 5px 10px;
}

/* line 2, assets/sass/pages/_love_labs.scss */
.page-id-7305 #breadcrumbs {
  display: none;
}
/* line 5, assets/sass/pages/_love_labs.scss */
.page-id-7305 .et_pb_section.love-labs {
  padding-top: 0%;
  padding-bottom: 0%;
  margin-bottom: 0px !important;
}

/* line 1, assets/sass/banner/hair-wants.scss */
#hair-wants-style {
  align-items: center;
  padding: 0px;
  color: white;
  position: relative;
}
/* line 7, assets/sass/banner/hair-wants.scss */
#hair-wants-style > .row {
  background-color: #f9743b;
  padding-top: 4px;
}
/* line 13, assets/sass/banner/hair-wants.scss */
#hair-wants-style .overlay img {
  width: 100%;
  display: block;
  overflow: hidden;
}
/* line 20, assets/sass/banner/hair-wants.scss */
#hair-wants-style .col-content {
  position: relative;
  padding-top: 15%;
  padding-bottom: 0;
}
/* line 24, assets/sass/banner/hair-wants.scss */
#hair-wants-style .col-content h2 {
  font-family: 'Osmund Rounded';
  font-weight: bold;
  font-size: calc(10px + 4vw);
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #ffff;
}
/* line 34, assets/sass/banner/hair-wants.scss */
#hair-wants-style .col-content p {
  font-family: 'Avenir Next LT Pro';
  font-weight: bold;
  font-size: calc(8px + 1vw);
}
/* line 39, assets/sass/banner/hair-wants.scss */
#hair-wants-style .col-content .circle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: calc(-40px + -1.5vw);
  margin-top: calc(-40px + -1.5vw);
  z-index: 2;
  height: 10vw;
  width: 10vw;
  min-height: 50px;
  min-width: 50px;
  max-height: 80px;
  max-width: 80px;
  background-color: #25cad2;
  border-radius: 50%;
  opacity: 0.8;
}
/* line 64, assets/sass/banner/hair-wants.scss */
#hair-wants-style .col-content .circle-wrap .circle {
  font-family: 'Osmund Rounded';
  transform: rotate(-25deg);
  font-size: calc(12px + 1vw);
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
/* line 75, assets/sass/banner/hair-wants.scss */
#hair-wants-style .glider-contain {
  max-width: 90%;
  padding-bottom: 30px;
}
/* line 80, assets/sass/banner/hair-wants.scss */
#hair-wants-style .glider-next, #hair-wants-style .glider-prev {
  color: white;
}
/* line 84, assets/sass/banner/hair-wants.scss */
#hair-wants-style .glider-slide {
  padding: 20px 5px;
  text-align: center;
}
/* line 87, assets/sass/banner/hair-wants.scss */
#hair-wants-style .glider-slide img {
  max-width: calc(60px + 5vw);
}
/* line 90, assets/sass/banner/hair-wants.scss */
#hair-wants-style .glider-slide:hover {
  transition: all 0.2s ease;
  transform: scale(1.15);
}
/* line 96, assets/sass/banner/hair-wants.scss */
#hair-wants-style .glide-label {
  width: 85%;
  margin: 0 auto;
}
/* line 99, assets/sass/banner/hair-wants.scss */
#hair-wants-style .glide-label span {
  font-family: 'Osmund Rounded';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 1px;
  color: white;
  display: inline-block;
  padding: 6px 12px;
  background-color: #25cad2;
  text-transform: uppercase;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
/* line 9, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 5% !important;
}
/* line 18, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter ul {
  padding: 0;
  line-height: 1;
  list-style-type: none;
}

/* line 24, assets/sass/abstracts/_lightslider.scss */
.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

/* line 28, assets/sass/abstracts/_lightslider.scss */
.lightSlider {
  overflow: hidden;
  margin: 0;
}

/* line 32, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 225px;
}

/* line 39, assets/sass/abstracts/_lightslider.scss */
.slider__outer {
  position: relative;
}

/* line 43, assets/sass/abstracts/_lightslider.scss */
.lsPrev {
  position: absolute;
  top: 70px;
  left: 0;
}

/* line 49, assets/sass/abstracts/_lightslider.scss */
.lsNext {
  position: absolute;
  top: 70px;
  right: 0;
}

/***LS***/
/* line 57, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

/* line 60, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 73, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper .lSFade {
  position: relative;
}

/* line 76, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

/* line 84, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 95, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

/* line 98, assets/sass/abstracts/_lightslider.scss */
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
/* line 104, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

/* line 109, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

/* line 114, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* line 127, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #ef3fa9;
}

/* line 130, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .media {
  opacity: 0.8;
}

/* line 133, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
/* line 139, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 158, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  border: solid 1px transparent;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

/* line 164, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border: solid 1px black;
}

/* line 168, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 174, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

/* line 178, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
/* line 184, assets/sass/abstracts/_lightslider.scss */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 62px;
  background-size: 32px 62px;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
}

/* line 200, assets/sass/abstracts/_lightslider.scss */
.lSAction > a:hover {
  opacity: 1;
}

/* line 204, assets/sass/abstracts/_lightslider.scss */
.lSPrev {
  left: 10px;
  background-image: url('assets/img/arrow-prev.png?1591985642');
}

/* line 209, assets/sass/abstracts/_lightslider.scss */
.lsPrev:hover {
  opacity: 1;
}

/* line 213, assets/sass/abstracts/_lightslider.scss */
.lSNext {
  right: 10px;
  background-image: url('assets/img/arrow-next.png?1591985641');
}

/* line 218, assets/sass/abstracts/_lightslider.scss */
.lSAction > a.disabled {
  pointer-events: none;
}

/* line 223, assets/sass/abstracts/_lightslider.scss */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
/* line 232, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical {
  position: relative;
}

/* line 235, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

/* line 238, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

/* line 243, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
/* line 249, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

/* line 255, assets/sass/abstracts/_lightslider.scss */
.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

/* line 261, assets/sass/abstracts/_lightslider.scss */
.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
/* line 270, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

/* line 273, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

/* line 277, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

/* line 280, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

/* line 283, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
/* line 392, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/* line 397, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 402, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

/* line 407, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

/* line 412, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 417, assets/sass/abstracts/_lightslider.scss */
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
/* line 423, assets/sass/abstracts/_lightslider.scss */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 430, assets/sass/abstracts/_lightslider.scss */
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* line 439, assets/sass/abstracts/_lightslider.scss */
.slider__hidden-content {
  height: 100%;
  display: none;
}
/* line 443, assets/sass/abstracts/_lightslider.scss */
.slider__hidden-content h3 {
  max-height: 100%;
  color: #FFF;
}

/* line 449, assets/sass/abstracts/_lightslider.scss */
.slider__anchor {
  height: 100%;
}

/* line 454, assets/sass/abstracts/_lightslider.scss */
.slider__list-item:hover .slider__hidden-content {
  display: inherit;
}

/* line 459, assets/sass/abstracts/_lightslider.scss */
.slider__list-item {
  height: 100%;
}

/* line 463, assets/sass/abstracts/_lightslider.scss */
.slider__video,
.slider__image {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 473, assets/sass/abstracts/_lightslider.scss */
#lightSlider {
  height: 225px !important;
}

@media (max-width: 800px) {
  /* line 478, assets/sass/abstracts/_lightslider.scss */
  .slider__outer {
    padding: 0 10% !important;
  }
}
/***Related Products***/
/* line 487, assets/sass/abstracts/_lightslider.scss */
#outer-related {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 493, assets/sass/abstracts/_lightslider.scss */
#outer-related .lSSlideOuter {
  max-width: 90% !important;
  width: 90% !important;
}
/* line 498, assets/sass/abstracts/_lightslider.scss */
#outer-related .lSSlideWrapper {
  height: 400px !important;
}
/* line 502, assets/sass/abstracts/_lightslider.scss */
#outer-related .relatedPrev {
  order: -1;
}
/* line 506, assets/sass/abstracts/_lightslider.scss */
#outer-related .lSPager {
  display: none;
}

/* line 513, assets/sass/abstracts/_lightslider.scss */
#related-products {
  height: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 521, assets/sass/abstracts/_lightslider.scss */
#related-products li {
  display: flex;
  flex-direction: column;
}
/* line 526, assets/sass/abstracts/_lightslider.scss */
#related-products h3 {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}
/* line 532, assets/sass/abstracts/_lightslider.scss */
#related-products h4 {
  font-size: 1em;
  text-align: center;
}

@media (max-width: 990px) {
  /* line 541, assets/sass/abstracts/_lightslider.scss */
  #related-products img {
    margin: auto;
    max-height: 250px;
  }
}
@media (max-width: 550px) {
  /* line 550, assets/sass/abstracts/_lightslider.scss */
  #outer-related .lSSlideOuter {
    max-width: 80% !important;
  }
}
/***2019 Fall Banner Products***/
/* line 558, assets/sass/abstracts/_lightslider.scss */
#banner-product-slider {
  height: 100% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}
/* line 566, assets/sass/abstracts/_lightslider.scss */
#banner-product-slider li {
  display: flex;
  flex-direction: column;
}
/* line 571, assets/sass/abstracts/_lightslider.scss */
#banner-product-slider h3 {
  font-size: 1em;
  font-weight: 700;
  text-align: center;
}
/* line 577, assets/sass/abstracts/_lightslider.scss */
#banner-product-slider h4 {
  font-size: 1em;
  text-align: center;
}

@media (max-width: 979px) {
  /* line 586, assets/sass/abstracts/_lightslider.scss */
  #banner-product-slider img {
    margin: auto;
    max-height: 250px;
  }
}
/*@media (max-width: 550px) {
  #outer-related {
    .lSSlideOuter {
      max-width: 80% !important;
    }
  }
}*/
